++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 25 02:18:46 AM UTC 2025 ===================' INFO: =================== Thu Dec 25 02:18:46 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.209,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209,10.20.0.14,10.20.0.18 ++ 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 +++ 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 ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.23,10.20.0.18,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.18,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.18,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.18,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 ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/25/2025 02:18:56.333 7f2b289b0640 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/25/2025 02:18:56.502 7f2b289b0640 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/25/2025 02:18:56.516 7f2b289b0640 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/25/2025 02:18:56.516 7f2b289b0640 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Dec 25 02:19:14 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 35fb9b8c-389d-4beb-9be7-29f9bbe04414 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 25 02:19:16 AM UTC 2025 ===================' INFO: =================== Thu Dec 25 02:19:16 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 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.209,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209,10.20.0.14,10.20.0.18 ++ 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 +++ cut -d ' ' -f 1 +++ 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 ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.23,10.20.0.18,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.18,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.18,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.18,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 ++ grep '^API__.*__.*=.*$' ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/25/2025 02:19:25.245 7f81c5140840 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/25/2025 02:19:25.400 7f81c5140840 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/25/2025 02:19:25.413 7f81c5140840 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/25/2025 02:19:25.413 7f81c5140840 [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-12-25 02:19:26] "GET / HTTP/1.1" 503 181 0.000249 10.0.0.23 - - [2025-12-25 02:19:26] "GET / HTTP/1.1" 503 181 0.000143 10.0.0.23 - - [2025-12-25 02:19:27] "GET / HTTP/1.1" 200 45871 0.001381 10.0.0.23 - - [2025-12-25 02:19:27] "GET / HTTP/1.1" 200 45871 0.001071 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-12-25 02:19:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.23 - - [2025-12-25 02:19:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000225 10.0.0.23 - - [2025-12-25 02:19:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.500717 10.0.0.23 - - [2025-12-25 02:19:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.010216 10.0.0.23 - - [2025-12-25 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 2.171523 10.0.0.23 - - [2025-12-25 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 /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.33 - - [2025-12-25 02:19:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2025-12-25 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.397584 10.0.0.33 - - [2025-12-25 02:19:37] "POST /access-control-lists HTTP/1.1" 200 585 0.070709 10.0.0.33 - - [2025-12-25 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.022905 10.0.0.33 - - [2025-12-25 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.062134 10.0.0.33 - - [2025-12-25 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.004777 10.0.0.33 - - [2025-12-25 02:19:38] "PUT /access-control-list/8d5ee05d-bc62-406f-bedc-210c0596e439 HTTP/1.1" 200 272 0.036434 10.0.0.33 - - [2025-12-25 02:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-25 02:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2025-12-25 02:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-12-25 02:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-12-25 02:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.33 - - [2025-12-25 02:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-25 02:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2025-12-25 02:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000858 10.0.0.27 - - [2025-12-25 02:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2025-12-25 02:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-12-25 02:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2025-12-25 02:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2025-12-25 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.042423 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-25 02:23:27] "GET /obj-perms HTTP/1.1" 200 5056 0.435203 10.0.0.33 - - [2025-12-25 02:24:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063071 10.0.0.23 - - [2025-12-25 02:24:27] "GET /obj-perms HTTP/1.1" 200 5056 0.060998 10.0.0.33 - - [2025-12-25 02:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2025-12-25 02:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.33 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-25 02:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-12-25 02:24:40] "GET /global-system-configs HTTP/1.1" 401 292 0.001012 10.0.0.27 - - [2025-12-25 02:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-12-25 02:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-25 02:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000702 [Introspect:8084]10.0.0.23 - - [2025-12-25 02:25:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001091 [Introspect:8084]10.0.0.23 - - [2025-12-25 02:25:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000983 10.0.0.33 - - [2025-12-25 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032897 10.0.0.33 - - [2025-12-25 02:25:29] "GET /virtual-router/b6f8e660-738f-4e35-a22a-1ffc7d0754ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008427 [Introspect:8084]10.0.0.23 - - [2025-12-25 02:25:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000903 [Introspect:8084]10.0.0.23 - - [2025-12-25 02:25:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001409 10.0.0.27 - - [2025-12-25 02:26:58] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.27 - - [2025-12-25 02:26:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-25 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.068525 10.0.0.23 - - [2025-12-25 02:27:00] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.077206 10.0.0.23 - - [2025-12-25 02:27:00] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.23 - - [2025-12-25 02:27:00] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054270 10.0.0.23 - - [2025-12-25 02:27:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.001756 10.0.0.23 - - [2025-12-25 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.013206 10.0.0.23 - - [2025-12-25 02:27:00] "POST /security-groups HTTP/1.1" 200 589 0.125523 10.0.0.23 - - [2025-12-25 02:27:00] "POST /projects HTTP/1.1" 200 581 0.520993 10.0.0.23 - - [2025-12-25 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.568187 10.0.0.27 - - [2025-12-25 02:27:01] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.846281 10.0.0.33 - - [2025-12-25 02:27:01] "POST /access-control-lists HTTP/1.1" 200 594 0.155408 10.0.0.27 - - [2025-12-25 02:27:02] "GET / HTTP/1.1" 200 35931 0.002791 10.0.0.23 - - [2025-12-25 02:27:05] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.27 - - [2025-12-25 02:27:05] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048724 10.0.0.23 - - [2025-12-25 02:27:06] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.27 - - [2025-12-25 02:27:06] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?fields=virtual_networks HTTP/1.1" 200 1039 0.067650 10.0.0.23 - - [2025-12-25 02:27:06] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.27 - - [2025-12-25 02:27:06] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.059692 10.0.0.23 - - [2025-12-25 02:27:06] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.27 - - [2025-12-25 02:27:06] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?fields=security_groups HTTP/1.1" 200 1263 0.077001 10.0.0.23 - - [2025-12-25 02:27:07] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004620 10.0.0.23 - - [2025-12-25 02:27:07] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.23 - - [2025-12-25 02:27:07] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008283 10.0.0.23 - - [2025-12-25 02:27:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.003702 10.0.0.23 - - [2025-12-25 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.003771 10.0.0.23 - - [2025-12-25 02:27:07] "POST /security-groups HTTP/1.1" 200 568 0.094861 10.0.0.33 - - [2025-12-25 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.006217 10.0.0.23 - - [2025-12-25 02:27:07] "POST /projects HTTP/1.1" 200 539 0.384912 10.0.0.23 - - [2025-12-25 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.461897 10.0.0.27 - - [2025-12-25 02:27:07] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.642011 10.0.0.33 - - [2025-12-25 02:27:07] "POST /access-control-lists HTTP/1.1" 200 571 0.113364 [Introspect:8084]10.0.0.27 - - [2025-12-25 02:27:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001080 10.0.0.23 - - [2025-12-25 02:27:09] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001384 10.0.0.27 - - [2025-12-25 02:27:09] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.052175 10.0.0.23 - - [2025-12-25 02:27:11] "GET /obj-perms HTTP/1.1" 200 5056 0.074319 [Introspect:8084]10.0.0.27 - - [2025-12-25 02:27:12] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000682 10.0.0.27 - - [2025-12-25 02:27:12] "GET /obj-perms HTTP/1.1" 200 5056 0.059645 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004582 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004360 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004281 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.007181 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004864 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004668 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004654 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.005233 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004587 10.0.0.27 - - [2025-12-25 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004133 10.0.0.33 - - [2025-12-25 02:27:14] "GET /obj-perms HTTP/1.1" 200 5056 0.060196 10.0.0.27 - - [2025-12-25 02:27:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005043 10.0.0.23 - - [2025-12-25 02:27:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004146 10.0.0.23 - - [2025-12-25 02:27:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004443 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004450 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004153 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004294 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004296 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004716 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004419 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.007755 10.0.0.27 - - [2025-12-25 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004680 10.0.0.27 - - [2025-12-25 02:27:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004603 10.0.0.27 - - [2025-12-25 02:27:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004596 10.0.0.27 - - [2025-12-25 02:27:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004151 10.0.0.27 - - [2025-12-25 02:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.005000 10.0.0.27 - - [2025-12-25 02:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.005693 10.0.0.27 - - [2025-12-25 02:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004237 10.0.0.27 - - [2025-12-25 02:27:21] "GET /obj-perms HTTP/1.1" 200 5056 0.004864 10.0.0.27 - - [2025-12-25 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.042321 10.0.0.23 - - [2025-12-25 02:27:22] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003653 10.0.0.23 - - [2025-12-25 02:27:22] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.23 - - [2025-12-25 02:27:22] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010042 10.0.0.23 - - [2025-12-25 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 201 0.002578 10.0.0.23 - - [2025-12-25 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.008120 10.0.0.23 - - [2025-12-25 02:27:23] "POST /security-groups HTTP/1.1" 200 602 0.057187 10.0.0.23 - - [2025-12-25 02:27:23] "POST /projects HTTP/1.1" 200 607 0.335230 10.0.0.23 - - [2025-12-25 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.375374 10.0.0.33 - - [2025-12-25 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 244 0.012699 10.0.0.27 - - [2025-12-25 02:27:23] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.610540 10.0.0.27 - - [2025-12-25 02:27:24] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.27 - - [2025-12-25 02:27:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2025-12-25 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.077009 10.0.0.23 - - [2025-12-25 02:27:26] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000990 10.0.0.27 - - [2025-12-25 02:27:26] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.049435 10.0.0.33 - - [2025-12-25 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.043859 10.0.0.23 - - [2025-12-25 02:27:27] "POST /useragent-kv HTTP/1.1" 200 115 0.017791 10.0.0.27 - - [2025-12-25 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.343350 10.0.0.27 - - [2025-12-25 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001364 10.0.0.27 - - [2025-12-25 02:27:27] "GET /virtual-network/3f2a780d-8407-4c47-83af-093a127ac526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006194 10.0.0.27 - - [2025-12-25 02:27:27] "GET /virtual-network/3f2a780d-8407-4c47-83af-093a127ac526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006049 10.0.0.27 - - [2025-12-25 02:27:27] "POST /neutron/network HTTP/1.1" 200 840 0.008444 10.0.0.27 - - [2025-12-25 02:27:28] "GET /virtual-network/3f2a780d-8407-4c47-83af-093a127ac526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007425 10.0.0.27 - - [2025-12-25 02:27:29] "GET /obj-perms HTTP/1.1" 200 5052 0.067114 10.0.0.33 - - [2025-12-25 02:27:29] "GET /obj-perms HTTP/1.1" 200 5052 0.073631 10.0.0.27 - - [2025-12-25 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001545 10.0.0.23 - - [2025-12-25 02:27:31] "GET /obj-perms HTTP/1.1" 200 5056 0.431185 10.0.0.23 - - [2025-12-25 02:27:32] "DELETE /project/9b0f32085d804232907556319b162edc HTTP/1.1" 404 173 0.006961 10.0.0.23 - - [2025-12-25 02:27:32] "DELETE /project/de5fadeee3aa44f99efba54ffd7e20c7 HTTP/1.1" 404 173 0.004932 10.0.0.23 - - [2025-12-25 02:27:32] "DELETE /project/719758850ac1401f8b59c54281f3245b HTTP/1.1" 404 173 0.006450 10.0.0.23 - - [2025-12-25 02:27:32] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.23 - - [2025-12-25 02:27:32] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.070232 10.0.0.23 - - [2025-12-25 02:27:32] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001488 10.0.0.23 - - [2025-12-25 02:27:32] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?fields=security_groups HTTP/1.1" 200 1368 0.083490 10.0.0.23 - - [2025-12-25 02:27:32] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000990 10.0.0.27 - - [2025-12-25 02:27:33] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.153676 10.0.0.23 - - [2025-12-25 02:27:33] "DELETE /security-group/de5735e1-342a-4cc1-8d3f-ab7a1a936c2a HTTP/1.1" 200 115 0.105087 10.0.0.23 - - [2025-12-25 02:27:33] "GET /projects?obj_uuids=de5fadee-e3aa-44f9-9efb-a54ffd7e20c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.23 - - [2025-12-25 02:27:33] "GET /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7?fields=application_policy_sets HTTP/1.1" 200 1407 0.068583 10.0.0.23 - - [2025-12-25 02:27:33] "DELETE /project/de5fadee-e3aa-44f9-9efb-a54ffd7e20c7 HTTP/1.1" 200 115 0.627892 10.0.0.27 - - [2025-12-25 02:27:34] "POST /neutron/network HTTP/1.1" 200 840 0.040564 10.0.0.27 - - [2025-12-25 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.009091 10.0.0.27 - - [2025-12-25 02:27:36] "POST /neutron/port HTTP/1.1" 200 1072 0.056309 10.0.0.27 - - [2025-12-25 02:27:36] "POST /neutron/port HTTP/1.1" 200 1136 0.028979 10.0.0.27 - - [2025-12-25 02:27:36] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.27 - - [2025-12-25 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008645 10.0.0.27 - - [2025-12-25 02:27:46] "GET /obj-perms HTTP/1.1" 200 5052 0.004761 10.0.0.27 - - [2025-12-25 02:27:50] "POST /neutron/network HTTP/1.1" 200 840 0.009412 10.0.0.27 - - [2025-12-25 02:27:50] "POST /neutron/port HTTP/1.1" 200 1126 0.016974 10.0.0.27 - - [2025-12-25 02:27:52] "POST /neutron/network HTTP/1.1" 200 840 0.009489 10.0.0.33 - - [2025-12-25 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2025-12-25 02:27:53] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.27 - - [2025-12-25 02:27:53] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.076884 10.0.0.23 - - [2025-12-25 02:27:53] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001259 10.0.0.27 - - [2025-12-25 02:27:53] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?fields=virtual_networks HTTP/1.1" 200 1065 0.068255 10.0.0.23 - - [2025-12-25 02:27:53] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.27 - - [2025-12-25 02:27:53] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.076182 10.0.0.23 - - [2025-12-25 02:27:53] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.27 - - [2025-12-25 02:27:53] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?fields=security_groups HTTP/1.1" 200 1302 0.068113 10.0.0.23 - - [2025-12-25 02:27:54] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001027 10.0.0.27 - - [2025-12-25 02:27:54] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.054344 10.0.0.23 - - [2025-12-25 02:28:01] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000954 10.0.0.27 - - [2025-12-25 02:28:01] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.077970 10.0.0.27 - - [2025-12-25 02:28:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.032727 10.0.0.23 - - [2025-12-25 02:28:04] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005218 10.0.0.23 - - [2025-12-25 02:28:04] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.23 - - [2025-12-25 02:28:04] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009910 10.0.0.23 - - [2025-12-25 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 202 0.002360 10.0.0.23 - - [2025-12-25 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.004437 10.0.0.23 - - [2025-12-25 02:28:05] "POST /security-groups HTTP/1.1" 200 603 0.144794 10.0.0.23 - - [2025-12-25 02:28:05] "POST /projects HTTP/1.1" 200 609 0.404405 10.0.0.23 - - [2025-12-25 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.450352 10.0.0.33 - - [2025-12-25 02:28:05] "POST /access-control-lists HTTP/1.1" 200 608 0.051483 10.0.0.27 - - [2025-12-25 02:28:05] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.648834 10.0.0.27 - - [2025-12-25 02:28:06] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.27 - - [2025-12-25 02:28:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2025-12-25 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.073901 10.0.0.23 - - [2025-12-25 02:28:07] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.27 - - [2025-12-25 02:28:07] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.050729 10.0.0.23 - - [2025-12-25 02:28:08] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.27 - - [2025-12-25 02:28:08] "POST /neutron/network HTTP/1.1" 200 703 0.208337 10.0.0.33 - - [2025-12-25 02:28:08] "POST /route-targets HTTP/1.1" 200 327 0.017488 10.0.0.27 - - [2025-12-25 02:28:08] "POST /id-to-fqname HTTP/1.1" 200 275 0.004621 10.0.0.27 - - [2025-12-25 02:28:08] "GET /virtual-network/43b6e1f9-cf7f-4fbc-852c-b1b3eb83dafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007132 10.0.0.27 - - [2025-12-25 02:28:08] "POST /neutron/network HTTP/1.1" 200 922 0.008021 10.0.0.27 - - [2025-12-25 02:28:08] "GET /virtual-network/43b6e1f9-cf7f-4fbc-852c-b1b3eb83dafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006841 10.0.0.27 - - [2025-12-25 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2025-12-25 02:28:08] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.27 - - [2025-12-25 02:28:08] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.065777 10.0.0.27 - - [2025-12-25 02:28:08] "POST /neutron/network HTTP/1.1" 200 117 0.029519 10.0.0.33 - - [2025-12-25 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.040367 10.0.0.27 - - [2025-12-25 02:28:09] "POST /neutron/network HTTP/1.1" 200 922 0.013295 10.0.0.27 - - [2025-12-25 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 275 0.001489 10.0.0.27 - - [2025-12-25 02:28:09] "GET /virtual-network/7f7b7c19-1c01-4fdf-9e8e-a01e91c59301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007328 10.0.0.27 - - [2025-12-25 02:28:09] "GET /virtual-network/7f7b7c19-1c01-4fdf-9e8e-a01e91c59301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007822 10.0.0.27 - - [2025-12-25 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.011145 10.0.0.27 - - [2025-12-25 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2025-12-25 02:28:09] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.27 - - [2025-12-25 02:28:09] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.058300 10.0.0.23 - - [2025-12-25 02:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008520 10.0.0.27 - - [2025-12-25 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.316830 10.0.0.27 - - [2025-12-25 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 276 0.001287 10.0.0.27 - - [2025-12-25 02:28:10] "GET /virtual-network/cea87549-aa02-47a8-b41c-f737cd30120a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007599 10.0.0.27 - - [2025-12-25 02:28:10] "GET /virtual-network/cea87549-aa02-47a8-b41c-f737cd30120a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006207 10.0.0.27 - - [2025-12-25 02:28:10] "POST /neutron/network HTTP/1.1" 200 924 0.009288 10.0.0.27 - - [2025-12-25 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 275 0.001669 10.0.0.23 - - [2025-12-25 02:28:11] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001528 10.0.0.27 - - [2025-12-25 02:28:11] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.075602 10.0.0.27 - - [2025-12-25 02:28:11] "POST /neutron/network HTTP/1.1" 200 922 0.011212 10.0.0.27 - - [2025-12-25 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 276 0.001543 10.0.0.27 - - [2025-12-25 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.007226 10.0.0.23 - - [2025-12-25 02:28:12] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001907 10.0.0.27 - - [2025-12-25 02:28:13] "POST /neutron/port HTTP/1.1" 200 1072 0.487894 10.0.0.27 - - [2025-12-25 02:28:13] "POST /neutron/port HTTP/1.1" 200 1126 0.161254 10.0.0.27 - - [2025-12-25 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.011467 10.0.0.23 - - [2025-12-25 02:28:13] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.27 - - [2025-12-25 02:28:13] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.126025 10.0.0.27 - - [2025-12-25 02:28:13] "POST /neutron/network HTTP/1.1" 200 924 0.009407 10.0.0.27 - - [2025-12-25 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.008369 10.0.0.27 - - [2025-12-25 02:28:15] "POST /neutron/network HTTP/1.1" 200 922 0.008070 10.0.0.27 - - [2025-12-25 02:28:15] "POST /neutron/port HTTP/1.1" 200 1072 0.048206 10.0.0.27 - - [2025-12-25 02:28:16] "POST /neutron/port HTTP/1.1" 200 1136 0.026166 10.0.0.27 - - [2025-12-25 02:28:16] "POST /neutron/network HTTP/1.1" 200 924 0.008720 10.0.0.27 - - [2025-12-25 02:28:16] "POST /neutron/port HTTP/1.1" 200 151 0.246448 10.0.0.33 - - [2025-12-25 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006630 10.0.0.27 - - [2025-12-25 02:28:17] "POST /neutron/network HTTP/1.1" 200 924 0.010208 10.0.0.27 - - [2025-12-25 02:28:20] "POST /neutron/network HTTP/1.1" 200 924 0.008578 10.0.0.27 - - [2025-12-25 02:28:20] "POST /neutron/port HTTP/1.1" 200 151 0.225031 10.0.0.27 - - [2025-12-25 02:28:20] "POST /neutron/network HTTP/1.1" 200 117 0.015319 10.0.0.23 - - [2025-12-25 02:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003323 10.0.0.23 - - [2025-12-25 02:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003530 10.0.0.27 - - [2025-12-25 02:28:22] "POST /neutron/network HTTP/1.1" 200 151 0.180910 10.0.0.33 - - [2025-12-25 02:28:22] "DELETE /route-target/111b3069-2f8c-4786-9d3d-c9ef5466607f HTTP/1.1" 200 115 0.041166 10.0.0.23 - - [2025-12-25 02:28:22] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.27 - - [2025-12-25 02:28:22] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.052464 10.0.0.23 - - [2025-12-25 02:28:22] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003169 10.0.0.27 - - [2025-12-25 02:28:22] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?fields=virtual_networks HTTP/1.1" 200 1065 0.069709 10.0.0.23 - - [2025-12-25 02:28:22] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.27 - - [2025-12-25 02:28:22] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.056416 10.0.0.23 - - [2025-12-25 02:28:22] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.27 - - [2025-12-25 02:28:22] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?fields=security_groups HTTP/1.1" 200 1303 0.063871 10.0.0.27 - - [2025-12-25 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.037285 10.0.0.23 - - [2025-12-25 02:28:23] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003426 10.0.0.23 - - [2025-12-25 02:28:23] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003052 10.0.0.23 - - [2025-12-25 02:28:23] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011365 10.0.0.23 - - [2025-12-25 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 192 0.001684 10.0.0.23 - - [2025-12-25 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.012753 10.0.0.23 - - [2025-12-25 02:28:24] "POST /security-groups HTTP/1.1" 200 593 0.043579 10.0.0.33 - - [2025-12-25 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.004511 10.0.0.23 - - [2025-12-25 02:28:24] "POST /projects HTTP/1.1" 200 589 0.295040 10.0.0.23 - - [2025-12-25 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.341336 10.0.0.27 - - [2025-12-25 02:28:24] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.520042 10.0.0.33 - - [2025-12-25 02:28:24] "POST /access-control-lists HTTP/1.1" 200 596 0.066844 10.0.0.27 - - [2025-12-25 02:28:25] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.27 - - [2025-12-25 02:28:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2025-12-25 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.073193 10.0.0.23 - - [2025-12-25 02:28:26] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.27 - - [2025-12-25 02:28:26] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042927 10.0.0.27 - - [2025-12-25 02:28:26] "POST /neutron/network HTTP/1.1" 200 117 0.048664 10.0.0.27 - - [2025-12-25 02:28:27] "POST /neutron/network HTTP/1.1" 200 891 0.012775 10.0.0.27 - - [2025-12-25 02:28:27] "POST /id-to-fqname HTTP/1.1" 200 255 0.001416 10.0.0.27 - - [2025-12-25 02:28:27] "GET /virtual-network/41249969-267b-4017-a48d-7d6cb4a4bea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006034 10.0.0.27 - - [2025-12-25 02:28:27] "GET /virtual-network/41249969-267b-4017-a48d-7d6cb4a4bea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006088 10.0.0.27 - - [2025-12-25 02:28:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.011097 10.0.0.27 - - [2025-12-25 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-25 02:28:27] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.27 - - [2025-12-25 02:28:27] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046559 10.0.0.33 - - [2025-12-25 02:28:27] "POST /route-targets HTTP/1.1" 200 327 0.016991 10.0.0.23 - - [2025-12-25 02:28:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009056 10.0.0.27 - - [2025-12-25 02:28:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.244301 10.0.0.27 - - [2025-12-25 02:28:28] "POST /id-to-fqname HTTP/1.1" 200 255 0.001270 10.0.0.27 - - [2025-12-25 02:28:28] "GET /virtual-network/d6c1d282-b61e-4a7f-b330-30d38c4d0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006375 10.0.0.27 - - [2025-12-25 02:28:28] "GET /virtual-network/d6c1d282-b61e-4a7f-b330-30d38c4d0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006334 10.0.0.27 - - [2025-12-25 02:28:28] "POST /neutron/network HTTP/1.1" 200 890 0.008761 10.0.0.27 - - [2025-12-25 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.23 - - [2025-12-25 02:28:28] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.27 - - [2025-12-25 02:28:28] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.063854 10.0.0.23 - - [2025-12-25 02:28:28] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.27 - - [2025-12-25 02:28:28] "POST /neutron/network HTTP/1.1" 200 675 0.193963 10.0.0.33 - - [2025-12-25 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.038026 10.0.0.27 - - [2025-12-25 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 256 0.003827 10.0.0.27 - - [2025-12-25 02:28:29] "GET /virtual-network/21fd5ac3-60b0-40c8-ae46-5c946169d2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006237 10.0.0.27 - - [2025-12-25 02:28:29] "POST /neutron/network HTTP/1.1" 200 895 0.007393 10.0.0.27 - - [2025-12-25 02:28:29] "GET /virtual-network/21fd5ac3-60b0-40c8-ae46-5c946169d2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006755 10.0.0.27 - - [2025-12-25 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 255 0.001220 10.0.0.27 - - [2025-12-25 02:28:29] "POST /neutron/network HTTP/1.1" 200 900 0.008355 10.0.0.23 - - [2025-12-25 02:28:30] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.27 - - [2025-12-25 02:28:30] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.078089 10.0.0.27 - - [2025-12-25 02:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.007665 10.0.0.27 - - [2025-12-25 02:28:30] "POST /id-to-fqname HTTP/1.1" 200 256 0.001319 10.0.0.27 - - [2025-12-25 02:28:31] "POST /neutron/network HTTP/1.1" 200 900 0.008385 10.0.0.27 - - [2025-12-25 02:28:31] "POST /neutron/port HTTP/1.1" 200 1060 0.031790 10.0.0.27 - - [2025-12-25 02:28:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004949 10.0.0.27 - - [2025-12-25 02:28:31] "POST /neutron/network HTTP/1.1" 200 890 0.016741 10.0.0.23 - - [2025-12-25 02:28:32] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.27 - - [2025-12-25 02:28:32] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.152933 10.0.0.27 - - [2025-12-25 02:28:32] "GET /obj-perms HTTP/1.1" 200 5056 0.134058 10.0.0.27 - - [2025-12-25 02:28:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010875 10.0.0.23 - - [2025-12-25 02:28:32] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001488 10.0.0.27 - - [2025-12-25 02:28:33] "POST /neutron/port HTTP/1.1" 200 1063 0.546079 10.0.0.23 - - [2025-12-25 02:28:33] "DELETE /project/95e1145edfe141c2a57a657394e70db3 HTTP/1.1" 404 173 0.019845 10.0.0.23 - - [2025-12-25 02:28:33] "DELETE /project/2964e56fe8f140108278e4a94f05aef0 HTTP/1.1" 404 173 0.028127 10.0.0.23 - - [2025-12-25 02:28:33] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005099 10.0.0.23 - - [2025-12-25 02:28:33] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002545 10.0.0.23 - - [2025-12-25 02:28:33] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.115119 10.0.0.23 - - [2025-12-25 02:28:33] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.129107 10.0.0.23 - - [2025-12-25 02:28:33] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.23 - - [2025-12-25 02:28:33] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001285 10.0.0.23 - - [2025-12-25 02:28:33] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?fields=security_groups HTTP/1.1" 200 1408 0.118773 10.0.0.23 - - [2025-12-25 02:28:33] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?fields=security_groups HTTP/1.1" 200 1135 0.136478 10.0.0.23 - - [2025-12-25 02:28:33] "GET /projects?obj_uuids=9b0f3208-5d80-4232-9075-56319b162edc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002267 10.0.0.27 - - [2025-12-25 02:28:34] "POST /neutron/port HTTP/1.1" 200 1117 0.364531 10.0.0.23 - - [2025-12-25 02:28:34] "GET /project/9b0f3208-5d80-4232-9075-56319b162edc?fields=application_policy_sets HTTP/1.1" 500 240 0.188732 10.0.0.23 - - [2025-12-25 02:28:34] "DELETE /security-group/0702424e-9b02-400c-b0a3-e8705192371d HTTP/1.1" 200 115 0.242747 10.0.0.23 - - [2025-12-25 02:28:34] "GET /projects?obj_uuids=2964e56f-e8f1-4010-8278-e4a94f05aef0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001615 10.0.0.23 - - [2025-12-25 02:28:34] "DELETE /project/9b0f3208-5d80-4232-9075-56319b162edc HTTP/1.1" 404 171 0.579086 10.0.0.33 - - [2025-12-25 02:28:34] "DELETE /access-control-list/3d21ce94-94c7-4e6c-9e96-f248f60590b3 HTTP/1.1" 200 115 0.060630 10.0.0.23 - - [2025-12-25 02:28:34] "GET /project/2964e56f-e8f1-4010-8278-e4a94f05aef0?fields=application_policy_sets HTTP/1.1" 200 1447 0.062423 10.0.0.27 - - [2025-12-25 02:28:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.012569 10.0.0.27 - - [2025-12-25 02:28:34] "POST /neutron/network HTTP/1.1" 200 895 0.014343 10.0.0.23 - - [2025-12-25 02:28:34] "DELETE /project/2964e56f-e8f1-4010-8278-e4a94f05aef0 HTTP/1.1" 200 115 0.836993 10.0.0.27 - - [2025-12-25 02:28:34] "POST /neutron/port HTTP/1.1" 200 1114 0.027282 10.0.0.27 - - [2025-12-25 02:28:35] "POST /neutron/port HTTP/1.1" 200 1117 0.019042 10.0.0.27 - - [2025-12-25 02:28:36] "POST /neutron/network HTTP/1.1" 200 2365 0.010846 10.0.0.23 - - [2025-12-25 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004391 10.0.0.23 - - [2025-12-25 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005578 10.0.0.27 - - [2025-12-25 02:28:36] "POST /neutron/network HTTP/1.1" 200 151 0.189452 10.0.0.33 - - [2025-12-25 02:28:36] "DELETE /route-target/c323cd10-7f6b-4fef-a79e-6b2f77ebe624 HTTP/1.1" 200 115 0.045887 10.0.0.27 - - [2025-12-25 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.007232 10.0.0.33 - - [2025-12-25 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2025-12-25 02:28:37] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.27 - - [2025-12-25 02:28:37] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058964 10.0.0.23 - - [2025-12-25 02:28:37] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.27 - - [2025-12-25 02:28:37] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?fields=virtual_networks HTTP/1.1" 200 1047 0.072177 10.0.0.23 - - [2025-12-25 02:28:37] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001297 10.0.0.27 - - [2025-12-25 02:28:37] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.049962 10.0.0.23 - - [2025-12-25 02:28:37] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.27 - - [2025-12-25 02:28:37] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?fields=security_groups HTTP/1.1" 200 1275 0.054214 10.0.0.27 - - [2025-12-25 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.038718 10.0.0.23 - - [2025-12-25 02:28:38] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.23 - - [2025-12-25 02:28:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.23 - - [2025-12-25 02:28:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008612 10.0.0.23 - - [2025-12-25 02:28:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.004973 10.0.0.23 - - [2025-12-25 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.007581 10.0.0.23 - - [2025-12-25 02:28:39] "POST /security-groups HTTP/1.1" 200 599 0.091364 10.0.0.23 - - [2025-12-25 02:28:39] "POST /projects HTTP/1.1" 200 601 0.345906 10.0.0.33 - - [2025-12-25 02:28:39] "POST /access-control-lists HTTP/1.1" 200 604 0.029492 10.0.0.23 - - [2025-12-25 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.428913 10.0.0.27 - - [2025-12-25 02:28:39] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.615000 10.0.0.27 - - [2025-12-25 02:28:40] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.27 - - [2025-12-25 02:28:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2025-12-25 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.079227 10.0.0.23 - - [2025-12-25 02:28:41] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.27 - - [2025-12-25 02:28:41] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052391 10.0.0.27 - - [2025-12-25 02:28:41] "POST /neutron/network HTTP/1.1" 200 117 0.042721 10.0.0.33 - - [2025-12-25 02:28:42] "POST /route-targets HTTP/1.1" 200 327 0.018547 10.0.0.27 - - [2025-12-25 02:28:42] "POST /neutron/network HTTP/1.1" 200 910 0.011294 10.0.0.27 - - [2025-12-25 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.001410 10.0.0.27 - - [2025-12-25 02:28:42] "GET /virtual-network/1a0a7745-1875-41ce-b76d-f865e848e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006028 10.0.0.27 - - [2025-12-25 02:28:42] "GET /virtual-network/1a0a7745-1875-41ce-b76d-f865e848e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006372 10.0.0.27 - - [2025-12-25 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.011527 10.0.0.27 - - [2025-12-25 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.23 - - [2025-12-25 02:28:42] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.27 - - [2025-12-25 02:28:42] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.057651 10.0.0.33 - - [2025-12-25 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.033149 10.0.0.23 - - [2025-12-25 02:28:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006023 10.0.0.27 - - [2025-12-25 02:28:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.258569 10.0.0.27 - - [2025-12-25 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.001442 10.0.0.27 - - [2025-12-25 02:28:43] "GET /virtual-network/495d0e63-bf0e-4e72-8c34-1dceac6901a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006170 10.0.0.27 - - [2025-12-25 02:28:43] "GET /virtual-network/495d0e63-bf0e-4e72-8c34-1dceac6901a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005483 10.0.0.27 - - [2025-12-25 02:28:43] "POST /neutron/network HTTP/1.1" 200 910 0.023220 10.0.0.27 - - [2025-12-25 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-25 02:28:43] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.27 - - [2025-12-25 02:28:43] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.066548 10.0.0.23 - - [2025-12-25 02:28:43] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.27 - - [2025-12-25 02:28:43] "POST /neutron/network HTTP/1.1" 200 693 0.161533 10.0.0.27 - - [2025-12-25 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.004334 10.0.0.27 - - [2025-12-25 02:28:43] "GET /virtual-network/c38892db-4fce-4752-9f39-1910192ab04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006785 10.0.0.27 - - [2025-12-25 02:28:43] "POST /neutron/network HTTP/1.1" 200 912 0.009834 10.0.0.27 - - [2025-12-25 02:28:44] "GET /virtual-network/c38892db-4fce-4752-9f39-1910192ab04e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006789 10.0.0.27 - - [2025-12-25 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001274 10.0.0.27 - - [2025-12-25 02:29:23] "POST /neutron/network HTTP/1.1" 200 920 0.007590 10.0.0.23 - - [2025-12-25 02:29:24] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.27 - - [2025-12-25 02:29:24] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.079436 10.0.0.27 - - [2025-12-25 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.007241 10.0.0.27 - - [2025-12-25 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 268 0.001785 10.0.0.27 - - [2025-12-25 02:29:24] "POST /neutron/network HTTP/1.1" 200 920 0.007150 10.0.0.27 - - [2025-12-25 02:29:25] "POST /neutron/port HTTP/1.1" 200 1068 0.041702 10.0.0.23 - - [2025-12-25 02:29:26] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.27 - - [2025-12-25 02:29:26] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.217451 10.0.0.27 - - [2025-12-25 02:29:26] "POST /neutron/network HTTP/1.1" 200 912 0.016499 10.0.0.27 - - [2025-12-25 02:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.002799 10.0.0.27 - - [2025-12-25 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014651 10.0.0.23 - - [2025-12-25 02:29:26] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001035 10.0.0.27 - - [2025-12-25 02:29:26] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.083478 10.0.0.23 - - [2025-12-25 02:29:27] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.27 - - [2025-12-25 02:29:27] "POST /neutron/port HTTP/1.1" 200 1068 0.619572 10.0.0.27 - - [2025-12-25 02:29:28] "POST /neutron/port HTTP/1.1" 200 1122 0.185380 10.0.0.27 - - [2025-12-25 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.27 - - [2025-12-25 02:29:28] "GET /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.007137 10.0.0.27 - - [2025-12-25 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011985 10.0.0.23 - - [2025-12-25 02:29:28] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.27 - - [2025-12-25 02:29:28] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.047166 10.0.0.27 - - [2025-12-25 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.012780 10.0.0.27 - - [2025-12-25 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.021214 10.0.0.27 - - [2025-12-25 02:29:28] "GET /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.005431 10.0.0.27 - - [2025-12-25 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006276 10.0.0.27 - - [2025-12-25 02:29:28] "PUT /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518 HTTP/1.1" 200 262 0.046043 10.0.0.33 - - [2025-12-25 02:29:28] "PUT /access-control-list/4e96af3e-60b3-4b68-9b71-6bd19082d82b HTTP/1.1" 200 272 0.024271 10.0.0.27 - - [2025-12-25 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.012123 10.0.0.27 - - [2025-12-25 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.23 - - [2025-12-25 02:29:29] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.27 - - [2025-12-25 02:29:29] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008139 10.0.0.27 - - [2025-12-25 02:29:29] "POST /service-templates HTTP/1.1" 200 543 0.074963 10.0.0.27 - - [2025-12-25 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005693 10.0.0.27 - - [2025-12-25 02:29:29] "GET /service-template/05b1d000-301f-4418-9405-da3137f13ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.013296 10.0.0.27 - - [2025-12-25 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.27 - - [2025-12-25 02:29:29] "GET /service-template/05b1d000-301f-4418-9405-da3137f13ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.011920 10.0.0.27 - - [2025-12-25 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.003196 10.0.0.27 - - [2025-12-25 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.003557 10.0.0.27 - - [2025-12-25 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 268 0.001910 10.0.0.27 - - [2025-12-25 02:29:30] "POST /neutron/port HTTP/1.1" 200 2112 0.064683 10.0.0.27 - - [2025-12-25 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.27 - - [2025-12-25 02:29:30] "DELETE /service-template/05b1d000-301f-4418-9405-da3137f13ff2 HTTP/1.1" 200 115 0.077927 10.0.0.27 - - [2025-12-25 02:29:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004993 10.0.0.27 - - [2025-12-25 02:29:33] "POST /neutron/network HTTP/1.1" 400 204 0.032701 10.0.0.23 - - [2025-12-25 02:29:34] "DELETE /project/0304f4d490e342e5a4dfb2489c6d1775 HTTP/1.1" 404 173 0.010331 10.0.0.23 - - [2025-12-25 02:29:34] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001692 10.0.0.23 - - [2025-12-25 02:29:34] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.100924 10.0.0.33 - - [2025-12-25 02:29:34] "DELETE /access-control-list/6ec0492a-dca3-4f56-94bf-47a2b085ee47 HTTP/1.1" 200 115 0.133695 10.0.0.23 - - [2025-12-25 02:29:34] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001390 10.0.0.23 - - [2025-12-25 02:29:34] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?fields=security_groups HTTP/1.1" 200 1117 0.125350 10.0.0.23 - - [2025-12-25 02:29:34] "GET /projects?obj_uuids=95e1145e-dfe1-41c2-a57a-657394e70db3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.23 - - [2025-12-25 02:29:34] "GET /project/95e1145e-dfe1-41c2-a57a-657394e70db3?fields=application_policy_sets HTTP/1.1" 200 1419 0.083643 10.0.0.23 - - [2025-12-25 02:29:35] "DELETE /project/95e1145e-dfe1-41c2-a57a-657394e70db3 HTTP/1.1" 200 115 0.620563 10.0.0.27 - - [2025-12-25 02:29:37] "POST /neutron/network HTTP/1.1" 200 910 0.010384 10.0.0.33 - - [2025-12-25 02:29:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2025-12-25 02:29:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.33 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2025-12-25 02:29:39] "POST /neutron/network HTTP/1.1" 400 204 0.034288 10.0.0.23 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-25 02:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-25 02:29:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-25 02:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-25 02:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-12-25 02:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-12-25 02:29:43] "POST /neutron/network HTTP/1.1" 200 910 0.018215 10.0.0.27 - - [2025-12-25 02:29:45] "POST /neutron/network HTTP/1.1" 400 204 0.023458 10.0.0.27 - - [2025-12-25 02:29:50] "POST /neutron/network HTTP/1.1" 200 910 0.011375 10.0.0.27 - - [2025-12-25 02:29:52] "POST /neutron/network HTTP/1.1" 400 204 0.016874 10.0.0.27 - - [2025-12-25 02:29:56] "POST /neutron/network HTTP/1.1" 200 910 0.007302 10.0.0.27 - - [2025-12-25 02:29:58] "POST /neutron/network HTTP/1.1" 400 204 0.015124 10.0.0.27 - - [2025-12-25 02:30:02] "POST /neutron/network HTTP/1.1" 200 910 0.009305 10.0.0.27 - - [2025-12-25 02:30:04] "POST /neutron/network HTTP/1.1" 400 204 0.016902 10.0.0.27 - - [2025-12-25 02:30:08] "POST /neutron/network HTTP/1.1" 200 910 0.007348 10.0.0.27 - - [2025-12-25 02:30:10] "POST /neutron/network HTTP/1.1" 400 204 0.016463 10.0.0.27 - - [2025-12-25 02:30:14] "POST /neutron/network HTTP/1.1" 200 910 0.008175 10.0.0.27 - - [2025-12-25 02:30:16] "POST /neutron/network HTTP/1.1" 400 204 0.017830 10.0.0.27 - - [2025-12-25 02:30:20] "POST /neutron/network HTTP/1.1" 200 910 0.008641 10.0.0.27 - - [2025-12-25 02:30:22] "POST /neutron/network HTTP/1.1" 400 204 0.016551 10.0.0.27 - - [2025-12-25 02:30:24] "POST /neutron/network HTTP/1.1" 200 912 0.007190 10.0.0.27 - - [2025-12-25 02:30:25] "POST /neutron/port HTTP/1.1" 200 1122 0.017605 10.0.0.27 - - [2025-12-25 02:30:26] "POST /neutron/network HTTP/1.1" 200 912 0.011225 10.0.0.27 - - [2025-12-25 02:30:29] "POST /neutron/network HTTP/1.1" 400 204 0.015738 10.0.0.27 - - [2025-12-25 02:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.207418 10.0.0.27 - - [2025-12-25 02:30:31] "POST /neutron/network HTTP/1.1" 200 910 0.008751 10.0.0.33 - - [2025-12-25 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2025-12-25 02:30:31] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.27 - - [2025-12-25 02:30:31] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.060750 10.0.0.23 - - [2025-12-25 02:30:31] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005694 10.0.0.27 - - [2025-12-25 02:30:31] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.060291 10.0.0.23 - - [2025-12-25 02:30:33] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.27 - - [2025-12-25 02:30:33] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047961 10.0.0.23 - - [2025-12-25 02:30:33] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.27 - - [2025-12-25 02:30:33] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.064399 10.0.0.33 - - [2025-12-25 02:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.063858 10.0.0.23 - - [2025-12-25 02:30:35] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.27 - - [2025-12-25 02:30:35] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.063860 10.0.0.23 - - [2025-12-25 02:30:35] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2025-12-25 02:30:35] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.069566 10.0.0.23 - - [2025-12-25 02:30:38] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.27 - - [2025-12-25 02:30:38] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050160 10.0.0.23 - - [2025-12-25 02:30:38] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.27 - - [2025-12-25 02:30:38] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.048139 10.0.0.23 - - [2025-12-25 02:30:40] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.27 - - [2025-12-25 02:30:40] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.049599 10.0.0.23 - - [2025-12-25 02:30:40] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001670 10.0.0.27 - - [2025-12-25 02:30:40] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.069137 10.0.0.23 - - [2025-12-25 02:30:42] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.27 - - [2025-12-25 02:30:42] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047414 10.0.0.23 - - [2025-12-25 02:30:42] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.27 - - [2025-12-25 02:30:42] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.051265 10.0.0.23 - - [2025-12-25 02:30:44] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001856 10.0.0.27 - - [2025-12-25 02:30:44] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.060976 10.0.0.23 - - [2025-12-25 02:30:44] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.27 - - [2025-12-25 02:30:44] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.064439 10.0.0.23 - - [2025-12-25 02:30:46] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.27 - - [2025-12-25 02:30:46] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045466 10.0.0.23 - - [2025-12-25 02:30:46] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.27 - - [2025-12-25 02:30:46] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.043074 10.0.0.23 - - [2025-12-25 02:30:48] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.27 - - [2025-12-25 02:30:48] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.080537 10.0.0.23 - - [2025-12-25 02:30:48] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.27 - - [2025-12-25 02:30:48] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.047058 10.0.0.23 - - [2025-12-25 02:30:50] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.27 - - [2025-12-25 02:30:51] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043905 10.0.0.23 - - [2025-12-25 02:30:51] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2025-12-25 02:30:51] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.068382 10.0.0.23 - - [2025-12-25 02:30:53] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.27 - - [2025-12-25 02:30:53] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046459 10.0.0.23 - - [2025-12-25 02:30:53] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.27 - - [2025-12-25 02:30:53] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.041516 10.0.0.23 - - [2025-12-25 02:30:55] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.27 - - [2025-12-25 02:30:55] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.049600 10.0.0.23 - - [2025-12-25 02:30:55] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.27 - - [2025-12-25 02:30:55] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.050456 10.0.0.23 - - [2025-12-25 02:30:57] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.27 - - [2025-12-25 02:30:57] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.040534 10.0.0.23 - - [2025-12-25 02:30:57] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004074 10.0.0.27 - - [2025-12-25 02:30:57] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.167291 10.0.0.23 - - [2025-12-25 02:30:59] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001342 10.0.0.27 - - [2025-12-25 02:30:59] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050154 10.0.0.23 - - [2025-12-25 02:30:59] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001770 10.0.0.27 - - [2025-12-25 02:30:59] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.068350 10.0.0.23 - - [2025-12-25 02:31:01] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.27 - - [2025-12-25 02:31:01] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.074215 10.0.0.23 - - [2025-12-25 02:31:01] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.27 - - [2025-12-25 02:31:01] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.058861 10.0.0.23 - - [2025-12-25 02:31:04] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.27 - - [2025-12-25 02:31:04] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.048274 10.0.0.23 - - [2025-12-25 02:31:04] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001565 10.0.0.27 - - [2025-12-25 02:31:04] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.056646 10.0.0.23 - - [2025-12-25 02:31:06] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.27 - - [2025-12-25 02:31:06] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.054486 10.0.0.23 - - [2025-12-25 02:31:06] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.27 - - [2025-12-25 02:31:06] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.047870 10.0.0.23 - - [2025-12-25 02:31:08] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.27 - - [2025-12-25 02:31:08] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050556 10.0.0.23 - - [2025-12-25 02:31:08] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.27 - - [2025-12-25 02:31:08] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.069573 10.0.0.23 - - [2025-12-25 02:31:10] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.27 - - [2025-12-25 02:31:10] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047733 10.0.0.23 - - [2025-12-25 02:31:10] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.27 - - [2025-12-25 02:31:10] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.058182 10.0.0.23 - - [2025-12-25 02:31:12] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.27 - - [2025-12-25 02:31:12] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.055056 10.0.0.23 - - [2025-12-25 02:31:12] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.27 - - [2025-12-25 02:31:12] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.063594 10.0.0.23 - - [2025-12-25 02:31:14] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.27 - - [2025-12-25 02:31:14] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050003 10.0.0.23 - - [2025-12-25 02:31:14] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.27 - - [2025-12-25 02:31:14] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.047892 10.0.0.23 - - [2025-12-25 02:31:17] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.27 - - [2025-12-25 02:31:17] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.040947 10.0.0.23 - - [2025-12-25 02:31:17] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.27 - - [2025-12-25 02:31:17] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.045741 10.0.0.23 - - [2025-12-25 02:31:19] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001495 10.0.0.27 - - [2025-12-25 02:31:19] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046804 10.0.0.23 - - [2025-12-25 02:31:19] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2025-12-25 02:31:19] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.039953 10.0.0.23 - - [2025-12-25 02:31:21] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.27 - - [2025-12-25 02:31:21] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051144 10.0.0.23 - - [2025-12-25 02:31:21] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002188 10.0.0.27 - - [2025-12-25 02:31:21] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.068903 10.0.0.23 - - [2025-12-25 02:31:23] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.27 - - [2025-12-25 02:31:23] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.041715 10.0.0.23 - - [2025-12-25 02:31:23] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.27 - - [2025-12-25 02:31:23] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.059507 10.0.0.23 - - [2025-12-25 02:31:25] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.27 - - [2025-12-25 02:31:25] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.060350 10.0.0.23 - - [2025-12-25 02:31:25] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.27 - - [2025-12-25 02:31:25] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.042455 10.0.0.23 - - [2025-12-25 02:31:27] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.27 - - [2025-12-25 02:31:27] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.056368 10.0.0.23 - - [2025-12-25 02:31:27] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.27 - - [2025-12-25 02:31:27] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.063507 10.0.0.23 - - [2025-12-25 02:31:29] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.27 - - [2025-12-25 02:31:29] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.042442 10.0.0.23 - - [2025-12-25 02:31:29] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.27 - - [2025-12-25 02:31:30] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.038908 10.0.0.23 - - [2025-12-25 02:31:32] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.27 - - [2025-12-25 02:31:32] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.054996 10.0.0.23 - - [2025-12-25 02:31:32] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.27 - - [2025-12-25 02:31:32] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.052154 10.0.0.23 - - [2025-12-25 02:31:34] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.27 - - [2025-12-25 02:31:34] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046164 10.0.0.23 - - [2025-12-25 02:31:34] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.27 - - [2025-12-25 02:31:34] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.055956 10.0.0.23 - - [2025-12-25 02:31:36] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.27 - - [2025-12-25 02:31:36] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.048024 10.0.0.23 - - [2025-12-25 02:31:36] "GET /projects?obj_uuids=0304f4d4-90e3-42e5-a4df-b2489c6d1775&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.27 - - [2025-12-25 02:31:36] "GET /project/0304f4d4-90e3-42e5-a4df-b2489c6d1775?fields=virtual_networks HTTP/1.1" 200 1342 0.050535 10.0.0.27 - - [2025-12-25 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.030992 10.0.0.23 - - [2025-12-25 02:31:36] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007115 10.0.0.23 - - [2025-12-25 02:31:37] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.23 - - [2025-12-25 02:31:37] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007726 10.0.0.23 - - [2025-12-25 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.003407 10.0.0.23 - - [2025-12-25 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.005681 10.0.0.23 - - [2025-12-25 02:31:37] "POST /security-groups HTTP/1.1" 200 592 0.081110 10.0.0.23 - - [2025-12-25 02:31:37] "POST /projects HTTP/1.1" 200 587 0.323446 10.0.0.23 - - [2025-12-25 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.364434 10.0.0.33 - - [2025-12-25 02:31:37] "POST /access-control-lists HTTP/1.1" 200 597 0.034791 10.0.0.27 - - [2025-12-25 02:31:37] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.531081 10.0.0.27 - - [2025-12-25 02:31:38] "GET / HTTP/1.1" 200 35931 0.001596 10.0.0.27 - - [2025-12-25 02:31:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-12-25 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.071372 10.0.0.23 - - [2025-12-25 02:31:39] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.27 - - [2025-12-25 02:31:39] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042167 10.0.0.27 - - [2025-12-25 02:31:39] "POST /neutron/network HTTP/1.1" 200 117 0.045636 10.0.0.33 - - [2025-12-25 02:31:40] "POST /route-targets HTTP/1.1" 200 327 0.017262 10.0.0.27 - - [2025-12-25 02:31:40] "POST /neutron/network HTTP/1.1" 200 889 0.010226 10.0.0.27 - - [2025-12-25 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001602 10.0.0.27 - - [2025-12-25 02:31:40] "GET /virtual-network/bb26b78c-a21d-46bf-8841-8fd82b664580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.009007 10.0.0.27 - - [2025-12-25 02:31:40] "GET /virtual-network/bb26b78c-a21d-46bf-8841-8fd82b664580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.008378 10.0.0.27 - - [2025-12-25 02:31:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.009681 10.0.0.27 - - [2025-12-25 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2025-12-25 02:31:40] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.27 - - [2025-12-25 02:31:40] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.056203 10.0.0.33 - - [2025-12-25 02:31:41] "POST /ref-update HTTP/1.1" 200 156 0.044656 10.0.0.23 - - [2025-12-25 02:31:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009192 10.0.0.27 - - [2025-12-25 02:31:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.209917 10.0.0.27 - - [2025-12-25 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 253 0.001520 10.0.0.27 - - [2025-12-25 02:31:41] "GET /virtual-network/4f071220-4a22-4b8c-947f-9273e72326f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007243 10.0.0.27 - - [2025-12-25 02:31:41] "GET /virtual-network/4f071220-4a22-4b8c-947f-9273e72326f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006131 10.0.0.27 - - [2025-12-25 02:31:41] "POST /neutron/network HTTP/1.1" 200 888 0.007300 10.0.0.27 - - [2025-12-25 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2025-12-25 02:31:41] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.27 - - [2025-12-25 02:31:41] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070776 10.0.0.23 - - [2025-12-25 02:31:41] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.27 - - [2025-12-25 02:31:41] "POST /neutron/network HTTP/1.1" 200 672 0.170974 10.0.0.27 - - [2025-12-25 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 254 0.004098 10.0.0.27 - - [2025-12-25 02:31:41] "GET /virtual-network/ccbc0f5a-ee36-4ecd-8af3-d0958ee46f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005762 10.0.0.27 - - [2025-12-25 02:31:41] "POST /neutron/network HTTP/1.1" 200 891 0.009457 10.0.0.27 - - [2025-12-25 02:31:42] "GET /virtual-network/ccbc0f5a-ee36-4ecd-8af3-d0958ee46f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005733 10.0.0.27 - - [2025-12-25 02:31:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001251 10.0.0.27 - - [2025-12-25 02:31:42] "POST /neutron/network HTTP/1.1" 200 898 0.007403 10.0.0.23 - - [2025-12-25 02:31:43] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001412 10.0.0.27 - - [2025-12-25 02:31:43] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088041 10.0.0.27 - - [2025-12-25 02:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.006804 10.0.0.27 - - [2025-12-25 02:31:43] "POST /id-to-fqname HTTP/1.1" 200 254 0.001334 10.0.0.27 - - [2025-12-25 02:31:43] "POST /neutron/network HTTP/1.1" 200 898 0.007369 10.0.0.27 - - [2025-12-25 02:31:44] "POST /neutron/port HTTP/1.1" 200 1060 0.022150 10.0.0.23 - - [2025-12-25 02:31:44] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.27 - - [2025-12-25 02:31:44] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.134749 10.0.0.27 - - [2025-12-25 02:31:44] "POST /neutron/port HTTP/1.1" 200 1124 0.036501 10.0.0.27 - - [2025-12-25 02:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.27 - - [2025-12-25 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009486 10.0.0.23 - - [2025-12-25 02:31:45] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001452 10.0.0.27 - - [2025-12-25 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002927 10.0.0.27 - - [2025-12-25 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.23 - - [2025-12-25 02:31:45] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.27 - - [2025-12-25 02:31:45] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008936 10.0.0.27 - - [2025-12-25 02:31:45] "POST /neutron/port HTTP/1.1" 200 1061 0.404437 10.0.0.27 - - [2025-12-25 02:31:45] "POST /service-templates HTTP/1.1" 200 543 0.034042 10.0.0.27 - - [2025-12-25 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.27 - - [2025-12-25 02:31:45] "GET /service-template/2c36a677-3371-4281-9390-ca873f7e3c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.013900 10.0.0.27 - - [2025-12-25 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007320 10.0.0.27 - - [2025-12-25 02:31:46] "GET /service-template/2c36a677-3371-4281-9390-ca873f7e3c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006575 10.0.0.27 - - [2025-12-25 02:31:46] "POST /neutron/port HTTP/1.1" 200 1115 0.148042 10.0.0.27 - - [2025-12-25 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 253 0.001293 10.0.0.27 - - [2025-12-25 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 253 0.001072 10.0.0.27 - - [2025-12-25 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 254 0.001334 10.0.0.27 - - [2025-12-25 02:31:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010252 10.0.0.27 - - [2025-12-25 02:31:46] "POST /neutron/port HTTP/1.1" 200 2097 0.031007 10.0.0.27 - - [2025-12-25 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.27 - - [2025-12-25 02:31:46] "DELETE /service-template/2c36a677-3371-4281-9390-ca873f7e3c0f HTTP/1.1" 200 115 0.035494 10.0.0.27 - - [2025-12-25 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003597 10.0.0.27 - - [2025-12-25 02:31:48] "POST /neutron/network HTTP/1.1" 400 204 0.018002 10.0.0.27 - - [2025-12-25 02:31:49] "POST /neutron/port HTTP/1.1" 200 151 0.227313 10.0.0.27 - - [2025-12-25 02:31:49] "POST /neutron/port HTTP/1.1" 200 151 0.278927 10.0.0.33 - - [2025-12-25 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.27 - - [2025-12-25 02:31:51] "POST /neutron/network HTTP/1.1" 200 891 0.022660 10.0.0.33 - - [2025-12-25 02:31:51] "DELETE /route-target/ccbd381e-2f44-42d2-8443-b6b0e747b6da HTTP/1.1" 200 115 0.033924 10.0.0.23 - - [2025-12-25 02:31:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005117 10.0.0.23 - - [2025-12-25 02:31:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005587 10.0.0.27 - - [2025-12-25 02:31:51] "POST /neutron/network HTTP/1.1" 200 151 0.137247 10.0.0.23 - - [2025-12-25 02:31:51] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001854 10.0.0.27 - - [2025-12-25 02:31:51] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088809 10.0.0.23 - - [2025-12-25 02:31:51] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.27 - - [2025-12-25 02:31:51] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?fields=virtual_networks HTTP/1.1" 200 1044 0.048844 10.0.0.23 - - [2025-12-25 02:31:51] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.27 - - [2025-12-25 02:31:51] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.043719 10.0.0.23 - - [2025-12-25 02:31:51] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.27 - - [2025-12-25 02:31:51] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?fields=security_groups HTTP/1.1" 200 1271 0.049943 10.0.0.27 - - [2025-12-25 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.033908 10.0.0.23 - - [2025-12-25 02:31:52] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.23 - - [2025-12-25 02:31:52] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.23 - - [2025-12-25 02:31:52] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007291 10.0.0.23 - - [2025-12-25 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 195 0.003934 10.0.0.23 - - [2025-12-25 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 204 0.012057 10.0.0.23 - - [2025-12-25 02:31:53] "POST /security-groups HTTP/1.1" 200 596 0.088922 10.0.0.23 - - [2025-12-25 02:31:53] "POST /projects HTTP/1.1" 200 595 0.324449 10.0.0.33 - - [2025-12-25 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.012120 10.0.0.23 - - [2025-12-25 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.400999 10.0.0.33 - - [2025-12-25 02:31:53] "POST /access-control-lists HTTP/1.1" 200 599 0.035173 10.0.0.27 - - [2025-12-25 02:31:53] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.570770 10.0.0.27 - - [2025-12-25 02:31:54] "GET / HTTP/1.1" 200 35931 0.003086 10.0.0.27 - - [2025-12-25 02:31:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-12-25 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.069670 10.0.0.23 - - [2025-12-25 02:31:55] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001047 10.0.0.27 - - [2025-12-25 02:31:55] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040204 10.0.0.33 - - [2025-12-25 02:31:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-12-25 02:31:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007673 10.0.0.27 - - [2025-12-25 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.267999 10.0.0.27 - - [2025-12-25 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001781 10.0.0.27 - - [2025-12-25 02:31:56] "GET /virtual-network/016f9a49-7f8c-4798-a36c-96ab3d9c007c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.011279 10.0.0.27 - - [2025-12-25 02:31:56] "POST /neutron/network HTTP/1.1" 200 1074 0.011440 10.0.0.27 - - [2025-12-25 02:31:56] "GET /virtual-network/016f9a49-7f8c-4798-a36c-96ab3d9c007c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005713 10.0.0.27 - - [2025-12-25 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.011911 10.0.0.27 - - [2025-12-25 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2025-12-25 02:31:56] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001148 10.0.0.27 - - [2025-12-25 02:31:56] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060695 10.0.0.33 - - [2025-12-25 02:31:57] "POST /route-targets HTTP/1.1" 200 327 0.016572 10.0.0.23 - - [2025-12-25 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.016912 10.0.0.33 - - [2025-12-25 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.071319 10.0.0.27 - - [2025-12-25 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.260120 10.0.0.27 - - [2025-12-25 02:31:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001309 10.0.0.27 - - [2025-12-25 02:31:57] "GET /virtual-network/39e49568-8283-4d20-b87c-443bb981f6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.008104 10.0.0.27 - - [2025-12-25 02:31:57] "POST /neutron/network HTTP/1.1" 200 1072 0.010495 10.0.0.27 - - [2025-12-25 02:31:57] "GET /virtual-network/39e49568-8283-4d20-b87c-443bb981f6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.006500 10.0.0.27 - - [2025-12-25 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 710 0.010252 10.0.0.27 - - [2025-12-25 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.23 - - [2025-12-25 02:31:57] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000976 10.0.0.27 - - [2025-12-25 02:31:57] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082982 10.0.0.33 - - [2025-12-25 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.030676 10.0.0.23 - - [2025-12-25 02:31:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007313 10.0.0.27 - - [2025-12-25 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.222724 10.0.0.33 - - [2025-12-25 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002927 10.0.0.27 - - [2025-12-25 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.001160 10.0.0.27 - - [2025-12-25 02:31:58] "GET /virtual-network/0fb78753-c6df-40ef-bb76-3dc7bb3b724f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007735 10.0.0.27 - - [2025-12-25 02:31:58] "POST /neutron/network HTTP/1.1" 200 1077 0.010380 10.0.0.27 - - [2025-12-25 02:31:58] "GET /virtual-network/0fb78753-c6df-40ef-bb76-3dc7bb3b724f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007423 10.0.0.27 - - [2025-12-25 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.010084 10.0.0.27 - - [2025-12-25 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001156 10.0.0.23 - - [2025-12-25 02:31:59] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.27 - - [2025-12-25 02:31:59] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078836 10.0.0.27 - - [2025-12-25 02:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.008695 10.0.0.27 - - [2025-12-25 02:32:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001255 10.0.0.27 - - [2025-12-25 02:32:00] "POST /neutron/network HTTP/1.1" 200 1087 0.009116 10.0.0.27 - - [2025-12-25 02:32:01] "POST /neutron/port HTTP/1.1" 200 1169 0.040610 10.0.0.27 - - [2025-12-25 02:32:01] "POST /neutron/port HTTP/1.1" 200 1233 0.024719 10.0.0.27 - - [2025-12-25 02:32:01] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015807 10.0.0.23 - - [2025-12-25 02:32:01] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.064610 10.0.0.27 - - [2025-12-25 02:32:01] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.208445 10.0.0.27 - - [2025-12-25 02:32:01] "POST /neutron/network HTTP/1.1" 200 1072 0.039177 10.0.0.27 - - [2025-12-25 02:32:02] "POST /neutron/security_group HTTP/1.1" 200 2063 0.016962 10.0.0.23 - - [2025-12-25 02:32:02] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.27 - - [2025-12-25 02:32:03] "POST /neutron/port HTTP/1.1" 200 1172 0.542721 10.0.0.27 - - [2025-12-25 02:32:03] "POST /neutron/port HTTP/1.1" 200 1226 0.177201 10.0.0.27 - - [2025-12-25 02:32:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007131 10.0.0.27 - - [2025-12-25 02:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.27 - - [2025-12-25 02:32:04] "POST /neutron/network HTTP/1.1" 400 204 0.020359 10.0.0.27 - - [2025-12-25 02:32:05] "POST /neutron/port HTTP/1.1" 200 151 0.346798 10.0.0.27 - - [2025-12-25 02:32:05] "POST /neutron/port HTTP/1.1" 200 151 0.274054 10.0.0.27 - - [2025-12-25 02:32:06] "POST /neutron/network HTTP/1.1" 200 1077 0.009861 10.0.0.27 - - [2025-12-25 02:32:06] "POST /neutron/network HTTP/1.1" 200 1074 0.011244 10.0.0.33 - - [2025-12-25 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.080238 10.0.0.33 - - [2025-12-25 02:32:06] "DELETE /route-target/09eb81bc-3920-41ea-a7a7-161a8192d387 HTTP/1.1" 200 115 0.046475 10.0.0.23 - - [2025-12-25 02:32:06] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001157 10.0.0.27 - - [2025-12-25 02:32:06] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081402 10.0.0.23 - - [2025-12-25 02:32:06] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001381 10.0.0.27 - - [2025-12-25 02:32:07] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?fields=virtual_networks HTTP/1.1" 200 1053 0.049267 10.0.0.23 - - [2025-12-25 02:32:07] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001412 10.0.0.27 - - [2025-12-25 02:32:07] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.052704 10.0.0.23 - - [2025-12-25 02:32:07] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.27 - - [2025-12-25 02:32:07] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?fields=security_groups HTTP/1.1" 200 1284 0.044197 10.0.0.27 - - [2025-12-25 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.033565 10.0.0.23 - - [2025-12-25 02:32:08] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003484 10.0.0.23 - - [2025-12-25 02:32:08] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2025-12-25 02:32:08] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053362 10.0.0.23 - - [2025-12-25 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.005701 10.0.0.23 - - [2025-12-25 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.006652 10.0.0.23 - - [2025-12-25 02:32:08] "POST /security-groups HTTP/1.1" 200 599 0.086688 10.0.0.23 - - [2025-12-25 02:32:08] "POST /projects HTTP/1.1" 200 601 0.313077 10.0.0.33 - - [2025-12-25 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 241 0.012244 10.0.0.23 - - [2025-12-25 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.390011 10.0.0.27 - - [2025-12-25 02:32:08] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.610277 10.0.0.27 - - [2025-12-25 02:32:10] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.27 - - [2025-12-25 02:32:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2025-12-25 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.068525 10.0.0.23 - - [2025-12-25 02:32:11] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.27 - - [2025-12-25 02:32:11] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.059764 10.0.0.23 - - [2025-12-25 02:32:11] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.27 - - [2025-12-25 02:32:11] "POST /neutron/network HTTP/1.1" 200 691 0.167550 10.0.0.33 - - [2025-12-25 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.026742 10.0.0.27 - - [2025-12-25 02:32:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.004456 10.0.0.27 - - [2025-12-25 02:32:11] "GET /virtual-network/e8bd75da-26a0-4762-aae0-15245a5fac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006675 10.0.0.27 - - [2025-12-25 02:32:11] "POST /neutron/network HTTP/1.1" 200 911 0.007126 10.0.0.27 - - [2025-12-25 02:32:11] "GET /virtual-network/e8bd75da-26a0-4762-aae0-15245a5fac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007155 10.0.0.27 - - [2025-12-25 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2025-12-25 02:32:12] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.27 - - [2025-12-25 02:32:12] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.056984 10.0.0.27 - - [2025-12-25 02:32:12] "POST /neutron/network HTTP/1.1" 200 117 0.015644 10.0.0.27 - - [2025-12-25 02:32:12] "POST /neutron/network HTTP/1.1" 200 910 0.014825 10.0.0.27 - - [2025-12-25 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001303 10.0.0.27 - - [2025-12-25 02:32:12] "GET /virtual-network/2f3b6eeb-5082-4986-8714-a8a819d0b4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005707 10.0.0.27 - - [2025-12-25 02:32:12] "GET /virtual-network/2f3b6eeb-5082-4986-8714-a8a819d0b4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.018517 10.0.0.27 - - [2025-12-25 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.011084 10.0.0.27 - - [2025-12-25 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2025-12-25 02:32:12] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.27 - - [2025-12-25 02:32:12] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.063454 10.0.0.33 - - [2025-12-25 02:32:13] "POST /route-targets HTTP/1.1" 200 327 0.018499 10.0.0.23 - - [2025-12-25 02:32:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007798 10.0.0.27 - - [2025-12-25 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 705 0.210288 10.0.0.27 - - [2025-12-25 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 268 0.001229 10.0.0.27 - - [2025-12-25 02:32:13] "GET /virtual-network/ab248274-2f58-4974-804d-bbeda24363ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006985 10.0.0.27 - - [2025-12-25 02:32:13] "GET /virtual-network/ab248274-2f58-4974-804d-bbeda24363ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006460 10.0.0.27 - - [2025-12-25 02:32:13] "POST /neutron/network HTTP/1.1" 200 908 0.007804 10.0.0.27 - - [2025-12-25 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.001227 10.0.0.23 - - [2025-12-25 02:32:14] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.27 - - [2025-12-25 02:32:14] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.068957 10.0.0.27 - - [2025-12-25 02:32:14] "POST /neutron/network HTTP/1.1" 200 910 0.007069 10.0.0.27 - - [2025-12-25 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001385 10.0.0.27 - - [2025-12-25 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.23 - - [2025-12-25 02:32:15] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.27 - - [2025-12-25 02:32:15] "POST /neutron/port HTTP/1.1" 200 1068 0.344884 10.0.0.27 - - [2025-12-25 02:32:15] "POST /neutron/port HTTP/1.1" 200 1122 0.151278 10.0.0.23 - - [2025-12-25 02:32:15] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.27 - - [2025-12-25 02:32:16] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.079824 10.0.0.27 - - [2025-12-25 02:32:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.014940 10.0.0.27 - - [2025-12-25 02:32:16] "POST /neutron/network HTTP/1.1" 200 910 0.008264 10.0.0.27 - - [2025-12-25 02:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.009163 10.0.0.27 - - [2025-12-25 02:32:17] "POST /neutron/port HTTP/1.1" 200 1064 0.029544 10.0.0.27 - - [2025-12-25 02:32:17] "POST /neutron/port HTTP/1.1" 200 1128 0.021833 10.0.0.27 - - [2025-12-25 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.27 - - [2025-12-25 02:32:18] "POST /neutron/network HTTP/1.1" 400 204 0.018394 10.0.0.27 - - [2025-12-25 02:32:18] "POST /neutron/port HTTP/1.1" 200 151 0.216388 10.0.0.27 - - [2025-12-25 02:32:19] "POST /neutron/port HTTP/1.1" 200 151 0.221621 10.0.0.23 - - [2025-12-25 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004680 10.0.0.23 - - [2025-12-25 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.27 - - [2025-12-25 02:32:20] "POST /neutron/network HTTP/1.1" 200 151 0.157438 10.0.0.33 - - [2025-12-25 02:32:20] "DELETE /route-target/aa31fe3e-aa12-4420-bdd4-efe28bb8874c HTTP/1.1" 200 115 0.030835 10.0.0.27 - - [2025-12-25 02:32:20] "POST /neutron/network HTTP/1.1" 200 911 0.006756 10.0.0.33 - - [2025-12-25 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013385 10.0.0.23 - - [2025-12-25 02:32:20] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002744 10.0.0.27 - - [2025-12-25 02:32:20] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.068190 10.0.0.23 - - [2025-12-25 02:32:20] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.27 - - [2025-12-25 02:32:20] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?fields=virtual_networks HTTP/1.1" 200 1058 0.049606 10.0.0.23 - - [2025-12-25 02:32:20] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.27 - - [2025-12-25 02:32:20] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.052630 10.0.0.23 - - [2025-12-25 02:32:20] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.27 - - [2025-12-25 02:32:20] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?fields=security_groups HTTP/1.1" 200 1292 0.046861 10.0.0.27 - - [2025-12-25 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.047916 10.0.0.23 - - [2025-12-25 02:32:22] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003770 10.0.0.23 - - [2025-12-25 02:32:22] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.23 - - [2025-12-25 02:32:22] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008169 10.0.0.23 - - [2025-12-25 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 195 0.004518 10.0.0.23 - - [2025-12-25 02:32:22] "POST /fqname-to-id HTTP/1.1" 404 204 0.006455 10.0.0.23 - - [2025-12-25 02:32:22] "POST /security-groups HTTP/1.1" 200 596 0.047915 10.0.0.23 - - [2025-12-25 02:32:22] "POST /projects HTTP/1.1" 200 595 0.280584 10.0.0.23 - - [2025-12-25 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.328046 10.0.0.33 - - [2025-12-25 02:32:22] "POST /access-control-lists HTTP/1.1" 200 601 0.034814 10.0.0.27 - - [2025-12-25 02:32:22] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.483966 10.0.0.27 - - [2025-12-25 02:32:23] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.27 - - [2025-12-25 02:32:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-25 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.062117 10.0.0.23 - - [2025-12-25 02:32:24] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001078 10.0.0.27 - - [2025-12-25 02:32:24] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.041748 10.0.0.23 - - [2025-12-25 02:32:25] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001472 10.0.0.27 - - [2025-12-25 02:32:25] "POST /neutron/network HTTP/1.1" 200 682 0.158324 10.0.0.33 - - [2025-12-25 02:32:25] "POST /route-targets HTTP/1.1" 200 327 0.023796 10.0.0.27 - - [2025-12-25 02:32:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.004329 10.0.0.27 - - [2025-12-25 02:32:25] "GET /virtual-network/808019aa-c0e8-43c4-a5d6-1a40f6028b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006604 10.0.0.27 - - [2025-12-25 02:32:25] "POST /neutron/network HTTP/1.1" 200 900 0.007262 10.0.0.27 - - [2025-12-25 02:32:25] "GET /virtual-network/808019aa-c0e8-43c4-a5d6-1a40f6028b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.007030 10.0.0.27 - - [2025-12-25 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-25 02:32:25] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001116 10.0.0.27 - - [2025-12-25 02:32:25] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.052320 10.0.0.27 - - [2025-12-25 02:32:25] "POST /neutron/network HTTP/1.1" 200 117 0.015443 10.0.0.33 - - [2025-12-25 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.030517 10.0.0.27 - - [2025-12-25 02:32:26] "POST /neutron/network HTTP/1.1" 200 903 0.009746 10.0.0.27 - - [2025-12-25 02:32:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001238 10.0.0.27 - - [2025-12-25 02:32:26] "GET /virtual-network/e21ea01d-ab39-4088-add5-4d239bf881ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006030 10.0.0.27 - - [2025-12-25 02:32:26] "GET /virtual-network/e21ea01d-ab39-4088-add5-4d239bf881ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.007326 10.0.0.27 - - [2025-12-25 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.009610 10.0.0.27 - - [2025-12-25 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.23 - - [2025-12-25 02:32:26] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000953 10.0.0.27 - - [2025-12-25 02:32:26] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.054678 10.0.0.23 - - [2025-12-25 02:32:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010359 10.0.0.27 - - [2025-12-25 02:32:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.241223 10.0.0.27 - - [2025-12-25 02:32:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001267 10.0.0.27 - - [2025-12-25 02:32:27] "GET /virtual-network/4d8fe791-7cf9-46fc-b660-64e1f0e364cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006642 10.0.0.27 - - [2025-12-25 02:32:27] "GET /virtual-network/4d8fe791-7cf9-46fc-b660-64e1f0e364cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006958 10.0.0.27 - - [2025-12-25 02:32:27] "POST /neutron/network HTTP/1.1" 200 904 0.008387 10.0.0.27 - - [2025-12-25 02:32:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001536 10.0.0.23 - - [2025-12-25 02:32:28] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001138 10.0.0.27 - - [2025-12-25 02:32:28] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.094356 10.0.0.27 - - [2025-12-25 02:32:28] "POST /neutron/network HTTP/1.1" 200 903 0.008779 10.0.0.27 - - [2025-12-25 02:32:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001598 10.0.0.27 - - [2025-12-25 02:32:28] "POST /neutron/port HTTP/1.1" 200 117 0.010037 10.0.0.23 - - [2025-12-25 02:32:29] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001270 10.0.0.27 - - [2025-12-25 02:32:29] "POST /neutron/port HTTP/1.1" 200 1067 0.400307 10.0.0.27 - - [2025-12-25 02:32:29] "POST /neutron/port HTTP/1.1" 200 1121 0.126630 10.0.0.27 - - [2025-12-25 02:32:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.010844 10.0.0.23 - - [2025-12-25 02:32:29] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001004 10.0.0.27 - - [2025-12-25 02:32:29] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.097863 10.0.0.27 - - [2025-12-25 02:32:30] "POST /neutron/network HTTP/1.1" 200 904 0.007004 10.0.0.27 - - [2025-12-25 02:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.006311 10.0.0.27 - - [2025-12-25 02:32:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003852 10.0.0.27 - - [2025-12-25 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.23 - - [2025-12-25 02:32:31] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.27 - - [2025-12-25 02:32:31] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009169 10.0.0.27 - - [2025-12-25 02:32:31] "POST /neutron/port HTTP/1.1" 200 1066 0.028036 10.0.0.27 - - [2025-12-25 02:32:31] "POST /service-templates HTTP/1.1" 200 543 0.026750 10.0.0.27 - - [2025-12-25 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006458 10.0.0.27 - - [2025-12-25 02:32:31] "GET /service-template/fba705d6-2924-467f-a12b-2e367aabd13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.008770 10.0.0.27 - - [2025-12-25 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.27 - - [2025-12-25 02:32:31] "GET /service-template/fba705d6-2924-467f-a12b-2e367aabd13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007519 10.0.0.27 - - [2025-12-25 02:32:31] "POST /neutron/port HTTP/1.1" 200 1130 0.031736 10.0.0.27 - - [2025-12-25 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.001231 10.0.0.27 - - [2025-12-25 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.001348 10.0.0.27 - - [2025-12-25 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 262 0.001642 10.0.0.27 - - [2025-12-25 02:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.27 - - [2025-12-25 02:32:31] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007982 10.0.0.27 - - [2025-12-25 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2025-12-25 02:32:31] "DELETE /service-template/fba705d6-2924-467f-a12b-2e367aabd13f HTTP/1.1" 200 115 0.032470 10.0.0.27 - - [2025-12-25 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.007746 10.0.0.27 - - [2025-12-25 02:32:34] "POST /neutron/port HTTP/1.1" 200 1130 0.023184 10.0.0.27 - - [2025-12-25 02:32:34] "POST /neutron/port HTTP/1.1" 200 151 0.260263 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /project/30efc023a174470bb11ecbf8c721e4dc HTTP/1.1" 404 173 0.013947 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /project/cf1f0cb082ea4b0cbec8affcab6c4f7d HTTP/1.1" 404 173 0.013142 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /project/95d6adb4d76a4e6e81a27479ba91041c HTTP/1.1" 404 173 0.009588 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /project/8225725988b64b91abf97438724b117f HTTP/1.1" 404 173 0.014986 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001025 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.070591 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002411 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.100327 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001295 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.121396 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?fields=security_groups HTTP/1.1" 200 1376 0.110418 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?fields=security_groups HTTP/1.1" 200 1397 0.089150 10.0.0.23 - - [2025-12-25 02:32:35] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?fields=security_groups HTTP/1.1" 200 1389 0.131396 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /security-group/36cc6e79-f6d9-4fbc-baaa-5554c573c483 HTTP/1.1" 200 115 0.085143 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=95d6adb4-d76a-4e6e-81a2-7479ba91041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /security-group/6d2a51e0-2627-4383-9b89-246643b19f00 HTTP/1.1" 200 115 0.072964 10.0.0.33 - - [2025-12-25 02:32:35] "DELETE /access-control-list/2737359d-16be-4914-8279-e5adde45172d HTTP/1.1" 200 115 0.036096 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=82257259-88b6-4b91-abf9-7438724b117f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.23 - - [2025-12-25 02:32:35] "DELETE /security-group/c8036433-885b-4f28-b945-69371f23e32e HTTP/1.1" 200 115 0.076676 10.0.0.23 - - [2025-12-25 02:32:35] "GET /projects?obj_uuids=cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001391 10.0.0.23 - - [2025-12-25 02:32:36] "GET /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c?fields=application_policy_sets HTTP/1.1" 200 1415 0.076712 10.0.0.23 - - [2025-12-25 02:32:36] "GET /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d?fields=application_policy_sets HTTP/1.1" 200 1428 0.094061 10.0.0.27 - - [2025-12-25 02:32:36] "POST /neutron/network HTTP/1.1" 200 903 0.027833 10.0.0.23 - - [2025-12-25 02:32:36] "GET /project/82257259-88b6-4b91-abf9-7438724b117f?fields=application_policy_sets HTTP/1.1" 200 1436 0.128508 10.0.0.33 - - [2025-12-25 02:32:36] "DELETE /access-control-list/dd9163af-8b1a-4706-b4eb-23af294c4d46 HTTP/1.1" 200 115 0.104647 10.0.0.23 - - [2025-12-25 02:32:36] "DELETE /project/cf1f0cb0-82ea-4b0c-bec8-affcab6c4f7d HTTP/1.1" 200 115 0.751214 10.0.0.23 - - [2025-12-25 02:32:36] "DELETE /project/95d6adb4-d76a-4e6e-81a2-7479ba91041c HTTP/1.1" 200 115 0.761045 10.0.0.23 - - [2025-12-25 02:32:36] "GET /obj-perms HTTP/1.1" 200 5056 0.142118 10.0.0.23 - - [2025-12-25 02:32:36] "DELETE /project/82257259-88b6-4b91-abf9-7438724b117f HTTP/1.1" 200 115 0.827534 10.0.0.33 - - [2025-12-25 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.27 - - [2025-12-25 02:32:37] "GET /obj-perms HTTP/1.1" 200 5056 0.183837 10.0.0.23 - - [2025-12-25 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.23 - - [2025-12-25 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 10.0.0.27 - - [2025-12-25 02:32:37] "POST /neutron/network HTTP/1.1" 200 151 0.170603 10.0.0.33 - - [2025-12-25 02:32:37] "DELETE /route-target/ea97ca04-58f1-4f44-be0e-95f7d17acc05 HTTP/1.1" 200 115 0.031945 10.0.0.23 - - [2025-12-25 02:32:37] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000982 10.0.0.27 - - [2025-12-25 02:32:37] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.054524 10.0.0.23 - - [2025-12-25 02:32:37] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002441 10.0.0.27 - - [2025-12-25 02:32:37] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?fields=virtual_networks HTTP/1.1" 200 1052 0.061732 10.0.0.23 - - [2025-12-25 02:32:37] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.27 - - [2025-12-25 02:32:37] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.045127 10.0.0.23 - - [2025-12-25 02:32:37] "GET /projects?obj_uuids=30efc023-a174-470b-b11e-cbf8c721e4dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001037 10.0.0.27 - - [2025-12-25 02:32:37] "GET /project/30efc023-a174-470b-b11e-cbf8c721e4dc?fields=security_groups HTTP/1.1" 200 1283 0.043312 10.0.0.27 - - [2025-12-25 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.041421 10.0.0.23 - - [2025-12-25 02:32:38] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003400 10.0.0.23 - - [2025-12-25 02:32:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.23 - - [2025-12-25 02:32:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007464 10.0.0.23 - - [2025-12-25 02:32:39] "POST /id-to-fqname HTTP/1.1" 200 199 0.002487 10.0.0.23 - - [2025-12-25 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.014546 10.0.0.23 - - [2025-12-25 02:32:39] "POST /security-groups HTTP/1.1" 200 600 0.036116 10.0.0.33 - - [2025-12-25 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 243 0.003391 10.0.0.23 - - [2025-12-25 02:32:39] "POST /projects HTTP/1.1" 200 603 0.261409 10.0.0.23 - - [2025-12-25 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.340741 10.0.0.33 - - [2025-12-25 02:32:39] "POST /access-control-lists HTTP/1.1" 200 603 0.033313 10.0.0.27 - - [2025-12-25 02:32:39] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.498396 10.0.0.27 - - [2025-12-25 02:32:40] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.27 - - [2025-12-25 02:32:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2025-12-25 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.077592 10.0.0.23 - - [2025-12-25 02:32:41] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001088 10.0.0.27 - - [2025-12-25 02:32:41] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044055 10.0.0.27 - - [2025-12-25 02:32:41] "POST /neutron/network HTTP/1.1" 200 117 0.042423 10.0.0.23 - - [2025-12-25 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.012461 10.0.0.27 - - [2025-12-25 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.224855 10.0.0.27 - - [2025-12-25 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 269 0.001192 10.0.0.27 - - [2025-12-25 02:32:42] "GET /virtual-network/c9af5272-b73e-4c21-aa57-e3942741af3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005479 10.0.0.27 - - [2025-12-25 02:32:42] "GET /virtual-network/c9af5272-b73e-4c21-aa57-e3942741af3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.006658 10.0.0.27 - - [2025-12-25 02:32:42] "POST /neutron/network HTTP/1.1" 200 1085 0.010342 10.0.0.27 - - [2025-12-25 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-12-25 02:32:42] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001490 10.0.0.27 - - [2025-12-25 02:32:42] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058397 10.0.0.27 - - [2025-12-25 02:32:42] "POST /neutron/network HTTP/1.1" 200 117 0.016467 10.0.0.33 - - [2025-12-25 02:32:43] "POST /route-targets HTTP/1.1" 200 327 0.017682 10.0.0.33 - - [2025-12-25 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003684 10.0.0.23 - - [2025-12-25 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.017709 10.0.0.27 - - [2025-12-25 02:32:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.219668 10.0.0.27 - - [2025-12-25 02:32:43] "POST /id-to-fqname HTTP/1.1" 200 269 0.001802 10.0.0.27 - - [2025-12-25 02:32:43] "GET /virtual-network/638ccbd8-6b14-425a-a1dd-40721fca3690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006569 10.0.0.27 - - [2025-12-25 02:32:43] "GET /virtual-network/638ccbd8-6b14-425a-a1dd-40721fca3690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006535 10.0.0.27 - - [2025-12-25 02:32:43] "POST /neutron/network HTTP/1.1" 200 1086 0.009725 10.0.0.27 - - [2025-12-25 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2025-12-25 02:32:43] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000971 10.0.0.27 - - [2025-12-25 02:32:43] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042238 10.0.0.27 - - [2025-12-25 02:32:43] "POST /neutron/network HTTP/1.1" 200 117 0.016520 10.0.0.33 - - [2025-12-25 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.030681 10.0.0.33 - - [2025-12-25 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.017115 10.0.0.23 - - [2025-12-25 02:32:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007900 10.0.0.27 - - [2025-12-25 02:32:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.213275 10.0.0.27 - - [2025-12-25 02:32:44] "POST /id-to-fqname HTTP/1.1" 200 270 0.001327 10.0.0.27 - - [2025-12-25 02:32:44] "GET /virtual-network/cffb5d87-23c7-4cc3-8bde-6cd3faa62a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006419 10.0.0.27 - - [2025-12-25 02:32:44] "GET /virtual-network/cffb5d87-23c7-4cc3-8bde-6cd3faa62a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006734 10.0.0.27 - - [2025-12-25 02:32:44] "POST /neutron/network HTTP/1.1" 200 1089 0.011839 10.0.0.27 - - [2025-12-25 02:32:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001804 10.0.0.27 - - [2025-12-25 02:32:44] "POST /neutron/network HTTP/1.1" 200 1096 0.009700 10.0.0.23 - - [2025-12-25 02:32:45] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001114 10.0.0.27 - - [2025-12-25 02:32:45] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.073079 10.0.0.27 - - [2025-12-25 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.007088 10.0.0.27 - - [2025-12-25 02:32:46] "POST /id-to-fqname HTTP/1.1" 200 270 0.001561 10.0.0.27 - - [2025-12-25 02:32:46] "POST /neutron/network HTTP/1.1" 200 1096 0.009950 10.0.0.27 - - [2025-12-25 02:32:47] "POST /neutron/port HTTP/1.1" 200 1175 0.056314 10.0.0.23 - - [2025-12-25 02:32:47] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000935 10.0.0.27 - - [2025-12-25 02:32:47] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.085228 10.0.0.27 - - [2025-12-25 02:32:47] "POST /neutron/port HTTP/1.1" 200 1239 0.024032 10.0.0.27 - - [2025-12-25 02:32:47] "POST /neutron/port HTTP/1.1" 200 1239 0.035978 10.0.0.27 - - [2025-12-25 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.27 - - [2025-12-25 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.007425 10.0.0.27 - - [2025-12-25 02:32:48] "POST /neutron/port HTTP/1.1" 200 1176 0.027734 10.0.0.27 - - [2025-12-25 02:32:48] "POST /neutron/port HTTP/1.1" 200 1240 0.037624 10.0.0.27 - - [2025-12-25 02:32:48] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021817 10.0.0.27 - - [2025-12-25 02:32:49] "POST /neutron/network HTTP/1.1" 200 1089 0.010545 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003579 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2025-12-25 02:32:49] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.27 - - [2025-12-25 02:32:49] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007914 10.0.0.27 - - [2025-12-25 02:32:49] "POST /service-templates HTTP/1.1" 200 543 0.031817 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2025-12-25 02:32:49] "GET /service-template/97b6dbfe-cea3-49d7-8152-42ab65fe65f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007571 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.27 - - [2025-12-25 02:32:49] "GET /service-template/97b6dbfe-cea3-49d7-8152-42ab65fe65f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004859 10.0.0.27 - - [2025-12-25 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 269 0.001258 10.0.0.27 - - [2025-12-25 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 269 0.001350 10.0.0.27 - - [2025-12-25 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 270 0.001579 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2025-12-25 02:32:49] "DELETE /service-template/97b6dbfe-cea3-49d7-8152-42ab65fe65f0 HTTP/1.1" 200 115 0.033045 10.0.0.27 - - [2025-12-25 02:32:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003556 10.0.0.27 - - [2025-12-25 02:32:51] "POST /neutron/network HTTP/1.1" 200 1086 0.010365 10.0.0.27 - - [2025-12-25 02:32:51] "POST /neutron/port HTTP/1.1" 200 1230 0.021596 10.0.0.27 - - [2025-12-25 02:32:51] "POST /neutron/port HTTP/1.1" 200 1229 0.020304 10.0.0.23 - - [2025-12-25 02:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005944 10.0.0.23 - - [2025-12-25 02:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004279 10.0.0.23 - - [2025-12-25 02:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002663 10.0.0.23 - - [2025-12-25 02:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005369 10.0.0.27 - - [2025-12-25 02:32:53] "POST /neutron/network HTTP/1.1" 200 151 0.188828 10.0.0.33 - - [2025-12-25 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.27 - - [2025-12-25 02:32:53] "POST /neutron/network HTTP/1.1" 200 1085 0.010909 10.0.0.33 - - [2025-12-25 02:32:54] "DELETE /route-target/0ce328f4-7160-417c-96a0-7cce3c878fee HTTP/1.1" 200 115 0.028281 10.0.0.23 - - [2025-12-25 02:32:54] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001179 10.0.0.27 - - [2025-12-25 02:32:54] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042660 10.0.0.23 - - [2025-12-25 02:32:54] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001742 10.0.0.27 - - [2025-12-25 02:32:54] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?fields=virtual_networks HTTP/1.1" 200 1061 0.048422 10.0.0.23 - - [2025-12-25 02:32:54] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001060 10.0.0.27 - - [2025-12-25 02:32:54] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.052972 10.0.0.23 - - [2025-12-25 02:32:54] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001030 10.0.0.27 - - [2025-12-25 02:32:54] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?fields=security_groups HTTP/1.1" 200 1296 0.044275 10.0.0.27 - - [2025-12-25 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.032500 10.0.0.23 - - [2025-12-25 02:32:55] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002990 10.0.0.23 - - [2025-12-25 02:32:55] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.23 - - [2025-12-25 02:32:55] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007420 10.0.0.23 - - [2025-12-25 02:32:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.002639 10.0.0.23 - - [2025-12-25 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.006702 10.0.0.23 - - [2025-12-25 02:32:55] "POST /security-groups HTTP/1.1" 200 603 0.078139 10.0.0.23 - - [2025-12-25 02:32:56] "POST /projects HTTP/1.1" 200 609 0.305190 10.0.0.33 - - [2025-12-25 02:32:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.008775 10.0.0.23 - - [2025-12-25 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.379740 10.0.0.27 - - [2025-12-25 02:32:56] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.537279 10.0.0.27 - - [2025-12-25 02:32:57] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.27 - - [2025-12-25 02:32:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-12-25 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.064959 10.0.0.23 - - [2025-12-25 02:32:59] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.27 - - [2025-12-25 02:32:59] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.075403 10.0.0.23 - - [2025-12-25 02:32:59] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001657 10.0.0.27 - - [2025-12-25 02:32:59] "POST /neutron/network HTTP/1.1" 200 619 0.220804 10.0.0.33 - - [2025-12-25 02:32:59] "POST /ref-update HTTP/1.1" 200 156 0.038703 10.0.0.27 - - [2025-12-25 02:33:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.004679 10.0.0.27 - - [2025-12-25 02:33:00] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006566 10.0.0.27 - - [2025-12-25 02:33:00] "POST /neutron/network HTTP/1.1" 200 839 0.009197 10.0.0.27 - - [2025-12-25 02:33:00] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006980 10.0.0.27 - - [2025-12-25 02:33:01] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008465 10.0.0.27 - - [2025-12-25 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007916 10.0.0.23 - - [2025-12-25 02:33:03] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.27 - - [2025-12-25 02:33:03] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.068455 10.0.0.27 - - [2025-12-25 02:33:03] "POST /neutron/network HTTP/1.1" 200 117 0.031803 10.0.0.27 - - [2025-12-25 02:33:03] "POST /neutron/network HTTP/1.1" 200 838 0.010492 10.0.0.27 - - [2025-12-25 02:33:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001333 10.0.0.27 - - [2025-12-25 02:33:03] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006020 10.0.0.27 - - [2025-12-25 02:33:03] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006291 10.0.0.27 - - [2025-12-25 02:33:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.012057 10.0.0.27 - - [2025-12-25 02:33:04] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006975 10.0.0.33 - - [2025-12-25 02:33:04] "GET /obj-perms HTTP/1.1" 200 5054 0.089204 10.0.0.27 - - [2025-12-25 02:33:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001572 10.0.0.33 - - [2025-12-25 02:33:35] "DELETE /access-control-list/e8ba93cf-269b-43b4-87b6-66774dc5d2c2 HTTP/1.1" 200 115 0.072664 10.0.0.23 - - [2025-12-25 02:33:36] "DELETE /project/30efc023-a174-470b-b11e-cbf8c721e4dc HTTP/1.1" 404 177 0.007070 10.0.0.23 - - [2025-12-25 02:33:36] "DELETE /project/f3f0f7d765c44b0cbcd11976ae339658 HTTP/1.1" 404 173 0.008698 10.0.0.23 - - [2025-12-25 02:33:36] "DELETE /project/726849e1d4e64dfb9faf2883115076f2 HTTP/1.1" 404 173 0.006709 10.0.0.23 - - [2025-12-25 02:33:36] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001129 10.0.0.23 - - [2025-12-25 02:33:36] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.082301 10.0.0.23 - - [2025-12-25 02:33:36] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000971 10.0.0.23 - - [2025-12-25 02:33:36] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?fields=security_groups HTTP/1.1" 200 1401 0.049502 10.0.0.23 - - [2025-12-25 02:33:36] "DELETE /security-group/2c471104-cd8d-4009-84be-538a0644c675 HTTP/1.1" 200 115 0.065183 10.0.0.23 - - [2025-12-25 02:33:36] "GET /projects?obj_uuids=f3f0f7d7-65c4-4b0c-bcd1-1976ae339658&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001253 10.0.0.23 - - [2025-12-25 02:33:36] "GET /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658?fields=application_policy_sets HTTP/1.1" 200 1440 0.053833 10.0.0.33 - - [2025-12-25 02:33:36] "DELETE /access-control-list/340b3518-6e18-49b1-bd6b-886fdc1dc897 HTTP/1.1" 200 115 0.042973 10.0.0.23 - - [2025-12-25 02:33:37] "DELETE /project/f3f0f7d7-65c4-4b0c-bcd1-1976ae339658 HTTP/1.1" 200 115 0.466298 10.0.0.23 - - [2025-12-25 02:33:38] "GET /obj-perms HTTP/1.1" 200 5056 0.102806 10.0.0.23 - - [2025-12-25 02:33:43] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001682 10.0.0.27 - - [2025-12-25 02:33:43] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.070821 10.0.0.27 - - [2025-12-25 02:33:43] "POST /neutron/port HTTP/1.1" 200 117 0.007259 10.0.0.27 - - [2025-12-25 02:33:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001602 10.0.0.27 - - [2025-12-25 02:33:44] "POST /neutron/network HTTP/1.1" 200 849 0.007474 10.0.0.27 - - [2025-12-25 02:33:45] "POST /neutron/port HTTP/1.1" 200 1072 0.032838 10.0.0.23 - - [2025-12-25 02:33:45] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.27 - - [2025-12-25 02:33:45] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.144513 10.0.0.27 - - [2025-12-25 02:33:45] "POST /neutron/network HTTP/1.1" 200 839 0.084576 10.0.0.27 - - [2025-12-25 02:33:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.016742 10.0.0.27 - - [2025-12-25 02:33:45] "POST /neutron/network HTTP/1.1" 200 838 0.013503 10.0.0.27 - - [2025-12-25 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2025-12-25 02:33:45] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.27 - - [2025-12-25 02:33:45] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.075058 10.0.0.27 - - [2025-12-25 02:33:45] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006400 10.0.0.27 - - [2025-12-25 02:33:45] "GET /floating-ip-pools?parent_id=c246f831-37c0-4009-ad95-05cba891cf93&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008588 10.0.0.27 - - [2025-12-25 02:33:46] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007277 10.0.0.27 - - [2025-12-25 02:33:46] "POST /floating-ip-pools HTTP/1.1" 200 609 0.083147 10.0.0.27 - - [2025-12-25 02:33:46] "POST /ref-update HTTP/1.1" 200 156 0.037118 10.0.0.27 - - [2025-12-25 02:33:46] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005520 10.0.0.27 - - [2025-12-25 02:33:46] "POST /neutron/network HTTP/1.1" 200 849 0.016365 10.0.0.27 - - [2025-12-25 02:33:46] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005757 10.0.0.27 - - [2025-12-25 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013005 10.0.0.27 - - [2025-12-25 02:33:47] "POST /neutron/port HTTP/1.1" 200 1127 0.243547 10.0.0.27 - - [2025-12-25 02:33:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.022546 10.0.0.27 - - [2025-12-25 02:33:52] "POST /neutron/port HTTP/1.1" 200 1136 0.040700 10.0.0.27 - - [2025-12-25 02:33:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019414 10.0.0.27 - - [2025-12-25 02:34:07] "POST /neutron/port HTTP/1.1" 200 1136 0.033249 10.0.0.27 - - [2025-12-25 02:34:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007550 10.0.0.27 - - [2025-12-25 02:34:22] "POST /neutron/port HTTP/1.1" 200 1136 0.022938 10.0.0.27 - - [2025-12-25 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009017 10.0.0.27 - - [2025-12-25 02:34:38] "POST /neutron/port HTTP/1.1" 200 1136 0.022258 10.0.0.27 - - [2025-12-25 02:34:38] "GET /obj-perms HTTP/1.1" 200 5056 0.058868 10.0.0.33 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.33 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.23 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2025-12-25 02:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.27 - - [2025-12-25 02:34:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-25 02:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2025-12-25 02:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-12-25 02:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-12-25 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008446 10.0.0.27 - - [2025-12-25 02:34:48] "POST /neutron/port HTTP/1.1" 200 1136 0.023197 10.0.0.27 - - [2025-12-25 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010456 10.0.0.27 - - [2025-12-25 02:34:48] "GET /virtual-machine/10332276-268f-400b-8df6-f4a61970f30c HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-12-25 02:34:49] "GET /virtual-machine/10332276-268f-400b-8df6-f4a61970f30c HTTP/1.1" 200 1304 0.037006 10.0.0.27 - - [2025-12-25 02:34:49] "GET /virtual-machine-interface/598b4903-de91-4c68-9d9d-8016de626a36 HTTP/1.1" 200 3004 0.005659 10.0.0.27 - - [2025-12-25 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2025-12-25 02:34:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004828 10.0.0.27 - - [2025-12-25 02:34:49] "GET /virtual-networks?parent_id=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003476 10.0.0.27 - - [2025-12-25 02:34:49] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006639 10.0.0.27 - - [2025-12-25 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.27 - - [2025-12-25 02:34:52] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006056 10.0.0.27 - - [2025-12-25 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2025-12-25 02:34:56] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007270 10.0.0.27 - - [2025-12-25 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.27 - - [2025-12-25 02:35:00] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011829 10.0.0.27 - - [2025-12-25 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.27 - - [2025-12-25 02:35:04] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005516 10.0.0.27 - - [2025-12-25 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.27 - - [2025-12-25 02:35:08] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005538 10.0.0.27 - - [2025-12-25 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2025-12-25 02:35:12] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005742 10.0.0.27 - - [2025-12-25 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.27 - - [2025-12-25 02:35:16] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006352 10.0.0.27 - - [2025-12-25 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2025-12-25 02:35:20] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009639 10.0.0.27 - - [2025-12-25 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-12-25 02:35:24] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005640 10.0.0.27 - - [2025-12-25 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2025-12-25 02:35:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004731 10.0.0.27 - - [2025-12-25 02:35:26] "GET /virtual-networks?parent_id=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004441 10.0.0.27 - - [2025-12-25 02:35:26] "GET /virtual-network/4aeb48bf-b779-43fe-ba7f-3bc1f5296a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006024 10.0.0.27 - - [2025-12-25 02:35:31] "POST /neutron/port HTTP/1.1" 200 1136 0.019481 10.0.0.27 - - [2025-12-25 02:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.27 - - [2025-12-25 02:35:31] "POST /neutron/network HTTP/1.1" 200 838 0.007686 10.0.0.27 - - [2025-12-25 02:35:33] "POST /neutron/port HTTP/1.1" 200 1137 0.020203 10.0.0.27 - - [2025-12-25 02:35:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.27 - - [2025-12-25 02:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.008890 10.0.0.27 - - [2025-12-25 02:35:37] "POST /neutron/port HTTP/1.1" 200 1136 0.021070 10.0.0.27 - - [2025-12-25 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007564 10.0.0.27 - - [2025-12-25 02:35:47] "POST /neutron/floatingip HTTP/1.1" 200 531 0.012769 10.0.0.27 - - [2025-12-25 02:35:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007599 10.0.0.27 - - [2025-12-25 02:35:47] "POST /neutron/port HTTP/1.1" 200 1137 0.019920 10.0.0.27 - - [2025-12-25 02:35:48] "GET /virtual-machine/7fbf9c2d-0e61-4d7d-ac63-9cc7e8f8edac HTTP/1.1" 200 1304 0.006585 10.0.0.27 - - [2025-12-25 02:35:48] "GET /virtual-machine-interface/4f442f31-ae4a-4fc1-bdc4-40217a05655a HTTP/1.1" 200 3004 0.007169 10.0.0.27 - - [2025-12-25 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-12-25 02:35:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004218 10.0.0.27 - - [2025-12-25 02:35:48] "GET /virtual-networks?parent_id=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003684 10.0.0.27 - - [2025-12-25 02:35:48] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006287 10.0.0.27 - - [2025-12-25 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-12-25 02:35:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004394 10.0.0.27 - - [2025-12-25 02:35:49] "GET /virtual-networks?parent_id=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004199 10.0.0.27 - - [2025-12-25 02:35:49] "GET /virtual-network/c246f831-37c0-4009-ad95-05cba891cf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006501 10.0.0.27 - - [2025-12-25 02:35:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009050 10.0.0.27 - - [2025-12-25 02:35:54] "POST /neutron/port HTTP/1.1" 200 1137 0.028324 10.0.0.27 - - [2025-12-25 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008069 10.0.0.27 - - [2025-12-25 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2025-12-25 02:36:04] "GET /routing-instance/2686867f-13d0-4c9a-9cbb-403a909da00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004253 10.0.0.27 - - [2025-12-25 02:36:04] "GET /route-target/dd9dabf7-b4bd-463a-b3fd-f0b5d487506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005331 10.0.0.27 - - [2025-12-25 02:36:33] "POST /neutron/port HTTP/1.1" 200 1136 0.021730 10.0.0.27 - - [2025-12-25 02:36:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.009856 10.0.0.27 - - [2025-12-25 02:36:34] "POST /neutron/port HTTP/1.1" 200 1137 0.021663 10.0.0.27 - - [2025-12-25 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.27 - - [2025-12-25 02:36:34] "POST /neutron/network HTTP/1.1" 200 839 0.008313 10.0.0.33 - - [2025-12-25 02:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.070388 10.0.0.27 - - [2025-12-25 02:36:46] "POST /neutron/floatingip HTTP/1.1" 200 531 0.009705 10.0.0.27 - - [2025-12-25 02:36:46] "GET /floating-ip-pool/6e432398-8122-41fb-851d-6c4a93529888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004674 10.0.0.27 - - [2025-12-25 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.017283 10.0.0.27 - - [2025-12-25 02:36:46] "DELETE /floating-ip-pool/6e432398-8122-41fb-851d-6c4a93529888 HTTP/1.1" 200 115 0.038823 10.0.0.27 - - [2025-12-25 02:36:47] "POST /neutron/network HTTP/1.1" 400 204 0.016432 10.0.0.27 - - [2025-12-25 02:36:47] "POST /neutron/port HTTP/1.1" 200 151 0.238172 10.0.0.27 - - [2025-12-25 02:36:47] "POST /neutron/port HTTP/1.1" 200 151 0.256047 10.0.0.27 - - [2025-12-25 02:36:49] "POST /neutron/network HTTP/1.1" 200 839 0.007939 10.0.0.33 - - [2025-12-25 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-25 02:36:51] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001367 10.0.0.27 - - [2025-12-25 02:36:51] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042852 10.0.0.23 - - [2025-12-25 02:36:51] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002032 10.0.0.27 - - [2025-12-25 02:36:51] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?fields=virtual_networks HTTP/1.1" 200 1066 0.043423 10.0.0.23 - - [2025-12-25 02:36:51] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.27 - - [2025-12-25 02:36:51] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.056913 10.0.0.23 - - [2025-12-25 02:36:51] "GET /projects?obj_uuids=726849e1-d4e6-4dfb-9faf-2883115076f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.27 - - [2025-12-25 02:36:51] "GET /project/726849e1-d4e6-4dfb-9faf-2883115076f2?fields=security_groups HTTP/1.1" 200 1304 0.039720 10.0.0.27 - - [2025-12-25 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.036073 10.0.0.23 - - [2025-12-25 02:36:52] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003664 10.0.0.23 - - [2025-12-25 02:36:52] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.23 - - [2025-12-25 02:36:52] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007646 10.0.0.23 - - [2025-12-25 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.005861 10.0.0.23 - - [2025-12-25 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.005291 10.0.0.23 - - [2025-12-25 02:36:53] "POST /security-groups HTTP/1.1" 200 591 0.081336 10.0.0.23 - - [2025-12-25 02:36:53] "POST /projects HTTP/1.1" 200 585 0.313370 10.0.0.23 - - [2025-12-25 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.357797 10.0.0.33 - - [2025-12-25 02:36:53] "POST /access-control-lists HTTP/1.1" 200 596 0.034488 10.0.0.27 - - [2025-12-25 02:36:53] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.527647 10.0.0.27 - - [2025-12-25 02:36:54] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.23 - - [2025-12-25 02:36:57] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.27 - - [2025-12-25 02:36:57] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.037433 10.0.0.23 - - [2025-12-25 02:36:57] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.27 - - [2025-12-25 02:36:57] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?fields=virtual_networks HTTP/1.1" 200 1042 0.073476 10.0.0.23 - - [2025-12-25 02:36:57] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.27 - - [2025-12-25 02:36:57] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050031 10.0.0.23 - - [2025-12-25 02:36:57] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.27 - - [2025-12-25 02:36:57] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?fields=security_groups HTTP/1.1" 200 1268 0.062171 10.0.0.27 - - [2025-12-25 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.044527 10.0.0.23 - - [2025-12-25 02:36:59] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005773 10.0.0.23 - - [2025-12-25 02:36:59] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.23 - - [2025-12-25 02:36:59] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009333 10.0.0.23 - - [2025-12-25 02:36:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001319 10.0.0.23 - - [2025-12-25 02:36:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.007791 10.0.0.23 - - [2025-12-25 02:36:59] "POST /security-groups HTTP/1.1" 200 586 0.100303 10.0.0.33 - - [2025-12-25 02:36:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.005125 10.0.0.23 - - [2025-12-25 02:36:59] "POST /projects HTTP/1.1" 200 575 0.321937 10.0.0.23 - - [2025-12-25 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.357153 10.0.0.27 - - [2025-12-25 02:36:59] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.539108 10.0.0.33 - - [2025-12-25 02:36:59] "POST /access-control-lists HTTP/1.1" 200 589 0.071295 10.0.0.27 - - [2025-12-25 02:37:01] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.23 - - [2025-12-25 02:37:07] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.036840 10.0.0.27 - - [2025-12-25 02:37:07] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.168809 10.0.0.23 - - [2025-12-25 02:37:07] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.27 - - [2025-12-25 02:37:07] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?fields=virtual_networks HTTP/1.1" 200 1032 0.072657 10.0.0.23 - - [2025-12-25 02:37:07] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001638 10.0.0.27 - - [2025-12-25 02:37:07] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054969 10.0.0.23 - - [2025-12-25 02:37:07] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.27 - - [2025-12-25 02:37:07] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?fields=security_groups HTTP/1.1" 200 1253 0.043950 10.0.0.27 - - [2025-12-25 02:37:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.040955 10.0.0.23 - - [2025-12-25 02:37:08] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004825 10.0.0.23 - - [2025-12-25 02:37:08] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.23 - - [2025-12-25 02:37:09] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039233 10.0.0.23 - - [2025-12-25 02:37:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.001333 10.0.0.23 - - [2025-12-25 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.005280 10.0.0.23 - - [2025-12-25 02:37:09] "POST /security-groups HTTP/1.1" 200 590 0.077400 10.0.0.23 - - [2025-12-25 02:37:09] "POST /projects HTTP/1.1" 200 583 0.290034 10.0.0.23 - - [2025-12-25 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.365401 10.0.0.27 - - [2025-12-25 02:37:09] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.543041 10.0.0.33 - - [2025-12-25 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.072997 10.0.0.27 - - [2025-12-25 02:37:10] "GET / HTTP/1.1" 200 35931 0.002988 10.0.0.23 - - [2025-12-25 02:37:14] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001742 10.0.0.27 - - [2025-12-25 02:37:14] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047346 10.0.0.23 - - [2025-12-25 02:37:14] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001025 10.0.0.27 - - [2025-12-25 02:37:14] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?fields=virtual_networks HTTP/1.1" 200 1040 0.045247 10.0.0.23 - - [2025-12-25 02:37:14] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001288 10.0.0.27 - - [2025-12-25 02:37:14] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.046134 10.0.0.23 - - [2025-12-25 02:37:14] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001040 10.0.0.27 - - [2025-12-25 02:37:14] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?fields=security_groups HTTP/1.1" 200 1265 0.061743 10.0.0.27 - - [2025-12-25 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.036123 10.0.0.23 - - [2025-12-25 02:37:15] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003811 10.0.0.23 - - [2025-12-25 02:37:15] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.23 - - [2025-12-25 02:37:15] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008046 10.0.0.23 - - [2025-12-25 02:37:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.002192 10.0.0.23 - - [2025-12-25 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.005223 10.0.0.23 - - [2025-12-25 02:37:15] "POST /security-groups HTTP/1.1" 200 591 0.035085 10.0.0.23 - - [2025-12-25 02:37:15] "POST /projects HTTP/1.1" 200 585 0.257473 10.0.0.33 - - [2025-12-25 02:37:15] "POST /access-control-lists HTTP/1.1" 200 596 0.034766 10.0.0.23 - - [2025-12-25 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.336163 10.0.0.27 - - [2025-12-25 02:37:15] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.514551 10.0.0.27 - - [2025-12-25 02:37:17] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.23 - - [2025-12-25 02:37:20] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.27 - - [2025-12-25 02:37:20] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055342 10.0.0.23 - - [2025-12-25 02:37:20] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002021 10.0.0.27 - - [2025-12-25 02:37:20] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?fields=virtual_networks HTTP/1.1" 200 1042 0.069423 10.0.0.23 - - [2025-12-25 02:37:20] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.27 - - [2025-12-25 02:37:20] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.057180 10.0.0.23 - - [2025-12-25 02:37:20] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.27 - - [2025-12-25 02:37:20] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?fields=security_groups HTTP/1.1" 200 1268 0.038625 10.0.0.27 - - [2025-12-25 02:37:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.032930 10.0.0.23 - - [2025-12-25 02:37:22] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003225 10.0.0.23 - - [2025-12-25 02:37:22] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.23 - - [2025-12-25 02:37:22] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009061 10.0.0.23 - - [2025-12-25 02:37:22] "POST /id-to-fqname HTTP/1.1" 200 194 0.004103 10.0.0.23 - - [2025-12-25 02:37:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.005615 10.0.0.23 - - [2025-12-25 02:37:22] "POST /security-groups HTTP/1.1" 200 595 0.102376 10.0.0.33 - - [2025-12-25 02:37:22] "POST /fqname-to-id HTTP/1.1" 404 238 0.004548 10.0.0.23 - - [2025-12-25 02:37:22] "POST /projects HTTP/1.1" 200 593 0.333692 10.0.0.23 - - [2025-12-25 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.411577 10.0.0.27 - - [2025-12-25 02:37:22] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.558213 10.0.0.33 - - [2025-12-25 02:37:22] "POST /access-control-lists HTTP/1.1" 200 598 0.056090 10.0.0.27 - - [2025-12-25 02:37:23] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.23 - - [2025-12-25 02:37:27] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.27 - - [2025-12-25 02:37:27] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.042461 10.0.0.23 - - [2025-12-25 02:37:27] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001411 10.0.0.27 - - [2025-12-25 02:37:27] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?fields=virtual_networks HTTP/1.1" 200 1050 0.053782 10.0.0.23 - - [2025-12-25 02:37:27] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001839 10.0.0.27 - - [2025-12-25 02:37:27] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.045690 10.0.0.23 - - [2025-12-25 02:37:27] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.27 - - [2025-12-25 02:37:27] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?fields=security_groups HTTP/1.1" 200 1280 0.054092 10.0.0.27 - - [2025-12-25 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.032199 10.0.0.23 - - [2025-12-25 02:37:28] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003587 10.0.0.23 - - [2025-12-25 02:37:28] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.23 - - [2025-12-25 02:37:28] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008099 10.0.0.23 - - [2025-12-25 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001320 10.0.0.23 - - [2025-12-25 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.008484 10.0.0.23 - - [2025-12-25 02:37:28] "POST /security-groups HTTP/1.1" 200 586 0.081667 10.0.0.33 - - [2025-12-25 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003486 10.0.0.23 - - [2025-12-25 02:37:29] "POST /projects HTTP/1.1" 200 575 0.291215 10.0.0.23 - - [2025-12-25 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.366810 10.0.0.33 - - [2025-12-25 02:37:29] "POST /access-control-lists HTTP/1.1" 200 589 0.032912 10.0.0.27 - - [2025-12-25 02:37:29] "GET /project/adb18430-fce5-4613-8980-ca7b5cb005be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.513717 10.0.0.27 - - [2025-12-25 02:37:30] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.27 - - [2025-12-25 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003791 10.0.0.33 - - [2025-12-25 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.006002 10.0.0.33 - - [2025-12-25 02:37:31] "PUT /access-control-list/5c671234-dbf2-4922-8788-b2857afb5bfd HTTP/1.1" 200 272 0.021960 10.0.0.23 - - [2025-12-25 02:37:31] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001276 10.0.0.27 - - [2025-12-25 02:37:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.112842 10.0.0.27 - - [2025-12-25 02:37:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019475 10.0.0.27 - - [2025-12-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003824 10.0.0.33 - - [2025-12-25 02:37:32] "PUT /access-control-list/5c671234-dbf2-4922-8788-b2857afb5bfd HTTP/1.1" 200 272 0.021018 10.0.0.33 - - [2025-12-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.014238 10.0.0.33 - - [2025-12-25 02:37:32] "PUT /access-control-list/437b5dcf-2809-4cf1-af1e-202975fc6f9b HTTP/1.1" 200 272 0.021337 10.0.0.23 - - [2025-12-25 02:37:32] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.27 - - [2025-12-25 02:37:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.073509 10.0.0.27 - - [2025-12-25 02:37:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.094244 10.0.0.27 - - [2025-12-25 02:37:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2025-12-25 02:37:33] "PUT /access-control-list/437b5dcf-2809-4cf1-af1e-202975fc6f9b HTTP/1.1" 200 272 0.022268 10.0.0.27 - - [2025-12-25 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.036109 10.0.0.33 - - [2025-12-25 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.009867 10.0.0.33 - - [2025-12-25 02:37:33] "PUT /access-control-list/20f7ed81-c025-4fcc-b753-77e467bcf1fc HTTP/1.1" 200 272 0.016581 10.0.0.23 - - [2025-12-25 02:37:34] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001291 10.0.0.27 - - [2025-12-25 02:37:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.110974 10.0.0.27 - - [2025-12-25 02:37:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030607 10.0.0.27 - - [2025-12-25 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.006445 10.0.0.33 - - [2025-12-25 02:37:34] "PUT /access-control-list/20f7ed81-c025-4fcc-b753-77e467bcf1fc HTTP/1.1" 200 272 0.017606 10.0.0.33 - - [2025-12-25 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.008286 10.0.0.33 - - [2025-12-25 02:37:34] "PUT /access-control-list/77abd812-5782-4b41-a5d5-36e9ea0b3fb7 HTTP/1.1" 200 272 0.028449 10.0.0.23 - - [2025-12-25 02:37:34] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.27 - - [2025-12-25 02:37:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.081014 10.0.0.27 - - [2025-12-25 02:37:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.036720 10.0.0.33 - - [2025-12-25 02:37:35] "PUT /access-control-list/77abd812-5782-4b41-a5d5-36e9ea0b3fb7 HTTP/1.1" 200 272 0.021278 10.0.0.27 - - [2025-12-25 02:37:36] "POST /neutron/router HTTP/1.1" 200 541 0.007966 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.008470 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.004550 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.004459 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.004485 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.004189 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/4c8ce8673e804c63b5be20f0d6a9d059 HTTP/1.1" 404 173 0.018439 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/726849e1-d4e6-4dfb-9faf-2883115076f2 HTTP/1.1" 404 177 0.019875 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/4f097db3f3a0432e8eded6209c14cf4f HTTP/1.1" 404 173 0.023330 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/adb18430fce546138980ca7b5cb005be HTTP/1.1" 404 173 0.011726 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.013817 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/12f2634c512342db9e9a30bd6c669fe5 HTTP/1.1" 404 173 0.018914 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/4cba259d538442e7bac07a177f19407b HTTP/1.1" 404 173 0.010283 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000885 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /project/2da3649497f6404f9b3bcb93e2b2bb98 HTTP/1.1" 404 173 0.008325 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.009983 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.084181 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.100960 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001787 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.103416 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.137693 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002654 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.043247 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.201879 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?fields=security_groups HTTP/1.1" 200 1370 0.179513 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.008779 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?fields=security_groups HTTP/1.1" 200 1373 0.171407 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?fields=security_groups HTTP/1.1" 200 1358 0.189460 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?fields=security_groups HTTP/1.1" 200 1385 0.191925 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.005881 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?fields=security_groups HTTP/1.1" 200 1373 0.172978 10.0.0.27 - - [2025-12-25 02:37:37] "POST /neutron/router HTTP/1.1" 200 541 0.017456 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /security-group/478a0418-dd01-4ddf-9ba2-2fa1af92a5e8 HTTP/1.1" 200 115 0.157075 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=12f2634c-5123-42db-9e9a-30bd6c669fe5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002514 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /security-group/5def5cce-fc7c-4c4d-9266-e60fe54f420d HTTP/1.1" 200 115 0.224498 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4cba259d-5384-42e7-bac0-7a177f19407b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001148 10.0.0.33 - - [2025-12-25 02:37:37] "DELETE /access-control-list/19196716-9423-4f59-8280-a8be7ff2c58d HTTP/1.1" 200 115 0.101679 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /security-group/a4ac6064-630e-492a-a1ff-cdc0aa2e5e0e HTTP/1.1" 200 115 0.212221 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=4c8ce867-3e80-4c63-b5be-20f0d6a9d059&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001275 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /security-group/2d49478f-dbe6-4aec-9512-a4fc5d3f3497 HTTP/1.1" 200 115 0.201509 10.0.0.23 - - [2025-12-25 02:37:37] "GET /projects?obj_uuids=2da36494-97f6-404f-9b3b-cb93e2b2bb98&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001263 10.0.0.23 - - [2025-12-25 02:37:37] "GET /project/12f2634c-5123-42db-9e9a-30bd6c669fe5?fields=application_policy_sets HTTP/1.1" 200 1412 0.134769 10.0.0.23 - - [2025-12-25 02:37:37] "DELETE /security-group/f8f72738-c29d-4f7e-963b-bd6df32b2f90 HTTP/1.1" 200 115 0.200790 10.0.0.23 - - [2025-12-25 02:37:38] "GET /project/4cba259d-5384-42e7-bac0-7a177f19407b?fields=application_policy_sets HTTP/1.1" 200 1409 0.151626 10.0.0.23 - - [2025-12-25 02:37:38] "GET /projects?obj_uuids=4f097db3-f3a0-432e-8ede-d6209c14cf4f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001745 10.0.0.23 - - [2025-12-25 02:37:38] "GET /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98?fields=application_policy_sets HTTP/1.1" 200 1424 0.150378 10.0.0.23 - - [2025-12-25 02:37:38] "GET /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059?fields=application_policy_sets HTTP/1.1" 200 1397 0.191406 10.0.0.33 - - [2025-12-25 02:37:38] "DELETE /access-control-list/70b41ebe-676c-494b-a779-da743e811d50 HTTP/1.1" 200 115 0.141262 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 151 0.259462 10.0.0.23 - - [2025-12-25 02:37:38] "GET /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f?fields=application_policy_sets HTTP/1.1" 200 1412 0.200500 10.0.0.23 - - [2025-12-25 02:37:38] "DELETE /project/12f2634c-5123-42db-9e9a-30bd6c669fe5 HTTP/1.1" 200 115 1.008663 10.0.0.23 - - [2025-12-25 02:37:38] "DELETE /project/4cba259d-5384-42e7-bac0-7a177f19407b HTTP/1.1" 200 115 1.063223 10.0.0.23 - - [2025-12-25 02:37:38] "DELETE /project/2da36494-97f6-404f-9b3b-cb93e2b2bb98 HTTP/1.1" 200 115 1.109111 10.0.0.33 - - [2025-12-25 02:37:38] "DELETE /access-control-list/8f02e00f-cac0-4b29-8ea3-f75cd6d905d4 HTTP/1.1" 200 115 0.075784 10.0.0.23 - - [2025-12-25 02:37:38] "DELETE /project/4c8ce867-3e80-4c63-b5be-20f0d6a9d059 HTTP/1.1" 200 115 1.144611 10.0.0.23 - - [2025-12-25 02:37:38] "DELETE /project/4f097db3-f3a0-432e-8ede-d6209c14cf4f HTTP/1.1" 200 115 1.179652 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.013347 10.0.0.33 - - [2025-12-25 02:37:38] "DELETE /access-control-list/2cfb39d1-4727-436f-90ed-c5cadb880752 HTTP/1.1" 200 115 0.042283 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.005706 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.004782 10.0.0.33 - - [2025-12-25 02:37:38] "POST /route-targets HTTP/1.1" 200 327 0.030558 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.005400 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.015768 10.0.0.27 - - [2025-12-25 02:37:38] "POST /neutron/router HTTP/1.1" 200 559 0.009366 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 559 0.005094 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 559 0.005549 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 559 0.005893 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 559 0.004358 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 559 0.004226 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 560 0.036145 10.0.0.23 - - [2025-12-25 02:37:39] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001092 10.0.0.33 - - [2025-12-25 02:37:39] "DELETE /route-target/ce696388-3122-4700-bf75-52a4c61ed27f HTTP/1.1" 200 115 0.036234 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.112008 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.005597 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.009646 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.005416 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.004769 10.0.0.27 - - [2025-12-25 02:37:39] "POST /neutron/router HTTP/1.1" 200 541 0.004721 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.005736 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.004997 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.004157 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.004092 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.004697 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 541 0.026071 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/router HTTP/1.1" 200 542 0.005011 10.0.0.33 - - [2025-12-25 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006629 10.0.0.33 - - [2025-12-25 02:37:40] "GET /logical-router/ece447fd-d1ed-4d45-9a25-9b3844749141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.083782 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.083331 10.0.0.33 - - [2025-12-25 02:37:40] "DELETE /access-control-list/77abd812-5782-4b41-a5d5-36e9ea0b3fb7 HTTP/1.1" 200 115 0.048585 10.0.0.27 - - [2025-12-25 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 506 0.003886 10.0.0.33 - - [2025-12-25 02:37:40] "DELETE /access-control-list/04a65905-d8f3-41dd-96a5-ab2e7b627c92 HTTP/1.1" 200 115 0.042478 10.0.0.27 - - [2025-12-25 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.105038 10.0.0.33 - - [2025-12-25 02:37:41] "DELETE /access-control-list/5c671234-dbf2-4922-8788-b2857afb5bfd HTTP/1.1" 200 115 0.044080 10.0.0.23 - - [2025-12-25 02:37:42] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.27 - - [2025-12-25 02:37:42] "GET /project/adb18430-fce5-4613-8980-ca7b5cb005be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.049517 10.0.0.23 - - [2025-12-25 02:37:42] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.27 - - [2025-12-25 02:37:42] "GET /project/adb18430-fce5-4613-8980-ca7b5cb005be?fields=virtual_networks HTTP/1.1" 200 1032 0.052423 10.0.0.23 - - [2025-12-25 02:37:42] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.27 - - [2025-12-25 02:37:42] "GET /project/adb18430-fce5-4613-8980-ca7b5cb005be?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.048470 10.0.0.23 - - [2025-12-25 02:37:42] "GET /projects?obj_uuids=adb18430-fce5-4613-8980-ca7b5cb005be&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.27 - - [2025-12-25 02:37:42] "GET /project/adb18430-fce5-4613-8980-ca7b5cb005be?fields=security_groups HTTP/1.1" 200 1253 0.051368 10.0.0.27 - - [2025-12-25 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.035635 10.0.0.23 - - [2025-12-25 02:37:43] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004339 10.0.0.23 - - [2025-12-25 02:37:43] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.23 - - [2025-12-25 02:37:43] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007163 10.0.0.23 - - [2025-12-25 02:37:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.004643 10.0.0.23 - - [2025-12-25 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.004548 10.0.0.23 - - [2025-12-25 02:37:44] "POST /security-groups HTTP/1.1" 200 587 0.081482 10.0.0.23 - - [2025-12-25 02:37:44] "POST /projects HTTP/1.1" 200 577 0.297474 10.0.0.33 - - [2025-12-25 02:37:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003431 10.0.0.23 - - [2025-12-25 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.374348 10.0.0.27 - - [2025-12-25 02:37:44] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.538251 10.0.0.27 - - [2025-12-25 02:37:45] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.27 - - [2025-12-25 02:37:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-12-25 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.076623 10.0.0.23 - - [2025-12-25 02:37:47] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001261 10.0.0.27 - - [2025-12-25 02:37:47] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058190 10.0.0.33 - - [2025-12-25 02:37:48] "POST /ref-update HTTP/1.1" 200 156 0.037902 10.0.0.23 - - [2025-12-25 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011939 10.0.0.27 - - [2025-12-25 02:37:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.255730 10.0.0.27 - - [2025-12-25 02:37:48] "POST /id-to-fqname HTTP/1.1" 200 216 0.001215 10.0.0.27 - - [2025-12-25 02:37:48] "GET /virtual-network/89d3ff5c-e184-44cd-9ad7-3621fce8bf5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005789 10.0.0.27 - - [2025-12-25 02:37:48] "GET /virtual-network/89d3ff5c-e184-44cd-9ad7-3621fce8bf5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007850 10.0.0.27 - - [2025-12-25 02:37:48] "POST /neutron/network HTTP/1.1" 200 818 0.007653 10.0.0.27 - - [2025-12-25 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003973 10.0.0.27 - - [2025-12-25 02:37:48] "GET /virtual-network/89d3ff5c-e184-44cd-9ad7-3621fce8bf5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007394 10.0.0.27 - - [2025-12-25 02:37:49] "GET /virtual-machine-interface/cf2e957a-2d67-4fa5-b2dd-26e7bf69b078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.008967 10.0.0.27 - - [2025-12-25 02:37:49] "GET /virtual-machine-interface/cf2e957a-2d67-4fa5-b2dd-26e7bf69b078?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.010262 10.0.0.27 - - [2025-12-25 02:37:49] "GET /instance-ip/b034d5af-0535-4e13-afe2-b4aa4acba8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005394 10.0.0.27 - - [2025-12-25 02:37:49] "POST /neutron/port HTTP/1.1" 200 1015 0.014146 10.0.0.23 - - [2025-12-25 02:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004004 10.0.0.23 - - [2025-12-25 02:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004717 10.0.0.27 - - [2025-12-25 02:37:49] "POST /neutron/network HTTP/1.1" 200 151 0.152760 10.0.0.27 - - [2025-12-25 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2025-12-25 02:37:52] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001115 10.0.0.27 - - [2025-12-25 02:37:52] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045719 10.0.0.33 - - [2025-12-25 02:37:52] "POST /route-targets HTTP/1.1" 200 327 0.019941 10.0.0.23 - - [2025-12-25 02:37:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006416 10.0.0.27 - - [2025-12-25 02:37:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.234742 10.0.0.27 - - [2025-12-25 02:37:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001651 10.0.0.27 - - [2025-12-25 02:37:53] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008462 10.0.0.27 - - [2025-12-25 02:37:53] "POST /neutron/network HTTP/1.1" 200 980 0.011538 10.0.0.27 - - [2025-12-25 02:37:53] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007932 10.0.0.27 - - [2025-12-25 02:37:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.010446 10.0.0.27 - - [2025-12-25 02:37:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001287 10.0.0.27 - - [2025-12-25 02:37:54] "POST /neutron/port HTTP/1.1" 200 1020 0.017468 10.0.0.27 - - [2025-12-25 02:37:54] "POST /neutron/port HTTP/1.1" 200 1020 0.014927 10.0.0.27 - - [2025-12-25 02:37:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001398 10.0.0.27 - - [2025-12-25 02:37:54] "POST /neutron/port HTTP/1.1" 200 117 0.007579 10.0.0.27 - - [2025-12-25 02:37:55] "POST /neutron/network HTTP/1.1" 200 980 0.009175 10.0.0.27 - - [2025-12-25 02:37:55] "POST /neutron/port HTTP/1.1" 200 1018 0.020005 10.0.0.27 - - [2025-12-25 02:37:55] "POST /neutron/port HTTP/1.1" 200 117 0.007176 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/network HTTP/1.1" 200 990 0.007039 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/port HTTP/1.1" 200 1018 0.014445 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/port HTTP/1.1" 200 1020 0.125985 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012344 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/port HTTP/1.1" 200 1122 0.020151 10.0.0.27 - - [2025-12-25 02:37:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.015369 10.0.0.27 - - [2025-12-25 02:38:00] "POST /neutron/port HTTP/1.1" 200 1122 0.024157 10.0.0.27 - - [2025-12-25 02:38:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010009 10.0.0.27 - - [2025-12-25 02:38:00] "GET /virtual-machine/c024c4bd-11a4-413f-832b-055b27b089e8 HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-12-25 02:38:01] "GET /virtual-machine/c024c4bd-11a4-413f-832b-055b27b089e8 HTTP/1.1" 200 1284 0.051064 10.0.0.27 - - [2025-12-25 02:38:01] "GET /virtual-machine-interface/e33db0a2-f78b-414b-9151-d2a15eaea26d HTTP/1.1" 200 2925 0.006972 10.0.0.27 - - [2025-12-25 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2025-12-25 02:38:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007809 10.0.0.27 - - [2025-12-25 02:38:01] "GET /virtual-networks?parent_id=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003855 10.0.0.27 - - [2025-12-25 02:38:01] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.010134 10.0.0.27 - - [2025-12-25 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2025-12-25 02:38:04] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005710 10.0.0.27 - - [2025-12-25 02:38:06] "POST /neutron/port HTTP/1.1" 200 1122 0.073441 10.0.0.27 - - [2025-12-25 02:38:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007735 10.0.0.27 - - [2025-12-25 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2025-12-25 02:38:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004271 10.0.0.27 - - [2025-12-25 02:38:08] "GET /virtual-networks?parent_id=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003414 10.0.0.27 - - [2025-12-25 02:38:08] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008400 10.0.0.27 - - [2025-12-25 02:38:14] "POST /neutron/port HTTP/1.1" 200 1120 0.020786 10.0.0.27 - - [2025-12-25 02:38:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007416 10.0.0.27 - - [2025-12-25 02:38:14] "GET /virtual-machine/2877d297-6c31-4535-9c4e-47ecbc5a0d0a HTTP/1.1" 200 1284 0.006519 10.0.0.27 - - [2025-12-25 02:38:14] "GET /virtual-machine-interface/4457c00c-da96-4023-a1ff-2d135cd8d22b HTTP/1.1" 200 2924 0.006940 10.0.0.27 - - [2025-12-25 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2025-12-25 02:38:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005065 10.0.0.27 - - [2025-12-25 02:38:14] "GET /virtual-networks?parent_id=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003342 10.0.0.27 - - [2025-12-25 02:38:14] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007019 10.0.0.27 - - [2025-12-25 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2025-12-25 02:38:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005496 10.0.0.27 - - [2025-12-25 02:38:15] "GET /virtual-networks?parent_id=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003608 10.0.0.27 - - [2025-12-25 02:38:15] "GET /virtual-network/4d738981-d08f-4d3e-b139-42b8bc042a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006481 10.0.0.27 - - [2025-12-25 02:38:19] "POST /neutron/port HTTP/1.1" 200 1110 0.015709 10.0.0.27 - - [2025-12-25 02:38:19] "POST /neutron/port HTTP/1.1" 200 1112 0.022868 10.0.0.27 - - [2025-12-25 02:38:19] "POST /neutron/port HTTP/1.1" 200 1112 0.017164 10.0.0.27 - - [2025-12-25 02:38:19] "POST /neutron/port HTTP/1.1" 200 1112 0.017529 10.0.0.27 - - [2025-12-25 02:38:19] "POST /neutron/port HTTP/1.1" 200 117 0.016889 10.0.0.23 - - [2025-12-25 02:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.23 - - [2025-12-25 02:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.23 - - [2025-12-25 02:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004143 10.0.0.23 - - [2025-12-25 02:38:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004221 10.0.0.27 - - [2025-12-25 02:38:20] "POST /neutron/network HTTP/1.1" 200 151 0.181592 10.0.0.33 - - [2025-12-25 02:38:20] "DELETE /route-target/2be9e4b6-b422-4637-bef0-110f19a6c4bf HTTP/1.1" 200 115 0.036634 10.0.0.23 - - [2025-12-25 02:38:21] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001362 10.0.0.27 - - [2025-12-25 02:38:21] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057428 10.0.0.23 - - [2025-12-25 02:38:21] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001427 10.0.0.27 - - [2025-12-25 02:38:21] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?fields=virtual_networks HTTP/1.1" 200 1033 0.048813 10.0.0.23 - - [2025-12-25 02:38:21] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001246 10.0.0.27 - - [2025-12-25 02:38:21] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045245 10.0.0.23 - - [2025-12-25 02:38:21] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001341 10.0.0.27 - - [2025-12-25 02:38:21] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?fields=security_groups HTTP/1.1" 200 1255 0.064399 10.0.0.27 - - [2025-12-25 02:38:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.030015 10.0.0.23 - - [2025-12-25 02:38:22] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003876 10.0.0.23 - - [2025-12-25 02:38:22] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.23 - - [2025-12-25 02:38:22] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007947 10.0.0.23 - - [2025-12-25 02:38:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.005520 10.0.0.23 - - [2025-12-25 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.004739 10.0.0.23 - - [2025-12-25 02:38:23] "POST /security-groups HTTP/1.1" 200 589 0.041368 10.0.0.23 - - [2025-12-25 02:38:23] "POST /projects HTTP/1.1" 200 581 0.275813 10.0.0.23 - - [2025-12-25 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.309177 10.0.0.33 - - [2025-12-25 02:38:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.006674 10.0.0.27 - - [2025-12-25 02:38:23] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.475286 10.0.0.27 - - [2025-12-25 02:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.006885 10.0.0.27 - - [2025-12-25 02:38:24] "GET / HTTP/1.1" 200 35931 0.002423 10.0.0.27 - - [2025-12-25 02:38:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2025-12-25 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.087412 10.0.0.23 - - [2025-12-25 02:38:26] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.27 - - [2025-12-25 02:38:26] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043156 10.0.0.23 - - [2025-12-25 02:38:27] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002021 10.0.0.27 - - [2025-12-25 02:38:27] "POST /neutron/network HTTP/1.1" 200 605 0.185102 10.0.0.33 - - [2025-12-25 02:38:27] "POST /ref-update HTTP/1.1" 200 156 0.034763 10.0.0.27 - - [2025-12-25 02:38:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.003846 10.0.0.27 - - [2025-12-25 02:38:27] "GET /virtual-network/8f6d3a18-23d5-4b8e-bb40-55da1d454aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007181 10.0.0.27 - - [2025-12-25 02:38:27] "POST /neutron/network HTTP/1.1" 200 824 0.006850 10.0.0.27 - - [2025-12-25 02:38:27] "GET /virtual-network/8f6d3a18-23d5-4b8e-bb40-55da1d454aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006271 10.0.0.27 - - [2025-12-25 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.23 - - [2025-12-25 02:38:27] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.27 - - [2025-12-25 02:38:27] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064887 10.0.0.27 - - [2025-12-25 02:38:27] "POST /neutron/network HTTP/1.1" 200 117 0.015613 10.0.0.27 - - [2025-12-25 02:38:28] "POST /neutron/network HTTP/1.1" 200 824 0.012278 10.0.0.27 - - [2025-12-25 02:38:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001426 10.0.0.27 - - [2025-12-25 02:38:28] "GET /virtual-network/0dcc4df1-b368-45e0-807d-e06f29945a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006246 10.0.0.27 - - [2025-12-25 02:38:28] "GET /virtual-network/0dcc4df1-b368-45e0-807d-e06f29945a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006172 10.0.0.27 - - [2025-12-25 02:38:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.009934 10.0.0.27 - - [2025-12-25 02:38:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001345 10.0.0.23 - - [2025-12-25 02:38:29] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.27 - - [2025-12-25 02:38:29] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073317 10.0.0.27 - - [2025-12-25 02:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.007090 10.0.0.27 - - [2025-12-25 02:38:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001439 10.0.0.27 - - [2025-12-25 02:38:30] "POST /neutron/network HTTP/1.1" 200 834 0.009278 10.0.0.27 - - [2025-12-25 02:38:30] "POST /neutron/port HTTP/1.1" 200 1058 0.023419 10.0.0.27 - - [2025-12-25 02:38:30] "POST /neutron/port HTTP/1.1" 200 1122 0.026256 10.0.0.23 - - [2025-12-25 02:38:30] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.27 - - [2025-12-25 02:38:31] "POST /neutron/port HTTP/1.1" 200 117 0.001743 10.0.0.27 - - [2025-12-25 02:38:31] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.097156 10.0.0.27 - - [2025-12-25 02:38:31] "POST /neutron/port HTTP/1.1" 200 1122 0.021755 10.0.0.23 - - [2025-12-25 02:38:31] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.27 - - [2025-12-25 02:38:31] "POST /neutron/router HTTP/1.1" 200 580 0.094462 10.0.0.33 - - [2025-12-25 02:38:31] "POST /route-targets HTTP/1.1" 200 327 0.025614 10.0.0.27 - - [2025-12-25 02:38:31] "POST /neutron/network HTTP/1.1" 200 834 0.008533 10.0.0.27 - - [2025-12-25 02:38:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.026948 10.0.0.27 - - [2025-12-25 02:38:32] "POST /neutron/port HTTP/1.1" 200 1112 0.137980 10.0.0.27 - - [2025-12-25 02:38:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.011095 10.0.0.27 - - [2025-12-25 02:38:35] "POST /neutron/port HTTP/1.1" 200 1122 0.017967 10.0.0.27 - - [2025-12-25 02:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008970 10.0.0.27 - - [2025-12-25 02:38:35] "POST /neutron/network HTTP/1.1" 200 824 0.006969 10.0.0.33 - - [2025-12-25 02:38:36] "DELETE /access-control-list/b5197768-f8dc-4bc2-a770-ba55aedfca8e HTTP/1.1" 200 115 0.041299 10.0.0.27 - - [2025-12-25 02:38:37] "POST /neutron/port HTTP/1.1" 200 1122 0.020284 10.0.0.27 - - [2025-12-25 02:38:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007304 10.0.0.27 - - [2025-12-25 02:38:37] "GET /virtual-machine/6bd8fd76-6438-4b1f-8350-4929d6bcba56 HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2025-12-25 02:38:37] "POST /neutron/network HTTP/1.1" 200 834 0.007537 10.0.0.27 - - [2025-12-25 02:38:37] "GET /virtual-machine/6bd8fd76-6438-4b1f-8350-4929d6bcba56 HTTP/1.1" 200 1289 0.035204 10.0.0.27 - - [2025-12-25 02:38:37] "GET /virtual-machine-interface/5731a1b7-eaec-45e2-865a-8e48b73421f1 HTTP/1.1" 200 2933 0.006353 10.0.0.27 - - [2025-12-25 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2025-12-25 02:38:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.27 - - [2025-12-25 02:38:37] "GET /virtual-networks?parent_id=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004310 10.0.0.27 - - [2025-12-25 02:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.27 - - [2025-12-25 02:38:37] "GET /virtual-network/8f6d3a18-23d5-4b8e-bb40-55da1d454aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006735 10.0.0.23 - - [2025-12-25 02:38:38] "DELETE /project/adb18430-fce5-4613-8980-ca7b5cb005be HTTP/1.1" 404 177 0.005646 10.0.0.23 - - [2025-12-25 02:38:38] "DELETE /project/a54a1a0c025a437bb93c36f2e8ddc217 HTTP/1.1" 404 173 0.009016 10.0.0.23 - - [2025-12-25 02:38:38] "DELETE /project/4f31df37825246368a5a391ab25d94ad HTTP/1.1" 404 173 0.005166 10.0.0.23 - - [2025-12-25 02:38:38] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.23 - - [2025-12-25 02:38:38] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.052500 10.0.0.23 - - [2025-12-25 02:38:38] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.23 - - [2025-12-25 02:38:38] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?fields=security_groups HTTP/1.1" 200 1360 0.041628 10.0.0.23 - - [2025-12-25 02:38:38] "DELETE /security-group/1e55011c-4b96-4a77-a8e4-b510776fafd3 HTTP/1.1" 200 115 0.059598 10.0.0.23 - - [2025-12-25 02:38:38] "GET /projects?obj_uuids=4f31df37-8252-4636-8a5a-391ab25d94ad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.23 - - [2025-12-25 02:38:38] "GET /project/4f31df37-8252-4636-8a5a-391ab25d94ad?fields=application_policy_sets HTTP/1.1" 200 1399 0.052872 10.0.0.33 - - [2025-12-25 02:38:38] "DELETE /access-control-list/a1809ccf-57ef-4aad-9822-9ca0f5ca9d8d HTTP/1.1" 200 115 0.058079 10.0.0.23 - - [2025-12-25 02:38:38] "DELETE /project/4f31df37-8252-4636-8a5a-391ab25d94ad HTTP/1.1" 200 115 0.427155 10.0.0.27 - - [2025-12-25 02:38:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007668 10.0.0.27 - - [2025-12-25 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2025-12-25 02:38:41] "GET /virtual-network/8f6d3a18-23d5-4b8e-bb40-55da1d454aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006482 10.0.0.23 - - [2025-12-25 02:38:42] "GET /obj-perms HTTP/1.1" 200 5056 0.076077 10.0.0.27 - - [2025-12-25 02:38:43] "GET /obj-perms HTTP/1.1" 200 5056 0.058839 10.0.0.27 - - [2025-12-25 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-12-25 02:38:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003962 10.0.0.27 - - [2025-12-25 02:38:43] "GET /virtual-networks?parent_id=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003455 10.0.0.27 - - [2025-12-25 02:38:43] "GET /virtual-network/8f6d3a18-23d5-4b8e-bb40-55da1d454aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006145 10.0.0.27 - - [2025-12-25 02:38:44] "POST /neutron/port HTTP/1.1" 200 1122 0.018898 10.0.0.27 - - [2025-12-25 02:38:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007371 10.0.0.27 - - [2025-12-25 02:38:48] "POST /neutron/port HTTP/1.1" 200 1122 0.020962 10.0.0.27 - - [2025-12-25 02:38:48] "GET /virtual-machine/fd93fd31-4ac7-4f8f-bf1e-383d2e25017f HTTP/1.1" 200 1291 0.006807 10.0.0.27 - - [2025-12-25 02:38:48] "GET /virtual-machine-interface/dc8ab79e-da03-4099-845e-6f91b956875d HTTP/1.1" 200 2934 0.006219 10.0.0.27 - - [2025-12-25 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.27 - - [2025-12-25 02:38:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003955 10.0.0.27 - - [2025-12-25 02:38:48] "GET /virtual-networks?parent_id=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004370 10.0.0.27 - - [2025-12-25 02:38:48] "GET /virtual-network/0dcc4df1-b368-45e0-807d-e06f29945a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006169 10.0.0.27 - - [2025-12-25 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-25 02:38:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.27 - - [2025-12-25 02:38:50] "GET /virtual-networks?parent_id=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.007240 10.0.0.27 - - [2025-12-25 02:38:50] "GET /virtual-network/0dcc4df1-b368-45e0-807d-e06f29945a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006287 10.0.0.23 - - [2025-12-25 02:38:54] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.27 - - [2025-12-25 02:38:54] "POST /neutron/router HTTP/1.1" 200 344 0.422459 10.0.0.27 - - [2025-12-25 02:39:01] "POST /neutron/router HTTP/1.1" 200 344 0.264276 10.0.0.33 - - [2025-12-25 02:39:05] "POST /ref-update HTTP/1.1" 200 156 0.022707 10.0.0.27 - - [2025-12-25 02:39:07] "POST /neutron/router HTTP/1.1" 200 580 0.011443 10.0.0.27 - - [2025-12-25 02:39:07] "POST /neutron/router HTTP/1.1" 200 344 0.207680 10.0.0.33 - - [2025-12-25 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007736 10.0.0.27 - - [2025-12-25 02:39:08] "POST /neutron/network HTTP/1.1" 200 824 0.007354 10.0.0.27 - - [2025-12-25 02:39:08] "POST /neutron/port HTTP/1.1" 200 1112 0.036434 10.0.0.27 - - [2025-12-25 02:39:08] "POST /neutron/port HTTP/1.1" 200 1112 0.013555 10.0.0.23 - - [2025-12-25 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003621 10.0.0.23 - - [2025-12-25 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.27 - - [2025-12-25 02:39:10] "POST /neutron/network HTTP/1.1" 200 151 0.140675 10.0.0.33 - - [2025-12-25 02:39:10] "DELETE /route-target/cbbafca9-9bbf-46a6-a5dc-7a5d798e3d51 HTTP/1.1" 200 115 0.027696 10.0.0.23 - - [2025-12-25 02:39:11] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.27 - - [2025-12-25 02:39:11] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055753 10.0.0.23 - - [2025-12-25 02:39:11] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.27 - - [2025-12-25 02:39:12] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?fields=virtual_networks HTTP/1.1" 200 1039 0.041857 10.0.0.23 - - [2025-12-25 02:39:12] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.27 - - [2025-12-25 02:39:12] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.045875 10.0.0.23 - - [2025-12-25 02:39:12] "GET /projects?obj_uuids=a54a1a0c-025a-437b-b93c-36f2e8ddc217&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.27 - - [2025-12-25 02:39:12] "GET /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217?fields=security_groups HTTP/1.1" 200 1263 0.049952 10.0.0.27 - - [2025-12-25 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.034455 10.0.0.23 - - [2025-12-25 02:39:13] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003859 10.0.0.23 - - [2025-12-25 02:39:13] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.23 - - [2025-12-25 02:39:13] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007555 10.0.0.23 - - [2025-12-25 02:39:13] "POST /id-to-fqname HTTP/1.1" 200 193 0.004513 10.0.0.23 - - [2025-12-25 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.004220 10.0.0.23 - - [2025-12-25 02:39:13] "POST /security-groups HTTP/1.1" 200 594 0.077063 10.0.0.33 - - [2025-12-25 02:39:13] "POST /fqname-to-id HTTP/1.1" 404 237 0.003694 10.0.0.23 - - [2025-12-25 02:39:13] "POST /projects HTTP/1.1" 200 591 0.286771 10.0.0.23 - - [2025-12-25 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.323186 10.0.0.27 - - [2025-12-25 02:39:13] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.480562 10.0.0.33 - - [2025-12-25 02:39:13] "POST /access-control-lists HTTP/1.1" 200 597 0.050714 10.0.0.27 - - [2025-12-25 02:39:15] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.27 - - [2025-12-25 02:39:17] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-12-25 02:39:17] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.27 - - [2025-12-25 02:39:17] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.076807 10.0.0.27 - - [2025-12-25 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2025-12-25 02:39:17] "GET /security-group/6356831e-7c18-44e7-942c-d5287eef44fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.007667 10.0.0.27 - - [2025-12-25 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-25 02:39:17] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001414 10.0.0.27 - - [2025-12-25 02:39:17] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.053970 10.0.0.27 - - [2025-12-25 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340 10.0.0.27 - - [2025-12-25 02:39:18] "GET /security-group/6356831e-7c18-44e7-942c-d5287eef44fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.005126 10.0.0.27 - - [2025-12-25 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-12-25 02:39:18] "PUT /security-group/6356831e-7c18-44e7-942c-d5287eef44fd HTTP/1.1" 200 262 0.024526 10.0.0.27 - - [2025-12-25 02:39:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003760 10.0.0.27 - - [2025-12-25 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2025-12-25 02:39:18] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.27 - - [2025-12-25 02:39:18] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.044074 10.0.0.27 - - [2025-12-25 02:39:18] "POST /neutron/network HTTP/1.1" 200 117 0.048643 10.0.0.33 - - [2025-12-25 02:39:18] "POST /route-targets HTTP/1.1" 200 327 0.016006 10.0.0.27 - - [2025-12-25 02:39:18] "POST /neutron/network HTTP/1.1" 200 827 0.009233 10.0.0.27 - - [2025-12-25 02:39:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001191 10.0.0.27 - - [2025-12-25 02:39:18] "GET /virtual-network/ea82bc0a-96cc-481b-bc64-4859201bae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005714 10.0.0.27 - - [2025-12-25 02:39:19] "GET /virtual-network/ea82bc0a-96cc-481b-bc64-4859201bae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007089 10.0.0.27 - - [2025-12-25 02:39:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.010787 10.0.0.27 - - [2025-12-25 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.23 - - [2025-12-25 02:39:19] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001307 10.0.0.27 - - [2025-12-25 02:39:19] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045612 10.0.0.33 - - [2025-12-25 02:39:19] "POST /ref-update HTTP/1.1" 200 156 0.034277 10.0.0.23 - - [2025-12-25 02:39:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007999 10.0.0.27 - - [2025-12-25 02:39:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.232345 10.0.0.27 - - [2025-12-25 02:39:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001225 10.0.0.27 - - [2025-12-25 02:39:19] "GET /virtual-network/187fc1f2-21a3-446d-95b0-24d6bddf7ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005653 10.0.0.27 - - [2025-12-25 02:39:19] "GET /virtual-network/187fc1f2-21a3-446d-95b0-24d6bddf7ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007019 10.0.0.27 - - [2025-12-25 02:39:19] "POST /neutron/network HTTP/1.1" 200 834 0.007646 10.0.0.27 - - [2025-12-25 02:39:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001701 10.0.0.23 - - [2025-12-25 02:39:20] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.27 - - [2025-12-25 02:39:20] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.073868 10.0.0.27 - - [2025-12-25 02:39:20] "POST /neutron/network HTTP/1.1" 200 827 0.043153 10.0.0.27 - - [2025-12-25 02:39:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001292 10.0.0.27 - - [2025-12-25 02:39:21] "POST /neutron/port HTTP/1.1" 200 117 0.007288 10.0.0.23 - - [2025-12-25 02:39:21] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.27 - - [2025-12-25 02:39:21] "POST /neutron/port HTTP/1.1" 200 1063 0.343822 10.0.0.27 - - [2025-12-25 02:39:22] "POST /neutron/port HTTP/1.1" 200 1117 0.119661 10.0.0.27 - - [2025-12-25 02:39:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.012855 10.0.0.23 - - [2025-12-25 02:39:22] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.27 - - [2025-12-25 02:39:22] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.094236 10.0.0.27 - - [2025-12-25 02:39:22] "POST /neutron/network HTTP/1.1" 200 834 0.006672 10.0.0.27 - - [2025-12-25 02:39:22] "POST /neutron/port HTTP/1.1" 200 117 0.008270 10.0.0.27 - - [2025-12-25 02:39:22] "POST /neutron/router HTTP/1.1" 200 656 0.066059 10.0.0.33 - - [2025-12-25 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.27 - - [2025-12-25 02:39:23] "POST /neutron/network HTTP/1.1" 200 844 0.020952 10.0.0.23 - - [2025-12-25 02:39:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.33 - - [2025-12-25 02:39:23] "POST /virtual-networks HTTP/1.1" 200 694 0.186542 10.0.0.33 - - [2025-12-25 02:39:23] "DELETE /access-control-list/ca5a0c23-0514-45e0-bf33-ccf3d768636a HTTP/1.1" 200 115 0.101166 10.0.0.27 - - [2025-12-25 02:39:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.042042 10.0.0.33 - - [2025-12-25 02:39:23] "POST /ref-update HTTP/1.1" 200 156 0.096128 10.0.0.33 - - [2025-12-25 02:39:23] "PUT /logical-router/cfa68481-884f-4412-b124-b2c46d3e7278 HTTP/1.1" 200 262 0.118536 10.0.0.33 - - [2025-12-25 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.038954 10.0.0.33 - - [2025-12-25 02:39:24] "POST /chown HTTP/1.1" 200 109 0.044727 10.0.0.33 - - [2025-12-25 02:39:24] "POST /chown HTTP/1.1" 200 109 0.051750 10.0.0.27 - - [2025-12-25 02:39:24] "POST /neutron/port HTTP/1.1" 200 1117 0.320875 10.0.0.33 - - [2025-12-25 02:39:24] "POST /ref-update HTTP/1.1" 200 156 0.037012 10.0.0.27 - - [2025-12-25 02:39:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.012625 10.0.0.33 - - [2025-12-25 02:39:25] "POST /instance-ips HTTP/1.1" 200 549 0.100660 10.0.0.33 - - [2025-12-25 02:39:25] "PUT /virtual-machine-interface/55e562c8-01bf-4126-bedb-2db9d7954311 HTTP/1.1" 200 284 0.029492 10.0.0.33 - - [2025-12-25 02:39:25] "POST /ref-update HTTP/1.1" 200 156 0.033588 10.0.0.33 - - [2025-12-25 02:39:25] "PUT /routing-instance/e5af01e9-0e79-41b3-8111-c7dd15624d95 HTTP/1.1" 200 266 0.034993 10.0.0.33 - - [2025-12-25 02:39:25] "POST /chown HTTP/1.1" 200 109 0.043869 10.0.0.33 - - [2025-12-25 02:39:25] "PUT /virtual-machine-interface/d8e0c03a-d3eb-4bbd-bc88-5b91596acefa HTTP/1.1" 200 284 0.024408 10.0.0.33 - - [2025-12-25 02:39:26] "POST /ref-update HTTP/1.1" 200 156 0.034557 10.0.0.33 - - [2025-12-25 02:39:26] "POST /instance-ips HTTP/1.1" 400 316 0.044796 10.0.0.33 - - [2025-12-25 02:39:26] "PUT /instance-ip/44d721ee-d042-48ae-91ad-95a61103d6ef HTTP/1.1" 200 256 0.040884 10.0.0.33 - - [2025-12-25 02:39:26] "POST /ref-update HTTP/1.1" 200 156 0.031215 10.0.0.33 - - [2025-12-25 02:39:26] "POST /ref-update HTTP/1.1" 200 156 0.034267 10.0.0.27 - - [2025-12-25 02:39:28] "POST /neutron/port HTTP/1.1" 200 1127 0.020984 10.0.0.27 - - [2025-12-25 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007700 10.0.0.27 - - [2025-12-25 02:39:29] "GET /virtual-machine/4b5ff337-05e2-474b-8c3d-5f6a0c60f579 HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-12-25 02:39:29] "GET /virtual-machine/4b5ff337-05e2-474b-8c3d-5f6a0c60f579 HTTP/1.1" 200 1295 0.035826 10.0.0.27 - - [2025-12-25 02:39:29] "GET /virtual-machine-interface/fca0ec25-67b7-47fb-a06d-23ef397a56a4 HTTP/1.1" 200 2957 0.005794 10.0.0.27 - - [2025-12-25 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.27 - - [2025-12-25 02:39:29] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004640 10.0.0.27 - - [2025-12-25 02:39:29] "GET /virtual-networks?parent_id=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004722 10.0.0.27 - - [2025-12-25 02:39:29] "GET /virtual-network/ea82bc0a-96cc-481b-bc64-4859201bae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006061 10.0.0.27 - - [2025-12-25 02:39:31] "POST /neutron/port HTTP/1.1" 200 1127 0.021549 10.0.0.27 - - [2025-12-25 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-12-25 02:39:32] "GET /virtual-network/ea82bc0a-96cc-481b-bc64-4859201bae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005824 10.0.0.27 - - [2025-12-25 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-12-25 02:39:34] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004725 10.0.0.27 - - [2025-12-25 02:39:34] "GET /virtual-networks?parent_id=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003193 10.0.0.27 - - [2025-12-25 02:39:34] "GET /virtual-network/ea82bc0a-96cc-481b-bc64-4859201bae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007264 10.0.0.27 - - [2025-12-25 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013400 10.0.0.27 - - [2025-12-25 02:39:35] "POST /neutron/network HTTP/1.1" 200 837 0.007807 10.0.0.27 - - [2025-12-25 02:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.27 - - [2025-12-25 02:39:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007084 10.0.0.33 - - [2025-12-25 02:39:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-12-25 02:39:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-25 02:39:39] "DELETE /project/5b5f30350dd544d5a52ea45d0567597a HTTP/1.1" 404 173 0.003327 10.0.0.23 - - [2025-12-25 02:39:39] "DELETE /project/a54a1a0c-025a-437b-b93c-36f2e8ddc217 HTTP/1.1" 404 177 0.006420 10.0.0.33 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.33 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-12-25 02:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-25 02:39:40] "POST /neutron/network HTTP/1.1" 200 844 0.007090 10.0.0.27 - - [2025-12-25 02:39:40] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.27 - - [2025-12-25 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009132 10.0.0.27 - - [2025-12-25 02:39:40] "POST /neutron/port HTTP/1.1" 200 1127 0.019305 10.0.0.27 - - [2025-12-25 02:39:40] "GET /virtual-machine/96c5fa91-ba5c-4ce4-a0bd-28c049e966b3 HTTP/1.1" 200 1296 0.006842 10.0.0.27 - - [2025-12-25 02:39:40] "GET /virtual-machine-interface/c6d318cc-066f-4a4a-8a28-06174dda0cff HTTP/1.1" 200 2968 0.005571 10.0.0.27 - - [2025-12-25 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-12-25 02:39:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.27 - - [2025-12-25 02:39:40] "GET /virtual-networks?parent_id=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003489 10.0.0.27 - - [2025-12-25 02:39:40] "GET /virtual-network/187fc1f2-21a3-446d-95b0-24d6bddf7ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006669 10.0.0.27 - - [2025-12-25 02:39:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-25 02:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000701 10.0.0.27 - - [2025-12-25 02:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-25 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2025-12-25 02:39:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003817 10.0.0.27 - - [2025-12-25 02:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.27 - - [2025-12-25 02:39:41] "GET /virtual-networks?parent_id=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004033 10.0.0.27 - - [2025-12-25 02:39:41] "GET /virtual-network/187fc1f2-21a3-446d-95b0-24d6bddf7ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006548 10.0.0.27 - - [2025-12-25 02:39:45] "POST /neutron/router HTTP/1.1" 200 344 0.197540 10.0.0.33 - - [2025-12-25 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.33 - - [2025-12-25 02:39:45] "PUT /routing-instance/e5af01e9-0e79-41b3-8111-c7dd15624d95 HTTP/1.1" 200 266 0.029904 10.0.0.33 - - [2025-12-25 02:39:46] "PUT /logical-router/cfa68481-884f-4412-b124-b2c46d3e7278 HTTP/1.1" 404 171 0.080760 10.0.0.33 - - [2025-12-25 02:39:46] "GET /virtual-network/cdf71063-ca47-4462-a825-53c29f5016a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.009163 10.0.0.27 - - [2025-12-25 02:39:46] "POST /neutron/network HTTP/1.1" 200 834 0.006561 10.0.0.33 - - [2025-12-25 02:39:46] "DELETE /instance-ip/44d721ee-d042-48ae-91ad-95a61103d6ef HTTP/1.1" 200 115 0.108296 10.0.0.33 - - [2025-12-25 02:39:46] "GET /logical-router/cfa68481-884f-4412-b124-b2c46d3e7278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003469 10.0.0.27 - - [2025-12-25 02:39:46] "POST /neutron/port HTTP/1.1" 200 1117 0.015101 10.0.0.33 - - [2025-12-25 02:39:46] "DELETE /virtual-machine-interface/83fa72f1-106e-4400-a0d9-6de012a686a1 HTTP/1.1" 200 115 0.057426 10.0.0.27 - - [2025-12-25 02:39:46] "POST /neutron/port HTTP/1.1" 200 1117 0.014856 10.0.0.33 - - [2025-12-25 02:39:46] "GET /instance-ip/82a3d76d-d7fb-45ee-bd2e-1a5267c46cc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.013053 10.0.0.33 - - [2025-12-25 02:39:47] "DELETE /virtual-machine/8a41fb7f-730c-4c4c-a862-b0f1a5bdac7c HTTP/1.1" 200 115 0.089626 10.0.0.33 - - [2025-12-25 02:39:47] "GET /instance-ip/82a3d76d-d7fb-45ee-bd2e-1a5267c46cc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.009040 10.0.0.33 - - [2025-12-25 02:39:47] "GET /virtual-machine-interface/55e562c8-01bf-4126-bedb-2db9d7954311?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.009390 10.0.0.33 - - [2025-12-25 02:39:47] "DELETE /virtual-machine/865f05c0-9be1-4c50-9347-4d53060f5a16 HTTP/1.1" 200 115 0.057860 10.0.0.23 - - [2025-12-25 02:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004884 10.0.0.33 - - [2025-12-25 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.23 - - [2025-12-25 02:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002996 10.0.0.27 - - [2025-12-25 02:39:48] "POST /neutron/network HTTP/1.1" 200 151 0.129257 10.0.0.33 - - [2025-12-25 02:39:48] "DELETE /route-target/4d7b85cb-ccdc-480e-9b3a-325b3f7075d9 HTTP/1.1" 200 115 0.032187 10.0.0.23 - - [2025-12-25 02:39:50] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001522 10.0.0.27 - - [2025-12-25 02:39:50] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.055448 10.0.0.23 - - [2025-12-25 02:39:50] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001459 10.0.0.27 - - [2025-12-25 02:39:50] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?fields=virtual_networks HTTP/1.1" 200 1048 0.044118 10.0.0.23 - - [2025-12-25 02:39:50] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001616 10.0.0.27 - - [2025-12-25 02:39:50] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.058024 10.0.0.23 - - [2025-12-25 02:39:50] "GET /projects?obj_uuids=5b5f3035-0dd5-44d5-a52e-a45d0567597a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.27 - - [2025-12-25 02:39:50] "GET /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a?fields=security_groups HTTP/1.1" 200 1277 0.059695 10.0.0.27 - - [2025-12-25 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.030127 10.0.0.23 - - [2025-12-25 02:39:51] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003198 10.0.0.23 - - [2025-12-25 02:39:51] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.23 - - [2025-12-25 02:39:51] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009515 10.0.0.23 - - [2025-12-25 02:39:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.002677 10.0.0.23 - - [2025-12-25 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006129 10.0.0.23 - - [2025-12-25 02:39:51] "POST /security-groups HTTP/1.1" 200 599 0.041107 10.0.0.23 - - [2025-12-25 02:39:51] "POST /projects HTTP/1.1" 200 601 0.259043 10.0.0.33 - - [2025-12-25 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 241 0.011870 10.0.0.23 - - [2025-12-25 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.334384 10.0.0.27 - - [2025-12-25 02:39:51] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.504747 10.0.0.27 - - [2025-12-25 02:39:53] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.27 - - [2025-12-25 02:39:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-25 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.070024 10.0.0.23 - - [2025-12-25 02:39:55] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.27 - - [2025-12-25 02:39:55] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052463 10.0.0.27 - - [2025-12-25 02:39:55] "POST /neutron/network HTTP/1.1" 200 117 0.042426 10.0.0.23 - - [2025-12-25 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009554 10.0.0.27 - - [2025-12-25 02:39:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.177102 10.0.0.33 - - [2025-12-25 02:39:56] "POST /ref-update HTTP/1.1" 200 156 0.031642 10.0.0.27 - - [2025-12-25 02:39:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001376 10.0.0.27 - - [2025-12-25 02:39:56] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006412 10.0.0.27 - - [2025-12-25 02:39:56] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006318 10.0.0.27 - - [2025-12-25 02:39:56] "POST /neutron/network HTTP/1.1" 200 1005 0.009024 10.0.0.27 - - [2025-12-25 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2025-12-25 02:39:56] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.27 - - [2025-12-25 02:39:56] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052420 10.0.0.27 - - [2025-12-25 02:39:56] "POST /neutron/network HTTP/1.1" 200 117 0.014690 10.0.0.23 - - [2025-12-25 02:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007066 10.0.0.27 - - [2025-12-25 02:39:57] "POST /neutron/subnet HTTP/1.1" 200 818 0.243092 10.0.0.27 - - [2025-12-25 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001462 10.0.0.27 - - [2025-12-25 02:39:57] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007409 10.0.0.27 - - [2025-12-25 02:39:57] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007920 10.0.0.27 - - [2025-12-25 02:39:57] "POST /neutron/network HTTP/1.1" 200 1003 0.009245 10.0.0.27 - - [2025-12-25 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.003297 10.0.0.27 - - [2025-12-25 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.23 - - [2025-12-25 02:39:57] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.27 - - [2025-12-25 02:39:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047702 10.0.0.27 - - [2025-12-25 02:39:57] "POST /network-policys HTTP/1.1" 200 577 0.077909 10.0.0.27 - - [2025-12-25 02:39:57] "GET /network-policy/2d8337f7-6468-44c5-a682-cc8158946659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007245 10.0.0.27 - - [2025-12-25 02:39:57] "POST /neutron/network HTTP/1.1" 200 1005 0.013460 10.0.0.33 - - [2025-12-25 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.004947 10.0.0.33 - - [2025-12-25 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.047329 10.0.0.27 - - [2025-12-25 02:39:57] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007631 10.0.0.27 - - [2025-12-25 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006581 10.0.0.27 - - [2025-12-25 02:39:57] "GET /network-policy/2d8337f7-6468-44c5-a682-cc8158946659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005396 10.0.0.27 - - [2025-12-25 02:39:57] "POST /neutron/network HTTP/1.1" 200 1003 0.011049 10.0.0.33 - - [2025-12-25 02:39:58] "POST /access-control-lists HTTP/1.1" 200 596 0.063002 10.0.0.27 - - [2025-12-25 02:39:58] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.020448 10.0.0.27 - - [2025-12-25 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008273 10.0.0.27 - - [2025-12-25 02:39:58] "GET /network-policy/2d8337f7-6468-44c5-a682-cc8158946659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.009869 10.0.0.27 - - [2025-12-25 02:39:58] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006996 10.0.0.33 - - [2025-12-25 02:40:00] "GET /obj-perms HTTP/1.1" 200 5046 0.083060 10.0.0.27 - - [2025-12-25 02:40:00] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006356 10.0.0.23 - - [2025-12-25 02:40:01] "GET /obj-perms HTTP/1.1" 200 5046 0.097800 10.0.0.27 - - [2025-12-25 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001841 10.0.0.27 - - [2025-12-25 02:40:02] "POST /neutron/network HTTP/1.1" 200 1123 0.010109 10.0.0.23 - - [2025-12-25 02:40:02] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.27 - - [2025-12-25 02:40:03] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.121862 10.0.0.27 - - [2025-12-25 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.008077 10.0.0.27 - - [2025-12-25 02:40:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001429 10.0.0.27 - - [2025-12-25 02:40:04] "POST /neutron/network HTTP/1.1" 200 1123 0.009739 10.0.0.27 - - [2025-12-25 02:40:04] "POST /neutron/port HTTP/1.1" 200 1174 0.052559 10.0.0.23 - - [2025-12-25 02:40:04] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002390 10.0.0.27 - - [2025-12-25 02:40:04] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.157638 10.0.0.27 - - [2025-12-25 02:40:05] "POST /neutron/network HTTP/1.1" 200 1111 0.015226 10.0.0.27 - - [2025-12-25 02:40:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.033155 10.0.0.27 - - [2025-12-25 02:40:05] "POST /neutron/network HTTP/1.1" 200 1113 0.023861 10.0.0.27 - - [2025-12-25 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.008910 10.0.0.27 - - [2025-12-25 02:40:05] "POST /neutron/network HTTP/1.1" 200 1121 0.008406 10.0.0.33 - - [2025-12-25 02:40:06] "PUT /access-control-list/66da8970-2bbb-47d7-89cf-28d6d103659d HTTP/1.1" 200 272 0.075270 10.0.0.27 - - [2025-12-25 02:40:06] "POST /neutron/port HTTP/1.1" 200 1172 0.034890 10.0.0.27 - - [2025-12-25 02:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007297 10.0.0.27 - - [2025-12-25 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.27 - - [2025-12-25 02:40:10] "POST /neutron/port HTTP/1.1" 200 1238 0.023497 10.0.0.27 - - [2025-12-25 02:40:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008089 10.0.0.27 - - [2025-12-25 02:40:10] "GET /virtual-machine/93303897-ad77-4bf7-b9c4-2869d73bfa81 HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-12-25 02:40:11] "GET /virtual-machine/93303897-ad77-4bf7-b9c4-2869d73bfa81 HTTP/1.1" 200 1301 0.041781 10.0.0.27 - - [2025-12-25 02:40:11] "GET /virtual-machine-interface/326d0f9c-0194-4732-a1d7-0073acb37aae HTTP/1.1" 200 3175 0.005894 10.0.0.27 - - [2025-12-25 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2025-12-25 02:40:11] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004422 10.0.0.27 - - [2025-12-25 02:40:11] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003053 10.0.0.27 - - [2025-12-25 02:40:11] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007169 10.0.0.27 - - [2025-12-25 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-12-25 02:40:14] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005910 10.0.0.27 - - [2025-12-25 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.27 - - [2025-12-25 02:40:18] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008757 10.0.0.27 - - [2025-12-25 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2025-12-25 02:40:22] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005537 10.0.0.27 - - [2025-12-25 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2025-12-25 02:40:26] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007785 10.0.0.27 - - [2025-12-25 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007183 10.0.0.27 - - [2025-12-25 02:40:31] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005901 10.0.0.27 - - [2025-12-25 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-12-25 02:40:35] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005915 10.0.0.27 - - [2025-12-25 02:40:37] "POST /neutron/port HTTP/1.1" 200 1238 0.023149 10.0.0.27 - - [2025-12-25 02:40:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.27 - - [2025-12-25 02:40:37] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.27 - - [2025-12-25 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.27 - - [2025-12-25 02:40:39] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005652 10.0.0.23 - - [2025-12-25 02:40:39] "DELETE /project/574027e3edc247bb86d2afde8c08a57a HTTP/1.1" 404 173 0.003068 10.0.0.23 - - [2025-12-25 02:40:39] "DELETE /project/5b5f3035-0dd5-44d5-a52e-a45d0567597a HTTP/1.1" 404 177 0.005532 10.0.0.27 - - [2025-12-25 02:40:40] "POST /neutron/port HTTP/1.1" 200 1236 0.021598 10.0.0.27 - - [2025-12-25 02:40:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005013 10.0.0.27 - - [2025-12-25 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.27 - - [2025-12-25 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2025-12-25 02:40:43] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006465 10.0.0.27 - - [2025-12-25 02:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.060780 10.0.0.27 - - [2025-12-25 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.27 - - [2025-12-25 02:40:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004805 10.0.0.27 - - [2025-12-25 02:40:45] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003994 10.0.0.27 - - [2025-12-25 02:40:45] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007195 10.0.0.27 - - [2025-12-25 02:40:45] "POST /neutron/port HTTP/1.1" 200 1238 0.027891 10.0.0.27 - - [2025-12-25 02:40:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010898 10.0.0.27 - - [2025-12-25 02:40:56] "POST /neutron/port HTTP/1.1" 200 1238 0.019903 10.0.0.27 - - [2025-12-25 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010208 10.0.0.27 - - [2025-12-25 02:41:06] "POST /neutron/port HTTP/1.1" 200 1236 0.019345 10.0.0.27 - - [2025-12-25 02:41:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007604 10.0.0.27 - - [2025-12-25 02:41:06] "GET /virtual-machine/af9c6afd-8916-4e0e-9f0f-1063fa65a4c9 HTTP/1.1" 200 1301 0.005902 10.0.0.27 - - [2025-12-25 02:41:06] "GET /virtual-machine-interface/9bf84327-8809-4d6c-b680-ac38b2d9da2d HTTP/1.1" 200 3176 0.005574 10.0.0.27 - - [2025-12-25 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.27 - - [2025-12-25 02:41:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004143 10.0.0.27 - - [2025-12-25 02:41:06] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005922 10.0.0.27 - - [2025-12-25 02:41:06] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006683 10.0.0.27 - - [2025-12-25 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2025-12-25 02:41:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004884 10.0.0.27 - - [2025-12-25 02:41:07] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004005 10.0.0.27 - - [2025-12-25 02:41:07] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006858 10.0.0.27 - - [2025-12-25 02:41:08] "POST /neutron/port HTTP/1.1" 200 1236 0.021432 10.0.0.27 - - [2025-12-25 02:41:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007686 10.0.0.27 - - [2025-12-25 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.23 - - [2025-12-25 02:41:33] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001560 10.0.0.27 - - [2025-12-25 02:41:33] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051583 10.0.0.27 - - [2025-12-25 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2025-12-25 02:41:33] "PUT /network-policy/2d8337f7-6468-44c5-a682-cc8158946659 HTTP/1.1" 200 262 0.016130 10.0.0.33 - - [2025-12-25 02:41:33] "PUT /access-control-list/66da8970-2bbb-47d7-89cf-28d6d103659d HTTP/1.1" 200 272 0.060611 10.0.0.27 - - [2025-12-25 02:41:37] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007315 10.0.0.27 - - [2025-12-25 02:41:37] "POST /neutron/network HTTP/1.1" 200 1111 0.010360 10.0.0.33 - - [2025-12-25 02:41:37] "POST /ref-update HTTP/1.1" 200 156 0.032533 10.0.0.27 - - [2025-12-25 02:41:37] "GET /virtual-network/6050c164-a4a4-43d4-8d0d-f0d7ac4637ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.029007 10.0.0.27 - - [2025-12-25 02:41:37] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006573 10.0.0.27 - - [2025-12-25 02:41:37] "POST /neutron/network HTTP/1.1" 200 1113 0.020576 10.0.0.33 - - [2025-12-25 02:41:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003372 10.0.0.27 - - [2025-12-25 02:41:37] "GET /virtual-network/8eacff0d-a05b-4533-b72b-6db58a42d908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.011853 10.0.0.27 - - [2025-12-25 02:41:37] "DELETE /network-policy/2d8337f7-6468-44c5-a682-cc8158946659 HTTP/1.1" 200 115 0.073528 10.0.0.27 - - [2025-12-25 02:41:37] "POST /neutron/port HTTP/1.1" 200 1236 0.060888 10.0.0.27 - - [2025-12-25 02:41:37] "POST /neutron/network HTTP/1.1" 400 204 0.018566 10.0.0.27 - - [2025-12-25 02:41:38] "POST /neutron/port HTTP/1.1" 200 1228 0.017101 10.0.0.33 - - [2025-12-25 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.23 - - [2025-12-25 02:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004495 10.0.0.23 - - [2025-12-25 02:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003456 10.0.0.23 - - [2025-12-25 02:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.23 - - [2025-12-25 02:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.27 - - [2025-12-25 02:41:40] "POST /neutron/network HTTP/1.1" 200 151 0.166183 10.0.0.33 - - [2025-12-25 02:41:40] "DELETE /route-target/9f74d22b-154d-4fc5-b476-d174c8920803 HTTP/1.1" 200 115 0.021537 10.0.0.23 - - [2025-12-25 02:41:45] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.27 - - [2025-12-25 02:41:45] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046876 10.0.0.27 - - [2025-12-25 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-25 02:41:46] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.27 - - [2025-12-25 02:41:46] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008644 10.0.0.27 - - [2025-12-25 02:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2025-12-25 02:41:46] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.27 - - [2025-12-25 02:41:46] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.065742 10.0.0.27 - - [2025-12-25 02:41:46] "GET /domains HTTP/1.1" 200 280 0.003149 10.0.0.23 - - [2025-12-25 02:41:46] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.27 - - [2025-12-25 02:41:46] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99 HTTP/1.1" 200 2776 0.012605 10.0.0.23 - - [2025-12-25 02:41:47] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.27 - - [2025-12-25 02:41:47] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a HTTP/1.1" 200 1909 0.097317 10.0.0.27 - - [2025-12-25 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006724 10.0.0.27 - - [2025-12-25 02:41:47] "POST /network-ipams HTTP/1.1" 200 609 0.029969 10.0.0.27 - - [2025-12-25 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.004074 10.0.0.27 - - [2025-12-25 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-12-25 02:41:47] "GET /network-ipam/7851d22a-d138-470b-8fd3-cb1158133bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006992 10.0.0.27 - - [2025-12-25 02:41:47] "PUT /network-ipam/7851d22a-d138-470b-8fd3-cb1158133bfb HTTP/1.1" 200 258 0.014803 10.0.0.27 - - [2025-12-25 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.23 - - [2025-12-25 02:41:47] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001826 10.0.0.27 - - [2025-12-25 02:41:47] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045117 10.0.0.27 - - [2025-12-25 02:41:47] "POST /neutron/network HTTP/1.1" 200 117 0.015650 10.0.0.23 - - [2025-12-25 02:41:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007800 10.0.0.27 - - [2025-12-25 02:41:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.235077 10.0.0.27 - - [2025-12-25 02:41:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.002291 10.0.0.27 - - [2025-12-25 02:41:48] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.008861 10.0.0.27 - - [2025-12-25 02:41:48] "POST /neutron/network HTTP/1.1" 200 1307 0.012787 10.0.0.27 - - [2025-12-25 02:41:48] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.006448 10.0.0.27 - - [2025-12-25 02:41:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.011002 10.0.0.27 - - [2025-12-25 02:41:49] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.007968 10.0.0.33 - - [2025-12-25 02:41:49] "GET /obj-perms HTTP/1.1" 200 5046 0.004265 10.0.0.27 - - [2025-12-25 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2025-12-25 02:41:49] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.27 - - [2025-12-25 02:41:49] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.044427 10.0.0.23 - - [2025-12-25 02:41:49] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.27 - - [2025-12-25 02:41:49] "POST /neutron/network HTTP/1.1" 200 619 0.135037 10.0.0.33 - - [2025-12-25 02:41:49] "POST /route-targets HTTP/1.1" 200 327 0.023426 10.0.0.23 - - [2025-12-25 02:41:50] "POST /useragent-kv HTTP/1.1" 200 115 0.013117 10.0.0.27 - - [2025-12-25 02:41:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.243603 10.0.0.27 - - [2025-12-25 02:41:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001792 10.0.0.27 - - [2025-12-25 02:41:50] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006482 10.0.0.27 - - [2025-12-25 02:41:50] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006676 10.0.0.27 - - [2025-12-25 02:41:50] "POST /neutron/network HTTP/1.1" 200 1309 0.013363 10.0.0.27 - - [2025-12-25 02:41:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.010319 10.0.0.27 - - [2025-12-25 02:41:50] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007117 10.0.0.27 - - [2025-12-25 02:41:51] "GET /obj-perms HTTP/1.1" 200 5046 0.063196 10.0.0.23 - - [2025-12-25 02:41:51] "GET /obj-perms HTTP/1.1" 200 5046 0.003790 10.0.0.27 - - [2025-12-25 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-25 02:41:51] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.27 - - [2025-12-25 02:41:51] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047559 10.0.0.23 - - [2025-12-25 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005906 10.0.0.27 - - [2025-12-25 02:41:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.232039 10.0.0.33 - - [2025-12-25 02:41:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.005877 10.0.0.27 - - [2025-12-25 02:41:52] "POST /neutron/network HTTP/1.1" 200 1309 0.017895 10.0.0.27 - - [2025-12-25 02:41:52] "POST /id-to-fqname HTTP/1.1" 200 231 0.001182 10.0.0.27 - - [2025-12-25 02:41:52] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005796 10.0.0.27 - - [2025-12-25 02:41:52] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005785 10.0.0.27 - - [2025-12-25 02:41:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.011567 10.0.0.27 - - [2025-12-25 02:41:52] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007273 10.0.0.27 - - [2025-12-25 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2025-12-25 02:41:53] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001610 10.0.0.27 - - [2025-12-25 02:41:53] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.042796 10.0.0.27 - - [2025-12-25 02:41:53] "POST /neutron/network HTTP/1.1" 200 117 0.015529 10.0.0.33 - - [2025-12-25 02:41:53] "POST /route-targets HTTP/1.1" 200 327 0.018005 10.0.0.23 - - [2025-12-25 02:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007566 10.0.0.27 - - [2025-12-25 02:41:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.198634 10.0.0.27 - - [2025-12-25 02:41:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001275 10.0.0.27 - - [2025-12-25 02:41:54] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007856 10.0.0.27 - - [2025-12-25 02:41:54] "POST /neutron/network HTTP/1.1" 200 1309 0.012633 10.0.0.27 - - [2025-12-25 02:41:54] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007332 10.0.0.27 - - [2025-12-25 02:41:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.011116 10.0.0.27 - - [2025-12-25 02:41:54] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006317 10.0.0.33 - - [2025-12-25 02:41:54] "GET /obj-perms HTTP/1.1" 200 5046 0.003961 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003300 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.23 - - [2025-12-25 02:41:55] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.27 - - [2025-12-25 02:41:55] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.040889 10.0.0.27 - - [2025-12-25 02:41:55] "POST /network-policys HTTP/1.1" 200 559 0.075854 10.0.0.27 - - [2025-12-25 02:41:55] "GET /network-policy/cf5e060b-c0ad-4453-9ae8-600519397793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007921 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.005791 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2025-12-25 02:41:55] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.27 - - [2025-12-25 02:41:55] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.053926 10.0.0.27 - - [2025-12-25 02:41:55] "POST /network-policys HTTP/1.1" 200 559 0.074197 10.0.0.27 - - [2025-12-25 02:41:55] "GET /network-policy/d34b2290-70d3-4baa-858d-b9247a13bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007811 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003601 10.0.0.27 - - [2025-12-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2025-12-25 02:41:55] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.27 - - [2025-12-25 02:41:55] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043869 10.0.0.27 - - [2025-12-25 02:41:56] "POST /network-policys HTTP/1.1" 200 559 0.079461 10.0.0.27 - - [2025-12-25 02:41:56] "GET /network-policy/bdd171a1-686e-4105-be8f-8cf19bde921c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007756 10.0.0.27 - - [2025-12-25 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003382 10.0.0.27 - - [2025-12-25 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-12-25 02:41:56] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.27 - - [2025-12-25 02:41:56] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047819 10.0.0.27 - - [2025-12-25 02:41:56] "POST /network-policys HTTP/1.1" 200 559 0.100474 10.0.0.27 - - [2025-12-25 02:41:56] "GET /network-policy/cfb17fa1-35a6-4c6c-9026-6fabac3668e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008625 10.0.0.27 - - [2025-12-25 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003619 10.0.0.27 - - [2025-12-25 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2025-12-25 02:41:56] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.27 - - [2025-12-25 02:41:56] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.065058 10.0.0.27 - - [2025-12-25 02:41:57] "POST /network-policys HTTP/1.1" 200 559 0.085161 10.0.0.27 - - [2025-12-25 02:41:57] "GET /network-policy/8d10a16b-2c49-4fc5-a953-54a56c02ca9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.010533 10.0.0.27 - - [2025-12-25 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003455 10.0.0.27 - - [2025-12-25 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.23 - - [2025-12-25 02:41:57] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2025-12-25 02:41:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051577 10.0.0.27 - - [2025-12-25 02:41:57] "POST /network-policys HTTP/1.1" 200 559 0.076571 10.0.0.27 - - [2025-12-25 02:41:57] "GET /network-policy/4509bc0c-1008-4a82-af94-7002ca8da2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006227 10.0.0.27 - - [2025-12-25 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003224 10.0.0.27 - - [2025-12-25 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-12-25 02:41:57] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.27 - - [2025-12-25 02:41:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.056105 10.0.0.27 - - [2025-12-25 02:41:58] "POST /network-policys HTTP/1.1" 200 559 0.093856 10.0.0.27 - - [2025-12-25 02:41:58] "GET /network-policy/d632ec8f-bdfb-47b5-ae74-01f69e7867c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008495 10.0.0.27 - - [2025-12-25 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.013547 10.0.0.27 - - [2025-12-25 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2025-12-25 02:41:58] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.27 - - [2025-12-25 02:41:58] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.080497 10.0.0.27 - - [2025-12-25 02:41:58] "POST /network-policys HTTP/1.1" 200 559 0.081095 10.0.0.27 - - [2025-12-25 02:41:58] "GET /network-policy/8560e2db-099b-4a00-a433-1c6809411592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.009387 10.0.0.27 - - [2025-12-25 02:41:59] "POST /neutron/network HTTP/1.1" 200 1492 0.107916 10.0.0.33 - - [2025-12-25 02:41:59] "POST /access-control-lists HTTP/1.1" 200 605 0.052913 10.0.0.27 - - [2025-12-25 02:41:59] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007722 10.0.0.27 - - [2025-12-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2025-12-25 02:41:59] "GET /network-policy/cf5e060b-c0ad-4453-9ae8-600519397793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005852 10.0.0.27 - - [2025-12-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2025-12-25 02:41:59] "GET /network-policy/d34b2290-70d3-4baa-858d-b9247a13bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004451 10.0.0.33 - - [2025-12-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004469 10.0.0.27 - - [2025-12-25 02:41:59] "POST /neutron/network HTTP/1.1" 200 1494 0.139808 10.0.0.33 - - [2025-12-25 02:41:59] "POST /ref-update HTTP/1.1" 200 156 0.066558 10.0.0.27 - - [2025-12-25 02:41:59] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009420 10.0.0.27 - - [2025-12-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.27 - - [2025-12-25 02:41:59] "GET /network-policy/bdd171a1-686e-4105-be8f-8cf19bde921c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004287 10.0.0.27 - - [2025-12-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-12-25 02:41:59] "GET /network-policy/cfb17fa1-35a6-4c6c-9026-6fabac3668e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004759 10.0.0.27 - - [2025-12-25 02:42:00] "POST /neutron/network HTTP/1.1" 200 1494 0.165775 10.0.0.27 - - [2025-12-25 02:42:00] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007196 10.0.0.27 - - [2025-12-25 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2025-12-25 02:42:00] "GET /network-policy/4509bc0c-1008-4a82-af94-7002ca8da2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004900 10.0.0.27 - - [2025-12-25 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.27 - - [2025-12-25 02:42:00] "GET /network-policy/8d10a16b-2c49-4fc5-a953-54a56c02ca9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004729 10.0.0.33 - - [2025-12-25 02:42:00] "POST /fqname-to-id HTTP/1.1" 404 248 0.004391 10.0.0.27 - - [2025-12-25 02:42:00] "POST /neutron/network HTTP/1.1" 200 1494 0.131345 10.0.0.27 - - [2025-12-25 02:42:00] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.036477 10.0.0.27 - - [2025-12-25 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.27 - - [2025-12-25 02:42:00] "GET /network-policy/8560e2db-099b-4a00-a433-1c6809411592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006234 10.0.0.27 - - [2025-12-25 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.27 - - [2025-12-25 02:42:00] "GET /network-policy/d632ec8f-bdfb-47b5-ae74-01f69e7867c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005844 10.0.0.27 - - [2025-12-25 02:42:00] "POST /id-to-fqname HTTP/1.1" 200 231 0.001218 10.0.0.23 - - [2025-12-25 02:42:39] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.042834 10.0.0.27 - - [2025-12-25 02:42:39] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.142740 10.0.0.27 - - [2025-12-25 02:42:39] "POST /neutron/network HTTP/1.1" 200 1492 0.012486 10.0.0.27 - - [2025-12-25 02:42:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001464 10.0.0.27 - - [2025-12-25 02:42:40] "POST /neutron/port HTTP/1.1" 200 117 0.008780 10.0.0.23 - - [2025-12-25 02:42:40] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.27 - - [2025-12-25 02:42:41] "POST /neutron/port HTTP/1.1" 200 1168 0.612635 10.0.0.23 - - [2025-12-25 02:42:41] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.27 - - [2025-12-25 02:42:41] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.137424 10.0.0.27 - - [2025-12-25 02:42:41] "POST /neutron/port HTTP/1.1" 200 1222 0.250845 10.0.0.27 - - [2025-12-25 02:42:41] "POST /neutron/port HTTP/1.1" 200 1232 0.055869 10.0.0.27 - - [2025-12-25 02:42:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013668 10.0.0.27 - - [2025-12-25 02:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.27 - - [2025-12-25 02:42:42] "POST /neutron/network HTTP/1.1" 200 1492 0.024853 10.0.0.23 - - [2025-12-25 02:42:42] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.33 - - [2025-12-25 02:42:42] "PUT /access-control-list/d56ef82b-f2f2-4762-8579-62483798de6b HTTP/1.1" 200 272 0.089741 10.0.0.27 - - [2025-12-25 02:42:43] "POST /neutron/port HTTP/1.1" 200 1170 0.708539 10.0.0.27 - - [2025-12-25 02:42:43] "POST /neutron/port HTTP/1.1" 200 1224 0.231241 10.0.0.27 - - [2025-12-25 02:42:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004565 10.0.0.27 - - [2025-12-25 02:42:43] "POST /neutron/port HTTP/1.1" 200 117 0.003930 10.0.0.23 - - [2025-12-25 02:42:46] "GET /obj-perms HTTP/1.1" 200 5056 0.078542 10.0.0.27 - - [2025-12-25 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020480 10.0.0.27 - - [2025-12-25 02:42:57] "POST /neutron/port HTTP/1.1" 200 1232 0.046611 10.0.0.27 - - [2025-12-25 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008894 10.0.0.27 - - [2025-12-25 02:43:12] "POST /neutron/port HTTP/1.1" 200 1232 0.020375 10.0.0.27 - - [2025-12-25 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008605 10.0.0.27 - - [2025-12-25 02:43:28] "POST /neutron/port HTTP/1.1" 200 1232 0.020104 10.0.0.27 - - [2025-12-25 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008199 10.0.0.27 - - [2025-12-25 02:43:43] "POST /neutron/port HTTP/1.1" 200 1232 0.020788 10.0.0.27 - - [2025-12-25 02:43:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009562 10.0.0.27 - - [2025-12-25 02:43:43] "GET /virtual-machine/7caef40a-8da9-434e-8cca-af2df5e1fb95 HTTP/1.1" 200 1300 0.007541 10.0.0.27 - - [2025-12-25 02:43:43] "GET /virtual-machine-interface/2004489f-d663-45b4-893e-f860c907c331 HTTP/1.1" 200 3183 0.005822 10.0.0.27 - - [2025-12-25 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-12-25 02:43:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003580 10.0.0.27 - - [2025-12-25 02:43:43] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003516 10.0.0.27 - - [2025-12-25 02:43:43] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006959 10.0.0.27 - - [2025-12-25 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-12-25 02:43:47] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007287 10.0.0.27 - - [2025-12-25 02:43:47] "GET /obj-perms HTTP/1.1" 200 5056 0.071320 10.0.0.27 - - [2025-12-25 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2025-12-25 02:43:51] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.005929 10.0.0.27 - - [2025-12-25 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-12-25 02:43:55] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.005704 10.0.0.27 - - [2025-12-25 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.012704 10.0.0.27 - - [2025-12-25 02:43:59] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007741 10.0.0.27 - - [2025-12-25 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.27 - - [2025-12-25 02:44:03] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006994 10.0.0.27 - - [2025-12-25 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.27 - - [2025-12-25 02:44:07] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.005796 10.0.0.27 - - [2025-12-25 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2025-12-25 02:44:11] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006166 10.0.0.27 - - [2025-12-25 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-12-25 02:44:15] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007498 10.0.0.27 - - [2025-12-25 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2025-12-25 02:44:19] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.008297 10.0.0.27 - - [2025-12-25 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2025-12-25 02:44:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004195 10.0.0.27 - - [2025-12-25 02:44:21] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003722 10.0.0.27 - - [2025-12-25 02:44:21] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006510 10.0.0.27 - - [2025-12-25 02:44:22] "POST /neutron/port HTTP/1.1" 200 1232 0.024371 10.0.0.27 - - [2025-12-25 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009052 10.0.0.27 - - [2025-12-25 02:44:32] "POST /neutron/port HTTP/1.1" 200 1232 0.020750 10.0.0.27 - - [2025-12-25 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042186 10.0.0.33 - - [2025-12-25 02:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2025-12-25 02:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.33 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.33 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2025-12-25 02:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.27 - - [2025-12-25 02:44:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-12-25 02:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2025-12-25 02:44:41] "POST /neutron/port HTTP/1.1" 200 1232 0.052490 10.0.0.27 - - [2025-12-25 02:44:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.27 - - [2025-12-25 02:44:41] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.27 - - [2025-12-25 02:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-12-25 02:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-25 02:44:42] "POST /neutron/port HTTP/1.1" 200 1234 0.032071 10.0.0.27 - - [2025-12-25 02:44:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008342 10.0.0.27 - - [2025-12-25 02:44:43] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 200 1300 0.006270 10.0.0.27 - - [2025-12-25 02:44:43] "GET /virtual-machine-interface/e4ec802e-b7e6-4186-b477-917302121f90 HTTP/1.1" 200 3185 0.006417 10.0.0.27 - - [2025-12-25 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2025-12-25 02:44:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003951 10.0.0.27 - - [2025-12-25 02:44:43] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003828 10.0.0.27 - - [2025-12-25 02:44:43] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008854 10.0.0.27 - - [2025-12-25 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2025-12-25 02:44:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.27 - - [2025-12-25 02:44:44] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003440 10.0.0.27 - - [2025-12-25 02:44:44] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006446 10.0.0.27 - - [2025-12-25 02:44:44] "POST /neutron/port HTTP/1.1" 200 1234 0.019001 10.0.0.27 - - [2025-12-25 02:44:45] "POST /neutron/port HTTP/1.1" 200 1234 0.053850 10.0.0.27 - - [2025-12-25 02:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.27 - - [2025-12-25 02:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.27 - - [2025-12-25 02:44:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007329 10.0.0.27 - - [2025-12-25 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2025-12-25 02:44:50] "GET /network-policy/bdd171a1-686e-4105-be8f-8cf19bde921c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004719 10.0.0.27 - - [2025-12-25 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2025-12-25 02:44:50] "GET /network-policy/cfb17fa1-35a6-4c6c-9026-6fabac3668e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007838 10.0.0.27 - - [2025-12-25 02:44:50] "POST /neutron/port HTTP/1.1" 200 1232 0.019238 10.0.0.27 - - [2025-12-25 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2025-12-25 02:44:50] "GET /network-policy/cf5e060b-c0ad-4453-9ae8-600519397793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004877 10.0.0.27 - - [2025-12-25 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2025-12-25 02:44:50] "GET /network-policy/d34b2290-70d3-4baa-858d-b9247a13bdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.010024 10.0.0.27 - - [2025-12-25 02:45:10] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 200 1300 0.005224 10.0.0.27 - - [2025-12-25 02:45:10] "POST /neutron/port HTTP/1.1" 200 1224 0.050212 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.040428 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.004217 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.004321 10.0.0.27 - - [2025-12-25 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.035608 10.0.0.27 - - [2025-12-25 02:45:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004357 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006661 10.0.0.27 - - [2025-12-25 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2025-12-25 02:45:12] "GET /routing-instance/1fa9d16b-5209-41dc-a4cd-1587e26f7a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004757 10.0.0.27 - - [2025-12-25 02:45:12] "GET /route-target/0f01e67c-ddfe-4540-baa6-81717c42f882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005277 10.0.0.27 - - [2025-12-25 02:45:12] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003740 10.0.0.27 - - [2025-12-25 02:45:13] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003779 10.0.0.27 - - [2025-12-25 02:45:14] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003969 10.0.0.27 - - [2025-12-25 02:45:15] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003807 10.0.0.27 - - [2025-12-25 02:45:16] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003351 10.0.0.27 - - [2025-12-25 02:45:17] "GET /virtual-machine/59e3f2ee-43a6-4669-8c4b-27d3666726d2 HTTP/1.1" 404 171 0.003492 10.0.0.33 - - [2025-12-25 02:45:17] "GET /obj-perms HTTP/1.1" 200 5046 0.064963 10.0.0.27 - - [2025-12-25 02:45:20] "GET /obj-perms HTTP/1.1" 200 5046 0.004620 10.0.0.33 - - [2025-12-25 02:45:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003969 10.0.0.27 - - [2025-12-25 02:45:30] "GET /obj-perms HTTP/1.1" 200 5046 0.004006 10.0.0.33 - - [2025-12-25 02:45:36] "GET /obj-perms HTTP/1.1" 200 5046 0.004031 10.0.0.27 - - [2025-12-25 02:45:36] "GET /obj-perms HTTP/1.1" 200 5046 0.004217 10.0.0.27 - - [2025-12-25 02:45:36] "GET /virtual-machine/7caef40a-8da9-434e-8cca-af2df5e1fb95 HTTP/1.1" 200 1300 0.005610 10.0.0.27 - - [2025-12-25 02:45:37] "POST /neutron/port HTTP/1.1" 200 1222 0.017788 10.0.0.27 - - [2025-12-25 02:45:38] "GET /virtual-machine/7caef40a-8da9-434e-8cca-af2df5e1fb95 HTTP/1.1" 404 171 0.004762 10.0.0.27 - - [2025-12-25 02:45:38] "GET /virtual-machine/7caef40a-8da9-434e-8cca-af2df5e1fb95 HTTP/1.1" 404 171 0.003834 10.0.0.27 - - [2025-12-25 02:45:38] "GET /virtual-machine/7caef40a-8da9-434e-8cca-af2df5e1fb95 HTTP/1.1" 404 171 0.003178 10.0.0.27 - - [2025-12-25 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2025-12-25 02:45:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.27 - - [2025-12-25 02:45:39] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003511 10.0.0.27 - - [2025-12-25 02:45:39] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006321 10.0.0.27 - - [2025-12-25 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-25 02:45:39] "GET /routing-instance/bb63f8c4-5f9e-4b15-8f84-572f846f343d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004549 10.0.0.27 - - [2025-12-25 02:45:39] "GET /route-target/ec0fad25-df12-4506-87b7-6e4e91b2db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003906 10.0.0.27 - - [2025-12-25 02:45:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003943 10.0.0.33 - - [2025-12-25 02:45:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003885 10.0.0.33 - - [2025-12-25 02:45:49] "GET /obj-perms HTTP/1.1" 200 5056 0.059545 10.0.0.23 - - [2025-12-25 02:45:49] "GET /obj-perms HTTP/1.1" 200 5056 0.064241 10.0.0.27 - - [2025-12-25 02:45:51] "GET /obj-perms HTTP/1.1" 200 5046 0.005126 10.0.0.33 - - [2025-12-25 02:45:57] "GET /obj-perms HTTP/1.1" 200 5046 0.004641 10.0.0.27 - - [2025-12-25 02:46:00] "GET /obj-perms HTTP/1.1" 200 5046 0.006100 10.0.0.27 - - [2025-12-25 02:46:03] "GET /obj-perms HTTP/1.1" 200 5046 0.004877 10.0.0.33 - - [2025-12-25 02:46:03] "GET /obj-perms HTTP/1.1" 200 5046 0.006575 10.0.0.27 - - [2025-12-25 02:46:04] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006245 10.0.0.27 - - [2025-12-25 02:46:04] "POST /neutron/network HTTP/1.1" 200 1309 0.104674 10.0.0.33 - - [2025-12-25 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.067756 10.0.0.27 - - [2025-12-25 02:46:04] "GET /virtual-network/5cf10035-ecc9-41dc-8355-483f93a410e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007505 10.0.0.27 - - [2025-12-25 02:46:04] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005935 10.0.0.27 - - [2025-12-25 02:46:04] "POST /neutron/network HTTP/1.1" 200 1309 0.095933 10.0.0.27 - - [2025-12-25 02:46:04] "GET /virtual-network/37de7c29-8113-4e4a-b4db-63844f95bf2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.010067 10.0.0.27 - - [2025-12-25 02:46:04] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005674 10.0.0.27 - - [2025-12-25 02:46:05] "POST /neutron/network HTTP/1.1" 200 1309 0.091795 10.0.0.33 - - [2025-12-25 02:46:05] "DELETE /access-control-list/d56ef82b-f2f2-4762-8579-62483798de6b HTTP/1.1" 200 115 0.051272 10.0.0.27 - - [2025-12-25 02:46:05] "GET /virtual-network/f5fc3594-c820-460d-a8e7-9c8a012c100f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007420 10.0.0.27 - - [2025-12-25 02:46:05] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007161 10.0.0.33 - - [2025-12-25 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005016 10.0.0.27 - - [2025-12-25 02:46:05] "POST /neutron/network HTTP/1.1" 200 1307 0.103906 10.0.0.33 - - [2025-12-25 02:46:05] "POST /ref-update HTTP/1.1" 200 156 0.038602 10.0.0.27 - - [2025-12-25 02:46:05] "GET /virtual-network/2a7f3541-b120-4ee6-acc5-153c8963a75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.022429 10.0.0.27 - - [2025-12-25 02:46:05] "DELETE /network-policy/8560e2db-099b-4a00-a433-1c6809411592 HTTP/1.1" 200 115 0.046141 10.0.0.27 - - [2025-12-25 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2025-12-25 02:46:05] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.27 - - [2025-12-25 02:46:05] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.049292 10.0.0.27 - - [2025-12-25 02:46:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005940 10.0.0.27 - - [2025-12-25 02:46:05] "DELETE /network-policy/d632ec8f-bdfb-47b5-ae74-01f69e7867c0 HTTP/1.1" 200 115 0.042830 10.0.0.27 - - [2025-12-25 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-12-25 02:46:05] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001681 10.0.0.27 - - [2025-12-25 02:46:05] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046530 10.0.0.27 - - [2025-12-25 02:46:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005983 10.0.0.27 - - [2025-12-25 02:46:06] "DELETE /network-policy/4509bc0c-1008-4a82-af94-7002ca8da2e3 HTTP/1.1" 200 115 0.048610 10.0.0.27 - - [2025-12-25 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2025-12-25 02:46:06] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.27 - - [2025-12-25 02:46:06] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043916 10.0.0.27 - - [2025-12-25 02:46:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006902 10.0.0.27 - - [2025-12-25 02:46:06] "DELETE /network-policy/8d10a16b-2c49-4fc5-a953-54a56c02ca9b HTTP/1.1" 200 115 0.044034 10.0.0.27 - - [2025-12-25 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203 10.0.0.23 - - [2025-12-25 02:46:06] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.27 - - [2025-12-25 02:46:06] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.053966 10.0.0.27 - - [2025-12-25 02:46:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005462 10.0.0.27 - - [2025-12-25 02:46:06] "DELETE /network-policy/cfb17fa1-35a6-4c6c-9026-6fabac3668e0 HTTP/1.1" 200 115 0.041742 10.0.0.27 - - [2025-12-25 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.23 - - [2025-12-25 02:46:06] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.27 - - [2025-12-25 02:46:06] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051629 10.0.0.27 - - [2025-12-25 02:46:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005745 10.0.0.27 - - [2025-12-25 02:46:06] "DELETE /network-policy/bdd171a1-686e-4105-be8f-8cf19bde921c HTTP/1.1" 200 115 0.045060 10.0.0.27 - - [2025-12-25 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-12-25 02:46:06] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.27 - - [2025-12-25 02:46:06] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043749 10.0.0.27 - - [2025-12-25 02:46:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006354 10.0.0.27 - - [2025-12-25 02:46:07] "DELETE /network-policy/d34b2290-70d3-4baa-858d-b9247a13bdf2 HTTP/1.1" 200 115 0.041738 10.0.0.27 - - [2025-12-25 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.23 - - [2025-12-25 02:46:07] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.27 - - [2025-12-25 02:46:07] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045288 10.0.0.27 - - [2025-12-25 02:46:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005419 10.0.0.27 - - [2025-12-25 02:46:07] "DELETE /network-policy/cf5e060b-c0ad-4453-9ae8-600519397793 HTTP/1.1" 200 115 0.044990 10.0.0.27 - - [2025-12-25 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2025-12-25 02:46:07] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.27 - - [2025-12-25 02:46:07] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.068902 10.0.0.27 - - [2025-12-25 02:46:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-02623021&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007112 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003780 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.23 - - [2025-12-25 02:46:07] "POST /useragent-kv HTTP/1.1" 200 115 0.012925 10.0.0.27 - - [2025-12-25 02:46:07] "POST /neutron/network HTTP/1.1" 200 151 0.160226 10.0.0.33 - - [2025-12-25 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2025-12-25 02:46:08] "POST /neutron/network HTTP/1.1" 200 1309 0.014624 10.0.0.33 - - [2025-12-25 02:46:08] "DELETE /route-target/0f01e67c-ddfe-4540-baa6-81717c42f882 HTTP/1.1" 200 115 0.022314 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002996 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003083 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006513 10.0.0.23 - - [2025-12-25 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004111 10.0.0.27 - - [2025-12-25 02:46:09] "POST /neutron/network HTTP/1.1" 200 151 0.201263 10.0.0.27 - - [2025-12-25 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2025-12-25 02:46:09] "DELETE /network-ipam/7851d22a-d138-470b-8fd3-cb1158133bfb HTTP/1.1" 200 115 0.034946 10.0.0.27 - - [2025-12-25 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.009944 10.0.0.23 - - [2025-12-25 02:46:09] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001451 10.0.0.23 - - [2025-12-25 02:46:09] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.044381 10.0.0.23 - - [2025-12-25 02:46:09] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.23 - - [2025-12-25 02:46:09] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?fields=security_groups HTTP/1.1" 200 1396 0.048668 10.0.0.23 - - [2025-12-25 02:46:09] "DELETE /security-group/ed90b700-7661-4389-affc-db5391497f33 HTTP/1.1" 200 115 0.057868 10.0.0.23 - - [2025-12-25 02:46:09] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.33 - - [2025-12-25 02:46:09] "DELETE /access-control-list/a29b9520-9fdb-42b4-b78a-9118adcbbe5c HTTP/1.1" 200 115 0.051574 10.0.0.23 - - [2025-12-25 02:46:09] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?fields=application_policy_sets HTTP/1.1" 200 1435 0.075871 10.0.0.27 - - [2025-12-25 02:46:09] "DELETE /project/574027e3-edc2-47bb-86d2-afde8c08a57a HTTP/1.1" 200 115 0.444378 10.0.0.23 - - [2025-12-25 02:46:09] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.27 - - [2025-12-25 02:46:09] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?fields=projects HTTP/1.1" 200 1439 0.012480 10.0.0.27 - - [2025-12-25 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003760 10.0.0.23 - - [2025-12-25 02:46:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.002383 10.0.0.23 - - [2025-12-25 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.006485 10.0.0.23 - - [2025-12-25 02:46:15] "POST /security-groups HTTP/1.1" 200 599 0.040229 10.0.0.23 - - [2025-12-25 02:46:15] "POST /projects HTTP/1.1" 200 601 0.259206 10.0.0.27 - - [2025-12-25 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.294666 10.0.0.33 - - [2025-12-25 02:46:15] "POST /access-control-lists HTTP/1.1" 200 604 0.030424 10.0.0.23 - - [2025-12-25 02:46:15] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.27 - - [2025-12-25 02:46:15] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052956 10.0.0.27 - - [2025-12-25 02:46:15] "POST /network-policys HTTP/1.1" 200 559 0.077861 10.0.0.27 - - [2025-12-25 02:46:15] "GET /network-policy/b09783f6-262b-4119-97ab-efa9094c9d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.008114 10.0.0.27 - - [2025-12-25 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-25 02:46:15] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.27 - - [2025-12-25 02:46:15] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.055085 10.0.0.33 - - [2025-12-25 02:46:16] "POST /route-targets HTTP/1.1" 200 327 0.018866 10.0.0.23 - - [2025-12-25 02:46:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005881 10.0.0.27 - - [2025-12-25 02:46:16] "POST /neutron/subnet HTTP/1.1" 200 721 0.210589 10.0.0.27 - - [2025-12-25 02:46:16] "POST /id-to-fqname HTTP/1.1" 200 229 0.001916 10.0.0.27 - - [2025-12-25 02:46:16] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010099 10.0.0.27 - - [2025-12-25 02:46:16] "POST /neutron/network HTTP/1.1" 200 1007 0.010159 10.0.0.27 - - [2025-12-25 02:46:16] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006521 10.0.0.27 - - [2025-12-25 02:46:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.010202 10.0.0.33 - - [2025-12-25 02:46:16] "POST /access-control-lists HTTP/1.1" 200 599 0.056188 10.0.0.27 - - [2025-12-25 02:46:16] "POST /neutron/network HTTP/1.1" 200 1106 0.029937 10.0.0.27 - - [2025-12-25 02:46:16] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.010205 10.0.0.27 - - [2025-12-25 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2025-12-25 02:46:16] "GET /network-policy/b09783f6-262b-4119-97ab-efa9094c9d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004892 10.0.0.27 - - [2025-12-25 02:46:17] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007029 10.0.0.27 - - [2025-12-25 02:46:17] "POST /id-to-fqname HTTP/1.1" 200 229 0.001415 10.0.0.23 - - [2025-12-25 02:46:18] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001121 10.0.0.27 - - [2025-12-25 02:46:18] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.087268 10.0.0.27 - - [2025-12-25 02:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.006582 10.0.0.27 - - [2025-12-25 02:46:18] "POST /id-to-fqname HTTP/1.1" 200 229 0.001405 10.0.0.27 - - [2025-12-25 02:46:19] "POST /neutron/network HTTP/1.1" 200 1116 0.007511 10.0.0.27 - - [2025-12-25 02:46:19] "POST /neutron/port HTTP/1.1" 200 1174 0.042177 10.0.0.27 - - [2025-12-25 02:46:20] "POST /neutron/port HTTP/1.1" 200 1238 0.026535 10.0.0.23 - - [2025-12-25 02:46:20] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.27 - - [2025-12-25 02:46:20] "POST /neutron/subnet HTTP/1.1" 200 1381 0.021711 10.0.0.27 - - [2025-12-25 02:46:20] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.089373 10.0.0.27 - - [2025-12-25 02:46:20] "POST /neutron/network HTTP/1.1" 200 1106 0.044232 10.0.0.27 - - [2025-12-25 02:46:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009271 10.0.0.27 - - [2025-12-25 02:46:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008356 10.0.0.27 - - [2025-12-25 02:46:21] "POST /neutron/port HTTP/1.1" 200 1174 0.028461 10.0.0.27 - - [2025-12-25 02:46:21] "POST /neutron/port HTTP/1.1" 200 1238 0.023982 10.0.0.27 - - [2025-12-25 02:46:21] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015718 10.0.0.27 - - [2025-12-25 02:46:21] "POST /neutron/network HTTP/1.1" 200 1106 0.011851 10.0.0.27 - - [2025-12-25 02:46:25] "POST /neutron/port HTTP/1.1" 200 1238 0.018858 10.0.0.27 - - [2025-12-25 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007969 10.0.0.27 - - [2025-12-25 02:46:26] "GET /virtual-machine/d23657d1-93f6-4b3b-9c52-0b35845abe5f HTTP/1.1" 200 1301 0.008491 10.0.0.27 - - [2025-12-25 02:46:26] "GET /virtual-machine-interface/4eac85ef-e652-4481-b9da-b92bc53cfc53 HTTP/1.1" 200 3178 0.006064 10.0.0.27 - - [2025-12-25 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-12-25 02:46:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004605 10.0.0.27 - - [2025-12-25 02:46:26] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003322 10.0.0.27 - - [2025-12-25 02:46:26] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007879 10.0.0.27 - - [2025-12-25 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-12-25 02:46:29] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005391 10.0.0.27 - - [2025-12-25 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.27 - - [2025-12-25 02:46:33] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009967 10.0.0.27 - - [2025-12-25 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.27 - - [2025-12-25 02:46:37] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006577 10.0.0.23 - - [2025-12-25 02:46:39] "DELETE /project/574027e3edc247bb86d2afde8c08a57a HTTP/1.1" 404 173 0.033769 10.0.0.27 - - [2025-12-25 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.27 - - [2025-12-25 02:46:41] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005824 10.0.0.27 - - [2025-12-25 02:46:44] "POST /neutron/network HTTP/1.1" 200 1116 0.008103 10.0.0.27 - - [2025-12-25 02:46:44] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015182 10.0.0.27 - - [2025-12-25 02:46:44] "POST /neutron/network HTTP/1.1" 200 1106 0.010067 10.0.0.27 - - [2025-12-25 02:46:45] "POST /neutron/network HTTP/1.1" 200 1116 0.007729 10.0.0.27 - - [2025-12-25 02:46:45] "POST /neutron/subnet HTTP/1.1" 200 1381 0.019042 10.0.0.27 - - [2025-12-25 02:46:45] "POST /neutron/network HTTP/1.1" 200 1106 0.010929 10.0.0.27 - - [2025-12-25 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.27 - - [2025-12-25 02:46:45] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006883 10.0.0.27 - - [2025-12-25 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2025-12-25 02:46:49] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006783 10.0.0.27 - - [2025-12-25 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2025-12-25 02:46:53] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.010870 10.0.0.27 - - [2025-12-25 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-12-25 02:46:57] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.016784 10.0.0.27 - - [2025-12-25 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2025-12-25 02:47:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005146 10.0.0.27 - - [2025-12-25 02:47:00] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003601 10.0.0.27 - - [2025-12-25 02:47:00] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006687 10.0.0.27 - - [2025-12-25 02:47:05] "POST /neutron/port HTTP/1.1" 200 1238 0.020957 10.0.0.27 - - [2025-12-25 02:47:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008935 10.0.0.27 - - [2025-12-25 02:47:15] "POST /neutron/port HTTP/1.1" 200 1238 0.020700 10.0.0.27 - - [2025-12-25 02:47:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008444 10.0.0.27 - - [2025-12-25 02:47:21] "POST /neutron/port HTTP/1.1" 200 1238 0.021712 10.0.0.27 - - [2025-12-25 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009427 10.0.0.27 - - [2025-12-25 02:47:21] "GET /virtual-machine/324c9e60-0c7a-41be-b43e-bb557d17d7ee HTTP/1.1" 200 1300 0.007363 10.0.0.27 - - [2025-12-25 02:47:21] "GET /virtual-machine-interface/830dbc19-ab2c-4584-bb2e-6e819bda0fd6 HTTP/1.1" 200 3178 0.006248 10.0.0.27 - - [2025-12-25 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2025-12-25 02:47:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.27 - - [2025-12-25 02:47:21] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003437 10.0.0.27 - - [2025-12-25 02:47:21] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006815 10.0.0.27 - - [2025-12-25 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2025-12-25 02:47:22] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.27 - - [2025-12-25 02:47:22] "GET /virtual-networks?parent_id=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003412 10.0.0.27 - - [2025-12-25 02:47:22] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006316 10.0.0.27 - - [2025-12-25 02:47:45] "POST /neutron/port HTTP/1.1" 200 1238 0.020100 10.0.0.27 - - [2025-12-25 02:47:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004879 10.0.0.27 - - [2025-12-25 02:47:45] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.27 - - [2025-12-25 02:47:45] "POST /neutron/port HTTP/1.1" 200 1238 0.018942 10.0.0.27 - - [2025-12-25 02:47:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.27 - - [2025-12-25 02:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.23 - - [2025-12-25 02:47:50] "GET /obj-perms HTTP/1.1" 200 5056 0.067369 10.0.0.27 - - [2025-12-25 02:47:51] "GET /obj-perms HTTP/1.1" 200 5056 0.070578 10.0.0.27 - - [2025-12-25 02:47:51] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006235 10.0.0.27 - - [2025-12-25 02:47:51] "POST /neutron/network HTTP/1.1" 200 1106 0.010050 10.0.0.33 - - [2025-12-25 02:47:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.014662 10.0.0.27 - - [2025-12-25 02:47:51] "GET /virtual-network/0d1d8ffb-28f0-4993-a533-75f27b85b8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007924 10.0.0.27 - - [2025-12-25 02:47:51] "POST /neutron/network HTTP/1.1" 200 1007 0.023587 10.0.0.27 - - [2025-12-25 02:47:51] "POST /neutron/port HTTP/1.1" 200 1228 0.022735 10.0.0.27 - - [2025-12-25 02:47:52] "POST /neutron/port HTTP/1.1" 200 1228 0.019328 10.0.0.33 - - [2025-12-25 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.035538 10.0.0.23 - - [2025-12-25 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.062048 10.0.0.23 - - [2025-12-25 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.23 - - [2025-12-25 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.23 - - [2025-12-25 02:47:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.27 - - [2025-12-25 02:47:53] "POST /neutron/network HTTP/1.1" 200 151 0.229182 10.0.0.27 - - [2025-12-25 02:47:54] "DELETE /network-policy/b09783f6-262b-4119-97ab-efa9094c9d90 HTTP/1.1" 200 115 0.045355 10.0.0.23 - - [2025-12-25 02:47:56] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001627 10.0.0.27 - - [2025-12-25 02:47:56] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.094903 10.0.0.23 - - [2025-12-25 02:47:56] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.27 - - [2025-12-25 02:47:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?fields=virtual_networks HTTP/1.1" 200 1057 0.046958 10.0.0.23 - - [2025-12-25 02:47:57] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.27 - - [2025-12-25 02:47:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.052544 10.0.0.23 - - [2025-12-25 02:47:57] "GET /projects?obj_uuids=574027e3-edc2-47bb-86d2-afde8c08a57a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002371 10.0.0.27 - - [2025-12-25 02:47:57] "GET /project/574027e3-edc2-47bb-86d2-afde8c08a57a?fields=security_groups HTTP/1.1" 200 1291 0.050909 10.0.0.27 - - [2025-12-25 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.038241 10.0.0.23 - - [2025-12-25 02:47:58] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011979 10.0.0.23 - - [2025-12-25 02:47:58] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.23 - - [2025-12-25 02:47:58] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007871 10.0.0.23 - - [2025-12-25 02:47:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.004206 10.0.0.23 - - [2025-12-25 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.006396 10.0.0.23 - - [2025-12-25 02:47:58] "POST /security-groups HTTP/1.1" 200 605 0.082409 10.0.0.23 - - [2025-12-25 02:47:58] "POST /projects HTTP/1.1" 200 613 0.344061 10.0.0.23 - - [2025-12-25 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.390460 10.0.0.33 - - [2025-12-25 02:47:58] "POST /access-control-lists HTTP/1.1" 200 610 0.042996 10.0.0.27 - - [2025-12-25 02:47:58] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.572991 10.0.0.27 - - [2025-12-25 02:48:00] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.27 - - [2025-12-25 02:48:03] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000588 10.0.0.23 - - [2025-12-25 02:48:04] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001270 10.0.0.27 - - [2025-12-25 02:48:04] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.132594 10.0.0.27 - - [2025-12-25 02:48:04] "GET / HTTP/1.1" 200 35931 0.002592 10.0.0.27 - - [2025-12-25 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2025-12-25 02:48:05] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.27 - - [2025-12-25 02:48:05] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007938 10.0.0.27 - - [2025-12-25 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-25 02:48:05] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001106 10.0.0.27 - - [2025-12-25 02:48:05] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.047884 10.0.0.27 - - [2025-12-25 02:48:06] "GET /domains HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-12-25 02:48:07] "GET /domains HTTP/1.1" 200 280 0.032877 10.0.0.23 - - [2025-12-25 02:48:07] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.27 - - [2025-12-25 02:48:07] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99 HTTP/1.1" 200 2976 0.013123 10.0.0.23 - - [2025-12-25 02:48:07] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000962 10.0.0.27 - - [2025-12-25 02:48:07] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298 HTTP/1.1" 200 1945 0.115123 10.0.0.27 - - [2025-12-25 02:48:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003332 10.0.0.27 - - [2025-12-25 02:48:07] "POST /network-ipams HTTP/1.1" 200 627 0.042455 10.0.0.27 - - [2025-12-25 02:48:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.004069 10.0.0.27 - - [2025-12-25 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-12-25 02:48:07] "GET /network-ipam/6b6b24e6-04f9-4d4c-aad1-a282587e6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.008056 10.0.0.27 - - [2025-12-25 02:48:07] "PUT /network-ipam/6b6b24e6-04f9-4d4c-aad1-a282587e6387 HTTP/1.1" 200 258 0.016957 10.0.0.27 - - [2025-12-25 02:48:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-25 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.036832 10.0.0.23 - - [2025-12-25 02:48:08] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001121 10.0.0.27 - - [2025-12-25 02:48:08] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.044657 10.0.0.33 - - [2025-12-25 02:48:08] "POST /route-targets HTTP/1.1" 200 327 0.024518 10.0.0.23 - - [2025-12-25 02:48:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.27 - - [2025-12-25 02:48:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.278076 10.0.0.27 - - [2025-12-25 02:48:09] "POST /id-to-fqname HTTP/1.1" 200 237 0.001554 10.0.0.27 - - [2025-12-25 02:48:09] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.012547 10.0.0.27 - - [2025-12-25 02:48:09] "POST /neutron/network HTTP/1.1" 200 1140 0.012777 10.0.0.27 - - [2025-12-25 02:48:09] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.006086 10.0.0.27 - - [2025-12-25 02:48:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.010706 10.0.0.27 - - [2025-12-25 02:48:09] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.006753 10.0.0.33 - - [2025-12-25 02:48:11] "GET /obj-perms HTTP/1.1" 200 5021 0.079343 10.0.0.27 - - [2025-12-25 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003503 10.0.0.27 - - [2025-12-25 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2025-12-25 02:48:11] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001406 10.0.0.27 - - [2025-12-25 02:48:11] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.043185 10.0.0.27 - - [2025-12-25 02:48:11] "POST /network-policys HTTP/1.1" 200 565 0.034760 10.0.0.27 - - [2025-12-25 02:48:11] "GET /network-policy/28a7931b-2930-4fc4-a621-9d1ab8975f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006486 10.0.0.27 - - [2025-12-25 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003928 10.0.0.27 - - [2025-12-25 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.23 - - [2025-12-25 02:48:12] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001312 10.0.0.27 - - [2025-12-25 02:48:12] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.050046 10.0.0.27 - - [2025-12-25 02:48:12] "POST /network-policys HTTP/1.1" 200 565 0.042109 10.0.0.27 - - [2025-12-25 02:48:12] "GET /network-policy/8ede44f2-1ff2-404c-b200-540e03fef54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007419 10.0.0.27 - - [2025-12-25 02:48:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.003305 10.0.0.27 - - [2025-12-25 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.23 - - [2025-12-25 02:48:12] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000987 10.0.0.27 - - [2025-12-25 02:48:12] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.063150 10.0.0.27 - - [2025-12-25 02:48:12] "POST /network-policys HTTP/1.1" 200 565 0.042391 10.0.0.27 - - [2025-12-25 02:48:12] "GET /network-policy/4d642428-c962-4369-a2e6-e0083002d5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007227 10.0.0.33 - - [2025-12-25 02:48:13] "POST /access-control-lists HTTP/1.1" 200 611 0.071944 10.0.0.27 - - [2025-12-25 02:48:13] "POST /neutron/network HTTP/1.1" 200 1338 0.021362 10.0.0.27 - - [2025-12-25 02:48:13] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006230 10.0.0.27 - - [2025-12-25 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.27 - - [2025-12-25 02:48:13] "GET /network-policy/28a7931b-2930-4fc4-a621-9d1ab8975f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004619 10.0.0.27 - - [2025-12-25 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2025-12-25 02:48:13] "GET /network-policy/8ede44f2-1ff2-404c-b200-540e03fef54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004884 10.0.0.27 - - [2025-12-25 02:48:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001374 10.0.0.23 - - [2025-12-25 02:48:14] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001458 10.0.0.27 - - [2025-12-25 02:48:14] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.076072 10.0.0.27 - - [2025-12-25 02:48:14] "POST /neutron/port HTTP/1.1" 200 117 0.007448 10.0.0.27 - - [2025-12-25 02:48:15] "POST /neutron/network HTTP/1.1" 200 1348 0.011925 10.0.0.27 - - [2025-12-25 02:48:15] "POST /neutron/port HTTP/1.1" 200 1179 0.024227 10.0.0.27 - - [2025-12-25 02:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004303 10.0.0.27 - - [2025-12-25 02:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.27 - - [2025-12-25 02:48:19] "POST /neutron/port HTTP/1.1" 200 1243 0.023336 10.0.0.27 - - [2025-12-25 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009631 10.0.0.27 - - [2025-12-25 02:48:20] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 401 292 0.000520 10.0.0.27 - - [2025-12-25 02:48:20] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 200 1307 0.040466 10.0.0.27 - - [2025-12-25 02:48:20] "GET /virtual-machine-interface/2475514b-baff-4ec6-8b2a-6d13d5911363 HTTP/1.1" 200 3177 0.006456 10.0.0.27 - - [2025-12-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.27 - - [2025-12-25 02:48:20] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004786 10.0.0.27 - - [2025-12-25 02:48:20] "GET /virtual-networks?parent_id=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003413 10.0.0.27 - - [2025-12-25 02:48:20] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.007417 10.0.0.27 - - [2025-12-25 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-12-25 02:48:23] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005655 10.0.0.33 - - [2025-12-25 02:48:25] "DELETE /access-control-list/6525f4d3-17a4-4b7b-b2eb-22dbc3d8b117 HTTP/1.1" 200 115 0.068319 10.0.0.27 - - [2025-12-25 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.27 - - [2025-12-25 02:48:27] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006108 10.0.0.27 - - [2025-12-25 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2025-12-25 02:48:32] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006926 10.0.0.27 - - [2025-12-25 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.27 - - [2025-12-25 02:48:36] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.007663 10.0.0.23 - - [2025-12-25 02:48:39] "DELETE /project/4c2c7a261aba41858005332e01c92298 HTTP/1.1" 404 173 0.003168 10.0.0.23 - - [2025-12-25 02:48:39] "DELETE /project/574027e3-edc2-47bb-86d2-afde8c08a57a HTTP/1.1" 404 177 0.005932 10.0.0.27 - - [2025-12-25 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.27 - - [2025-12-25 02:48:40] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006010 10.0.0.27 - - [2025-12-25 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-12-25 02:48:44] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005833 10.0.0.27 - - [2025-12-25 02:48:45] "POST /neutron/port HTTP/1.1" 200 1243 0.022617 10.0.0.27 - - [2025-12-25 02:48:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.27 - - [2025-12-25 02:48:45] "POST /neutron/port HTTP/1.1" 200 117 0.002104 10.0.0.27 - - [2025-12-25 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2025-12-25 02:48:48] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005758 10.0.0.27 - - [2025-12-25 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2025-12-25 02:48:52] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.008703 10.0.0.27 - - [2025-12-25 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2025-12-25 02:48:56] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006764 10.0.0.27 - - [2025-12-25 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.27 - - [2025-12-25 02:48:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004048 10.0.0.27 - - [2025-12-25 02:48:58] "GET /virtual-networks?parent_id=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003236 10.0.0.27 - - [2025-12-25 02:48:58] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006850 10.0.0.27 - - [2025-12-25 02:48:58] "POST /neutron/port HTTP/1.1" 200 1243 0.022811 10.0.0.27 - - [2025-12-25 02:49:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009707 10.0.0.27 - - [2025-12-25 02:49:09] "POST /neutron/port HTTP/1.1" 200 1243 0.021580 10.0.0.27 - - [2025-12-25 02:49:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009013 10.0.0.27 - - [2025-12-25 02:49:19] "POST /neutron/port HTTP/1.1" 200 1243 0.020668 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/28a7931b-2930-4fc4-a621-9d1ab8975f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005558 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/8ede44f2-1ff2-404c-b200-540e03fef54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005039 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/4d642428-c962-4369-a2e6-e0083002d5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004928 10.0.0.33 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002818 10.0.0.27 - - [2025-12-25 02:49:20] "POST /neutron/network HTTP/1.1" 200 1430 0.160717 10.0.0.27 - - [2025-12-25 02:49:20] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3592 0.008454 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/28a7931b-2930-4fc4-a621-9d1ab8975f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005400 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/4d642428-c962-4369-a2e6-e0083002d5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004871 10.0.0.27 - - [2025-12-25 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-12-25 02:49:20] "GET /network-policy/8ede44f2-1ff2-404c-b200-540e03fef54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004996 10.0.0.27 - - [2025-12-25 02:49:25] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3592 0.007519 10.0.0.27 - - [2025-12-25 02:49:25] "POST /neutron/network HTTP/1.1" 200 1140 0.115449 10.0.0.27 - - [2025-12-25 02:49:25] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.007879 10.0.0.27 - - [2025-12-25 02:49:31] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 200 1307 0.004777 10.0.0.27 - - [2025-12-25 02:49:31] "POST /neutron/port HTTP/1.1" 200 1233 0.016903 10.0.0.27 - - [2025-12-25 02:49:33] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 404 171 0.005246 10.0.0.27 - - [2025-12-25 02:49:33] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 404 171 0.003414 10.0.0.27 - - [2025-12-25 02:49:33] "GET /virtual-machine/c97502d1-d4e6-43e3-a6a8-31604d18a503 HTTP/1.1" 404 171 0.003770 10.0.0.27 - - [2025-12-25 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-12-25 02:49:33] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.27 - - [2025-12-25 02:49:33] "GET /virtual-networks?parent_id=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003360 10.0.0.27 - - [2025-12-25 02:49:33] "GET /virtual-network/1694ebbf-667a-4b00-80a0-7158aad8dd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.007503 10.0.0.27 - - [2025-12-25 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-12-25 02:49:33] "GET /routing-instance/a24c355a-8589-4c3a-b5ec-9d53f66146ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.006500 10.0.0.27 - - [2025-12-25 02:49:33] "GET /route-target/f49e9140-5791-462d-b01f-0ea8dd43d610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004897 10.0.0.27 - - [2025-12-25 02:49:33] "GET /obj-perms HTTP/1.1" 200 5021 0.073676 10.0.0.33 - - [2025-12-25 02:49:33] "GET /obj-perms HTTP/1.1" 200 5021 0.004939 10.0.0.23 - - [2025-12-25 02:49:33] "GET /obj-perms HTTP/1.1" 200 5021 0.064279 10.0.0.27 - - [2025-12-25 02:49:34] "DELETE /network-policy/4d642428-c962-4369-a2e6-e0083002d5e4 HTTP/1.1" 200 115 0.043253 10.0.0.27 - - [2025-12-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-12-25 02:49:34] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001608 10.0.0.27 - - [2025-12-25 02:49:34] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.049033 10.0.0.27 - - [2025-12-25 02:49:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-75535108&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006739 10.0.0.27 - - [2025-12-25 02:49:34] "DELETE /network-policy/8ede44f2-1ff2-404c-b200-540e03fef54e HTTP/1.1" 200 115 0.042002 10.0.0.27 - - [2025-12-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.23 - - [2025-12-25 02:49:34] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001239 10.0.0.27 - - [2025-12-25 02:49:34] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.048868 10.0.0.27 - - [2025-12-25 02:49:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-75535108&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005818 10.0.0.27 - - [2025-12-25 02:49:34] "DELETE /network-policy/28a7931b-2930-4fc4-a621-9d1ab8975f6c HTTP/1.1" 200 115 0.045208 10.0.0.27 - - [2025-12-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007105 10.0.0.23 - - [2025-12-25 02:49:34] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000995 10.0.0.27 - - [2025-12-25 02:49:34] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.049646 10.0.0.27 - - [2025-12-25 02:49:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-75535108&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006746 10.0.0.33 - - [2025-12-25 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009807 10.0.0.23 - - [2025-12-25 02:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004276 10.0.0.23 - - [2025-12-25 02:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004604 10.0.0.23 - - [2025-12-25 02:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.23 - - [2025-12-25 02:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004997 10.0.0.27 - - [2025-12-25 02:49:35] "POST /neutron/network HTTP/1.1" 200 151 0.218459 10.0.0.27 - - [2025-12-25 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-25 02:49:35] "DELETE /network-ipam/6b6b24e6-04f9-4d4c-aad1-a282587e6387 HTTP/1.1" 200 115 0.049083 10.0.0.27 - - [2025-12-25 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 264 0.013255 10.0.0.23 - - [2025-12-25 02:49:35] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001274 10.0.0.23 - - [2025-12-25 02:49:35] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.039958 10.0.0.23 - - [2025-12-25 02:49:35] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001302 10.0.0.23 - - [2025-12-25 02:49:35] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?fields=security_groups HTTP/1.1" 200 1414 0.042066 10.0.0.23 - - [2025-12-25 02:49:35] "DELETE /security-group/ef987cda-623d-4254-979b-e4971fad4036 HTTP/1.1" 200 115 0.060612 10.0.0.23 - - [2025-12-25 02:49:35] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000900 10.0.0.23 - - [2025-12-25 02:49:35] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?fields=application_policy_sets HTTP/1.1" 200 1453 0.066014 10.0.0.33 - - [2025-12-25 02:49:35] "DELETE /access-control-list/1bc9af9f-4dfd-4d75-b833-bb2759c0dc37 HTTP/1.1" 200 115 0.076543 10.0.0.27 - - [2025-12-25 02:49:35] "DELETE /project/4c2c7a26-1aba-4185-8005-332e01c92298 HTTP/1.1" 200 115 0.457783 10.0.0.23 - - [2025-12-25 02:49:35] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001776 10.0.0.27 - - [2025-12-25 02:49:35] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?fields=projects HTTP/1.1" 200 1439 0.015610 10.0.0.23 - - [2025-12-25 02:49:38] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005521 10.0.0.23 - - [2025-12-25 02:49:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.23 - - [2025-12-25 02:49:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050354 10.0.0.23 - - [2025-12-25 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 204 0.005010 10.0.0.23 - - [2025-12-25 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 213 0.011181 10.0.0.33 - - [2025-12-25 02:49:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-12-25 02:49:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-12-25 02:49:38] "POST /security-groups HTTP/1.1" 200 605 0.081623 10.0.0.23 - - [2025-12-25 02:49:38] "POST /projects HTTP/1.1" 200 613 0.316123 10.0.0.33 - - [2025-12-25 02:49:39] "POST /fqname-to-id HTTP/1.1" 404 247 0.017564 10.0.0.23 - - [2025-12-25 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.415538 10.0.0.23 - - [2025-12-25 02:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-12-25 02:49:39] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.625362 10.0.0.23 - - [2025-12-25 02:49:39] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001143 10.0.0.23 - - [2025-12-25 02:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000920 10.0.0.27 - - [2025-12-25 02:49:39] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?fields=virtual_networks HTTP/1.1" 200 1069 0.070130 10.0.0.23 - - [2025-12-25 02:49:39] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001026 10.0.0.27 - - [2025-12-25 02:49:39] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.045218 10.0.0.23 - - [2025-12-25 02:49:39] "GET /projects?obj_uuids=4c2c7a26-1aba-4185-8005-332e01c92298&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001118 10.0.0.27 - - [2025-12-25 02:49:39] "GET /project/4c2c7a26-1aba-4185-8005-332e01c92298?fields=security_groups HTTP/1.1" 200 1309 0.042765 10.0.0.33 - - [2025-12-25 02:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-12-25 02:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-12-25 02:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2025-12-25 02:49:40] "DELETE /project/4c2c7a261aba41858005332e01c92298 HTTP/1.1" 404 173 0.003017 10.0.0.23 - - [2025-12-25 02:49:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-12-25 02:49:40] "POST /fqname-to-id HTTP/1.1" 404 204 0.031955 10.0.0.23 - - [2025-12-25 02:49:40] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003661 10.0.0.23 - - [2025-12-25 02:49:40] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.23 - - [2025-12-25 02:49:40] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007619 10.0.0.23 - - [2025-12-25 02:49:40] "POST /id-to-fqname HTTP/1.1" 200 206 0.004312 10.0.0.23 - - [2025-12-25 02:49:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.005893 10.0.0.27 - - [2025-12-25 02:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2025-12-25 02:49:41] "POST /security-groups HTTP/1.1" 200 607 0.092045 10.0.0.23 - - [2025-12-25 02:49:41] "POST /projects HTTP/1.1" 200 617 0.348609 10.0.0.27 - - [2025-12-25 02:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2025-12-25 02:49:41] "POST /access-control-lists HTTP/1.1" 200 612 0.043451 10.0.0.23 - - [2025-12-25 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.444320 10.0.0.27 - - [2025-12-25 02:49:41] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.601262 10.0.0.27 - - [2025-12-25 02:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-25 02:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-25 02:49:42] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.27 - - [2025-12-25 02:49:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2025-12-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.070550 10.0.0.27 - - [2025-12-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2025-12-25 02:49:46] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001580 10.0.0.27 - - [2025-12-25 02:49:46] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.063006 10.0.0.27 - - [2025-12-25 02:49:46] "POST /network-policys HTTP/1.1" 200 567 0.073594 10.0.0.27 - - [2025-12-25 02:49:46] "GET /network-policy/d275dae5-1bf6-4120-9f92-c6f31f6ba5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006972 10.0.0.27 - - [2025-12-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2025-12-25 02:49:46] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001434 10.0.0.27 - - [2025-12-25 02:49:46] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.048500 10.0.0.33 - - [2025-12-25 02:49:46] "POST /route-targets HTTP/1.1" 200 327 0.017266 10.0.0.23 - - [2025-12-25 02:49:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007745 10.0.0.27 - - [2025-12-25 02:49:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.274019 10.0.0.27 - - [2025-12-25 02:49:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001781 10.0.0.27 - - [2025-12-25 02:49:47] "GET /virtual-network/a125a9e6-27e4-4155-ad9a-da46e532d6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.008162 10.0.0.27 - - [2025-12-25 02:49:47] "POST /neutron/network HTTP/1.1" 200 1016 0.009520 10.0.0.27 - - [2025-12-25 02:49:47] "GET /virtual-network/a125a9e6-27e4-4155-ad9a-da46e532d6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005410 10.0.0.27 - - [2025-12-25 02:49:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.009760 10.0.0.33 - - [2025-12-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.005806 10.0.0.27 - - [2025-12-25 02:49:47] "POST /neutron/network HTTP/1.1" 200 1123 0.011946 10.0.0.27 - - [2025-12-25 02:49:47] "GET /virtual-network/a125a9e6-27e4-4155-ad9a-da46e532d6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.015322 10.0.0.33 - - [2025-12-25 02:49:47] "POST /access-control-lists HTTP/1.1" 200 607 0.082098 10.0.0.27 - - [2025-12-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.018782 10.0.0.27 - - [2025-12-25 02:49:47] "GET /network-policy/d275dae5-1bf6-4120-9f92-c6f31f6ba5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004635 10.0.0.27 - - [2025-12-25 02:49:48] "GET /virtual-network/a125a9e6-27e4-4155-ad9a-da46e532d6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.006081 10.0.0.27 - - [2025-12-25 02:49:50] "DELETE /network-policy/d275dae5-1bf6-4120-9f92-c6f31f6ba5e9 HTTP/1.1" 409 238 0.009365 10.0.0.33 - - [2025-12-25 02:49:50] "DELETE /route-target/ca125710-b78b-423e-bb33-948f6b6c9e5e HTTP/1.1" 200 115 0.032607 10.0.0.27 - - [2025-12-25 02:49:50] "DELETE /network-policy/d275dae5-1bf6-4120-9f92-c6f31f6ba5e9 HTTP/1.1" 200 115 0.040424 10.0.0.27 - - [2025-12-25 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-25 02:49:50] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001192 10.0.0.27 - - [2025-12-25 02:49:50] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.052876 10.0.0.27 - - [2025-12-25 02:49:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-20494114&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006042 10.0.0.27 - - [2025-12-25 02:49:52] "GET /obj-perms HTTP/1.1" 200 5056 0.062111 10.0.0.23 - - [2025-12-25 02:49:53] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001317 10.0.0.27 - - [2025-12-25 02:49:53] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.047020 10.0.0.23 - - [2025-12-25 02:49:53] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001782 10.0.0.27 - - [2025-12-25 02:49:53] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?fields=virtual_networks HTTP/1.1" 200 1075 0.049037 10.0.0.23 - - [2025-12-25 02:49:53] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000976 10.0.0.27 - - [2025-12-25 02:49:53] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.046688 10.0.0.23 - - [2025-12-25 02:49:53] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005919 10.0.0.27 - - [2025-12-25 02:49:53] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?fields=security_groups HTTP/1.1" 200 1317 0.061857 10.0.0.27 - - [2025-12-25 02:49:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.033193 10.0.0.23 - - [2025-12-25 02:49:54] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003434 10.0.0.23 - - [2025-12-25 02:49:54] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.23 - - [2025-12-25 02:49:54] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009202 10.0.0.23 - - [2025-12-25 02:49:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.006415 10.0.0.23 - - [2025-12-25 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.004261 10.0.0.23 - - [2025-12-25 02:49:55] "POST /security-groups HTTP/1.1" 200 591 0.077115 10.0.0.23 - - [2025-12-25 02:49:55] "POST /projects HTTP/1.1" 200 585 0.295242 10.0.0.23 - - [2025-12-25 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.341881 10.0.0.33 - - [2025-12-25 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.005316 10.0.0.27 - - [2025-12-25 02:49:55] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.503111 10.0.0.27 - - [2025-12-25 02:49:56] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.27 - - [2025-12-25 02:49:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.072389 10.0.0.27 - - [2025-12-25 02:49:59] "POST /network-ipams HTTP/1.1" 200 513 0.051717 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003601 10.0.0.27 - - [2025-12-25 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipam/3da9642e-d1a9-4a31-9645-9e1d4b8a4578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007744 10.0.0.27 - - [2025-12-25 02:49:59] "PUT /network-ipam/3da9642e-d1a9-4a31-9645-9e1d4b8a4578 HTTP/1.1" 200 258 0.018725 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003419 10.0.0.27 - - [2025-12-25 02:49:59] "POST /network-ipams HTTP/1.1" 200 513 0.036577 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003732 10.0.0.27 - - [2025-12-25 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipam/ae1504f1-2eab-4fa2-8013-d1474af8d604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007646 10.0.0.27 - - [2025-12-25 02:49:59] "PUT /network-ipam/ae1504f1-2eab-4fa2-8013-d1474af8d604 HTTP/1.1" 200 258 0.017183 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003789 10.0.0.27 - - [2025-12-25 02:49:59] "POST /network-ipams HTTP/1.1" 200 513 0.037095 10.0.0.27 - - [2025-12-25 02:49:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.006350 10.0.0.27 - - [2025-12-25 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-12-25 02:50:00] "GET /network-ipam/6976b55c-e087-4aa1-af7f-0d2a23c6d3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006871 10.0.0.27 - - [2025-12-25 02:50:00] "PUT /network-ipam/6976b55c-e087-4aa1-af7f-0d2a23c6d3ec HTTP/1.1" 200 258 0.016889 10.0.0.27 - - [2025-12-25 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006496 10.0.0.23 - - [2025-12-25 02:50:01] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001547 10.0.0.27 - - [2025-12-25 02:50:01] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059059 10.0.0.27 - - [2025-12-25 02:50:01] "POST /neutron/network HTTP/1.1" 200 117 0.064287 10.0.0.33 - - [2025-12-25 02:50:01] "POST /ref-update HTTP/1.1" 200 156 0.043624 10.0.0.27 - - [2025-12-25 02:50:02] "POST /neutron/network HTTP/1.1" 200 824 0.011770 10.0.0.27 - - [2025-12-25 02:50:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001515 10.0.0.27 - - [2025-12-25 02:50:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007177 10.0.0.27 - - [2025-12-25 02:50:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006069 10.0.0.27 - - [2025-12-25 02:50:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.015733 10.0.0.27 - - [2025-12-25 02:50:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006060 10.0.0.27 - - [2025-12-25 02:50:02] "GET /network-ipam/3da9642e-d1a9-4a31-9645-9e1d4b8a4578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004309 10.0.0.27 - - [2025-12-25 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2025-12-25 02:50:02] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.27 - - [2025-12-25 02:50:02] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049814 10.0.0.23 - - [2025-12-25 02:50:02] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.27 - - [2025-12-25 02:50:02] "POST /neutron/network HTTP/1.1" 200 607 0.251935 10.0.0.27 - - [2025-12-25 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.003609 10.0.0.27 - - [2025-12-25 02:50:03] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006750 10.0.0.27 - - [2025-12-25 02:50:03] "POST /neutron/network HTTP/1.1" 200 825 0.007155 10.0.0.27 - - [2025-12-25 02:50:03] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006193 10.0.0.27 - - [2025-12-25 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.23 - - [2025-12-25 02:50:03] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.27 - - [2025-12-25 02:50:03] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067991 10.0.0.27 - - [2025-12-25 02:50:03] "POST /neutron/network HTTP/1.1" 200 117 0.021542 10.0.0.33 - - [2025-12-25 02:50:03] "POST /route-targets HTTP/1.1" 200 327 0.021070 10.0.0.27 - - [2025-12-25 02:50:03] "POST /neutron/network HTTP/1.1" 200 825 0.013885 10.0.0.27 - - [2025-12-25 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001570 10.0.0.27 - - [2025-12-25 02:50:03] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006239 10.0.0.27 - - [2025-12-25 02:50:03] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006689 10.0.0.27 - - [2025-12-25 02:50:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.011386 10.0.0.27 - - [2025-12-25 02:50:04] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008692 10.0.0.33 - - [2025-12-25 02:50:05] "GET /obj-perms HTTP/1.1" 200 5030 0.066080 10.0.0.27 - - [2025-12-25 02:50:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007669 10.0.0.23 - - [2025-12-25 02:50:06] "GET /obj-perms HTTP/1.1" 200 5030 0.059876 10.0.0.27 - - [2025-12-25 02:50:06] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010129 10.0.0.27 - - [2025-12-25 02:50:07] "GET /obj-perms HTTP/1.1" 200 5030 0.078494 10.0.0.27 - - [2025-12-25 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.006306 10.0.0.27 - - [2025-12-25 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.23 - - [2025-12-25 02:50:07] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.27 - - [2025-12-25 02:50:07] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045768 10.0.0.27 - - [2025-12-25 02:50:07] "POST /network-policys HTTP/1.1" 200 553 0.041968 10.0.0.27 - - [2025-12-25 02:50:07] "GET /network-policy/b1f5bda1-e98e-46b1-9f6a-5019209fcc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007061 10.0.0.27 - - [2025-12-25 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.003425 10.0.0.27 - - [2025-12-25 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-25 02:50:07] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.27 - - [2025-12-25 02:50:07] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.046306 10.0.0.27 - - [2025-12-25 02:50:07] "POST /network-policys HTTP/1.1" 200 553 0.032014 10.0.0.27 - - [2025-12-25 02:50:07] "GET /network-policy/99f37039-669a-4e9f-9ab5-c2499235df35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006874 10.0.0.27 - - [2025-12-25 02:50:08] "POST /fqname-to-id HTTP/1.1" 404 215 0.003767 10.0.0.27 - - [2025-12-25 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2025-12-25 02:50:08] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.27 - - [2025-12-25 02:50:08] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039263 10.0.0.27 - - [2025-12-25 02:50:08] "POST /network-policys HTTP/1.1" 200 553 0.033812 10.0.0.27 - - [2025-12-25 02:50:08] "GET /network-policy/6c0fe136-2eb0-4663-8652-2bc97e408caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007578 10.0.0.27 - - [2025-12-25 02:50:08] "POST /ref-update HTTP/1.1" 200 156 0.051794 10.0.0.33 - - [2025-12-25 02:50:08] "POST /access-control-lists HTTP/1.1" 200 591 0.096351 10.0.0.27 - - [2025-12-25 02:50:08] "POST /ref-update HTTP/1.1" 200 156 0.104559 10.0.0.33 - - [2025-12-25 02:50:08] "POST /access-control-lists HTTP/1.1" 200 591 0.056778 10.0.0.27 - - [2025-12-25 02:50:08] "POST /neutron/network HTTP/1.1" 200 917 0.020019 10.0.0.27 - - [2025-12-25 02:50:08] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007454 10.0.0.27 - - [2025-12-25 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012193 10.0.0.27 - - [2025-12-25 02:50:09] "GET /network-policy/99f37039-669a-4e9f-9ab5-c2499235df35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005012 10.0.0.27 - - [2025-12-25 02:50:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001269 10.0.0.23 - - [2025-12-25 02:50:10] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.27 - - [2025-12-25 02:50:10] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.079035 10.0.0.27 - - [2025-12-25 02:50:10] "POST /neutron/port HTTP/1.1" 200 117 0.007463 10.0.0.27 - - [2025-12-25 02:50:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001659 10.0.0.27 - - [2025-12-25 02:50:10] "POST /neutron/network HTTP/1.1" 200 927 0.008516 10.0.0.27 - - [2025-12-25 02:50:11] "POST /neutron/port HTTP/1.1" 200 1060 0.056634 10.0.0.23 - - [2025-12-25 02:50:11] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.27 - - [2025-12-25 02:50:11] "POST /neutron/port HTTP/1.1" 200 1124 0.033825 10.0.0.27 - - [2025-12-25 02:50:11] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.094450 10.0.0.27 - - [2025-12-25 02:50:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010502 10.0.0.27 - - [2025-12-25 02:50:12] "POST /neutron/port HTTP/1.1" 200 1124 0.021115 10.0.0.27 - - [2025-12-25 02:50:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001415 10.0.0.27 - - [2025-12-25 02:50:12] "POST /neutron/port HTTP/1.1" 200 1124 0.028273 10.0.0.27 - - [2025-12-25 02:50:12] "POST /neutron/network HTTP/1.1" 200 927 0.007341 10.0.0.27 - - [2025-12-25 02:50:13] "POST /neutron/port HTTP/1.1" 200 1061 0.061638 10.0.0.23 - - [2025-12-25 02:50:13] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.27 - - [2025-12-25 02:50:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004184 10.0.0.27 - - [2025-12-25 02:50:13] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.074300 10.0.0.27 - - [2025-12-25 02:50:13] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.27 - - [2025-12-25 02:50:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008497 10.0.0.27 - - [2025-12-25 02:50:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009417 10.0.0.27 - - [2025-12-25 02:50:14] "POST /neutron/port HTTP/1.1" 200 1124 0.019361 10.0.0.27 - - [2025-12-25 02:50:14] "POST /neutron/port HTTP/1.1" 200 1124 0.023824 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 401 292 0.000680 10.0.0.27 - - [2025-12-25 02:50:14] "POST /neutron/port HTTP/1.1" 200 1061 0.020477 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.041628 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.004015 10.0.0.27 - - [2025-12-25 02:50:14] "POST /neutron/port HTTP/1.1" 200 1125 0.023476 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine-interface/273310f9-175a-4cdc-998c-39f4b3cf676b HTTP/1.1" 200 2944 0.007573 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.006506 10.0.0.27 - - [2025-12-25 02:50:14] "GET /virtual-machine-interface/273310f9-175a-4cdc-998c-39f4b3cf676b HTTP/1.1" 200 2944 0.007276 10.0.0.27 - - [2025-12-25 02:50:15] "GET /instance-ip/5d4c18f7-e0be-49ff-984d-252a87a93760 HTTP/1.1" 200 1621 0.009385 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.004294 10.0.0.27 - - [2025-12-25 02:50:15] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-machine-interface/273310f9-175a-4cdc-998c-39f4b3cf676b HTTP/1.1" 200 2944 0.009245 10.0.0.27 - - [2025-12-25 02:50:15] "GET /instance-ip/5d4c18f7-e0be-49ff-984d-252a87a93760 HTTP/1.1" 200 1621 0.005105 10.0.0.27 - - [2025-12-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-25 02:50:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005649 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003245 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007214 10.0.0.27 - - [2025-12-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.27 - - [2025-12-25 02:50:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004819 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003683 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006566 10.0.0.27 - - [2025-12-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2025-12-25 02:50:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005849 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004778 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006026 10.0.0.27 - - [2025-12-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-12-25 02:50:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004491 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004731 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.009097 10.0.0.27 - - [2025-12-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.27 - - [2025-12-25 02:50:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005587 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003838 10.0.0.27 - - [2025-12-25 02:50:15] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006465 10.0.0.27 - - [2025-12-25 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-12-25 02:50:18] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005497 10.0.0.27 - - [2025-12-25 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.27 - - [2025-12-25 02:50:22] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005348 10.0.0.33 - - [2025-12-25 02:50:25] "DELETE /access-control-list/c9e19d0e-e38c-4213-aaef-12d38b910f35 HTTP/1.1" 200 115 0.045660 10.0.0.27 - - [2025-12-25 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.27 - - [2025-12-25 02:50:27] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006239 10.0.0.27 - - [2025-12-25 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-25 02:50:31] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007562 10.0.0.27 - - [2025-12-25 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.27 - - [2025-12-25 02:50:35] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007703 10.0.0.27 - - [2025-12-25 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2025-12-25 02:50:39] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006595 10.0.0.23 - - [2025-12-25 02:50:40] "DELETE /project/c9728f7a59e846b1be8127a96073107e HTTP/1.1" 404 173 0.003925 10.0.0.23 - - [2025-12-25 02:50:40] "DELETE /project/231d72c4b6a04b4ea3c7d341379afba5 HTTP/1.1" 404 173 0.006895 10.0.0.23 - - [2025-12-25 02:50:40] "DELETE /project/4c2c7a26-1aba-4185-8005-332e01c92298 HTTP/1.1" 404 177 0.005913 10.0.0.23 - - [2025-12-25 02:50:40] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001061 10.0.0.23 - - [2025-12-25 02:50:40] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.043118 10.0.0.23 - - [2025-12-25 02:50:40] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000960 10.0.0.23 - - [2025-12-25 02:50:40] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?fields=security_groups HTTP/1.1" 200 1422 0.061816 10.0.0.23 - - [2025-12-25 02:50:40] "DELETE /security-group/ca2033fd-3e30-4c72-8290-d13ac763f6c6 HTTP/1.1" 200 115 0.063126 10.0.0.23 - - [2025-12-25 02:50:40] "GET /projects?obj_uuids=c9728f7a-59e8-46b1-be81-27a96073107e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001579 10.0.0.23 - - [2025-12-25 02:50:40] "GET /project/c9728f7a-59e8-46b1-be81-27a96073107e?fields=application_policy_sets HTTP/1.1" 200 1461 0.047789 10.0.0.33 - - [2025-12-25 02:50:40] "DELETE /access-control-list/7cac5da3-bed6-4a37-b212-645889454f06 HTTP/1.1" 200 115 0.055680 10.0.0.23 - - [2025-12-25 02:50:40] "DELETE /project/c9728f7a-59e8-46b1-be81-27a96073107e HTTP/1.1" 200 115 0.431374 10.0.0.27 - - [2025-12-25 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2025-12-25 02:50:43] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007511 10.0.0.27 - - [2025-12-25 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-25 02:50:47] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006464 10.0.0.27 - - [2025-12-25 02:50:48] "POST /neutron/port HTTP/1.1" 200 1124 0.020297 10.0.0.27 - - [2025-12-25 02:50:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.009698 10.0.0.27 - - [2025-12-25 02:50:48] "POST /neutron/port HTTP/1.1" 200 1125 0.029258 10.0.0.27 - - [2025-12-25 02:50:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.27 - - [2025-12-25 02:50:48] "POST /neutron/network HTTP/1.1" 200 917 0.007050 10.0.0.27 - - [2025-12-25 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-12-25 02:50:51] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006032 10.0.0.27 - - [2025-12-25 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2025-12-25 02:50:55] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008208 10.0.0.27 - - [2025-12-25 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.27 - - [2025-12-25 02:50:59] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006009 10.0.0.27 - - [2025-12-25 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2025-12-25 02:51:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.27 - - [2025-12-25 02:51:01] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007496 10.0.0.27 - - [2025-12-25 02:51:01] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007940 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2025-12-25 02:51:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003077 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006082 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.27 - - [2025-12-25 02:51:02] "GET /routing-instance/fffe9ace-cb11-44fe-9d02-19b948bcf73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004566 10.0.0.27 - - [2025-12-25 02:51:02] "GET /route-target/300037b1-2051-4c7a-bf6a-e93f0e272175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004281 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006617 10.0.0.27 - - [2025-12-25 02:51:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004990 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.013518 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-12-25 02:51:02] "GET /routing-instance/fffe9ace-cb11-44fe-9d02-19b948bcf73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004473 10.0.0.27 - - [2025-12-25 02:51:02] "GET /route-target/300037b1-2051-4c7a-bf6a-e93f0e272175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004929 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008186 10.0.0.27 - - [2025-12-25 02:51:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005309 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003781 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005954 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.27 - - [2025-12-25 02:51:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009107 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007018 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.010343 10.0.0.27 - - [2025-12-25 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.015677 10.0.0.27 - - [2025-12-25 02:51:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.27 - - [2025-12-25 02:51:02] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005823 10.0.0.27 - - [2025-12-25 02:51:03] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006618 10.0.0.23 - - [2025-12-25 02:51:03] "GET /obj-perms HTTP/1.1" 200 5030 0.006312 10.0.0.27 - - [2025-12-25 02:51:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004146 10.0.0.27 - - [2025-12-25 02:51:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004058 10.0.0.33 - - [2025-12-25 02:51:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003826 10.0.0.23 - - [2025-12-25 02:51:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005493 10.0.0.27 - - [2025-12-25 02:51:03] "POST /neutron/port HTTP/1.1" 200 1125 0.021778 10.0.0.27 - - [2025-12-25 02:51:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010289 10.0.0.27 - - [2025-12-25 02:51:03] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.008600 10.0.0.27 - - [2025-12-25 02:51:03] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.004351 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-machine-interface/ab50f756-0a35-4d8f-a227-56a8c92fa4bd HTTP/1.1" 200 2945 0.008114 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.004539 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-machine-interface/ab50f756-0a35-4d8f-a227-56a8c92fa4bd HTTP/1.1" 200 2945 0.013981 10.0.0.27 - - [2025-12-25 02:51:04] "GET /instance-ip/62bd5fad-9a3e-409a-b777-ead8e2a9a97f HTTP/1.1" 200 1622 0.008557 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.005790 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-machine-interface/ab50f756-0a35-4d8f-a227-56a8c92fa4bd HTTP/1.1" 200 2945 0.007016 10.0.0.27 - - [2025-12-25 02:51:04] "GET /instance-ip/62bd5fad-9a3e-409a-b777-ead8e2a9a97f HTTP/1.1" 200 1622 0.004198 10.0.0.27 - - [2025-12-25 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-25 02:51:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005650 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004755 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006119 10.0.0.27 - - [2025-12-25 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-12-25 02:51:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005349 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005471 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005879 10.0.0.27 - - [2025-12-25 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2025-12-25 02:51:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003691 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006267 10.0.0.27 - - [2025-12-25 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-12-25 02:51:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003751 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006961 10.0.0.27 - - [2025-12-25 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-12-25 02:51:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003566 10.0.0.27 - - [2025-12-25 02:51:04] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006389 10.0.0.27 - - [2025-12-25 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2025-12-25 02:51:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.27 - - [2025-12-25 02:51:05] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003646 10.0.0.27 - - [2025-12-25 02:51:05] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006394 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2025-12-25 02:51:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003835 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003828 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005755 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-25 02:51:06] "GET /routing-instance/169617de-9b2b-4cbb-851f-09765f4f8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.007630 10.0.0.27 - - [2025-12-25 02:51:06] "GET /route-target/3f320740-4af7-41dd-bf38-9ffdfcf3e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004545 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.27 - - [2025-12-25 02:51:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004557 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003408 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006246 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.27 - - [2025-12-25 02:51:06] "GET /routing-instance/169617de-9b2b-4cbb-851f-09765f4f8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004712 10.0.0.27 - - [2025-12-25 02:51:06] "GET /route-target/3f320740-4af7-41dd-bf38-9ffdfcf3e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003988 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-12-25 02:51:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004550 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004068 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007138 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2025-12-25 02:51:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007333 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004429 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006783 10.0.0.27 - - [2025-12-25 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2025-12-25 02:51:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004576 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003803 10.0.0.27 - - [2025-12-25 02:51:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006935 10.0.0.27 - - [2025-12-25 02:51:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004042 10.0.0.27 - - [2025-12-25 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004512 10.0.0.23 - - [2025-12-25 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003804 10.0.0.33 - - [2025-12-25 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004035 10.0.0.27 - - [2025-12-25 02:51:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003906 10.0.0.27 - - [2025-12-25 02:51:07] "POST /neutron/port HTTP/1.1" 200 1125 0.019796 10.0.0.27 - - [2025-12-25 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008877 10.0.0.27 - - [2025-12-25 02:51:07] "POST /neutron/port HTTP/1.1" 200 1125 0.019092 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.007632 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.004139 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine-interface/29372f5e-d629-44c6-9673-f410e45d65a7 HTTP/1.1" 200 2944 0.005728 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.004202 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine-interface/29372f5e-d629-44c6-9673-f410e45d65a7 HTTP/1.1" 200 2944 0.006752 10.0.0.27 - - [2025-12-25 02:51:07] "GET /instance-ip/8b411f4d-04cf-450b-b594-69ba8ef04c61 HTTP/1.1" 200 1623 0.011788 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.004380 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-machine-interface/29372f5e-d629-44c6-9673-f410e45d65a7 HTTP/1.1" 200 2944 0.007963 10.0.0.27 - - [2025-12-25 02:51:07] "GET /instance-ip/8b411f4d-04cf-450b-b594-69ba8ef04c61 HTTP/1.1" 200 1623 0.004259 10.0.0.27 - - [2025-12-25 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2025-12-25 02:51:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007637 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004500 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005946 10.0.0.27 - - [2025-12-25 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.27 - - [2025-12-25 02:51:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005017 10.0.0.27 - - [2025-12-25 02:51:07] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003979 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006442 10.0.0.27 - - [2025-12-25 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2025-12-25 02:51:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005105 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003989 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008486 10.0.0.27 - - [2025-12-25 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2025-12-25 02:51:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003817 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006185 10.0.0.27 - - [2025-12-25 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2025-12-25 02:51:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005124 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003446 10.0.0.27 - - [2025-12-25 02:51:08] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009477 10.0.0.27 - - [2025-12-25 02:51:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.038205 10.0.0.27 - - [2025-12-25 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.27 - - [2025-12-25 02:51:09] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006134 10.0.0.27 - - [2025-12-25 02:51:09] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003729 10.0.0.27 - - [2025-12-25 02:51:09] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006268 10.0.0.27 - - [2025-12-25 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-12-25 02:51:09] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004122 10.0.0.27 - - [2025-12-25 02:51:09] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003335 10.0.0.27 - - [2025-12-25 02:51:09] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005974 10.0.0.27 - - [2025-12-25 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2025-12-25 02:51:09] "GET /routing-instance/55ad6af6-48c3-4e83-b1c4-5d76a6eeb5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007998 10.0.0.27 - - [2025-12-25 02:51:09] "GET /route-target/08bc425f-fbbf-4d2b-a6d7-9f9197a0a3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004277 10.0.0.27 - - [2025-12-25 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.27 - - [2025-12-25 02:51:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003360 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006607 10.0.0.27 - - [2025-12-25 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2025-12-25 02:51:10] "GET /routing-instance/55ad6af6-48c3-4e83-b1c4-5d76a6eeb5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004628 10.0.0.27 - - [2025-12-25 02:51:10] "GET /route-target/08bc425f-fbbf-4d2b-a6d7-9f9197a0a3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008257 10.0.0.27 - - [2025-12-25 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2025-12-25 02:51:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.009512 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006764 10.0.0.27 - - [2025-12-25 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2025-12-25 02:51:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003795 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005598 10.0.0.23 - - [2025-12-25 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004742 10.0.0.27 - - [2025-12-25 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.33 - - [2025-12-25 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003653 10.0.0.27 - - [2025-12-25 02:51:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004516 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.004357 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-machine-interface/273310f9-175a-4cdc-998c-39f4b3cf676b HTTP/1.1" 200 2944 0.005764 10.0.0.27 - - [2025-12-25 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-12-25 02:51:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004164 10.0.0.27 - - [2025-12-25 02:51:10] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003184 10.0.0.27 - - [2025-12-25 02:51:11] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006384 10.0.0.27 - - [2025-12-25 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2025-12-25 02:51:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003873 10.0.0.27 - - [2025-12-25 02:51:12] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003483 10.0.0.27 - - [2025-12-25 02:51:12] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007084 10.0.0.27 - - [2025-12-25 02:51:13] "POST /neutron/port HTTP/1.1" 200 1124 0.021539 10.0.0.27 - - [2025-12-25 02:51:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008496 10.0.0.27 - - [2025-12-25 02:51:22] "POST /neutron/port HTTP/1.1" 200 1124 0.018365 10.0.0.27 - - [2025-12-25 02:51:27] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.004370 10.0.0.27 - - [2025-12-25 02:51:27] "GET /virtual-machine-interface/ab50f756-0a35-4d8f-a227-56a8c92fa4bd HTTP/1.1" 200 2945 0.007127 10.0.0.27 - - [2025-12-25 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-12-25 02:51:27] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.27 - - [2025-12-25 02:51:27] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004154 10.0.0.27 - - [2025-12-25 02:51:27] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006218 10.0.0.27 - - [2025-12-25 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.27 - - [2025-12-25 02:51:29] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003925 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003713 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006236 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.004982 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-machine-interface/29372f5e-d629-44c6-9673-f410e45d65a7 HTTP/1.1" 200 2944 0.005858 10.0.0.27 - - [2025-12-25 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-25 02:51:29] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004664 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003319 10.0.0.27 - - [2025-12-25 02:51:29] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005930 10.0.0.27 - - [2025-12-25 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2025-12-25 02:51:30] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.27 - - [2025-12-25 02:51:30] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003300 10.0.0.27 - - [2025-12-25 02:51:30] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006314 10.0.0.27 - - [2025-12-25 02:51:50] "POST /neutron/port HTTP/1.1" 200 1125 0.020660 10.0.0.27 - - [2025-12-25 02:51:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.012572 10.0.0.27 - - [2025-12-25 02:51:50] "POST /neutron/port HTTP/1.1" 200 1125 0.019044 10.0.0.27 - - [2025-12-25 02:51:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.27 - - [2025-12-25 02:51:51] "POST /neutron/network HTTP/1.1" 200 917 0.007185 10.0.0.27 - - [2025-12-25 02:51:51] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 200 1292 0.004338 10.0.0.27 - - [2025-12-25 02:51:52] "POST /neutron/port HTTP/1.1" 200 151 0.232087 10.0.0.27 - - [2025-12-25 02:51:53] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 404 171 0.003433 10.0.0.27 - - [2025-12-25 02:51:53] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 404 171 0.003258 10.0.0.27 - - [2025-12-25 02:51:53] "GET /virtual-machine/1ecc5b8b-e000-4b60-bc94-3a00798c23b5 HTTP/1.1" 404 171 0.003364 10.0.0.27 - - [2025-12-25 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.27 - - [2025-12-25 02:51:54] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003818 10.0.0.27 - - [2025-12-25 02:51:54] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003551 10.0.0.27 - - [2025-12-25 02:51:54] "GET /virtual-network/ed79b716-e227-4a73-b544-85442f634b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006362 10.0.0.27 - - [2025-12-25 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.27 - - [2025-12-25 02:51:54] "GET /routing-instance/55ad6af6-48c3-4e83-b1c4-5d76a6eeb5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004472 10.0.0.27 - - [2025-12-25 02:51:54] "GET /route-target/08bc425f-fbbf-4d2b-a6d7-9f9197a0a3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004329 10.0.0.33 - - [2025-12-25 02:51:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004158 10.0.0.23 - - [2025-12-25 02:51:54] "GET /obj-perms HTTP/1.1" 200 5056 0.066639 10.0.0.27 - - [2025-12-25 02:51:57] "GET /obj-perms HTTP/1.1" 200 5030 0.006312 10.0.0.33 - - [2025-12-25 02:52:00] "GET /obj-perms HTTP/1.1" 200 5030 0.012730 10.0.0.27 - - [2025-12-25 02:52:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004463 10.0.0.27 - - [2025-12-25 02:52:03] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 200 1293 0.004920 10.0.0.27 - - [2025-12-25 02:52:04] "POST /neutron/port HTTP/1.1" 200 151 0.220068 10.0.0.27 - - [2025-12-25 02:52:05] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 404 171 0.003628 10.0.0.27 - - [2025-12-25 02:52:05] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 404 171 0.003550 10.0.0.27 - - [2025-12-25 02:52:05] "GET /virtual-machine/8d043178-5f8c-4b42-bf9b-d0b78ff945f7 HTTP/1.1" 404 171 0.003241 10.0.0.27 - - [2025-12-25 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2025-12-25 02:52:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.27 - - [2025-12-25 02:52:06] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003550 10.0.0.27 - - [2025-12-25 02:52:06] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007655 10.0.0.27 - - [2025-12-25 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2025-12-25 02:52:06] "GET /routing-instance/169617de-9b2b-4cbb-851f-09765f4f8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.006125 10.0.0.27 - - [2025-12-25 02:52:06] "GET /route-target/3f320740-4af7-41dd-bf38-9ffdfcf3e3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004691 10.0.0.33 - - [2025-12-25 02:52:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004007 10.0.0.27 - - [2025-12-25 02:52:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004373 10.0.0.27 - - [2025-12-25 02:52:06] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 200 1292 0.005113 10.0.0.27 - - [2025-12-25 02:52:07] "POST /neutron/port HTTP/1.1" 200 151 0.190207 10.0.0.27 - - [2025-12-25 02:52:08] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 404 171 0.004782 10.0.0.27 - - [2025-12-25 02:52:08] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 404 171 0.003248 10.0.0.27 - - [2025-12-25 02:52:08] "GET /virtual-machine/6fcf1a0b-1710-48bf-8b20-8df3277297c7 HTTP/1.1" 404 171 0.003437 10.0.0.27 - - [2025-12-25 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-25 02:52:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.27 - - [2025-12-25 02:52:08] "GET /virtual-networks?parent_id=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004169 10.0.0.27 - - [2025-12-25 02:52:08] "GET /virtual-network/f312688f-61d1-4a8b-9a7b-5448ba43c869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005930 10.0.0.27 - - [2025-12-25 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.27 - - [2025-12-25 02:52:08] "GET /routing-instance/fffe9ace-cb11-44fe-9d02-19b948bcf73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004331 10.0.0.27 - - [2025-12-25 02:52:08] "GET /route-target/300037b1-2051-4c7a-bf6a-e93f0e272175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003792 10.0.0.27 - - [2025-12-25 02:52:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004147 10.0.0.33 - - [2025-12-25 02:52:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004461 10.0.0.27 - - [2025-12-25 02:52:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004518 10.0.0.33 - - [2025-12-25 02:52:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003767 10.0.0.27 - - [2025-12-25 02:52:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004040 10.0.0.33 - - [2025-12-25 02:52:30] "GET /obj-perms HTTP/1.1" 200 5030 0.005575 10.0.0.27 - - [2025-12-25 02:52:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004314 10.0.0.23 - - [2025-12-25 02:52:33] "GET /obj-perms HTTP/1.1" 200 5030 0.006125 10.0.0.27 - - [2025-12-25 02:52:33] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006020 10.0.0.27 - - [2025-12-25 02:52:34] "POST /neutron/network HTTP/1.1" 200 825 0.015016 10.0.0.27 - - [2025-12-25 02:52:34] "GET /virtual-network/8b359322-4977-4e12-a509-24067ad809c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005766 10.0.0.27 - - [2025-12-25 02:52:34] "POST /ref-update HTTP/1.1" 200 156 0.052899 10.0.0.33 - - [2025-12-25 02:52:34] "PUT /access-control-list/52509d7e-6145-455d-82b4-65f35300e1ec HTTP/1.1" 200 272 0.059950 10.0.0.27 - - [2025-12-25 02:52:34] "POST /ref-update HTTP/1.1" 200 156 0.089610 10.0.0.27 - - [2025-12-25 02:52:34] "DELETE /network-policy/6c0fe136-2eb0-4663-8652-2bc97e408caa HTTP/1.1" 200 115 0.069225 10.0.0.27 - - [2025-12-25 02:52:34] "DELETE /network-policy/99f37039-669a-4e9f-9ab5-c2499235df35 HTTP/1.1" 200 115 0.061121 10.0.0.27 - - [2025-12-25 02:52:34] "DELETE /network-policy/b1f5bda1-e98e-46b1-9f6a-5019209fcc21 HTTP/1.1" 200 115 0.051192 10.0.0.33 - - [2025-12-25 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.27 - - [2025-12-25 02:52:35] "POST /neutron/network HTTP/1.1" 200 825 0.007341 10.0.0.33 - - [2025-12-25 02:52:35] "DELETE /route-target/3f320740-4af7-41dd-bf38-9ffdfcf3e3c9 HTTP/1.1" 200 115 0.025221 10.0.0.23 - - [2025-12-25 02:52:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.23 - - [2025-12-25 02:52:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003435 10.0.0.27 - - [2025-12-25 02:52:35] "POST /neutron/network HTTP/1.1" 200 151 0.143945 10.0.0.27 - - [2025-12-25 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2025-12-25 02:52:35] "DELETE /network-ipam/6976b55c-e087-4aa1-af7f-0d2a23c6d3ec HTTP/1.1" 200 115 0.046363 10.0.0.27 - - [2025-12-25 02:52:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.003182 10.0.0.27 - - [2025-12-25 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-12-25 02:52:36] "DELETE /network-ipam/ae1504f1-2eab-4fa2-8013-d1474af8d604 HTTP/1.1" 200 115 0.041884 10.0.0.27 - - [2025-12-25 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.006421 10.0.0.27 - - [2025-12-25 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2025-12-25 02:52:36] "DELETE /network-ipam/3da9642e-d1a9-4a31-9645-9e1d4b8a4578 HTTP/1.1" 200 115 0.042785 10.0.0.27 - - [2025-12-25 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003039 10.0.0.23 - - [2025-12-25 02:52:37] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.27 - - [2025-12-25 02:52:37] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045655 10.0.0.23 - - [2025-12-25 02:52:37] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.27 - - [2025-12-25 02:52:37] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?fields=virtual_networks HTTP/1.1" 200 1042 0.041573 10.0.0.23 - - [2025-12-25 02:52:37] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.27 - - [2025-12-25 02:52:37] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.056527 10.0.0.23 - - [2025-12-25 02:52:37] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.27 - - [2025-12-25 02:52:37] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?fields=security_groups HTTP/1.1" 200 1268 0.057647 10.0.0.27 - - [2025-12-25 02:52:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.029331 10.0.0.23 - - [2025-12-25 02:52:39] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003446 10.0.0.23 - - [2025-12-25 02:52:39] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.23 - - [2025-12-25 02:52:39] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042774 10.0.0.23 - - [2025-12-25 02:52:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.003217 10.0.0.23 - - [2025-12-25 02:52:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.006343 10.0.0.23 - - [2025-12-25 02:52:39] "POST /security-groups HTTP/1.1" 200 597 0.081807 10.0.0.33 - - [2025-12-25 02:52:39] "POST /fqname-to-id HTTP/1.1" 404 240 0.003958 10.0.0.23 - - [2025-12-25 02:52:39] "POST /projects HTTP/1.1" 200 597 0.300631 10.0.0.23 - - [2025-12-25 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.341703 10.0.0.27 - - [2025-12-25 02:52:39] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.534883 10.0.0.33 - - [2025-12-25 02:52:39] "POST /access-control-lists HTTP/1.1" 200 600 0.060932 10.0.0.23 - - [2025-12-25 02:52:41] "DELETE /project/8b80cd3c6dc8460a92fdb571fc74624f HTTP/1.1" 404 173 0.004056 10.0.0.23 - - [2025-12-25 02:52:41] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.23 - - [2025-12-25 02:52:41] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.040964 10.0.0.23 - - [2025-12-25 02:52:41] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.23 - - [2025-12-25 02:52:41] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?fields=security_groups HTTP/1.1" 200 1373 0.057814 10.0.0.27 - - [2025-12-25 02:52:41] "GET / HTTP/1.1" 200 35931 0.002158 10.0.0.23 - - [2025-12-25 02:52:41] "DELETE /security-group/2d2a6265-8223-4652-87d6-6b4e088e74bb HTTP/1.1" 200 115 0.061423 10.0.0.23 - - [2025-12-25 02:52:41] "GET /projects?obj_uuids=231d72c4-b6a0-4b4e-a3c7-d341379afba5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.23 - - [2025-12-25 02:52:41] "GET /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5?fields=application_policy_sets HTTP/1.1" 200 1412 0.044134 10.0.0.23 - - [2025-12-25 02:52:41] "DELETE /project/231d72c4-b6a0-4b4e-a3c7-d341379afba5 HTTP/1.1" 200 115 0.414685 10.0.0.27 - - [2025-12-25 02:52:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2025-12-25 02:52:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.037409 10.0.0.27 - - [2025-12-25 02:52:44] "POST /network-ipams HTTP/1.1" 200 519 0.032421 10.0.0.27 - - [2025-12-25 02:52:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003317 10.0.0.27 - - [2025-12-25 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2025-12-25 02:52:44] "GET /network-ipam/cae55856-b477-4743-9273-7ca904ff584f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006138 10.0.0.27 - - [2025-12-25 02:52:45] "PUT /network-ipam/cae55856-b477-4743-9273-7ca904ff584f HTTP/1.1" 200 258 0.016263 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003839 10.0.0.27 - - [2025-12-25 02:52:45] "POST /network-ipams HTTP/1.1" 200 519 0.029353 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004784 10.0.0.27 - - [2025-12-25 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipam/bddb8e19-11fb-4ae8-9428-89410f29ea47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006097 10.0.0.27 - - [2025-12-25 02:52:45] "PUT /network-ipam/bddb8e19-11fb-4ae8-9428-89410f29ea47 HTTP/1.1" 200 258 0.014438 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003765 10.0.0.27 - - [2025-12-25 02:52:45] "POST /network-ipams HTTP/1.1" 200 519 0.033123 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003766 10.0.0.27 - - [2025-12-25 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2025-12-25 02:52:45] "GET /network-ipam/954520c7-71c3-4a3a-9a87-4c11a29413f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007082 10.0.0.27 - - [2025-12-25 02:52:45] "PUT /network-ipam/954520c7-71c3-4a3a-9a87-4c11a29413f8 HTTP/1.1" 200 258 0.015064 10.0.0.27 - - [2025-12-25 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2025-12-25 02:52:46] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001415 10.0.0.27 - - [2025-12-25 02:52:46] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045778 10.0.0.33 - - [2025-12-25 02:52:47] "POST /route-targets HTTP/1.1" 200 327 0.018249 10.0.0.23 - - [2025-12-25 02:52:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007968 10.0.0.27 - - [2025-12-25 02:52:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.221091 10.0.0.27 - - [2025-12-25 02:52:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001522 10.0.0.27 - - [2025-12-25 02:52:47] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008137 10.0.0.27 - - [2025-12-25 02:52:47] "POST /neutron/network HTTP/1.1" 200 1010 0.014163 10.0.0.27 - - [2025-12-25 02:52:47] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005567 10.0.0.27 - - [2025-12-25 02:52:47] "POST /neutron/subnet HTTP/1.1" 200 813 0.009147 10.0.0.27 - - [2025-12-25 02:52:47] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006334 10.0.0.27 - - [2025-12-25 02:52:47] "GET /network-ipam/cae55856-b477-4743-9273-7ca904ff584f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004246 10.0.0.27 - - [2025-12-25 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.23 - - [2025-12-25 02:52:47] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001257 10.0.0.27 - - [2025-12-25 02:52:47] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044599 10.0.0.23 - - [2025-12-25 02:52:47] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001632 10.0.0.27 - - [2025-12-25 02:52:48] "POST /neutron/network HTTP/1.1" 200 613 0.144692 10.0.0.33 - - [2025-12-25 02:52:48] "POST /ref-update HTTP/1.1" 200 156 0.036835 10.0.0.27 - - [2025-12-25 02:52:48] "POST /neutron/network HTTP/1.1" 200 1015 0.011247 10.0.0.27 - - [2025-12-25 02:52:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001183 10.0.0.27 - - [2025-12-25 02:52:48] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005561 10.0.0.27 - - [2025-12-25 02:52:48] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007498 10.0.0.27 - - [2025-12-25 02:52:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.012932 10.0.0.27 - - [2025-12-25 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2025-12-25 02:52:48] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001048 10.0.0.27 - - [2025-12-25 02:52:48] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052063 10.0.0.23 - - [2025-12-25 02:52:48] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.27 - - [2025-12-25 02:52:49] "POST /neutron/network HTTP/1.1" 200 613 0.134557 10.0.0.33 - - [2025-12-25 02:52:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.083704 10.0.0.27 - - [2025-12-25 02:52:49] "POST /neutron/network HTTP/1.1" 200 1016 0.016705 10.0.0.27 - - [2025-12-25 02:52:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001247 10.0.0.27 - - [2025-12-25 02:52:49] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008575 10.0.0.27 - - [2025-12-25 02:52:49] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007641 10.0.0.27 - - [2025-12-25 02:52:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.009228 10.0.0.27 - - [2025-12-25 02:52:50] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006048 10.0.0.33 - - [2025-12-25 02:52:51] "GET /obj-perms HTTP/1.1" 200 5042 0.067731 10.0.0.27 - - [2025-12-25 02:52:51] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006267 10.0.0.27 - - [2025-12-25 02:52:52] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006502 10.0.0.27 - - [2025-12-25 02:52:52] "GET /obj-perms HTTP/1.1" 200 5042 0.071930 10.0.0.23 - - [2025-12-25 02:52:53] "GET /obj-perms HTTP/1.1" 200 5042 0.057838 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.003820 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.23 - - [2025-12-25 02:52:53] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.036613 10.0.0.27 - - [2025-12-25 02:52:53] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077031 10.0.0.27 - - [2025-12-25 02:52:53] "POST /network-policys HTTP/1.1" 200 559 0.033283 10.0.0.27 - - [2025-12-25 02:52:53] "GET /network-policy/9d8b3fd1-43e2-49e6-b3e1-f624067e9bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.008340 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.003497 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2025-12-25 02:52:53] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001393 10.0.0.27 - - [2025-12-25 02:52:53] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046519 10.0.0.27 - - [2025-12-25 02:52:53] "POST /network-policys HTTP/1.1" 200 559 0.032879 10.0.0.27 - - [2025-12-25 02:52:53] "GET /network-policy/7b3f2524-0e54-4528-8fdf-d2d665c8081f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007113 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.003398 10.0.0.27 - - [2025-12-25 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2025-12-25 02:52:53] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001290 10.0.0.27 - - [2025-12-25 02:52:53] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070394 10.0.0.27 - - [2025-12-25 02:52:53] "POST /network-policys HTTP/1.1" 200 559 0.036622 10.0.0.27 - - [2025-12-25 02:52:54] "GET /network-policy/3745b713-6a5d-4e00-ba38-4533d2b59dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007727 10.0.0.27 - - [2025-12-25 02:52:54] "POST /neutron/network HTTP/1.1" 200 1194 0.102794 10.0.0.33 - - [2025-12-25 02:52:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.059904 10.0.0.27 - - [2025-12-25 02:52:54] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.008123 10.0.0.27 - - [2025-12-25 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2025-12-25 02:52:54] "GET /network-policy/7b3f2524-0e54-4528-8fdf-d2d665c8081f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004299 10.0.0.27 - - [2025-12-25 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.019300 10.0.0.27 - - [2025-12-25 02:52:54] "GET /network-policy/9d8b3fd1-43e2-49e6-b3e1-f624067e9bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004542 10.0.0.27 - - [2025-12-25 02:52:54] "POST /neutron/network HTTP/1.1" 200 1113 0.125233 10.0.0.27 - - [2025-12-25 02:52:54] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006660 10.0.0.27 - - [2025-12-25 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.33 - - [2025-12-25 02:52:54] "POST /access-control-lists HTTP/1.1" 200 597 0.083929 10.0.0.27 - - [2025-12-25 02:52:54] "GET /network-policy/3745b713-6a5d-4e00-ba38-4533d2b59dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006650 10.0.0.27 - - [2025-12-25 02:52:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001337 10.0.0.33 - - [2025-12-25 02:52:55] "GET /obj-perms HTTP/1.1" 200 5056 0.080798 10.0.0.23 - - [2025-12-25 02:52:56] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001042 10.0.0.27 - - [2025-12-25 02:52:56] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079228 10.0.0.27 - - [2025-12-25 02:52:56] "POST /neutron/network HTTP/1.1" 200 1194 0.041344 10.0.0.27 - - [2025-12-25 02:52:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001389 10.0.0.27 - - [2025-12-25 02:52:56] "POST /neutron/port HTTP/1.1" 200 117 0.012808 10.0.0.23 - - [2025-12-25 02:52:56] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001089 10.0.0.27 - - [2025-12-25 02:52:57] "POST /neutron/port HTTP/1.1" 200 1169 0.412537 10.0.0.27 - - [2025-12-25 02:52:57] "POST /neutron/port HTTP/1.1" 200 1223 0.117636 10.0.0.27 - - [2025-12-25 02:52:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004991 10.0.0.27 - - [2025-12-25 02:52:57] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.23 - - [2025-12-25 02:52:57] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.27 - - [2025-12-25 02:52:57] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.110179 10.0.0.27 - - [2025-12-25 02:52:58] "POST /neutron/port HTTP/1.1" 200 1233 0.028676 10.0.0.27 - - [2025-12-25 02:52:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001549 10.0.0.27 - - [2025-12-25 02:52:58] "POST /neutron/port HTTP/1.1" 200 1233 0.022864 10.0.0.27 - - [2025-12-25 02:52:58] "POST /neutron/network HTTP/1.1" 200 1123 0.008922 10.0.0.33 - - [2025-12-25 02:52:58] "PUT /access-control-list/7dc25fc5-a8c2-4c10-b700-8c920bbe89be HTTP/1.1" 200 272 0.025051 10.0.0.27 - - [2025-12-25 02:52:59] "POST /neutron/port HTTP/1.1" 200 1174 0.028686 10.0.0.27 - - [2025-12-25 02:52:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.27 - - [2025-12-25 02:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.23 - - [2025-12-25 02:52:59] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001311 10.0.0.27 - - [2025-12-25 02:52:59] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.085444 10.0.0.27 - - [2025-12-25 02:52:59] "POST /neutron/network HTTP/1.1" 200 1016 0.010496 10.0.0.27 - - [2025-12-25 02:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.006581 10.0.0.27 - - [2025-12-25 02:53:00] "POST /neutron/port HTTP/1.1" 200 1233 0.025049 10.0.0.27 - - [2025-12-25 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008935 10.0.0.27 - - [2025-12-25 02:53:00] "POST /neutron/port HTTP/1.1" 200 1233 0.055367 10.0.0.27 - - [2025-12-25 02:53:00] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-12-25 02:53:01] "POST /neutron/port HTTP/1.1" 200 1175 0.030268 10.0.0.27 - - [2025-12-25 02:53:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004998 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.061930 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.004538 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine-interface/387c1096-b26c-495a-b804-4ca1be46ec05 HTTP/1.1" 200 3168 0.009269 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.004413 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine-interface/387c1096-b26c-495a-b804-4ca1be46ec05 HTTP/1.1" 200 3168 0.006861 10.0.0.27 - - [2025-12-25 02:53:01] "GET /instance-ip/3cd681ed-1949-49fb-94d1-ab62a799019b HTTP/1.1" 200 1632 0.010142 10.0.0.27 - - [2025-12-25 02:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001545 10.0.0.27 - - [2025-12-25 02:53:01] "GET /instance-ip/c7178dff-4ec6-4000-8e54-9f6f13712534 HTTP/1.1" 200 1651 0.009913 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.004641 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-machine-interface/387c1096-b26c-495a-b804-4ca1be46ec05 HTTP/1.1" 200 3168 0.008760 10.0.0.27 - - [2025-12-25 02:53:01] "GET /instance-ip/3cd681ed-1949-49fb-94d1-ab62a799019b HTTP/1.1" 200 1632 0.005748 10.0.0.27 - - [2025-12-25 02:53:01] "GET /instance-ip/c7178dff-4ec6-4000-8e54-9f6f13712534 HTTP/1.1" 200 1651 0.006349 10.0.0.27 - - [2025-12-25 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.27 - - [2025-12-25 02:53:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006747 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007289 10.0.0.27 - - [2025-12-25 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2025-12-25 02:53:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003593 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004265 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007500 10.0.0.27 - - [2025-12-25 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2025-12-25 02:53:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004718 10.0.0.27 - - [2025-12-25 02:53:01] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007536 10.0.0.27 - - [2025-12-25 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-12-25 02:53:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004403 10.0.0.27 - - [2025-12-25 02:53:02] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003238 10.0.0.27 - - [2025-12-25 02:53:02] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006630 10.0.0.27 - - [2025-12-25 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.27 - - [2025-12-25 02:53:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004057 10.0.0.27 - - [2025-12-25 02:53:02] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003512 10.0.0.27 - - [2025-12-25 02:53:02] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.011366 10.0.0.27 - - [2025-12-25 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-12-25 02:53:05] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005930 10.0.0.27 - - [2025-12-25 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.27 - - [2025-12-25 02:53:09] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007376 10.0.0.27 - - [2025-12-25 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2025-12-25 02:53:13] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006227 10.0.0.27 - - [2025-12-25 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.27 - - [2025-12-25 02:53:17] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007450 10.0.0.27 - - [2025-12-25 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.27 - - [2025-12-25 02:53:21] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006005 10.0.0.27 - - [2025-12-25 02:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2025-12-25 02:53:25] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005735 10.0.0.27 - - [2025-12-25 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-12-25 02:53:29] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.008397 10.0.0.27 - - [2025-12-25 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.27 - - [2025-12-25 02:53:34] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006066 10.0.0.27 - - [2025-12-25 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2025-12-25 02:53:38] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006445 10.0.0.27 - - [2025-12-25 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2025-12-25 02:53:42] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005876 10.0.0.27 - - [2025-12-25 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.27 - - [2025-12-25 02:53:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003718 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003177 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006417 10.0.0.27 - - [2025-12-25 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-12-25 02:53:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003692 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005513 10.0.0.27 - - [2025-12-25 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2025-12-25 02:53:44] "GET /routing-instance/7d2d834d-861d-4985-84c2-62e8be18a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004693 10.0.0.27 - - [2025-12-25 02:53:44] "GET /route-target/282516a4-d0c1-4030-b879-661f56c5c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004493 10.0.0.27 - - [2025-12-25 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2025-12-25 02:53:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004299 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003476 10.0.0.27 - - [2025-12-25 02:53:44] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006208 10.0.0.27 - - [2025-12-25 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2025-12-25 02:53:44] "GET /routing-instance/7d2d834d-861d-4985-84c2-62e8be18a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004819 10.0.0.27 - - [2025-12-25 02:53:44] "GET /route-target/282516a4-d0c1-4030-b879-661f56c5c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004585 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004331 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004799 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006050 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004135 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006025 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005099 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004530 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006151 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004115 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003375 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006788 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005397 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003728 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006237 10.0.0.27 - - [2025-12-25 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2025-12-25 02:53:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004684 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003435 10.0.0.27 - - [2025-12-25 02:53:45] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007214 10.0.0.27 - - [2025-12-25 02:53:45] "GET /obj-perms HTTP/1.1" 200 5042 0.006204 10.0.0.27 - - [2025-12-25 02:53:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004963 10.0.0.23 - - [2025-12-25 02:53:45] "GET /obj-perms HTTP/1.1" 200 5042 0.005231 10.0.0.27 - - [2025-12-25 02:53:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004765 10.0.0.33 - - [2025-12-25 02:53:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004126 10.0.0.27 - - [2025-12-25 02:53:46] "POST /neutron/port HTTP/1.1" 200 1238 0.025126 10.0.0.27 - - [2025-12-25 02:53:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009114 10.0.0.27 - - [2025-12-25 02:53:46] "POST /neutron/port HTTP/1.1" 200 1238 0.020664 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.006358 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.003654 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine-interface/392b817e-f286-4885-bf5d-654d5b571fee HTTP/1.1" 200 3168 0.005637 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.004466 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine-interface/392b817e-f286-4885-bf5d-654d5b571fee HTTP/1.1" 200 3168 0.008511 10.0.0.27 - - [2025-12-25 02:53:46] "GET /instance-ip/55f3c1de-622f-4fce-8188-6e700450b9d2 HTTP/1.1" 200 1633 0.008047 10.0.0.27 - - [2025-12-25 02:53:46] "GET /instance-ip/7febc203-2054-4ca0-a0e4-7f62227354a3 HTTP/1.1" 200 1653 0.006581 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.005321 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-machine-interface/392b817e-f286-4885-bf5d-654d5b571fee HTTP/1.1" 200 3168 0.006413 10.0.0.27 - - [2025-12-25 02:53:46] "GET /instance-ip/55f3c1de-622f-4fce-8188-6e700450b9d2 HTTP/1.1" 200 1633 0.005210 10.0.0.27 - - [2025-12-25 02:53:46] "GET /instance-ip/7febc203-2054-4ca0-a0e4-7f62227354a3 HTTP/1.1" 200 1653 0.005182 10.0.0.27 - - [2025-12-25 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006793 10.0.0.27 - - [2025-12-25 02:53:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004445 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005328 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006709 10.0.0.27 - - [2025-12-25 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2025-12-25 02:53:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003350 10.0.0.27 - - [2025-12-25 02:53:46] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007051 10.0.0.27 - - [2025-12-25 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2025-12-25 02:53:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004561 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004638 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006134 10.0.0.27 - - [2025-12-25 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2025-12-25 02:53:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003623 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006203 10.0.0.27 - - [2025-12-25 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-12-25 02:53:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005717 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004530 10.0.0.27 - - [2025-12-25 02:53:47] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007089 10.0.0.27 - - [2025-12-25 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.27 - - [2025-12-25 02:53:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004751 10.0.0.27 - - [2025-12-25 02:53:48] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003455 10.0.0.27 - - [2025-12-25 02:53:48] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006619 10.0.0.27 - - [2025-12-25 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.27 - - [2025-12-25 02:53:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.27 - - [2025-12-25 02:53:48] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004268 10.0.0.27 - - [2025-12-25 02:53:48] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007653 10.0.0.27 - - [2025-12-25 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2025-12-25 02:53:48] "GET /routing-instance/cab10033-bfc3-43ed-8a13-2a92da866b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005200 10.0.0.27 - - [2025-12-25 02:53:48] "GET /route-target/67e5f1dd-4400-490b-88c9-a020da4f94ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005121 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003212 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007761 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-12-25 02:53:49] "GET /routing-instance/cab10033-bfc3-43ed-8a13-2a92da866b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.008323 10.0.0.27 - - [2025-12-25 02:53:49] "GET /route-target/67e5f1dd-4400-490b-88c9-a020da4f94ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005322 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005638 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003382 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007635 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006846 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004025 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007632 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004333 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003407 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005860 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003456 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005961 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005023 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003651 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006775 10.0.0.27 - - [2025-12-25 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.27 - - [2025-12-25 02:53:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004265 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003513 10.0.0.27 - - [2025-12-25 02:53:49] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006695 10.0.0.27 - - [2025-12-25 02:53:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004219 10.0.0.23 - - [2025-12-25 02:53:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005072 10.0.0.27 - - [2025-12-25 02:53:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004060 10.0.0.33 - - [2025-12-25 02:53:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004099 10.0.0.27 - - [2025-12-25 02:53:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007852 10.0.0.27 - - [2025-12-25 02:53:50] "POST /neutron/port HTTP/1.1" 200 1239 0.022022 10.0.0.27 - - [2025-12-25 02:53:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007803 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.006465 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.004891 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine-interface/7b75bf9d-4a32-4722-947a-5185b5f12a0f HTTP/1.1" 200 3168 0.008432 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.005167 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine-interface/7b75bf9d-4a32-4722-947a-5185b5f12a0f HTTP/1.1" 200 3168 0.006538 10.0.0.27 - - [2025-12-25 02:53:50] "GET /instance-ip/0beee96b-ea59-4980-ab59-a5f37ced5cb3 HTTP/1.1" 200 1634 0.007793 10.0.0.27 - - [2025-12-25 02:53:50] "GET /instance-ip/cffb6ce7-37cc-41f0-9ff7-f8e58e7b3916 HTTP/1.1" 200 1654 0.007082 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.004085 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-machine-interface/7b75bf9d-4a32-4722-947a-5185b5f12a0f HTTP/1.1" 200 3168 0.006558 10.0.0.27 - - [2025-12-25 02:53:50] "GET /instance-ip/0beee96b-ea59-4980-ab59-a5f37ced5cb3 HTTP/1.1" 200 1634 0.006604 10.0.0.27 - - [2025-12-25 02:53:50] "GET /instance-ip/cffb6ce7-37cc-41f0-9ff7-f8e58e7b3916 HTTP/1.1" 200 1654 0.004610 10.0.0.27 - - [2025-12-25 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-12-25 02:53:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005008 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002976 10.0.0.27 - - [2025-12-25 02:53:50] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007761 10.0.0.27 - - [2025-12-25 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.27 - - [2025-12-25 02:53:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004278 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003775 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006655 10.0.0.27 - - [2025-12-25 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2025-12-25 02:53:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004509 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006489 10.0.0.27 - - [2025-12-25 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2025-12-25 02:53:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004354 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003187 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006315 10.0.0.27 - - [2025-12-25 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2025-12-25 02:53:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004954 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003607 10.0.0.27 - - [2025-12-25 02:53:51] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006951 10.0.0.27 - - [2025-12-25 02:53:52] "POST /neutron/network HTTP/1.1" 200 1204 0.007848 10.0.0.27 - - [2025-12-25 02:53:52] "POST /neutron/subnet HTTP/1.1" 200 1365 0.013960 10.0.0.27 - - [2025-12-25 02:53:52] "POST /neutron/network HTTP/1.1" 200 1194 0.010604 10.0.0.27 - - [2025-12-25 02:53:53] "POST /neutron/network HTTP/1.1" 200 1123 0.008299 10.0.0.27 - - [2025-12-25 02:53:53] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016384 10.0.0.27 - - [2025-12-25 02:53:53] "POST /neutron/network HTTP/1.1" 200 1113 0.010766 10.0.0.27 - - [2025-12-25 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.27 - - [2025-12-25 02:53:54] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005573 10.0.0.27 - - [2025-12-25 02:53:55] "POST /neutron/port HTTP/1.1" 200 1233 0.020513 10.0.0.23 - - [2025-12-25 02:53:56] "GET /obj-perms HTTP/1.1" 200 5056 0.066418 10.0.0.27 - - [2025-12-25 02:53:56] "GET /obj-perms HTTP/1.1" 200 5056 0.079953 10.0.0.27 - - [2025-12-25 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2025-12-25 02:53:58] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006769 10.0.0.27 - - [2025-12-25 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2025-12-25 02:54:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.022434 10.0.0.27 - - [2025-12-25 02:54:00] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003848 10.0.0.27 - - [2025-12-25 02:54:00] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.010665 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.27 - - [2025-12-25 02:54:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004138 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003907 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007340 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2025-12-25 02:54:01] "GET /routing-instance/4c87baea-30a2-4d98-b0de-b4ceb02490aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.006913 10.0.0.27 - - [2025-12-25 02:54:01] "GET /route-target/d99ad805-eceb-47d2-af19-4f8e79890ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004675 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006915 10.0.0.27 - - [2025-12-25 02:54:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005521 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004018 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007895 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007167 10.0.0.27 - - [2025-12-25 02:54:01] "GET /routing-instance/4c87baea-30a2-4d98-b0de-b4ceb02490aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004784 10.0.0.27 - - [2025-12-25 02:54:01] "GET /route-target/d99ad805-eceb-47d2-af19-4f8e79890ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006312 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-12-25 02:54:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003471 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006135 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2025-12-25 02:54:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009299 10.0.0.27 - - [2025-12-25 02:54:01] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007094 10.0.0.27 - - [2025-12-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.27 - - [2025-12-25 02:54:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003576 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006299 10.0.0.27 - - [2025-12-25 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.27 - - [2025-12-25 02:54:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003630 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.009839 10.0.0.27 - - [2025-12-25 02:54:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004180 10.0.0.23 - - [2025-12-25 02:54:02] "GET /obj-perms HTTP/1.1" 200 5042 0.008506 10.0.0.27 - - [2025-12-25 02:54:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004857 10.0.0.33 - - [2025-12-25 02:54:02] "GET /obj-perms HTTP/1.1" 200 5042 0.005144 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.005562 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-machine-interface/387c1096-b26c-495a-b804-4ca1be46ec05 HTTP/1.1" 200 3168 0.008543 10.0.0.27 - - [2025-12-25 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2025-12-25 02:54:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008336 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007007 10.0.0.27 - - [2025-12-25 02:54:02] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007404 10.0.0.27 - - [2025-12-25 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006908 10.0.0.27 - - [2025-12-25 02:54:03] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005225 10.0.0.27 - - [2025-12-25 02:54:03] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003267 10.0.0.27 - - [2025-12-25 02:54:03] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.006670 10.0.0.27 - - [2025-12-25 02:54:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007932 10.0.0.27 - - [2025-12-25 02:54:09] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.005641 10.0.0.27 - - [2025-12-25 02:54:09] "GET /virtual-machine-interface/392b817e-f286-4885-bf5d-654d5b571fee HTTP/1.1" 200 3168 0.006044 10.0.0.27 - - [2025-12-25 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-12-25 02:54:09] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.27 - - [2025-12-25 02:54:09] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003657 10.0.0.27 - - [2025-12-25 02:54:09] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008118 10.0.0.27 - - [2025-12-25 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.27 - - [2025-12-25 02:54:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005322 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003474 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006504 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.004873 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-machine-interface/7b75bf9d-4a32-4722-947a-5185b5f12a0f HTTP/1.1" 200 3168 0.006956 10.0.0.27 - - [2025-12-25 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006315 10.0.0.27 - - [2025-12-25 02:54:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005284 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004066 10.0.0.27 - - [2025-12-25 02:54:10] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006351 10.0.0.27 - - [2025-12-25 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.27 - - [2025-12-25 02:54:11] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.27 - - [2025-12-25 02:54:11] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007238 10.0.0.27 - - [2025-12-25 02:54:11] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008292 10.0.0.27 - - [2025-12-25 02:54:16] "POST /neutron/port HTTP/1.1" 200 1239 0.021388 10.0.0.27 - - [2025-12-25 02:54:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008684 10.0.0.33 - - [2025-12-25 02:54:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000955 10.0.0.33 - - [2025-12-25 02:54:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000990 10.0.0.23 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000662 10.0.0.23 - - [2025-12-25 02:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-25 02:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-12-25 02:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-12-25 02:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-25 02:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/port HTTP/1.1" 200 1239 0.020926 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003889 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/port HTTP/1.1" 200 1238 0.020475 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004148 10.0.0.27 - - [2025-12-25 02:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.27 - - [2025-12-25 02:55:18] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 200 1298 0.004386 10.0.0.27 - - [2025-12-25 02:55:18] "POST /neutron/port HTTP/1.1" 200 1239 0.020603 10.0.0.27 - - [2025-12-25 02:55:20] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 404 171 0.004870 10.0.0.27 - - [2025-12-25 02:55:20] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 404 171 0.003483 10.0.0.27 - - [2025-12-25 02:55:20] "GET /virtual-machine/28877a9a-c199-42f9-b366-91199fa99599 HTTP/1.1" 404 171 0.003100 10.0.0.27 - - [2025-12-25 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2025-12-25 02:55:20] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.27 - - [2025-12-25 02:55:20] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003653 10.0.0.27 - - [2025-12-25 02:55:20] "GET /virtual-network/84b26d1d-c9e6-43c9-b309-6b72ad9133c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008399 10.0.0.27 - - [2025-12-25 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.27 - - [2025-12-25 02:55:20] "GET /routing-instance/4c87baea-30a2-4d98-b0de-b4ceb02490aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005245 10.0.0.27 - - [2025-12-25 02:55:20] "GET /route-target/d99ad805-eceb-47d2-af19-4f8e79890ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004498 10.0.0.27 - - [2025-12-25 02:55:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004114 10.0.0.33 - - [2025-12-25 02:55:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004015 10.0.0.27 - - [2025-12-25 02:55:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004833 10.0.0.33 - - [2025-12-25 02:55:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004376 10.0.0.27 - - [2025-12-25 02:55:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003846 10.0.0.23 - - [2025-12-25 02:55:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003814 10.0.0.27 - - [2025-12-25 02:55:36] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 200 1299 0.005020 10.0.0.27 - - [2025-12-25 02:55:36] "POST /neutron/port HTTP/1.1" 200 1238 0.023452 10.0.0.27 - - [2025-12-25 02:55:38] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 404 171 0.004385 10.0.0.27 - - [2025-12-25 02:55:38] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 404 171 0.003031 10.0.0.27 - - [2025-12-25 02:55:38] "GET /virtual-machine/d4d4b340-03d4-4e73-9bc5-5e7a20fecd0f HTTP/1.1" 404 171 0.003642 10.0.0.27 - - [2025-12-25 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2025-12-25 02:55:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.27 - - [2025-12-25 02:55:38] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003477 10.0.0.27 - - [2025-12-25 02:55:38] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006819 10.0.0.27 - - [2025-12-25 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-12-25 02:55:38] "GET /routing-instance/cab10033-bfc3-43ed-8a13-2a92da866b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004876 10.0.0.27 - - [2025-12-25 02:55:38] "GET /route-target/67e5f1dd-4400-490b-88c9-a020da4f94ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004318 10.0.0.33 - - [2025-12-25 02:55:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004354 10.0.0.27 - - [2025-12-25 02:55:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004842 10.0.0.33 - - [2025-12-25 02:55:48] "GET /obj-perms HTTP/1.1" 200 5042 0.005245 10.0.0.27 - - [2025-12-25 02:55:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004535 10.0.0.27 - - [2025-12-25 02:55:54] "POST /neutron/port HTTP/1.1" 200 1233 0.045698 10.0.0.27 - - [2025-12-25 02:55:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.27 - - [2025-12-25 02:55:54] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.33 - - [2025-12-25 02:55:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004422 10.0.0.27 - - [2025-12-25 02:55:58] "GET /obj-perms HTTP/1.1" 200 5056 0.063562 10.0.0.33 - - [2025-12-25 02:56:03] "GET /obj-perms HTTP/1.1" 200 5042 0.003692 10.0.0.27 - - [2025-12-25 02:56:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004078 10.0.0.27 - - [2025-12-25 02:56:06] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 200 1297 0.004251 10.0.0.27 - - [2025-12-25 02:56:07] "POST /neutron/port HTTP/1.1" 200 1233 0.020665 10.0.0.27 - - [2025-12-25 02:56:08] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 404 171 0.003417 10.0.0.27 - - [2025-12-25 02:56:08] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 404 171 0.003113 10.0.0.27 - - [2025-12-25 02:56:08] "GET /virtual-machine/7798a8de-54b3-49ad-8628-e90af2c520bc HTTP/1.1" 404 171 0.003637 10.0.0.27 - - [2025-12-25 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.27 - - [2025-12-25 02:56:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004082 10.0.0.27 - - [2025-12-25 02:56:08] "GET /virtual-networks?parent_id=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003879 10.0.0.27 - - [2025-12-25 02:56:09] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.007648 10.0.0.27 - - [2025-12-25 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-12-25 02:56:09] "GET /routing-instance/7d2d834d-861d-4985-84c2-62e8be18a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004449 10.0.0.27 - - [2025-12-25 02:56:09] "GET /route-target/282516a4-d0c1-4030-b879-661f56c5c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004458 10.0.0.27 - - [2025-12-25 02:56:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003788 10.0.0.33 - - [2025-12-25 02:56:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004399 10.0.0.27 - - [2025-12-25 02:56:18] "GET /obj-perms HTTP/1.1" 200 5042 0.004662 10.0.0.33 - - [2025-12-25 02:56:18] "GET /obj-perms HTTP/1.1" 200 5042 0.004891 10.0.0.27 - - [2025-12-25 02:56:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004759 10.0.0.33 - - [2025-12-25 02:56:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004764 10.0.0.27 - - [2025-12-25 02:56:33] "GET /obj-perms HTTP/1.1" 200 5042 0.003630 10.0.0.33 - - [2025-12-25 02:56:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004308 10.0.0.27 - - [2025-12-25 02:56:34] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006081 10.0.0.27 - - [2025-12-25 02:56:34] "POST /neutron/network HTTP/1.1" 200 1113 0.009939 10.0.0.33 - - [2025-12-25 02:56:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004122 10.0.0.27 - - [2025-12-25 02:56:34] "GET /virtual-network/37f2482e-ec14-435a-aa97-c88b82b783c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.018012 10.0.0.27 - - [2025-12-25 02:56:34] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005926 10.0.0.27 - - [2025-12-25 02:56:34] "POST /neutron/network HTTP/1.1" 200 1194 0.010399 10.0.0.27 - - [2025-12-25 02:56:34] "GET /virtual-network/198d6658-eb07-4dfc-994d-e1a5a80542eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007997 10.0.0.27 - - [2025-12-25 02:56:34] "DELETE /network-policy/3745b713-6a5d-4e00-ba38-4533d2b59dd0 HTTP/1.1" 200 115 0.041096 10.0.0.27 - - [2025-12-25 02:56:34] "DELETE /network-policy/7b3f2524-0e54-4528-8fdf-d2d665c8081f HTTP/1.1" 200 115 0.049585 10.0.0.27 - - [2025-12-25 02:56:34] "DELETE /network-policy/9d8b3fd1-43e2-49e6-b3e1-f624067e9bc9 HTTP/1.1" 200 115 0.044126 10.0.0.27 - - [2025-12-25 02:56:34] "POST /neutron/network HTTP/1.1" 200 1016 0.011643 10.0.0.33 - - [2025-12-25 02:56:34] "DELETE /access-control-list/bf8bb8f7-cd6f-4f0d-9433-908ba0b19368 HTTP/1.1" 200 115 0.044791 10.0.0.33 - - [2025-12-25 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 10.0.0.23 - - [2025-12-25 02:56:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005971 10.0.0.23 - - [2025-12-25 02:56:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003673 10.0.0.23 - - [2025-12-25 02:56:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002154 10.0.0.23 - - [2025-12-25 02:56:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002636 10.0.0.27 - - [2025-12-25 02:56:35] "POST /neutron/network HTTP/1.1" 200 151 0.193699 10.0.0.33 - - [2025-12-25 02:56:35] "DELETE /route-target/67e5f1dd-4400-490b-88c9-a020da4f94ef HTTP/1.1" 200 115 0.027990 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2025-12-25 02:56:36] "DELETE /network-ipam/954520c7-71c3-4a3a-9a87-4c11a29413f8 HTTP/1.1" 200 115 0.035393 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.005728 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2025-12-25 02:56:36] "DELETE /network-ipam/bddb8e19-11fb-4ae8-9428-89410f29ea47 HTTP/1.1" 200 115 0.033390 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.003597 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2025-12-25 02:56:36] "DELETE /network-ipam/cae55856-b477-4743-9273-7ca904ff584f HTTP/1.1" 200 115 0.044647 10.0.0.27 - - [2025-12-25 02:56:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.003299 10.0.0.23 - - [2025-12-25 02:56:39] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119 10.0.0.27 - - [2025-12-25 02:56:39] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081423 10.0.0.23 - - [2025-12-25 02:56:39] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001128 10.0.0.27 - - [2025-12-25 02:56:39] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?fields=virtual_networks HTTP/1.1" 200 1055 0.046727 10.0.0.23 - - [2025-12-25 02:56:39] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.27 - - [2025-12-25 02:56:39] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.056364 10.0.0.23 - - [2025-12-25 02:56:39] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001389 10.0.0.27 - - [2025-12-25 02:56:39] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?fields=security_groups HTTP/1.1" 200 1287 0.064544 10.0.0.27 - - [2025-12-25 02:56:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.033359 10.0.0.23 - - [2025-12-25 02:56:40] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003629 10.0.0.23 - - [2025-12-25 02:56:40] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.23 - - [2025-12-25 02:56:40] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007959 10.0.0.23 - - [2025-12-25 02:56:40] "POST /id-to-fqname HTTP/1.1" 200 192 0.003345 10.0.0.23 - - [2025-12-25 02:56:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.004908 10.0.0.23 - - [2025-12-25 02:56:41] "POST /security-groups HTTP/1.1" 200 593 0.081316 10.0.0.33 - - [2025-12-25 02:56:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.004603 10.0.0.23 - - [2025-12-25 02:56:41] "POST /projects HTTP/1.1" 200 589 0.319872 10.0.0.23 - - [2025-12-25 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.355487 10.0.0.27 - - [2025-12-25 02:56:41] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.516274 10.0.0.33 - - [2025-12-25 02:56:41] "POST /access-control-lists HTTP/1.1" 200 596 0.059661 10.0.0.23 - - [2025-12-25 02:56:41] "DELETE /project/65ce4e1f89a640a4afe39eb389b9cd3e HTTP/1.1" 404 173 0.008406 10.0.0.23 - - [2025-12-25 02:56:41] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001270 10.0.0.23 - - [2025-12-25 02:56:41] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.040580 10.0.0.23 - - [2025-12-25 02:56:41] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001155 10.0.0.23 - - [2025-12-25 02:56:41] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?fields=security_groups HTTP/1.1" 200 1392 0.068355 10.0.0.23 - - [2025-12-25 02:56:42] "DELETE /security-group/b00466da-de16-47a8-9b7f-43847f376658 HTTP/1.1" 200 115 0.065985 10.0.0.23 - - [2025-12-25 02:56:42] "GET /projects?obj_uuids=8b80cd3c-6dc8-460a-92fd-b571fc74624f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001416 10.0.0.23 - - [2025-12-25 02:56:42] "GET /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f?fields=application_policy_sets HTTP/1.1" 200 1431 0.037385 10.0.0.23 - - [2025-12-25 02:56:42] "DELETE /project/8b80cd3c-6dc8-460a-92fd-b571fc74624f HTTP/1.1" 200 115 0.454006 10.0.0.27 - - [2025-12-25 02:56:42] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.27 - - [2025-12-25 02:56:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-12-25 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.072773 10.0.0.23 - - [2025-12-25 02:56:45] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001248 10.0.0.27 - - [2025-12-25 02:56:45] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049808 10.0.0.27 - - [2025-12-25 02:56:45] "POST /neutron/network HTTP/1.1" 200 117 0.046013 10.0.0.33 - - [2025-12-25 02:56:45] "POST /route-targets HTTP/1.1" 200 327 0.020746 10.0.0.27 - - [2025-12-25 02:56:45] "POST /neutron/network HTTP/1.1" 200 827 0.013227 10.0.0.27 - - [2025-12-25 02:56:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.002038 10.0.0.27 - - [2025-12-25 02:56:45] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006831 10.0.0.27 - - [2025-12-25 02:56:45] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007499 10.0.0.27 - - [2025-12-25 02:56:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.010561 10.0.0.27 - - [2025-12-25 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2025-12-25 02:56:45] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.27 - - [2025-12-25 02:56:45] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.041213 10.0.0.33 - - [2025-12-25 02:56:46] "POST /ref-update HTTP/1.1" 200 156 0.022917 10.0.0.23 - - [2025-12-25 02:56:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006175 10.0.0.27 - - [2025-12-25 02:56:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.229011 10.0.0.27 - - [2025-12-25 02:56:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001555 10.0.0.27 - - [2025-12-25 02:56:46] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006575 10.0.0.27 - - [2025-12-25 02:56:46] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007126 10.0.0.27 - - [2025-12-25 02:56:46] "POST /neutron/network HTTP/1.1" 200 828 0.006593 10.0.0.27 - - [2025-12-25 02:56:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003509 10.0.0.27 - - [2025-12-25 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.23 - - [2025-12-25 02:56:46] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001177 10.0.0.27 - - [2025-12-25 02:56:46] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.054878 10.0.0.27 - - [2025-12-25 02:56:46] "POST /network-policys HTTP/1.1" 200 571 0.032051 10.0.0.27 - - [2025-12-25 02:56:46] "GET /network-policy/634a94f1-60f0-4866-b09e-633a2db5927d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006538 10.0.0.27 - - [2025-12-25 02:56:46] "POST /neutron/network HTTP/1.1" 200 929 0.090062 10.0.0.27 - - [2025-12-25 02:56:47] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006292 10.0.0.27 - - [2025-12-25 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.27 - - [2025-12-25 02:56:47] "GET /network-policy/634a94f1-60f0-4866-b09e-633a2db5927d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005131 10.0.0.33 - - [2025-12-25 02:56:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.012846 10.0.0.27 - - [2025-12-25 02:56:47] "POST /neutron/network HTTP/1.1" 200 930 0.090145 10.0.0.27 - - [2025-12-25 02:56:47] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.020155 10.0.0.27 - - [2025-12-25 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007010 10.0.0.27 - - [2025-12-25 02:56:47] "GET /network-policy/634a94f1-60f0-4866-b09e-633a2db5927d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007043 10.0.0.33 - - [2025-12-25 02:56:47] "PUT /access-control-list/89a18062-3f5c-40bc-ba40-047a97626f50 HTTP/1.1" 200 272 0.027159 10.0.0.27 - - [2025-12-25 02:56:48] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006766 10.0.0.23 - - [2025-12-25 02:56:49] "GET /obj-perms HTTP/1.1" 200 5034 0.084535 10.0.0.27 - - [2025-12-25 02:56:49] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006070 10.0.0.27 - - [2025-12-25 02:56:50] "GET /obj-perms HTTP/1.1" 200 5034 0.062105 10.0.0.27 - - [2025-12-25 02:56:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001444 10.0.0.23 - - [2025-12-25 02:56:51] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.27 - - [2025-12-25 02:56:51] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.076856 10.0.0.27 - - [2025-12-25 02:56:51] "POST /neutron/network HTTP/1.1" 200 929 0.006868 10.0.0.27 - - [2025-12-25 02:56:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001441 10.0.0.27 - - [2025-12-25 02:56:51] "POST /neutron/port HTTP/1.1" 200 117 0.006756 10.0.0.23 - - [2025-12-25 02:56:52] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001311 10.0.0.27 - - [2025-12-25 02:56:52] "POST /neutron/port HTTP/1.1" 200 1063 0.343163 10.0.0.27 - - [2025-12-25 02:56:52] "POST /neutron/port HTTP/1.1" 200 1117 0.145253 10.0.0.23 - - [2025-12-25 02:56:52] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001268 10.0.0.27 - - [2025-12-25 02:56:53] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.151811 10.0.0.27 - - [2025-12-25 02:56:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005195 10.0.0.27 - - [2025-12-25 02:56:53] "POST /neutron/network HTTP/1.1" 200 929 0.007167 10.0.0.27 - - [2025-12-25 02:56:53] "POST /neutron/port HTTP/1.1" 200 117 0.008760 10.0.0.27 - - [2025-12-25 02:56:53] "POST /neutron/network HTTP/1.1" 200 940 0.008679 10.0.0.27 - - [2025-12-25 02:56:54] "POST /neutron/port HTTP/1.1" 200 1064 0.049361 10.0.0.27 - - [2025-12-25 02:56:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.27 - - [2025-12-25 02:56:54] "POST /neutron/network HTTP/1.1" 200 930 0.016840 10.0.0.27 - - [2025-12-25 02:56:57] "POST /neutron/network HTTP/1.1" 200 940 0.007362 10.0.0.27 - - [2025-12-25 02:56:57] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.27 - - [2025-12-25 02:56:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009145 10.0.0.27 - - [2025-12-25 02:56:58] "POST /neutron/port HTTP/1.1" 200 1127 0.021707 10.0.0.27 - - [2025-12-25 02:56:58] "GET /virtual-machine/02cf8b40-3859-4552-a5b7-0157fbf8475c HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-12-25 02:56:59] "GET /virtual-machine/02cf8b40-3859-4552-a5b7-0157fbf8475c HTTP/1.1" 200 1293 0.067007 10.0.0.27 - - [2025-12-25 02:56:59] "GET /virtual-machine-interface/77b56e85-d204-4f99-956e-f6772d5d75fb HTTP/1.1" 200 2951 0.006618 10.0.0.27 - - [2025-12-25 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.27 - - [2025-12-25 02:56:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004903 10.0.0.27 - - [2025-12-25 02:56:59] "GET /virtual-networks?parent_id=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006721 10.0.0.27 - - [2025-12-25 02:56:59] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007636 10.0.0.27 - - [2025-12-25 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176 10.0.0.27 - - [2025-12-25 02:57:02] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009548 10.0.0.27 - - [2025-12-25 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2025-12-25 02:57:06] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006172 10.0.0.27 - - [2025-12-25 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-25 02:57:10] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006230 10.0.0.27 - - [2025-12-25 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-12-25 02:57:14] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005355 10.0.0.27 - - [2025-12-25 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2025-12-25 02:57:19] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005934 10.0.0.27 - - [2025-12-25 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-12-25 02:57:23] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006482 10.0.0.27 - - [2025-12-25 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2025-12-25 02:57:27] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006241 10.0.0.27 - - [2025-12-25 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2025-12-25 02:57:31] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006027 10.0.0.27 - - [2025-12-25 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.27 - - [2025-12-25 02:57:33] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004756 10.0.0.27 - - [2025-12-25 02:57:33] "GET /virtual-networks?parent_id=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003244 10.0.0.27 - - [2025-12-25 02:57:33] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006240 10.0.0.27 - - [2025-12-25 02:57:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008031 10.0.0.27 - - [2025-12-25 02:57:43] "POST /neutron/port HTTP/1.1" 200 1127 0.055334 10.0.0.27 - - [2025-12-25 02:57:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007681 10.0.0.27 - - [2025-12-25 02:57:49] "POST /neutron/port HTTP/1.1" 200 1127 0.027038 10.0.0.27 - - [2025-12-25 02:57:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007721 10.0.0.27 - - [2025-12-25 02:57:54] "POST /neutron/port HTTP/1.1" 200 1128 0.021466 10.0.0.27 - - [2025-12-25 02:57:54] "GET /virtual-machine/54e1fb2a-c382-4a8a-9045-3b4dd2eee120 HTTP/1.1" 200 1294 0.007737 10.0.0.27 - - [2025-12-25 02:57:54] "GET /virtual-machine-interface/8372d242-6c41-4454-9915-fea3a5140b96 HTTP/1.1" 200 2951 0.006173 10.0.0.27 - - [2025-12-25 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2025-12-25 02:57:54] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.27 - - [2025-12-25 02:57:54] "GET /virtual-networks?parent_id=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004363 10.0.0.27 - - [2025-12-25 02:57:54] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005976 10.0.0.27 - - [2025-12-25 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.27 - - [2025-12-25 02:57:55] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004353 10.0.0.27 - - [2025-12-25 02:57:55] "GET /virtual-networks?parent_id=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003124 10.0.0.27 - - [2025-12-25 02:57:55] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006497 10.0.0.27 - - [2025-12-25 02:57:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008970 10.0.0.27 - - [2025-12-25 02:57:56] "POST /neutron/network HTTP/1.1" 200 939 0.008254 10.0.0.27 - - [2025-12-25 02:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.001719 10.0.0.27 - - [2025-12-25 02:57:57] "POST /neutron/port HTTP/1.1" 200 1128 0.018795 10.0.0.27 - - [2025-12-25 02:57:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.009068 10.0.0.33 - - [2025-12-25 02:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.104086 10.0.0.23 - - [2025-12-25 02:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.094849 10.0.0.27 - - [2025-12-25 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2025-12-25 02:58:19] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.038358 10.0.0.27 - - [2025-12-25 02:58:19] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.086335 10.0.0.27 - - [2025-12-25 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2025-12-25 02:58:19] "PUT /network-policy/634a94f1-60f0-4866-b09e-633a2db5927d HTTP/1.1" 200 262 0.016757 10.0.0.33 - - [2025-12-25 02:58:20] "POST /ref-update HTTP/1.1" 200 156 0.059930 10.0.0.27 - - [2025-12-25 02:58:23] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006576 10.0.0.27 - - [2025-12-25 02:58:23] "POST /neutron/network HTTP/1.1" 200 930 0.007664 10.0.0.33 - - [2025-12-25 02:58:23] "DELETE /access-control-list/9b2d7b06-261d-4fe7-b702-d6d357908ae7 HTTP/1.1" 200 115 0.074578 10.0.0.27 - - [2025-12-25 02:58:23] "GET /virtual-network/458b7d26-3cc8-4624-b572-41b142839013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007757 10.0.0.27 - - [2025-12-25 02:58:23] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006555 10.0.0.27 - - [2025-12-25 02:58:23] "POST /neutron/network HTTP/1.1" 200 929 0.008029 10.0.0.27 - - [2025-12-25 02:58:24] "GET /virtual-network/a32a5cff-b7ec-4116-aa50-dc5b73c76052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008895 10.0.0.27 - - [2025-12-25 02:58:24] "DELETE /network-policy/634a94f1-60f0-4866-b09e-633a2db5927d HTTP/1.1" 200 115 0.038845 10.0.0.27 - - [2025-12-25 02:58:24] "POST /neutron/port HTTP/1.1" 200 1128 0.030798 10.0.0.27 - - [2025-12-25 02:58:24] "POST /neutron/network HTTP/1.1" 400 204 0.016303 10.0.0.27 - - [2025-12-25 02:58:24] "POST /neutron/port HTTP/1.1" 200 1117 0.014066 10.0.0.23 - - [2025-12-25 02:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.23 - - [2025-12-25 02:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.27 - - [2025-12-25 02:58:26] "POST /neutron/network HTTP/1.1" 200 151 0.129321 10.0.0.33 - - [2025-12-25 02:58:26] "DELETE /route-target/558e23ec-0de8-4b72-beb6-bc6986b7353c HTTP/1.1" 200 115 0.034915 10.0.0.23 - - [2025-12-25 02:58:28] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001160 10.0.0.27 - - [2025-12-25 02:58:28] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.054948 10.0.0.23 - - [2025-12-25 02:58:28] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.27 - - [2025-12-25 02:58:28] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?fields=virtual_networks HTTP/1.1" 200 1046 0.044862 10.0.0.23 - - [2025-12-25 02:58:28] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001446 10.0.0.27 - - [2025-12-25 02:58:28] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.049038 10.0.0.23 - - [2025-12-25 02:58:28] "GET /projects?obj_uuids=65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.27 - - [2025-12-25 02:58:28] "GET /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e?fields=security_groups HTTP/1.1" 200 1274 0.075255 10.0.0.27 - - [2025-12-25 02:58:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.033631 10.0.0.23 - - [2025-12-25 02:58:29] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003681 10.0.0.23 - - [2025-12-25 02:58:29] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.23 - - [2025-12-25 02:58:29] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043809 10.0.0.23 - - [2025-12-25 02:58:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.001391 10.0.0.23 - - [2025-12-25 02:58:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.005165 10.0.0.23 - - [2025-12-25 02:58:30] "POST /security-groups HTTP/1.1" 200 603 0.096758 10.0.0.33 - - [2025-12-25 02:58:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.004717 10.0.0.23 - - [2025-12-25 02:58:30] "POST /projects HTTP/1.1" 200 609 0.308813 10.0.0.23 - - [2025-12-25 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.345313 10.0.0.33 - - [2025-12-25 02:58:30] "POST /access-control-lists HTTP/1.1" 200 606 0.045245 10.0.0.27 - - [2025-12-25 02:58:30] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.542774 10.0.0.27 - - [2025-12-25 02:58:31] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.27 - - [2025-12-25 02:58:35] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-25 02:58:35] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.27 - - [2025-12-25 02:58:35] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.081563 10.0.0.27 - - [2025-12-25 02:58:36] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.27 - - [2025-12-25 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2025-12-25 02:58:36] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.27 - - [2025-12-25 02:58:36] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007164 10.0.0.27 - - [2025-12-25 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2025-12-25 02:58:36] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.27 - - [2025-12-25 02:58:36] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048530 10.0.0.27 - - [2025-12-25 02:58:37] "GET /domains HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-12-25 02:58:38] "GET /domains HTTP/1.1" 200 280 0.049064 10.0.0.23 - - [2025-12-25 02:58:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.27 - - [2025-12-25 02:58:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99 HTTP/1.1" 200 2968 0.010413 10.0.0.23 - - [2025-12-25 02:58:38] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2025-12-25 02:58:38] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b HTTP/1.1" 200 1934 0.126259 10.0.0.27 - - [2025-12-25 02:58:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003073 10.0.0.27 - - [2025-12-25 02:58:38] "POST /network-ipams HTTP/1.1" 200 621 0.037513 10.0.0.27 - - [2025-12-25 02:58:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003871 10.0.0.27 - - [2025-12-25 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-12-25 02:58:38] "GET /network-ipam/d7bbaba2-a692-4753-9188-46c84b72fd5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.016473 10.0.0.27 - - [2025-12-25 02:58:38] "PUT /network-ipam/d7bbaba2-a692-4753-9188-46c84b72fd5a HTTP/1.1" 200 258 0.025100 10.0.0.27 - - [2025-12-25 02:58:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.27 - - [2025-12-25 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.039651 10.0.0.23 - - [2025-12-25 02:58:39] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.27 - - [2025-12-25 02:58:39] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051331 10.0.0.27 - - [2025-12-25 02:58:39] "POST /neutron/network HTTP/1.1" 200 117 0.040901 10.0.0.33 - - [2025-12-25 02:58:39] "POST /route-targets HTTP/1.1" 200 327 0.023323 10.0.0.23 - - [2025-12-25 02:58:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005473 10.0.0.27 - - [2025-12-25 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.218122 10.0.0.27 - - [2025-12-25 02:58:40] "POST /id-to-fqname HTTP/1.1" 200 235 0.001756 10.0.0.27 - - [2025-12-25 02:58:40] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008530 10.0.0.27 - - [2025-12-25 02:58:40] "POST /neutron/network HTTP/1.1" 200 1337 0.012687 10.0.0.27 - - [2025-12-25 02:58:40] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005458 10.0.0.27 - - [2025-12-25 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.011173 10.0.0.27 - - [2025-12-25 02:58:41] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005486 10.0.0.23 - - [2025-12-25 02:58:42] "DELETE /project/29c8609bd44c4b4abd9527084f90c39b HTTP/1.1" 404 173 0.005160 10.0.0.23 - - [2025-12-25 02:58:42] "DELETE /project/65ce4e1f-89a6-40a4-afe3-9eb389b9cd3e HTTP/1.1" 404 177 0.004800 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.003624 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.23 - - [2025-12-25 02:58:43] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.27 - - [2025-12-25 02:58:43] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.053291 10.0.0.27 - - [2025-12-25 02:58:43] "POST /network-policys HTTP/1.1" 200 563 0.033416 10.0.0.27 - - [2025-12-25 02:58:43] "GET /network-policy/b764f7cc-791f-49fb-bca5-6a98c9905e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008131 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.003462 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.23 - - [2025-12-25 02:58:43] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.27 - - [2025-12-25 02:58:43] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051960 10.0.0.27 - - [2025-12-25 02:58:43] "POST /network-policys HTTP/1.1" 200 563 0.032684 10.0.0.27 - - [2025-12-25 02:58:43] "GET /network-policy/9784ffd7-feb2-4b4c-aee3-aeed228d89e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.007578 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.003640 10.0.0.27 - - [2025-12-25 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2025-12-25 02:58:43] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.27 - - [2025-12-25 02:58:43] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041172 10.0.0.27 - - [2025-12-25 02:58:43] "POST /network-policys HTTP/1.1" 200 563 0.032461 10.0.0.27 - - [2025-12-25 02:58:44] "GET /network-policy/21fca0bc-c51e-482f-a52e-df62c57be2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008588 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003766 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2025-12-25 02:58:44] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.27 - - [2025-12-25 02:58:44] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043941 10.0.0.27 - - [2025-12-25 02:58:44] "POST /network-policys HTTP/1.1" 200 563 0.034058 10.0.0.27 - - [2025-12-25 02:58:44] "GET /network-policy/fd65cc98-a14f-4280-b377-3e67f33d3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007102 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003562 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2025-12-25 02:58:44] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.27 - - [2025-12-25 02:58:44] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.061289 10.0.0.27 - - [2025-12-25 02:58:44] "POST /network-policys HTTP/1.1" 200 563 0.037370 10.0.0.27 - - [2025-12-25 02:58:44] "GET /network-policy/f6a50123-c225-4ef8-806d-8f5c73108e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007121 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.004920 10.0.0.27 - - [2025-12-25 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2025-12-25 02:58:45] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001888 10.0.0.27 - - [2025-12-25 02:58:45] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048583 10.0.0.27 - - [2025-12-25 02:58:45] "POST /network-policys HTTP/1.1" 200 563 0.034113 10.0.0.27 - - [2025-12-25 02:58:45] "GET /network-policy/318a51da-7d96-4948-b340-b6fff1ddc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007097 10.0.0.27 - - [2025-12-25 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003365 10.0.0.27 - - [2025-12-25 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.23 - - [2025-12-25 02:58:45] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.27 - - [2025-12-25 02:58:45] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.053137 10.0.0.27 - - [2025-12-25 02:58:45] "POST /network-policys HTTP/1.1" 200 563 0.032088 10.0.0.27 - - [2025-12-25 02:58:45] "GET /network-policy/4cea14a2-04f8-4362-8215-af5fb055c27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009488 10.0.0.27 - - [2025-12-25 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003933 10.0.0.27 - - [2025-12-25 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2025-12-25 02:58:45] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001394 10.0.0.27 - - [2025-12-25 02:58:45] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.077760 10.0.0.27 - - [2025-12-25 02:58:45] "POST /network-policys HTTP/1.1" 200 563 0.054143 10.0.0.27 - - [2025-12-25 02:58:46] "GET /network-policy/0f2f898f-1277-46ab-8460-c6073718038b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.012453 10.0.0.27 - - [2025-12-25 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.006450 10.0.0.27 - - [2025-12-25 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2025-12-25 02:58:46] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.27 - - [2025-12-25 02:58:46] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.057844 10.0.0.27 - - [2025-12-25 02:58:46] "POST /network-policys HTTP/1.1" 200 563 0.036673 10.0.0.27 - - [2025-12-25 02:58:46] "GET /network-policy/408802f2-3e1e-4f9c-90e0-39e6bc974ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007553 10.0.0.27 - - [2025-12-25 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003539 10.0.0.27 - - [2025-12-25 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2025-12-25 02:58:46] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.27 - - [2025-12-25 02:58:46] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044892 10.0.0.27 - - [2025-12-25 02:58:46] "POST /network-policys HTTP/1.1" 200 563 0.036779 10.0.0.27 - - [2025-12-25 02:58:46] "GET /network-policy/7590c7f6-15e5-44eb-9e11-59cc52371597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007210 10.0.0.27 - - [2025-12-25 02:58:47] "POST /neutron/network HTTP/1.1" 200 2250 0.203343 10.0.0.33 - - [2025-12-25 02:58:47] "POST /access-control-lists HTTP/1.1" 200 609 0.064344 10.0.0.33 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.091091 10.0.0.27 - - [2025-12-25 02:58:47] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008734 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/0f2f898f-1277-46ab-8460-c6073718038b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004809 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/21fca0bc-c51e-482f-a52e-df62c57be2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004495 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/318a51da-7d96-4948-b340-b6fff1ddc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004270 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/408802f2-3e1e-4f9c-90e0-39e6bc974ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005124 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/4cea14a2-04f8-4362-8215-af5fb055c27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003992 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/7590c7f6-15e5-44eb-9e11-59cc52371597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005650 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/9784ffd7-feb2-4b4c-aee3-aeed228d89e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005674 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-12-25 02:58:47] "GET /network-policy/b764f7cc-791f-49fb-bca5-6a98c9905e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004311 10.0.0.27 - - [2025-12-25 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.27 - - [2025-12-25 02:58:48] "GET /network-policy/f6a50123-c225-4ef8-806d-8f5c73108e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004546 10.0.0.27 - - [2025-12-25 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-12-25 02:58:48] "GET /network-policy/fd65cc98-a14f-4280-b377-3e67f33d3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004801 10.0.0.27 - - [2025-12-25 02:58:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001204 10.0.0.23 - - [2025-12-25 02:58:49] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.27 - - [2025-12-25 02:58:49] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.083328 10.0.0.27 - - [2025-12-25 02:58:49] "POST /neutron/network HTTP/1.1" 200 2250 0.045278 10.0.0.27 - - [2025-12-25 02:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.006903 10.0.0.27 - - [2025-12-25 02:58:50] "POST /neutron/port HTTP/1.1" 200 1174 0.025885 10.0.0.27 - - [2025-12-25 02:58:50] "POST /neutron/port HTTP/1.1" 200 1238 0.026881 10.0.0.27 - - [2025-12-25 02:58:50] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017067 10.0.0.27 - - [2025-12-25 02:58:51] "POST /neutron/network HTTP/1.1" 200 2250 0.019615 10.0.0.27 - - [2025-12-25 02:58:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019506 10.0.0.27 - - [2025-12-25 02:58:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008843 10.0.0.27 - - [2025-12-25 02:58:55] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-12-25 02:58:55] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 200 1304 0.037615 10.0.0.27 - - [2025-12-25 02:58:55] "GET /virtual-machine-interface/080f271f-d26f-4e5e-9172-c20657fa48bd HTTP/1.1" 200 3168 0.006274 10.0.0.27 - - [2025-12-25 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-12-25 02:58:55] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.27 - - [2025-12-25 02:58:55] "GET /virtual-networks?parent_id=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003532 10.0.0.27 - - [2025-12-25 02:58:55] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007614 10.0.0.27 - - [2025-12-25 02:58:56] "POST /neutron/network HTTP/1.1" 200 2260 0.009356 10.0.0.27 - - [2025-12-25 02:58:56] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018404 10.0.0.27 - - [2025-12-25 02:58:56] "POST /neutron/network HTTP/1.1" 200 2250 0.013758 10.0.0.27 - - [2025-12-25 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-25 02:58:58] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005916 10.0.0.27 - - [2025-12-25 02:59:01] "GET /obj-perms HTTP/1.1" 200 5056 0.078639 10.0.0.27 - - [2025-12-25 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2025-12-25 02:59:02] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008329 10.0.0.27 - - [2025-12-25 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-12-25 02:59:06] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005990 10.0.0.27 - - [2025-12-25 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-12-25 02:59:10] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005796 10.0.0.27 - - [2025-12-25 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2025-12-25 02:59:15] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006884 10.0.0.27 - - [2025-12-25 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-25 02:59:19] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006368 10.0.0.27 - - [2025-12-25 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2025-12-25 02:59:23] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008549 10.0.0.27 - - [2025-12-25 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-12-25 02:59:27] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007638 10.0.0.27 - - [2025-12-25 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-25 02:59:31] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005683 10.0.0.27 - - [2025-12-25 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2025-12-25 02:59:33] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003541 10.0.0.27 - - [2025-12-25 02:59:33] "GET /virtual-networks?parent_id=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003882 10.0.0.27 - - [2025-12-25 02:59:33] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006460 10.0.0.33 - - [2025-12-25 02:59:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.33 - - [2025-12-25 02:59:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-12-25 02:59:38] "POST /neutron/port HTTP/1.1" 200 1238 0.019037 10.0.0.23 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.33 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-25 02:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2025-12-25 02:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-25 02:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-12-25 02:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-12-25 02:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-12-25 02:59:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008853 10.0.0.27 - - [2025-12-25 02:59:49] "POST /neutron/port HTTP/1.1" 200 1238 0.020942 10.0.0.27 - - [2025-12-25 02:59:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007746 10.0.0.27 - - [2025-12-25 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2025-12-25 02:59:54] "GET /network-policy/b764f7cc-791f-49fb-bca5-6a98c9905e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006078 10.0.0.27 - - [2025-12-25 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.27 - - [2025-12-25 02:59:54] "GET /network-policy/9784ffd7-feb2-4b4c-aee3-aeed228d89e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005511 10.0.0.27 - - [2025-12-25 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2025-12-25 02:59:54] "GET /network-policy/21fca0bc-c51e-482f-a52e-df62c57be2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005887 10.0.0.27 - - [2025-12-25 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/fd65cc98-a14f-4280-b377-3e67f33d3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004982 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/f6a50123-c225-4ef8-806d-8f5c73108e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004688 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/318a51da-7d96-4948-b340-b6fff1ddc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005028 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/4cea14a2-04f8-4362-8215-af5fb055c27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004607 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/0f2f898f-1277-46ab-8460-c6073718038b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005041 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/408802f2-3e1e-4f9c-90e0-39e6bc974ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004277 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/7590c7f6-15e5-44eb-9e11-59cc52371597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004612 10.0.0.27 - - [2025-12-25 02:59:55] "POST /neutron/network HTTP/1.1" 200 2250 0.013937 10.0.0.27 - - [2025-12-25 02:59:55] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008387 10.0.0.27 - - [2025-12-25 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009121 10.0.0.27 - - [2025-12-25 02:59:55] "GET /network-policy/b764f7cc-791f-49fb-bca5-6a98c9905e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004380 10.0.0.27 - - [2025-12-25 02:59:56] "POST /neutron/port HTTP/1.1" 200 1238 0.019466 10.0.0.27 - - [2025-12-25 02:59:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004531 10.0.0.27 - - [2025-12-25 02:59:56] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.27 - - [2025-12-25 03:00:00] "POST /neutron/network HTTP/1.1" 200 1440 0.016194 10.0.0.33 - - [2025-12-25 03:00:00] "PUT /access-control-list/944fd2c3-2282-4928-a588-10822b431623 HTTP/1.1" 200 272 0.023338 10.0.0.27 - - [2025-12-25 03:00:01] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009167 10.0.0.27 - - [2025-12-25 03:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2025-12-25 03:00:01] "GET /network-policy/9784ffd7-feb2-4b4c-aee3-aeed228d89e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005356 10.0.0.27 - - [2025-12-25 03:00:06] "POST /neutron/network HTTP/1.1" 200 1440 0.013775 10.0.0.33 - - [2025-12-25 03:00:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.004137 10.0.0.27 - - [2025-12-25 03:00:06] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.012990 10.0.0.27 - - [2025-12-25 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-12-25 03:00:06] "GET /network-policy/21fca0bc-c51e-482f-a52e-df62c57be2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005059 10.0.0.27 - - [2025-12-25 03:00:11] "POST /neutron/network HTTP/1.1" 200 1440 0.013245 10.0.0.27 - - [2025-12-25 03:00:11] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008232 10.0.0.27 - - [2025-12-25 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2025-12-25 03:00:11] "GET /network-policy/fd65cc98-a14f-4280-b377-3e67f33d3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004860 10.0.0.27 - - [2025-12-25 03:00:16] "POST /neutron/network HTTP/1.1" 200 1440 0.012456 10.0.0.33 - - [2025-12-25 03:00:16] "PUT /access-control-list/944fd2c3-2282-4928-a588-10822b431623 HTTP/1.1" 200 272 0.021492 10.0.0.27 - - [2025-12-25 03:00:16] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008368 10.0.0.27 - - [2025-12-25 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2025-12-25 03:00:16] "GET /network-policy/f6a50123-c225-4ef8-806d-8f5c73108e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004390 10.0.0.27 - - [2025-12-25 03:00:22] "POST /neutron/network HTTP/1.1" 200 1440 0.013497 10.0.0.33 - - [2025-12-25 03:00:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.004612 10.0.0.27 - - [2025-12-25 03:00:22] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009028 10.0.0.27 - - [2025-12-25 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2025-12-25 03:00:22] "GET /network-policy/318a51da-7d96-4948-b340-b6fff1ddc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004803 10.0.0.27 - - [2025-12-25 03:00:27] "POST /neutron/network HTTP/1.1" 200 1440 0.024136 10.0.0.27 - - [2025-12-25 03:00:27] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009924 10.0.0.27 - - [2025-12-25 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2025-12-25 03:00:27] "GET /network-policy/4cea14a2-04f8-4362-8215-af5fb055c27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005251 10.0.0.27 - - [2025-12-25 03:00:32] "POST /neutron/network HTTP/1.1" 200 1440 0.013771 10.0.0.33 - - [2025-12-25 03:00:32] "PUT /access-control-list/944fd2c3-2282-4928-a588-10822b431623 HTTP/1.1" 200 272 0.022383 10.0.0.27 - - [2025-12-25 03:00:32] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007898 10.0.0.27 - - [2025-12-25 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2025-12-25 03:00:32] "GET /network-policy/0f2f898f-1277-46ab-8460-c6073718038b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004981 10.0.0.27 - - [2025-12-25 03:00:38] "POST /neutron/network HTTP/1.1" 200 1440 0.011766 10.0.0.33 - - [2025-12-25 03:00:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003006 10.0.0.27 - - [2025-12-25 03:00:38] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007364 10.0.0.27 - - [2025-12-25 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-12-25 03:00:38] "GET /network-policy/408802f2-3e1e-4f9c-90e0-39e6bc974ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005450 10.0.0.27 - - [2025-12-25 03:00:43] "POST /neutron/network HTTP/1.1" 200 1440 0.013014 10.0.0.27 - - [2025-12-25 03:00:43] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008319 10.0.0.27 - - [2025-12-25 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-25 03:00:43] "GET /network-policy/7590c7f6-15e5-44eb-9e11-59cc52371597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004189 10.0.0.27 - - [2025-12-25 03:00:48] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 200 1304 0.005147 10.0.0.27 - - [2025-12-25 03:00:49] "POST /neutron/port HTTP/1.1" 200 1238 0.022850 10.0.0.27 - - [2025-12-25 03:00:50] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 404 171 0.003502 10.0.0.27 - - [2025-12-25 03:00:50] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 404 171 0.003484 10.0.0.27 - - [2025-12-25 03:00:50] "GET /virtual-machine/7159438b-9d33-439f-bac2-c0a1eb4e620d HTTP/1.1" 404 171 0.003564 10.0.0.27 - - [2025-12-25 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.27 - - [2025-12-25 03:00:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004718 10.0.0.27 - - [2025-12-25 03:00:51] "GET /virtual-networks?parent_id=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003784 10.0.0.27 - - [2025-12-25 03:00:51] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007035 10.0.0.27 - - [2025-12-25 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.27 - - [2025-12-25 03:00:51] "GET /routing-instance/7b888764-2cff-4d94-9ab2-60402a23d0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005734 10.0.0.27 - - [2025-12-25 03:00:51] "GET /route-target/59990f44-5a49-4f8c-be3e-a57368e3d765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005363 10.0.0.33 - - [2025-12-25 03:00:51] "GET /obj-perms HTTP/1.1" 200 5019 0.081149 10.0.0.27 - - [2025-12-25 03:00:54] "GET /obj-perms HTTP/1.1" 200 5019 0.063968 10.0.0.33 - - [2025-12-25 03:01:00] "GET /obj-perms HTTP/1.1" 200 5019 0.004852 10.0.0.27 - - [2025-12-25 03:01:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004633 10.0.0.23 - - [2025-12-25 03:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.063083 10.0.0.33 - - [2025-12-25 03:01:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004952 10.0.0.27 - - [2025-12-25 03:01:04] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006200 10.0.0.27 - - [2025-12-25 03:01:04] "POST /neutron/network HTTP/1.1" 200 1440 0.013637 10.0.0.33 - - [2025-12-25 03:01:04] "DELETE /access-control-list/944fd2c3-2282-4928-a588-10822b431623 HTTP/1.1" 200 115 0.040866 10.0.0.27 - - [2025-12-25 03:01:04] "GET /virtual-network/274ef2ef-3dfe-4237-8915-26e314dc4700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009136 10.0.0.27 - - [2025-12-25 03:01:04] "DELETE /network-policy/7590c7f6-15e5-44eb-9e11-59cc52371597 HTTP/1.1" 200 115 0.046293 10.0.0.27 - - [2025-12-25 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.23 - - [2025-12-25 03:01:04] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.27 - - [2025-12-25 03:01:04] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037461 10.0.0.27 - - [2025-12-25 03:01:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006783 10.0.0.27 - - [2025-12-25 03:01:04] "DELETE /network-policy/408802f2-3e1e-4f9c-90e0-39e6bc974ad4 HTTP/1.1" 200 115 0.039263 10.0.0.27 - - [2025-12-25 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008418 10.0.0.23 - - [2025-12-25 03:01:04] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.27 - - [2025-12-25 03:01:04] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039799 10.0.0.27 - - [2025-12-25 03:01:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006738 10.0.0.27 - - [2025-12-25 03:01:04] "DELETE /network-policy/0f2f898f-1277-46ab-8460-c6073718038b HTTP/1.1" 200 115 0.050894 10.0.0.27 - - [2025-12-25 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2025-12-25 03:01:04] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001658 10.0.0.27 - - [2025-12-25 03:01:04] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048782 10.0.0.27 - - [2025-12-25 03:01:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006515 10.0.0.27 - - [2025-12-25 03:01:05] "DELETE /network-policy/4cea14a2-04f8-4362-8215-af5fb055c27d HTTP/1.1" 200 115 0.051468 10.0.0.27 - - [2025-12-25 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.23 - - [2025-12-25 03:01:05] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.27 - - [2025-12-25 03:01:05] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051257 10.0.0.27 - - [2025-12-25 03:01:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005911 10.0.0.27 - - [2025-12-25 03:01:05] "DELETE /network-policy/318a51da-7d96-4948-b340-b6fff1ddc88a HTTP/1.1" 200 115 0.055341 10.0.0.27 - - [2025-12-25 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.23 - - [2025-12-25 03:01:05] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.27 - - [2025-12-25 03:01:05] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051077 10.0.0.27 - - [2025-12-25 03:01:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006283 10.0.0.27 - - [2025-12-25 03:01:05] "DELETE /network-policy/f6a50123-c225-4ef8-806d-8f5c73108e2a HTTP/1.1" 200 115 0.045981 10.0.0.27 - - [2025-12-25 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.23 - - [2025-12-25 03:01:05] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001958 10.0.0.27 - - [2025-12-25 03:01:05] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.059765 10.0.0.27 - - [2025-12-25 03:01:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005751 10.0.0.27 - - [2025-12-25 03:01:05] "DELETE /network-policy/fd65cc98-a14f-4280-b377-3e67f33d3af6 HTTP/1.1" 200 115 0.043036 10.0.0.27 - - [2025-12-25 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.23 - - [2025-12-25 03:01:05] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.27 - - [2025-12-25 03:01:05] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041219 10.0.0.27 - - [2025-12-25 03:01:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005853 10.0.0.27 - - [2025-12-25 03:01:06] "DELETE /network-policy/21fca0bc-c51e-482f-a52e-df62c57be2fc HTTP/1.1" 200 115 0.042333 10.0.0.27 - - [2025-12-25 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007648 10.0.0.23 - - [2025-12-25 03:01:06] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.27 - - [2025-12-25 03:01:06] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047496 10.0.0.27 - - [2025-12-25 03:01:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006675 10.0.0.27 - - [2025-12-25 03:01:06] "DELETE /network-policy/9784ffd7-feb2-4b4c-aee3-aeed228d89e4 HTTP/1.1" 200 115 0.050267 10.0.0.27 - - [2025-12-25 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006951 10.0.0.23 - - [2025-12-25 03:01:06] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.27 - - [2025-12-25 03:01:06] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042148 10.0.0.27 - - [2025-12-25 03:01:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005901 10.0.0.27 - - [2025-12-25 03:01:06] "DELETE /network-policy/b764f7cc-791f-49fb-bca5-6a98c9905e0d HTTP/1.1" 200 115 0.046592 10.0.0.27 - - [2025-12-25 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2025-12-25 03:01:06] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.27 - - [2025-12-25 03:01:06] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040224 10.0.0.27 - - [2025-12-25 03:01:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-95975767&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006044 10.0.0.27 - - [2025-12-25 03:01:06] "POST /neutron/network HTTP/1.1" 200 1337 0.016562 10.0.0.27 - - [2025-12-25 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.27 - - [2025-12-25 03:01:07] "DELETE /network-ipam/d7bbaba2-a692-4753-9188-46c84b72fd5a HTTP/1.1" 200 115 0.044308 10.0.0.27 - - [2025-12-25 03:01:07] "POST /fqname-to-id HTTP/1.1" 404 260 0.007474 10.0.0.23 - - [2025-12-25 03:01:07] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.23 - - [2025-12-25 03:01:07] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.065414 10.0.0.23 - - [2025-12-25 03:01:07] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001860 10.0.0.23 - - [2025-12-25 03:01:07] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?fields=security_groups HTTP/1.1" 200 1409 0.062997 10.0.0.23 - - [2025-12-25 03:01:07] "DELETE /security-group/2b00a365-c129-474e-b667-59ca4719a3f7 HTTP/1.1" 200 115 0.056223 10.0.0.23 - - [2025-12-25 03:01:07] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.33 - - [2025-12-25 03:01:07] "DELETE /access-control-list/79ba67a2-b9fb-432e-a07f-b856785a552e HTTP/1.1" 200 115 0.043514 10.0.0.23 - - [2025-12-25 03:01:07] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?fields=application_policy_sets HTTP/1.1" 200 1448 0.051792 10.0.0.27 - - [2025-12-25 03:01:07] "DELETE /project/29c8609b-d44c-4b4a-bd95-27084f90c39b HTTP/1.1" 200 115 0.490188 10.0.0.23 - - [2025-12-25 03:01:07] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.27 - - [2025-12-25 03:01:07] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?fields=projects HTTP/1.1" 200 1439 0.021723 10.0.0.23 - - [2025-12-25 03:01:10] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004150 10.0.0.23 - - [2025-12-25 03:01:10] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.23 - - [2025-12-25 03:01:10] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050966 10.0.0.23 - - [2025-12-25 03:01:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.004224 10.0.0.23 - - [2025-12-25 03:01:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.004164 10.0.0.23 - - [2025-12-25 03:01:10] "POST /security-groups HTTP/1.1" 200 603 0.081045 10.0.0.23 - - [2025-12-25 03:01:10] "POST /projects HTTP/1.1" 200 609 0.284849 10.0.0.33 - - [2025-12-25 03:01:10] "POST /access-control-lists HTTP/1.1" 200 608 0.029042 10.0.0.23 - - [2025-12-25 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.366270 10.0.0.27 - - [2025-12-25 03:01:11] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.536698 10.0.0.23 - - [2025-12-25 03:01:11] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001863 10.0.0.27 - - [2025-12-25 03:01:11] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?fields=virtual_networks HTTP/1.1" 200 1066 0.063150 10.0.0.23 - - [2025-12-25 03:01:11] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.27 - - [2025-12-25 03:01:11] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.051243 10.0.0.23 - - [2025-12-25 03:01:11] "GET /projects?obj_uuids=29c8609b-d44c-4b4a-bd95-27084f90c39b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001604 10.0.0.27 - - [2025-12-25 03:01:11] "GET /project/29c8609b-d44c-4b4a-bd95-27084f90c39b?fields=security_groups HTTP/1.1" 200 1304 0.046279 10.0.0.27 - - [2025-12-25 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.034461 10.0.0.23 - - [2025-12-25 03:01:12] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.23 - - [2025-12-25 03:01:12] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.23 - - [2025-12-25 03:01:12] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008485 10.0.0.23 - - [2025-12-25 03:01:12] "POST /id-to-fqname HTTP/1.1" 200 196 0.004257 10.0.0.23 - - [2025-12-25 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.003778 10.0.0.23 - - [2025-12-25 03:01:12] "POST /security-groups HTTP/1.1" 200 597 0.083963 10.0.0.33 - - [2025-12-25 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 240 0.003484 10.0.0.23 - - [2025-12-25 03:01:12] "POST /projects HTTP/1.1" 200 597 0.292470 10.0.0.23 - - [2025-12-25 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.374538 10.0.0.33 - - [2025-12-25 03:01:12] "POST /access-control-lists HTTP/1.1" 200 600 0.030704 10.0.0.27 - - [2025-12-25 03:01:12] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.538899 10.0.0.27 - - [2025-12-25 03:01:14] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.27 - - [2025-12-25 03:01:16] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-12-25 03:01:16] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001287 10.0.0.27 - - [2025-12-25 03:01:16] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085749 10.0.0.27 - - [2025-12-25 03:01:17] "GET / HTTP/1.1" 200 35931 0.002317 10.0.0.27 - - [2025-12-25 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.23 - - [2025-12-25 03:01:17] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.27 - - [2025-12-25 03:01:17] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007612 10.0.0.27 - - [2025-12-25 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2025-12-25 03:01:18] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000998 10.0.0.27 - - [2025-12-25 03:01:18] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060218 10.0.0.27 - - [2025-12-25 03:01:19] "GET /domains HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-12-25 03:01:19] "GET /domains HTTP/1.1" 200 280 0.041163 10.0.0.23 - - [2025-12-25 03:01:19] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.27 - - [2025-12-25 03:01:19] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99 HTTP/1.1" 200 2972 0.012373 10.0.0.23 - - [2025-12-25 03:01:19] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001171 10.0.0.27 - - [2025-12-25 03:01:19] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f HTTP/1.1" 200 1897 0.094526 10.0.0.27 - - [2025-12-25 03:01:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003763 10.0.0.27 - - [2025-12-25 03:01:19] "POST /network-ipams HTTP/1.1" 200 603 0.033952 10.0.0.27 - - [2025-12-25 03:01:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003504 10.0.0.27 - - [2025-12-25 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.27 - - [2025-12-25 03:01:19] "GET /network-ipam/bad9c9b5-e3af-4df4-b680-16ed68ae46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007783 10.0.0.27 - - [2025-12-25 03:01:20] "PUT /network-ipam/bad9c9b5-e3af-4df4-b680-16ed68ae46c1 HTTP/1.1" 200 258 0.020795 10.0.0.27 - - [2025-12-25 03:01:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-25 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.066126 10.0.0.23 - - [2025-12-25 03:01:20] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.27 - - [2025-12-25 03:01:20] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043395 10.0.0.23 - - [2025-12-25 03:01:20] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001724 10.0.0.27 - - [2025-12-25 03:01:21] "POST /neutron/network HTTP/1.1" 200 617 0.182495 10.0.0.27 - - [2025-12-25 03:01:21] "POST /neutron/network HTTP/1.1" 200 1074 0.012823 10.0.0.27 - - [2025-12-25 03:01:21] "POST /id-to-fqname HTTP/1.1" 200 229 0.001227 10.0.0.27 - - [2025-12-25 03:01:21] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005840 10.0.0.27 - - [2025-12-25 03:01:21] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006700 10.0.0.27 - - [2025-12-25 03:01:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.009436 10.0.0.27 - - [2025-12-25 03:01:22] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006090 10.0.0.27 - - [2025-12-25 03:01:23] "GET /obj-perms HTTP/1.1" 200 5013 0.065316 10.0.0.27 - - [2025-12-25 03:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.23 - - [2025-12-25 03:01:24] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.27 - - [2025-12-25 03:01:24] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049235 10.0.0.23 - - [2025-12-25 03:01:24] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001048 10.0.0.27 - - [2025-12-25 03:01:24] "POST /neutron/network HTTP/1.1" 200 617 0.135775 10.0.0.33 - - [2025-12-25 03:01:24] "POST /route-targets HTTP/1.1" 200 327 0.015734 10.0.0.27 - - [2025-12-25 03:01:24] "POST /neutron/network HTTP/1.1" 200 1074 0.016678 10.0.0.27 - - [2025-12-25 03:01:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001401 10.0.0.27 - - [2025-12-25 03:01:24] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007211 10.0.0.27 - - [2025-12-25 03:01:24] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006016 10.0.0.27 - - [2025-12-25 03:01:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.010362 10.0.0.27 - - [2025-12-25 03:01:25] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007363 10.0.0.23 - - [2025-12-25 03:01:25] "GET /obj-perms HTTP/1.1" 200 5013 0.097509 10.0.0.27 - - [2025-12-25 03:01:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.004090 10.0.0.27 - - [2025-12-25 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-25 03:01:25] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001665 10.0.0.27 - - [2025-12-25 03:01:25] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040033 10.0.0.27 - - [2025-12-25 03:01:26] "POST /network-policys HTTP/1.1" 200 527 0.089841 10.0.0.27 - - [2025-12-25 03:01:26] "GET /network-policy/cd90d663-8c1d-4411-952d-fd6c3d86ee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006710 10.0.0.27 - - [2025-12-25 03:01:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.007708 10.0.0.27 - - [2025-12-25 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2025-12-25 03:01:26] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001093 10.0.0.27 - - [2025-12-25 03:01:26] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046601 10.0.0.27 - - [2025-12-25 03:01:26] "POST /network-policys HTTP/1.1" 200 527 0.081854 10.0.0.27 - - [2025-12-25 03:01:26] "GET /network-policy/298c9729-ba54-4c9d-92f1-364ba27d8aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006384 10.0.0.27 - - [2025-12-25 03:01:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.004267 10.0.0.27 - - [2025-12-25 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.23 - - [2025-12-25 03:01:26] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001451 10.0.0.27 - - [2025-12-25 03:01:26] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055902 10.0.0.27 - - [2025-12-25 03:01:27] "POST /network-policys HTTP/1.1" 200 527 0.089206 10.0.0.27 - - [2025-12-25 03:01:27] "GET /network-policy/830bb582-15d8-4c34-a470-82add5595004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.010060 10.0.0.33 - - [2025-12-25 03:01:27] "DELETE /access-control-list/229e28a0-4f91-4226-922c-df244a524e60 HTTP/1.1" 200 115 0.078587 10.0.0.27 - - [2025-12-25 03:01:27] "POST /fqname-to-id HTTP/1.1" 404 205 0.003234 10.0.0.27 - - [2025-12-25 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2025-12-25 03:01:27] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.27 - - [2025-12-25 03:01:27] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067407 10.0.0.27 - - [2025-12-25 03:01:27] "POST /network-policys HTTP/1.1" 200 527 0.087402 10.0.0.27 - - [2025-12-25 03:01:27] "GET /network-policy/31bba232-f76d-4d28-b247-8fc9d704b9ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006226 10.0.0.27 - - [2025-12-25 03:01:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003290 10.0.0.27 - - [2025-12-25 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.23 - - [2025-12-25 03:01:27] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001559 10.0.0.27 - - [2025-12-25 03:01:27] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057301 10.0.0.27 - - [2025-12-25 03:01:27] "POST /network-policys HTTP/1.1" 200 531 0.039407 10.0.0.27 - - [2025-12-25 03:01:28] "GET /network-policy/4d6ef2bd-254f-4a2c-90ce-b5ded3a8dee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.007646 10.0.0.27 - - [2025-12-25 03:01:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003031 10.0.0.27 - - [2025-12-25 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2025-12-25 03:01:28] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.27 - - [2025-12-25 03:01:28] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053563 10.0.0.27 - - [2025-12-25 03:01:28] "POST /network-policys HTTP/1.1" 200 529 0.079006 10.0.0.27 - - [2025-12-25 03:01:28] "GET /network-policy/6006ad97-4f54-42a7-8d2a-cc40d51ed6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006937 10.0.0.27 - - [2025-12-25 03:01:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003128 10.0.0.27 - - [2025-12-25 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.23 - - [2025-12-25 03:01:28] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.27 - - [2025-12-25 03:01:28] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058714 10.0.0.27 - - [2025-12-25 03:01:28] "POST /network-policys HTTP/1.1" 200 529 0.078418 10.0.0.27 - - [2025-12-25 03:01:28] "GET /network-policy/d640cf70-b5cb-4442-bf2e-48e4983efd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006254 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003371 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.23 - - [2025-12-25 03:01:29] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001562 10.0.0.27 - - [2025-12-25 03:01:29] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051341 10.0.0.27 - - [2025-12-25 03:01:29] "POST /network-policys HTTP/1.1" 200 529 0.090195 10.0.0.27 - - [2025-12-25 03:01:29] "GET /network-policy/fd13f795-20a3-4d60-81f0-867b59340d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007219 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.004318 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.23 - - [2025-12-25 03:01:29] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001018 10.0.0.27 - - [2025-12-25 03:01:29] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040161 10.0.0.27 - - [2025-12-25 03:01:29] "POST /network-policys HTTP/1.1" 200 529 0.079339 10.0.0.27 - - [2025-12-25 03:01:29] "GET /network-policy/59399034-6922-48e9-822f-52045d5be6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006867 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003072 10.0.0.27 - - [2025-12-25 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-25 03:01:30] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001313 10.0.0.27 - - [2025-12-25 03:01:30] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042734 10.0.0.27 - - [2025-12-25 03:01:30] "POST /network-policys HTTP/1.1" 200 533 0.034662 10.0.0.27 - - [2025-12-25 03:01:30] "GET /network-policy/22adb9d7-d287-48fe-ad3a-cad02b75ad2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006183 10.0.0.27 - - [2025-12-25 03:01:30] "POST /neutron/network HTTP/1.1" 200 1157 0.095149 10.0.0.27 - - [2025-12-25 03:01:30] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007800 10.0.0.27 - - [2025-12-25 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.018467 10.0.0.27 - - [2025-12-25 03:01:30] "GET /network-policy/cd90d663-8c1d-4411-952d-fd6c3d86ee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004775 10.0.0.33 - - [2025-12-25 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.013643 10.0.0.27 - - [2025-12-25 03:01:31] "POST /neutron/network HTTP/1.1" 200 1159 0.093606 10.0.0.27 - - [2025-12-25 03:01:31] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006521 10.0.0.27 - - [2025-12-25 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008276 10.0.0.27 - - [2025-12-25 03:01:31] "GET /network-policy/4d6ef2bd-254f-4a2c-90ce-b5ded3a8dee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.010118 10.0.0.27 - - [2025-12-25 03:01:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001714 10.0.0.23 - - [2025-12-25 03:01:32] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001007 10.0.0.27 - - [2025-12-25 03:01:32] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088938 10.0.0.27 - - [2025-12-25 03:01:32] "POST /neutron/network HTTP/1.1" 200 1157 0.010069 10.0.0.27 - - [2025-12-25 03:01:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001373 10.0.0.27 - - [2025-12-25 03:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.007637 10.0.0.23 - - [2025-12-25 03:01:33] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001084 10.0.0.33 - - [2025-12-25 03:01:33] "PUT /access-control-list/29881781-8595-4fdc-ae15-827460a84d23 HTTP/1.1" 200 272 0.018283 10.0.0.27 - - [2025-12-25 03:01:33] "POST /neutron/port HTTP/1.1" 200 1061 0.406378 10.0.0.23 - - [2025-12-25 03:01:33] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.27 - - [2025-12-25 03:01:33] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.121957 10.0.0.27 - - [2025-12-25 03:01:33] "POST /neutron/port HTTP/1.1" 200 1115 0.183541 10.0.0.27 - - [2025-12-25 03:01:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004297 10.0.0.27 - - [2025-12-25 03:01:34] "POST /neutron/network HTTP/1.1" 200 1157 0.010156 10.0.0.27 - - [2025-12-25 03:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.006510 10.0.0.27 - - [2025-12-25 03:01:34] "POST /neutron/network HTTP/1.1" 200 1169 0.007370 10.0.0.27 - - [2025-12-25 03:01:35] "POST /neutron/port HTTP/1.1" 200 1061 0.018588 10.0.0.27 - - [2025-12-25 03:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.27 - - [2025-12-25 03:01:35] "POST /neutron/network HTTP/1.1" 200 1159 0.011267 10.0.0.27 - - [2025-12-25 03:01:39] "POST /neutron/port HTTP/1.1" 200 1125 0.019668 10.0.0.27 - - [2025-12-25 03:01:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008181 10.0.0.27 - - [2025-12-25 03:01:39] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-25 03:01:40] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 200 1298 0.045275 10.0.0.27 - - [2025-12-25 03:01:40] "GET /virtual-machine-interface/4a9b6973-21fe-433f-ad46-5e28cfeca89c HTTP/1.1" 200 2951 0.006819 10.0.0.27 - - [2025-12-25 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2025-12-25 03:01:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.27 - - [2025-12-25 03:01:40] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003367 10.0.0.27 - - [2025-12-25 03:01:40] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006990 10.0.0.23 - - [2025-12-25 03:01:42] "DELETE /project/29c8609b-d44c-4b4a-bd95-27084f90c39b HTTP/1.1" 404 177 0.004516 10.0.0.23 - - [2025-12-25 03:01:42] "DELETE /project/29c8609bd44c4b4abd9527084f90c39b HTTP/1.1" 404 173 0.004253 10.0.0.23 - - [2025-12-25 03:01:42] "DELETE /project/1f1a04d68ab048308326c10bf2691b5f HTTP/1.1" 404 173 0.007851 10.0.0.27 - - [2025-12-25 03:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2025-12-25 03:01:43] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006703 10.0.0.27 - - [2025-12-25 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-12-25 03:01:47] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006168 10.0.0.27 - - [2025-12-25 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.27 - - [2025-12-25 03:01:51] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005710 10.0.0.27 - - [2025-12-25 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2025-12-25 03:01:55] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006001 10.0.0.27 - - [2025-12-25 03:01:56] "POST /neutron/network HTTP/1.1" 200 1167 0.007484 10.0.0.27 - - [2025-12-25 03:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.27 - - [2025-12-25 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2025-12-25 03:01:59] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007308 10.0.0.27 - - [2025-12-25 03:02:03] "POST /neutron/port HTTP/1.1" 200 1125 0.077201 10.0.0.27 - - [2025-12-25 03:02:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.022435 10.0.0.27 - - [2025-12-25 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-12-25 03:02:03] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007785 10.0.0.33 - - [2025-12-25 03:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.074330 10.0.0.27 - - [2025-12-25 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-25 03:02:07] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005913 10.0.0.27 - - [2025-12-25 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2025-12-25 03:02:12] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008083 10.0.0.27 - - [2025-12-25 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.27 - - [2025-12-25 03:02:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.27 - - [2025-12-25 03:02:16] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003365 10.0.0.27 - - [2025-12-25 03:02:16] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008170 10.0.0.27 - - [2025-12-25 03:02:16] "POST /neutron/port HTTP/1.1" 200 1125 0.019380 10.0.0.27 - - [2025-12-25 03:02:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008308 10.0.0.27 - - [2025-12-25 03:02:26] "POST /neutron/port HTTP/1.1" 200 1125 0.018907 10.0.0.27 - - [2025-12-25 03:02:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008180 10.0.0.27 - - [2025-12-25 03:02:37] "POST /neutron/port HTTP/1.1" 200 1125 0.021705 10.0.0.27 - - [2025-12-25 03:02:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009356 10.0.0.27 - - [2025-12-25 03:02:37] "GET /virtual-machine/c7b41c86-324e-48c0-b1f6-514e5d8dc5df HTTP/1.1" 200 1299 0.008728 10.0.0.27 - - [2025-12-25 03:02:37] "GET /virtual-machine-interface/9227508d-5867-4cdf-82cf-fd4561e8c9a0 HTTP/1.1" 200 2951 0.005666 10.0.0.27 - - [2025-12-25 03:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2025-12-25 03:02:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004505 10.0.0.27 - - [2025-12-25 03:02:37] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003520 10.0.0.27 - - [2025-12-25 03:02:37] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005837 10.0.0.27 - - [2025-12-25 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.27 - - [2025-12-25 03:02:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.27 - - [2025-12-25 03:02:38] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003623 10.0.0.27 - - [2025-12-25 03:02:38] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008689 10.0.0.27 - - [2025-12-25 03:02:38] "POST /neutron/port HTTP/1.1" 200 1125 0.019576 10.0.0.27 - - [2025-12-25 03:02:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007917 10.0.0.27 - - [2025-12-25 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-12-25 03:02:44] "GET /network-policy/4d6ef2bd-254f-4a2c-90ce-b5ded3a8dee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004092 10.0.0.27 - - [2025-12-25 03:02:44] "POST /neutron/port HTTP/1.1" 200 1125 0.018654 10.0.0.27 - - [2025-12-25 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.27 - - [2025-12-25 03:02:44] "GET /network-policy/cd90d663-8c1d-4411-952d-fd6c3d86ee1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003907 10.0.0.27 - - [2025-12-25 03:02:44] "POST /neutron/network HTTP/1.1" 200 1157 0.102856 10.0.0.27 - - [2025-12-25 03:02:44] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008645 10.0.0.27 - - [2025-12-25 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2025-12-25 03:02:44] "GET /network-policy/298c9729-ba54-4c9d-92f1-364ba27d8aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005553 10.0.0.27 - - [2025-12-25 03:02:56] "POST /neutron/port HTTP/1.1" 200 1125 0.017455 10.0.0.27 - - [2025-12-25 03:02:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.012843 10.0.0.27 - - [2025-12-25 03:03:05] "POST /neutron/port HTTP/1.1" 200 1125 0.029461 10.0.0.27 - - [2025-12-25 03:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.27 - - [2025-12-25 03:03:05] "POST /neutron/network HTTP/1.1" 200 1159 0.009806 10.0.0.27 - - [2025-12-25 03:03:05] "GET /obj-perms HTTP/1.1" 200 5056 0.070526 10.0.0.27 - - [2025-12-25 03:03:51] "POST /neutron/network HTTP/1.1" 200 1160 0.011579 10.0.0.33 - - [2025-12-25 03:03:51] "PUT /access-control-list/29881781-8595-4fdc-ae15-827460a84d23 HTTP/1.1" 200 272 0.089716 10.0.0.27 - - [2025-12-25 03:03:51] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.013574 10.0.0.27 - - [2025-12-25 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2025-12-25 03:03:51] "GET /network-policy/22adb9d7-d287-48fe-ad3a-cad02b75ad2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004013 10.0.0.27 - - [2025-12-25 03:03:56] "POST /neutron/network HTTP/1.1" 200 1170 0.007813 10.0.0.27 - - [2025-12-25 03:03:56] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2025-12-25 03:04:00] "POST /neutron/network HTTP/1.1" 200 1157 0.159865 10.0.0.27 - - [2025-12-25 03:04:00] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007331 10.0.0.27 - - [2025-12-25 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-12-25 03:04:00] "GET /network-policy/830bb582-15d8-4c34-a470-82add5595004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.010556 10.0.0.33 - - [2025-12-25 03:04:00] "POST /ref-update HTTP/1.1" 200 156 0.040830 10.0.0.27 - - [2025-12-25 03:04:05] "POST /neutron/port HTTP/1.1" 200 1125 0.019120 10.0.0.27 - - [2025-12-25 03:04:05] "POST /neutron/subnet HTTP/1.1" 200 675 0.013969 10.0.0.27 - - [2025-12-25 03:04:09] "POST /neutron/network HTTP/1.1" 200 1157 0.011279 10.0.0.27 - - [2025-12-25 03:04:09] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009046 10.0.0.27 - - [2025-12-25 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-12-25 03:04:09] "GET /network-policy/31bba232-f76d-4d28-b247-8fc9d704b9ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004471 10.0.0.27 - - [2025-12-25 03:04:17] "POST /neutron/network HTTP/1.1" 200 1157 0.013601 10.0.0.33 - - [2025-12-25 03:04:17] "POST /ref-update HTTP/1.1" 200 156 0.033148 10.0.0.27 - - [2025-12-25 03:04:17] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009600 10.0.0.27 - - [2025-12-25 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2025-12-25 03:04:17] "GET /network-policy/6006ad97-4f54-42a7-8d2a-cc40d51ed6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005502 10.0.0.27 - - [2025-12-25 03:04:26] "POST /neutron/network HTTP/1.1" 200 1158 0.010675 10.0.0.27 - - [2025-12-25 03:04:26] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007987 10.0.0.27 - - [2025-12-25 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007508 10.0.0.27 - - [2025-12-25 03:04:26] "GET /network-policy/d640cf70-b5cb-4442-bf2e-48e4983efd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004833 10.0.0.27 - - [2025-12-25 03:04:33] "POST /neutron/network HTTP/1.1" 200 1158 0.010405 10.0.0.33 - - [2025-12-25 03:04:33] "PUT /access-control-list/29881781-8595-4fdc-ae15-827460a84d23 HTTP/1.1" 200 272 0.022017 10.0.0.27 - - [2025-12-25 03:04:34] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.011766 10.0.0.27 - - [2025-12-25 03:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.27 - - [2025-12-25 03:04:34] "GET /network-policy/fd13f795-20a3-4d60-81f0-867b59340d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004411 10.0.0.33 - - [2025-12-25 03:04:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-12-25 03:04:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001078 10.0.0.33 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.33 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-25 03:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-25 03:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-12-25 03:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-12-25 03:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-12-25 03:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2025-12-25 03:04:42] "POST /neutron/network HTTP/1.1" 200 1158 0.011153 10.0.0.27 - - [2025-12-25 03:04:43] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.014968 10.0.0.27 - - [2025-12-25 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.27 - - [2025-12-25 03:04:43] "GET /network-policy/59399034-6922-48e9-822f-52045d5be6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004561 10.0.0.27 - - [2025-12-25 03:04:50] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007644 10.0.0.27 - - [2025-12-25 03:04:50] "POST /neutron/network HTTP/1.1" 200 1158 0.012926 10.0.0.33 - - [2025-12-25 03:04:50] "POST /ref-update HTTP/1.1" 200 156 0.030694 10.0.0.27 - - [2025-12-25 03:04:50] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.012105 10.0.0.27 - - [2025-12-25 03:04:51] "GET /virtual-machine/c7b41c86-324e-48c0-b1f6-514e5d8dc5df HTTP/1.1" 200 1299 0.004167 10.0.0.27 - - [2025-12-25 03:04:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019949 10.0.0.27 - - [2025-12-25 03:04:53] "GET /virtual-machine/c7b41c86-324e-48c0-b1f6-514e5d8dc5df HTTP/1.1" 404 171 0.003525 10.0.0.27 - - [2025-12-25 03:04:53] "GET /virtual-machine/c7b41c86-324e-48c0-b1f6-514e5d8dc5df HTTP/1.1" 404 171 0.006665 10.0.0.27 - - [2025-12-25 03:04:53] "GET /virtual-machine/c7b41c86-324e-48c0-b1f6-514e5d8dc5df HTTP/1.1" 404 171 0.003155 10.0.0.27 - - [2025-12-25 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.27 - - [2025-12-25 03:04:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.27 - - [2025-12-25 03:04:53] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005445 10.0.0.27 - - [2025-12-25 03:04:53] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006778 10.0.0.27 - - [2025-12-25 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-12-25 03:04:53] "GET /routing-instance/d8ed27f0-6df3-4115-a732-0ce880a15355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005364 10.0.0.27 - - [2025-12-25 03:04:53] "GET /route-target/cede5bca-4abf-40e3-a297-3305d797e18f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004508 10.0.0.33 - - [2025-12-25 03:04:56] "GET /obj-perms HTTP/1.1" 200 5013 0.073734 10.0.0.27 - - [2025-12-25 03:04:57] "POST /neutron/port HTTP/1.1" 200 1125 0.019790 10.0.0.27 - - [2025-12-25 03:04:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110 10.0.0.27 - - [2025-12-25 03:04:57] "POST /neutron/network HTTP/1.1" 200 1074 0.010132 10.0.0.27 - - [2025-12-25 03:04:59] "GET /obj-perms HTTP/1.1" 200 5013 0.005903 10.0.0.33 - - [2025-12-25 03:05:06] "GET /obj-perms HTTP/1.1" 200 5013 0.004890 10.0.0.27 - - [2025-12-25 03:05:06] "GET /obj-perms HTTP/1.1" 200 5013 0.004089 10.0.0.23 - - [2025-12-25 03:05:06] "GET /obj-perms HTTP/1.1" 200 5013 0.004678 10.0.0.27 - - [2025-12-25 03:05:06] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 200 1298 0.004670 10.0.0.27 - - [2025-12-25 03:05:07] "POST /neutron/port HTTP/1.1" 200 151 0.199679 10.0.0.27 - - [2025-12-25 03:05:08] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 404 171 0.003734 10.0.0.27 - - [2025-12-25 03:05:08] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 404 171 0.003024 10.0.0.27 - - [2025-12-25 03:05:08] "GET /virtual-machine/b9ab6780-4942-42ad-890d-62fca0922948 HTTP/1.1" 404 171 0.004415 10.0.0.27 - - [2025-12-25 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2025-12-25 03:05:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003850 10.0.0.27 - - [2025-12-25 03:05:08] "GET /virtual-networks?parent_id=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002984 10.0.0.27 - - [2025-12-25 03:05:08] "GET /virtual-network/cd59bc5c-80f6-4c24-9f98-aae1e30c5c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006741 10.0.0.27 - - [2025-12-25 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2025-12-25 03:05:08] "GET /routing-instance/bd949363-d903-476b-a8a7-ac9b5025d991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005161 10.0.0.27 - - [2025-12-25 03:05:08] "GET /route-target/d438e9b8-5a39-4183-b2ff-1c4d7f472761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004456 10.0.0.27 - - [2025-12-25 03:05:08] "GET /obj-perms HTTP/1.1" 200 5013 0.005099 10.0.0.33 - - [2025-12-25 03:05:08] "GET /obj-perms HTTP/1.1" 200 5013 0.007130 10.0.0.27 - - [2025-12-25 03:05:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004113 10.0.0.33 - - [2025-12-25 03:05:18] "GET /obj-perms HTTP/1.1" 200 5013 0.004202 10.0.0.27 - - [2025-12-25 03:05:27] "GET /obj-perms HTTP/1.1" 200 5013 0.005073 10.0.0.33 - - [2025-12-25 03:05:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004883 10.0.0.27 - - [2025-12-25 03:05:36] "GET /obj-perms HTTP/1.1" 200 5013 0.003970 10.0.0.33 - - [2025-12-25 03:05:36] "GET /obj-perms HTTP/1.1" 200 5013 0.003693 10.0.0.27 - - [2025-12-25 03:05:36] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008097 10.0.0.27 - - [2025-12-25 03:05:36] "POST /neutron/network HTTP/1.1" 200 1074 0.029651 10.0.0.27 - - [2025-12-25 03:05:36] "GET /virtual-network/c55ca30f-5141-493b-8dac-2f96c6a8d9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007377 10.0.0.27 - - [2025-12-25 03:05:37] "DELETE /network-policy/22adb9d7-d287-48fe-ad3a-cad02b75ad2d HTTP/1.1" 200 115 0.037712 10.0.0.27 - - [2025-12-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2025-12-25 03:05:37] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.031244 10.0.0.27 - - [2025-12-25 03:05:37] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077133 10.0.0.27 - - [2025-12-25 03:05:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006610 10.0.0.27 - - [2025-12-25 03:05:37] "DELETE /network-policy/59399034-6922-48e9-822f-52045d5be6c7 HTTP/1.1" 200 115 0.037199 10.0.0.27 - - [2025-12-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2025-12-25 03:05:37] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001216 10.0.0.27 - - [2025-12-25 03:05:37] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044198 10.0.0.27 - - [2025-12-25 03:05:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006922 10.0.0.27 - - [2025-12-25 03:05:37] "DELETE /network-policy/fd13f795-20a3-4d60-81f0-867b59340d08 HTTP/1.1" 200 115 0.038491 10.0.0.27 - - [2025-12-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2025-12-25 03:05:37] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000950 10.0.0.27 - - [2025-12-25 03:05:37] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045444 10.0.0.27 - - [2025-12-25 03:05:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006783 10.0.0.27 - - [2025-12-25 03:05:37] "DELETE /network-policy/d640cf70-b5cb-4442-bf2e-48e4983efd07 HTTP/1.1" 200 115 0.039239 10.0.0.27 - - [2025-12-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2025-12-25 03:05:37] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.27 - - [2025-12-25 03:05:37] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042569 10.0.0.27 - - [2025-12-25 03:05:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006394 10.0.0.27 - - [2025-12-25 03:05:38] "DELETE /network-policy/6006ad97-4f54-42a7-8d2a-cc40d51ed6cd HTTP/1.1" 200 115 0.050871 10.0.0.27 - - [2025-12-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-12-25 03:05:38] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001200 10.0.0.27 - - [2025-12-25 03:05:38] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040254 10.0.0.27 - - [2025-12-25 03:05:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005841 10.0.0.27 - - [2025-12-25 03:05:38] "DELETE /network-policy/4d6ef2bd-254f-4a2c-90ce-b5ded3a8dee3 HTTP/1.1" 200 115 0.033089 10.0.0.27 - - [2025-12-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-25 03:05:38] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.27 - - [2025-12-25 03:05:38] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041001 10.0.0.27 - - [2025-12-25 03:05:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006546 10.0.0.27 - - [2025-12-25 03:05:38] "DELETE /network-policy/31bba232-f76d-4d28-b247-8fc9d704b9ab HTTP/1.1" 200 115 0.044640 10.0.0.27 - - [2025-12-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2025-12-25 03:05:38] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001032 10.0.0.27 - - [2025-12-25 03:05:38] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047279 10.0.0.27 - - [2025-12-25 03:05:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.010384 10.0.0.27 - - [2025-12-25 03:05:38] "DELETE /network-policy/830bb582-15d8-4c34-a470-82add5595004 HTTP/1.1" 200 115 0.038398 10.0.0.27 - - [2025-12-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2025-12-25 03:05:38] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001245 10.0.0.27 - - [2025-12-25 03:05:38] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042758 10.0.0.27 - - [2025-12-25 03:05:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006821 10.0.0.27 - - [2025-12-25 03:05:38] "DELETE /network-policy/298c9729-ba54-4c9d-92f1-364ba27d8aac HTTP/1.1" 200 115 0.042197 10.0.0.27 - - [2025-12-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011810 10.0.0.23 - - [2025-12-25 03:05:39] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001280 10.0.0.27 - - [2025-12-25 03:05:39] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039818 10.0.0.27 - - [2025-12-25 03:05:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005993 10.0.0.27 - - [2025-12-25 03:05:39] "DELETE /network-policy/cd90d663-8c1d-4411-952d-fd6c3d86ee1c HTTP/1.1" 200 115 0.044123 10.0.0.27 - - [2025-12-25 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-12-25 03:05:39] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.27 - - [2025-12-25 03:05:39] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049882 10.0.0.27 - - [2025-12-25 03:05:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32248924&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006467 10.0.0.33 - - [2025-12-25 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2025-12-25 03:05:39] "POST /neutron/network HTTP/1.1" 200 1074 0.013579 10.0.0.33 - - [2025-12-25 03:05:40] "DELETE /route-target/d438e9b8-5a39-4183-b2ff-1c4d7f472761 HTTP/1.1" 200 115 0.027012 10.0.0.27 - - [2025-12-25 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2025-12-25 03:05:40] "DELETE /network-ipam/bad9c9b5-e3af-4df4-b680-16ed68ae46c1 HTTP/1.1" 200 115 0.036524 10.0.0.27 - - [2025-12-25 03:05:40] "POST /fqname-to-id HTTP/1.1" 404 248 0.003775 10.0.0.23 - - [2025-12-25 03:05:40] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.23 - - [2025-12-25 03:05:40] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.048036 10.0.0.23 - - [2025-12-25 03:05:40] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001694 10.0.0.23 - - [2025-12-25 03:05:40] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?fields=security_groups HTTP/1.1" 200 1390 0.055047 10.0.0.23 - - [2025-12-25 03:05:40] "DELETE /security-group/a3153c2c-5c34-4ab2-9fab-eb68481c83cc HTTP/1.1" 200 115 0.057580 10.0.0.23 - - [2025-12-25 03:05:40] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003059 10.0.0.23 - - [2025-12-25 03:05:40] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?fields=application_policy_sets HTTP/1.1" 200 1429 0.065553 10.0.0.27 - - [2025-12-25 03:05:41] "DELETE /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f HTTP/1.1" 200 115 0.467587 10.0.0.23 - - [2025-12-25 03:05:41] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.27 - - [2025-12-25 03:05:41] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?fields=projects HTTP/1.1" 200 1439 0.012506 10.0.0.23 - - [2025-12-25 03:05:42] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004010 10.0.0.23 - - [2025-12-25 03:05:42] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.23 - - [2025-12-25 03:05:42] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037193 10.0.0.23 - - [2025-12-25 03:05:42] "POST /id-to-fqname HTTP/1.1" 200 196 0.003460 10.0.0.23 - - [2025-12-25 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.006462 10.0.0.23 - - [2025-12-25 03:05:42] "POST /security-groups HTTP/1.1" 200 597 0.076388 10.0.0.33 - - [2025-12-25 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 240 0.004538 10.0.0.23 - - [2025-12-25 03:05:42] "POST /projects HTTP/1.1" 200 597 0.310901 10.0.0.23 - - [2025-12-25 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.345194 10.0.0.33 - - [2025-12-25 03:05:42] "POST /access-control-lists HTTP/1.1" 200 600 0.034488 10.0.0.27 - - [2025-12-25 03:05:42] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.529756 10.0.0.23 - - [2025-12-25 03:05:42] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002374 10.0.0.27 - - [2025-12-25 03:05:42] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?fields=virtual_networks HTTP/1.1" 200 1053 0.056520 10.0.0.23 - - [2025-12-25 03:05:43] "DELETE /project/1f1a04d68ab048308326c10bf2691b5f HTTP/1.1" 404 173 0.004804 10.0.0.23 - - [2025-12-25 03:05:43] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001373 10.0.0.27 - - [2025-12-25 03:05:43] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.045235 10.0.0.23 - - [2025-12-25 03:05:43] "GET /projects?obj_uuids=1f1a04d6-8ab0-4830-8326-c10bf2691b5f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001551 10.0.0.27 - - [2025-12-25 03:05:43] "GET /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f?fields=security_groups HTTP/1.1" 200 1285 0.065879 10.0.0.27 - - [2025-12-25 03:05:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.034350 10.0.0.23 - - [2025-12-25 03:05:44] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003177 10.0.0.23 - - [2025-12-25 03:05:44] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.23 - - [2025-12-25 03:05:44] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008526 10.0.0.23 - - [2025-12-25 03:05:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.002992 10.0.0.23 - - [2025-12-25 03:05:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.005757 10.0.0.23 - - [2025-12-25 03:05:44] "POST /security-groups HTTP/1.1" 200 603 0.035829 10.0.0.23 - - [2025-12-25 03:05:44] "POST /projects HTTP/1.1" 200 609 0.284077 10.0.0.33 - - [2025-12-25 03:05:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.007206 10.0.0.23 - - [2025-12-25 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.358930 10.0.0.27 - - [2025-12-25 03:05:44] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.501796 10.0.0.27 - - [2025-12-25 03:05:46] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.27 - - [2025-12-25 03:05:48] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-25 03:05:48] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001307 10.0.0.27 - - [2025-12-25 03:05:48] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.098370 10.0.0.27 - - [2025-12-25 03:05:49] "GET / HTTP/1.1" 200 35931 0.003392 10.0.0.27 - - [2025-12-25 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.23 - - [2025-12-25 03:05:49] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.27 - - [2025-12-25 03:05:49] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008225 10.0.0.27 - - [2025-12-25 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.23 - - [2025-12-25 03:05:49] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001558 10.0.0.27 - - [2025-12-25 03:05:49] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.055030 10.0.0.27 - - [2025-12-25 03:05:51] "GET /domains HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-12-25 03:05:51] "GET /domains HTTP/1.1" 200 280 0.032962 10.0.0.23 - - [2025-12-25 03:05:51] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.27 - - [2025-12-25 03:05:51] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99 HTTP/1.1" 200 2972 0.009462 10.0.0.23 - - [2025-12-25 03:05:51] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001371 10.0.0.27 - - [2025-12-25 03:05:51] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f HTTP/1.1" 200 1934 0.096535 10.0.0.27 - - [2025-12-25 03:05:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004338 10.0.0.27 - - [2025-12-25 03:05:51] "POST /network-ipams HTTP/1.1" 200 621 0.035423 10.0.0.27 - - [2025-12-25 03:05:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004501 10.0.0.27 - - [2025-12-25 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.27 - - [2025-12-25 03:05:51] "GET /network-ipam/e9fdbf2f-878f-4767-988b-706987855177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006241 10.0.0.27 - - [2025-12-25 03:05:51] "PUT /network-ipam/e9fdbf2f-878f-4767-988b-706987855177 HTTP/1.1" 200 258 0.015574 10.0.0.27 - - [2025-12-25 03:05:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-12-25 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.036511 10.0.0.23 - - [2025-12-25 03:05:52] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001801 10.0.0.27 - - [2025-12-25 03:05:52] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.064912 10.0.0.23 - - [2025-12-25 03:05:52] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001621 10.0.0.27 - - [2025-12-25 03:05:52] "POST /neutron/network HTTP/1.1" 200 623 0.169128 10.0.0.33 - - [2025-12-25 03:05:52] "POST /ref-update HTTP/1.1" 200 156 0.035454 10.0.0.23 - - [2025-12-25 03:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005967 10.0.0.27 - - [2025-12-25 03:05:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.205550 10.0.0.33 - - [2025-12-25 03:05:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.070062 10.0.0.27 - - [2025-12-25 03:05:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001264 10.0.0.27 - - [2025-12-25 03:05:53] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008646 10.0.0.27 - - [2025-12-25 03:05:53] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005873 10.0.0.27 - - [2025-12-25 03:05:53] "POST /neutron/network HTTP/1.1" 200 1337 0.015293 10.0.0.27 - - [2025-12-25 03:05:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.010281 10.0.0.27 - - [2025-12-25 03:05:54] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005772 10.0.0.27 - - [2025-12-25 03:05:55] "GET /obj-perms HTTP/1.1" 200 5019 0.110711 10.0.0.27 - - [2025-12-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-12-25 03:05:56] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.27 - - [2025-12-25 03:05:56] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044554 10.0.0.23 - - [2025-12-25 03:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.013541 10.0.0.27 - - [2025-12-25 03:05:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.228803 10.0.0.27 - - [2025-12-25 03:05:57] "POST /neutron/network HTTP/1.1" 200 1337 0.019995 10.0.0.27 - - [2025-12-25 03:05:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001674 10.0.0.27 - - [2025-12-25 03:05:57] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005856 10.0.0.27 - - [2025-12-25 03:05:57] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006878 10.0.0.27 - - [2025-12-25 03:05:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.009992 10.0.0.27 - - [2025-12-25 03:05:57] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005748 10.0.0.33 - - [2025-12-25 03:05:57] "GET /obj-perms HTTP/1.1" 200 5019 0.060441 10.0.0.23 - - [2025-12-25 03:05:58] "GET /obj-perms HTTP/1.1" 200 5019 0.085456 10.0.0.27 - - [2025-12-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004338 10.0.0.27 - - [2025-12-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.23 - - [2025-12-25 03:05:58] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.27 - - [2025-12-25 03:05:58] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043471 10.0.0.27 - - [2025-12-25 03:05:58] "POST /network-policys HTTP/1.1" 200 533 0.083448 10.0.0.27 - - [2025-12-25 03:05:58] "GET /network-policy/99f3a535-914c-484b-803f-def4355efedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008387 10.0.0.27 - - [2025-12-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003634 10.0.0.27 - - [2025-12-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2025-12-25 03:05:58] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001247 10.0.0.27 - - [2025-12-25 03:05:58] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054753 10.0.0.27 - - [2025-12-25 03:05:58] "POST /network-policys HTTP/1.1" 200 533 0.087668 10.0.0.27 - - [2025-12-25 03:05:58] "GET /network-policy/5a003060-82d3-4554-a56e-b3f978d58c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.009253 10.0.0.27 - - [2025-12-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003251 10.0.0.27 - - [2025-12-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2025-12-25 03:05:59] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.27 - - [2025-12-25 03:05:59] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048746 10.0.0.27 - - [2025-12-25 03:05:59] "POST /network-policys HTTP/1.1" 200 533 0.089470 10.0.0.27 - - [2025-12-25 03:05:59] "GET /network-policy/7e5997a9-b8d6-40ac-896c-ff430ac7c7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.017520 10.0.0.27 - - [2025-12-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003435 10.0.0.27 - - [2025-12-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010808 10.0.0.23 - - [2025-12-25 03:05:59] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.27 - - [2025-12-25 03:05:59] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.059785 10.0.0.27 - - [2025-12-25 03:05:59] "POST /network-policys HTTP/1.1" 200 533 0.104226 10.0.0.27 - - [2025-12-25 03:05:59] "GET /network-policy/f50f413b-b9dd-4538-80da-a8080b1b8a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.009001 10.0.0.27 - - [2025-12-25 03:06:00] "POST /fqname-to-id HTTP/1.1" 404 213 0.005362 10.0.0.27 - - [2025-12-25 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007848 10.0.0.23 - - [2025-12-25 03:06:00] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.27 - - [2025-12-25 03:06:00] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.070108 10.0.0.27 - - [2025-12-25 03:06:00] "POST /network-policys HTTP/1.1" 200 537 0.034980 10.0.0.27 - - [2025-12-25 03:06:00] "GET /network-policy/d2fe57fa-4148-4edf-85cf-b1f76cd08b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.012466 10.0.0.27 - - [2025-12-25 03:06:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.008320 10.0.0.27 - - [2025-12-25 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-12-25 03:06:00] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.27 - - [2025-12-25 03:06:00] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066084 10.0.0.27 - - [2025-12-25 03:06:00] "POST /network-policys HTTP/1.1" 200 535 0.087305 10.0.0.27 - - [2025-12-25 03:06:00] "GET /network-policy/ee3c72ea-8add-4d31-a311-80c4da3d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.010767 10.0.0.27 - - [2025-12-25 03:06:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.003755 10.0.0.27 - - [2025-12-25 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-12-25 03:06:01] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.27 - - [2025-12-25 03:06:01] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.072170 10.0.0.27 - - [2025-12-25 03:06:01] "POST /network-policys HTTP/1.1" 200 535 0.091841 10.0.0.27 - - [2025-12-25 03:06:01] "GET /network-policy/50cded64-b80e-4e00-954f-6a9e0ae32056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.012555 10.0.0.27 - - [2025-12-25 03:06:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.003242 10.0.0.27 - - [2025-12-25 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2025-12-25 03:06:01] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.27 - - [2025-12-25 03:06:01] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.070282 10.0.0.27 - - [2025-12-25 03:06:01] "POST /network-policys HTTP/1.1" 200 535 0.093577 10.0.0.27 - - [2025-12-25 03:06:01] "GET /network-policy/e79b8783-8511-4715-80b8-36e83fa34298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007251 10.0.0.27 - - [2025-12-25 03:06:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.003591 10.0.0.27 - - [2025-12-25 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.23 - - [2025-12-25 03:06:02] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.27 - - [2025-12-25 03:06:02] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054299 10.0.0.27 - - [2025-12-25 03:06:02] "POST /network-policys HTTP/1.1" 200 535 0.088344 10.0.0.27 - - [2025-12-25 03:06:02] "GET /network-policy/111cf236-8413-4c24-9741-d684af3dfd91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.009781 10.0.0.27 - - [2025-12-25 03:06:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.004274 10.0.0.27 - - [2025-12-25 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-12-25 03:06:02] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.27 - - [2025-12-25 03:06:02] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.065523 10.0.0.27 - - [2025-12-25 03:06:02] "POST /network-policys HTTP/1.1" 200 539 0.038589 10.0.0.27 - - [2025-12-25 03:06:02] "GET /network-policy/dbb305ed-5cb8-4e8e-9d7e-e5b888a42d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006701 10.0.0.27 - - [2025-12-25 03:06:03] "POST /neutron/network HTTP/1.1" 200 1337 0.014786 10.0.0.33 - - [2025-12-25 03:06:03] "POST /fqname-to-id HTTP/1.1" 404 252 0.003080 10.0.0.27 - - [2025-12-25 03:06:03] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.019187 10.0.0.27 - - [2025-12-25 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.27 - - [2025-12-25 03:06:03] "GET /network-policy/99f3a535-914c-484b-803f-def4355efedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004260 10.0.0.27 - - [2025-12-25 03:06:03] "POST /neutron/network HTTP/1.1" 200 1337 0.024528 10.0.0.33 - - [2025-12-25 03:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.020321 10.0.0.33 - - [2025-12-25 03:06:03] "POST /access-control-lists HTTP/1.1" 200 609 0.095814 10.0.0.27 - - [2025-12-25 03:06:03] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009741 10.0.0.27 - - [2025-12-25 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010898 10.0.0.27 - - [2025-12-25 03:06:03] "GET /network-policy/d2fe57fa-4148-4edf-85cf-b1f76cd08b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005531 10.0.0.27 - - [2025-12-25 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 235 0.001306 10.0.0.27 - - [2025-12-25 03:06:04] "POST /neutron/network HTTP/1.1" 200 1435 0.009726 10.0.0.23 - - [2025-12-25 03:06:05] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.27 - - [2025-12-25 03:06:05] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.089584 10.0.0.27 - - [2025-12-25 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.007322 10.0.0.27 - - [2025-12-25 03:06:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001384 10.0.0.27 - - [2025-12-25 03:06:06] "POST /neutron/network HTTP/1.1" 200 1435 0.010625 10.0.0.27 - - [2025-12-25 03:06:07] "POST /neutron/port HTTP/1.1" 200 1174 0.025240 10.0.0.23 - - [2025-12-25 03:06:07] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.27 - - [2025-12-25 03:06:07] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.117807 10.0.0.27 - - [2025-12-25 03:06:07] "POST /neutron/port HTTP/1.1" 200 1238 0.026262 10.0.0.27 - - [2025-12-25 03:06:07] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020584 10.0.0.27 - - [2025-12-25 03:06:07] "POST /neutron/network HTTP/1.1" 200 1425 0.013160 10.0.0.27 - - [2025-12-25 03:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.007899 10.0.0.27 - - [2025-12-25 03:06:08] "POST /neutron/network HTTP/1.1" 200 1437 0.007367 10.0.0.33 - - [2025-12-25 03:06:08] "PUT /access-control-list/62576f18-7a22-43bd-b93c-c97ba603130c HTTP/1.1" 200 272 0.020124 10.0.0.27 - - [2025-12-25 03:06:09] "POST /neutron/port HTTP/1.1" 200 1174 0.026181 10.0.0.27 - - [2025-12-25 03:06:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.27 - - [2025-12-25 03:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.27 - - [2025-12-25 03:06:13] "POST /neutron/port HTTP/1.1" 200 1238 0.019726 10.0.0.27 - - [2025-12-25 03:06:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008422 10.0.0.27 - - [2025-12-25 03:06:13] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 401 292 0.000547 10.0.0.27 - - [2025-12-25 03:06:13] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 200 1305 0.050053 10.0.0.27 - - [2025-12-25 03:06:13] "GET /virtual-machine-interface/531df8e6-2845-45ad-a7d9-ae980e2a4099 HTTP/1.1" 200 3169 0.007119 10.0.0.27 - - [2025-12-25 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2025-12-25 03:06:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.27 - - [2025-12-25 03:06:13] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003541 10.0.0.27 - - [2025-12-25 03:06:13] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006031 10.0.0.27 - - [2025-12-25 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.27 - - [2025-12-25 03:06:16] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005981 10.0.0.27 - - [2025-12-25 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.27 - - [2025-12-25 03:06:21] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006140 10.0.0.27 - - [2025-12-25 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2025-12-25 03:06:25] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006061 10.0.0.27 - - [2025-12-25 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2025-12-25 03:06:29] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006381 10.0.0.27 - - [2025-12-25 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2025-12-25 03:06:33] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005592 10.0.0.27 - - [2025-12-25 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2025-12-25 03:06:37] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006806 10.0.0.27 - - [2025-12-25 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2025-12-25 03:06:41] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006694 10.0.0.23 - - [2025-12-25 03:06:43] "DELETE /project/4f04385e639d4632bede8424a8ef107f HTTP/1.1" 404 173 0.003734 10.0.0.23 - - [2025-12-25 03:06:43] "DELETE /project/1f1a04d6-8ab0-4830-8326-c10bf2691b5f HTTP/1.1" 404 177 0.007536 10.0.0.27 - - [2025-12-25 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007818 10.0.0.27 - - [2025-12-25 03:06:45] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007281 10.0.0.27 - - [2025-12-25 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2025-12-25 03:06:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.27 - - [2025-12-25 03:06:49] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004581 10.0.0.27 - - [2025-12-25 03:06:49] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005761 10.0.0.27 - - [2025-12-25 03:06:49] "POST /neutron/port HTTP/1.1" 200 1238 0.026011 10.0.0.27 - - [2025-12-25 03:06:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009180 10.0.0.27 - - [2025-12-25 03:06:58] "POST /neutron/network HTTP/1.1" 200 1435 0.048948 10.0.0.27 - - [2025-12-25 03:06:58] "POST /neutron/subnet HTTP/1.1" 200 1361 0.036908 10.0.0.27 - - [2025-12-25 03:06:58] "POST /neutron/network HTTP/1.1" 200 1425 0.016253 10.0.0.27 - - [2025-12-25 03:07:00] "POST /neutron/port HTTP/1.1" 200 1238 0.023731 10.0.0.27 - - [2025-12-25 03:07:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.044826 10.0.0.27 - - [2025-12-25 03:07:09] "POST /neutron/port HTTP/1.1" 200 1238 0.063173 10.0.0.27 - - [2025-12-25 03:07:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006216 10.0.0.27 - - [2025-12-25 03:07:10] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.27 - - [2025-12-25 03:07:10] "POST /neutron/port HTTP/1.1" 200 1238 0.101288 10.0.0.27 - - [2025-12-25 03:07:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008593 10.0.0.27 - - [2025-12-25 03:07:11] "GET /virtual-machine/f9138563-4d3c-498e-8ad8-1d542c69a8dc HTTP/1.1" 200 1305 0.007184 10.0.0.27 - - [2025-12-25 03:07:11] "GET /virtual-machine-interface/8ed2d8c1-0328-46fb-b370-9296caaac872 HTTP/1.1" 200 3170 0.006626 10.0.0.27 - - [2025-12-25 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.27 - - [2025-12-25 03:07:11] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.27 - - [2025-12-25 03:07:11] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003632 10.0.0.27 - - [2025-12-25 03:07:11] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006089 10.0.0.27 - - [2025-12-25 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.27 - - [2025-12-25 03:07:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004802 10.0.0.27 - - [2025-12-25 03:07:12] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003543 10.0.0.27 - - [2025-12-25 03:07:12] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007015 10.0.0.27 - - [2025-12-25 03:07:12] "POST /neutron/port HTTP/1.1" 200 1238 0.022246 10.0.0.27 - - [2025-12-25 03:07:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007846 10.0.0.27 - - [2025-12-25 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.27 - - [2025-12-25 03:07:18] "GET /network-policy/d2fe57fa-4148-4edf-85cf-b1f76cd08b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004983 10.0.0.27 - - [2025-12-25 03:07:18] "POST /neutron/port HTTP/1.1" 200 1238 0.023545 10.0.0.27 - - [2025-12-25 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-12-25 03:07:18] "GET /network-policy/99f3a535-914c-484b-803f-def4355efedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005091 10.0.0.33 - - [2025-12-25 03:07:18] "PUT /access-control-list/7832947e-e4a2-495c-947c-f8d05dcb3551 HTTP/1.1" 200 272 0.015115 10.0.0.27 - - [2025-12-25 03:07:18] "POST /neutron/network HTTP/1.1" 200 1425 0.105598 10.0.0.27 - - [2025-12-25 03:07:18] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007166 10.0.0.27 - - [2025-12-25 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-12-25 03:07:18] "GET /network-policy/5a003060-82d3-4554-a56e-b3f978d58c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004429 10.0.0.27 - - [2025-12-25 03:07:37] "POST /neutron/network HTTP/1.1" 200 1428 0.127112 10.0.0.27 - - [2025-12-25 03:07:37] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007162 10.0.0.27 - - [2025-12-25 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.27 - - [2025-12-25 03:07:37] "GET /network-policy/dbb305ed-5cb8-4e8e-9d7e-e5b888a42d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003860 10.0.0.33 - - [2025-12-25 03:07:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003589 10.0.0.33 - - [2025-12-25 03:07:49] "PUT /access-control-list/7832947e-e4a2-495c-947c-f8d05dcb3551 HTTP/1.1" 200 272 0.025417 10.0.0.27 - - [2025-12-25 03:07:49] "POST /neutron/network HTTP/1.1" 200 1425 0.104660 10.0.0.27 - - [2025-12-25 03:07:50] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008022 10.0.0.27 - - [2025-12-25 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.27 - - [2025-12-25 03:07:50] "GET /network-policy/7e5997a9-b8d6-40ac-896c-ff430ac7c7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004390 10.0.0.27 - - [2025-12-25 03:07:59] "POST /neutron/port HTTP/1.1" 200 1238 0.022060 10.0.0.27 - - [2025-12-25 03:07:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004709 10.0.0.27 - - [2025-12-25 03:07:59] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.27 - - [2025-12-25 03:08:02] "POST /neutron/network HTTP/1.1" 200 1425 0.134653 10.0.0.27 - - [2025-12-25 03:08:02] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007252 10.0.0.27 - - [2025-12-25 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006589 10.0.0.27 - - [2025-12-25 03:08:02] "GET /network-policy/f50f413b-b9dd-4538-80da-a8080b1b8a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005704 10.0.0.27 - - [2025-12-25 03:08:10] "GET /obj-perms HTTP/1.1" 200 5056 0.070369 10.0.0.27 - - [2025-12-25 03:08:11] "POST /neutron/port HTTP/1.1" 200 1238 0.022459 10.0.0.27 - - [2025-12-25 03:08:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.27 - - [2025-12-25 03:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.33 - - [2025-12-25 03:08:12] "PUT /access-control-list/7832947e-e4a2-495c-947c-f8d05dcb3551 HTTP/1.1" 200 272 0.018499 10.0.0.27 - - [2025-12-25 03:08:12] "POST /neutron/network HTTP/1.1" 200 1426 0.133772 10.0.0.27 - - [2025-12-25 03:08:12] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007481 10.0.0.27 - - [2025-12-25 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007096 10.0.0.27 - - [2025-12-25 03:08:12] "GET /network-policy/ee3c72ea-8add-4d31-a311-80c4da3d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005801 10.0.0.33 - - [2025-12-25 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004749 10.0.0.27 - - [2025-12-25 03:08:25] "POST /neutron/network HTTP/1.1" 200 1426 0.130443 10.0.0.33 - - [2025-12-25 03:08:25] "POST /ref-update HTTP/1.1" 200 156 0.058986 10.0.0.27 - - [2025-12-25 03:08:25] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006748 10.0.0.27 - - [2025-12-25 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-12-25 03:08:25] "GET /network-policy/50cded64-b80e-4e00-954f-6a9e0ae32056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006517 10.0.0.27 - - [2025-12-25 03:08:35] "POST /neutron/network HTTP/1.1" 200 1426 0.108281 10.0.0.27 - - [2025-12-25 03:08:35] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008164 10.0.0.27 - - [2025-12-25 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.27 - - [2025-12-25 03:08:36] "GET /network-policy/e79b8783-8511-4715-80b8-36e83fa34298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005736 10.0.0.27 - - [2025-12-25 03:08:48] "POST /neutron/network HTTP/1.1" 200 1426 0.102459 10.0.0.27 - - [2025-12-25 03:08:48] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007018 10.0.0.27 - - [2025-12-25 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.27 - - [2025-12-25 03:08:48] "GET /network-policy/111cf236-8413-4c24-9741-d684af3dfd91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004514 10.0.0.27 - - [2025-12-25 03:08:58] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006260 10.0.0.33 - - [2025-12-25 03:08:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.009051 10.0.0.27 - - [2025-12-25 03:08:58] "POST /neutron/network HTTP/1.1" 200 1337 0.115166 10.0.0.33 - - [2025-12-25 03:08:58] "DELETE /access-control-list/7832947e-e4a2-495c-947c-f8d05dcb3551 HTTP/1.1" 200 115 0.115730 10.0.0.27 - - [2025-12-25 03:08:58] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006424 10.0.0.27 - - [2025-12-25 03:08:58] "GET /virtual-machine/f9138563-4d3c-498e-8ad8-1d542c69a8dc HTTP/1.1" 200 1305 0.005970 10.0.0.27 - - [2025-12-25 03:08:59] "POST /neutron/port HTTP/1.1" 200 1228 0.019982 10.0.0.27 - - [2025-12-25 03:09:00] "POST /neutron/port HTTP/1.1" 200 1238 0.024860 10.0.0.27 - - [2025-12-25 03:09:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 10.0.0.27 - - [2025-12-25 03:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.27 - - [2025-12-25 03:09:00] "GET /virtual-machine/f9138563-4d3c-498e-8ad8-1d542c69a8dc HTTP/1.1" 404 171 0.005664 10.0.0.27 - - [2025-12-25 03:09:00] "GET /virtual-machine/f9138563-4d3c-498e-8ad8-1d542c69a8dc HTTP/1.1" 404 171 0.003171 10.0.0.27 - - [2025-12-25 03:09:00] "GET /virtual-machine/f9138563-4d3c-498e-8ad8-1d542c69a8dc HTTP/1.1" 404 171 0.005702 10.0.0.27 - - [2025-12-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2025-12-25 03:09:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007163 10.0.0.27 - - [2025-12-25 03:09:01] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003756 10.0.0.27 - - [2025-12-25 03:09:01] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006051 10.0.0.27 - - [2025-12-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-12-25 03:09:01] "GET /routing-instance/f94bc8cd-f9d7-449e-bbd3-ec91b0a4935b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005784 10.0.0.27 - - [2025-12-25 03:09:01] "GET /route-target/91dc3cfe-ade1-4297-aaeb-4112b28fe9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006544 10.0.0.33 - - [2025-12-25 03:09:01] "GET /obj-perms HTTP/1.1" 200 5019 0.004942 10.0.0.27 - - [2025-12-25 03:09:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004916 10.0.0.33 - - [2025-12-25 03:09:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004376 10.0.0.23 - - [2025-12-25 03:09:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004984 10.0.0.27 - - [2025-12-25 03:09:07] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 200 1305 0.004267 10.0.0.27 - - [2025-12-25 03:09:08] "POST /neutron/port HTTP/1.1" 200 1228 0.017481 10.0.0.27 - - [2025-12-25 03:09:09] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 404 171 0.003462 10.0.0.27 - - [2025-12-25 03:09:09] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 404 171 0.003550 10.0.0.27 - - [2025-12-25 03:09:09] "GET /virtual-machine/fa353dc3-c00a-4f54-8c1a-36e6500bbd06 HTTP/1.1" 404 171 0.003364 10.0.0.27 - - [2025-12-25 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2025-12-25 03:09:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004446 10.0.0.27 - - [2025-12-25 03:09:10] "GET /virtual-networks?parent_id=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003864 10.0.0.27 - - [2025-12-25 03:09:10] "GET /virtual-network/147f7686-1825-494a-b042-9bf14bd7b6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007442 10.0.0.27 - - [2025-12-25 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2025-12-25 03:09:10] "GET /routing-instance/a10f8df4-bdad-40f9-a05b-7ae603f3a9b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005428 10.0.0.27 - - [2025-12-25 03:09:10] "GET /route-target/678c5c7c-551c-4f29-b933-083f38610422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004736 10.0.0.27 - - [2025-12-25 03:09:10] "GET /obj-perms HTTP/1.1" 200 5019 0.004599 10.0.0.27 - - [2025-12-25 03:09:16] "GET /obj-perms HTTP/1.1" 200 5019 0.004361 10.0.0.33 - - [2025-12-25 03:09:16] "GET /obj-perms HTTP/1.1" 200 5019 0.005239 10.0.0.27 - - [2025-12-25 03:09:25] "GET /obj-perms HTTP/1.1" 200 5019 0.009538 10.0.0.33 - - [2025-12-25 03:09:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004011 10.0.0.27 - - [2025-12-25 03:09:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004592 10.0.0.33 - - [2025-12-25 03:09:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004731 10.0.0.27 - - [2025-12-25 03:09:35] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007849 10.0.0.27 - - [2025-12-25 03:09:35] "POST /neutron/network HTTP/1.1" 200 1337 0.090354 10.0.0.27 - - [2025-12-25 03:09:35] "GET /virtual-network/03803c06-00e6-4d05-9d2a-99de28f07896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006934 10.0.0.33 - - [2025-12-25 03:09:35] "POST /ref-update HTTP/1.1" 200 156 0.030427 10.0.0.27 - - [2025-12-25 03:09:35] "DELETE /network-policy/dbb305ed-5cb8-4e8e-9d7e-e5b888a42d69 HTTP/1.1" 200 115 0.042571 10.0.0.27 - - [2025-12-25 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2025-12-25 03:09:35] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001394 10.0.0.27 - - [2025-12-25 03:09:35] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045375 10.0.0.27 - - [2025-12-25 03:09:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006668 10.0.0.27 - - [2025-12-25 03:09:35] "DELETE /network-policy/111cf236-8413-4c24-9741-d684af3dfd91 HTTP/1.1" 200 115 0.045540 10.0.0.27 - - [2025-12-25 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2025-12-25 03:09:36] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001512 10.0.0.27 - - [2025-12-25 03:09:36] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044846 10.0.0.27 - - [2025-12-25 03:09:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005916 10.0.0.27 - - [2025-12-25 03:09:36] "DELETE /network-policy/e79b8783-8511-4715-80b8-36e83fa34298 HTTP/1.1" 200 115 0.043113 10.0.0.27 - - [2025-12-25 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.23 - - [2025-12-25 03:09:36] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001396 10.0.0.27 - - [2025-12-25 03:09:36] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047829 10.0.0.27 - - [2025-12-25 03:09:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006085 10.0.0.27 - - [2025-12-25 03:09:36] "DELETE /network-policy/50cded64-b80e-4e00-954f-6a9e0ae32056 HTTP/1.1" 200 115 0.044860 10.0.0.27 - - [2025-12-25 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.23 - - [2025-12-25 03:09:36] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.27 - - [2025-12-25 03:09:36] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044765 10.0.0.27 - - [2025-12-25 03:09:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005539 10.0.0.27 - - [2025-12-25 03:09:36] "DELETE /network-policy/ee3c72ea-8add-4d31-a311-80c4da3d7cb8 HTTP/1.1" 200 115 0.047486 10.0.0.27 - - [2025-12-25 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-25 03:09:36] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001310 10.0.0.27 - - [2025-12-25 03:09:36] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042421 10.0.0.27 - - [2025-12-25 03:09:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.010656 10.0.0.27 - - [2025-12-25 03:09:36] "DELETE /network-policy/d2fe57fa-4148-4edf-85cf-b1f76cd08b84 HTTP/1.1" 200 115 0.041312 10.0.0.27 - - [2025-12-25 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.23 - - [2025-12-25 03:09:36] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.27 - - [2025-12-25 03:09:36] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043080 10.0.0.27 - - [2025-12-25 03:09:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006458 10.0.0.27 - - [2025-12-25 03:09:37] "DELETE /network-policy/f50f413b-b9dd-4538-80da-a8080b1b8a88 HTTP/1.1" 200 115 0.043528 10.0.0.27 - - [2025-12-25 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008570 10.0.0.23 - - [2025-12-25 03:09:37] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.27 - - [2025-12-25 03:09:37] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041653 10.0.0.27 - - [2025-12-25 03:09:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005935 10.0.0.27 - - [2025-12-25 03:09:37] "DELETE /network-policy/7e5997a9-b8d6-40ac-896c-ff430ac7c7e1 HTTP/1.1" 200 115 0.044711 10.0.0.27 - - [2025-12-25 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007886 10.0.0.23 - - [2025-12-25 03:09:37] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.27 - - [2025-12-25 03:09:37] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040922 10.0.0.27 - - [2025-12-25 03:09:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005722 10.0.0.27 - - [2025-12-25 03:09:37] "DELETE /network-policy/5a003060-82d3-4554-a56e-b3f978d58c0e HTTP/1.1" 200 115 0.045762 10.0.0.27 - - [2025-12-25 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-25 03:09:37] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.27 - - [2025-12-25 03:09:37] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039092 10.0.0.27 - - [2025-12-25 03:09:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005949 10.0.0.27 - - [2025-12-25 03:09:37] "DELETE /network-policy/99f3a535-914c-484b-803f-def4355efedf HTTP/1.1" 200 115 0.046294 10.0.0.27 - - [2025-12-25 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2025-12-25 03:09:37] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.27 - - [2025-12-25 03:09:37] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040170 10.0.0.27 - - [2025-12-25 03:09:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-36162031&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006487 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003965 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003918 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.23 - - [2025-12-25 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003972 10.0.0.27 - - [2025-12-25 03:09:38] "POST /neutron/network HTTP/1.1" 200 151 0.179870 10.0.0.33 - - [2025-12-25 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.27 - - [2025-12-25 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.33 - - [2025-12-25 03:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-12-25 03:09:38] "DELETE /network-ipam/e9fdbf2f-878f-4767-988b-706987855177 HTTP/1.1" 200 115 0.040450 10.0.0.27 - - [2025-12-25 03:09:38] "POST /fqname-to-id HTTP/1.1" 404 260 0.003130 10.0.0.33 - - [2025-12-25 03:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2025-12-25 03:09:38] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.23 - - [2025-12-25 03:09:39] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.039731 10.0.0.23 - - [2025-12-25 03:09:39] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001465 10.0.0.23 - - [2025-12-25 03:09:39] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=security_groups HTTP/1.1" 200 1409 0.054714 10.0.0.23 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-25 03:09:39] "DELETE /security-group/73a8e4ef-50f4-4239-85d3-13c1f0aef428 HTTP/1.1" 200 115 0.056921 10.0.0.23 - - [2025-12-25 03:09:39] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001624 10.0.0.23 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-25 03:09:39] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=application_policy_sets HTTP/1.1" 200 1448 0.051367 10.0.0.33 - - [2025-12-25 03:09:39] "DELETE /access-control-list/cd062968-bdca-4fe9-8be9-c954b7d21bf5 HTTP/1.1" 200 115 0.048438 10.0.0.27 - - [2025-12-25 03:09:39] "DELETE /project/4f04385e-639d-4632-bede-8424a8ef107f HTTP/1.1" 200 115 0.413301 10.0.0.23 - - [2025-12-25 03:09:39] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.27 - - [2025-12-25 03:09:39] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?fields=projects HTTP/1.1" 200 1439 0.012534 10.0.0.33 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.33 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2025-12-25 03:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2025-12-25 03:09:40] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004249 10.0.0.23 - - [2025-12-25 03:09:40] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.23 - - [2025-12-25 03:09:40] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050509 10.0.0.23 - - [2025-12-25 03:09:41] "POST /id-to-fqname HTTP/1.1" 200 202 0.002998 10.0.0.23 - - [2025-12-25 03:09:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.004524 10.0.0.27 - - [2025-12-25 03:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-12-25 03:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000772 10.0.0.23 - - [2025-12-25 03:09:41] "POST /security-groups HTTP/1.1" 200 603 0.078202 10.0.0.23 - - [2025-12-25 03:09:41] "POST /projects HTTP/1.1" 200 609 0.308021 10.0.0.33 - - [2025-12-25 03:09:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.011507 10.0.0.23 - - [2025-12-25 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.386279 10.0.0.27 - - [2025-12-25 03:09:41] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.576125 10.0.0.23 - - [2025-12-25 03:09:41] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001736 10.0.0.27 - - [2025-12-25 03:09:41] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=virtual_networks HTTP/1.1" 200 1066 0.050582 10.0.0.23 - - [2025-12-25 03:09:41] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.27 - - [2025-12-25 03:09:41] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.054461 10.0.0.23 - - [2025-12-25 03:09:41] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.27 - - [2025-12-25 03:09:41] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=security_groups HTTP/1.1" 200 1304 0.050800 10.0.0.27 - - [2025-12-25 03:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-12-25 03:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2025-12-25 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.033511 10.0.0.23 - - [2025-12-25 03:09:42] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003521 10.0.0.23 - - [2025-12-25 03:09:42] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.23 - - [2025-12-25 03:09:42] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007175 10.0.0.23 - - [2025-12-25 03:09:42] "POST /id-to-fqname HTTP/1.1" 200 184 0.002162 10.0.0.23 - - [2025-12-25 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.006115 10.0.0.23 - - [2025-12-25 03:09:43] "POST /security-groups HTTP/1.1" 200 585 0.077127 10.0.0.23 - - [2025-12-25 03:09:43] "POST /projects HTTP/1.1" 200 573 0.286409 10.0.0.33 - - [2025-12-25 03:09:43] "POST /access-control-lists HTTP/1.1" 200 590 0.032694 10.0.0.23 - - [2025-12-25 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.368705 10.0.0.27 - - [2025-12-25 03:09:43] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.522323 10.0.0.23 - - [2025-12-25 03:09:43] "DELETE /project/e3c439c1e9a94a5891e58ca1d0d5e9b7 HTTP/1.1" 404 173 0.008696 10.0.0.23 - - [2025-12-25 03:09:43] "DELETE /project/4f04385e639d4632bede8424a8ef107f HTTP/1.1" 404 173 0.005775 10.0.0.23 - - [2025-12-25 03:09:43] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.23 - - [2025-12-25 03:09:43] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.047267 10.0.0.23 - - [2025-12-25 03:09:43] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.23 - - [2025-12-25 03:09:43] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=security_groups HTTP/1.1" 200 1409 0.044081 10.0.0.23 - - [2025-12-25 03:09:43] "DELETE /security-group/695ffa78-d30b-4a20-b820-426e8aa1d8ac HTTP/1.1" 200 115 0.061155 10.0.0.23 - - [2025-12-25 03:09:43] "GET /projects?obj_uuids=4f04385e-639d-4632-bede-8424a8ef107f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001727 10.0.0.33 - - [2025-12-25 03:09:43] "DELETE /access-control-list/f2e4163c-39da-4e76-ab0f-ef432d8fe463 HTTP/1.1" 200 115 0.055671 10.0.0.23 - - [2025-12-25 03:09:43] "GET /project/4f04385e-639d-4632-bede-8424a8ef107f?fields=application_policy_sets HTTP/1.1" 200 1448 0.059103 10.0.0.23 - - [2025-12-25 03:09:43] "DELETE /project/4f04385e-639d-4632-bede-8424a8ef107f HTTP/1.1" 200 115 0.451606 10.0.0.27 - - [2025-12-25 03:09:44] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.27 - - [2025-12-25 03:09:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-25 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.079136 10.0.0.23 - - [2025-12-25 03:09:45] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001084 10.0.0.27 - - [2025-12-25 03:09:45] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045963 10.0.0.27 - - [2025-12-25 03:09:46] "POST /neutron/network HTTP/1.1" 200 117 0.044086 10.0.0.33 - - [2025-12-25 03:09:46] "POST /ref-update HTTP/1.1" 200 156 0.023347 10.0.0.23 - - [2025-12-25 03:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.010329 10.0.0.27 - - [2025-12-25 03:09:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.203954 10.0.0.27 - - [2025-12-25 03:09:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001226 10.0.0.27 - - [2025-12-25 03:09:46] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006635 10.0.0.27 - - [2025-12-25 03:09:46] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006679 10.0.0.27 - - [2025-12-25 03:09:46] "POST /neutron/network HTTP/1.1" 200 991 0.011106 10.0.0.27 - - [2025-12-25 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2025-12-25 03:09:46] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000996 10.0.0.27 - - [2025-12-25 03:09:47] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053130 10.0.0.27 - - [2025-12-25 03:09:47] "POST /neutron/network HTTP/1.1" 200 117 0.016091 10.0.0.33 - - [2025-12-25 03:09:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.005765 10.0.0.23 - - [2025-12-25 03:09:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010490 10.0.0.27 - - [2025-12-25 03:09:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.196374 10.0.0.27 - - [2025-12-25 03:09:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001588 10.0.0.27 - - [2025-12-25 03:09:47] "GET /virtual-network/5504acf2-93b2-4557-b1d6-da314e3a58c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006178 10.0.0.27 - - [2025-12-25 03:09:47] "GET /virtual-network/5504acf2-93b2-4557-b1d6-da314e3a58c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005403 10.0.0.27 - - [2025-12-25 03:09:47] "POST /neutron/network HTTP/1.1" 200 991 0.009664 10.0.0.27 - - [2025-12-25 03:09:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001228 10.0.0.27 - - [2025-12-25 03:09:48] "POST /neutron/network HTTP/1.1" 200 1001 0.008789 10.0.0.23 - - [2025-12-25 03:09:48] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001078 10.0.0.27 - - [2025-12-25 03:09:49] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.087302 10.0.0.27 - - [2025-12-25 03:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.007458 10.0.0.27 - - [2025-12-25 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001348 10.0.0.27 - - [2025-12-25 03:09:49] "POST /neutron/network HTTP/1.1" 200 1001 0.009940 10.0.0.27 - - [2025-12-25 03:09:50] "POST /neutron/port HTTP/1.1" 200 1160 0.030244 10.0.0.23 - - [2025-12-25 03:09:50] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001466 10.0.0.27 - - [2025-12-25 03:09:50] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.110143 10.0.0.27 - - [2025-12-25 03:09:50] "POST /neutron/port HTTP/1.1" 200 1224 0.023495 10.0.0.27 - - [2025-12-25 03:09:50] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021823 10.0.0.27 - - [2025-12-25 03:09:50] "POST /neutron/port HTTP/1.1" 200 1224 0.022689 10.0.0.27 - - [2025-12-25 03:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.008412 10.0.0.27 - - [2025-12-25 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001740 10.0.0.27 - - [2025-12-25 03:09:51] "POST /neutron/network HTTP/1.1" 200 1001 0.009450 10.0.0.27 - - [2025-12-25 03:09:51] "POST /neutron/port HTTP/1.1" 200 1160 0.023744 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/port HTTP/1.1" 200 1224 0.022393 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/subnet HTTP/1.1" 200 1380 0.023917 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/network HTTP/1.1" 200 991 0.013074 10.0.0.23 - - [2025-12-25 03:09:52] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001321 10.0.0.27 - - [2025-12-25 03:09:52] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.086079 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008748 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014554 10.0.0.27 - - [2025-12-25 03:09:52] "POST /neutron/port HTTP/1.1" 200 1224 0.024434 10.0.0.27 - - [2025-12-25 03:09:53] "GET /virtual-machine/5018fc9b-2170-416a-b700-c05431dea96f HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2025-12-25 03:09:53] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001001 10.0.0.27 - - [2025-12-25 03:09:53] "POST /neutron/port HTTP/1.1" 200 1160 0.407908 10.0.0.27 - - [2025-12-25 03:09:53] "GET /virtual-machine/5018fc9b-2170-416a-b700-c05431dea96f HTTP/1.1" 200 1286 0.043906 10.0.0.27 - - [2025-12-25 03:09:53] "GET /virtual-machine-interface/7b37172d-1ef6-4e0a-a51b-441b21891a2b HTTP/1.1" 200 3105 0.005225 10.0.0.27 - - [2025-12-25 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-12-25 03:09:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003478 10.0.0.27 - - [2025-12-25 03:09:53] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002764 10.0.0.27 - - [2025-12-25 03:09:53] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006903 10.0.0.27 - - [2025-12-25 03:09:53] "POST /neutron/port HTTP/1.1" 200 1214 0.161429 10.0.0.27 - - [2025-12-25 03:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005040 10.0.0.27 - - [2025-12-25 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.27 - - [2025-12-25 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-12-25 03:09:56] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007780 10.0.0.27 - - [2025-12-25 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.27 - - [2025-12-25 03:10:00] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007937 10.0.0.27 - - [2025-12-25 03:10:01] "POST /neutron/port HTTP/1.1" 200 1224 0.032659 10.0.0.27 - - [2025-12-25 03:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007468 10.0.0.27 - - [2025-12-25 03:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.27 - - [2025-12-25 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2025-12-25 03:10:04] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006348 10.0.0.27 - - [2025-12-25 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-12-25 03:10:09] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006983 10.0.0.23 - - [2025-12-25 03:10:12] "GET /obj-perms HTTP/1.1" 200 5056 0.068336 10.0.0.27 - - [2025-12-25 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2025-12-25 03:10:13] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005891 10.0.0.27 - - [2025-12-25 03:10:15] "POST /neutron/port HTTP/1.1" 200 1224 0.021887 10.0.0.27 - - [2025-12-25 03:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005736 10.0.0.27 - - [2025-12-25 03:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.27 - - [2025-12-25 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.27 - - [2025-12-25 03:10:17] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005403 10.0.0.27 - - [2025-12-25 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349 10.0.0.27 - - [2025-12-25 03:10:21] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006830 10.0.0.27 - - [2025-12-25 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2025-12-25 03:10:25] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006200 10.0.0.27 - - [2025-12-25 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.27 - - [2025-12-25 03:10:29] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007138 10.0.0.27 - - [2025-12-25 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006086 10.0.0.27 - - [2025-12-25 03:10:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006068 10.0.0.27 - - [2025-12-25 03:10:31] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003549 10.0.0.27 - - [2025-12-25 03:10:31] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006968 10.0.0.27 - - [2025-12-25 03:10:31] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008127 10.0.0.27 - - [2025-12-25 03:10:42] "POST /neutron/port HTTP/1.1" 200 1224 0.022336 10.0.0.27 - - [2025-12-25 03:10:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007195 10.0.0.27 - - [2025-12-25 03:10:52] "POST /neutron/port HTTP/1.1" 200 1224 0.020627 10.0.0.27 - - [2025-12-25 03:10:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008591 10.0.0.27 - - [2025-12-25 03:10:58] "POST /neutron/port HTTP/1.1" 200 1224 0.022997 10.0.0.27 - - [2025-12-25 03:10:58] "GET /virtual-machine/ea77b51d-90c7-4e69-8834-ef56ddf1c7b5 HTTP/1.1" 200 1286 0.005881 10.0.0.27 - - [2025-12-25 03:10:58] "GET /virtual-machine-interface/97acd53c-8e22-43c5-addb-cf9e995d2dc0 HTTP/1.1" 200 3106 0.011131 10.0.0.27 - - [2025-12-25 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.27 - - [2025-12-25 03:10:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003946 10.0.0.27 - - [2025-12-25 03:10:58] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003541 10.0.0.27 - - [2025-12-25 03:10:58] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006616 10.0.0.27 - - [2025-12-25 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010331 10.0.0.27 - - [2025-12-25 03:10:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006458 10.0.0.27 - - [2025-12-25 03:10:59] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.012170 10.0.0.27 - - [2025-12-25 03:10:59] "GET /virtual-network/f2790f25-81dd-422e-83bf-0504f49ce801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006829 10.0.0.27 - - [2025-12-25 03:10:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012644 10.0.0.27 - - [2025-12-25 03:11:01] "POST /neutron/network HTTP/1.1" 200 1001 0.009846 10.0.0.27 - - [2025-12-25 03:11:01] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021692 10.0.0.27 - - [2025-12-25 03:11:01] "POST /neutron/network HTTP/1.1" 200 991 0.012604 10.0.0.27 - - [2025-12-25 03:11:04] "POST /neutron/port HTTP/1.1" 200 1224 0.018755 10.0.0.27 - - [2025-12-25 03:11:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006958 10.0.0.27 - - [2025-12-25 03:11:13] "GET /obj-perms HTTP/1.1" 200 5056 0.065505 10.0.0.33 - - [2025-12-25 03:11:13] "GET /obj-perms HTTP/1.1" 200 5056 0.069089 10.0.0.27 - - [2025-12-25 03:11:15] "POST /neutron/port HTTP/1.1" 200 1224 0.021779 10.0.0.27 - - [2025-12-25 03:11:17] "POST /neutron/port HTTP/1.1" 200 1224 0.024747 10.0.0.27 - - [2025-12-25 03:11:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004190 10.0.0.27 - - [2025-12-25 03:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.27 - - [2025-12-25 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008012 10.0.0.27 - - [2025-12-25 03:11:20] "POST /neutron/port HTTP/1.1" 200 1224 0.019166 10.0.0.27 - - [2025-12-25 03:11:20] "GET /virtual-machine/bf65d253-a7e5-4d26-8333-c33816c11845 HTTP/1.1" 200 1286 0.007545 10.0.0.27 - - [2025-12-25 03:11:20] "GET /virtual-machine-interface/d042a626-0ee8-4081-ba2a-f0c53eff8ea1 HTTP/1.1" 200 3106 0.006024 10.0.0.27 - - [2025-12-25 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2025-12-25 03:11:20] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2025-12-25 03:11:20] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003638 10.0.0.27 - - [2025-12-25 03:11:20] "GET /virtual-network/5504acf2-93b2-4557-b1d6-da314e3a58c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006834 10.0.0.27 - - [2025-12-25 03:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2025-12-25 03:11:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003934 10.0.0.27 - - [2025-12-25 03:11:21] "GET /virtual-networks?parent_id=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004091 10.0.0.27 - - [2025-12-25 03:11:21] "GET /virtual-network/5504acf2-93b2-4557-b1d6-da314e3a58c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006869 10.0.0.27 - - [2025-12-25 03:11:23] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003837 10.0.0.27 - - [2025-12-25 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2025-12-25 03:11:23] "GET /global-qos-config/d902c328-0584-41a1-9247-3d7e4a2a4dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004694 10.0.0.27 - - [2025-12-25 03:11:23] "POST /fqname-to-id HTTP/1.1" 404 222 0.003332 10.0.0.27 - - [2025-12-25 03:11:23] "POST /forwarding-classs HTTP/1.1" 200 576 0.034728 10.0.0.27 - - [2025-12-25 03:11:23] "POST /id-to-fqname HTTP/1.1" 200 232 0.004384 10.0.0.27 - - [2025-12-25 03:11:23] "GET /forwarding-class/a83e428c-f224-45b3-bbab-638b3e4140fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.017764 10.0.0.23 - - [2025-12-25 03:11:23] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.042270 10.0.0.27 - - [2025-12-25 03:11:23] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.110379 10.0.0.27 - - [2025-12-25 03:11:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003688 10.0.0.27 - - [2025-12-25 03:11:23] "POST /qos-configs HTTP/1.1" 200 543 0.038135 10.0.0.27 - - [2025-12-25 03:11:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.003737 10.0.0.27 - - [2025-12-25 03:11:24] "GET /qos-config/6bae25af-c785-48ba-b52f-688c9b95d667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005505 10.0.0.27 - - [2025-12-25 03:11:24] "GET /virtual-machine-interface/7b37172d-1ef6-4e0a-a51b-441b21891a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006171 10.0.0.27 - - [2025-12-25 03:11:24] "POST /ref-update HTTP/1.1" 200 156 0.016618 10.0.0.27 - - [2025-12-25 03:11:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009501 10.0.0.27 - - [2025-12-25 03:11:24] "POST /neutron/port HTTP/1.1" 200 1224 0.022403 10.0.0.27 - - [2025-12-25 03:11:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009854 10.0.0.27 - - [2025-12-25 03:11:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001677 10.0.0.27 - - [2025-12-25 03:11:24] "GET /virtual-machine/5018fc9b-2170-416a-b700-c05431dea96f HTTP/1.1" 200 1286 0.006442 10.0.0.27 - - [2025-12-25 03:11:24] "GET /virtual-machine-interface/7b37172d-1ef6-4e0a-a51b-441b21891a2b HTTP/1.1" 200 3352 0.010893 10.0.0.27 - - [2025-12-25 03:11:24] "GET /instance-ip/26119e93-7595-4880-bdad-273e59dc4a74 HTTP/1.1" 200 1607 0.007608 10.0.0.27 - - [2025-12-25 03:11:24] "GET /instance-ip/7fcb3cbe-731f-4941-b2bd-d0b85ca3d5f7 HTTP/1.1" 200 1628 0.007639 10.0.0.27 - - [2025-12-25 03:11:24] "POST /neutron/port HTTP/1.1" 200 1224 0.020771 10.0.0.27 - - [2025-12-25 03:11:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008842 10.0.0.27 - - [2025-12-25 03:11:25] "POST /neutron/port HTTP/1.1" 200 1224 0.020188 10.0.0.27 - - [2025-12-25 03:11:25] "POST /neutron/network HTTP/1.1" 200 991 0.010550 10.0.0.27 - - [2025-12-25 03:11:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001088 10.0.0.27 - - [2025-12-25 03:11:25] "GET /virtual-machine/ea77b51d-90c7-4e69-8834-ef56ddf1c7b5 HTTP/1.1" 200 1286 0.003914 10.0.0.27 - - [2025-12-25 03:11:25] "GET /virtual-machine-interface/97acd53c-8e22-43c5-addb-cf9e995d2dc0 HTTP/1.1" 200 3106 0.005704 10.0.0.27 - - [2025-12-25 03:11:25] "GET /instance-ip/7546b71e-4117-46ba-8325-4340426e8f61 HTTP/1.1" 200 1606 0.006647 10.0.0.27 - - [2025-12-25 03:11:25] "GET /instance-ip/a8ab4498-e981-44cd-a2cc-00420d3a9707 HTTP/1.1" 200 1629 0.006377 10.0.0.27 - - [2025-12-25 03:12:02] "POST /neutron/network HTTP/1.1" 200 1001 0.048209 10.0.0.27 - - [2025-12-25 03:12:02] "POST /neutron/subnet HTTP/1.1" 200 1380 0.028912 10.0.0.27 - - [2025-12-25 03:12:02] "POST /neutron/network HTTP/1.1" 200 991 0.015623 10.0.0.27 - - [2025-12-25 03:12:16] "POST /neutron/network HTTP/1.1" 200 1001 0.037181 10.0.0.27 - - [2025-12-25 03:12:16] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017459 10.0.0.27 - - [2025-12-25 03:12:16] "POST /neutron/network HTTP/1.1" 200 991 0.010190 10.0.0.27 - - [2025-12-25 03:12:24] "GET /virtual-machine-interface/7b37172d-1ef6-4e0a-a51b-441b21891a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.007123 10.0.0.27 - - [2025-12-25 03:12:24] "POST /ref-update HTTP/1.1" 200 156 0.016588 10.0.0.27 - - [2025-12-25 03:12:25] "DELETE /qos-config/6bae25af-c785-48ba-b52f-688c9b95d667 HTTP/1.1" 200 115 0.044917 10.0.0.27 - - [2025-12-25 03:12:25] "POST /id-to-fqname HTTP/1.1" 200 232 0.002048 10.0.0.27 - - [2025-12-25 03:12:25] "DELETE /forwarding-class/a83e428c-f224-45b3-bbab-638b3e4140fa HTTP/1.1" 200 115 0.036188 10.0.0.27 - - [2025-12-25 03:12:27] "POST /neutron/port HTTP/1.1" 200 1224 0.024580 10.0.0.27 - - [2025-12-25 03:12:27] "POST /neutron/port HTTP/1.1" 200 1224 0.031039 10.0.0.27 - - [2025-12-25 03:12:27] "POST /neutron/port HTTP/1.1" 200 1214 0.018566 10.0.0.27 - - [2025-12-25 03:12:28] "POST /neutron/network HTTP/1.1" 200 991 0.011322 10.0.0.33 - - [2025-12-25 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-25 03:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003436 10.0.0.23 - - [2025-12-25 03:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003618 10.0.0.23 - - [2025-12-25 03:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.23 - - [2025-12-25 03:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002295 10.0.0.27 - - [2025-12-25 03:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.156015 10.0.0.33 - - [2025-12-25 03:12:29] "DELETE /route-target/bf8795e1-564c-4290-bd6b-fdace1af11bc HTTP/1.1" 200 115 0.032794 10.0.0.23 - - [2025-12-25 03:12:29] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001057 10.0.0.27 - - [2025-12-25 03:12:29] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.097138 10.0.0.23 - - [2025-12-25 03:12:29] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002244 10.0.0.27 - - [2025-12-25 03:12:29] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?fields=virtual_networks HTTP/1.1" 200 1031 0.051156 10.0.0.23 - - [2025-12-25 03:12:29] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001182 10.0.0.27 - - [2025-12-25 03:12:29] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.040754 10.0.0.23 - - [2025-12-25 03:12:29] "GET /projects?obj_uuids=e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001034 10.0.0.27 - - [2025-12-25 03:12:29] "GET /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7?fields=security_groups HTTP/1.1" 200 1251 0.039731 10.0.0.27 - - [2025-12-25 03:12:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.031352 10.0.0.23 - - [2025-12-25 03:12:30] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003246 10.0.0.23 - - [2025-12-25 03:12:30] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.23 - - [2025-12-25 03:12:30] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039170 10.0.0.23 - - [2025-12-25 03:12:30] "POST /id-to-fqname HTTP/1.1" 200 183 0.003769 10.0.0.23 - - [2025-12-25 03:12:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.004985 10.0.0.23 - - [2025-12-25 03:12:31] "POST /security-groups HTTP/1.1" 200 584 0.081306 10.0.0.23 - - [2025-12-25 03:12:31] "POST /projects HTTP/1.1" 200 571 0.295312 10.0.0.23 - - [2025-12-25 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.341222 10.0.0.33 - - [2025-12-25 03:12:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.007410 10.0.0.27 - - [2025-12-25 03:12:31] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.544990 10.0.0.27 - - [2025-12-25 03:12:32] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.27 - - [2025-12-25 03:12:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-25 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.071738 10.0.0.23 - - [2025-12-25 03:12:34] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000977 10.0.0.27 - - [2025-12-25 03:12:34] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.044706 10.0.0.33 - - [2025-12-25 03:12:35] "POST /ref-update HTTP/1.1" 200 156 0.028955 10.0.0.23 - - [2025-12-25 03:12:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009895 10.0.0.27 - - [2025-12-25 03:12:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.241203 10.0.0.27 - - [2025-12-25 03:12:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001271 10.0.0.27 - - [2025-12-25 03:12:35] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005791 10.0.0.27 - - [2025-12-25 03:12:35] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006113 10.0.0.27 - - [2025-12-25 03:12:35] "POST /neutron/network HTTP/1.1" 200 833 0.008050 10.0.0.27 - - [2025-12-25 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2025-12-25 03:12:35] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006629 10.0.0.27 - - [2025-12-25 03:12:35] "PUT /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec HTTP/1.1" 200 264 0.059813 10.0.0.27 - - [2025-12-25 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.23 - - [2025-12-25 03:12:35] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001773 10.0.0.27 - - [2025-12-25 03:12:35] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.036842 10.0.0.23 - - [2025-12-25 03:12:35] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001178 10.0.0.27 - - [2025-12-25 03:12:36] "POST /neutron/network HTTP/1.1" 200 612 0.127940 10.0.0.33 - - [2025-12-25 03:12:36] "POST /route-targets HTTP/1.1" 200 327 0.028144 10.0.0.27 - - [2025-12-25 03:12:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.003823 10.0.0.27 - - [2025-12-25 03:12:36] "GET /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006782 10.0.0.27 - - [2025-12-25 03:12:36] "POST /neutron/network HTTP/1.1" 200 832 0.007312 10.0.0.27 - - [2025-12-25 03:12:36] "GET /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006432 10.0.0.27 - - [2025-12-25 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-12-25 03:12:36] "GET /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005918 10.0.0.27 - - [2025-12-25 03:12:36] "PUT /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d HTTP/1.1" 200 264 0.061315 10.0.0.27 - - [2025-12-25 03:12:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001722 10.0.0.27 - - [2025-12-25 03:12:36] "POST /neutron/network HTTP/1.1" 200 843 0.007040 10.0.0.23 - - [2025-12-25 03:12:37] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.27 - - [2025-12-25 03:12:37] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.080589 10.0.0.27 - - [2025-12-25 03:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.006941 10.0.0.27 - - [2025-12-25 03:12:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001274 10.0.0.27 - - [2025-12-25 03:12:38] "POST /neutron/network HTTP/1.1" 200 843 0.006716 10.0.0.27 - - [2025-12-25 03:12:39] "POST /neutron/port HTTP/1.1" 200 1055 0.024316 10.0.0.23 - - [2025-12-25 03:12:39] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001890 10.0.0.27 - - [2025-12-25 03:12:39] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.129571 10.0.0.27 - - [2025-12-25 03:12:39] "POST /neutron/network HTTP/1.1" 200 832 0.039281 10.0.0.27 - - [2025-12-25 03:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.27 - - [2025-12-25 03:12:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009442 10.0.0.27 - - [2025-12-25 03:12:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010498 10.0.0.27 - - [2025-12-25 03:12:40] "POST /neutron/port HTTP/1.1" 200 1054 0.021145 10.0.0.27 - - [2025-12-25 03:12:40] "POST /neutron/port HTTP/1.1" 200 1118 0.034921 10.0.0.33 - - [2025-12-25 03:12:40] "DELETE /access-control-list/0faedbf7-72bc-4290-8c33-9dcd96dbef7c HTTP/1.1" 200 115 0.041158 10.0.0.27 - - [2025-12-25 03:12:40] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.23 - - [2025-12-25 03:12:43] "DELETE /project/e3c439c1-e9a9-4a58-91e5-8ca1d0d5e9b7 HTTP/1.1" 404 177 0.002958 10.0.0.23 - - [2025-12-25 03:12:43] "DELETE /project/994bdac0cff2469e80edc89978aca274 HTTP/1.1" 404 173 0.005385 10.0.0.27 - - [2025-12-25 03:12:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008644 10.0.0.27 - - [2025-12-25 03:12:45] "POST /neutron/port HTTP/1.1" 200 1119 0.023737 10.0.0.27 - - [2025-12-25 03:12:45] "GET /virtual-machine/4f2f6b58-3d73-4544-8f3f-dba6bbe14564 HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-12-25 03:12:45] "GET /virtual-machine/4f2f6b58-3d73-4544-8f3f-dba6bbe14564 HTTP/1.1" 200 1285 0.045439 10.0.0.27 - - [2025-12-25 03:12:45] "GET /virtual-machine-interface/462f9d9c-f074-4500-82e7-f222595c27bc HTTP/1.1" 200 2926 0.005343 10.0.0.27 - - [2025-12-25 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-12-25 03:12:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004059 10.0.0.27 - - [2025-12-25 03:12:45] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003459 10.0.0.27 - - [2025-12-25 03:12:45] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006654 10.0.0.27 - - [2025-12-25 03:12:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.045986 10.0.0.27 - - [2025-12-25 03:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-12-25 03:12:48] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005779 10.0.0.27 - - [2025-12-25 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.27 - - [2025-12-25 03:12:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.27 - - [2025-12-25 03:12:50] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004495 10.0.0.27 - - [2025-12-25 03:12:50] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006286 10.0.0.27 - - [2025-12-25 03:12:51] "POST /neutron/port HTTP/1.1" 200 1118 0.019068 10.0.0.27 - - [2025-12-25 03:12:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010459 10.0.0.27 - - [2025-12-25 03:12:51] "GET /virtual-machine/8075d79f-2e69-4638-80bf-1f31d14d59c4 HTTP/1.1" 200 1284 0.006209 10.0.0.27 - - [2025-12-25 03:12:51] "GET /virtual-machine-interface/0ccd80f1-c017-4097-8914-00460617c919 HTTP/1.1" 200 2925 0.005969 10.0.0.27 - - [2025-12-25 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2025-12-25 03:12:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003674 10.0.0.27 - - [2025-12-25 03:12:51] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003562 10.0.0.27 - - [2025-12-25 03:12:51] "GET /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007063 10.0.0.27 - - [2025-12-25 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-12-25 03:12:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.27 - - [2025-12-25 03:12:52] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003665 10.0.0.27 - - [2025-12-25 03:12:52] "GET /virtual-network/e96c9a40-738f-4eed-bf8a-89176e0f5b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007189 10.0.0.27 - - [2025-12-25 03:12:52] "POST /neutron/port HTTP/1.1" 200 1118 0.020244 10.0.0.27 - - [2025-12-25 03:12:58] "POST /routing-policys HTTP/1.1" 200 534 0.039199 10.0.0.27 - - [2025-12-25 03:12:58] "GET /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.017713 10.0.0.27 - - [2025-12-25 03:12:58] "PUT /virtual-network/a0bf0485-5d68-4afe-a199-f4de657011ec HTTP/1.1" 200 264 0.063639 10.0.0.27 - - [2025-12-25 03:13:02] "POST /neutron/port HTTP/1.1" 200 1119 0.022045 10.0.0.27 - - [2025-12-25 03:13:02] "POST /ref-update HTTP/1.1" 200 156 0.068741 10.0.0.33 - - [2025-12-25 03:13:02] "POST /ref-update HTTP/1.1" 200 156 0.047272 10.0.0.27 - - [2025-12-25 03:13:02] "DELETE /routing-policy/617a8f3b-dffd-4f4b-bd28-c6f069b6688d HTTP/1.1" 200 115 0.051117 10.0.0.27 - - [2025-12-25 03:13:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.020710 10.0.0.27 - - [2025-12-25 03:13:02] "POST /neutron/network HTTP/1.1" 200 832 0.009261 10.0.0.27 - - [2025-12-25 03:13:03] "POST /neutron/port HTTP/1.1" 200 1108 0.022479 10.0.0.27 - - [2025-12-25 03:13:03] "POST /neutron/port HTTP/1.1" 200 1109 0.024569 10.0.0.23 - - [2025-12-25 03:13:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003034 10.0.0.23 - - [2025-12-25 03:13:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.27 - - [2025-12-25 03:13:05] "POST /neutron/network HTTP/1.1" 200 151 0.152950 10.0.0.33 - - [2025-12-25 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005903 10.0.0.33 - - [2025-12-25 03:13:05] "DELETE /route-target/48e14b1f-7862-46aa-a49c-b309d461a17b HTTP/1.1" 200 115 0.037375 10.0.0.27 - - [2025-12-25 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2025-12-25 03:13:07] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.27 - - [2025-12-25 03:13:07] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.041681 10.0.0.27 - - [2025-12-25 03:13:07] "POST /neutron/network HTTP/1.1" 200 117 0.014038 10.0.0.33 - - [2025-12-25 03:13:08] "POST /route-targets HTTP/1.1" 200 327 0.021292 10.0.0.27 - - [2025-12-25 03:13:08] "POST /neutron/network HTTP/1.1" 200 833 0.009737 10.0.0.27 - - [2025-12-25 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001339 10.0.0.27 - - [2025-12-25 03:13:08] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005335 10.0.0.27 - - [2025-12-25 03:13:08] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006775 10.0.0.27 - - [2025-12-25 03:13:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.009633 10.0.0.27 - - [2025-12-25 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2025-12-25 03:13:08] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005383 10.0.0.27 - - [2025-12-25 03:13:08] "PUT /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a HTTP/1.1" 200 264 0.053526 10.0.0.33 - - [2025-12-25 03:13:08] "POST /ref-update HTTP/1.1" 200 156 0.023943 10.0.0.27 - - [2025-12-25 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.23 - - [2025-12-25 03:13:08] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001619 10.0.0.27 - - [2025-12-25 03:13:08] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.042023 10.0.0.23 - - [2025-12-25 03:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008544 10.0.0.27 - - [2025-12-25 03:13:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.217096 10.0.0.27 - - [2025-12-25 03:13:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001543 10.0.0.27 - - [2025-12-25 03:13:09] "GET /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005536 10.0.0.27 - - [2025-12-25 03:13:09] "GET /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006544 10.0.0.27 - - [2025-12-25 03:13:09] "POST /neutron/network HTTP/1.1" 200 833 0.008098 10.0.0.27 - - [2025-12-25 03:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-12-25 03:13:09] "GET /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005388 10.0.0.33 - - [2025-12-25 03:13:09] "POST /ref-update HTTP/1.1" 200 156 0.026734 10.0.0.27 - - [2025-12-25 03:13:09] "PUT /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116 HTTP/1.1" 200 264 0.079221 10.0.0.27 - - [2025-12-25 03:13:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.23 - - [2025-12-25 03:13:10] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001002 10.0.0.27 - - [2025-12-25 03:13:10] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.082774 10.0.0.27 - - [2025-12-25 03:13:10] "POST /neutron/network HTTP/1.1" 200 833 0.009020 10.0.0.27 - - [2025-12-25 03:13:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.002146 10.0.0.27 - - [2025-12-25 03:13:10] "POST /neutron/port HTTP/1.1" 200 117 0.008629 10.0.0.23 - - [2025-12-25 03:13:11] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001659 10.0.0.27 - - [2025-12-25 03:13:11] "POST /neutron/port HTTP/1.1" 200 1055 0.338264 10.0.0.27 - - [2025-12-25 03:13:11] "POST /neutron/port HTTP/1.1" 200 1109 0.131068 10.0.0.27 - - [2025-12-25 03:13:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.010541 10.0.0.23 - - [2025-12-25 03:13:12] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001201 10.0.0.27 - - [2025-12-25 03:13:12] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.124078 10.0.0.27 - - [2025-12-25 03:13:12] "POST /neutron/network HTTP/1.1" 200 833 0.008737 10.0.0.27 - - [2025-12-25 03:13:12] "POST /neutron/port HTTP/1.1" 200 117 0.006664 10.0.0.27 - - [2025-12-25 03:13:12] "POST /neutron/network HTTP/1.1" 200 843 0.007164 10.0.0.27 - - [2025-12-25 03:13:13] "POST /neutron/port HTTP/1.1" 200 1055 0.021342 10.0.0.27 - - [2025-12-25 03:13:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003983 10.0.0.27 - - [2025-12-25 03:13:13] "POST /neutron/network HTTP/1.1" 200 833 0.007960 10.0.0.27 - - [2025-12-25 03:13:17] "POST /neutron/port HTTP/1.1" 200 1119 0.021201 10.0.0.27 - - [2025-12-25 03:13:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007743 10.0.0.27 - - [2025-12-25 03:13:17] "GET /virtual-machine/e4b34513-e7e8-41b7-b89a-5fbc64a48696 HTTP/1.1" 200 1286 0.006196 10.0.0.27 - - [2025-12-25 03:13:17] "GET /virtual-machine-interface/ac30b278-a7ed-4416-9310-f8bbd8095799 HTTP/1.1" 200 2928 0.006905 10.0.0.27 - - [2025-12-25 03:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2025-12-25 03:13:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.27 - - [2025-12-25 03:13:17] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004114 10.0.0.27 - - [2025-12-25 03:13:17] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006814 10.0.0.27 - - [2025-12-25 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.27 - - [2025-12-25 03:13:21] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007062 10.0.0.27 - - [2025-12-25 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-12-25 03:13:23] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007883 10.0.0.27 - - [2025-12-25 03:13:23] "POST /neutron/port HTTP/1.1" 200 1119 0.026372 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002908 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006175 10.0.0.27 - - [2025-12-25 03:13:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007407 10.0.0.27 - - [2025-12-25 03:13:23] "POST /neutron/port HTTP/1.1" 200 1119 0.018387 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-machine/098d1416-4216-4651-a04a-d6083e9445c9 HTTP/1.1" 200 1284 0.012139 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-machine-interface/c8f13576-e645-476b-aaad-35708e5facbf HTTP/1.1" 200 2928 0.006141 10.0.0.27 - - [2025-12-25 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2025-12-25 03:13:23] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004102 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003353 10.0.0.27 - - [2025-12-25 03:13:23] "GET /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006132 10.0.0.27 - - [2025-12-25 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2025-12-25 03:13:24] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.27 - - [2025-12-25 03:13:24] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003511 10.0.0.27 - - [2025-12-25 03:13:24] "GET /virtual-network/a0c19a8b-0d22-4ba6-b31d-82a4576b8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006051 10.0.0.27 - - [2025-12-25 03:13:25] "POST /routing-policys HTTP/1.1" 200 534 0.028347 10.0.0.27 - - [2025-12-25 03:13:25] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.017350 10.0.0.27 - - [2025-12-25 03:13:25] "PUT /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a HTTP/1.1" 200 264 0.084567 10.0.0.27 - - [2025-12-25 03:13:29] "POST /routing-policys HTTP/1.1" 200 534 0.032747 10.0.0.27 - - [2025-12-25 03:13:29] "GET /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.012426 10.0.0.27 - - [2025-12-25 03:13:29] "PUT /virtual-network/41bda504-00d2-49a3-ad7b-35583631320a HTTP/1.1" 200 264 0.073800 10.0.0.33 - - [2025-12-25 03:13:29] "POST /ref-update HTTP/1.1" 200 156 0.024361 10.0.0.27 - - [2025-12-25 03:13:30] "POST /ref-update HTTP/1.1" 200 156 0.062365 10.0.0.27 - - [2025-12-25 03:13:30] "DELETE /routing-policy/62a0f404-9a0f-4229-b8c4-3a7558c7bfd8 HTTP/1.1" 200 115 0.048018 10.0.0.27 - - [2025-12-25 03:13:30] "POST /ref-update HTTP/1.1" 200 156 0.065417 10.0.0.27 - - [2025-12-25 03:13:30] "DELETE /routing-policy/e6068a68-9e4f-4648-a91e-f552125d8a56 HTTP/1.1" 200 115 0.031030 10.0.0.27 - - [2025-12-25 03:13:30] "POST /neutron/network HTTP/1.1" 400 204 0.024616 10.0.0.27 - - [2025-12-25 03:13:31] "POST /neutron/port HTTP/1.1" 200 1119 0.018167 10.0.0.27 - - [2025-12-25 03:13:31] "POST /neutron/port HTTP/1.1" 200 151 0.213420 10.0.0.27 - - [2025-12-25 03:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.010249 10.0.0.33 - - [2025-12-25 03:13:33] "DELETE /route-target/391ede49-afd5-408d-a6ae-e38b94dfd08c HTTP/1.1" 200 115 0.035062 10.0.0.33 - - [2025-12-25 03:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.33 - - [2025-12-25 03:13:33] "DELETE /route-target/70d3b1f8-e471-4b1c-8cfd-a2a2b4d20fa6 HTTP/1.1" 200 115 0.022914 10.0.0.27 - - [2025-12-25 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.23 - - [2025-12-25 03:13:35] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.27 - - [2025-12-25 03:13:35] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.044461 10.0.0.23 - - [2025-12-25 03:13:36] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000991 10.0.0.27 - - [2025-12-25 03:13:36] "POST /neutron/network HTTP/1.1" 200 612 0.139216 10.0.0.27 - - [2025-12-25 03:13:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.003374 10.0.0.27 - - [2025-12-25 03:13:36] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006816 10.0.0.27 - - [2025-12-25 03:13:36] "POST /neutron/network HTTP/1.1" 200 831 0.009052 10.0.0.27 - - [2025-12-25 03:13:36] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005446 10.0.0.27 - - [2025-12-25 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.27 - - [2025-12-25 03:13:36] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005898 10.0.0.33 - - [2025-12-25 03:13:36] "POST /route-targets HTTP/1.1" 200 323 0.017898 10.0.0.27 - - [2025-12-25 03:13:36] "PUT /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1 HTTP/1.1" 200 264 0.097314 10.0.0.27 - - [2025-12-25 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2025-12-25 03:13:36] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017 10.0.0.27 - - [2025-12-25 03:13:36] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.039669 10.0.0.27 - - [2025-12-25 03:13:36] "POST /neutron/network HTTP/1.1" 200 117 0.016868 10.0.0.33 - - [2025-12-25 03:13:37] "POST /ref-update HTTP/1.1" 200 156 0.026068 10.0.0.27 - - [2025-12-25 03:13:37] "POST /neutron/network HTTP/1.1" 200 829 0.012800 10.0.0.27 - - [2025-12-25 03:13:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.27 - - [2025-12-25 03:13:37] "GET /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005609 10.0.0.27 - - [2025-12-25 03:13:37] "GET /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006234 10.0.0.27 - - [2025-12-25 03:13:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.010167 10.0.0.27 - - [2025-12-25 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2025-12-25 03:13:37] "GET /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005754 10.0.0.27 - - [2025-12-25 03:13:37] "PUT /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a HTTP/1.1" 200 264 0.052727 10.0.0.27 - - [2025-12-25 03:13:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001680 10.0.0.23 - - [2025-12-25 03:13:38] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001340 10.0.0.27 - - [2025-12-25 03:13:38] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.084177 10.0.0.27 - - [2025-12-25 03:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.008051 10.0.0.27 - - [2025-12-25 03:13:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001434 10.0.0.27 - - [2025-12-25 03:13:39] "POST /neutron/network HTTP/1.1" 200 839 0.007821 10.0.0.27 - - [2025-12-25 03:13:39] "POST /neutron/port HTTP/1.1" 200 1053 0.020211 10.0.0.27 - - [2025-12-25 03:13:40] "POST /neutron/port HTTP/1.1" 200 1117 0.023183 10.0.0.27 - - [2025-12-25 03:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.23 - - [2025-12-25 03:13:40] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.27 - - [2025-12-25 03:13:40] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.085819 10.0.0.27 - - [2025-12-25 03:13:40] "POST /neutron/port HTTP/1.1" 200 1117 0.024960 10.0.0.27 - - [2025-12-25 03:13:40] "POST /neutron/port HTTP/1.1" 200 1117 0.024560 10.0.0.23 - - [2025-12-25 03:13:41] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003005 10.0.0.27 - - [2025-12-25 03:13:41] "POST /neutron/port HTTP/1.1" 200 1051 0.301751 10.0.0.27 - - [2025-12-25 03:13:41] "POST /neutron/port HTTP/1.1" 200 1105 0.121127 10.0.0.27 - - [2025-12-25 03:13:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.009503 10.0.0.27 - - [2025-12-25 03:13:45] "POST /neutron/port HTTP/1.1" 200 1117 0.021431 10.0.0.27 - - [2025-12-25 03:13:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007786 10.0.0.27 - - [2025-12-25 03:13:46] "GET /virtual-machine/22a68381-76bb-43b2-b0e2-c99d36c9ba84 HTTP/1.1" 200 1285 0.007249 10.0.0.27 - - [2025-12-25 03:13:46] "GET /virtual-machine-interface/70873fb8-9f94-4603-8c2d-ec2d272592ba HTTP/1.1" 200 2927 0.005699 10.0.0.27 - - [2025-12-25 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2025-12-25 03:13:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005107 10.0.0.27 - - [2025-12-25 03:13:46] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002968 10.0.0.27 - - [2025-12-25 03:13:46] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006029 10.0.0.27 - - [2025-12-25 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-12-25 03:13:49] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005857 10.0.0.27 - - [2025-12-25 03:13:49] "POST /neutron/port HTTP/1.1" 200 1117 0.020225 10.0.0.27 - - [2025-12-25 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2025-12-25 03:13:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004010 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004008 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006164 10.0.0.27 - - [2025-12-25 03:13:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007329 10.0.0.27 - - [2025-12-25 03:13:51] "POST /neutron/port HTTP/1.1" 200 1115 0.017672 10.0.0.27 - - [2025-12-25 03:13:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007741 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-machine/4e15670e-5de0-48fa-a929-738c8a90d59d HTTP/1.1" 200 1285 0.006223 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-machine-interface/c511b4e5-3369-43ea-8b27-4a7f28ca0ab0 HTTP/1.1" 200 2928 0.008843 10.0.0.27 - - [2025-12-25 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2025-12-25 03:13:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004211 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003811 10.0.0.27 - - [2025-12-25 03:13:51] "GET /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006516 10.0.0.27 - - [2025-12-25 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.27 - - [2025-12-25 03:13:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005786 10.0.0.27 - - [2025-12-25 03:13:53] "GET /virtual-networks?parent_id=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003669 10.0.0.27 - - [2025-12-25 03:13:53] "GET /virtual-network/5b5adb1b-d975-4cd8-afd5-3f16bda2291a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006147 10.0.0.27 - - [2025-12-25 03:13:53] "POST /interface-route-tables HTTP/1.1" 200 574 0.037149 10.0.0.27 - - [2025-12-25 03:13:53] "GET /interface-route-table/cbd1a9eb-0a2a-41fb-b93e-bc228ed3670e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.013031 10.0.0.27 - - [2025-12-25 03:13:53] "GET /virtual-machine-interface/70873fb8-9f94-4603-8c2d-ec2d272592ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005779 10.0.0.27 - - [2025-12-25 03:13:53] "POST /ref-update HTTP/1.1" 200 156 0.016492 10.0.0.27 - - [2025-12-25 03:13:53] "POST /routing-policys HTTP/1.1" 200 534 0.029086 10.0.0.27 - - [2025-12-25 03:13:53] "GET /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006271 10.0.0.27 - - [2025-12-25 03:13:53] "PUT /virtual-network/0d76b857-3ea4-4a63-8216-f9a54d8c9ff1 HTTP/1.1" 200 264 0.081560 10.0.0.27 - - [2025-12-25 03:13:57] "POST /ref-update HTTP/1.1" 200 156 0.068752 10.0.0.33 - - [2025-12-25 03:13:57] "POST /ref-update HTTP/1.1" 200 156 0.041569 10.0.0.27 - - [2025-12-25 03:13:57] "DELETE /routing-policy/dde0f218-ff5f-4cfc-b498-d22a5e905147 HTTP/1.1" 200 115 0.053837 10.0.0.27 - - [2025-12-25 03:13:58] "POST /neutron/port HTTP/1.1" 200 1115 0.027969 10.0.0.27 - - [2025-12-25 03:13:58] "POST /neutron/port HTTP/1.1" 200 1117 0.030571 10.0.0.27 - - [2025-12-25 03:13:59] "POST /neutron/network HTTP/1.1" 200 829 0.007929 10.0.0.33 - - [2025-12-25 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.053392 10.0.0.23 - - [2025-12-25 03:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005245 10.0.0.23 - - [2025-12-25 03:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007469 10.0.0.27 - - [2025-12-25 03:14:00] "POST /neutron/network HTTP/1.1" 200 151 0.188773 10.0.0.33 - - [2025-12-25 03:14:00] "DELETE /route-target/eed7634c-8486-434c-834f-09c8c619cf36 HTTP/1.1" 200 115 0.066347 10.0.0.23 - - [2025-12-25 03:14:01] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001201 10.0.0.27 - - [2025-12-25 03:14:01] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.075271 10.0.0.23 - - [2025-12-25 03:14:01] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.27 - - [2025-12-25 03:14:01] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=virtual_networks HTTP/1.1" 200 1028 0.068136 10.0.0.23 - - [2025-12-25 03:14:01] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001436 10.0.0.27 - - [2025-12-25 03:14:01] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.065798 10.0.0.23 - - [2025-12-25 03:14:02] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001445 10.0.0.27 - - [2025-12-25 03:14:02] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=security_groups HTTP/1.1" 200 1247 0.056765 10.0.0.27 - - [2025-12-25 03:14:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.057717 10.0.0.23 - - [2025-12-25 03:14:03] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006906 10.0.0.23 - - [2025-12-25 03:14:03] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.23 - - [2025-12-25 03:14:03] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010797 10.0.0.23 - - [2025-12-25 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 194 0.008639 10.0.0.23 - - [2025-12-25 03:14:03] "POST /fqname-to-id HTTP/1.1" 404 203 0.002793 10.0.0.23 - - [2025-12-25 03:14:03] "POST /security-groups HTTP/1.1" 200 595 0.081628 10.0.0.23 - - [2025-12-25 03:14:04] "POST /projects HTTP/1.1" 200 593 0.347886 10.0.0.33 - - [2025-12-25 03:14:04] "POST /fqname-to-id HTTP/1.1" 404 238 0.003601 10.0.0.23 - - [2025-12-25 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.417536 10.0.0.27 - - [2025-12-25 03:14:04] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.657430 10.0.0.33 - - [2025-12-25 03:14:04] "POST /access-control-lists HTTP/1.1" 200 598 0.045716 10.0.0.27 - - [2025-12-25 03:14:05] "GET / HTTP/1.1" 200 35931 0.002226 10.0.0.27 - - [2025-12-25 03:14:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-12-25 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.067193 10.0.0.23 - - [2025-12-25 03:14:07] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001812 10.0.0.27 - - [2025-12-25 03:14:07] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.044177 10.0.0.23 - - [2025-12-25 03:14:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005638 10.0.0.27 - - [2025-12-25 03:14:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.314089 10.0.0.27 - - [2025-12-25 03:14:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.001366 10.0.0.27 - - [2025-12-25 03:14:08] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005844 10.0.0.27 - - [2025-12-25 03:14:08] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006332 10.0.0.27 - - [2025-12-25 03:14:08] "POST /neutron/network HTTP/1.1" 200 832 0.010373 10.0.0.27 - - [2025-12-25 03:14:09] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006257 10.0.0.23 - - [2025-12-25 03:14:10] "GET /obj-perms HTTP/1.1" 200 5038 0.063066 10.0.0.27 - - [2025-12-25 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2025-12-25 03:14:10] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006719 10.0.0.33 - - [2025-12-25 03:14:10] "POST /route-targets HTTP/1.1" 200 325 0.024173 10.0.0.27 - - [2025-12-25 03:14:10] "PUT /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8 HTTP/1.1" 200 264 0.081765 10.0.0.27 - - [2025-12-25 03:14:15] "GET /obj-perms HTTP/1.1" 200 5056 0.083184 10.0.0.27 - - [2025-12-25 03:14:15] "POST /id-to-fqname HTTP/1.1" 200 226 0.001356 10.0.0.33 - - [2025-12-25 03:14:16] "GET /obj-perms HTTP/1.1" 200 5056 0.067296 10.0.0.23 - - [2025-12-25 03:14:17] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001848 10.0.0.27 - - [2025-12-25 03:14:17] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.071391 10.0.0.27 - - [2025-12-25 03:14:17] "POST /neutron/network HTTP/1.1" 200 832 0.008731 10.0.0.27 - - [2025-12-25 03:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.006356 10.0.0.27 - - [2025-12-25 03:14:18] "POST /neutron/port HTTP/1.1" 200 1064 0.021462 10.0.0.27 - - [2025-12-25 03:14:18] "POST /neutron/port HTTP/1.1" 200 1128 0.021055 10.0.0.27 - - [2025-12-25 03:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.27 - - [2025-12-25 03:14:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010336 10.0.0.27 - - [2025-12-25 03:14:22] "POST /neutron/port HTTP/1.1" 200 1128 0.018504 10.0.0.27 - - [2025-12-25 03:14:22] "GET /virtual-machine/6f8cf527-d970-4de3-9e30-fb81ebfc05b0 HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-25 03:14:23] "GET /virtual-machine/6f8cf527-d970-4de3-9e30-fb81ebfc05b0 HTTP/1.1" 200 1296 0.035577 10.0.0.27 - - [2025-12-25 03:14:23] "GET /virtual-machine-interface/fa03f128-134f-4e3d-bfc7-61413c2e1e3e HTTP/1.1" 200 2968 0.007845 10.0.0.27 - - [2025-12-25 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.27 - - [2025-12-25 03:14:23] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004804 10.0.0.27 - - [2025-12-25 03:14:23] "GET /virtual-networks?parent_id=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004164 10.0.0.27 - - [2025-12-25 03:14:23] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006665 10.0.0.27 - - [2025-12-25 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2025-12-25 03:14:26] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007030 10.0.0.33 - - [2025-12-25 03:14:28] "DELETE /access-control-list/d4b509a0-a70e-43e5-a744-12208865e9fc HTTP/1.1" 200 115 0.046330 10.0.0.27 - - [2025-12-25 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-12-25 03:14:30] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006549 10.0.0.27 - - [2025-12-25 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.27 - - [2025-12-25 03:14:34] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005842 10.0.0.27 - - [2025-12-25 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-12-25 03:14:38] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006146 10.0.0.33 - - [2025-12-25 03:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000614 10.0.0.33 - - [2025-12-25 03:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000930 10.0.0.23 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2025-12-25 03:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-25 03:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-12-25 03:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-12-25 03:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.27 - - [2025-12-25 03:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2025-12-25 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-12-25 03:14:42] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006832 10.0.0.23 - - [2025-12-25 03:14:44] "DELETE /project/7f15222a9ac44e538f4a772570ad1e92 HTTP/1.1" 404 173 0.003989 10.0.0.23 - - [2025-12-25 03:14:44] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.23 - - [2025-12-25 03:14:44] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.042300 10.0.0.23 - - [2025-12-25 03:14:44] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001229 10.0.0.23 - - [2025-12-25 03:14:44] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=security_groups HTTP/1.1" 200 1098 0.053293 10.0.0.23 - - [2025-12-25 03:14:44] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001715 10.0.0.23 - - [2025-12-25 03:14:44] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=application_policy_sets HTTP/1.1" 200 1391 0.042097 10.0.0.23 - - [2025-12-25 03:14:44] "DELETE /project/994bdac0-cff2-469e-80ed-c89978aca274 HTTP/1.1" 409 278 0.240182 10.0.0.27 - - [2025-12-25 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.27 - - [2025-12-25 03:14:46] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007355 10.0.0.27 - - [2025-12-25 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.27 - - [2025-12-25 03:14:50] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006491 10.0.0.27 - - [2025-12-25 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2025-12-25 03:14:54] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006998 10.0.0.27 - - [2025-12-25 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2025-12-25 03:14:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.27 - - [2025-12-25 03:14:57] "GET /virtual-networks?parent_id=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.011612 10.0.0.27 - - [2025-12-25 03:14:57] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.008045 10.0.0.27 - - [2025-12-25 03:14:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012606 10.0.0.27 - - [2025-12-25 03:15:05] "POST /neutron/port HTTP/1.1" 200 1128 0.020408 10.0.0.27 - - [2025-12-25 03:15:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004286 10.0.0.27 - - [2025-12-25 03:15:05] "POST /neutron/network HTTP/1.1" 200 832 0.007294 10.0.0.27 - - [2025-12-25 03:15:08] "POST /neutron/port HTTP/1.1" 200 1128 0.016086 10.0.0.27 - - [2025-12-25 03:15:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008652 10.0.0.27 - - [2025-12-25 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-12-25 03:15:18] "GET /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005903 10.0.0.27 - - [2025-12-25 03:15:18] "PUT /virtual-network/2877513c-ab65-44ac-9c3f-77ed062724e8 HTTP/1.1" 200 264 0.082244 10.0.0.33 - - [2025-12-25 03:15:18] "DELETE /route-target/333abb38-1af2-4f96-8a68-40114b23be7b HTTP/1.1" 200 115 0.025096 10.0.0.27 - - [2025-12-25 03:15:24] "POST /neutron/port HTTP/1.1" 200 1128 0.021908 10.0.0.27 - - [2025-12-25 03:15:25] "POST /neutron/network HTTP/1.1" 200 832 0.006570 10.0.0.27 - - [2025-12-25 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2025-12-25 03:15:28] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000952 10.0.0.27 - - [2025-12-25 03:15:28] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.044327 10.0.0.23 - - [2025-12-25 03:15:28] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001025 10.0.0.27 - - [2025-12-25 03:15:28] "POST /neutron/network HTTP/1.1" 200 613 0.129636 10.0.0.33 - - [2025-12-25 03:15:28] "POST /route-targets HTTP/1.1" 200 327 0.015032 10.0.0.27 - - [2025-12-25 03:15:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.003646 10.0.0.27 - - [2025-12-25 03:15:29] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007851 10.0.0.27 - - [2025-12-25 03:15:29] "POST /neutron/network HTTP/1.1" 200 832 0.007268 10.0.0.27 - - [2025-12-25 03:15:29] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006637 10.0.0.27 - - [2025-12-25 03:15:29] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006442 10.0.0.27 - - [2025-12-25 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.27 - - [2025-12-25 03:15:29] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005478 10.0.0.27 - - [2025-12-25 03:15:29] "PUT /virtual-network/286888b4-127d-4452-9c52-6498aad10429 HTTP/1.1" 200 264 0.064663 10.0.0.33 - - [2025-12-25 03:15:30] "POST /ref-update HTTP/1.1" 200 156 0.040541 10.0.0.27 - - [2025-12-25 03:15:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001427 10.0.0.27 - - [2025-12-25 03:15:35] "POST /neutron/network HTTP/1.1" 200 842 0.007148 10.0.0.23 - - [2025-12-25 03:15:36] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001286 10.0.0.27 - - [2025-12-25 03:15:36] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.079638 10.0.0.27 - - [2025-12-25 03:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.007488 10.0.0.23 - - [2025-12-25 03:15:36] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001292 10.0.0.27 - - [2025-12-25 03:15:37] "POST /neutron/port HTTP/1.1" 200 1064 0.330935 10.0.0.27 - - [2025-12-25 03:15:37] "POST /neutron/port HTTP/1.1" 200 1118 0.120753 10.0.0.27 - - [2025-12-25 03:15:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.010215 10.0.0.27 - - [2025-12-25 03:15:41] "POST /neutron/port HTTP/1.1" 200 1128 0.022659 10.0.0.27 - - [2025-12-25 03:15:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011666 10.0.0.27 - - [2025-12-25 03:15:41] "GET /virtual-machine/24d86437-a9ed-4edf-82ad-11d573eff13e HTTP/1.1" 200 1295 0.006737 10.0.0.27 - - [2025-12-25 03:15:41] "GET /virtual-machine-interface/179c7836-ef5d-4b46-b32e-65b758eca28b HTTP/1.1" 200 2967 0.005930 10.0.0.27 - - [2025-12-25 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-12-25 03:15:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005551 10.0.0.27 - - [2025-12-25 03:15:41] "GET /virtual-networks?parent_id=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005219 10.0.0.27 - - [2025-12-25 03:15:41] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007400 10.0.0.27 - - [2025-12-25 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.27 - - [2025-12-25 03:15:44] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007053 10.0.0.27 - - [2025-12-25 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.27 - - [2025-12-25 03:15:48] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006127 10.0.0.27 - - [2025-12-25 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2025-12-25 03:15:53] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006431 10.0.0.27 - - [2025-12-25 03:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.27 - - [2025-12-25 03:15:57] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006311 10.0.0.27 - - [2025-12-25 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2025-12-25 03:16:01] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006916 10.0.0.27 - - [2025-12-25 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2025-12-25 03:16:05] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006533 10.0.0.27 - - [2025-12-25 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.27 - - [2025-12-25 03:16:09] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006042 10.0.0.27 - - [2025-12-25 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2025-12-25 03:16:13] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004832 10.0.0.27 - - [2025-12-25 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.27 - - [2025-12-25 03:16:17] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005908 10.0.0.23 - - [2025-12-25 03:16:17] "GET /obj-perms HTTP/1.1" 200 5056 0.059604 10.0.0.27 - - [2025-12-25 03:16:20] "POST /neutron/port HTTP/1.1" 200 1128 0.021302 10.0.0.27 - - [2025-12-25 03:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004595 10.0.0.27 - - [2025-12-25 03:16:20] "POST /neutron/network HTTP/1.1" 200 832 0.007811 10.0.0.27 - - [2025-12-25 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2025-12-25 03:16:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004202 10.0.0.27 - - [2025-12-25 03:16:21] "GET /virtual-networks?parent_id=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003902 10.0.0.27 - - [2025-12-25 03:16:21] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006231 10.0.0.27 - - [2025-12-25 03:16:27] "POST /neutron/port HTTP/1.1" 200 1128 0.021997 10.0.0.27 - - [2025-12-25 03:16:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008241 10.0.0.27 - - [2025-12-25 03:16:37] "POST /neutron/port HTTP/1.1" 200 1128 0.021265 10.0.0.27 - - [2025-12-25 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.27 - - [2025-12-25 03:16:42] "GET /virtual-network/286888b4-127d-4452-9c52-6498aad10429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006024 10.0.0.27 - - [2025-12-25 03:16:42] "PUT /virtual-network/286888b4-127d-4452-9c52-6498aad10429 HTTP/1.1" 200 264 0.068617 10.0.0.33 - - [2025-12-25 03:16:42] "DELETE /route-target/57bd482c-17b9-4481-befe-f33dd58b5e94 HTTP/1.1" 200 115 0.032808 10.0.0.27 - - [2025-12-25 03:16:48] "POST /neutron/network HTTP/1.1" 400 204 0.016981 10.0.0.27 - - [2025-12-25 03:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.217198 10.0.0.23 - - [2025-12-25 03:16:51] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.040631 10.0.0.27 - - [2025-12-25 03:16:51] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.089988 10.0.0.23 - - [2025-12-25 03:16:51] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001196 10.0.0.27 - - [2025-12-25 03:16:52] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?fields=virtual_networks HTTP/1.1" 200 1050 0.052248 10.0.0.23 - - [2025-12-25 03:16:52] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001075 10.0.0.27 - - [2025-12-25 03:16:52] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.062525 10.0.0.23 - - [2025-12-25 03:16:52] "GET /projects?obj_uuids=7f15222a-9ac4-4e53-8f4a-772570ad1e92&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001049 10.0.0.27 - - [2025-12-25 03:16:52] "GET /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92?fields=security_groups HTTP/1.1" 200 1280 0.056782 10.0.0.27 - - [2025-12-25 03:16:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.034410 10.0.0.23 - - [2025-12-25 03:16:53] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003260 10.0.0.23 - - [2025-12-25 03:16:53] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.23 - - [2025-12-25 03:16:53] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007652 10.0.0.23 - - [2025-12-25 03:16:53] "POST /id-to-fqname HTTP/1.1" 200 216 0.002649 10.0.0.23 - - [2025-12-25 03:16:53] "POST /fqname-to-id HTTP/1.1" 404 227 0.004209 10.0.0.23 - - [2025-12-25 03:16:53] "POST /security-groups HTTP/1.1" 200 616 0.034690 10.0.0.33 - - [2025-12-25 03:16:53] "POST /fqname-to-id HTTP/1.1" 404 259 0.003413 10.0.0.23 - - [2025-12-25 03:16:53] "POST /projects HTTP/1.1" 200 635 0.245263 10.0.0.23 - - [2025-12-25 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.285524 10.0.0.27 - - [2025-12-25 03:16:53] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.429779 10.0.0.33 - - [2025-12-25 03:16:53] "POST /access-control-lists HTTP/1.1" 200 619 0.041437 10.0.0.27 - - [2025-12-25 03:16:55] "GET / HTTP/1.1" 200 35931 0.002763 10.0.0.27 - - [2025-12-25 03:16:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2025-12-25 03:16:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.079287 10.0.0.23 - - [2025-12-25 03:16:57] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.33 - - [2025-12-25 03:16:57] "POST /fqname-to-id HTTP/1.1" 404 280 0.004398 10.0.0.33 - - [2025-12-25 03:16:57] "PUT /access-control-list/605801f5-79eb-4c57-917f-10edf22cf2c9 HTTP/1.1" 200 272 0.024877 10.0.0.27 - - [2025-12-25 03:16:57] "POST /neutron/security_group HTTP/1.1" 200 1427 0.462430 10.0.0.27 - - [2025-12-25 03:16:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156237 10.0.0.33 - - [2025-12-25 03:16:58] "PUT /access-control-list/605801f5-79eb-4c57-917f-10edf22cf2c9 HTTP/1.1" 200 272 0.027646 10.0.0.27 - - [2025-12-25 03:16:58] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.203913 10.0.0.27 - - [2025-12-25 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007788 10.0.0.27 - - [2025-12-25 03:16:58] "GET /security-group/e4a8f964-232c-426b-8af8-099be6f90a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006822 10.0.0.27 - - [2025-12-25 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.006284 10.0.0.33 - - [2025-12-25 03:16:59] "DELETE /access-control-list/605801f5-79eb-4c57-917f-10edf22cf2c9 HTTP/1.1" 200 115 0.064538 10.0.0.27 - - [2025-12-25 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.003876 10.0.0.23 - - [2025-12-25 03:16:59] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000989 10.0.0.33 - - [2025-12-25 03:17:00] "POST /fqname-to-id HTTP/1.1" 404 280 0.005282 10.0.0.33 - - [2025-12-25 03:17:00] "PUT /access-control-list/5e26409d-87fa-4a7a-9fe2-594c0ec13c32 HTTP/1.1" 200 272 0.027284 10.0.0.27 - - [2025-12-25 03:17:00] "POST /neutron/security_group HTTP/1.1" 200 1427 0.507713 10.0.0.27 - - [2025-12-25 03:17:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.198643 10.0.0.33 - - [2025-12-25 03:17:01] "PUT /access-control-list/5e26409d-87fa-4a7a-9fe2-594c0ec13c32 HTTP/1.1" 200 272 0.021271 10.0.0.27 - - [2025-12-25 03:17:01] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.153869 10.0.0.27 - - [2025-12-25 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.27 - - [2025-12-25 03:17:01] "GET /security-group/e8877615-b0bf-4f60-83c5-c03cc90b5337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004739 10.0.0.27 - - [2025-12-25 03:17:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174653 10.0.0.33 - - [2025-12-25 03:17:02] "PUT /access-control-list/5e26409d-87fa-4a7a-9fe2-594c0ec13c32 HTTP/1.1" 200 272 0.012787 10.0.0.27 - - [2025-12-25 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008141 10.0.0.23 - - [2025-12-25 03:17:02] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001585 10.0.0.27 - - [2025-12-25 03:17:02] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.078983 10.0.0.27 - - [2025-12-25 03:17:02] "POST /neutron/network HTTP/1.1" 200 117 0.017473 10.0.0.33 - - [2025-12-25 03:17:02] "POST /ref-update HTTP/1.1" 200 156 0.032853 10.0.0.23 - - [2025-12-25 03:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008624 10.0.0.27 - - [2025-12-25 03:17:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.278449 10.0.0.27 - - [2025-12-25 03:17:03] "POST /id-to-fqname HTTP/1.1" 200 290 0.001234 10.0.0.27 - - [2025-12-25 03:17:03] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006074 10.0.0.27 - - [2025-12-25 03:17:03] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007926 10.0.0.27 - - [2025-12-25 03:17:03] "POST /neutron/network HTTP/1.1" 200 1113 0.012733 10.0.0.27 - - [2025-12-25 03:17:03] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006074 10.0.0.27 - - [2025-12-25 03:17:04] "GET /obj-perms HTTP/1.1" 200 5080 0.122946 10.0.0.33 - - [2025-12-25 03:17:05] "GET /obj-perms HTTP/1.1" 200 5080 0.089009 10.0.0.27 - - [2025-12-25 03:17:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001555 10.0.0.27 - - [2025-12-25 03:17:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008792 10.0.0.23 - - [2025-12-25 03:17:07] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001182 10.0.0.27 - - [2025-12-25 03:17:07] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.085332 10.0.0.27 - - [2025-12-25 03:17:07] "POST /neutron/port HTTP/1.1" 200 117 0.006342 10.0.0.27 - - [2025-12-25 03:17:07] "POST /id-to-fqname HTTP/1.1" 200 290 0.001394 10.0.0.27 - - [2025-12-25 03:17:07] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007855 10.0.0.23 - - [2025-12-25 03:17:08] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000955 10.0.0.27 - - [2025-12-25 03:17:08] "POST /neutron/security_group HTTP/1.1" 200 3458 0.053616 10.0.0.27 - - [2025-12-25 03:17:08] "POST /neutron/port HTTP/1.1" 200 1192 0.056368 10.0.0.23 - - [2025-12-25 03:17:08] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000880 10.0.0.27 - - [2025-12-25 03:17:08] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.091248 10.0.0.27 - - [2025-12-25 03:17:09] "POST /neutron/port HTTP/1.1" 200 1256 0.022343 10.0.0.27 - - [2025-12-25 03:17:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003696 10.0.0.27 - - [2025-12-25 03:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.27 - - [2025-12-25 03:17:09] "POST /neutron/network HTTP/1.1" 200 1113 0.009469 10.0.0.27 - - [2025-12-25 03:17:09] "POST /neutron/network HTTP/1.1" 200 1123 0.008236 10.0.0.27 - - [2025-12-25 03:17:10] "POST /neutron/port HTTP/1.1" 200 1192 0.028569 10.0.0.27 - - [2025-12-25 03:17:10] "POST /neutron/port HTTP/1.1" 200 1256 0.022136 10.0.0.27 - - [2025-12-25 03:17:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014503 10.0.0.27 - - [2025-12-25 03:17:10] "POST /neutron/network HTTP/1.1" 200 1113 0.011143 10.0.0.27 - - [2025-12-25 03:17:14] "POST /neutron/port HTTP/1.1" 200 1256 0.018404 10.0.0.27 - - [2025-12-25 03:17:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008242 10.0.0.27 - - [2025-12-25 03:17:14] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 401 292 0.000608 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.041610 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004469 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.005664 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004038 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.005670 10.0.0.27 - - [2025-12-25 03:17:15] "GET /instance-ip/7162133b-7158-4974-a629-6d422dc1c65f HTTP/1.1" 200 1715 0.006802 10.0.0.27 - - [2025-12-25 03:17:15] "GET /instance-ip/b25d7bce-3205-46eb-85b7-1a9ca75857ff HTTP/1.1" 200 1735 0.007246 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004231 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.006023 10.0.0.27 - - [2025-12-25 03:17:15] "GET /instance-ip/7162133b-7158-4974-a629-6d422dc1c65f HTTP/1.1" 200 1715 0.005187 10.0.0.27 - - [2025-12-25 03:17:15] "GET /instance-ip/b25d7bce-3205-46eb-85b7-1a9ca75857ff HTTP/1.1" 200 1735 0.004455 10.0.0.27 - - [2025-12-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2025-12-25 03:17:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005433 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004040 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007603 10.0.0.27 - - [2025-12-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-12-25 03:17:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005224 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003991 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007761 10.0.0.27 - - [2025-12-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-12-25 03:17:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005104 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003521 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007026 10.0.0.27 - - [2025-12-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.27 - - [2025-12-25 03:17:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004626 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003472 10.0.0.27 - - [2025-12-25 03:17:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007212 10.0.0.27 - - [2025-12-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2025-12-25 03:17:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004394 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004034 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006164 10.0.0.27 - - [2025-12-25 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.27 - - [2025-12-25 03:17:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003917 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008569 10.0.0.27 - - [2025-12-25 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.27 - - [2025-12-25 03:17:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005765 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003479 10.0.0.27 - - [2025-12-25 03:17:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006768 10.0.0.27 - - [2025-12-25 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2025-12-25 03:17:19] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005417 10.0.0.27 - - [2025-12-25 03:17:20] "POST /neutron/port HTTP/1.1" 200 1256 0.056200 10.0.0.27 - - [2025-12-25 03:17:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.27 - - [2025-12-25 03:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.27 - - [2025-12-25 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.27 - - [2025-12-25 03:17:23] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006588 10.0.0.27 - - [2025-12-25 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2025-12-25 03:17:27] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006527 10.0.0.27 - - [2025-12-25 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024827 10.0.0.27 - - [2025-12-25 03:17:31] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009062 10.0.0.27 - - [2025-12-25 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.27 - - [2025-12-25 03:17:35] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005978 10.0.0.27 - - [2025-12-25 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-12-25 03:17:39] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005559 10.0.0.27 - - [2025-12-25 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2025-12-25 03:17:44] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006384 10.0.0.23 - - [2025-12-25 03:17:44] "DELETE /project/24b2794e19ef41a2a2b17fbe59ac9329 HTTP/1.1" 404 173 0.037690 10.0.0.23 - - [2025-12-25 03:17:44] "DELETE /project/7f15222a-9ac4-4e53-8f4a-772570ad1e92 HTTP/1.1" 404 177 0.063949 10.0.0.27 - - [2025-12-25 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.27 - - [2025-12-25 03:17:48] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005577 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2025-12-25 03:17:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006037 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003280 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006021 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2025-12-25 03:17:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005608 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006956 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.27 - - [2025-12-25 03:17:50] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005381 10.0.0.27 - - [2025-12-25 03:17:50] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003965 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2025-12-25 03:17:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003219 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007024 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.27 - - [2025-12-25 03:17:50] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004522 10.0.0.27 - - [2025-12-25 03:17:50] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006492 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-25 03:17:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003405 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006258 10.0.0.27 - - [2025-12-25 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2025-12-25 03:17:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.27 - - [2025-12-25 03:17:50] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003650 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007889 10.0.0.27 - - [2025-12-25 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2025-12-25 03:17:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003478 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006133 10.0.0.27 - - [2025-12-25 03:17:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004882 10.0.0.23 - - [2025-12-25 03:17:51] "GET /obj-perms HTTP/1.1" 200 5080 0.065998 10.0.0.27 - - [2025-12-25 03:17:51] "GET /obj-perms HTTP/1.1" 200 5080 0.005885 10.0.0.33 - - [2025-12-25 03:17:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004522 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004465 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.005064 10.0.0.27 - - [2025-12-25 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2025-12-25 03:17:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.27 - - [2025-12-25 03:17:51] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005491 10.0.0.27 - - [2025-12-25 03:17:52] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006065 10.0.0.27 - - [2025-12-25 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.27 - - [2025-12-25 03:17:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004504 10.0.0.27 - - [2025-12-25 03:17:53] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003447 10.0.0.27 - - [2025-12-25 03:17:53] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006195 10.0.0.27 - - [2025-12-25 03:17:53] "POST /neutron/port HTTP/1.1" 200 1256 0.021682 10.0.0.27 - - [2025-12-25 03:17:58] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007534 10.0.0.27 - - [2025-12-25 03:18:03] "POST /neutron/port HTTP/1.1" 200 1256 0.026124 10.0.0.27 - - [2025-12-25 03:18:08] "POST /neutron/port HTTP/1.1" 200 1256 0.019706 10.0.0.27 - - [2025-12-25 03:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004072 10.0.0.27 - - [2025-12-25 03:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.27 - - [2025-12-25 03:18:08] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007699 10.0.0.27 - - [2025-12-25 03:18:14] "POST /neutron/port HTTP/1.1" 200 1256 0.020590 10.0.0.27 - - [2025-12-25 03:18:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007353 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.006515 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.004561 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine-interface/a5aefeb6-f8fe-417a-99bf-d93b036581a6 HTTP/1.1" 200 3418 0.006108 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.004246 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine-interface/a5aefeb6-f8fe-417a-99bf-d93b036581a6 HTTP/1.1" 200 3418 0.006985 10.0.0.27 - - [2025-12-25 03:18:14] "GET /instance-ip/891be7e2-6f59-422f-91fd-275210a17f5f HTTP/1.1" 200 1735 0.006559 10.0.0.27 - - [2025-12-25 03:18:14] "GET /instance-ip/9415c68c-8e69-47d4-9904-feadabb9fe01 HTTP/1.1" 200 1716 0.006466 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.004113 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-machine-interface/a5aefeb6-f8fe-417a-99bf-d93b036581a6 HTTP/1.1" 200 3418 0.009130 10.0.0.27 - - [2025-12-25 03:18:14] "GET /instance-ip/891be7e2-6f59-422f-91fd-275210a17f5f HTTP/1.1" 200 1735 0.004675 10.0.0.27 - - [2025-12-25 03:18:14] "GET /instance-ip/9415c68c-8e69-47d4-9904-feadabb9fe01 HTTP/1.1" 200 1716 0.004587 10.0.0.27 - - [2025-12-25 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2025-12-25 03:18:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003607 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006919 10.0.0.27 - - [2025-12-25 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-12-25 03:18:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005470 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003347 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006150 10.0.0.27 - - [2025-12-25 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.27 - - [2025-12-25 03:18:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004636 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004026 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009039 10.0.0.27 - - [2025-12-25 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.27 - - [2025-12-25 03:18:14] "POST /neutron/port HTTP/1.1" 200 1256 0.061262 10.0.0.27 - - [2025-12-25 03:18:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004495 10.0.0.27 - - [2025-12-25 03:18:14] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003272 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006670 10.0.0.27 - - [2025-12-25 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2025-12-25 03:18:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005437 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003720 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006121 10.0.0.27 - - [2025-12-25 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2025-12-25 03:18:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003643 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006021 10.0.0.27 - - [2025-12-25 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-12-25 03:18:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004937 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003639 10.0.0.27 - - [2025-12-25 03:18:15] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007242 10.0.0.27 - - [2025-12-25 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2025-12-25 03:18:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003813 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007768 10.0.0.27 - - [2025-12-25 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2025-12-25 03:18:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003689 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005725 10.0.0.27 - - [2025-12-25 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-12-25 03:18:16] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005543 10.0.0.27 - - [2025-12-25 03:18:16] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006464 10.0.0.27 - - [2025-12-25 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.27 - - [2025-12-25 03:18:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005350 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003222 10.0.0.27 - - [2025-12-25 03:18:16] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006502 10.0.0.27 - - [2025-12-25 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2025-12-25 03:18:17] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004657 10.0.0.27 - - [2025-12-25 03:18:17] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004767 10.0.0.27 - - [2025-12-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2025-12-25 03:18:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004934 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003391 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006486 10.0.0.27 - - [2025-12-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2025-12-25 03:18:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003500 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007068 10.0.0.27 - - [2025-12-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2025-12-25 03:18:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004356 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003367 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005946 10.0.0.23 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.004274 10.0.0.27 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.003853 10.0.0.27 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.003866 10.0.0.33 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.005867 10.0.0.27 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.006338 10.0.0.23 - - [2025-12-25 03:18:17] "GET /obj-perms HTTP/1.1" 200 5080 0.005558 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.009704 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-machine-interface/a5aefeb6-f8fe-417a-99bf-d93b036581a6 HTTP/1.1" 200 3418 0.007336 10.0.0.27 - - [2025-12-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2025-12-25 03:18:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003080 10.0.0.27 - - [2025-12-25 03:18:17] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005894 10.0.0.27 - - [2025-12-25 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-12-25 03:18:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003857 10.0.0.27 - - [2025-12-25 03:18:19] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003408 10.0.0.27 - - [2025-12-25 03:18:19] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008217 10.0.0.27 - - [2025-12-25 03:18:19] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007874 10.0.0.27 - - [2025-12-25 03:18:20] "POST /neutron/network HTTP/1.1" 200 1123 0.008031 10.0.0.27 - - [2025-12-25 03:18:21] "POST /neutron/subnet HTTP/1.1" 200 1384 0.022443 10.0.0.27 - - [2025-12-25 03:18:21] "POST /neutron/network HTTP/1.1" 200 1113 0.011648 10.0.0.27 - - [2025-12-25 03:18:24] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004268 10.0.0.27 - - [2025-12-25 03:18:24] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.005860 10.0.0.27 - - [2025-12-25 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007092 10.0.0.27 - - [2025-12-25 03:18:24] "GET /security-group/e8877615-b0bf-4f60-83c5-c03cc90b5337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.010222 10.0.0.27 - - [2025-12-25 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.27 - - [2025-12-25 03:18:24] "GET /security-group/e8877615-b0bf-4f60-83c5-c03cc90b5337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004730 10.0.0.27 - - [2025-12-25 03:18:24] "POST /neutron/port HTTP/1.1" 200 1256 0.021131 10.0.0.27 - - [2025-12-25 03:18:24] "POST /neutron/port HTTP/1.1" 200 1208 0.098273 10.0.0.27 - - [2025-12-25 03:18:24] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.003933 10.0.0.27 - - [2025-12-25 03:18:24] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3362 0.005503 10.0.0.27 - - [2025-12-25 03:18:25] "POST /neutron/port HTTP/1.1" 200 1208 0.024855 10.0.0.27 - - [2025-12-25 03:18:25] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004358 10.0.0.27 - - [2025-12-25 03:18:25] "GET /virtual-machine-interface/e1a07db1-76c6-455d-9f96-0c7dc606d817 HTTP/1.1" 200 3418 0.008809 10.0.0.27 - - [2025-12-25 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2025-12-25 03:18:25] "GET /security-group/e8877615-b0bf-4f60-83c5-c03cc90b5337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004659 10.0.0.27 - - [2025-12-25 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.27 - - [2025-12-25 03:18:25] "GET /security-group/e8877615-b0bf-4f60-83c5-c03cc90b5337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005198 10.0.0.27 - - [2025-12-25 03:18:25] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004863 10.0.0.23 - - [2025-12-25 03:18:52] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001218 10.0.0.27 - - [2025-12-25 03:18:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.049103 10.0.0.33 - - [2025-12-25 03:18:52] "PUT /access-control-list/5e26409d-87fa-4a7a-9fe2-594c0ec13c32 HTTP/1.1" 200 272 0.018425 10.0.0.27 - - [2025-12-25 03:18:52] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.016340 10.0.0.27 - - [2025-12-25 03:18:52] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.137731 10.0.0.27 - - [2025-12-25 03:18:55] "POST /neutron/port HTTP/1.1" 200 1246 0.019189 10.0.0.27 - - [2025-12-25 03:18:55] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 200 1318 0.004883 10.0.0.27 - - [2025-12-25 03:18:56] "POST /neutron/port HTTP/1.1" 200 1218 0.022026 10.0.0.27 - - [2025-12-25 03:18:57] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 404 171 0.003460 10.0.0.27 - - [2025-12-25 03:18:57] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 404 171 0.002857 10.0.0.27 - - [2025-12-25 03:18:57] "GET /virtual-machine/90674ba2-7e7a-403e-bb8a-4767f5168d5f HTTP/1.1" 404 171 0.003356 10.0.0.27 - - [2025-12-25 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.27 - - [2025-12-25 03:18:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004433 10.0.0.27 - - [2025-12-25 03:18:58] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004095 10.0.0.27 - - [2025-12-25 03:18:58] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006704 10.0.0.27 - - [2025-12-25 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-12-25 03:18:58] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004796 10.0.0.27 - - [2025-12-25 03:18:58] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005039 10.0.0.27 - - [2025-12-25 03:19:01] "GET /obj-perms HTTP/1.1" 200 5080 0.006124 10.0.0.33 - - [2025-12-25 03:19:01] "GET /obj-perms HTTP/1.1" 200 5080 0.005182 10.0.0.27 - - [2025-12-25 03:19:07] "GET /obj-perms HTTP/1.1" 200 5080 0.004568 10.0.0.33 - - [2025-12-25 03:19:07] "GET /obj-perms HTTP/1.1" 200 5080 0.003818 10.0.0.27 - - [2025-12-25 03:19:07] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008342 10.0.0.27 - - [2025-12-25 03:19:07] "POST /neutron/port HTTP/1.1" 200 1246 0.019299 10.0.0.27 - - [2025-12-25 03:19:08] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 200 1317 0.004753 10.0.0.27 - - [2025-12-25 03:19:08] "POST /neutron/port HTTP/1.1" 200 1208 0.020770 10.0.0.27 - - [2025-12-25 03:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.006703 10.0.0.27 - - [2025-12-25 03:19:10] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 404 171 0.003352 10.0.0.27 - - [2025-12-25 03:19:10] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 404 171 0.002961 10.0.0.27 - - [2025-12-25 03:19:10] "GET /virtual-machine/4ebec026-20a3-4f20-b74b-664e76d3b2bb HTTP/1.1" 404 171 0.003335 10.0.0.27 - - [2025-12-25 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2025-12-25 03:19:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.27 - - [2025-12-25 03:19:10] "GET /virtual-networks?parent_id=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006835 10.0.0.27 - - [2025-12-25 03:19:10] "GET /virtual-network/fb2bc709-a6c5-4188-b484-7367f95e8fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006404 10.0.0.27 - - [2025-12-25 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.27 - - [2025-12-25 03:19:10] "GET /routing-instance/407b390c-0d9a-4dd4-bbcb-9493a8c1ebbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004607 10.0.0.27 - - [2025-12-25 03:19:10] "GET /route-target/a22db8fa-5fdf-4ea2-8bad-155292b51c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004634 10.0.0.27 - - [2025-12-25 03:19:13] "GET /obj-perms HTTP/1.1" 200 5080 0.005595 10.0.0.33 - - [2025-12-25 03:19:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004200 10.0.0.23 - - [2025-12-25 03:19:20] "GET /obj-perms HTTP/1.1" 200 5056 0.078476 10.0.0.27 - - [2025-12-25 03:19:22] "GET /obj-perms HTTP/1.1" 200 5080 0.004047 10.0.0.33 - - [2025-12-25 03:19:22] "GET /obj-perms HTTP/1.1" 200 5080 0.005836 10.0.0.27 - - [2025-12-25 03:19:32] "GET /obj-perms HTTP/1.1" 200 5080 0.004639 10.0.0.33 - - [2025-12-25 03:19:32] "GET /obj-perms HTTP/1.1" 200 5080 0.003945 10.0.0.27 - - [2025-12-25 03:19:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004688 10.0.0.27 - - [2025-12-25 03:19:35] "POST /neutron/network HTTP/1.1" 200 1113 0.010785 10.0.0.33 - - [2025-12-25 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.046056 10.0.0.27 - - [2025-12-25 03:19:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.060245 10.0.0.27 - - [2025-12-25 03:19:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.002784 10.0.0.33 - - [2025-12-25 03:19:36] "DELETE /access-control-list/5e26409d-87fa-4a7a-9fe2-594c0ec13c32 HTTP/1.1" 200 115 0.031001 10.0.0.23 - - [2025-12-25 03:19:37] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000945 10.0.0.27 - - [2025-12-25 03:19:37] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.085003 10.0.0.23 - - [2025-12-25 03:19:37] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001560 10.0.0.27 - - [2025-12-25 03:19:37] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?fields=virtual_networks HTTP/1.1" 200 1092 0.043136 10.0.0.23 - - [2025-12-25 03:19:37] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001441 10.0.0.27 - - [2025-12-25 03:19:37] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043058 10.0.0.23 - - [2025-12-25 03:19:37] "GET /projects?obj_uuids=24b2794e-19ef-41a2-a2b1-7fbe59ac9329&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001281 10.0.0.27 - - [2025-12-25 03:19:37] "GET /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329?fields=security_groups HTTP/1.1" 200 1343 0.051012 10.0.0.33 - - [2025-12-25 03:19:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2025-12-25 03:19:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-12-25 03:19:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.064751 10.0.0.23 - - [2025-12-25 03:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000798 10.0.0.23 - - [2025-12-25 03:19:39] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003358 10.0.0.23 - - [2025-12-25 03:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-25 03:19:39] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.23 - - [2025-12-25 03:19:39] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008395 10.0.0.23 - - [2025-12-25 03:19:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.003596 10.0.0.23 - - [2025-12-25 03:19:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.008382 10.0.0.23 - - [2025-12-25 03:19:39] "POST /security-groups HTTP/1.1" 200 621 0.085834 10.0.0.23 - - [2025-12-25 03:19:39] "POST /projects HTTP/1.1" 200 645 0.312326 10.0.0.33 - - [2025-12-25 03:19:39] "POST /fqname-to-id HTTP/1.1" 404 263 0.009217 10.0.0.23 - - [2025-12-25 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.391345 10.0.0.33 - - [2025-12-25 03:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-12-25 03:19:39] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.585980 10.0.0.33 - - [2025-12-25 03:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-25 03:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2025-12-25 03:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-25 03:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-12-25 03:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-25 03:19:41] "GET / HTTP/1.1" 200 35931 0.003002 10.0.0.27 - - [2025-12-25 03:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2025-12-25 03:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2025-12-25 03:19:42] "DELETE /access-control-list/748a1c44-0c9c-4128-b157-532644d92d3f HTTP/1.1" 200 115 0.036883 10.0.0.27 - - [2025-12-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2025-12-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 404 254 0.033869 10.0.0.27 - - [2025-12-25 03:19:43] "POST /security-groups HTTP/1.1" 200 595 0.039600 10.0.0.27 - - [2025-12-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.33 - - [2025-12-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 404 285 0.004583 10.0.0.27 - - [2025-12-25 03:19:43] "GET /security-group/81171c61-b748-4e30-87cc-8bef7bee1f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.010240 10.0.0.27 - - [2025-12-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2025-12-25 03:19:43] "GET /security-group/81171c61-b748-4e30-87cc-8bef7bee1f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.007094 10.0.0.27 - - [2025-12-25 03:19:44] "DELETE /security-group/81171c61-b748-4e30-87cc-8bef7bee1f54 HTTP/1.1" 200 115 0.056802 10.0.0.27 - - [2025-12-25 03:19:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.003827 10.0.0.33 - - [2025-12-25 03:19:44] "DELETE /access-control-list/4a34dd7b-d11b-4b57-8e5a-2010c98051c9 HTTP/1.1" 200 115 0.039106 10.0.0.23 - - [2025-12-25 03:19:44] "DELETE /project/bc5c4c326f404523a978ca075ac7ac8e HTTP/1.1" 404 173 0.004136 10.0.0.23 - - [2025-12-25 03:19:44] "DELETE /project/24b2794e-19ef-41a2-a2b1-7fbe59ac9329 HTTP/1.1" 404 177 0.003736 10.0.0.27 - - [2025-12-25 03:19:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.003694 10.0.0.27 - - [2025-12-25 03:19:44] "POST /security-groups HTTP/1.1" 200 595 0.045657 10.0.0.27 - - [2025-12-25 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.33 - - [2025-12-25 03:19:45] "POST /fqname-to-id HTTP/1.1" 404 285 0.011600 10.0.0.27 - - [2025-12-25 03:19:45] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008626 10.0.0.27 - - [2025-12-25 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2025-12-25 03:19:45] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005136 10.0.0.27 - - [2025-12-25 03:19:45] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004933 10.0.0.27 - - [2025-12-25 03:19:45] "PUT /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d HTTP/1.1" 200 262 0.021216 10.0.0.27 - - [2025-12-25 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007336 10.0.0.33 - - [2025-12-25 03:19:45] "PUT /access-control-list/17f529fc-a2ea-4dc3-b71d-c518313dfc90 HTTP/1.1" 200 272 0.020542 10.0.0.23 - - [2025-12-25 03:19:45] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001443 10.0.0.27 - - [2025-12-25 03:19:45] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.054285 10.0.0.23 - - [2025-12-25 03:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.012145 10.0.0.27 - - [2025-12-25 03:19:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.295382 10.0.0.27 - - [2025-12-25 03:19:46] "POST /id-to-fqname HTTP/1.1" 200 300 0.001386 10.0.0.27 - - [2025-12-25 03:19:46] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005327 10.0.0.27 - - [2025-12-25 03:19:46] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006176 10.0.0.27 - - [2025-12-25 03:19:46] "POST /neutron/network HTTP/1.1" 200 953 0.007171 10.0.0.27 - - [2025-12-25 03:19:46] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005638 10.0.0.33 - - [2025-12-25 03:19:47] "GET /obj-perms HTTP/1.1" 200 5090 0.068894 10.0.0.27 - - [2025-12-25 03:19:48] "POST /id-to-fqname HTTP/1.1" 200 300 0.001432 10.0.0.27 - - [2025-12-25 03:19:48] "POST /neutron/network HTTP/1.1" 200 963 0.007194 10.0.0.23 - - [2025-12-25 03:19:49] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001123 10.0.0.27 - - [2025-12-25 03:19:49] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.075083 10.0.0.27 - - [2025-12-25 03:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.006152 10.0.0.27 - - [2025-12-25 03:19:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001599 10.0.0.27 - - [2025-12-25 03:19:50] "POST /neutron/network HTTP/1.1" 200 963 0.006930 10.0.0.23 - - [2025-12-25 03:19:50] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001175 10.0.0.27 - - [2025-12-25 03:19:50] "POST /neutron/port HTTP/1.1" 200 1089 0.314199 10.0.0.27 - - [2025-12-25 03:19:50] "POST /neutron/port HTTP/1.1" 200 1143 0.111295 10.0.0.23 - - [2025-12-25 03:19:51] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001073 10.0.0.27 - - [2025-12-25 03:19:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.010160 10.0.0.27 - - [2025-12-25 03:19:51] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.086300 10.0.0.27 - - [2025-12-25 03:19:51] "POST /neutron/network HTTP/1.1" 200 953 0.045546 10.0.0.27 - - [2025-12-25 03:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.008940 10.0.0.27 - - [2025-12-25 03:19:51] "POST /neutron/network HTTP/1.1" 200 963 0.006874 10.0.0.27 - - [2025-12-25 03:19:52] "POST /neutron/port HTTP/1.1" 200 1089 0.019187 10.0.0.27 - - [2025-12-25 03:19:52] "POST /neutron/port HTTP/1.1" 200 1154 0.023409 10.0.0.27 - - [2025-12-25 03:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.27 - - [2025-12-25 03:19:56] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008505 10.0.0.27 - - [2025-12-25 03:19:56] "POST /neutron/port HTTP/1.1" 200 1154 0.020858 10.0.0.27 - - [2025-12-25 03:19:57] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007573 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.037669 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.003796 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.005589 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.009146 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.006679 10.0.0.27 - - [2025-12-25 03:19:57] "GET /instance-ip/6adca787-f22b-44e6-87ff-dfb4c1f93a36 HTTP/1.1" 200 1728 0.007234 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.004367 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.007101 10.0.0.27 - - [2025-12-25 03:19:57] "GET /instance-ip/6adca787-f22b-44e6-87ff-dfb4c1f93a36 HTTP/1.1" 200 1728 0.006973 10.0.0.27 - - [2025-12-25 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-12-25 03:19:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003050 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006135 10.0.0.27 - - [2025-12-25 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2025-12-25 03:19:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004356 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003938 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006167 10.0.0.27 - - [2025-12-25 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2025-12-25 03:19:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006653 10.0.0.27 - - [2025-12-25 03:19:57] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004075 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006021 10.0.0.27 - - [2025-12-25 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2025-12-25 03:19:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005538 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003441 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007199 10.0.0.27 - - [2025-12-25 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2025-12-25 03:19:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004222 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.015257 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005951 10.0.0.27 - - [2025-12-25 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.27 - - [2025-12-25 03:19:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004301 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004284 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008882 10.0.0.27 - - [2025-12-25 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.27 - - [2025-12-25 03:19:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005905 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003658 10.0.0.27 - - [2025-12-25 03:19:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007530 10.0.0.27 - - [2025-12-25 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.27 - - [2025-12-25 03:20:01] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006706 10.0.0.27 - - [2025-12-25 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2025-12-25 03:20:05] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006088 10.0.0.27 - - [2025-12-25 03:20:09] "POST /neutron/network HTTP/1.1" 200 963 0.007509 10.0.0.27 - - [2025-12-25 03:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.27 - - [2025-12-25 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2025-12-25 03:20:09] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006210 10.0.0.27 - - [2025-12-25 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.27 - - [2025-12-25 03:20:13] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006578 10.0.0.27 - - [2025-12-25 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.27 - - [2025-12-25 03:20:18] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007492 10.0.0.27 - - [2025-12-25 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2025-12-25 03:20:22] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006912 10.0.0.27 - - [2025-12-25 03:20:24] "POST /neutron/port HTTP/1.1" 200 1154 0.021009 10.0.0.27 - - [2025-12-25 03:20:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.010091 10.0.0.27 - - [2025-12-25 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-25 03:20:26] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006168 10.0.0.27 - - [2025-12-25 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2025-12-25 03:20:30] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006570 10.0.0.27 - - [2025-12-25 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.27 - - [2025-12-25 03:20:34] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008300 10.0.0.27 - - [2025-12-25 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2025-12-25 03:20:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005701 10.0.0.27 - - [2025-12-25 03:20:36] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004011 10.0.0.27 - - [2025-12-25 03:20:36] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006755 10.0.0.27 - - [2025-12-25 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.27 - - [2025-12-25 03:20:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004556 10.0.0.27 - - [2025-12-25 03:20:36] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003992 10.0.0.27 - - [2025-12-25 03:20:36] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006133 10.0.0.27 - - [2025-12-25 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.27 - - [2025-12-25 03:20:37] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005306 10.0.0.27 - - [2025-12-25 03:20:37] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005106 10.0.0.27 - - [2025-12-25 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-12-25 03:20:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005005 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002936 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006032 10.0.0.27 - - [2025-12-25 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-12-25 03:20:37] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004796 10.0.0.27 - - [2025-12-25 03:20:37] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004266 10.0.0.27 - - [2025-12-25 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2025-12-25 03:20:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003299 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007033 10.0.0.27 - - [2025-12-25 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-25 03:20:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004775 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003552 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006300 10.0.0.27 - - [2025-12-25 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.27 - - [2025-12-25 03:20:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004472 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003476 10.0.0.27 - - [2025-12-25 03:20:37] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006509 10.0.0.23 - - [2025-12-25 03:20:37] "GET /obj-perms HTTP/1.1" 200 5090 0.065402 10.0.0.27 - - [2025-12-25 03:20:37] "GET /obj-perms HTTP/1.1" 200 5090 0.065707 10.0.0.27 - - [2025-12-25 03:20:38] "GET /obj-perms HTTP/1.1" 200 5090 0.005042 10.0.0.33 - - [2025-12-25 03:20:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004616 10.0.0.27 - - [2025-12-25 03:20:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004447 10.0.0.23 - - [2025-12-25 03:20:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004236 10.0.0.27 - - [2025-12-25 03:20:38] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.005698 10.0.0.27 - - [2025-12-25 03:20:38] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.006661 10.0.0.27 - - [2025-12-25 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.27 - - [2025-12-25 03:20:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004955 10.0.0.27 - - [2025-12-25 03:20:38] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003407 10.0.0.27 - - [2025-12-25 03:20:38] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006399 10.0.0.27 - - [2025-12-25 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.27 - - [2025-12-25 03:20:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.27 - - [2025-12-25 03:20:39] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003155 10.0.0.27 - - [2025-12-25 03:20:39] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006272 10.0.0.27 - - [2025-12-25 03:20:39] "POST /neutron/port HTTP/1.1" 200 1154 0.019168 10.0.0.27 - - [2025-12-25 03:20:45] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008300 10.0.0.27 - - [2025-12-25 03:20:47] "POST /neutron/port HTTP/1.1" 200 1154 0.019269 10.0.0.27 - - [2025-12-25 03:20:50] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008725 10.0.0.27 - - [2025-12-25 03:20:55] "POST /neutron/port HTTP/1.1" 200 1154 0.019873 10.0.0.27 - - [2025-12-25 03:20:55] "POST /neutron/security_group HTTP/1.1" 200 1290 0.010437 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.006350 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.004080 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine-interface/cc72e7d3-fc63-4d7c-a26d-df8b66421a3e HTTP/1.1" 200 3264 0.005472 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.005230 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine-interface/cc72e7d3-fc63-4d7c-a26d-df8b66421a3e HTTP/1.1" 200 3264 0.007482 10.0.0.27 - - [2025-12-25 03:20:55] "GET /instance-ip/bbe26cb5-dfda-4ed2-81a6-4fa7eb59163a HTTP/1.1" 200 1729 0.007055 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.004462 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-machine-interface/cc72e7d3-fc63-4d7c-a26d-df8b66421a3e HTTP/1.1" 200 3264 0.006010 10.0.0.27 - - [2025-12-25 03:20:55] "GET /instance-ip/bbe26cb5-dfda-4ed2-81a6-4fa7eb59163a HTTP/1.1" 200 1729 0.007469 10.0.0.27 - - [2025-12-25 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.27 - - [2025-12-25 03:20:55] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004105 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002980 10.0.0.27 - - [2025-12-25 03:20:55] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006659 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004569 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003875 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007125 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003155 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006565 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003808 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007318 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004997 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003512 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006742 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005092 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003578 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006810 10.0.0.27 - - [2025-12-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-12-25 03:20:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005040 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003134 10.0.0.27 - - [2025-12-25 03:20:56] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006703 10.0.0.27 - - [2025-12-25 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2025-12-25 03:20:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003967 10.0.0.27 - - [2025-12-25 03:20:57] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003916 10.0.0.27 - - [2025-12-25 03:20:57] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007107 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.27 - - [2025-12-25 03:20:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007801 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003057 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006296 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009411 10.0.0.27 - - [2025-12-25 03:20:58] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004703 10.0.0.27 - - [2025-12-25 03:20:58] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004210 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2025-12-25 03:20:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004664 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005635 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007996 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.27 - - [2025-12-25 03:20:58] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005336 10.0.0.27 - - [2025-12-25 03:20:58] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003933 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.27 - - [2025-12-25 03:20:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.007138 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.011604 10.0.0.27 - - [2025-12-25 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.27 - - [2025-12-25 03:20:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006325 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004692 10.0.0.27 - - [2025-12-25 03:20:58] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.009600 10.0.0.27 - - [2025-12-25 03:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.27 - - [2025-12-25 03:20:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004803 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003553 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006081 10.0.0.27 - - [2025-12-25 03:20:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004230 10.0.0.23 - - [2025-12-25 03:20:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003964 10.0.0.27 - - [2025-12-25 03:20:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004791 10.0.0.33 - - [2025-12-25 03:20:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003730 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.004204 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-machine-interface/cc72e7d3-fc63-4d7c-a26d-df8b66421a3e HTTP/1.1" 200 3264 0.006665 10.0.0.27 - - [2025-12-25 03:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-12-25 03:20:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003155 10.0.0.27 - - [2025-12-25 03:20:59] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006116 10.0.0.27 - - [2025-12-25 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2025-12-25 03:21:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005469 10.0.0.27 - - [2025-12-25 03:21:00] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003718 10.0.0.27 - - [2025-12-25 03:21:00] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.014069 10.0.0.27 - - [2025-12-25 03:21:00] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.005850 10.0.0.27 - - [2025-12-25 03:21:00] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.006846 10.0.0.27 - - [2025-12-25 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-12-25 03:21:00] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004842 10.0.0.27 - - [2025-12-25 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-12-25 03:21:01] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005504 10.0.0.27 - - [2025-12-25 03:21:01] "POST /neutron/security_group HTTP/1.1" 200 1316 0.009495 10.0.0.27 - - [2025-12-25 03:21:01] "POST /neutron/port HTTP/1.1" 200 1143 0.016055 10.0.0.27 - - [2025-12-25 03:21:01] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.004849 10.0.0.27 - - [2025-12-25 03:21:01] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3201 0.013204 10.0.0.27 - - [2025-12-25 03:21:01] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007332 10.0.0.27 - - [2025-12-25 03:21:01] "POST /neutron/port HTTP/1.1" 200 1105 0.019965 10.0.0.27 - - [2025-12-25 03:21:01] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.005811 10.0.0.27 - - [2025-12-25 03:21:01] "GET /virtual-machine-interface/02b89932-5a3a-420b-984c-79af9b46a908 HTTP/1.1" 200 3262 0.009131 10.0.0.27 - - [2025-12-25 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2025-12-25 03:21:01] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004628 10.0.0.27 - - [2025-12-25 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.27 - - [2025-12-25 03:21:01] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004558 10.0.0.27 - - [2025-12-25 03:21:01] "DELETE /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d HTTP/1.1" 409 336 0.011771 10.0.0.27 - - [2025-12-25 03:21:09] "POST /neutron/port HTTP/1.1" 200 1154 0.020005 10.0.0.27 - - [2025-12-25 03:21:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.27 - - [2025-12-25 03:21:09] "POST /neutron/network HTTP/1.1" 200 953 0.007615 10.0.0.27 - - [2025-12-25 03:21:25] "POST /neutron/network HTTP/1.1" 200 963 0.008598 10.0.0.27 - - [2025-12-25 03:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.27 - - [2025-12-25 03:22:11] "POST /neutron/port HTTP/1.1" 200 1154 0.055550 10.0.0.27 - - [2025-12-25 03:22:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.010841 10.0.0.23 - - [2025-12-25 03:22:23] "GET /obj-perms HTTP/1.1" 200 5056 0.068308 10.0.0.27 - - [2025-12-25 03:22:24] "POST /neutron/port HTTP/1.1" 200 1154 0.057542 10.0.0.27 - - [2025-12-25 03:22:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.27 - - [2025-12-25 03:22:24] "POST /neutron/network HTTP/1.1" 200 953 0.007608 10.0.0.27 - - [2025-12-25 03:22:43] "GET /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005611 10.0.0.27 - - [2025-12-25 03:22:43] "PUT /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d HTTP/1.1" 200 262 0.022869 10.0.0.33 - - [2025-12-25 03:22:43] "PUT /access-control-list/54563134-626c-46f4-8260-6b07897f0840 HTTP/1.1" 200 272 0.022806 10.0.0.27 - - [2025-12-25 03:22:46] "POST /neutron/port HTTP/1.1" 200 1143 0.017131 10.0.0.27 - - [2025-12-25 03:22:46] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 200 1323 0.005417 10.0.0.27 - - [2025-12-25 03:22:47] "POST /neutron/port HTTP/1.1" 200 1115 0.022682 10.0.0.27 - - [2025-12-25 03:22:48] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 404 171 0.004304 10.0.0.27 - - [2025-12-25 03:22:48] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 404 171 0.003590 10.0.0.27 - - [2025-12-25 03:22:48] "GET /virtual-machine/96a2b76f-2a11-49ef-bb79-9099a492134b HTTP/1.1" 404 171 0.004077 10.0.0.27 - - [2025-12-25 03:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.27 - - [2025-12-25 03:22:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.27 - - [2025-12-25 03:22:48] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003073 10.0.0.27 - - [2025-12-25 03:22:49] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006114 10.0.0.27 - - [2025-12-25 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-12-25 03:22:49] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005948 10.0.0.27 - - [2025-12-25 03:22:49] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004482 10.0.0.27 - - [2025-12-25 03:22:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004404 10.0.0.33 - - [2025-12-25 03:22:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004127 10.0.0.27 - - [2025-12-25 03:22:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004504 10.0.0.33 - - [2025-12-25 03:22:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004061 10.0.0.27 - - [2025-12-25 03:23:07] "GET /obj-perms HTTP/1.1" 200 5090 0.004016 10.0.0.33 - - [2025-12-25 03:23:07] "GET /obj-perms HTTP/1.1" 200 5090 0.005771 10.0.0.27 - - [2025-12-25 03:23:07] "POST /neutron/security_group HTTP/1.1" 200 1286 0.011757 10.0.0.27 - - [2025-12-25 03:23:08] "POST /neutron/port HTTP/1.1" 200 1143 0.015329 10.0.0.27 - - [2025-12-25 03:23:08] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 200 1321 0.004330 10.0.0.27 - - [2025-12-25 03:23:08] "POST /neutron/port HTTP/1.1" 200 1105 0.025918 10.0.0.27 - - [2025-12-25 03:23:10] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 404 171 0.004326 10.0.0.27 - - [2025-12-25 03:23:10] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 404 171 0.003773 10.0.0.27 - - [2025-12-25 03:23:10] "GET /virtual-machine/4316e943-8e06-491e-8768-9d845350efa2 HTTP/1.1" 404 171 0.002897 10.0.0.27 - - [2025-12-25 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.27 - - [2025-12-25 03:23:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004546 10.0.0.27 - - [2025-12-25 03:23:10] "GET /virtual-networks?parent_id=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003788 10.0.0.27 - - [2025-12-25 03:23:10] "GET /virtual-network/6af218de-8c87-44e5-80d8-6aa70ff5ed64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006972 10.0.0.27 - - [2025-12-25 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-12-25 03:23:10] "GET /routing-instance/8c24be53-ee60-4d38-9ce2-c8327f14af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004342 10.0.0.27 - - [2025-12-25 03:23:10] "GET /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004220 10.0.0.27 - - [2025-12-25 03:23:10] "GET /obj-perms HTTP/1.1" 200 5090 0.005580 10.0.0.33 - - [2025-12-25 03:23:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004382 10.0.0.27 - - [2025-12-25 03:23:19] "GET /obj-perms HTTP/1.1" 200 5090 0.004063 10.0.0.33 - - [2025-12-25 03:23:23] "GET /obj-perms HTTP/1.1" 200 5090 0.004982 10.0.0.27 - - [2025-12-25 03:23:26] "GET /obj-perms HTTP/1.1" 200 5090 0.004160 10.0.0.33 - - [2025-12-25 03:23:29] "GET /obj-perms HTTP/1.1" 200 5090 0.004755 10.0.0.27 - - [2025-12-25 03:23:35] "GET /obj-perms HTTP/1.1" 200 5090 0.003999 10.0.0.33 - - [2025-12-25 03:23:35] "GET /obj-perms HTTP/1.1" 200 5090 0.004145 10.0.0.23 - - [2025-12-25 03:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.061196 10.0.0.23 - - [2025-12-25 03:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.27 - - [2025-12-25 03:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.201293 10.0.0.33 - - [2025-12-25 03:23:35] "DELETE /route-target/b70f631c-c3f5-41f3-bc48-1959dcb6dbd6 HTTP/1.1" 200 115 0.031535 10.0.0.27 - - [2025-12-25 03:23:35] "DELETE /security-group/c52cdc83-8de1-4df9-8b19-ab9780deb86d HTTP/1.1" 200 115 0.047815 10.0.0.27 - - [2025-12-25 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 254 0.003879 10.0.0.23 - - [2025-12-25 03:23:37] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001024 10.0.0.27 - - [2025-12-25 03:23:37] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.051178 10.0.0.23 - - [2025-12-25 03:23:37] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001652 10.0.0.27 - - [2025-12-25 03:23:37] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?fields=virtual_networks HTTP/1.1" 200 1103 0.057678 10.0.0.23 - - [2025-12-25 03:23:37] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000966 10.0.0.27 - - [2025-12-25 03:23:37] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1103 0.048306 10.0.0.23 - - [2025-12-25 03:23:37] "GET /projects?obj_uuids=bc5c4c32-6f40-4523-a978-ca075ac7ac8e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001063 10.0.0.27 - - [2025-12-25 03:23:37] "GET /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e?fields=security_groups HTTP/1.1" 200 1359 0.045869 10.0.0.27 - - [2025-12-25 03:23:38] "POST /fqname-to-id HTTP/1.1" 404 209 0.032148 10.0.0.23 - - [2025-12-25 03:23:38] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004443 10.0.0.23 - - [2025-12-25 03:23:39] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.23 - - [2025-12-25 03:23:39] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048336 10.0.0.23 - - [2025-12-25 03:23:39] "POST /id-to-fqname HTTP/1.1" 200 212 0.002199 10.0.0.23 - - [2025-12-25 03:23:39] "POST /fqname-to-id HTTP/1.1" 404 222 0.005215 10.0.0.23 - - [2025-12-25 03:23:39] "POST /security-groups HTTP/1.1" 200 612 0.031991 10.0.0.33 - - [2025-12-25 03:23:39] "POST /fqname-to-id HTTP/1.1" 404 255 0.004094 10.0.0.23 - - [2025-12-25 03:23:39] "POST /projects HTTP/1.1" 200 627 0.242030 10.0.0.23 - - [2025-12-25 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.324557 10.0.0.33 - - [2025-12-25 03:23:39] "POST /access-control-lists HTTP/1.1" 200 615 0.050375 10.0.0.27 - - [2025-12-25 03:23:39] "GET /project/51604469-f075-4f69-8204-143f956e92fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.535985 10.0.0.27 - - [2025-12-25 03:23:40] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.27 - - [2025-12-25 03:23:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.27 - - [2025-12-25 03:23:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.070094 10.0.0.33 - - [2025-12-25 03:23:43] "POST /fqname-to-id HTTP/1.1" 404 276 0.009145 10.0.0.33 - - [2025-12-25 03:23:43] "DELETE /access-control-list/3a6f39cb-dcd4-4750-b387-e85026c94de0 HTTP/1.1" 200 115 0.055340 10.0.0.33 - - [2025-12-25 03:23:43] "PUT /access-control-list/1b0d8f03-98ac-4afc-9cf0-7369449023b1 HTTP/1.1" 200 272 0.024362 10.0.0.27 - - [2025-12-25 03:23:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.051622 10.0.0.27 - - [2025-12-25 03:23:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.194066 10.0.0.27 - - [2025-12-25 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.27 - - [2025-12-25 03:23:44] "GET /security-group/48a181a6-66a9-4143-8baf-7a7a98832f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004842 10.0.0.23 - - [2025-12-25 03:23:45] "DELETE /project/51604469f0754f698204143f956e92fc HTTP/1.1" 404 173 0.003030 10.0.0.23 - - [2025-12-25 03:23:45] "DELETE /project/bc5c4c32-6f40-4523-a978-ca075ac7ac8e HTTP/1.1" 404 177 0.005355 10.0.0.27 - - [2025-12-25 03:23:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.057548 10.0.0.27 - - [2025-12-25 03:23:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.002721 10.0.0.33 - - [2025-12-25 03:23:45] "DELETE /access-control-list/4aa575ed-5999-443b-9f9d-21eab7388f1c HTTP/1.1" 200 115 0.043806 10.0.0.27 - - [2025-12-25 03:23:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.003711 10.0.0.33 - - [2025-12-25 03:23:45] "POST /access-control-lists HTTP/1.1" 200 639 0.044640 10.0.0.33 - - [2025-12-25 03:23:46] "PUT /access-control-list/d1da5d91-7a5c-4f93-a527-c5b54b7ce361 HTTP/1.1" 200 272 0.016961 10.0.0.27 - - [2025-12-25 03:23:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015854 10.0.0.33 - - [2025-12-25 03:23:46] "PUT /access-control-list/aa18fc56-d1f7-4cfc-9092-b13163808ce4 HTTP/1.1" 200 272 0.019988 10.0.0.27 - - [2025-12-25 03:23:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119549 10.0.0.27 - - [2025-12-25 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2025-12-25 03:23:46] "GET /security-group/2299e4a9-50a4-47dd-b086-cf1065399322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005172 10.0.0.27 - - [2025-12-25 03:23:47] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.011724 10.0.0.33 - - [2025-12-25 03:23:47] "PUT /access-control-list/aa18fc56-d1f7-4cfc-9092-b13163808ce4 HTTP/1.1" 200 272 0.021404 10.0.0.27 - - [2025-12-25 03:23:47] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.110641 10.0.0.27 - - [2025-12-25 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.23 - - [2025-12-25 03:23:47] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001629 10.0.0.27 - - [2025-12-25 03:23:47] "GET /project/51604469-f075-4f69-8204-143f956e92fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.057839 10.0.0.33 - - [2025-12-25 03:23:48] "POST /route-targets HTTP/1.1" 200 327 0.019722 10.0.0.23 - - [2025-12-25 03:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005695 10.0.0.27 - - [2025-12-25 03:23:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.212054 10.0.0.27 - - [2025-12-25 03:23:48] "POST /id-to-fqname HTTP/1.1" 200 282 0.001362 10.0.0.27 - - [2025-12-25 03:23:48] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006283 10.0.0.27 - - [2025-12-25 03:23:48] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008069 10.0.0.27 - - [2025-12-25 03:23:48] "POST /neutron/network HTTP/1.1" 200 927 0.008257 10.0.0.27 - - [2025-12-25 03:23:48] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006468 10.0.0.27 - - [2025-12-25 03:23:49] "GET /obj-perms HTTP/1.1" 200 5072 0.069761 10.0.0.23 - - [2025-12-25 03:23:50] "GET /obj-perms HTTP/1.1" 200 5072 0.069229 10.0.0.27 - - [2025-12-25 03:23:50] "POST /id-to-fqname HTTP/1.1" 200 282 0.001242 10.0.0.27 - - [2025-12-25 03:23:50] "POST /neutron/network HTTP/1.1" 200 937 0.008385 10.0.0.23 - - [2025-12-25 03:23:51] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001676 10.0.0.27 - - [2025-12-25 03:23:51] "GET /project/51604469-f075-4f69-8204-143f956e92fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.086853 10.0.0.27 - - [2025-12-25 03:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.008600 10.0.0.27 - - [2025-12-25 03:23:51] "POST /id-to-fqname HTTP/1.1" 200 282 0.001384 10.0.0.27 - - [2025-12-25 03:23:51] "POST /neutron/network HTTP/1.1" 200 937 0.006839 10.0.0.23 - - [2025-12-25 03:23:52] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001120 10.0.0.27 - - [2025-12-25 03:23:52] "POST /neutron/port HTTP/1.1" 200 1081 0.335086 10.0.0.27 - - [2025-12-25 03:23:52] "POST /neutron/port HTTP/1.1" 200 1135 0.129196 10.0.0.23 - - [2025-12-25 03:23:52] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000939 10.0.0.27 - - [2025-12-25 03:23:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.012549 10.0.0.27 - - [2025-12-25 03:23:53] "GET /project/51604469-f075-4f69-8204-143f956e92fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.118075 10.0.0.27 - - [2025-12-25 03:23:53] "POST /neutron/network HTTP/1.1" 200 927 0.007597 10.0.0.27 - - [2025-12-25 03:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006977 10.0.0.27 - - [2025-12-25 03:23:53] "POST /neutron/network HTTP/1.1" 200 937 0.012173 10.0.0.27 - - [2025-12-25 03:23:54] "POST /neutron/port HTTP/1.1" 200 1081 0.020578 10.0.0.27 - - [2025-12-25 03:23:54] "POST /neutron/port HTTP/1.1" 200 1145 0.023311 10.0.0.27 - - [2025-12-25 03:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.27 - - [2025-12-25 03:23:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009501 10.0.0.27 - - [2025-12-25 03:23:58] "POST /neutron/port HTTP/1.1" 200 1145 0.026506 10.0.0.27 - - [2025-12-25 03:23:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007884 10.0.0.27 - - [2025-12-25 03:23:58] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 401 292 0.000704 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.037052 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.004409 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.007478 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.004549 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.005649 10.0.0.27 - - [2025-12-25 03:23:59] "GET /instance-ip/901d606c-e368-4989-9794-3c5ef6c849ed HTTP/1.1" 200 1704 0.007873 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.005396 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.008892 10.0.0.27 - - [2025-12-25 03:23:59] "GET /instance-ip/901d606c-e368-4989-9794-3c5ef6c849ed HTTP/1.1" 200 1704 0.004790 10.0.0.27 - - [2025-12-25 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2025-12-25 03:23:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004849 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003454 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.013865 10.0.0.27 - - [2025-12-25 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2025-12-25 03:23:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004492 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003574 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005979 10.0.0.27 - - [2025-12-25 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-12-25 03:23:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.016104 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003686 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.019554 10.0.0.27 - - [2025-12-25 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2025-12-25 03:23:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003301 10.0.0.27 - - [2025-12-25 03:23:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006097 10.0.0.27 - - [2025-12-25 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2025-12-25 03:24:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005281 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003330 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.010186 10.0.0.27 - - [2025-12-25 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2025-12-25 03:24:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005247 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004134 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007151 10.0.0.27 - - [2025-12-25 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010232 10.0.0.27 - - [2025-12-25 03:24:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004532 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003931 10.0.0.27 - - [2025-12-25 03:24:00] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006983 10.0.0.27 - - [2025-12-25 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008014 10.0.0.27 - - [2025-12-25 03:24:03] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005987 10.0.0.27 - - [2025-12-25 03:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2025-12-25 03:24:07] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006640 10.0.0.27 - - [2025-12-25 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006958 10.0.0.27 - - [2025-12-25 03:24:11] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006356 10.0.0.27 - - [2025-12-25 03:24:14] "POST /neutron/network HTTP/1.1" 200 937 0.007538 10.0.0.27 - - [2025-12-25 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.27 - - [2025-12-25 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2025-12-25 03:24:15] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006868 10.0.0.27 - - [2025-12-25 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007878 10.0.0.27 - - [2025-12-25 03:24:19] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007506 10.0.0.27 - - [2025-12-25 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2025-12-25 03:24:23] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005164 10.0.0.27 - - [2025-12-25 03:24:27] "POST /neutron/port HTTP/1.1" 200 1145 0.021746 10.0.0.27 - - [2025-12-25 03:24:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.009449 10.0.0.27 - - [2025-12-25 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2025-12-25 03:24:28] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006078 10.0.0.27 - - [2025-12-25 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.27 - - [2025-12-25 03:24:32] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006449 10.0.0.27 - - [2025-12-25 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2025-12-25 03:24:34] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003826 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002893 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006437 10.0.0.27 - - [2025-12-25 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006568 10.0.0.27 - - [2025-12-25 03:24:34] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003552 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006479 10.0.0.27 - - [2025-12-25 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.27 - - [2025-12-25 03:24:34] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004797 10.0.0.27 - - [2025-12-25 03:24:34] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004256 10.0.0.27 - - [2025-12-25 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2025-12-25 03:24:34] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003242 10.0.0.27 - - [2025-12-25 03:24:34] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006996 10.0.0.27 - - [2025-12-25 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006597 10.0.0.27 - - [2025-12-25 03:24:34] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004828 10.0.0.27 - - [2025-12-25 03:24:34] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005556 10.0.0.27 - - [2025-12-25 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005836 10.0.0.27 - - [2025-12-25 03:24:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004607 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003441 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006604 10.0.0.27 - - [2025-12-25 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-12-25 03:24:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003279 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007843 10.0.0.27 - - [2025-12-25 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.27 - - [2025-12-25 03:24:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004241 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003635 10.0.0.27 - - [2025-12-25 03:24:35] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006665 10.0.0.27 - - [2025-12-25 03:24:35] "GET /obj-perms HTTP/1.1" 200 5072 0.003841 10.0.0.23 - - [2025-12-25 03:24:35] "GET /obj-perms HTTP/1.1" 200 5072 0.003759 10.0.0.27 - - [2025-12-25 03:24:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004049 10.0.0.33 - - [2025-12-25 03:24:36] "GET /obj-perms HTTP/1.1" 200 5072 0.081088 10.0.0.27 - - [2025-12-25 03:24:36] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.004294 10.0.0.27 - - [2025-12-25 03:24:36] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.008647 10.0.0.27 - - [2025-12-25 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2025-12-25 03:24:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.27 - - [2025-12-25 03:24:36] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003477 10.0.0.27 - - [2025-12-25 03:24:36] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006356 10.0.0.27 - - [2025-12-25 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006262 10.0.0.27 - - [2025-12-25 03:24:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.27 - - [2025-12-25 03:24:37] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003315 10.0.0.27 - - [2025-12-25 03:24:37] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007575 10.0.0.27 - - [2025-12-25 03:24:37] "POST /neutron/port HTTP/1.1" 200 1145 0.025855 10.0.0.33 - - [2025-12-25 03:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2025-12-25 03:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000726 10.0.0.33 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-12-25 03:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-12-25 03:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-25 03:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000908 10.0.0.27 - - [2025-12-25 03:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-12-25 03:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-12-25 03:24:42] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007325 10.0.0.27 - - [2025-12-25 03:24:47] "POST /neutron/port HTTP/1.1" 200 1145 0.020469 10.0.0.27 - - [2025-12-25 03:24:53] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011924 10.0.0.27 - - [2025-12-25 03:24:58] "POST /neutron/port HTTP/1.1" 200 1145 0.023595 10.0.0.27 - - [2025-12-25 03:24:58] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007366 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.008126 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.003967 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine-interface/2100ef4a-74a8-45d4-a307-9179c5c0982e HTTP/1.1" 200 3191 0.005361 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.004003 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine-interface/2100ef4a-74a8-45d4-a307-9179c5c0982e HTTP/1.1" 200 3191 0.005601 10.0.0.27 - - [2025-12-25 03:24:58] "GET /instance-ip/76bd070f-b6b8-4094-a56a-344d6d7e3576 HTTP/1.1" 200 1703 0.015856 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.005315 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-machine-interface/2100ef4a-74a8-45d4-a307-9179c5c0982e HTTP/1.1" 200 3191 0.008512 10.0.0.27 - - [2025-12-25 03:24:58] "GET /instance-ip/76bd070f-b6b8-4094-a56a-344d6d7e3576 HTTP/1.1" 200 1703 0.005602 10.0.0.27 - - [2025-12-25 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2025-12-25 03:24:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005735 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003783 10.0.0.27 - - [2025-12-25 03:24:58] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008324 10.0.0.27 - - [2025-12-25 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004928 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003428 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007121 10.0.0.27 - - [2025-12-25 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004585 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003560 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006221 10.0.0.27 - - [2025-12-25 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007662 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006327 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007122 10.0.0.27 - - [2025-12-25 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004834 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005763 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007217 10.0.0.27 - - [2025-12-25 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012066 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003864 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.011932 10.0.0.27 - - [2025-12-25 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007588 10.0.0.27 - - [2025-12-25 03:24:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005191 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003684 10.0.0.27 - - [2025-12-25 03:24:59] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.009439 10.0.0.27 - - [2025-12-25 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005 10.0.0.27 - - [2025-12-25 03:25:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005249 10.0.0.27 - - [2025-12-25 03:25:00] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005340 10.0.0.27 - - [2025-12-25 03:25:00] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008244 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.27 - - [2025-12-25 03:25:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005345 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004394 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.010538 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2025-12-25 03:25:01] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005028 10.0.0.27 - - [2025-12-25 03:25:01] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004404 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.27 - - [2025-12-25 03:25:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003982 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004317 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006610 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010946 10.0.0.27 - - [2025-12-25 03:25:01] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005612 10.0.0.27 - - [2025-12-25 03:25:01] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004467 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.27 - - [2025-12-25 03:25:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006252 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003365 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008285 10.0.0.27 - - [2025-12-25 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.27 - - [2025-12-25 03:25:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007233 10.0.0.27 - - [2025-12-25 03:25:01] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004677 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007016 10.0.0.27 - - [2025-12-25 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-12-25 03:25:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003607 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005910 10.0.0.23 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.004413 10.0.0.27 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.004375 10.0.0.27 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.004423 10.0.0.33 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.006204 10.0.0.27 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.005082 10.0.0.23 - - [2025-12-25 03:25:02] "GET /obj-perms HTTP/1.1" 200 5072 0.004265 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.004345 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-machine-interface/2100ef4a-74a8-45d4-a307-9179c5c0982e HTTP/1.1" 200 3191 0.012470 10.0.0.27 - - [2025-12-25 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007563 10.0.0.27 - - [2025-12-25 03:25:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004630 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003445 10.0.0.27 - - [2025-12-25 03:25:02] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006256 10.0.0.27 - - [2025-12-25 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2025-12-25 03:25:03] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004311 10.0.0.27 - - [2025-12-25 03:25:03] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003624 10.0.0.27 - - [2025-12-25 03:25:03] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006680 10.0.0.27 - - [2025-12-25 03:25:04] "POST /neutron/port HTTP/1.1" 200 1145 0.020375 10.0.0.27 - - [2025-12-25 03:25:09] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007767 10.0.0.27 - - [2025-12-25 03:25:16] "POST /neutron/port HTTP/1.1" 200 1145 0.020647 10.0.0.27 - - [2025-12-25 03:25:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003792 10.0.0.27 - - [2025-12-25 03:25:16] "POST /neutron/network HTTP/1.1" 200 927 0.007378 10.0.0.27 - - [2025-12-25 03:25:24] "POST /neutron/port HTTP/1.1" 200 1145 0.022766 10.0.0.27 - - [2025-12-25 03:25:26] "POST /neutron/port HTTP/1.1" 200 1145 0.022072 10.0.0.27 - - [2025-12-25 03:25:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.010033 10.0.0.27 - - [2025-12-25 03:25:29] "POST /neutron/port HTTP/1.1" 200 1145 0.018961 10.0.0.27 - - [2025-12-25 03:25:31] "POST /neutron/security_group HTTP/1.1" 200 1417 0.047301 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.005467 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.006213 10.0.0.27 - - [2025-12-25 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2025-12-25 03:25:40] "GET /security-group/2299e4a9-50a4-47dd-b086-cf1065399322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004301 10.0.0.27 - - [2025-12-25 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2025-12-25 03:25:40] "GET /security-group/2299e4a9-50a4-47dd-b086-cf1065399322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005440 10.0.0.27 - - [2025-12-25 03:25:40] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004754 10.0.0.27 - - [2025-12-25 03:25:40] "POST /neutron/port HTTP/1.1" 200 1135 0.014322 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.005354 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3140 0.008359 10.0.0.27 - - [2025-12-25 03:25:40] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008144 10.0.0.27 - - [2025-12-25 03:25:40] "POST /neutron/port HTTP/1.1" 200 1097 0.016238 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.004976 10.0.0.27 - - [2025-12-25 03:25:40] "GET /virtual-machine-interface/fe73da54-2e67-468e-b0b5-c85af6f9ffc1 HTTP/1.1" 200 3192 0.009533 10.0.0.27 - - [2025-12-25 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2025-12-25 03:25:40] "GET /security-group/2299e4a9-50a4-47dd-b086-cf1065399322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.003854 10.0.0.27 - - [2025-12-25 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-25 03:25:41] "GET /security-group/2299e4a9-50a4-47dd-b086-cf1065399322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004432 10.0.0.27 - - [2025-12-25 03:25:41] "POST /neutron/security_group HTTP/1.1" 200 1443 0.005213 10.0.0.27 - - [2025-12-25 03:26:16] "POST /neutron/port HTTP/1.1" 200 1145 0.020343 10.0.0.27 - - [2025-12-25 03:26:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.010302 10.0.0.33 - - [2025-12-25 03:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.064662 10.0.0.27 - - [2025-12-25 03:26:27] "POST /neutron/port HTTP/1.1" 200 1145 0.021607 10.0.0.27 - - [2025-12-25 03:26:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.27 - - [2025-12-25 03:26:27] "POST /neutron/network HTTP/1.1" 200 927 0.006820 10.0.0.27 - - [2025-12-25 03:27:16] "POST /neutron/network HTTP/1.1" 200 937 0.035149 10.0.0.27 - - [2025-12-25 03:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.27 - - [2025-12-25 03:27:29] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.009987 10.0.0.27 - - [2025-12-25 03:27:29] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.021561 10.0.0.27 - - [2025-12-25 03:27:29] "POST /neutron/network HTTP/1.1" 200 937 0.036654 10.0.0.27 - - [2025-12-25 03:27:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.010768 10.0.0.27 - - [2025-12-25 03:27:30] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.114181 10.0.0.33 - - [2025-12-25 03:27:30] "PUT /access-control-list/d1da5d91-7a5c-4f93-a527-c5b54b7ce361 HTTP/1.1" 200 272 0.076387 10.0.0.27 - - [2025-12-25 03:27:32] "POST /neutron/port HTTP/1.1" 200 1135 0.023290 10.0.0.27 - - [2025-12-25 03:27:32] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 200 1312 0.004574 10.0.0.27 - - [2025-12-25 03:27:33] "POST /neutron/port HTTP/1.1" 200 1107 0.023206 10.0.0.27 - - [2025-12-25 03:27:34] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 404 171 0.003465 10.0.0.27 - - [2025-12-25 03:27:34] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 404 171 0.002964 10.0.0.27 - - [2025-12-25 03:27:35] "GET /virtual-machine/0a87b6a3-d7d3-43c9-bf7b-9654e29fb65f HTTP/1.1" 404 171 0.004487 10.0.0.27 - - [2025-12-25 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2025-12-25 03:27:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.27 - - [2025-12-25 03:27:35] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003806 10.0.0.27 - - [2025-12-25 03:27:35] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006210 10.0.0.27 - - [2025-12-25 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-12-25 03:27:35] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004685 10.0.0.27 - - [2025-12-25 03:27:35] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004304 10.0.0.27 - - [2025-12-25 03:27:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004110 10.0.0.23 - - [2025-12-25 03:27:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004076 10.0.0.27 - - [2025-12-25 03:27:35] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008285 10.0.0.27 - - [2025-12-25 03:27:35] "POST /neutron/port HTTP/1.1" 200 1135 0.021673 10.0.0.27 - - [2025-12-25 03:27:36] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 200 1313 0.004679 10.0.0.27 - - [2025-12-25 03:27:36] "POST /neutron/port HTTP/1.1" 200 1097 0.019576 10.0.0.27 - - [2025-12-25 03:27:38] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 404 171 0.003314 10.0.0.27 - - [2025-12-25 03:27:38] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 404 171 0.003117 10.0.0.27 - - [2025-12-25 03:27:38] "GET /virtual-machine/ec9fbec6-5068-4010-89e0-52695d203c5c HTTP/1.1" 404 171 0.003166 10.0.0.27 - - [2025-12-25 03:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2025-12-25 03:27:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004683 10.0.0.27 - - [2025-12-25 03:27:38] "GET /virtual-networks?parent_id=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003293 10.0.0.27 - - [2025-12-25 03:27:38] "GET /virtual-network/e4c2c9c0-14d2-405e-a4a9-81075de646cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008188 10.0.0.27 - - [2025-12-25 03:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-12-25 03:27:38] "GET /routing-instance/a9558e06-3389-4cd7-a128-7e4f197d7395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004403 10.0.0.27 - - [2025-12-25 03:27:38] "GET /route-target/3a3f7246-b9d0-4aeb-a515-8b71fd3c6055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004196 10.0.0.27 - - [2025-12-25 03:27:38] "GET /obj-perms HTTP/1.1" 200 5072 0.004181 10.0.0.33 - - [2025-12-25 03:27:38] "GET /obj-perms HTTP/1.1" 200 5072 0.003693 10.0.0.27 - - [2025-12-25 03:27:47] "GET /obj-perms HTTP/1.1" 200 5072 0.005090 10.0.0.33 - - [2025-12-25 03:27:47] "GET /obj-perms HTTP/1.1" 200 5072 0.004227 10.0.0.27 - - [2025-12-25 03:27:57] "GET /obj-perms HTTP/1.1" 200 5072 0.004047 10.0.0.33 - - [2025-12-25 03:27:57] "GET /obj-perms HTTP/1.1" 200 5072 0.004065 10.0.0.27 - - [2025-12-25 03:28:06] "GET /obj-perms HTTP/1.1" 200 5072 0.004856 10.0.0.33 - - [2025-12-25 03:28:06] "GET /obj-perms HTTP/1.1" 200 5072 0.005080 10.0.0.23 - - [2025-12-25 03:28:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.23 - - [2025-12-25 03:28:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004074 10.0.0.33 - - [2025-12-25 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.27 - - [2025-12-25 03:28:06] "POST /neutron/network HTTP/1.1" 200 151 0.133822 10.0.0.27 - - [2025-12-25 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.003758 10.0.0.33 - - [2025-12-25 03:28:07] "DELETE /access-control-list/aa18fc56-d1f7-4cfc-9092-b13163808ce4 HTTP/1.1" 200 115 0.053265 10.0.0.23 - - [2025-12-25 03:28:08] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001008 10.0.0.27 - - [2025-12-25 03:28:08] "GET /project/51604469-f075-4f69-8204-143f956e92fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.102774 10.0.0.23 - - [2025-12-25 03:28:08] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002118 10.0.0.27 - - [2025-12-25 03:28:08] "GET /project/51604469-f075-4f69-8204-143f956e92fc?fields=virtual_networks HTTP/1.1" 200 1083 0.058243 10.0.0.23 - - [2025-12-25 03:28:08] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001109 10.0.0.27 - - [2025-12-25 03:28:08] "GET /project/51604469-f075-4f69-8204-143f956e92fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.055034 10.0.0.23 - - [2025-12-25 03:28:08] "GET /projects?obj_uuids=51604469-f075-4f69-8204-143f956e92fc&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001030 10.0.0.27 - - [2025-12-25 03:28:08] "GET /project/51604469-f075-4f69-8204-143f956e92fc?fields=security_groups HTTP/1.1" 200 1330 0.048790 10.0.0.27 - - [2025-12-25 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.033289 10.0.0.23 - - [2025-12-25 03:28:10] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.23 - - [2025-12-25 03:28:10] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.23 - - [2025-12-25 03:28:10] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008536 10.0.0.23 - - [2025-12-25 03:28:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.002934 10.0.0.23 - - [2025-12-25 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.003973 10.0.0.23 - - [2025-12-25 03:28:10] "POST /security-groups HTTP/1.1" 200 589 0.083390 10.0.0.23 - - [2025-12-25 03:28:10] "POST /projects HTTP/1.1" 200 581 0.311150 10.0.0.23 - - [2025-12-25 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.350228 10.0.0.33 - - [2025-12-25 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003638 10.0.0.27 - - [2025-12-25 03:28:10] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.509508 10.0.0.27 - - [2025-12-25 03:28:11] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.27 - - [2025-12-25 03:28:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.27 - - [2025-12-25 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.078720 10.0.0.23 - - [2025-12-25 03:28:14] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.27 - - [2025-12-25 03:28:14] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045000 10.0.0.27 - - [2025-12-25 03:28:14] "POST /neutron/network HTTP/1.1" 200 117 0.047072 10.0.0.33 - - [2025-12-25 03:28:14] "POST /ref-update HTTP/1.1" 200 156 0.034252 10.0.0.27 - - [2025-12-25 03:28:14] "POST /neutron/network HTTP/1.1" 200 834 0.009687 10.0.0.27 - - [2025-12-25 03:28:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001167 10.0.0.27 - - [2025-12-25 03:28:14] "GET /virtual-network/97c8ecb9-e33f-4a1c-b2e7-6cfac48fdb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005740 10.0.0.27 - - [2025-12-25 03:28:14] "GET /virtual-network/97c8ecb9-e33f-4a1c-b2e7-6cfac48fdb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005990 10.0.0.27 - - [2025-12-25 03:28:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.009449 10.0.0.27 - - [2025-12-25 03:28:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.23 - - [2025-12-25 03:28:16] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.27 - - [2025-12-25 03:28:16] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075607 10.0.0.27 - - [2025-12-25 03:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.006625 10.0.0.27 - - [2025-12-25 03:28:17] "POST /neutron/network HTTP/1.1" 200 844 0.011840 10.0.0.27 - - [2025-12-25 03:28:17] "POST /neutron/port HTTP/1.1" 200 1058 0.023856 10.0.0.27 - - [2025-12-25 03:28:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.27 - - [2025-12-25 03:28:17] "POST /neutron/network HTTP/1.1" 200 834 0.009338 10.0.0.27 - - [2025-12-25 03:28:21] "POST /neutron/port HTTP/1.1" 200 1122 0.021486 10.0.0.27 - - [2025-12-25 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2025-12-25 03:28:21] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.27 - - [2025-12-25 03:28:21] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039961 10.0.0.23 - - [2025-12-25 03:28:21] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.27 - - [2025-12-25 03:28:22] "POST /neutron/network HTTP/1.1" 200 613 0.144892 10.0.0.27 - - [2025-12-25 03:28:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.003938 10.0.0.27 - - [2025-12-25 03:28:22] "GET /virtual-network/9a0ea2ae-10c1-459e-8656-8a09f46e541a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006460 10.0.0.27 - - [2025-12-25 03:28:22] "POST /neutron/network HTTP/1.1" 200 833 0.009188 10.0.0.27 - - [2025-12-25 03:28:22] "GET /virtual-network/9a0ea2ae-10c1-459e-8656-8a09f46e541a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005833 10.0.0.27 - - [2025-12-25 03:28:23] "GET /virtual-network/9a0ea2ae-10c1-459e-8656-8a09f46e541a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006347 10.0.0.27 - - [2025-12-25 03:28:23] "GET /obj-perms HTTP/1.1" 200 5026 0.076135 10.0.0.27 - - [2025-12-25 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-25 03:28:24] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.27 - - [2025-12-25 03:28:24] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046728 10.0.0.27 - - [2025-12-25 03:28:24] "POST /neutron/network HTTP/1.1" 200 117 0.015630 10.0.0.33 - - [2025-12-25 03:28:25] "POST /route-targets HTTP/1.1" 200 327 0.014626 10.0.0.27 - - [2025-12-25 03:28:25] "POST /neutron/network HTTP/1.1" 200 828 0.009311 10.0.0.27 - - [2025-12-25 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.27 - - [2025-12-25 03:28:25] "GET /virtual-network/f42858ed-4aae-41b6-b268-11b38ecb3a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006454 10.0.0.27 - - [2025-12-25 03:28:25] "GET /virtual-network/f42858ed-4aae-41b6-b268-11b38ecb3a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007419 10.0.0.27 - - [2025-12-25 03:28:25] "POST /neutron/subnet HTTP/1.1" 200 705 0.011263 10.0.0.27 - - [2025-12-25 03:28:25] "GET /virtual-network/f42858ed-4aae-41b6-b268-11b38ecb3a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005783 10.0.0.33 - - [2025-12-25 03:28:26] "GET /obj-perms HTTP/1.1" 200 5026 0.064330 10.0.0.23 - - [2025-12-25 03:28:26] "GET /obj-perms HTTP/1.1" 200 5026 0.061948 10.0.0.27 - - [2025-12-25 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-12-25 03:28:26] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.27 - - [2025-12-25 03:28:26] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053146 10.0.0.33 - - [2025-12-25 03:28:26] "POST /ref-update HTTP/1.1" 200 156 0.023132 10.0.0.23 - - [2025-12-25 03:28:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009859 10.0.0.27 - - [2025-12-25 03:28:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.232769 10.0.0.27 - - [2025-12-25 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001699 10.0.0.27 - - [2025-12-25 03:28:26] "GET /virtual-network/17705328-4f6c-47b1-9575-265f07acffe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005868 10.0.0.27 - - [2025-12-25 03:28:26] "GET /virtual-network/17705328-4f6c-47b1-9575-265f07acffe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006354 10.0.0.27 - - [2025-12-25 03:28:26] "POST /neutron/network HTTP/1.1" 200 835 0.008763 10.0.0.27 - - [2025-12-25 03:28:27] "GET /virtual-network/17705328-4f6c-47b1-9575-265f07acffe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005770 10.0.0.27 - - [2025-12-25 03:28:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001374 10.0.0.27 - - [2025-12-25 03:28:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008953 10.0.0.23 - - [2025-12-25 03:28:28] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.27 - - [2025-12-25 03:28:28] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076168 10.0.0.27 - - [2025-12-25 03:28:29] "POST /neutron/port HTTP/1.1" 200 1122 0.023615 10.0.0.27 - - [2025-12-25 03:28:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.27 - - [2025-12-25 03:28:29] "POST /neutron/port HTTP/1.1" 200 1122 0.024258 10.0.0.27 - - [2025-12-25 03:28:29] "POST /neutron/network HTTP/1.1" 200 838 0.007748 10.0.0.27 - - [2025-12-25 03:28:30] "POST /neutron/port HTTP/1.1" 200 1054 0.022953 10.0.0.27 - - [2025-12-25 03:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.27 - - [2025-12-25 03:28:30] "POST /neutron/network HTTP/1.1" 200 828 0.007487 10.0.0.23 - - [2025-12-25 03:28:30] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.27 - - [2025-12-25 03:28:30] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.103785 10.0.0.27 - - [2025-12-25 03:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008249 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003972 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2025-12-25 03:28:31] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.27 - - [2025-12-25 03:28:31] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010281 10.0.0.27 - - [2025-12-25 03:28:31] "POST /service-templates HTTP/1.1" 200 543 0.036501 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2025-12-25 03:28:31] "GET /service-template/6a7b551f-33c4-4ef8-abfe-b4838d0a4ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006526 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-12-25 03:28:31] "GET /service-template/6a7b551f-33c4-4ef8-abfe-b4838d0a4ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007769 10.0.0.27 - - [2025-12-25 03:28:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001256 10.0.0.27 - - [2025-12-25 03:28:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001355 10.0.0.27 - - [2025-12-25 03:28:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001659 10.0.0.23 - - [2025-12-25 03:28:31] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.27 - - [2025-12-25 03:28:31] "POST /neutron/port HTTP/1.1" 200 1059 0.339153 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-25 03:28:31] "POST /neutron/port HTTP/1.1" 200 1059 0.024681 10.0.0.27 - - [2025-12-25 03:28:31] "DELETE /service-template/6a7b551f-33c4-4ef8-abfe-b4838d0a4ecb HTTP/1.1" 200 115 0.030910 10.0.0.27 - - [2025-12-25 03:28:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.006013 10.0.0.27 - - [2025-12-25 03:28:32] "POST /neutron/port HTTP/1.1" 200 1123 0.022144 10.0.0.27 - - [2025-12-25 03:28:32] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2025-12-25 03:28:32] "POST /neutron/network HTTP/1.1" 400 204 0.015716 10.0.0.27 - - [2025-12-25 03:28:33] "POST /neutron/port HTTP/1.1" 200 151 0.199283 10.0.0.27 - - [2025-12-25 03:28:34] "POST /neutron/port HTTP/1.1" 200 151 0.205781 10.0.0.33 - - [2025-12-25 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.27 - - [2025-12-25 03:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.008853 10.0.0.27 - - [2025-12-25 03:28:34] "POST /neutron/network HTTP/1.1" 200 828 0.009000 10.0.0.33 - - [2025-12-25 03:28:35] "DELETE /route-target/0ca848e4-7972-42fc-97e7-18590a1a4b98 HTTP/1.1" 200 115 0.032417 10.0.0.27 - - [2025-12-25 03:28:35] "POST /neutron/network HTTP/1.1" 200 833 0.008076 10.0.0.27 - - [2025-12-25 03:28:35] "POST /neutron/network HTTP/1.1" 400 204 0.015268 10.0.0.27 - - [2025-12-25 03:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.205320 10.0.0.33 - - [2025-12-25 03:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.27 - - [2025-12-25 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2025-12-25 03:28:40] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.032853 10.0.0.27 - - [2025-12-25 03:28:40] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.078552 10.0.0.27 - - [2025-12-25 03:28:40] "POST /neutron/network HTTP/1.1" 200 117 0.012409 10.0.0.33 - - [2025-12-25 03:28:41] "POST /ref-update HTTP/1.1" 200 156 0.028824 10.0.0.27 - - [2025-12-25 03:28:41] "POST /neutron/network HTTP/1.1" 200 833 0.010613 10.0.0.27 - - [2025-12-25 03:28:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001146 10.0.0.27 - - [2025-12-25 03:28:41] "GET /virtual-network/029a87e4-13fe-41cf-9795-19eebc2865f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007643 10.0.0.27 - - [2025-12-25 03:28:41] "GET /virtual-network/029a87e4-13fe-41cf-9795-19eebc2865f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006261 10.0.0.27 - - [2025-12-25 03:28:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.010781 10.0.0.27 - - [2025-12-25 03:28:41] "GET /virtual-network/029a87e4-13fe-41cf-9795-19eebc2865f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006580 10.0.0.27 - - [2025-12-25 03:28:41] "GET /obj-perms HTTP/1.1" 200 5026 0.004711 10.0.0.33 - - [2025-12-25 03:28:41] "GET /obj-perms HTTP/1.1" 200 5026 0.003559 10.0.0.23 - - [2025-12-25 03:28:41] "GET /obj-perms HTTP/1.1" 200 5026 0.080545 10.0.0.27 - - [2025-12-25 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2025-12-25 03:28:42] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.27 - - [2025-12-25 03:28:42] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042466 10.0.0.23 - - [2025-12-25 03:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.011859 10.0.0.27 - - [2025-12-25 03:28:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.242280 10.0.0.27 - - [2025-12-25 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001513 10.0.0.27 - - [2025-12-25 03:28:42] "GET /virtual-network/f1ac3637-e69f-48e3-9988-2b645eb5c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005951 10.0.0.27 - - [2025-12-25 03:28:42] "GET /virtual-network/f1ac3637-e69f-48e3-9988-2b645eb5c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005267 10.0.0.27 - - [2025-12-25 03:28:42] "POST /neutron/network HTTP/1.1" 200 833 0.007847 10.0.0.27 - - [2025-12-25 03:28:42] "GET /virtual-network/f1ac3637-e69f-48e3-9988-2b645eb5c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006044 10.0.0.27 - - [2025-12-25 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2025-12-25 03:28:43] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.27 - - [2025-12-25 03:28:43] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044238 10.0.0.23 - - [2025-12-25 03:28:43] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.27 - - [2025-12-25 03:28:43] "POST /neutron/network HTTP/1.1" 200 615 0.139152 10.0.0.33 - - [2025-12-25 03:28:43] "POST /route-targets HTTP/1.1" 200 327 0.018313 10.0.0.27 - - [2025-12-25 03:28:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.003835 10.0.0.27 - - [2025-12-25 03:28:43] "GET /virtual-network/a2200d28-5bb4-4b13-a768-60aeb23a910a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006238 10.0.0.27 - - [2025-12-25 03:28:43] "POST /neutron/network HTTP/1.1" 200 834 0.007908 10.0.0.27 - - [2025-12-25 03:28:43] "GET /virtual-network/a2200d28-5bb4-4b13-a768-60aeb23a910a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006342 10.0.0.27 - - [2025-12-25 03:28:44] "GET /virtual-network/a2200d28-5bb4-4b13-a768-60aeb23a910a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007567 10.0.0.27 - - [2025-12-25 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2025-12-25 03:28:44] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001776 10.0.0.27 - - [2025-12-25 03:28:44] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055493 10.0.0.27 - - [2025-12-25 03:28:44] "POST /neutron/network HTTP/1.1" 200 117 0.025183 10.0.0.33 - - [2025-12-25 03:28:44] "POST /ref-update HTTP/1.1" 200 156 0.025595 10.0.0.27 - - [2025-12-25 03:28:45] "POST /neutron/network HTTP/1.1" 200 843 0.009634 10.0.0.27 - - [2025-12-25 03:28:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.001272 10.0.0.27 - - [2025-12-25 03:28:45] "GET /virtual-network/8a10b708-9e43-4be9-9bef-52f92e484d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005617 10.0.0.27 - - [2025-12-25 03:28:45] "GET /virtual-network/8a10b708-9e43-4be9-9bef-52f92e484d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006383 10.0.0.27 - - [2025-12-25 03:28:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.011336 10.0.0.27 - - [2025-12-25 03:28:45] "GET /virtual-network/8a10b708-9e43-4be9-9bef-52f92e484d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006168 10.0.0.23 - - [2025-12-25 03:28:45] "DELETE /project/51604469-f075-4f69-8204-143f956e92fc HTTP/1.1" 404 177 0.040830 10.0.0.23 - - [2025-12-25 03:28:45] "DELETE /project/4efb09a02d374f6d9edcc585d57645bf HTTP/1.1" 404 173 0.071876 10.0.0.27 - - [2025-12-25 03:28:45] "GET /obj-perms HTTP/1.1" 200 5026 0.004316 10.0.0.33 - - [2025-12-25 03:28:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003833 10.0.0.23 - - [2025-12-25 03:28:45] "GET /obj-perms HTTP/1.1" 200 5026 0.004040 10.0.0.27 - - [2025-12-25 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.23 - - [2025-12-25 03:28:45] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.27 - - [2025-12-25 03:28:45] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045845 10.0.0.23 - - [2025-12-25 03:28:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009511 10.0.0.27 - - [2025-12-25 03:28:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.239865 10.0.0.27 - - [2025-12-25 03:28:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.001291 10.0.0.27 - - [2025-12-25 03:28:46] "GET /virtual-network/8dbe4f10-9993-45f9-9235-00c145103737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006448 10.0.0.27 - - [2025-12-25 03:28:46] "GET /virtual-network/8dbe4f10-9993-45f9-9235-00c145103737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005771 10.0.0.27 - - [2025-12-25 03:28:46] "POST /neutron/network HTTP/1.1" 200 846 0.009465 10.0.0.27 - - [2025-12-25 03:28:46] "GET /virtual-network/8dbe4f10-9993-45f9-9235-00c145103737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006045 10.0.0.27 - - [2025-12-25 03:28:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001336 10.0.0.23 - - [2025-12-25 03:28:48] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.27 - - [2025-12-25 03:28:48] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085707 10.0.0.27 - - [2025-12-25 03:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.035435 10.0.0.27 - - [2025-12-25 03:28:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001546 10.0.0.27 - - [2025-12-25 03:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.007250 10.0.0.23 - - [2025-12-25 03:28:48] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.27 - - [2025-12-25 03:28:49] "POST /neutron/port HTTP/1.1" 200 1059 0.366400 10.0.0.27 - - [2025-12-25 03:28:49] "POST /neutron/port HTTP/1.1" 200 1113 0.118011 10.0.0.27 - - [2025-12-25 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.011081 10.0.0.23 - - [2025-12-25 03:28:49] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.27 - - [2025-12-25 03:28:49] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.081990 10.0.0.27 - - [2025-12-25 03:28:49] "POST /neutron/network HTTP/1.1" 200 834 0.007512 10.0.0.27 - - [2025-12-25 03:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.008875 10.0.0.27 - - [2025-12-25 03:28:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003430 10.0.0.27 - - [2025-12-25 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2025-12-25 03:28:49] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.27 - - [2025-12-25 03:28:49] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009843 10.0.0.27 - - [2025-12-25 03:28:50] "POST /service-templates HTTP/1.1" 200 543 0.039172 10.0.0.27 - - [2025-12-25 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2025-12-25 03:28:50] "GET /service-template/59347909-aac2-4ba4-ac26-5f612b2a363b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006589 10.0.0.27 - - [2025-12-25 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2025-12-25 03:28:50] "GET /service-template/59347909-aac2-4ba4-ac26-5f612b2a363b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004822 10.0.0.27 - - [2025-12-25 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001294 10.0.0.27 - - [2025-12-25 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001557 10.0.0.27 - - [2025-12-25 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001229 10.0.0.27 - - [2025-12-25 03:28:50] "POST /neutron/port HTTP/1.1" 200 2039 0.055606 10.0.0.27 - - [2025-12-25 03:28:50] "POST /neutron/port HTTP/1.1" 200 1058 0.016415 10.0.0.27 - - [2025-12-25 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006016 10.0.0.27 - - [2025-12-25 03:28:50] "DELETE /service-template/59347909-aac2-4ba4-ac26-5f612b2a363b HTTP/1.1" 200 115 0.044000 10.0.0.27 - - [2025-12-25 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.005476 10.0.0.27 - - [2025-12-25 03:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005030 10.0.0.27 - - [2025-12-25 03:28:50] "POST /neutron/network HTTP/1.1" 200 834 0.007697 10.0.0.33 - - [2025-12-25 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.27 - - [2025-12-25 03:28:51] "POST /neutron/network HTTP/1.1" 200 843 0.006564 10.0.0.33 - - [2025-12-25 03:28:51] "DELETE /route-target/457b7f10-2338-4027-bd2f-5a689b260d30 HTTP/1.1" 200 115 0.032625 10.0.0.27 - - [2025-12-25 03:28:51] "POST /neutron/port HTTP/1.1" 200 1113 0.013708 10.0.0.27 - - [2025-12-25 03:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.015479 10.0.0.27 - - [2025-12-25 03:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.221696 10.0.0.27 - - [2025-12-25 03:28:53] "POST /neutron/network HTTP/1.1" 200 117 0.012588 10.0.0.23 - - [2025-12-25 03:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.23 - - [2025-12-25 03:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.27 - - [2025-12-25 03:28:54] "POST /neutron/network HTTP/1.1" 200 151 0.134917 10.0.0.33 - - [2025-12-25 03:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.27 - - [2025-12-25 03:28:54] "POST /neutron/network HTTP/1.1" 200 833 0.008161 10.0.0.33 - - [2025-12-25 03:28:54] "DELETE /route-target/2f6b6d0b-92d3-4ead-a76d-04a6e5142964 HTTP/1.1" 200 115 0.035960 10.0.0.23 - - [2025-12-25 03:28:56] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002064 10.0.0.27 - - [2025-12-25 03:28:56] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047801 10.0.0.23 - - [2025-12-25 03:28:56] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001650 10.0.0.27 - - [2025-12-25 03:28:56] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?fields=virtual_networks HTTP/1.1" 200 1038 0.038950 10.0.0.23 - - [2025-12-25 03:28:56] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.27 - - [2025-12-25 03:28:56] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.044542 10.0.0.23 - - [2025-12-25 03:28:56] "GET /projects?obj_uuids=4efb09a0-2d37-4f6d-9edc-c585d57645bf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.27 - - [2025-12-25 03:28:56] "GET /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf?fields=security_groups HTTP/1.1" 200 1262 0.052273 10.0.0.27 - - [2025-12-25 03:28:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.036789 10.0.0.23 - - [2025-12-25 03:28:57] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004351 10.0.0.23 - - [2025-12-25 03:28:57] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002326 10.0.0.23 - - [2025-12-25 03:28:57] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013029 10.0.0.23 - - [2025-12-25 03:28:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.002497 10.0.0.23 - - [2025-12-25 03:28:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004874 10.0.0.23 - - [2025-12-25 03:28:58] "POST /security-groups HTTP/1.1" 200 589 0.094033 10.0.0.23 - - [2025-12-25 03:28:58] "POST /projects HTTP/1.1" 200 581 0.325587 10.0.0.23 - - [2025-12-25 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.360689 10.0.0.33 - - [2025-12-25 03:28:58] "POST /fqname-to-id HTTP/1.1" 404 231 0.006560 10.0.0.27 - - [2025-12-25 03:28:58] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.521433 10.0.0.27 - - [2025-12-25 03:28:59] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.27 - - [2025-12-25 03:29:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000920 10.0.0.27 - - [2025-12-25 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.089950 10.0.0.23 - - [2025-12-25 03:29:01] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.27 - - [2025-12-25 03:29:01] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047903 10.0.0.23 - - [2025-12-25 03:29:02] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.27 - - [2025-12-25 03:29:02] "POST /neutron/network HTTP/1.1" 200 613 0.209095 10.0.0.33 - - [2025-12-25 03:29:02] "POST /ref-update HTTP/1.1" 200 156 0.041414 10.0.0.27 - - [2025-12-25 03:29:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.003384 10.0.0.27 - - [2025-12-25 03:29:02] "GET /virtual-network/2d6e6a91-fe63-424f-918c-1d17ef2fa1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005696 10.0.0.27 - - [2025-12-25 03:29:02] "POST /neutron/network HTTP/1.1" 200 833 0.007426 10.0.0.27 - - [2025-12-25 03:29:02] "GET /virtual-network/2d6e6a91-fe63-424f-918c-1d17ef2fa1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006199 10.0.0.27 - - [2025-12-25 03:29:03] "GET /virtual-network/2d6e6a91-fe63-424f-918c-1d17ef2fa1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007510 10.0.0.27 - - [2025-12-25 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.23 - - [2025-12-25 03:29:05] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.27 - - [2025-12-25 03:29:05] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041002 10.0.0.27 - - [2025-12-25 03:29:05] "POST /neutron/network HTTP/1.1" 200 117 0.015785 10.0.0.27 - - [2025-12-25 03:29:06] "POST /neutron/network HTTP/1.1" 200 837 0.009345 10.0.0.27 - - [2025-12-25 03:29:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001146 10.0.0.27 - - [2025-12-25 03:29:06] "GET /virtual-network/ac2af501-a307-475b-86b3-b8bf03a99211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006922 10.0.0.27 - - [2025-12-25 03:29:06] "GET /virtual-network/ac2af501-a307-475b-86b3-b8bf03a99211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005846 10.0.0.27 - - [2025-12-25 03:29:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.010205 10.0.0.27 - - [2025-12-25 03:29:06] "GET /virtual-network/ac2af501-a307-475b-86b3-b8bf03a99211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006993 10.0.0.27 - - [2025-12-25 03:29:06] "GET /obj-perms HTTP/1.1" 200 5026 0.093073 10.0.0.33 - - [2025-12-25 03:29:06] "GET /obj-perms HTTP/1.1" 200 5026 0.082270 10.0.0.23 - - [2025-12-25 03:29:06] "GET /obj-perms HTTP/1.1" 200 5026 0.083120 10.0.0.27 - - [2025-12-25 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2025-12-25 03:29:06] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.27 - - [2025-12-25 03:29:06] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044475 10.0.0.33 - - [2025-12-25 03:29:07] "POST /route-targets HTTP/1.1" 200 327 0.027853 10.0.0.23 - - [2025-12-25 03:29:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007864 10.0.0.27 - - [2025-12-25 03:29:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.223752 10.0.0.27 - - [2025-12-25 03:29:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.001391 10.0.0.27 - - [2025-12-25 03:29:07] "GET /virtual-network/b542ec83-0089-4a3e-957e-486f764af1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006530 10.0.0.27 - - [2025-12-25 03:29:07] "GET /virtual-network/b542ec83-0089-4a3e-957e-486f764af1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007544 10.0.0.27 - - [2025-12-25 03:29:07] "POST /neutron/network HTTP/1.1" 200 837 0.007106 10.0.0.27 - - [2025-12-25 03:29:07] "GET /virtual-network/b542ec83-0089-4a3e-957e-486f764af1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006391 10.0.0.27 - - [2025-12-25 03:29:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001421 10.0.0.23 - - [2025-12-25 03:29:09] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.27 - - [2025-12-25 03:29:09] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083570 10.0.0.27 - - [2025-12-25 03:29:09] "POST /neutron/network HTTP/1.1" 200 837 0.006470 10.0.0.27 - - [2025-12-25 03:29:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001719 10.0.0.27 - - [2025-12-25 03:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.006290 10.0.0.23 - - [2025-12-25 03:29:10] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.27 - - [2025-12-25 03:29:10] "POST /neutron/port HTTP/1.1" 200 1059 0.275446 10.0.0.27 - - [2025-12-25 03:29:10] "POST /neutron/port HTTP/1.1" 200 1113 0.143877 10.0.0.27 - - [2025-12-25 03:29:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.012207 10.0.0.23 - - [2025-12-25 03:29:10] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.27 - - [2025-12-25 03:29:10] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.079346 10.0.0.27 - - [2025-12-25 03:29:11] "POST /neutron/network HTTP/1.1" 200 837 0.007474 10.0.0.27 - - [2025-12-25 03:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.007645 10.0.0.27 - - [2025-12-25 03:29:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003872 10.0.0.27 - - [2025-12-25 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2025-12-25 03:29:11] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.27 - - [2025-12-25 03:29:11] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008285 10.0.0.27 - - [2025-12-25 03:29:11] "POST /service-templates HTTP/1.1" 200 543 0.030204 10.0.0.27 - - [2025-12-25 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.27 - - [2025-12-25 03:29:11] "GET /service-template/2ea9f290-8a95-44fc-9073-531ea19ca42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009197 10.0.0.27 - - [2025-12-25 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.27 - - [2025-12-25 03:29:11] "GET /service-template/2ea9f290-8a95-44fc-9073-531ea19ca42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004663 10.0.0.27 - - [2025-12-25 03:29:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001539 10.0.0.27 - - [2025-12-25 03:29:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001459 10.0.0.27 - - [2025-12-25 03:29:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001295 10.0.0.27 - - [2025-12-25 03:29:12] "POST /neutron/port HTTP/1.1" 200 1955 0.044487 10.0.0.27 - - [2025-12-25 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-12-25 03:29:12] "POST /neutron/port HTTP/1.1" 200 1057 0.021834 10.0.0.27 - - [2025-12-25 03:29:12] "DELETE /service-template/2ea9f290-8a95-44fc-9073-531ea19ca42c HTTP/1.1" 200 115 0.047237 10.0.0.27 - - [2025-12-25 03:29:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003620 10.0.0.27 - - [2025-12-25 03:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008453 10.0.0.27 - - [2025-12-25 03:29:12] "POST /neutron/network HTTP/1.1" 200 837 0.007225 10.0.0.27 - - [2025-12-25 03:29:13] "POST /neutron/port HTTP/1.1" 200 1123 0.028178 10.0.0.27 - - [2025-12-25 03:29:14] "POST /neutron/port HTTP/1.1" 200 1121 0.022126 10.0.0.27 - - [2025-12-25 03:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.007480 10.0.0.27 - - [2025-12-25 03:29:14] "POST /neutron/network HTTP/1.1" 200 837 0.009161 10.0.0.33 - - [2025-12-25 03:29:14] "DELETE /route-target/1fca6281-ca01-43dd-bcd9-6913c3bce2b8 HTTP/1.1" 200 115 0.027439 10.0.0.27 - - [2025-12-25 03:29:15] "POST /neutron/network HTTP/1.1" 200 837 0.009118 10.0.0.33 - - [2025-12-25 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010921 10.0.0.23 - - [2025-12-25 03:29:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004861 10.0.0.23 - - [2025-12-25 03:29:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003845 10.0.0.27 - - [2025-12-25 03:29:15] "POST /neutron/network HTTP/1.1" 200 151 0.163733 10.0.0.27 - - [2025-12-25 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-25 03:29:18] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.27 - - [2025-12-25 03:29:18] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.072700 10.0.0.33 - - [2025-12-25 03:29:19] "POST /ref-update HTTP/1.1" 200 156 0.038014 10.0.0.23 - - [2025-12-25 03:29:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005806 10.0.0.27 - - [2025-12-25 03:29:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.193137 10.0.0.27 - - [2025-12-25 03:29:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001949 10.0.0.27 - - [2025-12-25 03:29:19] "GET /virtual-network/c2da2d00-a886-4c81-9c33-44092843f15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006359 10.0.0.27 - - [2025-12-25 03:29:19] "GET /virtual-network/c2da2d00-a886-4c81-9c33-44092843f15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005789 10.0.0.27 - - [2025-12-25 03:29:19] "POST /neutron/network HTTP/1.1" 200 833 0.007272 10.0.0.27 - - [2025-12-25 03:29:19] "GET /virtual-network/c2da2d00-a886-4c81-9c33-44092843f15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005825 10.0.0.27 - - [2025-12-25 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.23 - - [2025-12-25 03:29:20] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.27 - - [2025-12-25 03:29:20] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061337 10.0.0.23 - - [2025-12-25 03:29:20] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001903 10.0.0.27 - - [2025-12-25 03:29:20] "POST /neutron/network HTTP/1.1" 200 613 0.159006 10.0.0.27 - - [2025-12-25 03:29:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.003548 10.0.0.27 - - [2025-12-25 03:29:20] "GET /virtual-network/ef555ecd-e652-4da0-b0df-ee92f467e297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006130 10.0.0.27 - - [2025-12-25 03:29:20] "POST /neutron/network HTTP/1.1" 200 833 0.007024 10.0.0.27 - - [2025-12-25 03:29:20] "GET /virtual-network/ef555ecd-e652-4da0-b0df-ee92f467e297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005789 10.0.0.27 - - [2025-12-25 03:29:20] "GET /virtual-network/ef555ecd-e652-4da0-b0df-ee92f467e297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006919 10.0.0.27 - - [2025-12-25 03:29:21] "GET /obj-perms HTTP/1.1" 200 5026 0.004740 10.0.0.33 - - [2025-12-25 03:29:21] "GET /obj-perms HTTP/1.1" 200 5026 0.003580 10.0.0.23 - - [2025-12-25 03:29:21] "GET /obj-perms HTTP/1.1" 200 5026 0.004257 10.0.0.27 - - [2025-12-25 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2025-12-25 03:29:21] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.27 - - [2025-12-25 03:29:21] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037485 10.0.0.27 - - [2025-12-25 03:29:21] "POST /neutron/network HTTP/1.1" 200 117 0.020374 10.0.0.33 - - [2025-12-25 03:29:21] "POST /route-targets HTTP/1.1" 200 327 0.013728 10.0.0.27 - - [2025-12-25 03:29:21] "POST /neutron/network HTTP/1.1" 200 832 0.011110 10.0.0.27 - - [2025-12-25 03:29:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001294 10.0.0.27 - - [2025-12-25 03:29:21] "GET /virtual-network/67295543-0827-465a-afd0-46b946853909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007406 10.0.0.27 - - [2025-12-25 03:29:21] "GET /virtual-network/67295543-0827-465a-afd0-46b946853909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006091 10.0.0.27 - - [2025-12-25 03:29:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.008888 10.0.0.27 - - [2025-12-25 03:29:22] "GET /virtual-network/67295543-0827-465a-afd0-46b946853909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008269 10.0.0.27 - - [2025-12-25 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.23 - - [2025-12-25 03:29:23] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.27 - - [2025-12-25 03:29:23] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.103592 10.0.0.27 - - [2025-12-25 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.012990 10.0.0.27 - - [2025-12-25 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001718 10.0.0.27 - - [2025-12-25 03:29:24] "POST /neutron/network HTTP/1.1" 200 842 0.007297 10.0.0.27 - - [2025-12-25 03:29:24] "POST /neutron/port HTTP/1.1" 200 1059 0.023033 10.0.0.27 - - [2025-12-25 03:29:25] "POST /neutron/port HTTP/1.1" 200 1123 0.023636 10.0.0.23 - - [2025-12-25 03:29:25] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.27 - - [2025-12-25 03:29:25] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.079587 10.0.0.27 - - [2025-12-25 03:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2025-12-25 03:29:25] "POST /neutron/port HTTP/1.1" 200 1123 0.034914 10.0.0.27 - - [2025-12-25 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003351 10.0.0.27 - - [2025-12-25 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-12-25 03:29:25] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.27 - - [2025-12-25 03:29:25] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008476 10.0.0.27 - - [2025-12-25 03:29:25] "POST /service-templates HTTP/1.1" 200 543 0.036317 10.0.0.27 - - [2025-12-25 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.27 - - [2025-12-25 03:29:25] "GET /service-template/8a9bf943-220d-4059-b2c1-b46639b44679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006443 10.0.0.27 - - [2025-12-25 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-12-25 03:29:25] "GET /service-template/8a9bf943-220d-4059-b2c1-b46639b44679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004438 10.0.0.27 - - [2025-12-25 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001245 10.0.0.27 - - [2025-12-25 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001412 10.0.0.27 - - [2025-12-25 03:29:25] "POST /neutron/network HTTP/1.1" 200 842 0.007476 10.0.0.27 - - [2025-12-25 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001143 10.0.0.27 - - [2025-12-25 03:29:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017381 10.0.0.27 - - [2025-12-25 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013624 10.0.0.27 - - [2025-12-25 03:29:26] "DELETE /service-template/8a9bf943-220d-4059-b2c1-b46639b44679 HTTP/1.1" 200 115 0.043457 10.0.0.27 - - [2025-12-25 03:29:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004471 10.0.0.27 - - [2025-12-25 03:29:26] "POST /neutron/port HTTP/1.1" 200 1110 0.143845 10.0.0.27 - - [2025-12-25 03:29:26] "POST /neutron/port HTTP/1.1" 200 1120 0.018961 10.0.0.27 - - [2025-12-25 03:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.27 - - [2025-12-25 03:29:27] "POST /neutron/port HTTP/1.1" 200 1113 0.020948 10.0.0.27 - - [2025-12-25 03:29:28] "POST /neutron/port HTTP/1.1" 200 1110 0.018803 10.0.0.27 - - [2025-12-25 03:29:28] "POST /neutron/network HTTP/1.1" 200 2187 0.010760 10.0.0.23 - - [2025-12-25 03:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003339 10.0.0.23 - - [2025-12-25 03:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.27 - - [2025-12-25 03:29:28] "POST /neutron/network HTTP/1.1" 200 151 0.162695 10.0.0.33 - - [2025-12-25 03:29:28] "DELETE /route-target/0913ac4b-f343-45cd-8d3f-9e5422c1a3ca HTTP/1.1" 200 115 0.033019 10.0.0.23 - - [2025-12-25 03:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006891 10.0.0.23 - - [2025-12-25 03:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003752 10.0.0.27 - - [2025-12-25 03:29:29] "POST /neutron/network HTTP/1.1" 200 151 0.183352 10.0.0.33 - - [2025-12-25 03:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2025-12-25 03:29:31] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.27 - - [2025-12-25 03:29:31] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043207 10.0.0.23 - - [2025-12-25 03:29:31] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.27 - - [2025-12-25 03:29:31] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?fields=virtual_networks HTTP/1.1" 200 1038 0.058779 10.0.0.23 - - [2025-12-25 03:29:31] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.33 - - [2025-12-25 03:29:31] "DELETE /access-control-list/fc425a74-910c-49ba-b3f0-b5edef68bca1 HTTP/1.1" 200 115 0.059368 10.0.0.27 - - [2025-12-25 03:29:31] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.068131 10.0.0.23 - - [2025-12-25 03:29:31] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.27 - - [2025-12-25 03:29:31] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?fields=security_groups HTTP/1.1" 200 1262 0.055680 10.0.0.27 - - [2025-12-25 03:29:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.033618 10.0.0.23 - - [2025-12-25 03:29:32] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.23 - - [2025-12-25 03:29:32] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2025-12-25 03:29:32] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008274 10.0.0.23 - - [2025-12-25 03:29:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.001475 10.0.0.23 - - [2025-12-25 03:29:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.016679 10.0.0.23 - - [2025-12-25 03:29:33] "POST /security-groups HTTP/1.1" 200 587 0.039128 10.0.0.23 - - [2025-12-25 03:29:33] "POST /projects HTTP/1.1" 200 577 0.283460 10.0.0.23 - - [2025-12-25 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.324708 10.0.0.33 - - [2025-12-25 03:29:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.009441 10.0.0.27 - - [2025-12-25 03:29:33] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.489714 10.0.0.27 - - [2025-12-25 03:29:34] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.27 - - [2025-12-25 03:29:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2025-12-25 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.078160 10.0.0.23 - - [2025-12-25 03:29:36] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001000 10.0.0.27 - - [2025-12-25 03:29:37] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.040189 10.0.0.27 - - [2025-12-25 03:29:37] "POST /neutron/network HTTP/1.1" 200 117 0.044795 10.0.0.33 - - [2025-12-25 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.030800 10.0.0.27 - - [2025-12-25 03:29:37] "POST /neutron/network HTTP/1.1" 200 831 0.009509 10.0.0.27 - - [2025-12-25 03:29:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001204 10.0.0.27 - - [2025-12-25 03:29:37] "GET /virtual-network/7aa2fdc2-d74e-4633-82b0-cd86fea39816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005550 10.0.0.27 - - [2025-12-25 03:29:37] "GET /virtual-network/7aa2fdc2-d74e-4633-82b0-cd86fea39816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005826 10.0.0.27 - - [2025-12-25 03:29:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.017612 10.0.0.27 - - [2025-12-25 03:29:38] "GET /virtual-network/7aa2fdc2-d74e-4633-82b0-cd86fea39816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008849 10.0.0.33 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000685 10.0.0.27 - - [2025-12-25 03:29:39] "GET /obj-perms HTTP/1.1" 200 5022 0.202310 10.0.0.23 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-12-25 03:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2025-12-25 03:29:39] "GET /obj-perms HTTP/1.1" 200 5022 0.152164 10.0.0.23 - - [2025-12-25 03:29:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-25 03:29:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.27 - - [2025-12-25 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.23 - - [2025-12-25 03:29:40] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.27 - - [2025-12-25 03:29:40] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042631 10.0.0.23 - - [2025-12-25 03:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011225 10.0.0.27 - - [2025-12-25 03:29:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.204472 10.0.0.27 - - [2025-12-25 03:29:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001291 10.0.0.27 - - [2025-12-25 03:29:40] "GET /virtual-network/cacc14b5-1c04-4e9a-b885-ab08e657040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005532 10.0.0.27 - - [2025-12-25 03:29:40] "GET /virtual-network/cacc14b5-1c04-4e9a-b885-ab08e657040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006318 10.0.0.27 - - [2025-12-25 03:29:40] "POST /neutron/network HTTP/1.1" 200 832 0.007563 10.0.0.27 - - [2025-12-25 03:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-12-25 03:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2025-12-25 03:29:41] "GET /virtual-network/cacc14b5-1c04-4e9a-b885-ab08e657040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008105 10.0.0.27 - - [2025-12-25 03:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-12-25 03:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.23 - - [2025-12-25 03:29:41] "GET /obj-perms HTTP/1.1" 200 5022 0.066941 10.0.0.27 - - [2025-12-25 03:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2025-12-25 03:29:41] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.27 - - [2025-12-25 03:29:42] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061366 10.0.0.23 - - [2025-12-25 03:29:42] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002074 10.0.0.27 - - [2025-12-25 03:29:42] "POST /neutron/network HTTP/1.1" 200 613 0.142412 10.0.0.33 - - [2025-12-25 03:29:42] "POST /route-targets HTTP/1.1" 200 327 0.013879 10.0.0.27 - - [2025-12-25 03:29:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.003292 10.0.0.27 - - [2025-12-25 03:29:42] "GET /virtual-network/cc884fd8-ee37-4562-be05-56d33f3103a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006381 10.0.0.27 - - [2025-12-25 03:29:42] "POST /neutron/network HTTP/1.1" 200 833 0.007057 10.0.0.27 - - [2025-12-25 03:29:42] "GET /virtual-network/cc884fd8-ee37-4562-be05-56d33f3103a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005979 10.0.0.27 - - [2025-12-25 03:29:42] "GET /virtual-network/cc884fd8-ee37-4562-be05-56d33f3103a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007566 10.0.0.27 - - [2025-12-25 03:29:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001271 10.0.0.27 - - [2025-12-25 03:29:43] "POST /neutron/network HTTP/1.1" 200 842 0.007929 10.0.0.23 - - [2025-12-25 03:29:44] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001510 10.0.0.27 - - [2025-12-25 03:29:44] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.078578 10.0.0.27 - - [2025-12-25 03:29:44] "POST /neutron/port HTTP/1.1" 200 117 0.008328 10.0.0.27 - - [2025-12-25 03:29:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001374 10.0.0.27 - - [2025-12-25 03:29:45] "POST /neutron/network HTTP/1.1" 200 842 0.009823 10.0.0.23 - - [2025-12-25 03:29:45] "DELETE /project/3181eea2639c4681965654f68b57e4e4 HTTP/1.1" 404 173 0.004133 10.0.0.23 - - [2025-12-25 03:29:45] "DELETE /project/4efb09a0-2d37-4f6d-9edc-c585d57645bf HTTP/1.1" 404 177 0.009748 10.0.0.23 - - [2025-12-25 03:29:45] "DELETE /project/300eae8008d24491a3b4884cfa6920e3 HTTP/1.1" 404 173 0.005996 10.0.0.23 - - [2025-12-25 03:29:45] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.23 - - [2025-12-25 03:29:45] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.074837 10.0.0.23 - - [2025-12-25 03:29:45] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.23 - - [2025-12-25 03:29:45] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?fields=security_groups HTTP/1.1" 200 1367 0.068878 10.0.0.23 - - [2025-12-25 03:29:45] "DELETE /security-group/7e4cb73f-5746-4b8f-b870-941196db4b37 HTTP/1.1" 200 115 0.064425 10.0.0.23 - - [2025-12-25 03:29:45] "GET /projects?obj_uuids=3181eea2-639c-4681-9656-54f68b57e4e4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.27 - - [2025-12-25 03:29:45] "POST /neutron/port HTTP/1.1" 200 1058 0.040775 10.0.0.23 - - [2025-12-25 03:29:45] "GET /project/3181eea2-639c-4681-9656-54f68b57e4e4?fields=application_policy_sets HTTP/1.1" 200 1406 0.087049 10.0.0.33 - - [2025-12-25 03:29:46] "DELETE /access-control-list/0cf3c9cc-3e29-4f20-a0ad-13a463bf9fc5 HTTP/1.1" 200 115 0.091236 10.0.0.23 - - [2025-12-25 03:29:46] "DELETE /project/3181eea2-639c-4681-9656-54f68b57e4e4 HTTP/1.1" 200 115 0.576548 10.0.0.23 - - [2025-12-25 03:29:46] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002759 10.0.0.27 - - [2025-12-25 03:29:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008963 10.0.0.27 - - [2025-12-25 03:29:46] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.193878 10.0.0.27 - - [2025-12-25 03:29:46] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.27 - - [2025-12-25 03:29:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009283 10.0.0.27 - - [2025-12-25 03:29:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.010626 10.0.0.27 - - [2025-12-25 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-12-25 03:29:46] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.27 - - [2025-12-25 03:29:46] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009872 10.0.0.27 - - [2025-12-25 03:29:46] "POST /service-templates HTTP/1.1" 200 543 0.049846 10.0.0.27 - - [2025-12-25 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.27 - - [2025-12-25 03:29:46] "GET /service-template/7c2578ee-bdd7-42d1-b560-b65b2112cf9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006420 10.0.0.27 - - [2025-12-25 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2025-12-25 03:29:46] "GET /service-template/7c2578ee-bdd7-42d1-b560-b65b2112cf9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004515 10.0.0.27 - - [2025-12-25 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001530 10.0.0.27 - - [2025-12-25 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001422 10.0.0.27 - - [2025-12-25 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001578 10.0.0.23 - - [2025-12-25 03:29:47] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001398 10.0.0.27 - - [2025-12-25 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-12-25 03:29:47] "POST /neutron/port HTTP/1.1" 200 1057 0.411412 10.0.0.27 - - [2025-12-25 03:29:47] "DELETE /service-template/7c2578ee-bdd7-42d1-b560-b65b2112cf9d HTTP/1.1" 200 115 0.045186 10.0.0.27 - - [2025-12-25 03:29:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.009422 10.0.0.27 - - [2025-12-25 03:29:47] "POST /neutron/port HTTP/1.1" 200 1057 0.016894 10.0.0.27 - - [2025-12-25 03:29:47] "POST /neutron/port HTTP/1.1" 200 1121 0.038978 10.0.0.27 - - [2025-12-25 03:29:47] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.27 - - [2025-12-25 03:29:48] "POST /neutron/network HTTP/1.1" 400 204 0.016850 10.0.0.27 - - [2025-12-25 03:29:48] "POST /neutron/port HTTP/1.1" 200 151 0.221306 10.0.0.27 - - [2025-12-25 03:29:49] "POST /neutron/port HTTP/1.1" 200 151 0.216769 10.0.0.27 - - [2025-12-25 03:29:50] "POST /neutron/network HTTP/1.1" 200 117 0.013542 10.0.0.27 - - [2025-12-25 03:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.006871 10.0.0.33 - - [2025-12-25 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.27 - - [2025-12-25 03:29:50] "POST /neutron/network HTTP/1.1" 200 831 0.008275 10.0.0.33 - - [2025-12-25 03:29:51] "DELETE /route-target/9923c5ef-3672-48a7-8257-0b4069a69082 HTTP/1.1" 200 115 0.024622 10.0.0.27 - - [2025-12-25 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-12-25 03:29:53] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001487 10.0.0.27 - - [2025-12-25 03:29:54] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.057441 10.0.0.23 - - [2025-12-25 03:29:54] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.27 - - [2025-12-25 03:29:54] "POST /neutron/network HTTP/1.1" 200 611 0.136132 10.0.0.27 - - [2025-12-25 03:29:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.003553 10.0.0.27 - - [2025-12-25 03:29:54] "GET /virtual-network/a2c7405f-dc7e-4eaa-bb6a-71f0b28ea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006686 10.0.0.27 - - [2025-12-25 03:29:54] "POST /neutron/network HTTP/1.1" 200 832 0.007496 10.0.0.27 - - [2025-12-25 03:29:54] "GET /virtual-network/a2c7405f-dc7e-4eaa-bb6a-71f0b28ea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005573 10.0.0.27 - - [2025-12-25 03:29:54] "GET /virtual-network/a2c7405f-dc7e-4eaa-bb6a-71f0b28ea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006860 10.0.0.27 - - [2025-12-25 03:29:55] "GET /obj-perms HTTP/1.1" 200 5022 0.004770 10.0.0.33 - - [2025-12-25 03:29:55] "GET /obj-perms HTTP/1.1" 200 5022 0.005024 10.0.0.27 - - [2025-12-25 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.23 - - [2025-12-25 03:29:55] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.27 - - [2025-12-25 03:29:55] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061712 10.0.0.27 - - [2025-12-25 03:29:55] "POST /neutron/network HTTP/1.1" 200 117 0.017049 10.0.0.33 - - [2025-12-25 03:29:55] "POST /route-targets HTTP/1.1" 200 327 0.013298 10.0.0.27 - - [2025-12-25 03:29:55] "POST /neutron/network HTTP/1.1" 200 831 0.009926 10.0.0.27 - - [2025-12-25 03:29:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001947 10.0.0.27 - - [2025-12-25 03:29:55] "GET /virtual-network/59fa60d8-9a0f-4ff0-8032-a42069cc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005440 10.0.0.27 - - [2025-12-25 03:29:55] "GET /virtual-network/59fa60d8-9a0f-4ff0-8032-a42069cc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005582 10.0.0.27 - - [2025-12-25 03:29:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.010885 10.0.0.27 - - [2025-12-25 03:29:56] "GET /virtual-network/59fa60d8-9a0f-4ff0-8032-a42069cc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006077 10.0.0.23 - - [2025-12-25 03:29:56] "GET /obj-perms HTTP/1.1" 200 5022 0.004274 10.0.0.27 - - [2025-12-25 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2025-12-25 03:29:56] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001054 10.0.0.27 - - [2025-12-25 03:29:56] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.051752 10.0.0.33 - - [2025-12-25 03:29:56] "POST /ref-update HTTP/1.1" 200 156 0.054338 10.0.0.23 - - [2025-12-25 03:29:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008990 10.0.0.27 - - [2025-12-25 03:29:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.224394 10.0.0.27 - - [2025-12-25 03:29:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.27 - - [2025-12-25 03:29:57] "GET /virtual-network/c73e2bbd-75ac-4077-a5ea-57ab5d6ceb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006511 10.0.0.27 - - [2025-12-25 03:29:57] "GET /virtual-network/c73e2bbd-75ac-4077-a5ea-57ab5d6ceb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005777 10.0.0.27 - - [2025-12-25 03:29:57] "POST /neutron/network HTTP/1.1" 200 832 0.006964 10.0.0.27 - - [2025-12-25 03:29:57] "GET /virtual-network/c73e2bbd-75ac-4077-a5ea-57ab5d6ceb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005896 10.0.0.27 - - [2025-12-25 03:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.23 - - [2025-12-25 03:29:57] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000996 10.0.0.27 - - [2025-12-25 03:29:57] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045524 10.0.0.23 - - [2025-12-25 03:29:57] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001303 10.0.0.27 - - [2025-12-25 03:29:58] "POST /neutron/network HTTP/1.1" 200 623 0.155352 10.0.0.27 - - [2025-12-25 03:29:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.003284 10.0.0.27 - - [2025-12-25 03:29:58] "GET /virtual-network/88c4590b-5189-49b4-a981-356f164138b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.012690 10.0.0.27 - - [2025-12-25 03:29:58] "POST /neutron/network HTTP/1.1" 200 841 0.010103 10.0.0.27 - - [2025-12-25 03:29:58] "GET /virtual-network/88c4590b-5189-49b4-a981-356f164138b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009187 10.0.0.27 - - [2025-12-25 03:29:58] "GET /virtual-network/88c4590b-5189-49b4-a981-356f164138b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006322 10.0.0.27 - - [2025-12-25 03:29:59] "GET /obj-perms HTTP/1.1" 200 5022 0.004187 10.0.0.33 - - [2025-12-25 03:29:59] "GET /obj-perms HTTP/1.1" 200 5022 0.003719 10.0.0.27 - - [2025-12-25 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2025-12-25 03:29:59] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.27 - - [2025-12-25 03:29:59] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046696 10.0.0.27 - - [2025-12-25 03:29:59] "POST /neutron/network HTTP/1.1" 200 117 0.021018 10.0.0.33 - - [2025-12-25 03:29:59] "POST /route-targets HTTP/1.1" 200 327 0.015227 10.0.0.27 - - [2025-12-25 03:29:59] "POST /neutron/network HTTP/1.1" 200 842 0.009897 10.0.0.27 - - [2025-12-25 03:29:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001282 10.0.0.27 - - [2025-12-25 03:29:59] "GET /virtual-network/03473298-d46b-4dd7-8116-e9e3c609afe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005481 10.0.0.27 - - [2025-12-25 03:29:59] "GET /virtual-network/03473298-d46b-4dd7-8116-e9e3c609afe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006475 10.0.0.27 - - [2025-12-25 03:29:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.011336 10.0.0.27 - - [2025-12-25 03:30:00] "GET /virtual-network/03473298-d46b-4dd7-8116-e9e3c609afe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007267 10.0.0.23 - - [2025-12-25 03:30:00] "GET /obj-perms HTTP/1.1" 200 5022 0.007482 10.0.0.27 - - [2025-12-25 03:30:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001319 10.0.0.23 - - [2025-12-25 03:30:01] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001497 10.0.0.27 - - [2025-12-25 03:30:01] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.109916 10.0.0.27 - - [2025-12-25 03:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.025242 10.0.0.27 - - [2025-12-25 03:30:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001756 10.0.0.27 - - [2025-12-25 03:30:02] "POST /neutron/network HTTP/1.1" 200 842 0.010701 10.0.0.27 - - [2025-12-25 03:30:03] "POST /neutron/port HTTP/1.1" 200 1057 0.038566 10.0.0.27 - - [2025-12-25 03:30:03] "POST /neutron/port HTTP/1.1" 200 1121 0.036134 10.0.0.27 - - [2025-12-25 03:30:03] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.23 - - [2025-12-25 03:30:03] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001452 10.0.0.27 - - [2025-12-25 03:30:03] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.122974 10.0.0.27 - - [2025-12-25 03:30:03] "POST /neutron/port HTTP/1.1" 200 1121 0.032436 10.0.0.27 - - [2025-12-25 03:30:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.008826 10.0.0.27 - - [2025-12-25 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2025-12-25 03:30:04] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.27 - - [2025-12-25 03:30:04] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007433 10.0.0.27 - - [2025-12-25 03:30:04] "POST /service-templates HTTP/1.1" 200 543 0.038215 10.0.0.27 - - [2025-12-25 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2025-12-25 03:30:04] "GET /service-template/76282cf7-4b12-44f3-9548-52d052eaac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.009924 10.0.0.27 - - [2025-12-25 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2025-12-25 03:30:04] "GET /service-template/76282cf7-4b12-44f3-9548-52d052eaac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.010699 10.0.0.27 - - [2025-12-25 03:30:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001236 10.0.0.27 - - [2025-12-25 03:30:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001338 10.0.0.27 - - [2025-12-25 03:30:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001337 10.0.0.27 - - [2025-12-25 03:30:04] "POST /neutron/network HTTP/1.1" 200 842 0.007004 10.0.0.27 - - [2025-12-25 03:30:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011122 10.0.0.27 - - [2025-12-25 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-12-25 03:30:05] "DELETE /service-template/76282cf7-4b12-44f3-9548-52d052eaac2a HTTP/1.1" 200 115 0.092775 10.0.0.27 - - [2025-12-25 03:30:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003445 10.0.0.27 - - [2025-12-25 03:30:05] "POST /neutron/port HTTP/1.1" 200 1110 0.172762 10.0.0.27 - - [2025-12-25 03:30:05] "POST /neutron/port HTTP/1.1" 200 1120 0.037283 10.0.0.33 - - [2025-12-25 03:30:05] "DELETE /route-target/88e17bfe-da14-40f3-be0f-e471690652c4 HTTP/1.1" 200 115 0.028954 10.0.0.27 - - [2025-12-25 03:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.23 - - [2025-12-25 03:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003676 10.0.0.23 - - [2025-12-25 03:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.27 - - [2025-12-25 03:30:06] "POST /neutron/network HTTP/1.1" 200 151 0.153748 10.0.0.27 - - [2025-12-25 03:30:06] "POST /neutron/port HTTP/1.1" 200 151 0.209467 10.0.0.27 - - [2025-12-25 03:30:07] "POST /neutron/port HTTP/1.1" 200 1120 0.020159 10.0.0.27 - - [2025-12-25 03:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.27 - - [2025-12-25 03:30:08] "POST /neutron/port HTTP/1.1" 200 117 0.008978 10.0.0.33 - - [2025-12-25 03:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.27 - - [2025-12-25 03:30:08] "POST /neutron/network HTTP/1.1" 200 831 0.007096 10.0.0.33 - - [2025-12-25 03:30:08] "DELETE /route-target/a84b18ed-c50d-4167-a6ae-919d10844589 HTTP/1.1" 200 115 0.027218 10.0.0.23 - - [2025-12-25 03:30:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.23 - - [2025-12-25 03:30:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002276 10.0.0.27 - - [2025-12-25 03:30:09] "POST /neutron/network HTTP/1.1" 200 151 0.138330 10.0.0.23 - - [2025-12-25 03:30:10] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001029 10.0.0.27 - - [2025-12-25 03:30:10] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.049091 10.0.0.23 - - [2025-12-25 03:30:10] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002094 10.0.0.27 - - [2025-12-25 03:30:10] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?fields=virtual_networks HTTP/1.1" 200 1034 0.058226 10.0.0.23 - - [2025-12-25 03:30:11] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.27 - - [2025-12-25 03:30:11] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040998 10.0.0.23 - - [2025-12-25 03:30:11] "GET /projects?obj_uuids=300eae80-08d2-4491-a3b4-884cfa6920e3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001486 10.0.0.27 - - [2025-12-25 03:30:11] "GET /project/300eae80-08d2-4491-a3b4-884cfa6920e3?fields=security_groups HTTP/1.1" 200 1256 0.038684 10.0.0.27 - - [2025-12-25 03:30:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.040406 10.0.0.23 - - [2025-12-25 03:30:12] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003131 10.0.0.23 - - [2025-12-25 03:30:12] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.23 - - [2025-12-25 03:30:12] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007709 10.0.0.23 - - [2025-12-25 03:30:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.002121 10.0.0.23 - - [2025-12-25 03:30:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.004969 10.0.0.23 - - [2025-12-25 03:30:12] "POST /security-groups HTTP/1.1" 200 593 0.037819 10.0.0.33 - - [2025-12-25 03:30:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.002928 10.0.0.23 - - [2025-12-25 03:30:12] "POST /projects HTTP/1.1" 200 589 0.265168 10.0.0.23 - - [2025-12-25 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.346882 10.0.0.33 - - [2025-12-25 03:30:12] "POST /access-control-lists HTTP/1.1" 200 596 0.033237 10.0.0.27 - - [2025-12-25 03:30:12] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.505449 10.0.0.27 - - [2025-12-25 03:30:14] "GET / HTTP/1.1" 200 35931 0.002438 10.0.0.27 - - [2025-12-25 03:30:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-25 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.078513 10.0.0.23 - - [2025-12-25 03:30:16] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001434 10.0.0.27 - - [2025-12-25 03:30:16] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043852 10.0.0.23 - - [2025-12-25 03:30:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007149 10.0.0.27 - - [2025-12-25 03:30:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.303149 10.0.0.27 - - [2025-12-25 03:30:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001611 10.0.0.27 - - [2025-12-25 03:30:17] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007200 10.0.0.27 - - [2025-12-25 03:30:17] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006346 10.0.0.27 - - [2025-12-25 03:30:17] "POST /neutron/network HTTP/1.1" 200 830 0.007825 10.0.0.27 - - [2025-12-25 03:30:17] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006451 10.0.0.27 - - [2025-12-25 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2025-12-25 03:30:19] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.27 - - [2025-12-25 03:30:19] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057985 10.0.0.23 - - [2025-12-25 03:30:19] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003169 10.0.0.27 - - [2025-12-25 03:30:19] "POST /neutron/network HTTP/1.1" 200 613 0.137617 10.0.0.33 - - [2025-12-25 03:30:19] "POST /route-targets HTTP/1.1" 200 327 0.016947 10.0.0.27 - - [2025-12-25 03:30:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.005630 10.0.0.27 - - [2025-12-25 03:30:20] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007270 10.0.0.27 - - [2025-12-25 03:30:20] "POST /neutron/network HTTP/1.1" 200 832 0.008040 10.0.0.27 - - [2025-12-25 03:30:20] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006418 10.0.0.27 - - [2025-12-25 03:30:20] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006275 10.0.0.27 - - [2025-12-25 03:30:20] "GET /obj-perms HTTP/1.1" 200 5034 0.075565 10.0.0.33 - - [2025-12-25 03:30:20] "GET /obj-perms HTTP/1.1" 200 5034 0.095795 10.0.0.27 - - [2025-12-25 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-12-25 03:30:20] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.27 - - [2025-12-25 03:30:20] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047021 10.0.0.27 - - [2025-12-25 03:30:21] "POST /neutron/network HTTP/1.1" 200 117 0.024971 10.0.0.33 - - [2025-12-25 03:30:21] "POST /ref-update HTTP/1.1" 200 156 0.023886 10.0.0.27 - - [2025-12-25 03:30:21] "POST /neutron/network HTTP/1.1" 200 837 0.014417 10.0.0.27 - - [2025-12-25 03:30:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001144 10.0.0.27 - - [2025-12-25 03:30:21] "GET /virtual-network/36022283-8fe2-449e-8f3e-fa57ad577172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006296 10.0.0.27 - - [2025-12-25 03:30:21] "GET /virtual-network/36022283-8fe2-449e-8f3e-fa57ad577172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009190 10.0.0.27 - - [2025-12-25 03:30:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.011200 10.0.0.27 - - [2025-12-25 03:30:21] "GET /virtual-network/36022283-8fe2-449e-8f3e-fa57ad577172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006826 10.0.0.23 - - [2025-12-25 03:30:22] "GET /obj-perms HTTP/1.1" 200 5034 0.071440 10.0.0.27 - - [2025-12-25 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.23 - - [2025-12-25 03:30:22] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001402 10.0.0.27 - - [2025-12-25 03:30:22] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045691 10.0.0.23 - - [2025-12-25 03:30:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006653 10.0.0.27 - - [2025-12-25 03:30:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.227705 10.0.0.27 - - [2025-12-25 03:30:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001436 10.0.0.27 - - [2025-12-25 03:30:22] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006606 10.0.0.27 - - [2025-12-25 03:30:23] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.012696 10.0.0.27 - - [2025-12-25 03:30:23] "POST /neutron/network HTTP/1.1" 200 849 0.008443 10.0.0.27 - - [2025-12-25 03:30:23] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005973 10.0.0.27 - - [2025-12-25 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012334 10.0.0.23 - - [2025-12-25 03:30:23] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002568 10.0.0.27 - - [2025-12-25 03:30:23] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052547 10.0.0.23 - - [2025-12-25 03:30:23] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.27 - - [2025-12-25 03:30:23] "POST /neutron/network HTTP/1.1" 200 631 0.166964 10.0.0.33 - - [2025-12-25 03:30:24] "POST /route-targets HTTP/1.1" 200 327 0.018017 10.0.0.27 - - [2025-12-25 03:30:24] "POST /id-to-fqname HTTP/1.1" 200 234 0.003711 10.0.0.27 - - [2025-12-25 03:30:24] "GET /virtual-network/9d4e1f13-20e5-4ca0-8fb7-d862d1bff17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006686 10.0.0.27 - - [2025-12-25 03:30:24] "POST /neutron/network HTTP/1.1" 200 849 0.007673 10.0.0.27 - - [2025-12-25 03:30:24] "GET /virtual-network/9d4e1f13-20e5-4ca0-8fb7-d862d1bff17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007439 10.0.0.27 - - [2025-12-25 03:30:24] "GET /virtual-network/9d4e1f13-20e5-4ca0-8fb7-d862d1bff17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006177 10.0.0.27 - - [2025-12-25 03:30:24] "GET /obj-perms HTTP/1.1" 200 5034 0.004891 10.0.0.33 - - [2025-12-25 03:30:24] "GET /obj-perms HTTP/1.1" 200 5034 0.003867 10.0.0.27 - - [2025-12-25 03:30:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001326 10.0.0.27 - - [2025-12-25 03:30:25] "POST /neutron/network HTTP/1.1" 200 840 0.007536 10.0.0.23 - - [2025-12-25 03:30:26] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000943 10.0.0.27 - - [2025-12-25 03:30:26] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.088405 10.0.0.27 - - [2025-12-25 03:30:26] "POST /neutron/port HTTP/1.1" 200 117 0.007095 10.0.0.27 - - [2025-12-25 03:30:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001319 10.0.0.27 - - [2025-12-25 03:30:26] "POST /neutron/network HTTP/1.1" 200 840 0.007388 10.0.0.27 - - [2025-12-25 03:30:27] "POST /neutron/port HTTP/1.1" 200 1062 0.019385 10.0.0.23 - - [2025-12-25 03:30:27] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001440 10.0.0.27 - - [2025-12-25 03:30:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004664 10.0.0.27 - - [2025-12-25 03:30:27] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089881 10.0.0.27 - - [2025-12-25 03:30:27] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.27 - - [2025-12-25 03:30:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009526 10.0.0.27 - - [2025-12-25 03:30:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003569 10.0.0.27 - - [2025-12-25 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.23 - - [2025-12-25 03:30:28] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.27 - - [2025-12-25 03:30:28] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007831 10.0.0.27 - - [2025-12-25 03:30:28] "POST /service-templates HTTP/1.1" 200 543 0.042140 10.0.0.27 - - [2025-12-25 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-12-25 03:30:28] "GET /service-template/3d5b0a23-8ebe-492f-a6de-6d2f1c9fdd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.010216 10.0.0.27 - - [2025-12-25 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.27 - - [2025-12-25 03:30:28] "GET /service-template/3d5b0a23-8ebe-492f-a6de-6d2f1c9fdd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005182 10.0.0.27 - - [2025-12-25 03:30:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001850 10.0.0.23 - - [2025-12-25 03:30:28] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.27 - - [2025-12-25 03:30:29] "POST /neutron/port HTTP/1.1" 200 1062 0.335733 10.0.0.27 - - [2025-12-25 03:30:29] "POST /neutron/port HTTP/1.1" 200 1062 0.017164 10.0.0.27 - - [2025-12-25 03:30:29] "POST /neutron/port HTTP/1.1" 200 1116 0.115696 10.0.0.27 - - [2025-12-25 03:30:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.011922 10.0.0.23 - - [2025-12-25 03:30:30] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.27 - - [2025-12-25 03:30:30] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.324259 10.0.0.27 - - [2025-12-25 03:30:30] "POST /neutron/network HTTP/1.1" 200 849 0.008293 10.0.0.23 - - [2025-12-25 03:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.166565 10.0.0.27 - - [2025-12-25 03:30:30] "POST /neutron/port HTTP/1.1" 200 117 0.007217 10.0.0.27 - - [2025-12-25 03:30:30] "GET /virtual-machine/377267c0-be51-49ec-a31f-85366024c7e4 HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2025-12-25 03:30:31] "GET /virtual-machine/377267c0-be51-49ec-a31f-85366024c7e4 HTTP/1.1" 200 1294 0.091688 10.0.0.27 - - [2025-12-25 03:30:31] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 2673 0.011691 10.0.0.27 - - [2025-12-25 03:30:31] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2673 0.010658 10.0.0.27 - - [2025-12-25 03:30:31] "PUT /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 284 0.046121 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/port HTTP/1.1" 200 1126 0.059838 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/port HTTP/1.1" 200 1063 0.015925 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011728 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/port HTTP/1.1" 200 1117 0.161764 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/port HTTP/1.1" 200 1127 0.027249 10.0.0.27 - - [2025-12-25 03:30:31] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.27 - - [2025-12-25 03:30:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009710 10.0.0.27 - - [2025-12-25 03:30:36] "POST /neutron/port HTTP/1.1" 200 1127 0.024708 10.0.0.27 - - [2025-12-25 03:30:37] "GET /virtual-machine/377267c0-be51-49ec-a31f-85366024c7e4 HTTP/1.1" 200 1294 0.006139 10.0.0.27 - - [2025-12-25 03:30:37] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 3033 0.007227 10.0.0.27 - - [2025-12-25 03:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2025-12-25 03:30:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.27 - - [2025-12-25 03:30:37] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003859 10.0.0.27 - - [2025-12-25 03:30:37] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006795 10.0.0.27 - - [2025-12-25 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-12-25 03:30:40] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006048 10.0.0.27 - - [2025-12-25 03:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009265 10.0.0.27 - - [2025-12-25 03:30:44] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007962 10.0.0.33 - - [2025-12-25 03:30:44] "DELETE /access-control-list/e896e259-4aaa-4440-9a84-d1aca714a026 HTTP/1.1" 200 115 0.039775 10.0.0.23 - - [2025-12-25 03:30:46] "DELETE /project/8aea00f6a5004c6e916d2be90b49524c HTTP/1.1" 404 173 0.004337 10.0.0.23 - - [2025-12-25 03:30:46] "DELETE /project/300eae80-08d2-4491-a3b4-884cfa6920e3 HTTP/1.1" 404 177 0.003849 10.0.0.27 - - [2025-12-25 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2025-12-25 03:30:48] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005927 10.0.0.27 - - [2025-12-25 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-12-25 03:30:52] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006332 10.0.0.27 - - [2025-12-25 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-12-25 03:30:56] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006684 10.0.0.27 - - [2025-12-25 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005382 10.0.0.27 - - [2025-12-25 03:31:00] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007743 10.0.0.27 - - [2025-12-25 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2025-12-25 03:31:04] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005796 10.0.0.27 - - [2025-12-25 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.27 - - [2025-12-25 03:31:08] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008420 10.0.0.27 - - [2025-12-25 03:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.27 - - [2025-12-25 03:31:13] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007027 10.0.0.27 - - [2025-12-25 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-25 03:31:17] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006162 10.0.0.27 - - [2025-12-25 03:31:19] "POST /neutron/port HTTP/1.1" 200 1126 0.026452 10.0.0.27 - - [2025-12-25 03:31:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.009692 10.0.0.27 - - [2025-12-25 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.27 - - [2025-12-25 03:31:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.27 - - [2025-12-25 03:31:21] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004530 10.0.0.27 - - [2025-12-25 03:31:21] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006205 10.0.0.27 - - [2025-12-25 03:31:21] "POST /neutron/port HTTP/1.1" 200 1127 0.019186 10.0.0.27 - - [2025-12-25 03:31:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.045650 10.0.0.27 - - [2025-12-25 03:31:31] "POST /neutron/port HTTP/1.1" 200 1127 0.024952 10.0.0.27 - - [2025-12-25 03:31:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009072 10.0.0.27 - - [2025-12-25 03:31:32] "POST /neutron/network HTTP/1.1" 200 842 0.007782 10.0.0.27 - - [2025-12-25 03:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.27 - - [2025-12-25 03:31:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008712 10.0.0.27 - - [2025-12-25 03:31:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.004442 10.0.0.27 - - [2025-12-25 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2025-12-25 03:31:42] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.27 - - [2025-12-25 03:31:42] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047212 10.0.0.27 - - [2025-12-25 03:31:42] "POST /service-instances HTTP/1.1" 200 547 0.037609 10.0.0.27 - - [2025-12-25 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2025-12-25 03:31:42] "GET /service-instance/67f0dc78-9883-4845-afd7-01f33eb289ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007494 10.0.0.27 - - [2025-12-25 03:31:42] "POST /port-tuples HTTP/1.1" 200 590 0.054652 10.0.0.27 - - [2025-12-25 03:31:42] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.014190 10.0.0.27 - - [2025-12-25 03:31:42] "PUT /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 284 0.019250 10.0.0.27 - - [2025-12-25 03:31:42] "POST /ref-update HTTP/1.1" 200 156 0.017731 10.0.0.33 - - [2025-12-25 03:31:42] "POST /ref-update HTTP/1.1" 200 156 0.062625 10.0.0.27 - - [2025-12-25 03:31:42] "POST /neutron/port HTTP/1.1" 200 1126 0.030895 10.0.0.33 - - [2025-12-25 03:31:42] "POST /ref-update HTTP/1.1" 200 156 0.033178 10.0.0.27 - - [2025-12-25 03:31:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007079 10.0.0.27 - - [2025-12-25 03:31:43] "GET /virtual-machine/138958fd-e9b6-4639-addb-4cfb668f53d1 HTTP/1.1" 200 1294 0.006371 10.0.0.27 - - [2025-12-25 03:31:43] "GET /virtual-machine-interface/3bccb701-b256-4248-b772-2f7b6fa36f09 HTTP/1.1" 200 2957 0.005922 10.0.0.27 - - [2025-12-25 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2025-12-25 03:31:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003837 10.0.0.27 - - [2025-12-25 03:31:43] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004231 10.0.0.27 - - [2025-12-25 03:31:43] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005916 10.0.0.27 - - [2025-12-25 03:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2025-12-25 03:31:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004084 10.0.0.27 - - [2025-12-25 03:31:44] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003527 10.0.0.27 - - [2025-12-25 03:31:44] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005296 10.0.0.27 - - [2025-12-25 03:31:49] "POST /neutron/port HTTP/1.1" 200 1126 0.023495 10.0.0.27 - - [2025-12-25 03:31:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007664 10.0.0.27 - - [2025-12-25 03:32:05] "POST /neutron/port HTTP/1.1" 200 1126 0.021396 10.0.0.27 - - [2025-12-25 03:32:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009779 10.0.0.27 - - [2025-12-25 03:32:20] "POST /neutron/port HTTP/1.1" 200 1385 0.063565 10.0.0.27 - - [2025-12-25 03:32:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.27 - - [2025-12-25 03:32:20] "POST /neutron/network HTTP/1.1" 200 849 0.008552 10.0.0.27 - - [2025-12-25 03:32:26] "POST /neutron/port HTTP/1.1" 200 1126 0.021518 10.0.0.27 - - [2025-12-25 03:32:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008160 10.0.0.27 - - [2025-12-25 03:32:34] "POST /neutron/network HTTP/1.1" 200 842 0.043571 10.0.0.27 - - [2025-12-25 03:32:34] "POST /neutron/port HTTP/1.1" 200 117 0.001630 10.0.0.27 - - [2025-12-25 03:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010263 10.0.0.27 - - [2025-12-25 03:32:46] "POST /neutron/port HTTP/1.1" 200 1126 0.018842 10.0.0.27 - - [2025-12-25 03:32:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008620 10.0.0.27 - - [2025-12-25 03:32:57] "POST /neutron/port HTTP/1.1" 200 1126 0.023233 10.0.0.27 - - [2025-12-25 03:33:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009817 10.0.0.27 - - [2025-12-25 03:33:02] "POST /neutron/port HTTP/1.1" 200 1126 0.032709 10.0.0.27 - - [2025-12-25 03:33:02] "GET /virtual-machine/159cf359-6496-4e8f-a925-e703317cc97c HTTP/1.1" 200 1294 0.007841 10.0.0.27 - - [2025-12-25 03:33:02] "GET /virtual-machine-interface/9ab5551e-b1b7-4fe3-b752-63c2b63da5c8 HTTP/1.1" 200 2961 0.011704 10.0.0.27 - - [2025-12-25 03:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-12-25 03:33:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004951 10.0.0.27 - - [2025-12-25 03:33:02] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005023 10.0.0.27 - - [2025-12-25 03:33:02] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006756 10.0.0.27 - - [2025-12-25 03:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2025-12-25 03:33:03] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.27 - - [2025-12-25 03:33:03] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003785 10.0.0.27 - - [2025-12-25 03:33:03] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005805 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.004014 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2025-12-25 03:33:04] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.27 - - [2025-12-25 03:33:04] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.051217 10.0.0.27 - - [2025-12-25 03:33:04] "POST /network-policys HTTP/1.1" 200 551 0.035950 10.0.0.27 - - [2025-12-25 03:33:04] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007363 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2025-12-25 03:33:04] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007115 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2025-12-25 03:33:04] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005270 10.0.0.27 - - [2025-12-25 03:33:04] "POST /ref-update HTTP/1.1" 200 156 0.058050 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.27 - - [2025-12-25 03:33:04] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005475 10.0.0.27 - - [2025-12-25 03:33:04] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008244 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2025-12-25 03:33:04] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004257 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-12-25 03:33:04] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005847 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005900 10.0.0.27 - - [2025-12-25 03:33:04] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006442 10.0.0.27 - - [2025-12-25 03:33:04] "POST /ref-update HTTP/1.1" 200 156 0.070871 10.0.0.27 - - [2025-12-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-12-25 03:33:05] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006715 10.0.0.33 - - [2025-12-25 03:33:05] "POST /ref-update HTTP/1.1" 200 156 0.111163 10.0.0.27 - - [2025-12-25 03:33:05] "POST /neutron/network HTTP/1.1" 200 924 0.022614 10.0.0.27 - - [2025-12-25 03:33:05] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006329 10.0.0.27 - - [2025-12-25 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.27 - - [2025-12-25 03:33:05] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004109 10.0.0.27 - - [2025-12-25 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-12-25 03:33:05] "GET /service-template/3d5b0a23-8ebe-492f-a6de-6d2f1c9fdd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005589 10.0.0.33 - - [2025-12-25 03:33:05] "POST /access-control-lists HTTP/1.1" 200 599 0.089447 10.0.0.27 - - [2025-12-25 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008733 10.0.0.23 - - [2025-12-25 03:33:05] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.27 - - [2025-12-25 03:33:05] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.093929 10.0.0.27 - - [2025-12-25 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.27 - - [2025-12-25 03:33:05] "GET /service-instance/67f0dc78-9883-4845-afd7-01f33eb289ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007866 10.0.0.27 - - [2025-12-25 03:33:06] "POST /neutron/port HTTP/1.1" 200 1385 0.032335 10.0.0.27 - - [2025-12-25 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007703 10.0.0.27 - - [2025-12-25 03:33:06] "POST /neutron/network HTTP/1.1" 200 823 0.021279 10.0.0.27 - - [2025-12-25 03:33:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001644 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-machine/377267c0-be51-49ec-a31f-85366024c7e4 HTTP/1.1" 200 1294 0.008493 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 3889 0.006765 10.0.0.27 - - [2025-12-25 03:33:06] "GET /instance-ip/4d6805d4-aa71-480b-99e6-a1c855068fee HTTP/1.1" 200 1962 0.005366 10.0.0.27 - - [2025-12-25 03:33:06] "GET /instance-ip/5fd384fe-5403-4af1-8e72-0a7572a902ba HTTP/1.1" 200 1964 0.006186 10.0.0.27 - - [2025-12-25 03:33:06] "GET /instance-ip/7f208f78-9e70-4284-b823-62484ace5297 HTTP/1.1" 200 1636 0.006767 10.0.0.27 - - [2025-12-25 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010428 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-machine/377267c0-be51-49ec-a31f-85366024c7e4 HTTP/1.1" 200 1294 0.004671 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-machine-interface/038df667-5d13-4b26-a744-d29dce9c3d26 HTTP/1.1" 200 3889 0.005650 10.0.0.27 - - [2025-12-25 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2025-12-25 03:33:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007662 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003593 10.0.0.27 - - [2025-12-25 03:33:06] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006951 10.0.0.27 - - [2025-12-25 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.27 - - [2025-12-25 03:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004370 10.0.0.27 - - [2025-12-25 03:33:07] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003837 10.0.0.27 - - [2025-12-25 03:33:07] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006550 10.0.0.27 - - [2025-12-25 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2025-12-25 03:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004067 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007298 10.0.0.27 - - [2025-12-25 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-12-25 03:33:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004492 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003824 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006940 10.0.0.27 - - [2025-12-25 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2025-12-25 03:33:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-networks?parent_id=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003542 10.0.0.27 - - [2025-12-25 03:33:08] "GET /virtual-network/8b79f319-a4ea-47b7-8649-a85ed8861547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006423 10.0.0.27 - - [2025-12-25 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2025-12-25 03:33:08] "GET /routing-instance/d8891f94-ade8-4eeb-b646-c7eebb999f1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005781 10.0.0.27 - - [2025-12-25 03:33:08] "GET /routing-instance/d8891f94-ade8-4eeb-b646-c7eebb999f1e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006392 10.0.0.27 - - [2025-12-25 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2025-12-25 03:33:08] "GET /routing-instance/6c947fe3-1547-4d19-9cfa-812ca727128e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004964 10.0.0.27 - - [2025-12-25 03:33:08] "GET /routing-instance/6c947fe3-1547-4d19-9cfa-812ca727128e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.013368 10.0.0.27 - - [2025-12-25 03:33:19] "POST /neutron/port HTTP/1.1" 200 1126 0.019079 10.0.0.27 - - [2025-12-25 03:33:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.27 - - [2025-12-25 03:33:19] "POST /neutron/network HTTP/1.1" 200 922 0.006912 10.0.0.27 - - [2025-12-25 03:33:27] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005301 10.0.0.27 - - [2025-12-25 03:33:27] "PUT /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235 HTTP/1.1" 200 262 0.016771 10.0.0.27 - - [2025-12-25 03:33:27] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004959 10.0.0.33 - - [2025-12-25 03:33:27] "PUT /access-control-list/39c44c7f-e5b1-43de-9cb4-f81c1f5297e8 HTTP/1.1" 200 272 0.064445 10.0.0.27 - - [2025-12-25 03:33:34] "GET /obj-perms HTTP/1.1" 200 5056 0.075914 10.0.0.27 - - [2025-12-25 03:33:34] "POST /neutron/port HTTP/1.1" 200 1126 0.021505 10.0.0.27 - - [2025-12-25 03:33:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007558 10.0.0.27 - - [2025-12-25 03:33:34] "POST /neutron/network HTTP/1.1" 200 924 0.010560 10.0.0.27 - - [2025-12-25 03:33:56] "POST /ref-update HTTP/1.1" 200 156 0.063646 10.0.0.27 - - [2025-12-25 03:33:56] "POST /neutron/network HTTP/1.1" 200 832 0.009068 10.0.0.27 - - [2025-12-25 03:33:56] "GET /virtual-network/68a4d360-342a-4aa1-83a1-2a81ad32f7b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005959 10.0.0.27 - - [2025-12-25 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-12-25 03:33:56] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.006395 10.0.0.33 - - [2025-12-25 03:33:56] "POST /ref-update HTTP/1.1" 200 156 0.024577 10.0.0.27 - - [2025-12-25 03:33:56] "POST /ref-update HTTP/1.1" 200 156 0.069067 10.0.0.33 - - [2025-12-25 03:33:56] "DELETE /access-control-list/bd4f912e-cff2-4b00-94ad-685ebd5d8571 HTTP/1.1" 200 115 0.045064 10.0.0.27 - - [2025-12-25 03:33:56] "GET /virtual-network/26240cd7-8fc2-4393-aee7-3f034eed7d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010799 10.0.0.27 - - [2025-12-25 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.27 - - [2025-12-25 03:33:56] "GET /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005947 10.0.0.33 - - [2025-12-25 03:33:56] "POST /ref-update HTTP/1.1" 200 156 0.030013 10.0.0.27 - - [2025-12-25 03:33:56] "DELETE /network-policy/2592ee76-0659-4923-b9bb-3dff6e6ed235 HTTP/1.1" 200 115 0.065895 10.0.0.27 - - [2025-12-25 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.27 - - [2025-12-25 03:33:56] "DELETE /service-instance/67f0dc78-9883-4845-afd7-01f33eb289ab HTTP/1.1" 200 115 0.063921 10.0.0.33 - - [2025-12-25 03:33:56] "POST /ref-update HTTP/1.1" 200 156 0.026961 10.0.0.27 - - [2025-12-25 03:33:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003090 10.0.0.27 - - [2025-12-25 03:33:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003818 10.0.0.33 - - [2025-12-25 03:33:57] "DELETE /instance-ip/5fd384fe-5403-4af1-8e72-0a7572a902ba HTTP/1.1" 200 115 0.053316 10.0.0.27 - - [2025-12-25 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-12-25 03:33:57] "DELETE /service-template/3d5b0a23-8ebe-492f-a6de-6d2f1c9fdd4f HTTP/1.1" 200 115 0.042256 10.0.0.27 - - [2025-12-25 03:33:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.004548 10.0.0.23 - - [2025-12-25 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.084338 10.0.0.23 - - [2025-12-25 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002691 10.0.0.27 - - [2025-12-25 03:33:58] "POST /neutron/network HTTP/1.1" 200 151 0.227729 10.0.0.27 - - [2025-12-25 03:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.294058 10.0.0.27 - - [2025-12-25 03:33:58] "POST /neutron/network HTTP/1.1" 200 849 0.008763 10.0.0.33 - - [2025-12-25 03:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.23 - - [2025-12-25 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.013133 10.0.0.23 - - [2025-12-25 03:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007149 10.0.0.27 - - [2025-12-25 03:33:58] "POST /neutron/network HTTP/1.1" 200 151 0.233150 10.0.0.27 - - [2025-12-25 03:33:59] "POST /neutron/network HTTP/1.1" 200 837 0.006580 10.0.0.33 - - [2025-12-25 03:33:59] "DELETE /route-target/e5bf99f8-603e-465e-b6a2-d3542aca1686 HTTP/1.1" 200 115 0.028266 10.0.0.23 - - [2025-12-25 03:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004733 10.0.0.23 - - [2025-12-25 03:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010591 10.0.0.27 - - [2025-12-25 03:33:59] "POST /neutron/network HTTP/1.1" 200 151 0.143569 10.0.0.33 - - [2025-12-25 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005422 10.0.0.23 - - [2025-12-25 03:34:02] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.27 - - [2025-12-25 03:34:02] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.101254 10.0.0.23 - - [2025-12-25 03:34:02] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002419 10.0.0.27 - - [2025-12-25 03:34:02] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?fields=virtual_networks HTTP/1.1" 200 1047 0.059316 10.0.0.23 - - [2025-12-25 03:34:02] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001611 10.0.0.27 - - [2025-12-25 03:34:02] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.063912 10.0.0.23 - - [2025-12-25 03:34:02] "GET /projects?obj_uuids=8aea00f6-a500-4c6e-916d-2be90b49524c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001624 10.0.0.27 - - [2025-12-25 03:34:02] "GET /project/8aea00f6-a500-4c6e-916d-2be90b49524c?fields=security_groups HTTP/1.1" 200 1275 0.072572 10.0.0.27 - - [2025-12-25 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.045861 10.0.0.23 - - [2025-12-25 03:34:03] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004875 10.0.0.23 - - [2025-12-25 03:34:03] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.23 - - [2025-12-25 03:34:03] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.073739 10.0.0.23 - - [2025-12-25 03:34:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001971 10.0.0.23 - - [2025-12-25 03:34:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003268 10.0.0.23 - - [2025-12-25 03:34:04] "POST /security-groups HTTP/1.1" 200 592 0.089062 10.0.0.23 - - [2025-12-25 03:34:04] "POST /projects HTTP/1.1" 200 587 0.346060 10.0.0.23 - - [2025-12-25 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.394012 10.0.0.33 - - [2025-12-25 03:34:04] "POST /access-control-lists HTTP/1.1" 200 597 0.050068 10.0.0.27 - - [2025-12-25 03:34:04] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.654315 10.0.0.27 - - [2025-12-25 03:34:05] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.27 - - [2025-12-25 03:34:08] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2025-12-25 03:34:08] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001689 10.0.0.27 - - [2025-12-25 03:34:08] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.081896 10.0.0.27 - - [2025-12-25 03:34:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.003475 10.0.0.27 - - [2025-12-25 03:34:08] "POST /virtual-DNSs HTTP/1.1" 200 507 0.037799 10.0.0.27 - - [2025-12-25 03:34:08] "GET /virtual-DNS/9cf5ec63-73f1-4825-89c5-13c548536385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.007356 10.0.0.27 - - [2025-12-25 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2025-12-25 03:34:08] "GET /virtual-DNS/9cf5ec63-73f1-4825-89c5-13c548536385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004624 10.0.0.27 - - [2025-12-25 03:34:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003809 10.0.0.27 - - [2025-12-25 03:34:09] "POST /network-ipams HTTP/1.1" 200 514 0.033838 10.0.0.27 - - [2025-12-25 03:34:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004025 10.0.0.27 - - [2025-12-25 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2025-12-25 03:34:09] "GET /network-ipam/8925d482-da9f-4b5a-8e94-ab961d004c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006383 10.0.0.27 - - [2025-12-25 03:34:09] "PUT /network-ipam/8925d482-da9f-4b5a-8e94-ab961d004c67 HTTP/1.1" 200 258 0.015469 10.0.0.27 - - [2025-12-25 03:34:09] "POST /ref-update HTTP/1.1" 200 156 0.017702 10.0.0.27 - - [2025-12-25 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2025-12-25 03:34:09] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.27 - - [2025-12-25 03:34:09] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048982 10.0.0.27 - - [2025-12-25 03:34:09] "POST /neutron/network HTTP/1.1" 200 117 0.043868 10.0.0.27 - - [2025-12-25 03:34:10] "POST /neutron/network HTTP/1.1" 200 833 0.009093 10.0.0.27 - - [2025-12-25 03:34:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001384 10.0.0.27 - - [2025-12-25 03:34:10] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006072 10.0.0.27 - - [2025-12-25 03:34:10] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007071 10.0.0.27 - - [2025-12-25 03:34:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.010694 10.0.0.33 - - [2025-12-25 03:34:10] "POST /route-targets HTTP/1.1" 200 327 0.016955 10.0.0.27 - - [2025-12-25 03:34:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001472 10.0.0.27 - - [2025-12-25 03:34:10] "POST /neutron/network HTTP/1.1" 200 843 0.006940 10.0.0.23 - - [2025-12-25 03:34:11] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.27 - - [2025-12-25 03:34:11] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071840 10.0.0.27 - - [2025-12-25 03:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.006486 10.0.0.23 - - [2025-12-25 03:34:12] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.27 - - [2025-12-25 03:34:12] "POST /neutron/port HTTP/1.1" 200 1058 0.308050 10.0.0.27 - - [2025-12-25 03:34:13] "POST /neutron/port HTTP/1.1" 200 1112 0.091797 10.0.0.27 - - [2025-12-25 03:34:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.008432 10.0.0.27 - - [2025-12-25 03:34:17] "POST /neutron/port HTTP/1.1" 200 1122 0.019383 10.0.0.27 - - [2025-12-25 03:34:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009037 10.0.0.27 - - [2025-12-25 03:34:17] "GET /virtual-machine/11b9cb9a-cd33-4cb8-bd90-f045ce4c081f HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-12-25 03:34:17] "GET /virtual-machine/11b9cb9a-cd33-4cb8-bd90-f045ce4c081f HTTP/1.1" 200 1293 0.039786 10.0.0.27 - - [2025-12-25 03:34:17] "GET /virtual-machine-interface/ed41c212-886d-4803-bd42-d5ea4ff5070c HTTP/1.1" 200 2965 0.005690 10.0.0.27 - - [2025-12-25 03:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.27 - - [2025-12-25 03:34:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.27 - - [2025-12-25 03:34:17] "GET /virtual-networks?parent_id=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003520 10.0.0.27 - - [2025-12-25 03:34:18] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007917 10.0.0.27 - - [2025-12-25 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-12-25 03:34:21] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006706 10.0.0.27 - - [2025-12-25 03:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2025-12-25 03:34:25] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006487 10.0.0.27 - - [2025-12-25 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2025-12-25 03:34:29] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005613 10.0.0.33 - - [2025-12-25 03:34:32] "DELETE /access-control-list/6f630f72-e3ae-4d5e-bae7-caf8263c3d26 HTTP/1.1" 200 115 0.046140 10.0.0.27 - - [2025-12-25 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2025-12-25 03:34:33] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006057 10.0.0.33 - - [2025-12-25 03:34:34] "GET /obj-perms HTTP/1.1" 200 5056 0.072737 10.0.0.23 - - [2025-12-25 03:34:34] "GET /obj-perms HTTP/1.1" 200 5056 0.061237 10.0.0.27 - - [2025-12-25 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-12-25 03:34:37] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006922 10.0.0.33 - - [2025-12-25 03:34:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-12-25 03:34:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.33 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.23 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-25 03:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-12-25 03:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-12-25 03:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-25 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.27 - - [2025-12-25 03:34:41] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006582 10.0.0.27 - - [2025-12-25 03:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2025-12-25 03:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2025-12-25 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2025-12-25 03:34:45] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007654 10.0.0.23 - - [2025-12-25 03:34:46] "DELETE /project/8aea00f6-a500-4c6e-916d-2be90b49524c HTTP/1.1" 404 177 0.002987 10.0.0.23 - - [2025-12-25 03:34:46] "DELETE /project/59ecc51d1511490ea38e9cf0f47aea8f HTTP/1.1" 404 173 0.005550 10.0.0.27 - - [2025-12-25 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.27 - - [2025-12-25 03:34:49] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006288 10.0.0.27 - - [2025-12-25 03:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2025-12-25 03:34:53] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005394 10.0.0.27 - - [2025-12-25 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.27 - - [2025-12-25 03:34:55] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003804 10.0.0.27 - - [2025-12-25 03:34:55] "GET /virtual-networks?parent_id=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003401 10.0.0.27 - - [2025-12-25 03:34:56] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006911 10.0.0.27 - - [2025-12-25 03:34:56] "POST /neutron/port HTTP/1.1" 200 1122 0.019405 10.0.0.27 - - [2025-12-25 03:35:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007964 10.0.0.27 - - [2025-12-25 03:35:06] "POST /neutron/port HTTP/1.1" 200 1122 0.019479 10.0.0.27 - - [2025-12-25 03:35:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009198 10.0.0.27 - - [2025-12-25 03:35:23] "POST /neutron/network HTTP/1.1" 200 843 0.008176 10.0.0.27 - - [2025-12-25 03:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.27 - - [2025-12-25 03:35:44] "POST /neutron/network HTTP/1.1" 200 833 0.006776 10.0.0.27 - - [2025-12-25 03:35:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.27 - - [2025-12-25 03:35:44] "POST /neutron/network HTTP/1.1" 200 843 0.007071 10.0.0.23 - - [2025-12-25 03:35:45] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.27 - - [2025-12-25 03:35:45] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.350126 10.0.0.27 - - [2025-12-25 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009059 10.0.0.27 - - [2025-12-25 03:35:46] "POST /neutron/network HTTP/1.1" 200 843 0.006895 10.0.0.27 - - [2025-12-25 03:35:46] "POST /neutron/port HTTP/1.1" 200 1058 0.020231 10.0.0.27 - - [2025-12-25 03:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.27 - - [2025-12-25 03:35:46] "POST /neutron/network HTTP/1.1" 200 833 0.008713 10.0.0.27 - - [2025-12-25 03:35:51] "POST /neutron/port HTTP/1.1" 200 1122 0.027232 10.0.0.27 - - [2025-12-25 03:35:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007896 10.0.0.27 - - [2025-12-25 03:35:51] "GET /virtual-machine/2e8cba27-caa8-4a6b-9f47-eaa38a933d53 HTTP/1.1" 200 1293 0.007300 10.0.0.27 - - [2025-12-25 03:35:51] "GET /virtual-machine-interface/79c56ea9-7044-4c15-ad68-a9673839687b HTTP/1.1" 200 2964 0.007050 10.0.0.27 - - [2025-12-25 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2025-12-25 03:35:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004694 10.0.0.27 - - [2025-12-25 03:35:51] "GET /virtual-networks?parent_id=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003178 10.0.0.27 - - [2025-12-25 03:35:51] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007225 10.0.0.27 - - [2025-12-25 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.27 - - [2025-12-25 03:35:54] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006104 10.0.0.27 - - [2025-12-25 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.27 - - [2025-12-25 03:35:58] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.019438 10.0.0.27 - - [2025-12-25 03:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2025-12-25 03:36:02] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008468 10.0.0.27 - - [2025-12-25 03:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2025-12-25 03:36:06] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007157 10.0.0.27 - - [2025-12-25 03:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.27 - - [2025-12-25 03:36:10] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010809 10.0.0.27 - - [2025-12-25 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.27 - - [2025-12-25 03:36:14] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006152 10.0.0.27 - - [2025-12-25 03:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.27 - - [2025-12-25 03:36:18] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005663 10.0.0.27 - - [2025-12-25 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-12-25 03:36:23] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005837 10.0.0.27 - - [2025-12-25 03:36:25] "POST /neutron/network HTTP/1.1" 200 843 0.007523 10.0.0.27 - - [2025-12-25 03:36:25] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.27 - - [2025-12-25 03:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.27 - - [2025-12-25 03:36:27] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007002 10.0.0.27 - - [2025-12-25 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2025-12-25 03:36:31] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005779 10.0.0.27 - - [2025-12-25 03:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2025-12-25 03:36:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.27 - - [2025-12-25 03:36:35] "GET /virtual-networks?parent_id=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003804 10.0.0.27 - - [2025-12-25 03:36:35] "GET /virtual-network/12c4d747-67bd-4f7f-82f1-22e5e85b1ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007828 10.0.0.27 - - [2025-12-25 03:36:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009334 10.0.0.27 - - [2025-12-25 03:36:36] "POST /neutron/network HTTP/1.1" 200 843 0.009105 10.0.0.27 - - [2025-12-25 03:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.27 - - [2025-12-25 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010218 10.0.0.27 - - [2025-12-25 03:36:51] "POST /neutron/port HTTP/1.1" 200 1122 0.025103 10.0.0.27 - - [2025-12-25 03:36:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008510 10.0.0.27 - - [2025-12-25 03:37:02] "POST /neutron/port HTTP/1.1" 200 1122 0.058228 10.0.0.27 - - [2025-12-25 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008043 10.0.0.27 - - [2025-12-25 03:37:26] "POST /neutron/port HTTP/1.1" 200 1122 0.058626 10.0.0.27 - - [2025-12-25 03:37:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005140 10.0.0.27 - - [2025-12-25 03:37:26] "POST /neutron/network HTTP/1.1" 200 833 0.007611 10.0.0.27 - - [2025-12-25 03:37:38] "POST /neutron/network HTTP/1.1" 200 843 0.035330 10.0.0.27 - - [2025-12-25 03:37:38] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.27 - - [2025-12-25 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2025-12-25 03:37:46] "DELETE /virtual-DNS/9cf5ec63-73f1-4825-89c5-13c548536385 HTTP/1.1" 409 235 0.009745 10.0.0.27 - - [2025-12-25 03:37:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003698 10.0.0.27 - - [2025-12-25 03:37:46] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.030231 10.0.0.27 - - [2025-12-25 03:37:47] "GET /virtual-DNS-record/42e6bf8c-5977-4882-87d4-0e1c35c96725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007187 10.0.0.27 - - [2025-12-25 03:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2025-12-25 03:37:47] "GET /virtual-DNS-record/42e6bf8c-5977-4882-87d4-0e1c35c96725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004720 10.0.0.27 - - [2025-12-25 03:37:53] "DELETE /virtual-DNS-record/42e6bf8c-5977-4882-87d4-0e1c35c96725 HTTP/1.1" 200 115 0.035602 10.0.0.27 - - [2025-12-25 03:37:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.006167 10.0.0.27 - - [2025-12-25 03:37:54] "POST /neutron/network HTTP/1.1" 400 204 0.020004 10.0.0.27 - - [2025-12-25 03:37:54] "POST /neutron/port HTTP/1.1" 200 151 0.201946 10.0.0.27 - - [2025-12-25 03:37:55] "POST /neutron/port HTTP/1.1" 200 151 0.215484 10.0.0.27 - - [2025-12-25 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010087 10.0.0.27 - - [2025-12-25 03:37:56] "DELETE /network-ipam/8925d482-da9f-4b5a-8e94-ab961d004c67 HTTP/1.1" 200 115 0.069222 10.0.0.27 - - [2025-12-25 03:37:56] "DELETE /virtual-DNS/9cf5ec63-73f1-4825-89c5-13c548536385 HTTP/1.1" 200 115 0.048968 10.0.0.27 - - [2025-12-25 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 180 0.006462 10.0.0.23 - - [2025-12-25 03:37:58] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.27 - - [2025-12-25 03:37:58] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050770 10.0.0.23 - - [2025-12-25 03:37:58] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001769 10.0.0.27 - - [2025-12-25 03:37:58] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?fields=virtual_networks HTTP/1.1" 200 1044 0.058172 10.0.0.23 - - [2025-12-25 03:37:58] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.27 - - [2025-12-25 03:37:58] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.048834 10.0.0.23 - - [2025-12-25 03:37:58] "GET /projects?obj_uuids=59ecc51d-1511-490e-a38e-9cf0f47aea8f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.27 - - [2025-12-25 03:37:58] "GET /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f?fields=security_groups HTTP/1.1" 200 1271 0.051964 10.0.0.27 - - [2025-12-25 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.037498 10.0.0.23 - - [2025-12-25 03:37:59] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.23 - - [2025-12-25 03:37:59] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.23 - - [2025-12-25 03:37:59] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007843 10.0.0.23 - - [2025-12-25 03:37:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.002684 10.0.0.23 - - [2025-12-25 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.013178 10.0.0.23 - - [2025-12-25 03:37:59] "POST /security-groups HTTP/1.1" 200 592 0.043496 10.0.0.33 - - [2025-12-25 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.004724 10.0.0.23 - - [2025-12-25 03:37:59] "POST /projects HTTP/1.1" 200 587 0.293483 10.0.0.23 - - [2025-12-25 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.375656 10.0.0.33 - - [2025-12-25 03:38:00] "POST /access-control-lists HTTP/1.1" 200 595 0.042853 10.0.0.27 - - [2025-12-25 03:38:00] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.546115 10.0.0.27 - - [2025-12-25 03:38:01] "GET / HTTP/1.1" 200 35931 0.002085 10.0.0.27 - - [2025-12-25 03:38:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.27 - - [2025-12-25 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.074267 10.0.0.23 - - [2025-12-25 03:38:04] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.27 - - [2025-12-25 03:38:04] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061999 10.0.0.27 - - [2025-12-25 03:38:04] "POST /neutron/network HTTP/1.1" 200 117 0.075325 10.0.0.27 - - [2025-12-25 03:38:05] "POST /neutron/network HTTP/1.1" 200 828 0.014929 10.0.0.27 - - [2025-12-25 03:38:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001618 10.0.0.27 - - [2025-12-25 03:38:05] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006451 10.0.0.27 - - [2025-12-25 03:38:05] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005874 10.0.0.27 - - [2025-12-25 03:38:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.009943 10.0.0.27 - - [2025-12-25 03:38:05] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007964 10.0.0.27 - - [2025-12-25 03:38:06] "GET /obj-perms HTTP/1.1" 200 5032 0.068374 10.0.0.33 - - [2025-12-25 03:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.070199 10.0.0.23 - - [2025-12-25 03:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.061222 10.0.0.27 - - [2025-12-25 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.23 - - [2025-12-25 03:38:07] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.27 - - [2025-12-25 03:38:07] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.035962 10.0.0.33 - - [2025-12-25 03:38:07] "POST /route-targets HTTP/1.1" 200 327 0.054906 10.0.0.23 - - [2025-12-25 03:38:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007963 10.0.0.27 - - [2025-12-25 03:38:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.226452 10.0.0.27 - - [2025-12-25 03:38:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001877 10.0.0.27 - - [2025-12-25 03:38:08] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006158 10.0.0.27 - - [2025-12-25 03:38:08] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005938 10.0.0.27 - - [2025-12-25 03:38:08] "POST /neutron/network HTTP/1.1" 200 828 0.009221 10.0.0.27 - - [2025-12-25 03:38:08] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005969 10.0.0.27 - - [2025-12-25 03:38:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001490 10.0.0.23 - - [2025-12-25 03:38:27] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.27 - - [2025-12-25 03:38:27] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.084306 10.0.0.27 - - [2025-12-25 03:38:27] "POST /neutron/network HTTP/1.1" 200 828 0.052866 10.0.0.27 - - [2025-12-25 03:38:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001390 10.0.0.27 - - [2025-12-25 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.007431 10.0.0.23 - - [2025-12-25 03:38:27] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001562 10.0.0.27 - - [2025-12-25 03:38:28] "POST /neutron/port HTTP/1.1" 200 1062 0.496140 10.0.0.23 - - [2025-12-25 03:38:28] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002376 10.0.0.27 - - [2025-12-25 03:38:28] "POST /neutron/port HTTP/1.1" 200 1116 0.208530 10.0.0.27 - - [2025-12-25 03:38:28] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.174496 10.0.0.27 - - [2025-12-25 03:38:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013886 10.0.0.27 - - [2025-12-25 03:38:29] "POST /neutron/network HTTP/1.1" 200 828 0.009643 10.0.0.27 - - [2025-12-25 03:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.015898 10.0.0.27 - - [2025-12-25 03:38:29] "POST /neutron/network HTTP/1.1" 200 838 0.015970 10.0.0.27 - - [2025-12-25 03:38:30] "POST /neutron/port HTTP/1.1" 200 1062 0.042440 10.0.0.27 - - [2025-12-25 03:38:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006363 10.0.0.27 - - [2025-12-25 03:38:31] "POST /neutron/network HTTP/1.1" 200 828 0.023043 10.0.0.27 - - [2025-12-25 03:38:39] "POST /neutron/port HTTP/1.1" 200 1126 0.034480 10.0.0.27 - - [2025-12-25 03:38:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008812 10.0.0.33 - - [2025-12-25 03:38:46] "DELETE /access-control-list/64d80811-0b55-4b9d-a676-d72496414c5d HTTP/1.1" 200 115 0.040148 10.0.0.23 - - [2025-12-25 03:38:46] "DELETE /project/59ecc51d-1511-490e-a38e-9cf0f47aea8f HTTP/1.1" 404 177 0.004479 10.0.0.23 - - [2025-12-25 03:38:46] "DELETE /project/1026f2171ea64541b8577711c13289a5 HTTP/1.1" 404 173 0.004189 10.0.0.27 - - [2025-12-25 03:38:55] "POST /neutron/port HTTP/1.1" 200 1126 0.021531 10.0.0.27 - - [2025-12-25 03:39:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008981 10.0.0.27 - - [2025-12-25 03:39:05] "POST /neutron/port HTTP/1.1" 200 1126 0.024825 10.0.0.27 - - [2025-12-25 03:39:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008365 10.0.0.27 - - [2025-12-25 03:39:05] "GET /virtual-machine/3a7cae13-ff8a-4638-9d62-242ac93c170d HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2025-12-25 03:39:06] "GET /virtual-machine/3a7cae13-ff8a-4638-9d62-242ac93c170d HTTP/1.1" 200 1293 0.061084 10.0.0.27 - - [2025-12-25 03:39:06] "GET /virtual-machine-interface/3f28065d-7588-4df3-abba-34608caf6f64 HTTP/1.1" 200 2949 0.005635 10.0.0.27 - - [2025-12-25 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2025-12-25 03:39:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004037 10.0.0.27 - - [2025-12-25 03:39:06] "GET /virtual-networks?parent_id=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004860 10.0.0.27 - - [2025-12-25 03:39:06] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006116 10.0.0.27 - - [2025-12-25 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.27 - - [2025-12-25 03:39:09] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007618 10.0.0.27 - - [2025-12-25 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2025-12-25 03:39:13] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005853 10.0.0.27 - - [2025-12-25 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.27 - - [2025-12-25 03:39:17] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007534 10.0.0.27 - - [2025-12-25 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.27 - - [2025-12-25 03:39:21] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006695 10.0.0.27 - - [2025-12-25 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-25 03:39:25] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007122 10.0.0.27 - - [2025-12-25 03:39:28] "POST /neutron/network HTTP/1.1" 200 838 0.008024 10.0.0.27 - - [2025-12-25 03:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.27 - - [2025-12-25 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.27 - - [2025-12-25 03:39:29] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006551 10.0.0.27 - - [2025-12-25 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-12-25 03:39:33] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005006 10.0.0.27 - - [2025-12-25 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-12-25 03:39:38] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005630 10.0.0.33 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000981 10.0.0.23 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.33 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000697 10.0.0.33 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-25 03:39:39] "GET /obj-perms HTTP/1.1" 200 5056 0.125545 10.0.0.23 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2025-12-25 03:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2025-12-25 03:39:41] "POST /neutron/port HTTP/1.1" 200 1126 0.028445 10.0.0.27 - - [2025-12-25 03:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-12-25 03:39:41] "POST /neutron/subnet HTTP/1.1" 200 704 0.009580 10.0.0.27 - - [2025-12-25 03:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000768 10.0.0.27 - - [2025-12-25 03:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-12-25 03:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-12-25 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-12-25 03:39:42] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005385 10.0.0.27 - - [2025-12-25 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2025-12-25 03:39:46] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006412 10.0.0.27 - - [2025-12-25 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-12-25 03:39:50] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006330 10.0.0.27 - - [2025-12-25 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.27 - - [2025-12-25 03:39:54] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006605 10.0.0.27 - - [2025-12-25 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2025-12-25 03:39:58] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006342 10.0.0.27 - - [2025-12-25 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.27 - - [2025-12-25 03:40:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006985 10.0.0.27 - - [2025-12-25 03:40:00] "GET /virtual-networks?parent_id=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004301 10.0.0.27 - - [2025-12-25 03:40:00] "GET /virtual-network/09ef030e-51ff-485c-ada2-6e3bf1dee8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008715 10.0.0.27 - - [2025-12-25 03:40:00] "POST /neutron/port HTTP/1.1" 200 1126 0.039405 10.0.0.27 - - [2025-12-25 03:40:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009556 10.0.0.27 - - [2025-12-25 03:40:15] "POST /neutron/port HTTP/1.1" 200 1126 0.018656 10.0.0.27 - - [2025-12-25 03:40:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009281 10.0.0.27 - - [2025-12-25 03:40:21] "POST /neutron/port HTTP/1.1" 200 1126 0.031355 10.0.0.27 - - [2025-12-25 03:40:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008371 10.0.0.27 - - [2025-12-25 03:40:29] "POST /neutron/network HTTP/1.1" 200 838 0.009548 10.0.0.27 - - [2025-12-25 03:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.001571 10.0.0.27 - - [2025-12-25 03:40:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012327 10.0.0.33 - - [2025-12-25 03:40:40] "GET /obj-perms HTTP/1.1" 200 5056 0.074412 10.0.0.23 - - [2025-12-25 03:40:40] "GET /obj-perms HTTP/1.1" 200 5056 0.063408 10.0.0.27 - - [2025-12-25 03:40:41] "POST /neutron/port HTTP/1.1" 200 1126 0.023443 10.0.0.27 - - [2025-12-25 03:40:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.27 - - [2025-12-25 03:40:42] "POST /neutron/network HTTP/1.1" 200 828 0.008655 10.0.0.27 - - [2025-12-25 03:40:47] "POST /neutron/port HTTP/1.1" 200 1126 0.019275 10.0.0.27 - - [2025-12-25 03:40:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009224 10.0.0.27 - - [2025-12-25 03:40:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019174 10.0.0.27 - - [2025-12-25 03:40:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009147 10.0.0.27 - - [2025-12-25 03:40:58] "GET /virtual-machine/ed5197a6-84a3-411e-bb04-6bc9826b5e51 HTTP/1.1" 200 1294 0.006783 10.0.0.27 - - [2025-12-25 03:40:58] "GET /virtual-machine-interface/fa271d86-217d-4420-b6b1-7bb15bfb1c54 HTTP/1.1" 200 2950 0.006345 10.0.0.27 - - [2025-12-25 03:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2025-12-25 03:40:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010895 10.0.0.27 - - [2025-12-25 03:40:58] "GET /virtual-networks?parent_id=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003666 10.0.0.27 - - [2025-12-25 03:40:58] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006035 10.0.0.27 - - [2025-12-25 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2025-12-25 03:40:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.27 - - [2025-12-25 03:40:59] "GET /virtual-networks?parent_id=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002999 10.0.0.27 - - [2025-12-25 03:40:59] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008088 10.0.0.27 - - [2025-12-25 03:41:04] "POST /neutron/port HTTP/1.1" 200 1126 0.026748 10.0.0.27 - - [2025-12-25 03:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-25 03:41:09] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.042570 10.0.0.27 - - [2025-12-25 03:41:10] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.085633 10.0.0.27 - - [2025-12-25 03:41:10] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006161 10.0.0.27 - - [2025-12-25 03:41:10] "GET /floating-ip-pools?parent_id=bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003522 10.0.0.27 - - [2025-12-25 03:41:10] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008030 10.0.0.27 - - [2025-12-25 03:41:10] "POST /floating-ip-pools HTTP/1.1" 200 598 0.043319 10.0.0.27 - - [2025-12-25 03:41:10] "POST /ref-update HTTP/1.1" 200 156 0.016201 10.0.0.27 - - [2025-12-25 03:41:10] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009938 10.0.0.27 - - [2025-12-25 03:41:10] "GET /virtual-network/bb76e3e2-c55c-4aa0-8e30-e5fca451cb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007441 10.0.0.27 - - [2025-12-25 03:41:10] "POST /neutron/port HTTP/1.1" 200 1126 0.020053 10.0.0.27 - - [2025-12-25 03:41:11] "POST /neutron/floatingip HTTP/1.1" 200 579 0.019903 10.0.0.27 - - [2025-12-25 03:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2025-12-25 03:41:11] "GET /routing-instance/fa5c7a56-8695-4456-9697-08c7f06e75b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006800 10.0.0.27 - - [2025-12-25 03:41:11] "GET /route-target/0bba111c-2000-4b9c-bd5a-701ad212c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004592 10.0.0.27 - - [2025-12-25 03:41:30] "POST /neutron/network HTTP/1.1" 200 838 0.007767 10.0.0.27 - - [2025-12-25 03:41:30] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.27 - - [2025-12-25 03:41:43] "POST /neutron/floatingip HTTP/1.1" 200 531 0.027741 10.0.0.27 - - [2025-12-25 03:41:43] "GET /floating-ip-pool/3ee7b207-f25f-4b12-a2ed-f48e9b8240d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.005850 10.0.0.27 - - [2025-12-25 03:41:43] "POST /ref-update HTTP/1.1" 200 156 0.013764 10.0.0.27 - - [2025-12-25 03:41:43] "DELETE /floating-ip-pool/3ee7b207-f25f-4b12-a2ed-f48e9b8240d8 HTTP/1.1" 200 115 0.030075 10.0.0.27 - - [2025-12-25 03:41:43] "POST /neutron/network HTTP/1.1" 200 828 0.007077 10.0.0.27 - - [2025-12-25 03:41:44] "POST /neutron/port HTTP/1.1" 200 1116 0.018515 10.0.0.27 - - [2025-12-25 03:41:44] "POST /neutron/port HTTP/1.1" 200 1116 0.019667 10.0.0.23 - - [2025-12-25 03:41:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007032 10.0.0.23 - - [2025-12-25 03:41:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003597 10.0.0.27 - - [2025-12-25 03:41:45] "POST /neutron/network HTTP/1.1" 200 151 0.139901 10.0.0.33 - - [2025-12-25 03:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-25 03:41:47] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.27 - - [2025-12-25 03:41:47] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074698 10.0.0.23 - - [2025-12-25 03:41:47] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.27 - - [2025-12-25 03:41:47] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?fields=virtual_networks HTTP/1.1" 200 1044 0.039606 10.0.0.23 - - [2025-12-25 03:41:47] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.27 - - [2025-12-25 03:41:48] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.047477 10.0.0.23 - - [2025-12-25 03:41:48] "GET /projects?obj_uuids=1026f217-1ea6-4541-b857-7711c13289a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.27 - - [2025-12-25 03:41:48] "GET /project/1026f217-1ea6-4541-b857-7711c13289a5?fields=security_groups HTTP/1.1" 200 1271 0.044891 10.0.0.27 - - [2025-12-25 03:41:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.035761 10.0.0.23 - - [2025-12-25 03:41:49] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003553 10.0.0.23 - - [2025-12-25 03:41:49] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.23 - - [2025-12-25 03:41:49] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049941 10.0.0.23 - - [2025-12-25 03:41:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.003760 10.0.0.23 - - [2025-12-25 03:41:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.004602 10.0.0.23 - - [2025-12-25 03:41:49] "POST /security-groups HTTP/1.1" 200 591 0.083765 10.0.0.23 - - [2025-12-25 03:41:49] "POST /projects HTTP/1.1" 200 585 0.307697 10.0.0.23 - - [2025-12-25 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.343172 10.0.0.33 - - [2025-12-25 03:41:49] "POST /access-control-lists HTTP/1.1" 200 596 0.033106 10.0.0.27 - - [2025-12-25 03:41:49] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.533309 10.0.0.27 - - [2025-12-25 03:41:51] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.27 - - [2025-12-25 03:41:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-25 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.083368 10.0.0.23 - - [2025-12-25 03:41:53] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.27 - - [2025-12-25 03:41:53] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049174 10.0.0.27 - - [2025-12-25 03:41:53] "POST /neutron/network HTTP/1.1" 200 117 0.042623 10.0.0.33 - - [2025-12-25 03:41:53] "POST /route-targets HTTP/1.1" 200 327 0.017437 10.0.0.27 - - [2025-12-25 03:41:53] "POST /neutron/network HTTP/1.1" 200 839 0.010393 10.0.0.27 - - [2025-12-25 03:41:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001504 10.0.0.27 - - [2025-12-25 03:41:54] "GET /virtual-network/8b1d1cb8-f16b-4db2-9509-78ccfa796dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005752 10.0.0.27 - - [2025-12-25 03:41:54] "GET /virtual-network/8b1d1cb8-f16b-4db2-9509-78ccfa796dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006905 10.0.0.27 - - [2025-12-25 03:41:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.011507 10.0.0.27 - - [2025-12-25 03:41:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001552 10.0.0.23 - - [2025-12-25 03:41:55] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.27 - - [2025-12-25 03:41:55] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.081900 10.0.0.27 - - [2025-12-25 03:41:55] "POST /neutron/network HTTP/1.1" 200 839 0.007451 10.0.0.27 - - [2025-12-25 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006906 10.0.0.27 - - [2025-12-25 03:41:55] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004863 10.0.0.27 - - [2025-12-25 03:41:55] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.018093 10.0.0.27 - - [2025-12-25 03:41:55] "POST /neutron/port HTTP/1.1" 200 117 0.006961 10.0.0.27 - - [2025-12-25 03:41:56] "POST /neutron/port HTTP/1.1" 200 1055 0.018831 10.0.0.27 - - [2025-12-25 03:41:56] "POST /neutron/port HTTP/1.1" 200 1119 0.024942 10.0.0.27 - - [2025-12-25 03:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.27 - - [2025-12-25 03:42:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010451 10.0.0.27 - - [2025-12-25 03:42:01] "POST /neutron/port HTTP/1.1" 200 1119 0.024780 10.0.0.27 - - [2025-12-25 03:42:01] "GET /virtual-machine/19e8f8f2-a7ae-4876-b965-5b0bb3077278 HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-12-25 03:42:01] "GET /virtual-machine/19e8f8f2-a7ae-4876-b965-5b0bb3077278 HTTP/1.1" 200 1292 0.057531 10.0.0.27 - - [2025-12-25 03:42:01] "GET /virtual-machine-interface/0114ed9b-7e02-4e71-a093-e3384774e227 HTTP/1.1" 200 2969 0.005834 10.0.0.27 - - [2025-12-25 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2025-12-25 03:42:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005499 10.0.0.27 - - [2025-12-25 03:42:01] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003183 10.0.0.27 - - [2025-12-25 03:42:01] "GET /virtual-network/8b1d1cb8-f16b-4db2-9509-78ccfa796dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007465 10.0.0.27 - - [2025-12-25 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2025-12-25 03:42:04] "GET /virtual-network/8b1d1cb8-f16b-4db2-9509-78ccfa796dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005551 10.0.0.27 - - [2025-12-25 03:42:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.037718 10.0.0.27 - - [2025-12-25 03:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2025-12-25 03:42:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004262 10.0.0.27 - - [2025-12-25 03:42:07] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003362 10.0.0.27 - - [2025-12-25 03:42:07] "GET /virtual-network/8b1d1cb8-f16b-4db2-9509-78ccfa796dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005539 10.0.0.27 - - [2025-12-25 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2025-12-25 03:42:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005054 10.0.0.27 - - [2025-12-25 03:42:14] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.012973 10.0.0.27 - - [2025-12-25 03:42:14] "POST /neutron/network HTTP/1.1" 200 839 0.007144 10.0.0.27 - - [2025-12-25 03:42:15] "POST /neutron/port HTTP/1.1" 200 1109 0.021920 10.0.0.23 - - [2025-12-25 03:42:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011906 10.0.0.23 - - [2025-12-25 03:42:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004963 10.0.0.27 - - [2025-12-25 03:42:16] "POST /neutron/network HTTP/1.1" 200 151 0.159333 10.0.0.33 - - [2025-12-25 03:42:16] "DELETE /route-target/dc6256e2-ddd5-4607-aac1-0fbd2763e520 HTTP/1.1" 200 115 0.029465 10.0.0.27 - - [2025-12-25 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.23 - - [2025-12-25 03:42:19] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.27 - - [2025-12-25 03:42:20] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048072 10.0.0.23 - - [2025-12-25 03:42:20] "POST /useragent-kv HTTP/1.1" 200 115 0.019023 10.0.0.27 - - [2025-12-25 03:42:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.281637 10.0.0.27 - - [2025-12-25 03:42:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001449 10.0.0.27 - - [2025-12-25 03:42:20] "GET /virtual-network/19f9e452-30ec-4be7-854e-dd841f476da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006141 10.0.0.27 - - [2025-12-25 03:42:20] "GET /virtual-network/19f9e452-30ec-4be7-854e-dd841f476da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005817 10.0.0.27 - - [2025-12-25 03:42:20] "POST /neutron/network HTTP/1.1" 200 825 0.008096 10.0.0.27 - - [2025-12-25 03:42:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001261 10.0.0.23 - - [2025-12-25 03:42:21] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001689 10.0.0.27 - - [2025-12-25 03:42:21] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.073943 10.0.0.27 - - [2025-12-25 03:42:21] "POST /neutron/network HTTP/1.1" 200 825 0.008662 10.0.0.27 - - [2025-12-25 03:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.006986 10.0.0.27 - - [2025-12-25 03:42:22] "POST /neutron/port HTTP/1.1" 200 1061 0.020469 10.0.0.27 - - [2025-12-25 03:42:22] "POST /neutron/port HTTP/1.1" 200 1125 0.019240 10.0.0.27 - - [2025-12-25 03:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.001512 10.0.0.27 - - [2025-12-25 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008816 10.0.0.27 - - [2025-12-25 03:42:27] "POST /neutron/port HTTP/1.1" 200 1125 0.024988 10.0.0.27 - - [2025-12-25 03:42:27] "GET /virtual-machine/0e891c3b-6f00-4d0c-bb93-4d75f72563d1 HTTP/1.1" 200 1292 0.006256 10.0.0.27 - - [2025-12-25 03:42:27] "GET /virtual-machine-interface/be033acf-29d7-4470-b1b1-1cd8edcb096a HTTP/1.1" 200 2942 0.006447 10.0.0.27 - - [2025-12-25 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-25 03:42:27] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.27 - - [2025-12-25 03:42:27] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003813 10.0.0.27 - - [2025-12-25 03:42:27] "GET /virtual-network/19f9e452-30ec-4be7-854e-dd841f476da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006501 10.0.0.27 - - [2025-12-25 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2025-12-25 03:42:30] "GET /virtual-network/19f9e452-30ec-4be7-854e-dd841f476da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006474 10.0.0.27 - - [2025-12-25 03:42:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007053 10.0.0.33 - - [2025-12-25 03:42:33] "DELETE /access-control-list/07d5a09e-c679-4972-807b-24648053d02f HTTP/1.1" 200 115 0.046907 10.0.0.27 - - [2025-12-25 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.27 - - [2025-12-25 03:42:34] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006289 10.0.0.27 - - [2025-12-25 03:42:34] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003461 10.0.0.27 - - [2025-12-25 03:42:34] "GET /virtual-network/19f9e452-30ec-4be7-854e-dd841f476da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008529 10.0.0.27 - - [2025-12-25 03:42:37] "POST /neutron/port HTTP/1.1" 200 1125 0.020955 10.0.0.27 - - [2025-12-25 03:42:39] "POST /neutron/network HTTP/1.1" 200 825 0.006870 10.0.0.33 - - [2025-12-25 03:42:39] "DELETE /route-target/d2689fe2-4bf6-478d-8205-14de9339d7a2 HTTP/1.1" 200 115 0.029520 10.0.0.27 - - [2025-12-25 03:42:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003542 10.0.0.27 - - [2025-12-25 03:42:41] "POST /network-ipams HTTP/1.1" 200 541 0.031630 10.0.0.27 - - [2025-12-25 03:42:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004640 10.0.0.27 - - [2025-12-25 03:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008447 10.0.0.27 - - [2025-12-25 03:42:41] "GET /network-ipam/4cdb6289-fe6a-4f04-9542-8e37cbbd31b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.007750 10.0.0.27 - - [2025-12-25 03:42:42] "PUT /network-ipam/4cdb6289-fe6a-4f04-9542-8e37cbbd31b2 HTTP/1.1" 200 258 0.016848 10.0.0.27 - - [2025-12-25 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2025-12-25 03:42:42] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.27 - - [2025-12-25 03:42:42] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047091 10.0.0.23 - - [2025-12-25 03:42:42] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.27 - - [2025-12-25 03:42:42] "POST /neutron/network HTTP/1.1" 200 605 0.156159 10.0.0.27 - - [2025-12-25 03:42:42] "POST /neutron/network HTTP/1.1" 200 994 0.011715 10.0.0.27 - - [2025-12-25 03:42:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001149 10.0.0.27 - - [2025-12-25 03:42:42] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005318 10.0.0.27 - - [2025-12-25 03:42:43] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006069 10.0.0.27 - - [2025-12-25 03:42:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009927 10.0.0.27 - - [2025-12-25 03:42:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.015337 10.0.0.23 - - [2025-12-25 03:42:43] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.27 - - [2025-12-25 03:42:43] "POST /neutron/port HTTP/1.1" 200 1017 0.272745 10.0.0.27 - - [2025-12-25 03:42:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001342 10.0.0.27 - - [2025-12-25 03:42:44] "POST /neutron/network HTTP/1.1" 200 994 0.010796 10.0.0.27 - - [2025-12-25 03:42:44] "POST /neutron/port HTTP/1.1" 200 1017 0.022287 10.0.0.27 - - [2025-12-25 03:42:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001492 10.0.0.27 - - [2025-12-25 03:42:44] "POST /neutron/port HTTP/1.1" 200 1017 0.017404 10.0.0.27 - - [2025-12-25 03:42:44] "POST /neutron/port HTTP/1.1" 200 1017 0.013175 10.0.0.27 - - [2025-12-25 03:42:44] "POST /neutron/port HTTP/1.1" 200 117 0.006120 10.0.0.27 - - [2025-12-25 03:42:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001563 10.0.0.27 - - [2025-12-25 03:42:45] "POST /neutron/port HTTP/1.1" 200 117 0.010785 10.0.0.27 - - [2025-12-25 03:42:45] "POST /neutron/port HTTP/1.1" 200 1109 0.191565 10.0.0.27 - - [2025-12-25 03:42:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004257 10.0.0.27 - - [2025-12-25 03:42:45] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.27 - - [2025-12-25 03:42:45] "POST /neutron/port HTTP/1.1" 200 1017 0.047658 10.0.0.27 - - [2025-12-25 03:42:46] "POST /neutron/port HTTP/1.1" 200 1119 0.025120 10.0.0.27 - - [2025-12-25 03:42:46] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.23 - - [2025-12-25 03:42:46] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.27 - - [2025-12-25 03:42:46] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.090620 10.0.0.27 - - [2025-12-25 03:42:46] "POST /neutron/port HTTP/1.1" 200 2086 0.029436 10.0.0.23 - - [2025-12-25 03:42:46] "DELETE /project/1026f217-1ea6-4541-b857-7711c13289a5 HTTP/1.1" 404 177 0.005008 10.0.0.23 - - [2025-12-25 03:42:46] "DELETE /project/58bdbccf1f81409fba4d29ff2c96c476 HTTP/1.1" 404 173 0.004380 10.0.0.27 - - [2025-12-25 03:42:47] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006391 10.0.0.27 - - [2025-12-25 03:42:47] "POST /neutron/network HTTP/1.1" 200 1004 0.007979 10.0.0.27 - - [2025-12-25 03:42:47] "POST /neutron/port HTTP/1.1" 200 1055 0.020294 10.0.0.27 - - [2025-12-25 03:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.111789 10.0.0.27 - - [2025-12-25 03:42:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004654 10.0.0.27 - - [2025-12-25 03:42:48] "POST /neutron/network HTTP/1.1" 200 994 0.010251 10.0.0.27 - - [2025-12-25 03:42:49] "POST /neutron/port HTTP/1.1" 200 1119 0.018164 10.0.0.27 - - [2025-12-25 03:42:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009050 10.0.0.27 - - [2025-12-25 03:42:49] "GET /virtual-machine/89673249-1edb-4353-a495-4e3ca664bddc HTTP/1.1" 200 1288 0.006453 10.0.0.27 - - [2025-12-25 03:42:49] "GET /virtual-machine-interface/ffe9ec7b-dab9-4e3b-af1b-6b6dc9379af4 HTTP/1.1" 200 2942 0.005644 10.0.0.27 - - [2025-12-25 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2025-12-25 03:42:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.27 - - [2025-12-25 03:42:49] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002924 10.0.0.27 - - [2025-12-25 03:42:49] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006276 10.0.0.27 - - [2025-12-25 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.27 - - [2025-12-25 03:42:52] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006045 10.0.0.27 - - [2025-12-25 03:42:56] "POST /neutron/port HTTP/1.1" 200 1119 0.021244 10.0.0.27 - - [2025-12-25 03:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.27 - - [2025-12-25 03:42:56] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009220 10.0.0.27 - - [2025-12-25 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.27 - - [2025-12-25 03:42:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005141 10.0.0.27 - - [2025-12-25 03:42:58] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003613 10.0.0.27 - - [2025-12-25 03:42:58] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006787 10.0.0.27 - - [2025-12-25 03:42:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014371 10.0.0.27 - - [2025-12-25 03:43:04] "POST /neutron/port HTTP/1.1" 200 1119 0.023269 10.0.0.27 - - [2025-12-25 03:43:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009181 10.0.0.27 - - [2025-12-25 03:43:04] "GET /virtual-machine/9d565086-1df8-4b15-bb54-f75de4da392b HTTP/1.1" 200 1289 0.013449 10.0.0.27 - - [2025-12-25 03:43:04] "GET /virtual-machine-interface/3495d5bf-03c0-47d8-83b2-6639da5e09b3 HTTP/1.1" 200 2940 0.005519 10.0.0.27 - - [2025-12-25 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2025-12-25 03:43:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.27 - - [2025-12-25 03:43:04] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004118 10.0.0.27 - - [2025-12-25 03:43:04] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007602 10.0.0.27 - - [2025-12-25 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.27 - - [2025-12-25 03:43:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004265 10.0.0.27 - - [2025-12-25 03:43:05] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005640 10.0.0.27 - - [2025-12-25 03:43:05] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007735 10.0.0.27 - - [2025-12-25 03:43:06] "POST /neutron/port HTTP/1.1" 200 1119 0.024545 10.0.0.27 - - [2025-12-25 03:43:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009141 10.0.0.27 - - [2025-12-25 03:43:06] "GET /virtual-machine/0c8dd06a-eb98-44d5-8349-533f4375bd17 HTTP/1.1" 200 1290 0.006022 10.0.0.27 - - [2025-12-25 03:43:06] "GET /virtual-machine-interface/16d9712e-53bc-4957-8bdd-cd61499b6b42 HTTP/1.1" 200 2941 0.006077 10.0.0.27 - - [2025-12-25 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2025-12-25 03:43:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.27 - - [2025-12-25 03:43:06] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003195 10.0.0.27 - - [2025-12-25 03:43:06] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006812 10.0.0.27 - - [2025-12-25 03:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2025-12-25 03:43:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005880 10.0.0.27 - - [2025-12-25 03:43:07] "GET /virtual-networks?parent_id=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003163 10.0.0.27 - - [2025-12-25 03:43:07] "GET /virtual-network/9cf4d490-7fcb-4c23-9f9f-a0aadd08488e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009315 10.0.0.27 - - [2025-12-25 03:43:23] "POST /neutron/port HTTP/1.1" 200 1109 0.016514 10.0.0.27 - - [2025-12-25 03:43:24] "POST /neutron/port HTTP/1.1" 200 1109 0.020670 10.0.0.27 - - [2025-12-25 03:43:24] "POST /neutron/port HTTP/1.1" 200 1119 0.021389 10.0.0.27 - - [2025-12-25 03:43:24] "POST /neutron/port HTTP/1.1" 200 117 0.013401 10.0.0.23 - - [2025-12-25 03:43:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003132 10.0.0.23 - - [2025-12-25 03:43:24] "POST /useragent-kv HTTP/1.1" 200 115 0.010930 10.0.0.23 - - [2025-12-25 03:43:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003569 10.0.0.23 - - [2025-12-25 03:43:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.27 - - [2025-12-25 03:43:24] "POST /neutron/network HTTP/1.1" 200 151 0.205477 10.0.0.33 - - [2025-12-25 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.132197 10.0.0.27 - - [2025-12-25 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.27 - - [2025-12-25 03:43:25] "DELETE /network-ipam/4cdb6289-fe6a-4f04-9542-8e37cbbd31b2 HTTP/1.1" 200 115 0.041188 10.0.0.27 - - [2025-12-25 03:43:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.005210 10.0.0.23 - - [2025-12-25 03:43:26] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002000 10.0.0.27 - - [2025-12-25 03:43:26] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048213 10.0.0.23 - - [2025-12-25 03:43:26] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.27 - - [2025-12-25 03:43:26] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?fields=virtual_networks HTTP/1.1" 200 1042 0.043205 10.0.0.23 - - [2025-12-25 03:43:26] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.27 - - [2025-12-25 03:43:26] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.041021 10.0.0.23 - - [2025-12-25 03:43:26] "GET /projects?obj_uuids=58bdbccf-1f81-409f-ba4d-29ff2c96c476&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.27 - - [2025-12-25 03:43:26] "GET /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476?fields=security_groups HTTP/1.1" 200 1268 0.063291 10.0.0.27 - - [2025-12-25 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.036947 10.0.0.23 - - [2025-12-25 03:43:28] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003961 10.0.0.23 - - [2025-12-25 03:43:28] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.23 - - [2025-12-25 03:43:28] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008729 10.0.0.23 - - [2025-12-25 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.001602 10.0.0.23 - - [2025-12-25 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.005380 10.0.0.23 - - [2025-12-25 03:43:28] "POST /security-groups HTTP/1.1" 200 599 0.041352 10.0.0.23 - - [2025-12-25 03:43:28] "POST /projects HTTP/1.1" 200 601 0.284136 10.0.0.23 - - [2025-12-25 03:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.321491 10.0.0.33 - - [2025-12-25 03:43:28] "POST /access-control-lists HTTP/1.1" 200 604 0.031655 10.0.0.27 - - [2025-12-25 03:43:28] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.509947 10.0.0.27 - - [2025-12-25 03:43:30] "GET / HTTP/1.1" 200 35931 0.002139 10.0.0.27 - - [2025-12-25 03:43:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.27 - - [2025-12-25 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.091391 10.0.0.23 - - [2025-12-25 03:43:32] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.27 - - [2025-12-25 03:43:32] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056137 10.0.0.27 - - [2025-12-25 03:43:32] "POST /neutron/network HTTP/1.1" 200 117 0.044109 10.0.0.33 - - [2025-12-25 03:43:32] "POST /route-targets HTTP/1.1" 200 327 0.016757 10.0.0.33 - - [2025-12-25 03:43:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.093697 10.0.0.23 - - [2025-12-25 03:43:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010156 10.0.0.27 - - [2025-12-25 03:43:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.244008 10.0.0.27 - - [2025-12-25 03:43:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001345 10.0.0.27 - - [2025-12-25 03:43:33] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005980 10.0.0.27 - - [2025-12-25 03:43:33] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006101 10.0.0.27 - - [2025-12-25 03:43:33] "POST /neutron/network HTTP/1.1" 200 1004 0.009749 10.0.0.27 - - [2025-12-25 03:43:34] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008500 10.0.0.33 - - [2025-12-25 03:43:34] "DELETE /access-control-list/d4f9f8c1-58ef-4c7b-83b6-30957c428c0b HTTP/1.1" 200 115 0.059159 10.0.0.33 - - [2025-12-25 03:43:35] "GET /obj-perms HTTP/1.1" 200 5046 0.081456 10.0.0.23 - - [2025-12-25 03:43:35] "GET /obj-perms HTTP/1.1" 200 5046 0.060279 10.0.0.27 - - [2025-12-25 03:43:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001363 10.0.0.27 - - [2025-12-25 03:43:36] "POST /neutron/network HTTP/1.1" 200 1014 0.008292 10.0.0.23 - - [2025-12-25 03:43:37] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.27 - - [2025-12-25 03:43:37] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.079467 10.0.0.27 - - [2025-12-25 03:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.007260 10.0.0.27 - - [2025-12-25 03:43:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001187 10.0.0.27 - - [2025-12-25 03:43:37] "POST /neutron/network HTTP/1.1" 200 1014 0.007373 10.0.0.27 - - [2025-12-25 03:43:38] "POST /neutron/port HTTP/1.1" 200 1173 0.026147 10.0.0.23 - - [2025-12-25 03:43:38] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.27 - - [2025-12-25 03:43:38] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.102043 10.0.0.27 - - [2025-12-25 03:43:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005559 10.0.0.27 - - [2025-12-25 03:43:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015479 10.0.0.27 - - [2025-12-25 03:43:38] "POST /neutron/network HTTP/1.1" 200 1004 0.018043 10.0.0.27 - - [2025-12-25 03:43:39] "POST /neutron/port HTTP/1.1" 200 117 0.008325 10.0.0.27 - - [2025-12-25 03:43:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001650 10.0.0.27 - - [2025-12-25 03:43:39] "POST /neutron/network HTTP/1.1" 200 1014 0.008217 10.0.0.27 - - [2025-12-25 03:43:39] "POST /neutron/port HTTP/1.1" 200 1173 0.024532 10.0.0.27 - - [2025-12-25 03:43:40] "POST /neutron/port HTTP/1.1" 200 1237 0.021676 10.0.0.27 - - [2025-12-25 03:43:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015662 10.0.0.27 - - [2025-12-25 03:43:40] "POST /neutron/network HTTP/1.1" 200 1004 0.011010 10.0.0.23 - - [2025-12-25 03:43:40] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.27 - - [2025-12-25 03:43:40] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.093244 10.0.0.27 - - [2025-12-25 03:43:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009652 10.0.0.27 - - [2025-12-25 03:43:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001468 10.0.0.27 - - [2025-12-25 03:43:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009234 10.0.0.23 - - [2025-12-25 03:43:41] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.27 - - [2025-12-25 03:43:41] "POST /neutron/port HTTP/1.1" 200 1173 0.424874 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/port HTTP/1.1" 200 1227 0.131712 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005024 10.0.0.23 - - [2025-12-25 03:43:42] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.27 - - [2025-12-25 03:43:42] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.092421 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/network HTTP/1.1" 200 1004 0.044114 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/port HTTP/1.1" 200 3403 0.042450 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/port HTTP/1.1" 200 1237 0.024611 10.0.0.27 - - [2025-12-25 03:43:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009631 10.0.0.27 - - [2025-12-25 03:43:43] "GET /virtual-machine/cf15437c-6b43-49e3-b0ba-b86721968c20 HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-25 03:43:43] "POST /neutron/network HTTP/1.1" 200 1014 0.008124 10.0.0.27 - - [2025-12-25 03:43:43] "GET /virtual-machine/cf15437c-6b43-49e3-b0ba-b86721968c20 HTTP/1.1" 200 1301 0.061364 10.0.0.27 - - [2025-12-25 03:43:43] "POST /neutron/port HTTP/1.1" 200 1173 0.028508 10.0.0.27 - - [2025-12-25 03:43:43] "GET /virtual-machine-interface/57ce5b76-4986-4637-ae53-84ae0e364f29 HTTP/1.1" 200 3175 0.006509 10.0.0.27 - - [2025-12-25 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012784 10.0.0.27 - - [2025-12-25 03:43:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005533 10.0.0.27 - - [2025-12-25 03:43:43] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003640 10.0.0.27 - - [2025-12-25 03:43:43] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.012638 10.0.0.27 - - [2025-12-25 03:43:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.27 - - [2025-12-25 03:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.27 - - [2025-12-25 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.27 - - [2025-12-25 03:43:47] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006684 10.0.0.23 - - [2025-12-25 03:43:47] "DELETE /project/58bdbccf-1f81-409f-ba4d-29ff2c96c476 HTTP/1.1" 404 177 0.003153 10.0.0.23 - - [2025-12-25 03:43:47] "DELETE /project/b40917bb65f8452ba4840b9eafde1289 HTTP/1.1" 404 173 0.005318 10.0.0.27 - - [2025-12-25 03:43:48] "POST /neutron/port HTTP/1.1" 200 1237 0.020648 10.0.0.27 - - [2025-12-25 03:43:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.27 - - [2025-12-25 03:43:48] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2025-12-25 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.27 - - [2025-12-25 03:43:51] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006271 10.0.0.27 - - [2025-12-25 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2025-12-25 03:43:55] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005427 10.0.0.27 - - [2025-12-25 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.27 - - [2025-12-25 03:43:59] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006501 10.0.0.27 - - [2025-12-25 03:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009755 10.0.0.27 - - [2025-12-25 03:44:03] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006185 10.0.0.27 - - [2025-12-25 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-12-25 03:44:07] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005457 10.0.0.27 - - [2025-12-25 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2025-12-25 03:44:11] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006168 10.0.0.27 - - [2025-12-25 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.27 - - [2025-12-25 03:44:15] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.009292 10.0.0.27 - - [2025-12-25 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.27 - - [2025-12-25 03:44:19] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005782 10.0.0.27 - - [2025-12-25 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010118 10.0.0.27 - - [2025-12-25 03:44:23] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008518 10.0.0.27 - - [2025-12-25 03:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-12-25 03:44:28] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007864 10.0.0.27 - - [2025-12-25 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2025-12-25 03:44:32] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005874 10.0.0.27 - - [2025-12-25 03:44:34] "POST /neutron/port HTTP/1.1" 200 1237 0.021219 10.0.0.27 - - [2025-12-25 03:44:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.27 - - [2025-12-25 03:44:34] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.27 - - [2025-12-25 03:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-12-25 03:44:36] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006253 10.0.0.27 - - [2025-12-25 03:44:38] "POST /neutron/port HTTP/1.1" 200 1237 0.020202 10.0.0.33 - - [2025-12-25 03:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2025-12-25 03:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.33 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-25 03:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.27 - - [2025-12-25 03:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2025-12-25 03:44:40] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006247 10.0.0.27 - - [2025-12-25 03:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-25 03:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-12-25 03:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-25 03:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-12-25 03:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.27 - - [2025-12-25 03:44:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.27 - - [2025-12-25 03:44:42] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003083 10.0.0.27 - - [2025-12-25 03:44:42] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007230 10.0.0.27 - - [2025-12-25 03:44:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007315 10.0.0.27 - - [2025-12-25 03:44:47] "POST /neutron/port HTTP/1.1" 200 1237 0.020265 10.0.0.27 - - [2025-12-25 03:44:49] "POST /neutron/port HTTP/1.1" 200 1237 0.019382 10.0.0.27 - - [2025-12-25 03:44:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004298 10.0.0.27 - - [2025-12-25 03:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.002624 10.0.0.27 - - [2025-12-25 03:44:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009150 10.0.0.27 - - [2025-12-25 03:44:58] "POST /neutron/port HTTP/1.1" 200 1237 0.021650 10.0.0.27 - - [2025-12-25 03:44:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007805 10.0.0.27 - - [2025-12-25 03:45:08] "POST /neutron/port HTTP/1.1" 200 1237 0.019606 10.0.0.27 - - [2025-12-25 03:45:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007562 10.0.0.27 - - [2025-12-25 03:45:08] "GET /virtual-machine/441dceef-91b9-4f99-83cc-8b49842523b6 HTTP/1.1" 200 1299 0.006970 10.0.0.27 - - [2025-12-25 03:45:08] "GET /virtual-machine-interface/35a61cb4-376d-48aa-90eb-59e6046c5da2 HTTP/1.1" 200 3175 0.004987 10.0.0.27 - - [2025-12-25 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2025-12-25 03:45:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004522 10.0.0.27 - - [2025-12-25 03:45:08] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002778 10.0.0.27 - - [2025-12-25 03:45:08] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006177 10.0.0.27 - - [2025-12-25 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.27 - - [2025-12-25 03:45:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.27 - - [2025-12-25 03:45:10] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003247 10.0.0.27 - - [2025-12-25 03:45:10] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007331 10.0.0.27 - - [2025-12-25 03:45:10] "POST /neutron/port HTTP/1.1" 200 1237 0.019997 10.0.0.27 - - [2025-12-25 03:45:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008081 10.0.0.27 - - [2025-12-25 03:45:15] "POST /neutron/port HTTP/1.1" 200 1237 0.031510 10.0.0.27 - - [2025-12-25 03:45:15] "GET /virtual-machine/20055fca-5971-427a-b005-840540da4bff HTTP/1.1" 200 1300 0.008213 10.0.0.27 - - [2025-12-25 03:45:15] "GET /virtual-machine-interface/3a2706e0-9cb1-486e-b1e8-8973329b17be HTTP/1.1" 200 3175 0.007251 10.0.0.27 - - [2025-12-25 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-12-25 03:45:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.27 - - [2025-12-25 03:45:15] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004960 10.0.0.27 - - [2025-12-25 03:45:15] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005932 10.0.0.27 - - [2025-12-25 03:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.27 - - [2025-12-25 03:45:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.27 - - [2025-12-25 03:45:16] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003207 10.0.0.27 - - [2025-12-25 03:45:17] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008188 10.0.0.27 - - [2025-12-25 03:45:34] "POST /neutron/port HTTP/1.1" 200 1237 0.025732 10.0.0.27 - - [2025-12-25 03:45:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004217 10.0.0.27 - - [2025-12-25 03:45:34] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.23 - - [2025-12-25 03:45:36] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.27 - - [2025-12-25 03:45:36] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044088 10.0.0.27 - - [2025-12-25 03:45:36] "POST /fqname-to-id HTTP/1.1" 404 226 0.005471 10.0.0.27 - - [2025-12-25 03:45:36] "POST /interface-route-tables HTTP/1.1" 200 575 0.052532 10.0.0.27 - - [2025-12-25 03:45:36] "GET /interface-route-table/91c786f9-8a26-492b-baff-1b697c30f3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006932 10.0.0.27 - - [2025-12-25 03:45:36] "GET /virtual-machine-interface/57ce5b76-4986-4637-ae53-84ae0e364f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006252 10.0.0.27 - - [2025-12-25 03:45:36] "POST /ref-update HTTP/1.1" 200 156 0.017790 10.0.0.27 - - [2025-12-25 03:45:46] "GET /obj-perms HTTP/1.1" 200 5056 0.069750 10.0.0.27 - - [2025-12-25 03:45:50] "POST /neutron/port HTTP/1.1" 200 1237 0.025859 10.0.0.27 - - [2025-12-25 03:45:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004985 10.0.0.27 - - [2025-12-25 03:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.23 - - [2025-12-25 03:46:25] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.052144 10.0.0.27 - - [2025-12-25 03:46:25] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.114109 10.0.0.27 - - [2025-12-25 03:46:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.003118 10.0.0.27 - - [2025-12-25 03:46:25] "POST /interface-route-tables HTTP/1.1" 200 575 0.033353 10.0.0.27 - - [2025-12-25 03:46:25] "GET /interface-route-table/b9a323b1-d4e0-4343-8982-44bf322d4e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006162 10.0.0.27 - - [2025-12-25 03:46:25] "GET /virtual-machine-interface/35a61cb4-376d-48aa-90eb-59e6046c5da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006379 10.0.0.27 - - [2025-12-25 03:46:25] "POST /ref-update HTTP/1.1" 200 156 0.019074 10.0.0.27 - - [2025-12-25 03:46:27] "GET /virtual-machine-interface/3a2706e0-9cb1-486e-b1e8-8973329b17be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006145 10.0.0.27 - - [2025-12-25 03:46:27] "PUT /virtual-machine-interface/3a2706e0-9cb1-486e-b1e8-8973329b17be HTTP/1.1" 200 284 0.015836 10.0.0.27 - - [2025-12-25 03:46:27] "GET /virtual-machine-interface/57ce5b76-4986-4637-ae53-84ae0e364f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.006447 10.0.0.27 - - [2025-12-25 03:46:27] "PUT /virtual-machine-interface/57ce5b76-4986-4637-ae53-84ae0e364f29 HTTP/1.1" 200 284 0.021321 10.0.0.27 - - [2025-12-25 03:46:27] "GET /virtual-machine-interface/35a61cb4-376d-48aa-90eb-59e6046c5da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.010258 10.0.0.27 - - [2025-12-25 03:46:27] "PUT /virtual-machine-interface/35a61cb4-376d-48aa-90eb-59e6046c5da2 HTTP/1.1" 200 284 0.014673 10.0.0.27 - - [2025-12-25 03:46:35] "POST /neutron/port HTTP/1.1" 200 1237 0.020752 10.0.0.27 - - [2025-12-25 03:46:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004937 10.0.0.27 - - [2025-12-25 03:46:36] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.33 - - [2025-12-25 03:46:46] "GET /obj-perms HTTP/1.1" 200 5056 0.067442 10.0.0.23 - - [2025-12-25 03:46:46] "GET /obj-perms HTTP/1.1" 200 5056 0.091111 10.0.0.27 - - [2025-12-25 03:46:51] "POST /neutron/port HTTP/1.1" 200 1237 0.022925 10.0.0.27 - - [2025-12-25 03:46:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005261 10.0.0.27 - - [2025-12-25 03:46:51] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.27 - - [2025-12-25 03:47:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009668 10.0.0.27 - - [2025-12-25 03:47:31] "POST /neutron/port HTTP/1.1" 200 1237 0.019035 10.0.0.27 - - [2025-12-25 03:47:31] "GET /virtual-machine/05190652-de07-4e56-afa2-e5dfff6bce51 HTTP/1.1" 200 1299 0.007067 10.0.0.27 - - [2025-12-25 03:47:31] "GET /virtual-machine-interface/3f39b7e6-d02f-4e1f-89c1-3473714cc703 HTTP/1.1" 200 3174 0.006159 10.0.0.27 - - [2025-12-25 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.27 - - [2025-12-25 03:47:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006511 10.0.0.27 - - [2025-12-25 03:47:31] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003782 10.0.0.27 - - [2025-12-25 03:47:31] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005874 10.0.0.27 - - [2025-12-25 03:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.27 - - [2025-12-25 03:47:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004376 10.0.0.27 - - [2025-12-25 03:47:32] "GET /virtual-networks?parent_id=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003412 10.0.0.27 - - [2025-12-25 03:47:32] "GET /virtual-network/72aea4a7-8ec3-4a6d-bbb8-7ea3bc87563a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007285 10.0.0.27 - - [2025-12-25 03:47:32] "GET /virtual-machine-interface/3f39b7e6-d02f-4e1f-89c1-3473714cc703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006334 10.0.0.27 - - [2025-12-25 03:47:32] "PUT /virtual-machine-interface/3f39b7e6-d02f-4e1f-89c1-3473714cc703 HTTP/1.1" 200 284 0.017946 10.0.0.27 - - [2025-12-25 03:47:38] "POST /neutron/port HTTP/1.1" 200 1237 0.021411 10.0.0.27 - - [2025-12-25 03:47:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004546 10.0.0.27 - - [2025-12-25 03:47:38] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.27 - - [2025-12-25 03:47:52] "POST /neutron/port HTTP/1.1" 200 1237 0.058480 10.0.0.27 - - [2025-12-25 03:47:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004945 10.0.0.27 - - [2025-12-25 03:47:52] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2025-12-25 03:48:17] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001816 10.0.0.27 - - [2025-12-25 03:48:18] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.057541 10.0.0.27 - - [2025-12-25 03:48:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.004306 10.0.0.27 - - [2025-12-25 03:48:18] "POST /interface-route-tables HTTP/1.1" 200 575 0.030127 10.0.0.27 - - [2025-12-25 03:48:18] "GET /interface-route-table/57f16f01-5556-4f7c-8984-0dcdebf111a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007045 10.0.0.27 - - [2025-12-25 03:48:18] "GET /virtual-machine-interface/3f39b7e6-d02f-4e1f-89c1-3473714cc703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007746 10.0.0.27 - - [2025-12-25 03:48:18] "POST /ref-update HTTP/1.1" 200 156 0.017717 10.0.0.27 - - [2025-12-25 03:48:20] "GET /virtual-machine-interface/57ce5b76-4986-4637-ae53-84ae0e364f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008153 10.0.0.27 - - [2025-12-25 03:48:20] "POST /ref-update HTTP/1.1" 200 156 0.021717 10.0.0.27 - - [2025-12-25 03:48:20] "DELETE /interface-route-table/91c786f9-8a26-492b-baff-1b697c30f3f7 HTTP/1.1" 200 115 0.034033 10.0.0.27 - - [2025-12-25 03:48:20] "POST /neutron/port HTTP/1.1" 200 1227 0.020559 10.0.0.27 - - [2025-12-25 03:48:38] "POST /neutron/port HTTP/1.1" 200 1237 0.059043 10.0.0.27 - - [2025-12-25 03:48:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.27 - - [2025-12-25 03:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.27 - - [2025-12-25 03:48:42] "GET /virtual-machine-interface/3f39b7e6-d02f-4e1f-89c1-3473714cc703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.039105 10.0.0.27 - - [2025-12-25 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.017873 10.0.0.27 - - [2025-12-25 03:48:42] "DELETE /interface-route-table/57f16f01-5556-4f7c-8984-0dcdebf111a1 HTTP/1.1" 200 115 0.033719 10.0.0.27 - - [2025-12-25 03:48:42] "GET /virtual-machine-interface/35a61cb4-376d-48aa-90eb-59e6046c5da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006517 10.0.0.27 - - [2025-12-25 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.024406 10.0.0.27 - - [2025-12-25 03:48:42] "DELETE /interface-route-table/b9a323b1-d4e0-4343-8982-44bf322d4e96 HTTP/1.1" 200 115 0.043410 10.0.0.27 - - [2025-12-25 03:48:43] "POST /neutron/network HTTP/1.1" 400 204 0.052455 10.0.0.27 - - [2025-12-25 03:48:43] "POST /neutron/port HTTP/1.1" 200 151 0.321665 10.0.0.27 - - [2025-12-25 03:48:43] "POST /neutron/port HTTP/1.1" 200 151 0.350159 10.0.0.27 - - [2025-12-25 03:48:44] "POST /neutron/port HTTP/1.1" 200 151 0.322117 10.0.0.23 - - [2025-12-25 03:48:47] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.27 - - [2025-12-25 03:48:47] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.089436 10.0.0.23 - - [2025-12-25 03:48:47] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.27 - - [2025-12-25 03:48:47] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?fields=virtual_networks HTTP/1.1" 200 1059 0.043930 10.0.0.23 - - [2025-12-25 03:48:47] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001837 10.0.0.27 - - [2025-12-25 03:48:47] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.045148 10.0.0.23 - - [2025-12-25 03:48:47] "GET /projects?obj_uuids=b40917bb-65f8-452b-a484-0b9eafde1289&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.27 - - [2025-12-25 03:48:47] "GET /project/b40917bb-65f8-452b-a484-0b9eafde1289?fields=security_groups HTTP/1.1" 200 1293 0.052454 10.0.0.27 - - [2025-12-25 03:48:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.039487 10.0.0.23 - - [2025-12-25 03:48:49] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003949 10.0.0.23 - - [2025-12-25 03:48:49] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.23 - - [2025-12-25 03:48:49] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047615 10.0.0.23 - - [2025-12-25 03:48:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.001170 10.0.0.23 - - [2025-12-25 03:48:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.012710 10.0.0.23 - - [2025-12-25 03:48:49] "POST /security-groups HTTP/1.1" 200 586 0.082492 10.0.0.23 - - [2025-12-25 03:48:49] "POST /projects HTTP/1.1" 200 575 0.315591 10.0.0.23 - - [2025-12-25 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.366206 10.0.0.33 - - [2025-12-25 03:48:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.041372 10.0.0.27 - - [2025-12-25 03:48:49] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.605474 10.0.0.33 - - [2025-12-25 03:48:49] "POST /access-control-lists HTTP/1.1" 200 589 0.053659 10.0.0.27 - - [2025-12-25 03:48:51] "GET / HTTP/1.1" 200 35931 0.002958 10.0.0.23 - - [2025-12-25 03:48:54] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001167 10.0.0.27 - - [2025-12-25 03:48:54] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.055573 10.0.0.23 - - [2025-12-25 03:48:54] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.27 - - [2025-12-25 03:48:54] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?fields=virtual_networks HTTP/1.1" 200 1032 0.066230 10.0.0.23 - - [2025-12-25 03:48:54] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001503 10.0.0.27 - - [2025-12-25 03:48:54] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047030 10.0.0.23 - - [2025-12-25 03:48:54] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.27 - - [2025-12-25 03:48:54] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?fields=security_groups HTTP/1.1" 200 1253 0.045328 10.0.0.27 - - [2025-12-25 03:48:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.030925 10.0.0.23 - - [2025-12-25 03:48:56] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003541 10.0.0.23 - - [2025-12-25 03:48:56] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.23 - - [2025-12-25 03:48:56] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008599 10.0.0.23 - - [2025-12-25 03:48:56] "POST /id-to-fqname HTTP/1.1" 200 195 0.002131 10.0.0.23 - - [2025-12-25 03:48:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.004644 10.0.0.23 - - [2025-12-25 03:48:56] "POST /security-groups HTTP/1.1" 200 596 0.080108 10.0.0.23 - - [2025-12-25 03:48:56] "POST /projects HTTP/1.1" 200 595 0.292933 10.0.0.23 - - [2025-12-25 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.329320 10.0.0.33 - - [2025-12-25 03:48:56] "POST /fqname-to-id HTTP/1.1" 404 238 0.010581 10.0.0.27 - - [2025-12-25 03:48:56] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.496041 10.0.0.27 - - [2025-12-25 03:48:57] "GET / HTTP/1.1" 200 35931 0.002326 10.0.0.23 - - [2025-12-25 03:49:01] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001105 10.0.0.27 - - [2025-12-25 03:49:01] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.061117 10.0.0.23 - - [2025-12-25 03:49:01] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001665 10.0.0.27 - - [2025-12-25 03:49:01] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?fields=virtual_networks HTTP/1.1" 200 1052 0.086715 10.0.0.23 - - [2025-12-25 03:49:01] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001067 10.0.0.27 - - [2025-12-25 03:49:01] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.059271 10.0.0.23 - - [2025-12-25 03:49:01] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.27 - - [2025-12-25 03:49:01] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?fields=security_groups HTTP/1.1" 200 1283 0.078401 10.0.0.27 - - [2025-12-25 03:49:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.039697 10.0.0.23 - - [2025-12-25 03:49:02] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003461 10.0.0.23 - - [2025-12-25 03:49:02] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.23 - - [2025-12-25 03:49:02] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011835 10.0.0.23 - - [2025-12-25 03:49:03] "POST /id-to-fqname HTTP/1.1" 200 201 0.004356 10.0.0.23 - - [2025-12-25 03:49:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.005427 10.0.0.23 - - [2025-12-25 03:49:03] "POST /security-groups HTTP/1.1" 200 602 0.085139 10.0.0.23 - - [2025-12-25 03:49:03] "POST /projects HTTP/1.1" 200 607 0.329838 10.0.0.23 - - [2025-12-25 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.381728 10.0.0.33 - - [2025-12-25 03:49:03] "POST /access-control-lists HTTP/1.1" 200 607 0.051850 10.0.0.27 - - [2025-12-25 03:49:03] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.585704 10.0.0.27 - - [2025-12-25 03:49:05] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.23 - - [2025-12-25 03:49:08] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001103 10.0.0.27 - - [2025-12-25 03:49:08] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050023 10.0.0.23 - - [2025-12-25 03:49:08] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001107 10.0.0.27 - - [2025-12-25 03:49:08] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?fields=virtual_networks HTTP/1.1" 200 1065 0.046658 10.0.0.23 - - [2025-12-25 03:49:08] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.27 - - [2025-12-25 03:49:08] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.049123 10.0.0.23 - - [2025-12-25 03:49:08] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.27 - - [2025-12-25 03:49:08] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?fields=security_groups HTTP/1.1" 200 1302 0.041142 10.0.0.27 - - [2025-12-25 03:49:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.037422 10.0.0.23 - - [2025-12-25 03:49:09] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003531 10.0.0.23 - - [2025-12-25 03:49:09] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.23 - - [2025-12-25 03:49:09] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006834 10.0.0.23 - - [2025-12-25 03:49:10] "POST /id-to-fqname HTTP/1.1" 200 187 0.001492 10.0.0.23 - - [2025-12-25 03:49:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.004726 10.0.0.23 - - [2025-12-25 03:49:10] "POST /security-groups HTTP/1.1" 200 588 0.084391 10.0.0.33 - - [2025-12-25 03:49:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003800 10.0.0.23 - - [2025-12-25 03:49:10] "POST /projects HTTP/1.1" 200 579 0.301222 10.0.0.23 - - [2025-12-25 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.346133 10.0.0.33 - - [2025-12-25 03:49:10] "POST /access-control-lists HTTP/1.1" 200 591 0.034616 10.0.0.27 - - [2025-12-25 03:49:10] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.513566 10.0.0.27 - - [2025-12-25 03:49:11] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.23 - - [2025-12-25 03:49:15] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000966 10.0.0.27 - - [2025-12-25 03:49:15] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.053017 10.0.0.23 - - [2025-12-25 03:49:15] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001031 10.0.0.27 - - [2025-12-25 03:49:15] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?fields=virtual_networks HTTP/1.1" 200 1037 0.057930 10.0.0.23 - - [2025-12-25 03:49:15] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001374 10.0.0.27 - - [2025-12-25 03:49:15] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.055735 10.0.0.23 - - [2025-12-25 03:49:15] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001108 10.0.0.27 - - [2025-12-25 03:49:15] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?fields=security_groups HTTP/1.1" 200 1260 0.045007 10.0.0.27 - - [2025-12-25 03:49:16] "POST /fqname-to-id HTTP/1.1" 404 182 0.035319 10.0.0.23 - - [2025-12-25 03:49:16] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003130 10.0.0.23 - - [2025-12-25 03:49:16] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.23 - - [2025-12-25 03:49:16] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007551 10.0.0.23 - - [2025-12-25 03:49:16] "POST /id-to-fqname HTTP/1.1" 200 184 0.004029 10.0.0.23 - - [2025-12-25 03:49:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.006897 10.0.0.23 - - [2025-12-25 03:49:16] "POST /security-groups HTTP/1.1" 200 585 0.085674 10.0.0.23 - - [2025-12-25 03:49:16] "POST /projects HTTP/1.1" 200 573 0.307350 10.0.0.23 - - [2025-12-25 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.342044 10.0.0.33 - - [2025-12-25 03:49:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.011210 10.0.0.27 - - [2025-12-25 03:49:16] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.493870 10.0.0.27 - - [2025-12-25 03:49:18] "GET / HTTP/1.1" 200 35931 0.002237 10.0.0.23 - - [2025-12-25 03:49:21] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001053 10.0.0.27 - - [2025-12-25 03:49:21] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.050699 10.0.0.23 - - [2025-12-25 03:49:21] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001430 10.0.0.27 - - [2025-12-25 03:49:21] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?fields=virtual_networks HTTP/1.1" 200 1031 0.053052 10.0.0.23 - - [2025-12-25 03:49:21] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001396 10.0.0.27 - - [2025-12-25 03:49:21] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043417 10.0.0.23 - - [2025-12-25 03:49:21] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001098 10.0.0.27 - - [2025-12-25 03:49:21] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?fields=security_groups HTTP/1.1" 200 1251 0.039630 10.0.0.27 - - [2025-12-25 03:49:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.034595 10.0.0.23 - - [2025-12-25 03:49:22] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003106 10.0.0.23 - - [2025-12-25 03:49:22] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.23 - - [2025-12-25 03:49:22] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007823 10.0.0.23 - - [2025-12-25 03:49:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.005270 10.0.0.23 - - [2025-12-25 03:49:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.006767 10.0.0.23 - - [2025-12-25 03:49:23] "POST /security-groups HTTP/1.1" 200 589 0.078071 10.0.0.23 - - [2025-12-25 03:49:23] "POST /projects HTTP/1.1" 200 581 0.311423 10.0.0.23 - - [2025-12-25 03:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.349883 10.0.0.33 - - [2025-12-25 03:49:23] "POST /access-control-lists HTTP/1.1" 200 594 0.050612 10.0.0.27 - - [2025-12-25 03:49:23] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.524085 10.0.0.27 - - [2025-12-25 03:49:24] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.23 - - [2025-12-25 03:49:27] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.27 - - [2025-12-25 03:49:27] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043890 10.0.0.23 - - [2025-12-25 03:49:27] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.27 - - [2025-12-25 03:49:28] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?fields=virtual_networks HTTP/1.1" 200 1036 0.054403 10.0.0.23 - - [2025-12-25 03:49:28] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.27 - - [2025-12-25 03:49:28] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.041240 10.0.0.23 - - [2025-12-25 03:49:28] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.27 - - [2025-12-25 03:49:28] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?fields=security_groups HTTP/1.1" 200 1260 0.050514 10.0.0.27 - - [2025-12-25 03:49:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.037021 10.0.0.23 - - [2025-12-25 03:49:29] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003455 10.0.0.23 - - [2025-12-25 03:49:29] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.23 - - [2025-12-25 03:49:29] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008596 10.0.0.23 - - [2025-12-25 03:49:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.009661 10.0.0.23 - - [2025-12-25 03:49:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.005353 10.0.0.23 - - [2025-12-25 03:49:29] "POST /security-groups HTTP/1.1" 200 589 0.077066 10.0.0.33 - - [2025-12-25 03:49:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.005826 10.0.0.23 - - [2025-12-25 03:49:29] "POST /projects HTTP/1.1" 200 581 0.307770 10.0.0.23 - - [2025-12-25 03:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.349245 10.0.0.27 - - [2025-12-25 03:49:29] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.512692 10.0.0.33 - - [2025-12-25 03:49:29] "POST /access-control-lists HTTP/1.1" 200 592 0.045751 10.0.0.27 - - [2025-12-25 03:49:31] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.27 - - [2025-12-25 03:49:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-12-25 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.073120 10.0.0.23 - - [2025-12-25 03:49:33] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.27 - - [2025-12-25 03:49:33] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043770 10.0.0.27 - - [2025-12-25 03:49:33] "POST /neutron/network HTTP/1.1" 200 117 0.046901 10.0.0.27 - - [2025-12-25 03:49:34] "POST /neutron/network HTTP/1.1" 200 822 0.010372 10.0.0.27 - - [2025-12-25 03:49:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001278 10.0.0.27 - - [2025-12-25 03:49:34] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005676 10.0.0.27 - - [2025-12-25 03:49:34] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007036 10.0.0.27 - - [2025-12-25 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-12-25 03:49:34] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007093 10.0.0.33 - - [2025-12-25 03:49:34] "POST /route-targets HTTP/1.1" 200 323 0.022696 10.0.0.27 - - [2025-12-25 03:49:34] "PUT /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2 HTTP/1.1" 200 264 0.070242 10.0.0.27 - - [2025-12-25 03:49:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.013688 10.0.0.27 - - [2025-12-25 03:49:35] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005255 10.0.0.33 - - [2025-12-25 03:49:35] "DELETE /access-control-list/90072ebe-64b5-492f-8d66-a2a6c9c8f3b7 HTTP/1.1" 200 115 0.047279 10.0.0.27 - - [2025-12-25 03:49:36] "GET /obj-perms HTTP/1.1" 200 5026 0.072110 10.0.0.27 - - [2025-12-25 03:49:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001446 10.0.0.27 - - [2025-12-25 03:49:37] "POST /neutron/network HTTP/1.1" 200 832 0.008110 10.0.0.23 - - [2025-12-25 03:49:38] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.27 - - [2025-12-25 03:49:38] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.093317 10.0.0.27 - - [2025-12-25 03:49:38] "POST /neutron/port HTTP/1.1" 200 117 0.008191 10.0.0.33 - - [2025-12-25 03:49:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001245 10.0.0.33 - - [2025-12-25 03:49:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2025-12-25 03:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2025-12-25 03:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2025-12-25 03:49:39] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.27 - - [2025-12-25 03:49:39] "POST /neutron/port HTTP/1.1" 200 1058 0.307607 10.0.0.33 - - [2025-12-25 03:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.33 - - [2025-12-25 03:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-12-25 03:49:39] "POST /neutron/port HTTP/1.1" 200 1112 0.220293 10.0.0.23 - - [2025-12-25 03:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2025-12-25 03:49:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.011803 10.0.0.23 - - [2025-12-25 03:49:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-12-25 03:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.27 - - [2025-12-25 03:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-25 03:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-25 03:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-25 03:49:43] "POST /neutron/port HTTP/1.1" 200 1122 0.020734 10.0.0.27 - - [2025-12-25 03:49:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010633 10.0.0.27 - - [2025-12-25 03:49:44] "GET /virtual-machine/368edb0c-7e00-4b61-b3bb-ae0659a554b7 HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-12-25 03:49:44] "GET /virtual-machine/368edb0c-7e00-4b61-b3bb-ae0659a554b7 HTTP/1.1" 200 1290 0.041655 10.0.0.27 - - [2025-12-25 03:49:44] "GET /virtual-machine-interface/bd2cc3ae-bc03-4acc-9bd5-5ab02a153b6c HTTP/1.1" 200 2932 0.006054 10.0.0.27 - - [2025-12-25 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.27 - - [2025-12-25 03:49:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003804 10.0.0.27 - - [2025-12-25 03:49:44] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003402 10.0.0.27 - - [2025-12-25 03:49:44] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007007 10.0.0.27 - - [2025-12-25 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2025-12-25 03:49:47] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007562 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/b40917bb-65f8-452b-a484-0b9eafde1289 HTTP/1.1" 404 177 0.028212 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/fb0c45d1ea4f4495a88a59ae0f6315bb HTTP/1.1" 404 173 0.022609 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/04dc51bc117348b587f5460b3440b39f HTTP/1.1" 404 173 0.021708 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/526024e39d474333983ebf41639b9195 HTTP/1.1" 404 173 0.019378 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/57f2bbb5a6e74e09b85afb52a41a5093 HTTP/1.1" 404 173 0.016961 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001111 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000763 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001030 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/b674c572ed3542318c89c7f425a6c4c6 HTTP/1.1" 404 173 0.011322 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/db72687f696c41f099beaa1e9477f924 HTTP/1.1" 404 173 0.010235 10.0.0.23 - - [2025-12-25 03:49:47] "DELETE /project/f1137e2d61f246f9afb60d41d96e4397 HTTP/1.1" 404 173 0.009687 10.0.0.23 - - [2025-12-25 03:49:47] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.102627 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.115518 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.121684 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.132473 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.148965 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000759 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001930 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001036 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003353 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.193197 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?fields=security_groups HTTP/1.1" 200 1388 0.091930 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?fields=security_groups HTTP/1.1" 200 1365 0.107446 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?fields=security_groups HTTP/1.1" 200 1356 0.117039 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?fields=security_groups HTTP/1.1" 200 1407 0.134157 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001480 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?fields=security_groups HTTP/1.1" 200 1365 0.162955 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?fields=security_groups HTTP/1.1" 200 1358 0.114141 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/5eb36d0b-a2c6-405e-8478-3f94c1485a7a HTTP/1.1" 200 115 0.167924 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=526024e3-9d47-4333-983e-bf41639b9195&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001162 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/49735e4b-a413-4758-8095-9760f1883539 HTTP/1.1" 200 115 0.187970 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=b674c572-ed35-4231-8c89-c7f425a6c4c6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001390 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/4eafdf8c-4e3b-497e-a75c-7ad7a2d92f8e HTTP/1.1" 200 115 0.226716 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/9ed0502d-f01c-47c2-b17a-821fc45e40ff HTTP/1.1" 200 115 0.202144 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=fb0c45d1-ea4f-4495-a88a-59ae0f6315bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001489 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=04dc51bc-1173-48b5-87f5-460b3440b39f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/87fbed6b-1887-4171-bc5d-14bb33622ee4 HTTP/1.1" 200 115 0.238744 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=f1137e2d-61f2-46f9-afb6-0d41d96e4397&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001532 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/526024e3-9d47-4333-983e-bf41639b9195?fields=application_policy_sets HTTP/1.1" 200 1427 0.136889 10.0.0.23 - - [2025-12-25 03:49:48] "DELETE /security-group/21441595-d33e-46dd-b000-8f63bd4a2af1 HTTP/1.1" 200 115 0.203632 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/b674c572-ed35-4231-8c89-c7f425a6c4c6?fields=application_policy_sets HTTP/1.1" 200 1404 0.160395 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb?fields=application_policy_sets HTTP/1.1" 200 1395 0.125571 10.0.0.23 - - [2025-12-25 03:49:48] "GET /projects?obj_uuids=57f2bbb5-a6e7-4e09-b85a-fb52a41a5093&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.33 - - [2025-12-25 03:49:48] "DELETE /access-control-list/11f2e4c1-9c99-461c-9250-cb79a6fc93fb HTTP/1.1" 200 115 0.121054 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397?fields=application_policy_sets HTTP/1.1" 200 1446 0.156817 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/04dc51bc-1173-48b5-87f5-460b3440b39f?fields=application_policy_sets HTTP/1.1" 200 1404 0.186040 10.0.0.23 - - [2025-12-25 03:49:48] "GET /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093?fields=application_policy_sets HTTP/1.1" 200 1397 0.187067 10.0.0.33 - - [2025-12-25 03:49:48] "DELETE /access-control-list/b89f69ca-c042-4a20-8e98-468216c7bb1d HTTP/1.1" 200 115 0.095209 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/fb0c45d1-ea4f-4495-a88a-59ae0f6315bb HTTP/1.1" 200 115 1.109955 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/526024e3-9d47-4333-983e-bf41639b9195 HTTP/1.1" 200 115 1.106288 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/b674c572-ed35-4231-8c89-c7f425a6c4c6 HTTP/1.1" 200 115 1.111789 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/f1137e2d-61f2-46f9-afb6-0d41d96e4397 HTTP/1.1" 200 115 1.119546 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/04dc51bc-1173-48b5-87f5-460b3440b39f HTTP/1.1" 200 115 1.158581 10.0.0.23 - - [2025-12-25 03:49:49] "DELETE /project/57f2bbb5-a6e7-4e09-b85a-fb52a41a5093 HTTP/1.1" 200 115 1.185093 10.0.0.33 - - [2025-12-25 03:49:49] "DELETE /access-control-list/73ed5666-0f35-4b14-aa0f-3457a482c9c4 HTTP/1.1" 200 115 0.068175 10.0.0.33 - - [2025-12-25 03:49:49] "DELETE /access-control-list/1c7bf3f6-6708-499c-b382-7f52398c4942 HTTP/1.1" 200 115 0.041519 10.0.0.33 - - [2025-12-25 03:49:49] "GET /obj-perms HTTP/1.1" 200 5056 0.109802 10.0.0.23 - - [2025-12-25 03:49:50] "GET /obj-perms HTTP/1.1" 200 5056 0.077549 10.0.0.27 - - [2025-12-25 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2025-12-25 03:49:51] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006022 10.0.0.27 - - [2025-12-25 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-12-25 03:49:55] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006348 10.0.0.27 - - [2025-12-25 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2025-12-25 03:49:59] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006494 10.0.0.27 - - [2025-12-25 03:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.27 - - [2025-12-25 03:50:04] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006847 10.0.0.27 - - [2025-12-25 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010068 10.0.0.27 - - [2025-12-25 03:50:08] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007855 10.0.0.27 - - [2025-12-25 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.27 - - [2025-12-25 03:50:12] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006189 10.0.0.27 - - [2025-12-25 03:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2025-12-25 03:50:16] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009423 10.0.0.27 - - [2025-12-25 03:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2025-12-25 03:50:20] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007665 10.0.0.27 - - [2025-12-25 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.27 - - [2025-12-25 03:50:22] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.27 - - [2025-12-25 03:50:22] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003895 10.0.0.27 - - [2025-12-25 03:50:22] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006707 10.0.0.27 - - [2025-12-25 03:50:22] "POST /neutron/port HTTP/1.1" 200 1122 0.020603 10.0.0.27 - - [2025-12-25 03:50:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008743 10.0.0.27 - - [2025-12-25 03:50:33] "POST /neutron/port HTTP/1.1" 200 1122 0.058139 10.0.0.27 - - [2025-12-25 03:50:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011752 10.0.0.27 - - [2025-12-25 03:50:40] "POST /neutron/network HTTP/1.1" 200 832 0.006938 10.0.0.27 - - [2025-12-25 03:50:40] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.27 - - [2025-12-25 03:50:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009272 10.0.0.27 - - [2025-12-25 03:50:43] "POST /neutron/port HTTP/1.1" 200 1122 0.019402 10.0.0.27 - - [2025-12-25 03:50:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018244 10.0.0.27 - - [2025-12-25 03:50:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001355 10.0.0.27 - - [2025-12-25 03:50:44] "GET /virtual-machine/368edb0c-7e00-4b61-b3bb-ae0659a554b7 HTTP/1.1" 200 1290 0.004449 10.0.0.27 - - [2025-12-25 03:50:44] "GET /virtual-machine-interface/bd2cc3ae-bc03-4acc-9bd5-5ab02a153b6c HTTP/1.1" 200 2932 0.006534 10.0.0.27 - - [2025-12-25 03:50:44] "GET /instance-ip/1efabc9a-6180-4c93-ac1d-50b844e1cdfd HTTP/1.1" 200 1616 0.007366 10.0.0.27 - - [2025-12-25 03:50:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.003505 10.0.0.27 - - [2025-12-25 03:50:44] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007702 10.0.0.23 - - [2025-12-25 03:50:44] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.27 - - [2025-12-25 03:50:44] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055463 10.0.0.27 - - [2025-12-25 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.27 - - [2025-12-25 03:50:44] "GET /security-group/6f7e6fce-a04f-44fe-b6bc-8dbad23ab0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3758 0.005974 10.0.0.27 - - [2025-12-25 03:50:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.088495 10.0.0.27 - - [2025-12-25 03:50:44] "POST /instance-ips HTTP/1.1" 200 357 0.041597 10.0.0.27 - - [2025-12-25 03:50:44] "GET /instance-ip/1c0acc96-8b0b-41c0-8965-19eb8b038f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006825 10.0.0.27 - - [2025-12-25 03:50:44] "GET /virtual-machine-interface/b1f555dc-9df1-4da9-9486-50efdedac1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005904 10.0.0.27 - - [2025-12-25 03:50:44] "GET /virtual-machine-interface/b1f555dc-9df1-4da9-9486-50efdedac1ca?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.016154 10.0.0.27 - - [2025-12-25 03:50:44] "GET /instance-ip/1c0acc96-8b0b-41c0-8965-19eb8b038f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.004734 10.0.0.27 - - [2025-12-25 03:50:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001222 10.0.0.27 - - [2025-12-25 03:50:44] "POST /neutron/port HTTP/1.1" 200 1122 0.021885 10.0.0.27 - - [2025-12-25 03:50:45] "POST /neutron/port HTTP/1.1" 200 965 0.050003 10.0.0.27 - - [2025-12-25 03:50:45] "POST /neutron/port HTTP/1.1" 200 965 0.017840 10.0.0.27 - - [2025-12-25 03:50:45] "POST /neutron/port HTTP/1.1" 200 117 0.009578 10.0.0.27 - - [2025-12-25 03:50:45] "POST /neutron/network HTTP/1.1" 200 832 0.008045 10.0.0.27 - - [2025-12-25 03:50:46] "POST /neutron/port HTTP/1.1" 200 1057 0.164702 10.0.0.27 - - [2025-12-25 03:50:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.010397 10.0.0.27 - - [2025-12-25 03:50:50] "POST /neutron/port HTTP/1.1" 200 1067 0.020996 10.0.0.27 - - [2025-12-25 03:50:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009481 10.0.0.27 - - [2025-12-25 03:50:50] "GET /virtual-machine/e1b92f7a-0442-4689-a575-60837f6b548d HTTP/1.1" 200 1269 0.007357 10.0.0.27 - - [2025-12-25 03:50:50] "GET /virtual-machine-interface/b1f555dc-9df1-4da9-9486-50efdedac1ca HTTP/1.1" 200 2982 0.006237 10.0.0.27 - - [2025-12-25 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.27 - - [2025-12-25 03:50:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006770 10.0.0.27 - - [2025-12-25 03:50:50] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003548 10.0.0.27 - - [2025-12-25 03:50:50] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006850 10.0.0.27 - - [2025-12-25 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2025-12-25 03:50:54] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005758 10.0.0.27 - - [2025-12-25 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2025-12-25 03:50:58] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006486 10.0.0.27 - - [2025-12-25 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2025-12-25 03:51:02] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006572 10.0.0.27 - - [2025-12-25 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.27 - - [2025-12-25 03:51:06] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005847 10.0.0.27 - - [2025-12-25 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2025-12-25 03:51:10] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006201 10.0.0.27 - - [2025-12-25 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.27 - - [2025-12-25 03:51:14] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005977 10.0.0.27 - - [2025-12-25 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.27 - - [2025-12-25 03:51:18] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007437 10.0.0.27 - - [2025-12-25 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-25 03:51:22] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007072 10.0.0.27 - - [2025-12-25 03:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.27 - - [2025-12-25 03:51:26] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005373 10.0.0.27 - - [2025-12-25 03:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2025-12-25 03:51:30] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006160 10.0.0.27 - - [2025-12-25 03:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-25 03:51:33] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.27 - - [2025-12-25 03:51:33] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003717 10.0.0.27 - - [2025-12-25 03:51:33] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006934 10.0.0.27 - - [2025-12-25 03:51:33] "POST /neutron/port HTTP/1.1" 200 1067 0.020077 10.0.0.27 - - [2025-12-25 03:51:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008935 10.0.0.27 - - [2025-12-25 03:51:41] "POST /neutron/network HTTP/1.1" 200 832 0.007360 10.0.0.27 - - [2025-12-25 03:51:41] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.27 - - [2025-12-25 03:51:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008039 10.0.0.27 - - [2025-12-25 03:51:48] "POST /neutron/port HTTP/1.1" 200 1067 0.022791 10.0.0.27 - - [2025-12-25 03:51:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001862 10.0.0.27 - - [2025-12-25 03:51:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008232 10.0.0.23 - - [2025-12-25 03:51:55] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.037120 10.0.0.27 - - [2025-12-25 03:51:55] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.143513 10.0.0.27 - - [2025-12-25 03:51:55] "POST /neutron/port HTTP/1.1" 200 2037 0.028130 10.0.0.27 - - [2025-12-25 03:51:55] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.27 - - [2025-12-25 03:51:56] "POST /neutron/port HTTP/1.1" 200 1058 0.019220 10.0.0.27 - - [2025-12-25 03:51:56] "POST /neutron/port HTTP/1.1" 200 1122 0.026996 10.0.0.27 - - [2025-12-25 03:51:56] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2025-12-25 03:52:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008626 10.0.0.27 - - [2025-12-25 03:52:00] "POST /neutron/port HTTP/1.1" 200 1122 0.028511 10.0.0.27 - - [2025-12-25 03:52:00] "GET /virtual-machine/10d7dfb2-413e-4044-ab32-048088c27b82 HTTP/1.1" 200 1290 0.007774 10.0.0.27 - - [2025-12-25 03:52:00] "GET /virtual-machine-interface/5976d731-d61b-4915-8f26-08b6c2ee0180 HTTP/1.1" 200 2931 0.006624 10.0.0.27 - - [2025-12-25 03:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2025-12-25 03:52:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.27 - - [2025-12-25 03:52:01] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006401 10.0.0.27 - - [2025-12-25 03:52:01] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006094 10.0.0.27 - - [2025-12-25 03:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.27 - - [2025-12-25 03:52:04] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006114 10.0.0.27 - - [2025-12-25 03:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2025-12-25 03:52:08] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006499 10.0.0.27 - - [2025-12-25 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.27 - - [2025-12-25 03:52:12] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006383 10.0.0.27 - - [2025-12-25 03:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008862 10.0.0.27 - - [2025-12-25 03:52:16] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007524 10.0.0.27 - - [2025-12-25 03:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2025-12-25 03:52:20] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008656 10.0.0.27 - - [2025-12-25 03:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2025-12-25 03:52:24] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006712 10.0.0.27 - - [2025-12-25 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2025-12-25 03:52:28] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007497 10.0.0.27 - - [2025-12-25 03:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2025-12-25 03:52:32] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008089 10.0.0.27 - - [2025-12-25 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.27 - - [2025-12-25 03:52:36] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006501 10.0.0.27 - - [2025-12-25 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.27 - - [2025-12-25 03:52:41] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005783 10.0.0.27 - - [2025-12-25 03:52:42] "POST /neutron/port HTTP/1.1" 200 1067 0.018932 10.0.0.27 - - [2025-12-25 03:52:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.009811 10.0.0.27 - - [2025-12-25 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2025-12-25 03:52:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.27 - - [2025-12-25 03:52:43] "GET /virtual-networks?parent_id=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003296 10.0.0.27 - - [2025-12-25 03:52:43] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006308 10.0.0.27 - - [2025-12-25 03:52:43] "POST /neutron/port HTTP/1.1" 200 1122 0.020041 10.0.0.27 - - [2025-12-25 03:52:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008070 10.0.0.27 - - [2025-12-25 03:52:53] "POST /neutron/port HTTP/1.1" 200 1122 0.022280 10.0.0.27 - - [2025-12-25 03:52:58] "POST /neutron/port HTTP/1.1" 200 1122 0.070078 10.0.0.27 - - [2025-12-25 03:52:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.011138 10.0.0.27 - - [2025-12-25 03:52:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008755 10.0.0.27 - - [2025-12-25 03:53:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007707 10.0.0.27 - - [2025-12-25 03:53:04] "POST /neutron/port HTTP/1.1" 200 1122 0.019110 10.0.0.27 - - [2025-12-25 03:53:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008846 10.0.0.27 - - [2025-12-25 03:53:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001686 10.0.0.27 - - [2025-12-25 03:53:04] "GET /virtual-machine/10d7dfb2-413e-4044-ab32-048088c27b82 HTTP/1.1" 200 1290 0.004911 10.0.0.27 - - [2025-12-25 03:53:04] "GET /virtual-machine-interface/5976d731-d61b-4915-8f26-08b6c2ee0180 HTTP/1.1" 200 2931 0.006364 10.0.0.27 - - [2025-12-25 03:53:04] "GET /instance-ip/ba5ee995-89f1-436b-a6db-7ef00e9c696a HTTP/1.1" 200 1617 0.007546 10.0.0.27 - - [2025-12-25 03:53:04] "GET /virtual-machine-interface/5976d731-d61b-4915-8f26-08b6c2ee0180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.007170 10.0.0.27 - - [2025-12-25 03:53:04] "PUT /virtual-machine-interface/5976d731-d61b-4915-8f26-08b6c2ee0180 HTTP/1.1" 200 284 0.019721 10.0.0.27 - - [2025-12-25 03:53:42] "POST /neutron/port HTTP/1.1" 200 1122 0.054453 10.0.0.27 - - [2025-12-25 03:53:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.27 - - [2025-12-25 03:53:43] "POST /neutron/network HTTP/1.1" 200 822 0.007329 10.0.0.27 - - [2025-12-25 03:53:53] "GET /obj-perms HTTP/1.1" 200 5056 0.061171 10.0.0.33 - - [2025-12-25 03:53:53] "GET /obj-perms HTTP/1.1" 200 5056 0.059400 10.0.0.27 - - [2025-12-25 03:54:00] "POST /neutron/network HTTP/1.1" 200 832 0.010565 10.0.0.27 - - [2025-12-25 03:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.27 - - [2025-12-25 03:54:36] "DELETE /instance-ip/1c0acc96-8b0b-41c0-8965-19eb8b038f36 HTTP/1.1" 200 115 0.089095 10.0.0.27 - - [2025-12-25 03:54:37] "DELETE /virtual-machine-interface/b1f555dc-9df1-4da9-9486-50efdedac1ca HTTP/1.1" 200 115 0.099877 10.0.0.27 - - [2025-12-25 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2025-12-25 03:54:37] "GET /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007652 10.0.0.27 - - [2025-12-25 03:54:37] "PUT /virtual-network/60db91ff-e68a-46ac-a213-79f762c761a2 HTTP/1.1" 200 264 0.091604 10.0.0.27 - - [2025-12-25 03:54:37] "POST /neutron/network HTTP/1.1" 200 822 0.045102 10.0.0.27 - - [2025-12-25 03:54:37] "POST /neutron/port HTTP/1.1" 200 151 0.233622 10.0.0.33 - - [2025-12-25 03:54:37] "DELETE /route-target/e68f3427-1d60-428f-9091-69f3987c52e6 HTTP/1.1" 200 115 0.103490 10.0.0.27 - - [2025-12-25 03:54:38] "POST /neutron/port HTTP/1.1" 200 151 0.201381 10.0.0.33 - - [2025-12-25 03:54:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.33 - - [2025-12-25 03:54:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.33 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-25 03:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001303 10.0.0.27 - - [2025-12-25 03:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-12-25 03:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-25 03:54:41] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.27 - - [2025-12-25 03:54:41] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076489 10.0.0.23 - - [2025-12-25 03:54:41] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.27 - - [2025-12-25 03:54:41] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?fields=virtual_networks HTTP/1.1" 200 1039 0.052348 10.0.0.23 - - [2025-12-25 03:54:41] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.27 - - [2025-12-25 03:54:41] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.048386 10.0.0.23 - - [2025-12-25 03:54:41] "GET /projects?obj_uuids=db72687f-696c-41f0-99be-aa1e9477f924&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.27 - - [2025-12-25 03:54:41] "GET /project/db72687f-696c-41f0-99be-aa1e9477f924?fields=security_groups HTTP/1.1" 200 1263 0.044209 10.0.0.27 - - [2025-12-25 03:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-25 03:54:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-12-25 03:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.006061 10.0.0.27 - - [2025-12-25 03:54:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.035769 10.0.0.23 - - [2025-12-25 03:54:42] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003685 10.0.0.23 - - [2025-12-25 03:54:42] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.23 - - [2025-12-25 03:54:42] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042084 10.0.0.23 - - [2025-12-25 03:54:43] "POST /id-to-fqname HTTP/1.1" 200 187 0.002668 10.0.0.23 - - [2025-12-25 03:54:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003626 10.0.0.23 - - [2025-12-25 03:54:43] "POST /security-groups HTTP/1.1" 200 588 0.078784 10.0.0.33 - - [2025-12-25 03:54:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.005836 10.0.0.23 - - [2025-12-25 03:54:43] "POST /projects HTTP/1.1" 200 579 0.305054 10.0.0.23 - - [2025-12-25 03:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.384407 10.0.0.33 - - [2025-12-25 03:54:43] "POST /access-control-lists HTTP/1.1" 200 591 0.033653 10.0.0.27 - - [2025-12-25 03:54:43] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.591999 10.0.0.27 - - [2025-12-25 03:54:44] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.27 - - [2025-12-25 03:54:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2025-12-25 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.076657 10.0.0.23 - - [2025-12-25 03:54:47] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001089 10.0.0.27 - - [2025-12-25 03:54:47] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.042767 10.0.0.23 - - [2025-12-25 03:54:47] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001337 10.0.0.27 - - [2025-12-25 03:54:47] "POST /neutron/network HTTP/1.1" 200 610 0.172935 10.0.0.27 - - [2025-12-25 03:54:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.003834 10.0.0.27 - - [2025-12-25 03:54:47] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007380 10.0.0.27 - - [2025-12-25 03:54:47] "POST /neutron/network HTTP/1.1" 200 828 0.011137 10.0.0.27 - - [2025-12-25 03:54:47] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007682 10.0.0.27 - - [2025-12-25 03:54:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007818 10.0.0.27 - - [2025-12-25 03:54:47] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007045 10.0.0.33 - - [2025-12-25 03:54:47] "DELETE /access-control-list/7baa9a49-99b6-4d92-8dde-d9223443dee9 HTTP/1.1" 200 115 0.061486 10.0.0.23 - - [2025-12-25 03:54:48] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001430 10.0.0.27 - - [2025-12-25 03:54:48] "POST /neutron/port HTTP/1.1" 200 982 0.325913 10.0.0.27 - - [2025-12-25 03:54:48] "GET /virtual-machine-interface/0cf6c7f1-c802-4b18-82ea-8fe9c6b661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006729 10.0.0.27 - - [2025-12-25 03:54:48] "GET /virtual-machine-interface/0cf6c7f1-c802-4b18-82ea-8fe9c6b661af?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008707 10.0.0.27 - - [2025-12-25 03:54:48] "GET /instance-ip/9e3d8ca5-4a08-486e-b241-ed72ca52e632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004786 10.0.0.27 - - [2025-12-25 03:54:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001271 10.0.0.23 - - [2025-12-25 03:54:49] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001241 10.0.0.27 - - [2025-12-25 03:54:49] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.081686 10.0.0.23 - - [2025-12-25 03:54:49] "DELETE /project/45308055fcb24b588ada9dcf06c31bfe HTTP/1.1" 404 173 0.005170 10.0.0.23 - - [2025-12-25 03:54:49] "DELETE /project/db72687f-696c-41f0-99be-aa1e9477f924 HTTP/1.1" 404 177 0.004105 10.0.0.27 - - [2025-12-25 03:54:49] "POST /neutron/port HTTP/1.1" 200 117 0.006488 10.0.0.27 - - [2025-12-25 03:54:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001628 10.0.0.27 - - [2025-12-25 03:54:50] "POST /neutron/port HTTP/1.1" 200 982 0.012374 10.0.0.27 - - [2025-12-25 03:54:50] "POST /neutron/port HTTP/1.1" 200 982 0.013157 10.0.0.27 - - [2025-12-25 03:54:50] "POST /neutron/network HTTP/1.1" 200 838 0.009914 10.0.0.23 - - [2025-12-25 03:54:50] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001036 10.0.0.27 - - [2025-12-25 03:54:50] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048913 10.0.0.27 - - [2025-12-25 03:54:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.010450 10.0.0.27 - - [2025-12-25 03:54:50] "POST /interface-route-tables HTTP/1.1" 200 556 0.067415 10.0.0.27 - - [2025-12-25 03:54:50] "GET /interface-route-table/f88ce37c-95e2-4ee6-982f-edf9fe5a9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.013248 10.0.0.27 - - [2025-12-25 03:54:50] "POST /neutron/port HTTP/1.1" 200 1056 0.020011 10.0.0.27 - - [2025-12-25 03:54:51] "POST /neutron/port HTTP/1.1" 200 1120 0.026648 10.0.0.27 - - [2025-12-25 03:54:51] "POST /neutron/port HTTP/1.1" 200 982 0.012588 10.0.0.27 - - [2025-12-25 03:54:51] "POST /neutron/network HTTP/1.1" 200 838 0.007613 10.0.0.27 - - [2025-12-25 03:54:51] "POST /neutron/port HTTP/1.1" 200 1074 0.142236 10.0.0.27 - - [2025-12-25 03:54:51] "POST /neutron/subnet HTTP/1.1" 200 693 0.010139 10.0.0.27 - - [2025-12-25 03:54:51] "GET /virtual-machine-interface/0cf6c7f1-c802-4b18-82ea-8fe9c6b661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.007336 10.0.0.27 - - [2025-12-25 03:54:51] "POST /ref-update HTTP/1.1" 200 156 0.016827 10.0.0.27 - - [2025-12-25 03:54:52] "POST /neutron/port HTTP/1.1" 200 1120 0.019059 10.0.0.23 - - [2025-12-25 03:54:54] "GET /obj-perms HTTP/1.1" 200 5056 0.069109 10.0.0.27 - - [2025-12-25 03:54:57] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007767 10.0.0.27 - - [2025-12-25 03:54:57] "POST /neutron/port HTTP/1.1" 200 1120 0.020140 10.0.0.27 - - [2025-12-25 03:54:57] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009782 10.0.0.27 - - [2025-12-25 03:54:57] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 200 1288 0.047113 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 200 1288 0.005864 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine-interface/73743227-d1db-45b8-bab3-b78a70ef40ec HTTP/1.1" 200 2938 0.022241 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 200 1288 0.006939 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine-interface/73743227-d1db-45b8-bab3-b78a70ef40ec HTTP/1.1" 200 2938 0.008722 10.0.0.27 - - [2025-12-25 03:54:58] "GET /instance-ip/6337787b-d8d4-4c7f-a8d2-b589ccc5660b HTTP/1.1" 200 1617 0.010310 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 200 1288 0.005303 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-machine-interface/73743227-d1db-45b8-bab3-b78a70ef40ec HTTP/1.1" 200 2938 0.009607 10.0.0.27 - - [2025-12-25 03:54:58] "GET /instance-ip/6337787b-d8d4-4c7f-a8d2-b589ccc5660b HTTP/1.1" 200 1617 0.005295 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003937 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004396 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006300 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004560 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003595 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006391 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003289 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007783 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006214 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.013976 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006621 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005787 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004185 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008134 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003710 10.0.0.27 - - [2025-12-25 03:54:58] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010303 10.0.0.27 - - [2025-12-25 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006160 10.0.0.27 - - [2025-12-25 03:54:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.27 - - [2025-12-25 03:54:59] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004058 10.0.0.27 - - [2025-12-25 03:54:59] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006011 10.0.0.27 - - [2025-12-25 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-12-25 03:55:02] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006776 10.0.0.27 - - [2025-12-25 03:55:02] "POST /neutron/port HTTP/1.1" 200 1084 0.031415 10.0.0.27 - - [2025-12-25 03:55:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009990 10.0.0.27 - - [2025-12-25 03:55:02] "POST /neutron/network HTTP/1.1" 200 828 0.007110 10.0.0.27 - - [2025-12-25 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009760 10.0.0.27 - - [2025-12-25 03:55:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006288 10.0.0.27 - - [2025-12-25 03:55:04] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004412 10.0.0.27 - - [2025-12-25 03:55:04] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008241 10.0.0.27 - - [2025-12-25 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2025-12-25 03:55:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004687 10.0.0.27 - - [2025-12-25 03:55:04] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003929 10.0.0.27 - - [2025-12-25 03:55:04] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006745 10.0.0.27 - - [2025-12-25 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-12-25 03:55:04] "GET /routing-instance/da9f166b-aee4-4fbe-8d07-0bfbe745e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007288 10.0.0.27 - - [2025-12-25 03:55:04] "GET /route-target/586be638-a952-4aa0-a5a7-78efcc9403e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007267 10.0.0.27 - - [2025-12-25 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2025-12-25 03:55:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004894 10.0.0.27 - - [2025-12-25 03:55:04] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003967 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009831 10.0.0.27 - - [2025-12-25 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.27 - - [2025-12-25 03:55:05] "GET /routing-instance/da9f166b-aee4-4fbe-8d07-0bfbe745e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005564 10.0.0.27 - - [2025-12-25 03:55:05] "GET /route-target/586be638-a952-4aa0-a5a7-78efcc9403e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004603 10.0.0.27 - - [2025-12-25 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2025-12-25 03:55:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005565 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006673 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006951 10.0.0.27 - - [2025-12-25 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.014459 10.0.0.27 - - [2025-12-25 03:55:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005475 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003815 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008361 10.0.0.27 - - [2025-12-25 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-12-25 03:55:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003379 10.0.0.27 - - [2025-12-25 03:55:05] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007088 10.0.0.27 - - [2025-12-25 03:55:06] "GET /obj-perms HTTP/1.1" 200 5024 0.071789 10.0.0.23 - - [2025-12-25 03:55:06] "GET /obj-perms HTTP/1.1" 200 5024 0.084837 10.0.0.27 - - [2025-12-25 03:55:06] "GET /obj-perms HTTP/1.1" 200 5024 0.004033 10.0.0.33 - - [2025-12-25 03:55:07] "GET /obj-perms HTTP/1.1" 200 5024 0.069928 10.0.0.27 - - [2025-12-25 03:55:07] "POST /neutron/port HTTP/1.1" 200 1084 0.023557 10.0.0.27 - - [2025-12-25 03:55:07] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009498 10.0.0.27 - - [2025-12-25 03:55:08] "GET /virtual-machine/2891a4ed-046e-4ce7-ab3f-62bbef2f7e3f HTTP/1.1" 200 1267 0.008076 10.0.0.27 - - [2025-12-25 03:55:08] "GET /virtual-machine-interface/0cf6c7f1-c802-4b18-82ea-8fe9c6b661af HTTP/1.1" 200 3148 0.006273 10.0.0.27 - - [2025-12-25 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.27 - - [2025-12-25 03:55:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005793 10.0.0.27 - - [2025-12-25 03:55:08] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003944 10.0.0.27 - - [2025-12-25 03:55:08] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007658 10.0.0.27 - - [2025-12-25 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2025-12-25 03:55:09] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004852 10.0.0.27 - - [2025-12-25 03:55:09] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003473 10.0.0.27 - - [2025-12-25 03:55:09] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007735 10.0.0.27 - - [2025-12-25 03:55:10] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006372 10.0.0.27 - - [2025-12-25 03:55:10] "GET /obj-perms HTTP/1.1" 200 5024 0.005211 10.0.0.27 - - [2025-12-25 03:55:10] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 200 1288 0.004238 10.0.0.27 - - [2025-12-25 03:55:11] "POST /neutron/port HTTP/1.1" 200 1120 0.022628 10.0.0.27 - - [2025-12-25 03:55:12] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 404 171 0.004075 10.0.0.27 - - [2025-12-25 03:55:12] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 404 171 0.003757 10.0.0.27 - - [2025-12-25 03:55:12] "GET /virtual-machine/8800f051-ea29-4bca-873b-35b5061bedc7 HTTP/1.1" 404 171 0.003309 10.0.0.27 - - [2025-12-25 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2025-12-25 03:55:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004819 10.0.0.27 - - [2025-12-25 03:55:12] "GET /virtual-networks?parent_id=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003409 10.0.0.27 - - [2025-12-25 03:55:13] "GET /virtual-network/1e204020-8faa-4393-9038-11ce5b664d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007217 10.0.0.27 - - [2025-12-25 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.27 - - [2025-12-25 03:55:13] "GET /routing-instance/da9f166b-aee4-4fbe-8d07-0bfbe745e4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005452 10.0.0.27 - - [2025-12-25 03:55:13] "GET /route-target/586be638-a952-4aa0-a5a7-78efcc9403e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004954 10.0.0.33 - - [2025-12-25 03:55:16] "GET /obj-perms HTTP/1.1" 200 5024 0.004454 10.0.0.27 - - [2025-12-25 03:55:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004002 10.0.0.33 - - [2025-12-25 03:55:25] "GET /obj-perms HTTP/1.1" 200 5024 0.004353 10.0.0.27 - - [2025-12-25 03:55:28] "GET /obj-perms HTTP/1.1" 200 5024 0.004385 10.0.0.33 - - [2025-12-25 03:55:34] "GET /obj-perms HTTP/1.1" 200 5024 0.003764 10.0.0.27 - - [2025-12-25 03:55:34] "GET /obj-perms HTTP/1.1" 200 5024 0.004262 10.0.0.23 - - [2025-12-25 03:55:34] "GET /obj-perms HTTP/1.1" 200 5024 0.004008 10.0.0.27 - - [2025-12-25 03:55:34] "GET /interface-route-table/f88ce37c-95e2-4ee6-982f-edf9fe5a9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004044 10.0.0.27 - - [2025-12-25 03:55:34] "GET /virtual-machine-interface/0cf6c7f1-c802-4b18-82ea-8fe9c6b661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2927 0.006677 10.0.0.27 - - [2025-12-25 03:55:35] "POST /ref-update HTTP/1.1" 200 156 0.017624 10.0.0.27 - - [2025-12-25 03:55:35] "DELETE /interface-route-table/f88ce37c-95e2-4ee6-982f-edf9fe5a9134 HTTP/1.1" 200 115 0.041214 10.0.0.27 - - [2025-12-25 03:55:35] "POST /neutron/port HTTP/1.1" 200 1074 0.022598 10.0.0.23 - - [2025-12-25 03:55:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004642 10.0.0.23 - - [2025-12-25 03:55:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003071 10.0.0.27 - - [2025-12-25 03:55:35] "POST /neutron/network HTTP/1.1" 200 151 0.139679 10.0.0.33 - - [2025-12-25 03:55:35] "DELETE /route-target/586be638-a952-4aa0-a5a7-78efcc9403e2 HTTP/1.1" 200 115 0.030684 10.0.0.23 - - [2025-12-25 03:55:37] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001098 10.0.0.27 - - [2025-12-25 03:55:37] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.044146 10.0.0.23 - - [2025-12-25 03:55:37] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001445 10.0.0.27 - - [2025-12-25 03:55:37] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?fields=virtual_networks HTTP/1.1" 200 1036 0.052074 10.0.0.23 - - [2025-12-25 03:55:37] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001444 10.0.0.27 - - [2025-12-25 03:55:37] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.045535 10.0.0.23 - - [2025-12-25 03:55:37] "GET /projects?obj_uuids=45308055-fcb2-4b58-8ada-9dcf06c31bfe&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001186 10.0.0.27 - - [2025-12-25 03:55:37] "GET /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe?fields=security_groups HTTP/1.1" 200 1259 0.044124 10.0.0.27 - - [2025-12-25 03:55:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.033718 10.0.0.23 - - [2025-12-25 03:55:38] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003914 10.0.0.23 - - [2025-12-25 03:55:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.23 - - [2025-12-25 03:55:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009604 10.0.0.23 - - [2025-12-25 03:55:38] "POST /id-to-fqname HTTP/1.1" 200 194 0.001406 10.0.0.23 - - [2025-12-25 03:55:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.010283 10.0.0.23 - - [2025-12-25 03:55:38] "POST /security-groups HTTP/1.1" 200 595 0.040222 10.0.0.23 - - [2025-12-25 03:55:39] "POST /projects HTTP/1.1" 200 593 0.281293 10.0.0.23 - - [2025-12-25 03:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.317137 10.0.0.33 - - [2025-12-25 03:55:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.015787 10.0.0.27 - - [2025-12-25 03:55:39] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.483834 10.0.0.27 - - [2025-12-25 03:55:40] "GET / HTTP/1.1" 200 35931 0.002061 10.0.0.27 - - [2025-12-25 03:55:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2025-12-25 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.083971 10.0.0.23 - - [2025-12-25 03:55:41] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001325 10.0.0.27 - - [2025-12-25 03:55:41] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.056067 10.0.0.27 - - [2025-12-25 03:55:41] "POST /neutron/network HTTP/1.1" 200 117 0.055144 10.0.0.33 - - [2025-12-25 03:55:42] "POST /ref-update HTTP/1.1" 200 156 0.021162 10.0.0.27 - - [2025-12-25 03:55:42] "POST /neutron/network HTTP/1.1" 200 826 0.009730 10.0.0.27 - - [2025-12-25 03:55:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001451 10.0.0.27 - - [2025-12-25 03:55:42] "GET /virtual-network/33f27f0d-0aeb-4031-a62a-c349fd0b14ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006907 10.0.0.27 - - [2025-12-25 03:55:42] "GET /virtual-network/33f27f0d-0aeb-4031-a62a-c349fd0b14ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009049 10.0.0.27 - - [2025-12-25 03:55:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.011574 10.0.0.27 - - [2025-12-25 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2025-12-25 03:55:42] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.27 - - [2025-12-25 03:55:42] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.056993 10.0.0.23 - - [2025-12-25 03:55:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006185 10.0.0.27 - - [2025-12-25 03:55:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.216146 10.0.0.27 - - [2025-12-25 03:55:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.27 - - [2025-12-25 03:55:43] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006041 10.0.0.27 - - [2025-12-25 03:55:43] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005837 10.0.0.27 - - [2025-12-25 03:55:43] "POST /neutron/network HTTP/1.1" 200 828 0.007890 10.0.0.27 - - [2025-12-25 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.23 - - [2025-12-25 03:55:43] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.27 - - [2025-12-25 03:55:43] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.048805 10.0.0.23 - - [2025-12-25 03:55:43] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.27 - - [2025-12-25 03:55:43] "POST /neutron/network HTTP/1.1" 200 609 0.151243 10.0.0.33 - - [2025-12-25 03:55:43] "POST /route-targets HTTP/1.1" 200 327 0.015497 10.0.0.27 - - [2025-12-25 03:55:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.004591 10.0.0.27 - - [2025-12-25 03:55:43] "GET /virtual-network/f7303f65-d84b-4cb2-8613-68eddad7c79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006304 10.0.0.27 - - [2025-12-25 03:55:43] "POST /neutron/network HTTP/1.1" 200 829 0.013492 10.0.0.27 - - [2025-12-25 03:55:43] "GET /virtual-network/f7303f65-d84b-4cb2-8613-68eddad7c79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006427 10.0.0.27 - - [2025-12-25 03:55:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.003308 10.0.0.27 - - [2025-12-25 03:55:43] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006510 10.0.0.23 - - [2025-12-25 03:55:43] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001906 10.0.0.27 - - [2025-12-25 03:55:44] "POST /neutron/port HTTP/1.1" 200 990 0.278125 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-machine-interface/c1027d33-5f0a-44e0-ba9f-edf3f83094fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.006616 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-machine-interface/c1027d33-5f0a-44e0-ba9f-edf3f83094fe?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.006450 10.0.0.27 - - [2025-12-25 03:55:44] "GET /instance-ip/a842e63e-9b65-473e-9b91-2e52842116de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005995 10.0.0.27 - - [2025-12-25 03:55:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.003840 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-network/33f27f0d-0aeb-4031-a62a-c349fd0b14ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006397 10.0.0.23 - - [2025-12-25 03:55:44] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001285 10.0.0.27 - - [2025-12-25 03:55:44] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.050256 10.0.0.27 - - [2025-12-25 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2025-12-25 03:55:44] "GET /security-group/55bbfff8-7d8b-4135-9ce6-7207fb53fe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004635 10.0.0.27 - - [2025-12-25 03:55:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.111768 10.0.0.27 - - [2025-12-25 03:55:44] "POST /instance-ips HTTP/1.1" 200 357 0.056379 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-machine-interface/0f84521e-53e8-4a2c-81d4-5d785057b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006115 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-machine-interface/0f84521e-53e8-4a2c-81d4-5d785057b1e3?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011082 10.0.0.27 - - [2025-12-25 03:55:44] "GET /instance-ip/3690e868-caeb-4f20-a964-579c36b2b813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.005153 10.0.0.27 - - [2025-12-25 03:55:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.004224 10.0.0.27 - - [2025-12-25 03:55:44] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006146 10.0.0.27 - - [2025-12-25 03:55:45] "GET /virtual-machine-interface/465d2de8-b98a-4732-8c42-ec0439525920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008990 10.0.0.27 - - [2025-12-25 03:55:45] "GET /virtual-machine-interface/465d2de8-b98a-4732-8c42-ec0439525920?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010138 10.0.0.27 - - [2025-12-25 03:55:45] "GET /instance-ip/a256e78c-2162-45ad-990a-58e816b7572a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006078 10.0.0.27 - - [2025-12-25 03:55:45] "POST /fqname-to-id HTTP/1.1" 404 214 0.003669 10.0.0.27 - - [2025-12-25 03:55:45] "GET /virtual-network/33f27f0d-0aeb-4031-a62a-c349fd0b14ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008830 10.0.0.23 - - [2025-12-25 03:55:45] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001433 10.0.0.27 - - [2025-12-25 03:55:45] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.065320 10.0.0.27 - - [2025-12-25 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2025-12-25 03:55:45] "GET /security-group/55bbfff8-7d8b-4135-9ce6-7207fb53fe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.005668 10.0.0.27 - - [2025-12-25 03:55:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.130914 10.0.0.27 - - [2025-12-25 03:55:45] "POST /instance-ips HTTP/1.1" 200 357 0.041475 10.0.0.27 - - [2025-12-25 03:55:45] "GET /virtual-machine-interface/4d112840-2f33-410d-977c-675a797f1862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006913 10.0.0.27 - - [2025-12-25 03:55:45] "GET /virtual-machine-interface/4d112840-2f33-410d-977c-675a797f1862?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.015762 10.0.0.27 - - [2025-12-25 03:55:45] "GET /instance-ip/7cf6f208-811e-4fed-8d7b-15262872ec85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.006392 10.0.0.27 - - [2025-12-25 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 214 0.003545 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007595 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-machine-interface/1441d1d4-ee48-4e9e-b79e-72b743b545f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009943 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-machine-interface/1441d1d4-ee48-4e9e-b79e-72b743b545f4?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009825 10.0.0.27 - - [2025-12-25 03:55:46] "GET /instance-ip/06ecbfe3-05ca-4df1-a31a-bd21bd18bf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005484 10.0.0.27 - - [2025-12-25 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 214 0.004481 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-network/f7303f65-d84b-4cb2-8613-68eddad7c79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006535 10.0.0.23 - - [2025-12-25 03:55:46] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002424 10.0.0.27 - - [2025-12-25 03:55:46] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.043006 10.0.0.27 - - [2025-12-25 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.27 - - [2025-12-25 03:55:46] "GET /security-group/55bbfff8-7d8b-4135-9ce6-7207fb53fe21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.005101 10.0.0.27 - - [2025-12-25 03:55:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.115870 10.0.0.27 - - [2025-12-25 03:55:46] "POST /instance-ips HTTP/1.1" 200 357 0.053898 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-machine-interface/cc7167fc-2ea6-445f-971e-fda6af634fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006381 10.0.0.27 - - [2025-12-25 03:55:46] "GET /virtual-machine-interface/cc7167fc-2ea6-445f-971e-fda6af634fef?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.011384 10.0.0.27 - - [2025-12-25 03:55:46] "GET /instance-ip/994dd559-c463-4f3e-b4b9-a0017bf19fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005890 10.0.0.27 - - [2025-12-25 03:55:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001671 10.0.0.27 - - [2025-12-25 03:55:48] "POST /neutron/port HTTP/1.1" 200 990 0.024356 10.0.0.33 - - [2025-12-25 03:55:48] "DELETE /access-control-list/ce4045a9-9a55-4d64-918f-6e8f16cb14a4 HTTP/1.1" 200 115 0.044106 10.0.0.27 - - [2025-12-25 03:55:48] "POST /neutron/port HTTP/1.1" 200 990 0.016486 10.0.0.27 - - [2025-12-25 03:55:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001342 10.0.0.27 - - [2025-12-25 03:55:49] "POST /neutron/port HTTP/1.1" 200 990 0.013985 10.0.0.27 - - [2025-12-25 03:55:49] "POST /neutron/port HTTP/1.1" 200 990 0.015765 10.0.0.23 - - [2025-12-25 03:55:49] "DELETE /project/81a2da5a47484a168cfc343953e84a25 HTTP/1.1" 404 173 0.002617 10.0.0.23 - - [2025-12-25 03:55:49] "DELETE /project/45308055-fcb2-4b58-8ada-9dcf06c31bfe HTTP/1.1" 404 177 0.005094 10.0.0.27 - - [2025-12-25 03:55:49] "POST /neutron/port HTTP/1.1" 200 990 0.015757 10.0.0.27 - - [2025-12-25 03:55:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.27 - - [2025-12-25 03:55:50] "POST /neutron/network HTTP/1.1" 200 828 0.007648 10.0.0.23 - - [2025-12-25 03:55:50] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001015 10.0.0.27 - - [2025-12-25 03:55:50] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.089510 10.0.0.27 - - [2025-12-25 03:55:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.020043 10.0.0.27 - - [2025-12-25 03:55:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001235 10.0.0.27 - - [2025-12-25 03:55:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008197 10.0.0.27 - - [2025-12-25 03:55:51] "POST /neutron/port HTTP/1.1" 200 990 0.063855 10.0.0.27 - - [2025-12-25 03:55:51] "POST /neutron/port HTTP/1.1" 200 990 0.019687 10.0.0.27 - - [2025-12-25 03:55:51] "POST /neutron/port HTTP/1.1" 200 990 0.013520 10.0.0.27 - - [2025-12-25 03:55:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013751 10.0.0.23 - - [2025-12-25 03:55:51] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001498 10.0.0.27 - - [2025-12-25 03:55:52] "POST /neutron/router HTTP/1.1" 200 598 0.132680 10.0.0.27 - - [2025-12-25 03:55:52] "POST /neutron/router HTTP/1.1" 200 598 0.013554 10.0.0.23 - - [2025-12-25 03:55:52] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.27 - - [2025-12-25 03:55:52] "POST /neutron/router HTTP/1.1" 200 344 0.365781 10.0.0.33 - - [2025-12-25 03:55:52] "POST /ref-update HTTP/1.1" 200 156 0.021276 10.0.0.27 - - [2025-12-25 03:55:52] "POST /neutron/port HTTP/1.1" 200 990 0.014172 10.0.0.27 - - [2025-12-25 03:55:53] "POST /neutron/port HTTP/1.1" 200 1092 0.028394 10.0.0.27 - - [2025-12-25 03:55:53] "POST /neutron/port HTTP/1.1" 200 1082 0.171985 10.0.0.27 - - [2025-12-25 03:55:53] "POST /neutron/port HTTP/1.1" 200 1092 0.023512 10.0.0.27 - - [2025-12-25 03:55:53] "GET /virtual-machine/4febaa2f-ecf2-4e7b-9162-5f586bbd9874 HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-25 03:55:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004731 10.0.0.27 - - [2025-12-25 03:55:53] "POST /neutron/network HTTP/1.1" 200 828 0.007611 10.0.0.27 - - [2025-12-25 03:55:53] "GET /virtual-machine/4febaa2f-ecf2-4e7b-9162-5f586bbd9874 HTTP/1.1" 200 1274 0.053853 10.0.0.27 - - [2025-12-25 03:55:54] "GET /virtual-machine-interface/c1027d33-5f0a-44e0-ba9f-edf3f83094fe HTTP/1.1" 200 3188 0.007330 10.0.0.27 - - [2025-12-25 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2025-12-25 03:55:54] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006735 10.0.0.27 - - [2025-12-25 03:55:54] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005548 10.0.0.27 - - [2025-12-25 03:55:54] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005595 10.0.0.27 - - [2025-12-25 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.27 - - [2025-12-25 03:55:57] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006636 10.0.0.27 - - [2025-12-25 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-25 03:56:01] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006141 10.0.0.27 - - [2025-12-25 03:56:03] "POST /neutron/network HTTP/1.1" 200 839 0.013501 10.0.0.27 - - [2025-12-25 03:56:03] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.27 - - [2025-12-25 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2025-12-25 03:56:05] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006732 10.0.0.27 - - [2025-12-25 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-25 03:56:09] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005952 10.0.0.27 - - [2025-12-25 03:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.27 - - [2025-12-25 03:56:13] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006016 10.0.0.27 - - [2025-12-25 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.27 - - [2025-12-25 03:56:17] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006529 10.0.0.27 - - [2025-12-25 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2025-12-25 03:56:21] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008246 10.0.0.27 - - [2025-12-25 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-12-25 03:56:25] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007646 10.0.0.27 - - [2025-12-25 03:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.27 - - [2025-12-25 03:56:30] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005937 10.0.0.27 - - [2025-12-25 03:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2025-12-25 03:56:34] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010795 10.0.0.27 - - [2025-12-25 03:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-25 03:56:38] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007104 10.0.0.27 - - [2025-12-25 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2025-12-25 03:56:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.27 - - [2025-12-25 03:56:40] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004276 10.0.0.27 - - [2025-12-25 03:56:40] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006141 10.0.0.27 - - [2025-12-25 03:56:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008713 10.0.0.27 - - [2025-12-25 03:56:45] "POST /neutron/network HTTP/1.1" 200 838 0.008169 10.0.0.27 - - [2025-12-25 03:56:45] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.27 - - [2025-12-25 03:56:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009800 10.0.0.27 - - [2025-12-25 03:56:50] "POST /neutron/port HTTP/1.1" 200 1092 0.028167 10.0.0.27 - - [2025-12-25 03:56:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.040008 10.0.0.33 - - [2025-12-25 03:56:56] "GET /obj-perms HTTP/1.1" 200 5056 0.069001 10.0.0.27 - - [2025-12-25 03:57:01] "POST /neutron/port HTTP/1.1" 200 1129 0.031494 10.0.0.27 - - [2025-12-25 03:57:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009259 10.0.0.27 - - [2025-12-25 03:57:01] "GET /virtual-machine/8b84c6a0-dd24-49eb-9fb7-e059e2b8a2a8 HTTP/1.1" 200 1297 0.007145 10.0.0.27 - - [2025-12-25 03:57:01] "GET /virtual-machine-interface/b39e8c90-810c-4d0d-b5b5-ce2db73d5f48 HTTP/1.1" 200 2962 0.006143 10.0.0.27 - - [2025-12-25 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.27 - - [2025-12-25 03:57:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.27 - - [2025-12-25 03:57:01] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004111 10.0.0.27 - - [2025-12-25 03:57:01] "GET /virtual-network/f7303f65-d84b-4cb2-8613-68eddad7c79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008198 10.0.0.27 - - [2025-12-25 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.27 - - [2025-12-25 03:57:02] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005899 10.0.0.27 - - [2025-12-25 03:57:02] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004060 10.0.0.27 - - [2025-12-25 03:57:02] "GET /virtual-network/f7303f65-d84b-4cb2-8613-68eddad7c79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009021 10.0.0.27 - - [2025-12-25 03:57:03] "POST /neutron/port HTTP/1.1" 200 1129 0.040967 10.0.0.27 - - [2025-12-25 03:57:05] "POST /neutron/port HTTP/1.1" 200 1129 0.021607 10.0.0.27 - - [2025-12-25 03:57:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.009985 10.0.0.27 - - [2025-12-25 03:57:08] "POST /neutron/port HTTP/1.1" 200 1092 0.019082 10.0.0.27 - - [2025-12-25 03:57:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009760 10.0.0.27 - - [2025-12-25 03:57:08] "GET /virtual-machine/4f3b66aa-4c10-4c43-ba91-36bb6e3c709a HTTP/1.1" 200 1274 0.007496 10.0.0.27 - - [2025-12-25 03:57:08] "GET /virtual-machine-interface/1441d1d4-ee48-4e9e-b79e-72b743b545f4 HTTP/1.1" 200 3187 0.006373 10.0.0.27 - - [2025-12-25 03:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.27 - - [2025-12-25 03:57:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.27 - - [2025-12-25 03:57:08] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005176 10.0.0.27 - - [2025-12-25 03:57:08] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006708 10.0.0.27 - - [2025-12-25 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2025-12-25 03:57:11] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005448 10.0.0.27 - - [2025-12-25 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.27 - - [2025-12-25 03:57:15] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006873 10.0.0.27 - - [2025-12-25 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-25 03:57:20] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007860 10.0.0.27 - - [2025-12-25 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2025-12-25 03:57:24] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007049 10.0.0.27 - - [2025-12-25 03:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006870 10.0.0.27 - - [2025-12-25 03:57:28] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008292 10.0.0.27 - - [2025-12-25 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2025-12-25 03:57:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004812 10.0.0.27 - - [2025-12-25 03:57:32] "GET /virtual-networks?parent_id=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004813 10.0.0.27 - - [2025-12-25 03:57:32] "GET /virtual-network/33d90d59-55b4-4fad-b31c-77aeb5ac690c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006754 10.0.0.27 - - [2025-12-25 03:57:32] "POST /neutron/port HTTP/1.1" 200 1092 0.019768 10.0.0.27 - - [2025-12-25 03:57:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009147 10.0.0.27 - - [2025-12-25 03:57:46] "POST /neutron/port HTTP/1.1" 200 1092 0.021725 10.0.0.27 - - [2025-12-25 03:57:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004329 10.0.0.27 - - [2025-12-25 03:57:47] "POST /neutron/network HTTP/1.1" 200 828 0.008143 10.0.0.27 - - [2025-12-25 03:57:53] "POST /neutron/port HTTP/1.1" 200 1092 0.022916 10.0.0.27 - - [2025-12-25 03:57:57] "GET /obj-perms HTTP/1.1" 200 5056 0.076303 10.0.0.27 - - [2025-12-25 03:57:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008640 10.0.0.27 - - [2025-12-25 03:58:05] "POST /neutron/port HTTP/1.1" 200 1129 0.064083 10.0.0.27 - - [2025-12-25 03:58:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006728 10.0.0.27 - - [2025-12-25 03:58:05] "POST /neutron/network HTTP/1.1" 200 829 0.007871 10.0.0.27 - - [2025-12-25 03:58:14] "POST /neutron/port HTTP/1.1" 200 1092 0.019892 10.0.0.27 - - [2025-12-25 03:58:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008767 10.0.0.27 - - [2025-12-25 03:58:24] "POST /neutron/port HTTP/1.1" 200 1092 0.021529 10.0.0.27 - - [2025-12-25 03:58:46] "POST /neutron/port HTTP/1.1" 200 1092 0.063038 10.0.0.27 - - [2025-12-25 03:58:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.011032 10.0.0.23 - - [2025-12-25 03:58:58] "GET /obj-perms HTTP/1.1" 200 5056 0.079232 10.0.0.27 - - [2025-12-25 03:59:06] "POST /neutron/port HTTP/1.1" 200 1129 0.020834 10.0.0.27 - - [2025-12-25 03:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.27 - - [2025-12-25 03:59:06] "POST /neutron/network HTTP/1.1" 200 829 0.008893 10.0.0.33 - - [2025-12-25 03:59:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2025-12-25 03:59:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-25 03:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-25 03:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2025-12-25 03:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-25 03:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-25 03:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-12-25 03:59:47] "POST /neutron/network HTTP/1.1" 200 838 0.007968 10.0.0.27 - - [2025-12-25 03:59:47] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.27 - - [2025-12-25 04:00:02] "POST /neutron/router HTTP/1.1" 200 344 0.305427 10.0.0.27 - - [2025-12-25 04:00:03] "POST /neutron/router HTTP/1.1" 200 598 0.012709 10.0.0.33 - - [2025-12-25 04:00:03] "POST /ref-update HTTP/1.1" 200 156 0.133720 10.0.0.27 - - [2025-12-25 04:00:04] "POST /neutron/port HTTP/1.1" 200 1119 0.020090 10.0.0.27 - - [2025-12-25 04:00:05] "DELETE /instance-ip/994dd559-c463-4f3e-b4b9-a0017bf19fb8 HTTP/1.1" 200 115 0.053392 10.0.0.27 - - [2025-12-25 04:00:05] "DELETE /virtual-machine-interface/cc7167fc-2ea6-445f-971e-fda6af634fef HTTP/1.1" 200 115 0.079444 10.0.0.27 - - [2025-12-25 04:00:05] "POST /neutron/port HTTP/1.1" 200 151 0.203443 10.0.0.27 - - [2025-12-25 04:00:05] "DELETE /instance-ip/7cf6f208-811e-4fed-8d7b-15262872ec85 HTTP/1.1" 200 115 0.061643 10.0.0.27 - - [2025-12-25 04:00:05] "DELETE /virtual-machine-interface/4d112840-2f33-410d-977c-675a797f1862 HTTP/1.1" 200 115 0.074768 10.0.0.27 - - [2025-12-25 04:00:06] "DELETE /instance-ip/3690e868-caeb-4f20-a964-579c36b2b813 HTTP/1.1" 200 115 0.057759 10.0.0.27 - - [2025-12-25 04:00:06] "DELETE /virtual-machine-interface/0f84521e-53e8-4a2c-81d4-5d785057b1e3 HTTP/1.1" 200 115 0.081540 10.0.0.27 - - [2025-12-25 04:00:06] "POST /neutron/port HTTP/1.1" 200 1082 0.022880 10.0.0.33 - - [2025-12-25 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.013634 10.0.0.23 - - [2025-12-25 04:00:06] "POST /useragent-kv HTTP/1.1" 200 115 0.080745 10.0.0.23 - - [2025-12-25 04:00:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003190 10.0.0.27 - - [2025-12-25 04:00:06] "POST /neutron/network HTTP/1.1" 200 151 0.251455 10.0.0.33 - - [2025-12-25 04:00:06] "DELETE /route-target/faf4e1bf-1cac-4493-971d-b8b5ad912c44 HTTP/1.1" 200 115 0.024553 10.0.0.27 - - [2025-12-25 04:00:06] "POST /neutron/network HTTP/1.1" 200 826 0.008082 10.0.0.23 - - [2025-12-25 04:00:07] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001291 10.0.0.27 - - [2025-12-25 04:00:07] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.099467 10.0.0.23 - - [2025-12-25 04:00:07] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.27 - - [2025-12-25 04:00:07] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?fields=virtual_networks HTTP/1.1" 200 1050 0.044426 10.0.0.23 - - [2025-12-25 04:00:07] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.27 - - [2025-12-25 04:00:07] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.058910 10.0.0.23 - - [2025-12-25 04:00:07] "GET /projects?obj_uuids=81a2da5a-4748-4a16-8cfc-343953e84a25&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001332 10.0.0.27 - - [2025-12-25 04:00:07] "GET /project/81a2da5a-4748-4a16-8cfc-343953e84a25?fields=security_groups HTTP/1.1" 200 1280 0.042135 10.0.0.27 - - [2025-12-25 04:00:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.045882 10.0.0.23 - - [2025-12-25 04:00:08] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003384 10.0.0.23 - - [2025-12-25 04:00:08] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002129 10.0.0.23 - - [2025-12-25 04:00:08] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.063452 10.0.0.27 - - [2025-12-25 04:00:09] "POST /neutron/port HTTP/1.1" 400 205 0.009621 10.0.0.23 - - [2025-12-25 04:00:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.002706 10.0.0.23 - - [2025-12-25 04:00:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.007658 10.0.0.23 - - [2025-12-25 04:00:09] "POST /security-groups HTTP/1.1" 200 590 0.082119 10.0.0.33 - - [2025-12-25 04:00:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.004697 10.0.0.23 - - [2025-12-25 04:00:09] "POST /projects HTTP/1.1" 200 583 0.335724 10.0.0.23 - - [2025-12-25 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.378070 10.0.0.27 - - [2025-12-25 04:00:09] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.619587 10.0.0.33 - - [2025-12-25 04:00:09] "POST /access-control-lists HTTP/1.1" 200 593 0.055262 10.0.0.27 - - [2025-12-25 04:00:10] "GET / HTTP/1.1" 200 35931 0.002689 10.0.0.27 - - [2025-12-25 04:00:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-12-25 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.089953 10.0.0.23 - - [2025-12-25 04:00:13] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001150 10.0.0.27 - - [2025-12-25 04:00:13] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.056534 10.0.0.27 - - [2025-12-25 04:00:13] "POST /neutron/network HTTP/1.1" 200 117 0.053195 10.0.0.27 - - [2025-12-25 04:00:13] "POST /neutron/network HTTP/1.1" 200 822 0.010352 10.0.0.27 - - [2025-12-25 04:00:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001625 10.0.0.27 - - [2025-12-25 04:00:13] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005634 10.0.0.27 - - [2025-12-25 04:00:14] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005862 10.0.0.27 - - [2025-12-25 04:00:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.010907 10.0.0.27 - - [2025-12-25 04:00:14] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007245 10.0.0.33 - - [2025-12-25 04:00:15] "GET /obj-perms HTTP/1.1" 200 5028 0.076239 10.0.0.27 - - [2025-12-25 04:00:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001400 10.0.0.23 - - [2025-12-25 04:00:17] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001132 10.0.0.27 - - [2025-12-25 04:00:17] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.098876 10.0.0.27 - - [2025-12-25 04:00:17] "POST /neutron/port HTTP/1.1" 200 117 0.007385 10.0.0.27 - - [2025-12-25 04:00:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001407 10.0.0.27 - - [2025-12-25 04:00:18] "POST /neutron/network HTTP/1.1" 200 832 0.007562 10.0.0.27 - - [2025-12-25 04:00:18] "POST /neutron/port HTTP/1.1" 200 1058 0.024097 10.0.0.27 - - [2025-12-25 04:00:19] "POST /neutron/port HTTP/1.1" 200 1122 0.028605 10.0.0.23 - - [2025-12-25 04:00:19] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005591 10.0.0.27 - - [2025-12-25 04:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.001704 10.0.0.27 - - [2025-12-25 04:00:19] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.113007 10.0.0.27 - - [2025-12-25 04:00:19] "POST /neutron/port HTTP/1.1" 200 1122 0.026166 10.0.0.27 - - [2025-12-25 04:00:19] "POST /neutron/port HTTP/1.1" 200 1122 0.024857 10.0.0.23 - - [2025-12-25 04:00:20] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001351 10.0.0.27 - - [2025-12-25 04:00:20] "POST /neutron/port HTTP/1.1" 200 1058 0.365001 10.0.0.27 - - [2025-12-25 04:00:20] "POST /neutron/port HTTP/1.1" 200 1112 0.151293 10.0.0.27 - - [2025-12-25 04:00:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.013331 10.0.0.27 - - [2025-12-25 04:00:24] "POST /neutron/port HTTP/1.1" 200 1122 0.027765 10.0.0.27 - - [2025-12-25 04:00:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009051 10.0.0.27 - - [2025-12-25 04:00:25] "GET /virtual-machine/4e8abb7c-a67b-4ae7-868e-79c1938249d5 HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-12-25 04:00:25] "GET /virtual-machine/4e8abb7c-a67b-4ae7-868e-79c1938249d5 HTTP/1.1" 200 1290 0.040489 10.0.0.27 - - [2025-12-25 04:00:25] "GET /virtual-machine-interface/04c3ec81-af8a-436b-bd96-5016bc975728 HTTP/1.1" 200 2935 0.009421 10.0.0.27 - - [2025-12-25 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.27 - - [2025-12-25 04:00:25] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004320 10.0.0.27 - - [2025-12-25 04:00:25] "GET /virtual-networks?parent_id=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003652 10.0.0.27 - - [2025-12-25 04:00:25] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008438 10.0.0.27 - - [2025-12-25 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.27 - - [2025-12-25 04:00:28] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006430 10.0.0.27 - - [2025-12-25 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2025-12-25 04:00:32] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005678 10.0.0.33 - - [2025-12-25 04:00:36] "DELETE /access-control-list/9131a929-cc0f-4093-bfa2-a1ea645ea03f HTTP/1.1" 200 115 0.051042 10.0.0.27 - - [2025-12-25 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2025-12-25 04:00:36] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006084 10.0.0.27 - - [2025-12-25 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.27 - - [2025-12-25 04:00:41] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006892 10.0.0.27 - - [2025-12-25 04:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2025-12-25 04:00:45] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008778 10.0.0.27 - - [2025-12-25 04:00:47] "POST /neutron/port HTTP/1.1" 200 1122 0.020637 10.0.0.27 - - [2025-12-25 04:00:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005816 10.0.0.27 - - [2025-12-25 04:00:48] "POST /neutron/network HTTP/1.1" 200 822 0.009402 10.0.0.27 - - [2025-12-25 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2025-12-25 04:00:49] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007708 10.0.0.23 - - [2025-12-25 04:00:50] "DELETE /project/78e76bfe3ae64a23a5c0f684c120f31b HTTP/1.1" 404 173 0.003487 10.0.0.23 - - [2025-12-25 04:00:50] "DELETE /project/81a2da5a-4748-4a16-8cfc-343953e84a25 HTTP/1.1" 404 177 0.006268 10.0.0.27 - - [2025-12-25 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2025-12-25 04:00:53] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006871 10.0.0.27 - - [2025-12-25 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2025-12-25 04:00:57] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007287 10.0.0.27 - - [2025-12-25 04:01:00] "GET /obj-perms HTTP/1.1" 200 5056 0.065307 10.0.0.27 - - [2025-12-25 04:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2025-12-25 04:01:01] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007230 10.0.0.27 - - [2025-12-25 04:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.27 - - [2025-12-25 04:01:05] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007980 10.0.0.27 - - [2025-12-25 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.27 - - [2025-12-25 04:01:09] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007477 10.0.0.27 - - [2025-12-25 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2025-12-25 04:01:13] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007195 10.0.0.27 - - [2025-12-25 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007638 10.0.0.27 - - [2025-12-25 04:01:17] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008527 10.0.0.27 - - [2025-12-25 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.27 - - [2025-12-25 04:01:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006254 10.0.0.27 - - [2025-12-25 04:01:19] "GET /virtual-networks?parent_id=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005094 10.0.0.27 - - [2025-12-25 04:01:20] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006853 10.0.0.27 - - [2025-12-25 04:01:25] "POST /neutron/port HTTP/1.1" 200 1122 0.021237 10.0.0.27 - - [2025-12-25 04:01:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010681 10.0.0.27 - - [2025-12-25 04:01:32] "POST /neutron/port HTTP/1.1" 200 1122 0.027441 10.0.0.27 - - [2025-12-25 04:01:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009398 10.0.0.27 - - [2025-12-25 04:01:46] "POST /neutron/port HTTP/1.1" 200 1122 0.024192 10.0.0.27 - - [2025-12-25 04:01:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009747 10.0.0.27 - - [2025-12-25 04:01:46] "GET /virtual-machine/87bf676b-1b89-4fff-b8ea-aabba2b3bf0e HTTP/1.1" 200 1291 0.012959 10.0.0.27 - - [2025-12-25 04:01:46] "GET /virtual-machine-interface/5580339c-d335-4c1b-8b5c-209f9f5d4fd6 HTTP/1.1" 200 2936 0.009592 10.0.0.27 - - [2025-12-25 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-12-25 04:01:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004869 10.0.0.27 - - [2025-12-25 04:01:46] "GET /virtual-networks?parent_id=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004082 10.0.0.27 - - [2025-12-25 04:01:46] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008555 10.0.0.27 - - [2025-12-25 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.27 - - [2025-12-25 04:01:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004758 10.0.0.27 - - [2025-12-25 04:01:47] "GET /virtual-networks?parent_id=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003350 10.0.0.27 - - [2025-12-25 04:01:47] "GET /virtual-network/c62dad6f-efdd-47dc-946e-684bd11ed3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007350 10.0.0.27 - - [2025-12-25 04:01:48] "POST /neutron/port HTTP/1.1" 200 1122 0.021441 10.0.0.27 - - [2025-12-25 04:01:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005042 10.0.0.27 - - [2025-12-25 04:01:49] "POST /neutron/network HTTP/1.1" 200 822 0.007758 10.0.0.23 - - [2025-12-25 04:02:01] "GET /obj-perms HTTP/1.1" 200 5056 0.084532 10.0.0.27 - - [2025-12-25 04:02:50] "POST /neutron/network HTTP/1.1" 200 832 0.007703 10.0.0.27 - - [2025-12-25 04:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.27 - - [2025-12-25 04:03:14] "POST /neutron/network HTTP/1.1" 400 204 0.014994 10.0.0.27 - - [2025-12-25 04:03:14] "POST /neutron/port HTTP/1.1" 200 151 0.265514 10.0.0.27 - - [2025-12-25 04:03:14] "POST /neutron/port HTTP/1.1" 200 151 0.248177 10.0.0.33 - - [2025-12-25 04:03:16] "DELETE /route-target/21a898f3-8e1d-46f3-96ec-1b0693ea3715 HTTP/1.1" 200 115 0.028407 10.0.0.23 - - [2025-12-25 04:03:17] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002377 10.0.0.27 - - [2025-12-25 04:03:17] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.072747 10.0.0.23 - - [2025-12-25 04:03:17] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001282 10.0.0.27 - - [2025-12-25 04:03:17] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?fields=virtual_networks HTTP/1.1" 200 1040 0.056454 10.0.0.23 - - [2025-12-25 04:03:17] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001045 10.0.0.27 - - [2025-12-25 04:03:18] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044125 10.0.0.23 - - [2025-12-25 04:03:18] "GET /projects?obj_uuids=78e76bfe-3ae6-4a23-a5c0-f684c120f31b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002233 10.0.0.27 - - [2025-12-25 04:03:18] "GET /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b?fields=security_groups HTTP/1.1" 200 1265 0.045857 10.0.0.27 - - [2025-12-25 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 187 0.038255 10.0.0.23 - - [2025-12-25 04:03:19] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003613 10.0.0.23 - - [2025-12-25 04:03:19] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.23 - - [2025-12-25 04:03:19] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009647 10.0.0.23 - - [2025-12-25 04:03:19] "POST /id-to-fqname HTTP/1.1" 200 189 0.006034 10.0.0.23 - - [2025-12-25 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.005213 10.0.0.23 - - [2025-12-25 04:03:19] "POST /security-groups HTTP/1.1" 200 590 0.085036 10.0.0.23 - - [2025-12-25 04:03:19] "POST /projects HTTP/1.1" 200 583 0.321048 10.0.0.23 - - [2025-12-25 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.368853 10.0.0.33 - - [2025-12-25 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.015122 10.0.0.27 - - [2025-12-25 04:03:19] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.568924 10.0.0.27 - - [2025-12-25 04:03:21] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.27 - - [2025-12-25 04:03:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-12-25 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.079595 10.0.0.23 - - [2025-12-25 04:03:23] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000992 10.0.0.27 - - [2025-12-25 04:03:23] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055613 10.0.0.27 - - [2025-12-25 04:03:23] "POST /neutron/network HTTP/1.1" 200 117 0.045892 10.0.0.33 - - [2025-12-25 04:03:23] "POST /ref-update HTTP/1.1" 200 156 0.026353 10.0.0.27 - - [2025-12-25 04:03:24] "POST /neutron/network HTTP/1.1" 200 822 0.010557 10.0.0.27 - - [2025-12-25 04:03:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001552 10.0.0.27 - - [2025-12-25 04:03:24] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006987 10.0.0.27 - - [2025-12-25 04:03:24] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007501 10.0.0.27 - - [2025-12-25 04:03:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.012381 10.0.0.27 - - [2025-12-25 04:03:25] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006948 10.0.0.33 - - [2025-12-25 04:03:26] "GET /obj-perms HTTP/1.1" 200 5028 0.062249 10.0.0.27 - - [2025-12-25 04:03:26] "POST /id-to-fqname HTTP/1.1" 200 219 0.001562 10.0.0.23 - - [2025-12-25 04:03:27] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000935 10.0.0.27 - - [2025-12-25 04:03:27] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086822 10.0.0.27 - - [2025-12-25 04:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.007887 10.0.0.27 - - [2025-12-25 04:03:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001582 10.0.0.27 - - [2025-12-25 04:03:28] "POST /neutron/network HTTP/1.1" 200 832 0.007729 10.0.0.27 - - [2025-12-25 04:03:28] "POST /neutron/port HTTP/1.1" 200 1058 0.020257 10.0.0.27 - - [2025-12-25 04:03:29] "POST /neutron/port HTTP/1.1" 200 1122 0.026482 10.0.0.27 - - [2025-12-25 04:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.001711 10.0.0.23 - - [2025-12-25 04:03:29] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001257 10.0.0.27 - - [2025-12-25 04:03:29] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.105022 10.0.0.27 - - [2025-12-25 04:03:29] "POST /neutron/port HTTP/1.1" 200 1122 0.028911 10.0.0.27 - - [2025-12-25 04:03:29] "POST /neutron/port HTTP/1.1" 200 1122 0.020995 10.0.0.23 - - [2025-12-25 04:03:30] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001035 10.0.0.27 - - [2025-12-25 04:03:30] "POST /neutron/port HTTP/1.1" 200 1058 0.331685 10.0.0.27 - - [2025-12-25 04:03:30] "POST /neutron/port HTTP/1.1" 200 1112 0.173523 10.0.0.27 - - [2025-12-25 04:03:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.011131 10.0.0.27 - - [2025-12-25 04:03:34] "POST /neutron/port HTTP/1.1" 200 1122 0.025100 10.0.0.27 - - [2025-12-25 04:03:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009636 10.0.0.27 - - [2025-12-25 04:03:35] "GET /virtual-machine/15471bbe-429f-469c-b805-3ed5ed209426 HTTP/1.1" 401 292 0.000984 10.0.0.27 - - [2025-12-25 04:03:35] "GET /virtual-machine/15471bbe-429f-469c-b805-3ed5ed209426 HTTP/1.1" 200 1291 0.046931 10.0.0.27 - - [2025-12-25 04:03:35] "GET /virtual-machine-interface/48cb22fb-fbd7-4067-8002-413f14592c01 HTTP/1.1" 200 2935 0.006154 10.0.0.27 - - [2025-12-25 04:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-25 04:03:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.27 - - [2025-12-25 04:03:35] "GET /virtual-networks?parent_id=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003730 10.0.0.27 - - [2025-12-25 04:03:35] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007442 10.0.0.27 - - [2025-12-25 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.27 - - [2025-12-25 04:03:38] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006214 10.0.0.27 - - [2025-12-25 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2025-12-25 04:03:42] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006114 10.0.0.27 - - [2025-12-25 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2025-12-25 04:03:47] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006467 10.0.0.23 - - [2025-12-25 04:03:50] "DELETE /project/78e76bfe-3ae6-4a23-a5c0-f684c120f31b HTTP/1.1" 404 177 0.005023 10.0.0.23 - - [2025-12-25 04:03:50] "DELETE /project/c172bce6c46a4e658b37e4bc93c7781b HTTP/1.1" 404 173 0.004453 10.0.0.27 - - [2025-12-25 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2025-12-25 04:03:51] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007259 10.0.0.27 - - [2025-12-25 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-12-25 04:03:55] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005885 10.0.0.27 - - [2025-12-25 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.27 - - [2025-12-25 04:03:59] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006304 10.0.0.27 - - [2025-12-25 04:04:03] "GET /obj-perms HTTP/1.1" 200 5056 0.109765 10.0.0.27 - - [2025-12-25 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2025-12-25 04:04:03] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007691 10.0.0.27 - - [2025-12-25 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2025-12-25 04:04:07] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005539 10.0.0.27 - - [2025-12-25 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2025-12-25 04:04:11] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007178 10.0.0.27 - - [2025-12-25 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.27 - - [2025-12-25 04:04:15] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008879 10.0.0.27 - - [2025-12-25 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.27 - - [2025-12-25 04:04:19] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007704 10.0.0.27 - - [2025-12-25 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.27 - - [2025-12-25 04:04:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004275 10.0.0.27 - - [2025-12-25 04:04:21] "GET /virtual-networks?parent_id=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005340 10.0.0.27 - - [2025-12-25 04:04:22] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009252 10.0.0.27 - - [2025-12-25 04:04:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021893 10.0.0.27 - - [2025-12-25 04:04:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008948 10.0.0.27 - - [2025-12-25 04:04:33] "POST /neutron/port HTTP/1.1" 200 1122 0.056857 10.0.0.27 - - [2025-12-25 04:04:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007501 10.0.0.33 - - [2025-12-25 04:04:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.33 - - [2025-12-25 04:04:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.33 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000715 10.0.0.23 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2025-12-25 04:04:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-25 04:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-12-25 04:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-25 04:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-25 04:04:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-12-25 04:04:42] "POST /neutron/port HTTP/1.1" 200 1122 0.021726 10.0.0.27 - - [2025-12-25 04:04:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008067 10.0.0.27 - - [2025-12-25 04:04:48] "POST /neutron/port HTTP/1.1" 200 1122 0.020527 10.0.0.27 - - [2025-12-25 04:04:48] "GET /virtual-machine/6d4fad1d-0f49-4879-bae9-3c2827c20000 HTTP/1.1" 200 1291 0.007720 10.0.0.27 - - [2025-12-25 04:04:48] "GET /virtual-machine-interface/c93a9676-a2b1-46ff-8a73-5c53453731cc HTTP/1.1" 200 2936 0.006655 10.0.0.27 - - [2025-12-25 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2025-12-25 04:04:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.27 - - [2025-12-25 04:04:48] "GET /virtual-networks?parent_id=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004092 10.0.0.27 - - [2025-12-25 04:04:48] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006354 10.0.0.27 - - [2025-12-25 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2025-12-25 04:04:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004535 10.0.0.27 - - [2025-12-25 04:04:49] "GET /virtual-networks?parent_id=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003760 10.0.0.27 - - [2025-12-25 04:04:49] "GET /virtual-network/833776f1-5a2e-46fc-a1bd-b81e93ad22af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008305 10.0.0.27 - - [2025-12-25 04:04:52] "POST /neutron/port HTTP/1.1" 200 1122 0.051785 10.0.0.27 - - [2025-12-25 04:04:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.012291 10.0.0.23 - - [2025-12-25 04:05:04] "GET /obj-perms HTTP/1.1" 200 5056 0.067659 10.0.0.27 - - [2025-12-25 04:05:18] "POST /neutron/network HTTP/1.1" 200 822 0.010186 10.0.0.27 - - [2025-12-25 04:05:18] "POST /neutron/port HTTP/1.1" 200 1122 0.023466 10.0.0.27 - - [2025-12-25 04:05:19] "POST /neutron/port HTTP/1.1" 200 151 0.254915 10.0.0.23 - - [2025-12-25 04:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.051402 10.0.0.23 - - [2025-12-25 04:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.27 - - [2025-12-25 04:05:20] "POST /neutron/network HTTP/1.1" 200 151 0.212720 10.0.0.33 - - [2025-12-25 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.077489 10.0.0.23 - - [2025-12-25 04:05:22] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001715 10.0.0.27 - - [2025-12-25 04:05:22] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.107451 10.0.0.23 - - [2025-12-25 04:05:22] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001000 10.0.0.27 - - [2025-12-25 04:05:22] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?fields=virtual_networks HTTP/1.1" 200 1041 0.065848 10.0.0.23 - - [2025-12-25 04:05:22] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001744 10.0.0.27 - - [2025-12-25 04:05:22] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.051303 10.0.0.23 - - [2025-12-25 04:05:22] "GET /projects?obj_uuids=c172bce6-c46a-4e65-8b37-e4bc93c7781b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001112 10.0.0.27 - - [2025-12-25 04:05:22] "GET /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b?fields=security_groups HTTP/1.1" 200 1266 0.050912 10.0.0.33 - - [2025-12-25 04:05:38] "DELETE /access-control-list/0390771c-5f74-4d6d-9263-d23a8df62c0a HTTP/1.1" 200 115 0.042539 10.0.0.27 - - [2025-12-25 04:05:39] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.27 - - [2025-12-25 04:05:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-25 04:05:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.071831 10.0.0.23 - - [2025-12-25 04:05:40] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003639 10.0.0.23 - - [2025-12-25 04:05:40] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001579 10.0.0.23 - - [2025-12-25 04:05:40] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042501 10.0.0.23 - - [2025-12-25 04:05:40] "POST /id-to-fqname HTTP/1.1" 200 203 0.004131 10.0.0.23 - - [2025-12-25 04:05:40] "POST /fqname-to-id HTTP/1.1" 404 212 0.005818 10.0.0.23 - - [2025-12-25 04:05:41] "POST /security-groups HTTP/1.1" 200 604 0.038638 10.0.0.23 - - [2025-12-25 04:05:41] "POST /projects HTTP/1.1" 200 611 0.258775 10.0.0.23 - - [2025-12-25 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.306888 10.0.0.33 - - [2025-12-25 04:05:41] "POST /fqname-to-id HTTP/1.1" 404 246 0.011041 10.0.0.27 - - [2025-12-25 04:05:41] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.499214 10.0.0.27 - - [2025-12-25 04:05:42] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.27 - - [2025-12-25 04:05:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-25 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.077320 10.0.0.23 - - [2025-12-25 04:05:43] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001045 10.0.0.27 - - [2025-12-25 04:05:43] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.060391 10.0.0.33 - - [2025-12-25 04:05:44] "POST /ref-update HTTP/1.1" 200 156 0.034376 10.0.0.23 - - [2025-12-25 04:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007321 10.0.0.27 - - [2025-12-25 04:05:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.282350 10.0.0.27 - - [2025-12-25 04:05:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001651 10.0.0.27 - - [2025-12-25 04:05:44] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006114 10.0.0.27 - - [2025-12-25 04:05:44] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007023 10.0.0.27 - - [2025-12-25 04:05:44] "POST /neutron/network HTTP/1.1" 200 839 0.008678 10.0.0.27 - - [2025-12-25 04:05:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.002091 10.0.0.23 - - [2025-12-25 04:05:45] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001689 10.0.0.27 - - [2025-12-25 04:05:45] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.101924 10.0.0.27 - - [2025-12-25 04:05:45] "POST /neutron/network HTTP/1.1" 200 839 0.045108 10.0.0.27 - - [2025-12-25 04:05:45] "POST /id-to-fqname HTTP/1.1" 200 234 0.001633 10.0.0.27 - - [2025-12-25 04:05:46] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.23 - - [2025-12-25 04:05:46] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001413 10.0.0.27 - - [2025-12-25 04:05:46] "POST /neutron/port HTTP/1.1" 200 1073 0.364612 10.0.0.27 - - [2025-12-25 04:05:47] "POST /neutron/port HTTP/1.1" 200 1127 0.154409 10.0.0.23 - - [2025-12-25 04:05:47] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001250 10.0.0.27 - - [2025-12-25 04:05:47] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.118358 10.0.0.27 - - [2025-12-25 04:05:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005026 10.0.0.27 - - [2025-12-25 04:05:47] "POST /neutron/network HTTP/1.1" 200 839 0.008023 10.0.0.27 - - [2025-12-25 04:05:47] "POST /neutron/port HTTP/1.1" 200 117 0.008535 10.0.0.27 - - [2025-12-25 04:05:48] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006160 10.0.0.27 - - [2025-12-25 04:05:48] "POST /neutron/port HTTP/1.1" 200 1073 0.023183 10.0.0.27 - - [2025-12-25 04:05:48] "POST /neutron/port HTTP/1.1" 200 1137 0.022470 10.0.0.27 - - [2025-12-25 04:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.27 - - [2025-12-25 04:05:50] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010272 10.0.0.23 - - [2025-12-25 04:05:50] "DELETE /project/c172bce6-c46a-4e65-8b37-e4bc93c7781b HTTP/1.1" 404 177 0.003421 10.0.0.23 - - [2025-12-25 04:05:50] "DELETE /project/f7e1d98d1e4c4c1199d8b00749489041 HTTP/1.1" 404 173 0.006004 10.0.0.27 - - [2025-12-25 04:05:50] "POST /neutron/port HTTP/1.1" 200 1137 0.020876 10.0.0.27 - - [2025-12-25 04:05:50] "GET /virtual-machine/41c9967d-edf2-4ef1-ac16-ce080426d615 HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-12-25 04:05:51] "GET /virtual-machine/41c9967d-edf2-4ef1-ac16-ce080426d615 HTTP/1.1" 200 1305 0.074428 10.0.0.27 - - [2025-12-25 04:05:51] "GET /virtual-machine-interface/72040f6a-e600-40aa-a60f-b25d9e9db319 HTTP/1.1" 200 3009 0.008415 10.0.0.27 - - [2025-12-25 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.27 - - [2025-12-25 04:05:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004824 10.0.0.27 - - [2025-12-25 04:05:51] "GET /virtual-networks?parent_id=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004147 10.0.0.27 - - [2025-12-25 04:05:51] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007237 10.0.0.27 - - [2025-12-25 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.27 - - [2025-12-25 04:05:54] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005866 10.0.0.27 - - [2025-12-25 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2025-12-25 04:05:58] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009174 10.0.0.27 - - [2025-12-25 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.27 - - [2025-12-25 04:06:02] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011781 10.0.0.33 - - [2025-12-25 04:06:05] "GET /obj-perms HTTP/1.1" 200 5056 0.076663 10.0.0.27 - - [2025-12-25 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.27 - - [2025-12-25 04:06:06] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005687 10.0.0.27 - - [2025-12-25 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2025-12-25 04:06:10] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006445 10.0.0.27 - - [2025-12-25 04:06:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009057 10.0.0.27 - - [2025-12-25 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.27 - - [2025-12-25 04:06:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005265 10.0.0.27 - - [2025-12-25 04:06:12] "GET /virtual-networks?parent_id=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004105 10.0.0.27 - - [2025-12-25 04:06:12] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009223 10.0.0.27 - - [2025-12-25 04:06:13] "POST /neutron/port HTTP/1.1" 200 1137 0.020434 10.0.0.27 - - [2025-12-25 04:06:17] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008709 10.0.0.27 - - [2025-12-25 04:06:23] "POST /neutron/port HTTP/1.1" 200 1137 0.019682 10.0.0.27 - - [2025-12-25 04:06:23] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008834 10.0.0.27 - - [2025-12-25 04:06:23] "GET /virtual-machine/52c2d38d-d1ff-4cc4-8305-28db1db5edb7 HTTP/1.1" 200 1304 0.006951 10.0.0.27 - - [2025-12-25 04:06:23] "GET /virtual-machine-interface/29a922d1-4ad9-40c5-98f6-37528dfe0d6e HTTP/1.1" 200 3009 0.007764 10.0.0.27 - - [2025-12-25 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728 10.0.0.27 - - [2025-12-25 04:06:23] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005386 10.0.0.27 - - [2025-12-25 04:06:23] "GET /virtual-networks?parent_id=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004027 10.0.0.27 - - [2025-12-25 04:06:23] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007114 10.0.0.27 - - [2025-12-25 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.27 - - [2025-12-25 04:06:24] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.27 - - [2025-12-25 04:06:24] "GET /virtual-networks?parent_id=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004692 10.0.0.27 - - [2025-12-25 04:06:24] "GET /virtual-network/7cda16f8-e874-487c-a31c-2149c8eef0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007022 10.0.0.27 - - [2025-12-25 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.27 - - [2025-12-25 04:06:25] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004783 10.0.0.27 - - [2025-12-25 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2025-12-25 04:06:25] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004805 10.0.0.27 - - [2025-12-25 04:06:25] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.013179 10.0.0.27 - - [2025-12-25 04:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2025-12-25 04:06:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004727 10.0.0.27 - - [2025-12-25 04:06:38] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.021422 10.0.0.27 - - [2025-12-25 04:06:52] "POST /neutron/network HTTP/1.1" 200 849 0.008908 10.0.0.27 - - [2025-12-25 04:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.27 - - [2025-12-25 04:07:06] "GET /obj-perms HTTP/1.1" 200 5056 0.080263 10.0.0.27 - - [2025-12-25 04:07:33] "POST /neutron/network HTTP/1.1" 400 204 0.015752 10.0.0.27 - - [2025-12-25 04:07:34] "POST /neutron/port HTTP/1.1" 200 1137 0.021548 10.0.0.27 - - [2025-12-25 04:07:34] "POST /neutron/port HTTP/1.1" 200 151 0.269710 10.0.0.23 - - [2025-12-25 04:07:35] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001433 10.0.0.27 - - [2025-12-25 04:07:35] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.044262 10.0.0.23 - - [2025-12-25 04:07:35] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001202 10.0.0.27 - - [2025-12-25 04:07:35] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?fields=virtual_networks HTTP/1.1" 200 1069 0.072948 10.0.0.23 - - [2025-12-25 04:07:36] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001189 10.0.0.27 - - [2025-12-25 04:07:36] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.066354 10.0.0.23 - - [2025-12-25 04:07:36] "GET /projects?obj_uuids=f7e1d98d-1e4c-4c11-99d8-b00749489041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001515 10.0.0.27 - - [2025-12-25 04:07:36] "GET /project/f7e1d98d-1e4c-4c11-99d8-b00749489041?fields=security_groups HTTP/1.1" 200 1308 0.042285 10.0.0.27 - - [2025-12-25 04:07:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.041902 10.0.0.23 - - [2025-12-25 04:07:37] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003355 10.0.0.23 - - [2025-12-25 04:07:37] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002348 10.0.0.23 - - [2025-12-25 04:07:37] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009604 10.0.0.23 - - [2025-12-25 04:07:37] "POST /id-to-fqname HTTP/1.1" 200 209 0.001413 10.0.0.23 - - [2025-12-25 04:07:37] "POST /fqname-to-id HTTP/1.1" 404 217 0.009447 10.0.0.23 - - [2025-12-25 04:07:37] "POST /security-groups HTTP/1.1" 200 609 0.039274 10.0.0.33 - - [2025-12-25 04:07:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.006860 10.0.0.23 - - [2025-12-25 04:07:37] "POST /projects HTTP/1.1" 200 621 0.262347 10.0.0.23 - - [2025-12-25 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.300534 10.0.0.27 - - [2025-12-25 04:07:37] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.474493 10.0.0.33 - - [2025-12-25 04:07:37] "POST /access-control-lists HTTP/1.1" 200 612 0.044127 10.0.0.27 - - [2025-12-25 04:07:39] "GET / HTTP/1.1" 200 35931 0.002434 10.0.0.27 - - [2025-12-25 04:07:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.27 - - [2025-12-25 04:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.083280 10.0.0.23 - - [2025-12-25 04:07:40] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000993 10.0.0.27 - - [2025-12-25 04:07:40] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.046835 10.0.0.27 - - [2025-12-25 04:07:40] "POST /neutron/network HTTP/1.1" 200 117 0.050568 10.0.0.33 - - [2025-12-25 04:07:40] "POST /route-targets HTTP/1.1" 200 327 0.020113 10.0.0.27 - - [2025-12-25 04:07:41] "POST /neutron/network HTTP/1.1" 200 843 0.015687 10.0.0.27 - - [2025-12-25 04:07:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001781 10.0.0.27 - - [2025-12-25 04:07:41] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006471 10.0.0.27 - - [2025-12-25 04:07:41] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005868 10.0.0.27 - - [2025-12-25 04:07:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.011439 10.0.0.27 - - [2025-12-25 04:07:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001261 10.0.0.23 - - [2025-12-25 04:07:42] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001208 10.0.0.27 - - [2025-12-25 04:07:42] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.089021 10.0.0.27 - - [2025-12-25 04:07:42] "POST /neutron/port HTTP/1.1" 200 117 0.008548 10.0.0.27 - - [2025-12-25 04:07:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001324 10.0.0.27 - - [2025-12-25 04:07:42] "POST /neutron/network HTTP/1.1" 200 853 0.009866 10.0.0.27 - - [2025-12-25 04:07:43] "POST /neutron/port HTTP/1.1" 200 1077 0.022386 10.0.0.27 - - [2025-12-25 04:07:43] "POST /neutron/port HTTP/1.1" 200 1141 0.024966 10.0.0.23 - - [2025-12-25 04:07:43] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001137 10.0.0.27 - - [2025-12-25 04:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.27 - - [2025-12-25 04:07:43] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.096898 10.0.0.27 - - [2025-12-25 04:07:44] "POST /neutron/port HTTP/1.1" 200 1141 0.026209 10.0.0.27 - - [2025-12-25 04:07:44] "POST /neutron/network HTTP/1.1" 200 853 0.007832 10.0.0.27 - - [2025-12-25 04:07:44] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007648 10.0.0.27 - - [2025-12-25 04:07:45] "POST /neutron/port HTTP/1.1" 200 1077 0.027986 10.0.0.27 - - [2025-12-25 04:07:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006044 10.0.0.27 - - [2025-12-25 04:07:45] "POST /neutron/network HTTP/1.1" 200 843 0.009730 10.0.0.23 - - [2025-12-25 04:07:46] "GET /obj-perms HTTP/1.1" 200 5066 0.086401 10.0.0.27 - - [2025-12-25 04:07:46] "POST /neutron/port HTTP/1.1" 200 1141 0.022293 10.0.0.27 - - [2025-12-25 04:07:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008472 10.0.0.27 - - [2025-12-25 04:07:46] "GET /virtual-machine/cadfd5a9-3d8a-4180-864e-9219c743a127 HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-12-25 04:07:47] "GET /virtual-machine/cadfd5a9-3d8a-4180-864e-9219c743a127 HTTP/1.1" 200 1310 0.039268 10.0.0.27 - - [2025-12-25 04:07:47] "GET /virtual-machine-interface/3aaafd76-1372-4a21-b37c-840271cd6a43 HTTP/1.1" 200 3034 0.006530 10.0.0.27 - - [2025-12-25 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2025-12-25 04:07:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2025-12-25 04:07:47] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004003 10.0.0.27 - - [2025-12-25 04:07:47] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006561 10.0.0.27 - - [2025-12-25 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.27 - - [2025-12-25 04:07:50] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007418 10.0.0.23 - - [2025-12-25 04:07:50] "DELETE /project/c90e5c5c227e426e8f48f72a34c94b58 HTTP/1.1" 404 173 0.003742 10.0.0.23 - - [2025-12-25 04:07:50] "DELETE /project/f7e1d98d-1e4c-4c11-99d8-b00749489041 HTTP/1.1" 404 177 0.006982 10.0.0.27 - - [2025-12-25 04:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2025-12-25 04:07:54] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006489 10.0.0.27 - - [2025-12-25 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.27 - - [2025-12-25 04:07:58] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.018497 10.0.0.27 - - [2025-12-25 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005900 10.0.0.27 - - [2025-12-25 04:08:02] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010954 10.0.0.27 - - [2025-12-25 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2025-12-25 04:08:06] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006068 10.0.0.27 - - [2025-12-25 04:08:08] "POST /neutron/port HTTP/1.1" 200 1141 0.028510 10.0.0.27 - - [2025-12-25 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2025-12-25 04:08:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.27 - - [2025-12-25 04:08:08] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004368 10.0.0.27 - - [2025-12-25 04:08:09] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006279 10.0.0.27 - - [2025-12-25 04:08:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008563 10.0.0.27 - - [2025-12-25 04:08:19] "POST /neutron/port HTTP/1.1" 200 1141 0.022382 10.0.0.27 - - [2025-12-25 04:08:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008665 10.0.0.27 - - [2025-12-25 04:08:19] "GET /virtual-machine/88798eb8-fd36-43f8-ac27-56d85da5fbd2 HTTP/1.1" 200 1310 0.007108 10.0.0.27 - - [2025-12-25 04:08:19] "GET /virtual-machine-interface/94857304-d847-45d1-bded-46a8e22154c3 HTTP/1.1" 200 3035 0.006716 10.0.0.27 - - [2025-12-25 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2025-12-25 04:08:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.27 - - [2025-12-25 04:08:19] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003843 10.0.0.27 - - [2025-12-25 04:08:19] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007298 10.0.0.27 - - [2025-12-25 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-12-25 04:08:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005338 10.0.0.27 - - [2025-12-25 04:08:21] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003700 10.0.0.27 - - [2025-12-25 04:08:21] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006186 10.0.0.27 - - [2025-12-25 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2025-12-25 04:08:21] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001376 10.0.0.27 - - [2025-12-25 04:08:21] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.055680 10.0.0.27 - - [2025-12-25 04:08:21] "POST /neutron/network HTTP/1.1" 200 117 0.018653 10.0.0.33 - - [2025-12-25 04:08:21] "POST /ref-update HTTP/1.1" 200 156 0.057018 10.0.0.27 - - [2025-12-25 04:08:21] "POST /neutron/network HTTP/1.1" 200 846 0.010631 10.0.0.27 - - [2025-12-25 04:08:21] "POST /id-to-fqname HTTP/1.1" 200 239 0.001692 10.0.0.27 - - [2025-12-25 04:08:21] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008009 10.0.0.27 - - [2025-12-25 04:08:22] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006832 10.0.0.27 - - [2025-12-25 04:08:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.012023 10.0.0.27 - - [2025-12-25 04:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2025-12-25 04:08:22] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001065 10.0.0.27 - - [2025-12-25 04:08:22] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.059041 10.0.0.23 - - [2025-12-25 04:08:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008090 10.0.0.27 - - [2025-12-25 04:08:22] "POST /neutron/subnet HTTP/1.1" 200 700 0.252166 10.0.0.27 - - [2025-12-25 04:08:22] "POST /id-to-fqname HTTP/1.1" 200 242 0.001540 10.0.0.27 - - [2025-12-25 04:08:22] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006541 10.0.0.27 - - [2025-12-25 04:08:22] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006759 10.0.0.27 - - [2025-12-25 04:08:22] "POST /neutron/network HTTP/1.1" 200 845 0.008337 10.0.0.27 - - [2025-12-25 04:08:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.001384 10.0.0.27 - - [2025-12-25 04:08:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008134 10.0.0.23 - - [2025-12-25 04:08:23] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001645 10.0.0.27 - - [2025-12-25 04:08:23] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.110255 10.0.0.27 - - [2025-12-25 04:08:24] "POST /neutron/port HTTP/1.1" 200 2130 0.032832 10.0.0.27 - - [2025-12-25 04:08:24] "POST /id-to-fqname HTTP/1.1" 200 242 0.002327 10.0.0.27 - - [2025-12-25 04:08:24] "POST /neutron/port HTTP/1.1" 200 2130 0.027205 10.0.0.27 - - [2025-12-25 04:08:24] "POST /neutron/network HTTP/1.1" 200 856 0.007024 10.0.0.27 - - [2025-12-25 04:08:25] "POST /neutron/port HTTP/1.1" 200 1080 0.058859 10.0.0.23 - - [2025-12-25 04:08:25] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001078 10.0.0.27 - - [2025-12-25 04:08:25] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.108003 10.0.0.27 - - [2025-12-25 04:08:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005266 10.0.0.27 - - [2025-12-25 04:08:25] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.27 - - [2025-12-25 04:08:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.016077 10.0.0.27 - - [2025-12-25 04:08:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001442 10.0.0.27 - - [2025-12-25 04:08:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001427 10.0.0.27 - - [2025-12-25 04:08:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010892 10.0.0.23 - - [2025-12-25 04:08:26] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001198 10.0.0.27 - - [2025-12-25 04:08:26] "POST /neutron/port HTTP/1.1" 200 1073 0.304836 10.0.0.27 - - [2025-12-25 04:08:27] "POST /neutron/port HTTP/1.1" 200 1127 0.147413 10.0.0.27 - - [2025-12-25 04:08:27] "POST /neutron/subnet HTTP/1.1" 200 674 0.010027 10.0.0.23 - - [2025-12-25 04:08:27] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001148 10.0.0.27 - - [2025-12-25 04:08:27] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.075538 10.0.0.27 - - [2025-12-25 04:08:27] "POST /neutron/network HTTP/1.1" 200 843 0.009314 10.0.0.27 - - [2025-12-25 04:08:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009683 10.0.0.27 - - [2025-12-25 04:08:28] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007287 10.0.0.23 - - [2025-12-25 04:08:28] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001282 10.0.0.27 - - [2025-12-25 04:08:28] "POST /neutron/port HTTP/1.1" 200 1077 0.339724 10.0.0.33 - - [2025-12-25 04:08:28] "GET /obj-perms HTTP/1.1" 200 5066 0.154244 10.0.0.27 - - [2025-12-25 04:08:29] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005543 10.0.0.27 - - [2025-12-25 04:08:29] "POST /neutron/port HTTP/1.1" 200 1077 0.014113 10.0.0.27 - - [2025-12-25 04:08:29] "GET /obj-perms HTTP/1.1" 200 5066 0.065461 10.0.0.27 - - [2025-12-25 04:08:29] "POST /neutron/port HTTP/1.1" 200 1080 0.022619 10.0.0.23 - - [2025-12-25 04:08:29] "GET /obj-perms HTTP/1.1" 200 5066 0.003511 10.0.0.27 - - [2025-12-25 04:08:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006057 10.0.0.27 - - [2025-12-25 04:08:30] "POST /neutron/network HTTP/1.1" 200 843 0.008629 10.0.0.27 - - [2025-12-25 04:08:30] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005653 10.0.0.27 - - [2025-12-25 04:08:30] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.27 - - [2025-12-25 04:08:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009062 10.0.0.27 - - [2025-12-25 04:08:30] "POST /neutron/port HTTP/1.1" 200 1137 0.026853 10.0.0.27 - - [2025-12-25 04:08:31] "GET /virtual-machine/f8805b1e-01b8-47bb-a33e-aedbb54853e9 HTTP/1.1" 200 1311 0.007375 10.0.0.27 - - [2025-12-25 04:08:31] "GET /virtual-machine-interface/22358be6-942a-4f13-a06e-5f2937ff98d1 HTTP/1.1" 200 3043 0.007519 10.0.0.27 - - [2025-12-25 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2025-12-25 04:08:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005362 10.0.0.27 - - [2025-12-25 04:08:31] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004136 10.0.0.27 - - [2025-12-25 04:08:31] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006826 10.0.0.27 - - [2025-12-25 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2025-12-25 04:08:34] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006801 10.0.0.27 - - [2025-12-25 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2025-12-25 04:08:38] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006577 10.0.0.27 - - [2025-12-25 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2025-12-25 04:08:42] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005672 10.0.0.27 - - [2025-12-25 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.27 - - [2025-12-25 04:08:46] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005415 10.0.0.27 - - [2025-12-25 04:08:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008525 10.0.0.27 - - [2025-12-25 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2025-12-25 04:08:50] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006382 10.0.0.27 - - [2025-12-25 04:08:51] "POST /neutron/port HTTP/1.1" 200 1137 0.023887 10.0.0.27 - - [2025-12-25 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2025-12-25 04:08:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.27 - - [2025-12-25 04:08:52] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005445 10.0.0.27 - - [2025-12-25 04:08:52] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007503 10.0.0.27 - - [2025-12-25 04:08:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008205 10.0.0.27 - - [2025-12-25 04:08:54] "POST /neutron/network HTTP/1.1" 200 853 0.009859 10.0.0.27 - - [2025-12-25 04:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.27 - - [2025-12-25 04:08:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008739 10.0.0.27 - - [2025-12-25 04:08:58] "POST /neutron/port HTTP/1.1" 200 1144 0.037470 10.0.0.27 - - [2025-12-25 04:08:58] "GET /virtual-machine/7ca8419e-0665-4d71-995e-4087962f03ec HTTP/1.1" 200 1310 0.008792 10.0.0.27 - - [2025-12-25 04:08:58] "GET /virtual-machine-interface/9406d1ab-818c-4444-af88-11b1161a798d HTTP/1.1" 200 3035 0.006127 10.0.0.27 - - [2025-12-25 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.27 - - [2025-12-25 04:08:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007002 10.0.0.27 - - [2025-12-25 04:08:58] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003527 10.0.0.27 - - [2025-12-25 04:08:58] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009359 10.0.0.27 - - [2025-12-25 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2025-12-25 04:08:59] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003830 10.0.0.27 - - [2025-12-25 04:08:59] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004137 10.0.0.27 - - [2025-12-25 04:08:59] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006561 10.0.0.27 - - [2025-12-25 04:09:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010113 10.0.0.27 - - [2025-12-25 04:09:00] "POST /neutron/port HTTP/1.1" 200 2133 0.039468 10.0.0.27 - - [2025-12-25 04:09:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010187 10.0.0.27 - - [2025-12-25 04:09:00] "GET /virtual-machine/73d89da3-a432-4c50-b7ca-9e8203929560 HTTP/1.1" 200 1586 0.007776 10.0.0.27 - - [2025-12-25 04:09:00] "GET /virtual-machine-interface/611ccef6-f58b-4ff2-900f-d745d338fc5e HTTP/1.1" 200 3034 0.006541 10.0.0.27 - - [2025-12-25 04:09:00] "GET /virtual-machine-interface/928f3476-1c4c-4891-9f3b-072c23116375 HTTP/1.1" 200 3035 0.005724 10.0.0.27 - - [2025-12-25 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.27 - - [2025-12-25 04:09:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.27 - - [2025-12-25 04:09:00] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.010479 10.0.0.27 - - [2025-12-25 04:09:00] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007156 10.0.0.27 - - [2025-12-25 04:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2025-12-25 04:09:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008235 10.0.0.27 - - [2025-12-25 04:09:01] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004611 10.0.0.27 - - [2025-12-25 04:09:01] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007926 10.0.0.27 - - [2025-12-25 04:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.27 - - [2025-12-25 04:09:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.27 - - [2025-12-25 04:09:01] "GET /virtual-networks?parent_id=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005969 10.0.0.27 - - [2025-12-25 04:09:01] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009444 10.0.0.27 - - [2025-12-25 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-12-25 04:09:03] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008666 10.0.0.27 - - [2025-12-25 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.27 - - [2025-12-25 04:09:03] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.27 - - [2025-12-25 04:09:03] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.014807 10.0.0.27 - - [2025-12-25 04:09:03] "POST /fqname-to-id HTTP/1.1" 404 217 0.004175 10.0.0.27 - - [2025-12-25 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006672 10.0.0.23 - - [2025-12-25 04:09:03] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001543 10.0.0.27 - - [2025-12-25 04:09:03] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.071587 10.0.0.27 - - [2025-12-25 04:09:03] "POST /network-policys HTTP/1.1" 200 539 0.048880 10.0.0.27 - - [2025-12-25 04:09:03] "GET /network-policy/97e918a0-cded-4ee5-8729-40894f87f917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006641 10.0.0.27 - - [2025-12-25 04:09:04] "POST /neutron/network HTTP/1.1" 200 937 0.014655 10.0.0.27 - - [2025-12-25 04:09:04] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007013 10.0.0.27 - - [2025-12-25 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.27 - - [2025-12-25 04:09:04] "GET /network-policy/97e918a0-cded-4ee5-8729-40894f87f917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005020 10.0.0.27 - - [2025-12-25 04:09:04] "POST /neutron/network HTTP/1.1" 200 940 0.012790 10.0.0.27 - - [2025-12-25 04:09:04] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006766 10.0.0.27 - - [2025-12-25 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2025-12-25 04:09:04] "GET /network-policy/97e918a0-cded-4ee5-8729-40894f87f917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005177 10.0.0.33 - - [2025-12-25 04:09:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.005126 10.0.0.33 - - [2025-12-25 04:09:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.006949 10.0.0.27 - - [2025-12-25 04:09:04] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.017673 10.0.0.33 - - [2025-12-25 04:09:05] "GET /obj-perms HTTP/1.1" 200 5066 0.005084 10.0.0.27 - - [2025-12-25 04:09:05] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006096 10.0.0.27 - - [2025-12-25 04:09:05] "GET /obj-perms HTTP/1.1" 200 5066 0.004141 10.0.0.23 - - [2025-12-25 04:09:05] "GET /obj-perms HTTP/1.1" 200 5066 0.004474 10.0.0.27 - - [2025-12-25 04:09:05] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.008403 10.0.0.27 - - [2025-12-25 04:09:06] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.007442 10.0.0.33 - - [2025-12-25 04:09:06] "GET /obj-perms HTTP/1.1" 200 5066 0.004279 10.0.0.27 - - [2025-12-25 04:09:06] "GET /virtual-network/02fda1c5-5e2f-4ad3-a59c-ee2096a2ad03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007050 10.0.0.27 - - [2025-12-25 04:09:07] "GET /obj-perms HTTP/1.1" 200 5066 0.004328 10.0.0.23 - - [2025-12-25 04:09:07] "GET /obj-perms HTTP/1.1" 200 5066 0.004972 10.0.0.27 - - [2025-12-25 04:09:21] "POST /neutron/network HTTP/1.1" 200 950 0.010012 10.0.0.27 - - [2025-12-25 04:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.27 - - [2025-12-25 04:09:22] "GET /obj-perms HTTP/1.1" 200 5066 0.004549 10.0.0.33 - - [2025-12-25 04:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001349 10.0.0.33 - - [2025-12-25 04:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.33 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-25 04:09:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.27 - - [2025-12-25 04:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2025-12-25 04:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-12-25 04:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-25 04:09:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-12-25 04:09:57] "POST /neutron/port HTTP/1.1" 200 1141 0.057150 10.0.0.27 - - [2025-12-25 04:09:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.010083 10.0.0.27 - - [2025-12-25 04:10:21] "POST /neutron/port HTTP/1.1" 200 1137 0.023099 10.0.0.27 - - [2025-12-25 04:10:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004649 10.0.0.27 - - [2025-12-25 04:10:21] "POST /neutron/network HTTP/1.1" 200 845 0.009576 10.0.0.27 - - [2025-12-25 04:10:58] "POST /neutron/network HTTP/1.1" 200 1745 0.012255 10.0.0.27 - - [2025-12-25 04:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.27 - - [2025-12-25 04:10:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.010889 10.0.0.33 - - [2025-12-25 04:11:09] "GET /obj-perms HTTP/1.1" 200 5056 0.084203 10.0.0.27 - - [2025-12-25 04:11:20] "POST /neutron/port HTTP/1.1" 200 1144 0.022396 10.0.0.27 - - [2025-12-25 04:11:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004997 10.0.0.27 - - [2025-12-25 04:11:21] "POST /neutron/network HTTP/1.1" 200 940 0.008166 10.0.0.27 - - [2025-12-25 04:12:01] "POST /neutron/network HTTP/1.1" 200 947 0.008348 10.0.0.27 - - [2025-12-25 04:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.27 - - [2025-12-25 04:12:10] "GET /obj-perms HTTP/1.1" 200 5056 0.085378 10.0.0.27 - - [2025-12-25 04:12:22] "POST /neutron/port HTTP/1.1" 200 1137 0.026829 10.0.0.27 - - [2025-12-25 04:12:22] "POST /neutron/subnet HTTP/1.1" 200 674 0.011203 10.0.0.27 - - [2025-12-25 04:12:45] "GET /obj-perms HTTP/1.1" 200 5066 0.005502 10.0.0.27 - - [2025-12-25 04:12:47] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.045940 10.0.0.27 - - [2025-12-25 04:12:47] "POST /neutron/network HTTP/1.1" 200 940 0.042545 10.0.0.27 - - [2025-12-25 04:12:48] "GET /virtual-network/fa4de0d4-d437-43f8-9d5c-81c8de3d8bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009374 10.0.0.27 - - [2025-12-25 04:12:48] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005254 10.0.0.27 - - [2025-12-25 04:12:48] "POST /neutron/network HTTP/1.1" 200 937 0.007340 10.0.0.27 - - [2025-12-25 04:12:48] "GET /virtual-network/de69a30d-ad19-48f0-8d73-d1114865b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.011147 10.0.0.27 - - [2025-12-25 04:12:48] "DELETE /network-policy/97e918a0-cded-4ee5-8729-40894f87f917 HTTP/1.1" 200 115 0.047125 10.0.0.27 - - [2025-12-25 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.27 - - [2025-12-25 04:12:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005914 10.0.0.27 - - [2025-12-25 04:12:48] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.014816 10.0.0.33 - - [2025-12-25 04:12:48] "DELETE /access-control-list/e1467923-47b7-48e2-b34f-2b0fc15c60d1 HTTP/1.1" 200 115 0.089327 10.0.0.33 - - [2025-12-25 04:12:48] "DELETE /access-control-list/424c3665-9b2f-45c9-9e96-0d5dd61054f8 HTTP/1.1" 200 115 0.047960 10.0.0.27 - - [2025-12-25 04:12:50] "POST /neutron/network HTTP/1.1" 200 845 0.008018 10.0.0.27 - - [2025-12-25 04:12:50] "POST /neutron/port HTTP/1.1" 200 1127 0.015476 10.0.0.27 - - [2025-12-25 04:12:50] "POST /neutron/port HTTP/1.1" 200 151 0.249297 10.0.0.27 - - [2025-12-25 04:12:51] "POST /neutron/port HTTP/1.1" 200 151 0.249079 10.0.0.27 - - [2025-12-25 04:12:51] "POST /neutron/port HTTP/1.1" 200 151 0.190652 10.0.0.33 - - [2025-12-25 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.27 - - [2025-12-25 04:12:52] "POST /neutron/network HTTP/1.1" 200 846 0.008413 10.0.0.33 - - [2025-12-25 04:12:52] "DELETE /route-target/30489fb4-768a-4870-b5ac-351e8b09a4ab HTTP/1.1" 200 115 0.040840 10.0.0.27 - - [2025-12-25 04:12:53] "POST /neutron/network HTTP/1.1" 400 204 0.018428 10.0.0.27 - - [2025-12-25 04:12:54] "POST /neutron/port HTTP/1.1" 200 151 0.222591 10.0.0.27 - - [2025-12-25 04:12:54] "POST /neutron/port HTTP/1.1" 200 151 0.241042 10.0.0.23 - - [2025-12-25 04:12:55] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.034387 10.0.0.27 - - [2025-12-25 04:12:55] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.119111 10.0.0.23 - - [2025-12-25 04:12:55] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001545 10.0.0.27 - - [2025-12-25 04:12:55] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?fields=virtual_networks HTTP/1.1" 200 1079 0.045919 10.0.0.23 - - [2025-12-25 04:12:55] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001134 10.0.0.27 - - [2025-12-25 04:12:56] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?fields=virtual_machine_interfaces HTTP/1.1" 200 1079 0.046993 10.0.0.23 - - [2025-12-25 04:12:56] "GET /projects?obj_uuids=c90e5c5c-227e-426e-8f48-f72a34c94b58&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001612 10.0.0.27 - - [2025-12-25 04:12:56] "GET /project/c90e5c5c-227e-426e-8f48-f72a34c94b58?fields=security_groups HTTP/1.1" 200 1323 0.053357 10.0.0.27 - - [2025-12-25 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.038807 10.0.0.23 - - [2025-12-25 04:12:57] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003758 10.0.0.23 - - [2025-12-25 04:12:57] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001837 10.0.0.23 - - [2025-12-25 04:12:57] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042402 10.0.0.23 - - [2025-12-25 04:12:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.002400 10.0.0.23 - - [2025-12-25 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.010277 10.0.0.23 - - [2025-12-25 04:12:57] "POST /security-groups HTTP/1.1" 200 586 0.082183 10.0.0.33 - - [2025-12-25 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.005492 10.0.0.23 - - [2025-12-25 04:12:57] "POST /projects HTTP/1.1" 200 575 0.311937 10.0.0.23 - - [2025-12-25 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.351726 10.0.0.27 - - [2025-12-25 04:12:57] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.564646 10.0.0.33 - - [2025-12-25 04:12:57] "POST /access-control-lists HTTP/1.1" 200 589 0.055286 10.0.0.27 - - [2025-12-25 04:12:59] "GET / HTTP/1.1" 200 35931 0.003116 10.0.0.23 - - [2025-12-25 04:12:59] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001649 10.0.0.27 - - [2025-12-25 04:12:59] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.060251 10.0.0.27 - - [2025-12-25 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.27 - - [2025-12-25 04:13:01] "GET /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.006170 10.0.0.27 - - [2025-12-25 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.23 - - [2025-12-25 04:13:01] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002376 10.0.0.27 - - [2025-12-25 04:13:01] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.076904 10.0.0.27 - - [2025-12-25 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2025-12-25 04:13:01] "GET /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.006273 10.0.0.27 - - [2025-12-25 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2025-12-25 04:13:01] "PUT /security-group/1eb8cdf2-724b-4cac-ac65-dc7fb09d1518 HTTP/1.1" 200 262 0.021424 10.0.0.23 - - [2025-12-25 04:13:04] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.27 - - [2025-12-25 04:13:04] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.062470 10.0.0.23 - - [2025-12-25 04:13:04] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001924 10.0.0.27 - - [2025-12-25 04:13:04] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?fields=virtual_networks HTTP/1.1" 200 1033 0.067739 10.0.0.23 - - [2025-12-25 04:13:04] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.27 - - [2025-12-25 04:13:04] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052835 10.0.0.23 - - [2025-12-25 04:13:04] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.27 - - [2025-12-25 04:13:04] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?fields=security_groups HTTP/1.1" 200 1254 0.059780 10.0.0.27 - - [2025-12-25 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.038671 10.0.0.23 - - [2025-12-25 04:13:05] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003687 10.0.0.23 - - [2025-12-25 04:13:05] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.23 - - [2025-12-25 04:13:05] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009760 10.0.0.23 - - [2025-12-25 04:13:05] "POST /id-to-fqname HTTP/1.1" 200 194 0.003980 10.0.0.23 - - [2025-12-25 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.004132 10.0.0.23 - - [2025-12-25 04:13:06] "POST /security-groups HTTP/1.1" 200 595 0.035450 10.0.0.33 - - [2025-12-25 04:13:06] "POST /fqname-to-id HTTP/1.1" 404 238 0.004077 10.0.0.23 - - [2025-12-25 04:13:06] "POST /projects HTTP/1.1" 200 593 0.277174 10.0.0.23 - - [2025-12-25 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.327150 10.0.0.27 - - [2025-12-25 04:13:06] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.503619 10.0.0.33 - - [2025-12-25 04:13:06] "POST /access-control-lists HTTP/1.1" 200 598 0.067379 10.0.0.27 - - [2025-12-25 04:13:07] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.27 - - [2025-12-25 04:13:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-12-25 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.068778 10.0.0.23 - - [2025-12-25 04:13:10] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001189 10.0.0.27 - - [2025-12-25 04:13:10] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055319 10.0.0.27 - - [2025-12-25 04:13:10] "POST /neutron/network HTTP/1.1" 200 117 0.059013 10.0.0.27 - - [2025-12-25 04:13:10] "POST /neutron/network HTTP/1.1" 200 842 0.011011 10.0.0.27 - - [2025-12-25 04:13:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001417 10.0.0.27 - - [2025-12-25 04:13:10] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007170 10.0.0.27 - - [2025-12-25 04:13:10] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005579 10.0.0.27 - - [2025-12-25 04:13:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.012380 10.0.0.27 - - [2025-12-25 04:13:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001721 10.0.0.23 - - [2025-12-25 04:13:11] "GET /obj-perms HTTP/1.1" 200 5056 0.151779 10.0.0.23 - - [2025-12-25 04:13:12] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001053 10.0.0.27 - - [2025-12-25 04:13:12] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.080394 10.0.0.27 - - [2025-12-25 04:13:12] "POST /neutron/port HTTP/1.1" 200 117 0.006847 10.0.0.27 - - [2025-12-25 04:13:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001254 10.0.0.27 - - [2025-12-25 04:13:13] "POST /neutron/network HTTP/1.1" 200 852 0.008514 10.0.0.27 - - [2025-12-25 04:13:13] "POST /neutron/port HTTP/1.1" 200 1064 0.024328 10.0.0.27 - - [2025-12-25 04:13:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005000 10.0.0.27 - - [2025-12-25 04:13:14] "POST /neutron/network HTTP/1.1" 200 842 0.008745 10.0.0.27 - - [2025-12-25 04:13:37] "POST /neutron/network HTTP/1.1" 200 852 0.009518 10.0.0.23 - - [2025-12-25 04:13:38] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001032 10.0.0.27 - - [2025-12-25 04:13:38] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.091729 10.0.0.27 - - [2025-12-25 04:13:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009589 10.0.0.27 - - [2025-12-25 04:13:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009381 10.0.0.27 - - [2025-12-25 04:13:39] "POST /neutron/port HTTP/1.1" 200 1128 0.040428 10.0.0.27 - - [2025-12-25 04:13:39] "GET /virtual-machine/8285c659-8b8a-40bb-b85d-66a000d9d122 HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-25 04:13:39] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002973 10.0.0.27 - - [2025-12-25 04:13:39] "GET /virtual-machine/8285c659-8b8a-40bb-b85d-66a000d9d122 HTTP/1.1" 200 1296 0.203070 10.0.0.27 - - [2025-12-25 04:13:39] "GET /virtual-machine-interface/046b7c35-2dff-488e-8446-534a1072864e HTTP/1.1" 200 2980 0.007427 10.0.0.27 - - [2025-12-25 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008253 10.0.0.27 - - [2025-12-25 04:13:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005994 10.0.0.27 - - [2025-12-25 04:13:40] "GET /virtual-networks?parent_id=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002728 10.0.0.33 - - [2025-12-25 04:13:40] "DELETE /access-control-list/6e9993a7-c77d-48b6-a85d-ef26e44b9d89 HTTP/1.1" 200 115 0.083880 10.0.0.27 - - [2025-12-25 04:13:40] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013211 10.0.0.27 - - [2025-12-25 04:13:40] "POST /neutron/port HTTP/1.1" 200 1064 0.550027 10.0.0.27 - - [2025-12-25 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-12-25 04:13:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009964 10.0.0.27 - - [2025-12-25 04:13:41] "GET /virtual-networks?parent_id=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003140 10.0.0.27 - - [2025-12-25 04:13:41] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006123 10.0.0.27 - - [2025-12-25 04:13:41] "POST /neutron/port HTTP/1.1" 200 1118 0.225418 10.0.0.27 - - [2025-12-25 04:13:41] "POST /neutron/port HTTP/1.1" 200 1128 0.035120 10.0.0.27 - - [2025-12-25 04:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2025-12-25 04:13:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014611 10.0.0.23 - - [2025-12-25 04:13:51] "DELETE /project/92025d4958a94a08b44eaf34adb409fc HTTP/1.1" 404 173 0.005477 10.0.0.23 - - [2025-12-25 04:13:51] "DELETE /project/c90e5c5c-227e-426e-8f48-f72a34c94b58 HTTP/1.1" 404 177 0.007250 10.0.0.23 - - [2025-12-25 04:13:51] "DELETE /project/80f10563df8d4d63bf94e6c02ca83db6 HTTP/1.1" 404 173 0.004929 10.0.0.23 - - [2025-12-25 04:13:51] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000837 10.0.0.23 - - [2025-12-25 04:13:51] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.044985 10.0.0.23 - - [2025-12-25 04:13:51] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001447 10.0.0.23 - - [2025-12-25 04:13:51] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?fields=security_groups HTTP/1.1" 200 1359 0.051247 10.0.0.23 - - [2025-12-25 04:13:51] "DELETE /security-group/3e373eb6-70e9-44b2-90d8-a9874a29258c HTTP/1.1" 200 115 0.069320 10.0.0.23 - - [2025-12-25 04:13:51] "GET /projects?obj_uuids=92025d49-58a9-4a08-b44e-af34adb409fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001610 10.0.0.23 - - [2025-12-25 04:13:51] "GET /project/92025d49-58a9-4a08-b44e-af34adb409fc?fields=application_policy_sets HTTP/1.1" 200 1398 0.058244 10.0.0.33 - - [2025-12-25 04:13:51] "DELETE /access-control-list/12c8242e-4927-4171-96b0-d737d9674263 HTTP/1.1" 200 115 0.055504 10.0.0.23 - - [2025-12-25 04:13:51] "DELETE /project/92025d49-58a9-4a08-b44e-af34adb409fc HTTP/1.1" 200 115 0.454468 10.0.0.27 - - [2025-12-25 04:13:57] "POST /neutron/port HTTP/1.1" 200 1128 0.027000 10.0.0.27 - - [2025-12-25 04:14:02] "POST /neutron/port HTTP/1.1" 200 1128 0.021957 10.0.0.27 - - [2025-12-25 04:14:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007517 10.0.0.27 - - [2025-12-25 04:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.27 - - [2025-12-25 04:14:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011241 10.0.0.33 - - [2025-12-25 04:14:12] "GET /obj-perms HTTP/1.1" 200 5056 0.067423 10.0.0.27 - - [2025-12-25 04:14:17] "POST /neutron/port HTTP/1.1" 200 1128 0.022606 10.0.0.27 - - [2025-12-25 04:14:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008077 10.0.0.27 - - [2025-12-25 04:14:17] "GET /virtual-machine/a5ef6f2e-4585-4532-938a-5f244ac8c75a HTTP/1.1" 200 1297 0.008235 10.0.0.27 - - [2025-12-25 04:14:17] "GET /virtual-machine-interface/81ac42a9-4407-457b-862b-b864e4f89ae8 HTTP/1.1" 200 2981 0.007768 10.0.0.27 - - [2025-12-25 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2025-12-25 04:14:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004267 10.0.0.27 - - [2025-12-25 04:14:17] "GET /virtual-networks?parent_id=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003578 10.0.0.27 - - [2025-12-25 04:14:17] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008207 10.0.0.27 - - [2025-12-25 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-12-25 04:14:21] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006406 10.0.0.27 - - [2025-12-25 04:14:24] "POST /neutron/port HTTP/1.1" 200 1128 0.021295 10.0.0.27 - - [2025-12-25 04:14:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003590 10.0.0.27 - - [2025-12-25 04:14:24] "POST /neutron/network HTTP/1.1" 200 842 0.009196 10.0.0.27 - - [2025-12-25 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.27 - - [2025-12-25 04:14:25] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006122 10.0.0.27 - - [2025-12-25 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.27 - - [2025-12-25 04:14:29] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008426 10.0.0.27 - - [2025-12-25 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2025-12-25 04:14:33] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006479 10.0.0.27 - - [2025-12-25 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-12-25 04:14:37] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006212 10.0.0.33 - - [2025-12-25 04:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-12-25 04:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-25 04:14:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-12-25 04:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-12-25 04:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-25 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.27 - - [2025-12-25 04:14:41] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008418 10.0.0.27 - - [2025-12-25 04:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-12-25 04:14:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-12-25 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.27 - - [2025-12-25 04:14:45] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008352 10.0.0.27 - - [2025-12-25 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006837 10.0.0.27 - - [2025-12-25 04:14:49] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009925 10.0.0.27 - - [2025-12-25 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005846 10.0.0.27 - - [2025-12-25 04:14:53] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005913 10.0.0.27 - - [2025-12-25 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.27 - - [2025-12-25 04:14:57] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006610 10.0.0.27 - - [2025-12-25 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.27 - - [2025-12-25 04:15:01] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006577 10.0.0.27 - - [2025-12-25 04:15:02] "POST /neutron/network HTTP/1.1" 200 852 0.065708 10.0.0.27 - - [2025-12-25 04:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.27 - - [2025-12-25 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2025-12-25 04:15:06] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006781 10.0.0.27 - - [2025-12-25 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-25 04:15:10] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009253 10.0.0.27 - - [2025-12-25 04:15:13] "GET /obj-perms HTTP/1.1" 200 5056 0.070668 10.0.0.27 - - [2025-12-25 04:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.27 - - [2025-12-25 04:15:14] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006473 10.0.0.27 - - [2025-12-25 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2025-12-25 04:15:18] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007012 10.0.0.27 - - [2025-12-25 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.27 - - [2025-12-25 04:15:22] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006202 10.0.0.27 - - [2025-12-25 04:15:25] "POST /neutron/port HTTP/1.1" 200 1128 0.021335 10.0.0.27 - - [2025-12-25 04:15:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.011234 10.0.0.27 - - [2025-12-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.27 - - [2025-12-25 04:15:26] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005931 10.0.0.27 - - [2025-12-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2025-12-25 04:15:30] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007373 10.0.0.27 - - [2025-12-25 04:15:32] "POST /neutron/port HTTP/1.1" 200 1128 0.057700 10.0.0.27 - - [2025-12-25 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.27 - - [2025-12-25 04:15:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004995 10.0.0.27 - - [2025-12-25 04:15:32] "GET /virtual-networks?parent_id=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003863 10.0.0.27 - - [2025-12-25 04:15:32] "GET /virtual-network/b53c6db4-ace3-4861-84c5-4d43d7bc0935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007860 10.0.0.27 - - [2025-12-25 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010262 10.0.0.27 - - [2025-12-25 04:15:43] "POST /neutron/port HTTP/1.1" 200 1128 0.023698 10.0.0.27 - - [2025-12-25 04:15:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017984 10.0.0.27 - - [2025-12-25 04:15:58] "POST /neutron/port HTTP/1.1" 200 1128 0.030894 10.0.0.27 - - [2025-12-25 04:16:04] "POST /neutron/port HTTP/1.1" 200 1128 0.029573 10.0.0.27 - - [2025-12-25 04:16:04] "POST /neutron/network HTTP/1.1" 200 852 0.008504 10.0.0.27 - - [2025-12-25 04:16:04] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.27 - - [2025-12-25 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014218 10.0.0.27 - - [2025-12-25 04:16:19] "POST /neutron/port HTTP/1.1" 200 1128 0.024791 10.0.0.27 - - [2025-12-25 04:16:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.004946 10.0.0.27 - - [2025-12-25 04:16:24] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.052957 10.0.0.27 - - [2025-12-25 04:16:25] "GET /bgp-as-a-service/f09e1fd4-3419-4744-b57d-426c19baa102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.009292 10.0.0.27 - - [2025-12-25 04:16:25] "GET /virtual-machine-interface/81ac42a9-4407-457b-862b-b864e4f89ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.009032 10.0.0.27 - - [2025-12-25 04:16:25] "POST /ref-update HTTP/1.1" 200 156 0.015213 10.0.0.27 - - [2025-12-25 04:16:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.014367 10.0.0.33 - - [2025-12-25 04:16:25] "POST /ref-update HTTP/1.1" 200 156 0.042867 10.0.0.27 - - [2025-12-25 04:16:27] "POST /neutron/port HTTP/1.1" 200 1128 0.024954 10.0.0.27 - - [2025-12-25 04:16:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004637 10.0.0.27 - - [2025-12-25 04:16:27] "POST /neutron/network HTTP/1.1" 200 842 0.008409 10.0.0.27 - - [2025-12-25 04:16:58] "GET /bgp-as-a-service/f09e1fd4-3419-4744-b57d-426c19baa102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009415 10.0.0.27 - - [2025-12-25 04:16:58] "GET /virtual-machine-interface/81ac42a9-4407-457b-862b-b864e4f89ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006271 10.0.0.27 - - [2025-12-25 04:16:58] "POST /ref-update HTTP/1.1" 200 156 0.017855 10.0.0.33 - - [2025-12-25 04:16:58] "POST /ref-update HTTP/1.1" 200 156 0.019071 10.0.0.27 - - [2025-12-25 04:16:58] "DELETE /bgp-as-a-service/f09e1fd4-3419-4744-b57d-426c19baa102 HTTP/1.1" 200 115 0.059130 10.0.0.27 - - [2025-12-25 04:16:59] "POST /neutron/port HTTP/1.1" 200 1128 0.029494 10.0.0.27 - - [2025-12-25 04:16:59] "POST /neutron/port HTTP/1.1" 200 1128 0.033407 10.0.0.27 - - [2025-12-25 04:17:00] "POST /neutron/network HTTP/1.1" 200 842 0.009984 10.0.0.33 - - [2025-12-25 04:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2025-12-25 04:17:02] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001803 10.0.0.27 - - [2025-12-25 04:17:02] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.051934 10.0.0.23 - - [2025-12-25 04:17:02] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001016 10.0.0.27 - - [2025-12-25 04:17:02] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?fields=virtual_networks HTTP/1.1" 200 1050 0.070384 10.0.0.23 - - [2025-12-25 04:17:02] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.27 - - [2025-12-25 04:17:02] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.082298 10.0.0.23 - - [2025-12-25 04:17:02] "GET /projects?obj_uuids=80f10563-df8d-4d63-bf94-e6c02ca83db6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001168 10.0.0.27 - - [2025-12-25 04:17:02] "GET /project/80f10563-df8d-4d63-bf94-e6c02ca83db6?fields=security_groups HTTP/1.1" 200 1280 0.072479 10.0.0.27 - - [2025-12-25 04:17:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.042023 10.0.0.23 - - [2025-12-25 04:17:04] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005697 10.0.0.23 - - [2025-12-25 04:17:04] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.23 - - [2025-12-25 04:17:04] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009045 10.0.0.23 - - [2025-12-25 04:17:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.004676 10.0.0.23 - - [2025-12-25 04:17:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.004851 10.0.0.23 - - [2025-12-25 04:17:04] "POST /security-groups HTTP/1.1" 200 592 0.091843 10.0.0.23 - - [2025-12-25 04:17:04] "POST /projects HTTP/1.1" 200 587 0.335754 10.0.0.23 - - [2025-12-25 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.397461 10.0.0.33 - - [2025-12-25 04:17:04] "POST /access-control-lists HTTP/1.1" 200 597 0.052083 10.0.0.27 - - [2025-12-25 04:17:04] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.617448 10.0.0.27 - - [2025-12-25 04:17:06] "GET / HTTP/1.1" 200 35931 0.002436 10.0.0.27 - - [2025-12-25 04:17:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.27 - - [2025-12-25 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.078965 10.0.0.23 - - [2025-12-25 04:17:08] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001848 10.0.0.27 - - [2025-12-25 04:17:08] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063259 10.0.0.23 - - [2025-12-25 04:17:08] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.27 - - [2025-12-25 04:17:09] "POST /neutron/network HTTP/1.1" 200 614 0.185573 10.0.0.33 - - [2025-12-25 04:17:09] "POST /route-targets HTTP/1.1" 200 327 0.016571 10.0.0.27 - - [2025-12-25 04:17:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.004082 10.0.0.27 - - [2025-12-25 04:17:09] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006146 10.0.0.27 - - [2025-12-25 04:17:09] "POST /neutron/network HTTP/1.1" 200 835 0.008886 10.0.0.27 - - [2025-12-25 04:17:09] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006784 10.0.0.27 - - [2025-12-25 04:17:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001394 10.0.0.27 - - [2025-12-25 04:17:09] "POST /neutron/network HTTP/1.1" 200 845 0.010944 10.0.0.23 - - [2025-12-25 04:17:10] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.27 - - [2025-12-25 04:17:10] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.089650 10.0.0.27 - - [2025-12-25 04:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.009387 10.0.0.27 - - [2025-12-25 04:17:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.002081 10.0.0.27 - - [2025-12-25 04:17:11] "POST /neutron/network HTTP/1.1" 200 845 0.008047 10.0.0.23 - - [2025-12-25 04:17:12] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.27 - - [2025-12-25 04:17:12] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.116096 10.0.0.27 - - [2025-12-25 04:17:12] "POST /neutron/port HTTP/1.1" 200 1063 0.039238 10.0.0.27 - - [2025-12-25 04:17:12] "POST /neutron/port HTTP/1.1" 200 1127 0.046711 10.0.0.27 - - [2025-12-25 04:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010799 10.0.0.27 - - [2025-12-25 04:17:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001551 10.0.0.27 - - [2025-12-25 04:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.002055 10.0.0.27 - - [2025-12-25 04:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014126 10.0.0.23 - - [2025-12-25 04:17:13] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001284 10.0.0.27 - - [2025-12-25 04:17:13] "POST /neutron/port HTTP/1.1" 200 1063 0.549599 10.0.0.27 - - [2025-12-25 04:17:14] "POST /neutron/port HTTP/1.1" 200 1117 0.187191 10.0.0.23 - - [2025-12-25 04:17:14] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.27 - - [2025-12-25 04:17:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.016040 10.0.0.27 - - [2025-12-25 04:17:14] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.118360 10.0.0.27 - - [2025-12-25 04:17:14] "POST /neutron/network HTTP/1.1" 200 835 0.065052 10.0.0.27 - - [2025-12-25 04:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.008669 10.0.0.27 - - [2025-12-25 04:17:15] "POST /neutron/network HTTP/1.1" 200 845 0.012688 10.0.0.23 - - [2025-12-25 04:17:15] "GET /obj-perms HTTP/1.1" 200 5056 0.145432 10.0.0.27 - - [2025-12-25 04:17:16] "POST /neutron/port HTTP/1.1" 200 1063 0.038167 10.0.0.27 - - [2025-12-25 04:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006028 10.0.0.27 - - [2025-12-25 04:17:16] "POST /neutron/network HTTP/1.1" 200 835 0.018213 10.0.0.27 - - [2025-12-25 04:17:25] "POST /neutron/port HTTP/1.1" 200 1127 0.022838 10.0.0.27 - - [2025-12-25 04:17:29] "POST /neutron/port HTTP/1.1" 200 1127 0.022576 10.0.0.27 - - [2025-12-25 04:17:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.009111 10.0.0.27 - - [2025-12-25 04:17:30] "POST /neutron/port HTTP/1.1" 200 1127 0.022851 10.0.0.27 - - [2025-12-25 04:17:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008420 10.0.0.33 - - [2025-12-25 04:17:41] "DELETE /access-control-list/ac28777f-2001-4326-8c45-6d2861ddfc76 HTTP/1.1" 200 115 0.061685 10.0.0.27 - - [2025-12-25 04:17:45] "POST /neutron/port HTTP/1.1" 200 1127 0.019278 10.0.0.27 - - [2025-12-25 04:17:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008064 10.0.0.27 - - [2025-12-25 04:17:51] "POST /neutron/port HTTP/1.1" 200 1127 0.023968 10.0.0.27 - - [2025-12-25 04:17:51] "GET /virtual-machine/ddacafb9-2c34-453a-a927-532e8f985333 HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-12-25 04:17:51] "GET /virtual-machine/ddacafb9-2c34-453a-a927-532e8f985333 HTTP/1.1" 200 1294 0.053097 10.0.0.27 - - [2025-12-25 04:17:51] "GET /virtual-machine-interface/e45394f3-93b5-4bc9-812b-cf5a5c1a2d14 HTTP/1.1" 200 2958 0.005765 10.0.0.27 - - [2025-12-25 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2025-12-25 04:17:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.27 - - [2025-12-25 04:17:51] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004374 10.0.0.27 - - [2025-12-25 04:17:51] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006709 10.0.0.23 - - [2025-12-25 04:17:51] "DELETE /project/80f10563-df8d-4d63-bf94-e6c02ca83db6 HTTP/1.1" 404 177 0.005038 10.0.0.23 - - [2025-12-25 04:17:51] "DELETE /project/6ef081973c414fb09c46b34d4066cfb1 HTTP/1.1" 404 173 0.004338 10.0.0.27 - - [2025-12-25 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008465 10.0.0.27 - - [2025-12-25 04:17:54] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006688 10.0.0.27 - - [2025-12-25 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.27 - - [2025-12-25 04:17:58] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005977 10.0.0.27 - - [2025-12-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-12-25 04:18:02] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006692 10.0.0.27 - - [2025-12-25 04:18:06] "POST /neutron/port HTTP/1.1" 200 1127 0.023657 10.0.0.27 - - [2025-12-25 04:18:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.010792 10.0.0.27 - - [2025-12-25 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.27 - - [2025-12-25 04:18:07] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008356 10.0.0.27 - - [2025-12-25 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.27 - - [2025-12-25 04:18:11] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006810 10.0.0.27 - - [2025-12-25 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2025-12-25 04:18:15] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007357 10.0.0.33 - - [2025-12-25 04:18:16] "GET /obj-perms HTTP/1.1" 200 5056 0.066460 10.0.0.27 - - [2025-12-25 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.27 - - [2025-12-25 04:18:19] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006173 10.0.0.27 - - [2025-12-25 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2025-12-25 04:18:23] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007174 10.0.0.27 - - [2025-12-25 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.27 - - [2025-12-25 04:18:27] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006451 10.0.0.27 - - [2025-12-25 04:18:29] "POST /neutron/port HTTP/1.1" 200 1127 0.025034 10.0.0.27 - - [2025-12-25 04:18:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005059 10.0.0.27 - - [2025-12-25 04:18:29] "POST /neutron/network HTTP/1.1" 200 835 0.011051 10.0.0.27 - - [2025-12-25 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.27 - - [2025-12-25 04:18:31] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008277 10.0.0.27 - - [2025-12-25 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.27 - - [2025-12-25 04:18:35] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.011083 10.0.0.27 - - [2025-12-25 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.27 - - [2025-12-25 04:18:39] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006180 10.0.0.27 - - [2025-12-25 04:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.27 - - [2025-12-25 04:18:43] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007408 10.0.0.27 - - [2025-12-25 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2025-12-25 04:18:47] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006938 10.0.0.27 - - [2025-12-25 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.27 - - [2025-12-25 04:18:52] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006195 10.0.0.27 - - [2025-12-25 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.27 - - [2025-12-25 04:18:56] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008660 10.0.0.27 - - [2025-12-25 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007071 10.0.0.27 - - [2025-12-25 04:19:00] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007609 10.0.0.27 - - [2025-12-25 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2025-12-25 04:19:04] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006820 10.0.0.27 - - [2025-12-25 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.27 - - [2025-12-25 04:19:08] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006034 10.0.0.27 - - [2025-12-25 04:19:09] "POST /neutron/port HTTP/1.1" 200 1127 0.023448 10.0.0.27 - - [2025-12-25 04:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004276 10.0.0.27 - - [2025-12-25 04:19:09] "POST /neutron/network HTTP/1.1" 200 835 0.008514 10.0.0.27 - - [2025-12-25 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2025-12-25 04:19:12] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006357 10.0.0.27 - - [2025-12-25 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2025-12-25 04:19:16] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006204 10.0.0.27 - - [2025-12-25 04:19:17] "GET /obj-perms HTTP/1.1" 200 5056 0.077779 10.0.0.27 - - [2025-12-25 04:19:17] "POST /neutron/port HTTP/1.1" 200 1127 0.022562 10.0.0.27 - - [2025-12-25 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2025-12-25 04:19:18] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005244 10.0.0.27 - - [2025-12-25 04:19:18] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003600 10.0.0.27 - - [2025-12-25 04:19:18] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007185 10.0.0.27 - - [2025-12-25 04:19:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009090 10.0.0.27 - - [2025-12-25 04:19:29] "POST /neutron/port HTTP/1.1" 200 1127 0.022546 10.0.0.27 - - [2025-12-25 04:19:30] "POST /neutron/port HTTP/1.1" 200 1127 0.054006 10.0.0.27 - - [2025-12-25 04:19:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.011265 10.0.0.27 - - [2025-12-25 04:19:34] "POST /neutron/port HTTP/1.1" 200 1127 0.022375 10.0.0.33 - - [2025-12-25 04:19:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.33 - - [2025-12-25 04:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2025-12-25 04:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-25 04:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-12-25 04:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2025-12-25 04:19:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001713 10.0.0.27 - - [2025-12-25 04:19:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011512 10.0.0.23 - - [2025-12-25 04:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-25 04:19:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-12-25 04:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.27 - - [2025-12-25 04:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-25 04:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-12-25 04:19:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-12-25 04:19:50] "POST /neutron/port HTTP/1.1" 200 1127 0.018703 10.0.0.27 - - [2025-12-25 04:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.093271 10.0.0.27 - - [2025-12-25 04:20:05] "POST /neutron/port HTTP/1.1" 200 1127 0.022662 10.0.0.27 - - [2025-12-25 04:20:09] "POST /neutron/port HTTP/1.1" 200 1127 0.059549 10.0.0.27 - - [2025-12-25 04:20:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.012843 10.0.0.27 - - [2025-12-25 04:20:11] "POST /neutron/port HTTP/1.1" 200 1127 0.025877 10.0.0.27 - - [2025-12-25 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008803 10.0.0.27 - - [2025-12-25 04:20:11] "GET /virtual-machine/dd6b284e-a757-4642-ad2f-19b1ac1eea73 HTTP/1.1" 200 1294 0.010670 10.0.0.27 - - [2025-12-25 04:20:11] "GET /virtual-machine-interface/72cc8294-a8df-423d-9286-5ee163df1ba2 HTTP/1.1" 200 2958 0.006455 10.0.0.27 - - [2025-12-25 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2025-12-25 04:20:11] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004991 10.0.0.27 - - [2025-12-25 04:20:11] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003942 10.0.0.27 - - [2025-12-25 04:20:11] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008030 10.0.0.27 - - [2025-12-25 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.27 - - [2025-12-25 04:20:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.27 - - [2025-12-25 04:20:12] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005020 10.0.0.27 - - [2025-12-25 04:20:12] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006041 10.0.0.27 - - [2025-12-25 04:20:12] "POST /neutron/port HTTP/1.1" 200 1127 0.023899 10.0.0.27 - - [2025-12-25 04:20:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011131 10.0.0.27 - - [2025-12-25 04:20:13] "GET /virtual-machine/85020e88-64ef-4793-8950-e9661910b293 HTTP/1.1" 200 1292 0.008136 10.0.0.27 - - [2025-12-25 04:20:13] "GET /virtual-machine-interface/a841d17a-bf80-4f19-9e82-f7e9044202ef HTTP/1.1" 200 2959 0.006636 10.0.0.27 - - [2025-12-25 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2025-12-25 04:20:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004572 10.0.0.27 - - [2025-12-25 04:20:13] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003714 10.0.0.27 - - [2025-12-25 04:20:13] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006107 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2025-12-25 04:20:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004793 10.0.0.27 - - [2025-12-25 04:20:14] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003356 10.0.0.27 - - [2025-12-25 04:20:14] "GET /virtual-network/a854e828-77c4-47cc-ad82-3865997dc1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007157 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004044 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2025-12-25 04:20:14] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007237 10.0.0.27 - - [2025-12-25 04:20:14] "POST /control-node-zones HTTP/1.1" 200 569 0.039741 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2025-12-25 04:20:14] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005728 10.0.0.27 - - [2025-12-25 04:20:14] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008206 10.0.0.27 - - [2025-12-25 04:20:14] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.027318 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004077 10.0.0.27 - - [2025-12-25 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-12-25 04:20:15] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007169 10.0.0.27 - - [2025-12-25 04:20:15] "POST /control-node-zones HTTP/1.1" 200 569 0.036089 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.27 - - [2025-12-25 04:20:15] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005400 10.0.0.27 - - [2025-12-25 04:20:15] "GET /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006559 10.0.0.27 - - [2025-12-25 04:20:15] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.026710 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.005691 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2025-12-25 04:20:15] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007552 10.0.0.27 - - [2025-12-25 04:20:15] "POST /control-node-zones HTTP/1.1" 200 569 0.035538 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2025-12-25 04:20:15] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006548 10.0.0.27 - - [2025-12-25 04:20:15] "GET /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006718 10.0.0.27 - - [2025-12-25 04:20:15] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.026520 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2025-12-25 04:20:15] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008137 10.0.0.27 - - [2025-12-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.004654 10.0.0.27 - - [2025-12-25 04:20:15] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038076 10.0.0.27 - - [2025-12-25 04:20:16] "POST /neutron/network HTTP/1.1" 200 835 0.007532 10.0.0.27 - - [2025-12-25 04:20:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.010899 10.0.0.27 - - [2025-12-25 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.27 - - [2025-12-25 04:20:16] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008551 10.0.0.27 - - [2025-12-25 04:20:16] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004505 10.0.0.27 - - [2025-12-25 04:20:16] "POST /ref-update HTTP/1.1" 200 156 0.022130 10.0.0.27 - - [2025-12-25 04:20:29] "POST /neutron/network HTTP/1.1" 200 845 0.008264 10.0.0.27 - - [2025-12-25 04:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.27 - - [2025-12-25 04:20:35] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.009090 10.0.0.27 - - [2025-12-25 04:20:35] "GET /virtual-machine-interface/e45394f3-93b5-4bc9-812b-cf5a5c1a2d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008215 10.0.0.27 - - [2025-12-25 04:20:35] "POST /ref-update HTTP/1.1" 200 156 0.015141 10.0.0.33 - - [2025-12-25 04:20:36] "POST /ref-update HTTP/1.1" 200 156 0.069304 10.0.0.27 - - [2025-12-25 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2025-12-25 04:20:37] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006387 10.0.0.27 - - [2025-12-25 04:20:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003303 10.0.0.27 - - [2025-12-25 04:20:37] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038768 10.0.0.27 - - [2025-12-25 04:20:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.012227 10.0.0.27 - - [2025-12-25 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.27 - - [2025-12-25 04:20:37] "GET /bgp-as-a-service/9c62b9ab-4a23-445f-b981-a0b15c18ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007073 10.0.0.27 - - [2025-12-25 04:20:37] "GET /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004974 10.0.0.27 - - [2025-12-25 04:20:37] "POST /ref-update HTTP/1.1" 200 156 0.019820 10.0.0.27 - - [2025-12-25 04:20:46] "GET /bgp-as-a-service/9c62b9ab-4a23-445f-b981-a0b15c18ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007706 10.0.0.27 - - [2025-12-25 04:20:46] "GET /virtual-machine-interface/72cc8294-a8df-423d-9286-5ee163df1ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006359 10.0.0.27 - - [2025-12-25 04:20:46] "POST /ref-update HTTP/1.1" 200 156 0.013442 10.0.0.33 - - [2025-12-25 04:20:46] "POST /bgp-routers HTTP/1.1" 200 640 0.050623 10.0.0.33 - - [2025-12-25 04:20:47] "PUT /bgp-router/e46e4157-5b9a-4870-8dc4-08b98a2c7db5 HTTP/1.1" 200 254 0.056533 10.0.0.27 - - [2025-12-25 04:21:06] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004398 10.0.0.27 - - [2025-12-25 04:21:06] "POST /ref-update HTTP/1.1" 200 156 0.027699 10.0.0.27 - - [2025-12-25 04:21:06] "GET /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005279 10.0.0.27 - - [2025-12-25 04:21:06] "POST /ref-update HTTP/1.1" 200 156 0.022217 10.0.0.27 - - [2025-12-25 04:21:06] "GET /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004256 10.0.0.27 - - [2025-12-25 04:21:06] "POST /ref-update HTTP/1.1" 200 156 0.025377 10.0.0.27 - - [2025-12-25 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006065 10.0.0.27 - - [2025-12-25 04:21:07] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006075 10.0.0.27 - - [2025-12-25 04:21:07] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004781 10.0.0.27 - - [2025-12-25 04:21:07] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.025938 10.0.0.27 - - [2025-12-25 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-12-25 04:21:07] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005786 10.0.0.27 - - [2025-12-25 04:21:07] "GET /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005073 10.0.0.27 - - [2025-12-25 04:21:07] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.032811 10.0.0.27 - - [2025-12-25 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.27 - - [2025-12-25 04:21:07] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006082 10.0.0.27 - - [2025-12-25 04:21:07] "GET /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004469 10.0.0.27 - - [2025-12-25 04:21:07] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.023970 10.0.0.27 - - [2025-12-25 04:21:08] "POST /neutron/port HTTP/1.1" 200 1127 0.022611 10.0.0.27 - - [2025-12-25 04:21:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004825 10.0.0.27 - - [2025-12-25 04:21:08] "POST /neutron/network HTTP/1.1" 200 835 0.009024 10.0.0.27 - - [2025-12-25 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.27 - - [2025-12-25 04:21:19] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.008237 10.0.0.27 - - [2025-12-25 04:21:19] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004750 10.0.0.27 - - [2025-12-25 04:21:19] "POST /ref-update HTTP/1.1" 200 156 0.021007 10.0.0.27 - - [2025-12-25 04:21:20] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004747 10.0.0.27 - - [2025-12-25 04:21:20] "POST /ref-update HTTP/1.1" 200 156 0.026501 10.0.0.27 - - [2025-12-25 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-12-25 04:21:20] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007793 10.0.0.27 - - [2025-12-25 04:21:20] "POST /neutron/network HTTP/1.1" 200 835 0.008169 10.0.0.27 - - [2025-12-25 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2025-12-25 04:21:20] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006756 10.0.0.27 - - [2025-12-25 04:21:20] "GET /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003750 10.0.0.27 - - [2025-12-25 04:21:20] "POST /ref-update HTTP/1.1" 200 156 0.022451 10.0.0.27 - - [2025-12-25 04:21:23] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006809 10.0.0.27 - - [2025-12-25 04:21:23] "GET /virtual-machine-interface/e45394f3-93b5-4bc9-812b-cf5a5c1a2d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008296 10.0.0.27 - - [2025-12-25 04:21:30] "POST /neutron/port HTTP/1.1" 200 1127 0.023340 10.0.0.27 - - [2025-12-25 04:21:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.009948 10.0.0.27 - - [2025-12-25 04:21:36] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004736 10.0.0.27 - - [2025-12-25 04:21:36] "GET /virtual-machine-interface/e45394f3-93b5-4bc9-812b-cf5a5c1a2d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007207 10.0.0.27 - - [2025-12-25 04:21:36] "POST /ref-update HTTP/1.1" 200 156 0.016279 10.0.0.27 - - [2025-12-25 04:21:37] "GET /bgp-as-a-service/9c62b9ab-4a23-445f-b981-a0b15c18ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.009931 10.0.0.27 - - [2025-12-25 04:21:37] "GET /virtual-machine-interface/72cc8294-a8df-423d-9286-5ee163df1ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008468 10.0.0.27 - - [2025-12-25 04:21:37] "POST /ref-update HTTP/1.1" 200 156 0.042794 10.0.0.33 - - [2025-12-25 04:21:37] "DELETE /bgp-router/fc13f8fb-4801-41ad-9d7b-c2d6d11237e6 HTTP/1.1" 200 115 0.085109 10.0.0.27 - - [2025-12-25 04:21:37] "DELETE /bgp-as-a-service/9c62b9ab-4a23-445f-b981-a0b15c18ad24 HTTP/1.1" 200 115 0.087871 10.0.0.27 - - [2025-12-25 04:21:37] "GET /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.023375 10.0.0.27 - - [2025-12-25 04:21:37] "GET /virtual-machine-interface/e45394f3-93b5-4bc9-812b-cf5a5c1a2d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.009480 10.0.0.33 - - [2025-12-25 04:21:37] "DELETE /bgp-router/e46e4157-5b9a-4870-8dc4-08b98a2c7db5 HTTP/1.1" 200 115 0.075376 10.0.0.27 - - [2025-12-25 04:21:37] "DELETE /bgp-as-a-service/4bbf220e-b259-4d2b-bd28-193cf69901d2 HTTP/1.1" 200 115 0.086380 10.0.0.27 - - [2025-12-25 04:21:37] "GET /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011508 10.0.0.27 - - [2025-12-25 04:21:37] "POST /ref-update HTTP/1.1" 200 156 0.027778 10.0.0.27 - - [2025-12-25 04:21:37] "DELETE /control-node-zone/db737a98-4fb5-408b-8902-cf115755795e HTTP/1.1" 200 115 0.030746 10.0.0.27 - - [2025-12-25 04:21:37] "GET /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003988 10.0.0.27 - - [2025-12-25 04:21:37] "POST /ref-update HTTP/1.1" 200 156 0.023398 10.0.0.27 - - [2025-12-25 04:21:37] "DELETE /control-node-zone/95988c63-e880-4564-99c0-b5b52ffcb99b HTTP/1.1" 200 115 0.038427 10.0.0.27 - - [2025-12-25 04:21:37] "GET /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005327 10.0.0.27 - - [2025-12-25 04:21:37] "DELETE /control-node-zone/1bf38343-a730-4eb4-a0b3-d18975a2427e HTTP/1.1" 200 115 0.035524 10.0.0.27 - - [2025-12-25 04:21:38] "POST /neutron/network HTTP/1.1" 200 835 0.008487 10.0.0.27 - - [2025-12-25 04:21:38] "POST /neutron/port HTTP/1.1" 200 1127 0.023094 10.0.0.27 - - [2025-12-25 04:21:38] "POST /neutron/port HTTP/1.1" 200 1117 0.040882 10.0.0.27 - - [2025-12-25 04:21:38] "POST /neutron/port HTTP/1.1" 200 151 0.298796 10.0.0.23 - - [2025-12-25 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.086308 10.0.0.23 - - [2025-12-25 04:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003862 10.0.0.27 - - [2025-12-25 04:21:40] "POST /neutron/network HTTP/1.1" 200 151 0.285310 10.0.0.27 - - [2025-12-25 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.23 - - [2025-12-25 04:21:43] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.27 - - [2025-12-25 04:21:43] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053288 10.0.0.33 - - [2025-12-25 04:21:43] "POST /route-targets HTTP/1.1" 200 327 0.017707 10.0.0.23 - - [2025-12-25 04:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003169 10.0.0.27 - - [2025-12-25 04:21:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.213427 10.0.0.27 - - [2025-12-25 04:21:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001386 10.0.0.27 - - [2025-12-25 04:21:43] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005733 10.0.0.27 - - [2025-12-25 04:21:43] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007492 10.0.0.27 - - [2025-12-25 04:21:43] "POST /neutron/network HTTP/1.1" 200 834 0.008709 10.0.0.27 - - [2025-12-25 04:21:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001393 10.0.0.23 - - [2025-12-25 04:21:44] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001934 10.0.0.27 - - [2025-12-25 04:21:44] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.099536 10.0.0.27 - - [2025-12-25 04:21:44] "POST /neutron/network HTTP/1.1" 200 834 0.008925 10.0.0.27 - - [2025-12-25 04:21:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001602 10.0.0.27 - - [2025-12-25 04:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.008217 10.0.0.23 - - [2025-12-25 04:21:45] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.27 - - [2025-12-25 04:21:46] "POST /neutron/port HTTP/1.1" 200 1062 0.357189 10.0.0.27 - - [2025-12-25 04:21:46] "POST /neutron/port HTTP/1.1" 200 1116 0.167795 10.0.0.23 - - [2025-12-25 04:21:46] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001668 10.0.0.27 - - [2025-12-25 04:21:46] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.097862 10.0.0.27 - - [2025-12-25 04:21:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.013719 10.0.0.27 - - [2025-12-25 04:21:46] "POST /neutron/network HTTP/1.1" 200 834 0.009542 10.0.0.27 - - [2025-12-25 04:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.27 - - [2025-12-25 04:21:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001914 10.0.0.27 - - [2025-12-25 04:21:47] "POST /neutron/network HTTP/1.1" 200 844 0.006935 10.0.0.27 - - [2025-12-25 04:21:47] "POST /neutron/port HTTP/1.1" 200 1062 0.020320 10.0.0.27 - - [2025-12-25 04:21:47] "POST /neutron/port HTTP/1.1" 200 1126 0.025032 10.0.0.27 - - [2025-12-25 04:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.23 - - [2025-12-25 04:21:48] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.27 - - [2025-12-25 04:21:48] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.094452 10.0.0.27 - - [2025-12-25 04:21:48] "POST /neutron/port HTTP/1.1" 200 2100 0.031362 10.0.0.27 - - [2025-12-25 04:21:48] "POST /neutron/port HTTP/1.1" 200 1126 0.021769 10.0.0.27 - - [2025-12-25 04:21:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007968 10.0.0.27 - - [2025-12-25 04:21:49] "GET /virtual-machine/e2ba9dfd-1691-4754-b68d-a3b444346ac3 HTTP/1.1" 200 1294 0.007231 10.0.0.27 - - [2025-12-25 04:21:49] "GET /virtual-machine-interface/f14dfd14-965a-4347-a088-d1dd7382b7a6 HTTP/1.1" 200 2959 0.006313 10.0.0.27 - - [2025-12-25 04:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.27 - - [2025-12-25 04:21:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005576 10.0.0.27 - - [2025-12-25 04:21:49] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004038 10.0.0.27 - - [2025-12-25 04:21:49] "POST /neutron/network HTTP/1.1" 200 844 0.008572 10.0.0.27 - - [2025-12-25 04:21:49] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006548 10.0.0.27 - - [2025-12-25 04:21:49] "POST /neutron/port HTTP/1.1" 200 1062 0.023562 10.0.0.27 - - [2025-12-25 04:21:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004826 10.0.0.27 - - [2025-12-25 04:21:49] "POST /neutron/network HTTP/1.1" 200 834 0.009753 10.0.0.27 - - [2025-12-25 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2025-12-25 04:21:52] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005934 10.0.0.27 - - [2025-12-25 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008448 10.0.0.27 - - [2025-12-25 04:21:56] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006106 10.0.0.27 - - [2025-12-25 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006337 10.0.0.27 - - [2025-12-25 04:22:00] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007840 10.0.0.27 - - [2025-12-25 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.27 - - [2025-12-25 04:22:04] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009784 10.0.0.27 - - [2025-12-25 04:22:08] "POST /neutron/network HTTP/1.1" 200 844 0.008318 10.0.0.27 - - [2025-12-25 04:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.27 - - [2025-12-25 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.045722 10.0.0.27 - - [2025-12-25 04:22:08] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006153 10.0.0.27 - - [2025-12-25 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-12-25 04:22:12] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007351 10.0.0.27 - - [2025-12-25 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2025-12-25 04:22:16] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007711 10.0.0.23 - - [2025-12-25 04:22:19] "GET /obj-perms HTTP/1.1" 200 5056 0.085009 10.0.0.27 - - [2025-12-25 04:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.27 - - [2025-12-25 04:22:20] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010446 10.0.0.27 - - [2025-12-25 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2025-12-25 04:22:25] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006781 10.0.0.27 - - [2025-12-25 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.27 - - [2025-12-25 04:22:29] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009781 10.0.0.27 - - [2025-12-25 04:22:30] "POST /neutron/port HTTP/1.1" 200 1126 0.022176 10.0.0.27 - - [2025-12-25 04:22:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.013607 10.0.0.27 - - [2025-12-25 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2025-12-25 04:22:33] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005640 10.0.0.27 - - [2025-12-25 04:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.27 - - [2025-12-25 04:22:37] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006196 10.0.0.27 - - [2025-12-25 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-12-25 04:22:41] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006334 10.0.0.27 - - [2025-12-25 04:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2025-12-25 04:22:45] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005766 10.0.0.27 - - [2025-12-25 04:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2025-12-25 04:22:49] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005757 10.0.0.27 - - [2025-12-25 04:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2025-12-25 04:22:53] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007023 10.0.0.27 - - [2025-12-25 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2025-12-25 04:22:57] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005863 10.0.0.27 - - [2025-12-25 04:23:01] "POST /neutron/port HTTP/1.1" 200 1126 0.065431 10.0.0.27 - - [2025-12-25 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009968 10.0.0.27 - - [2025-12-25 04:23:01] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006549 10.0.0.27 - - [2025-12-25 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.27 - - [2025-12-25 04:23:05] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006279 10.0.0.27 - - [2025-12-25 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2025-12-25 04:23:10] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006461 10.0.0.27 - - [2025-12-25 04:23:10] "POST /neutron/port HTTP/1.1" 200 1126 0.033685 10.0.0.27 - - [2025-12-25 04:23:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.011713 10.0.0.27 - - [2025-12-25 04:23:13] "POST /neutron/port HTTP/1.1" 200 1126 0.020017 10.0.0.27 - - [2025-12-25 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2025-12-25 04:23:14] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005791 10.0.0.27 - - [2025-12-25 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-12-25 04:23:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.27 - - [2025-12-25 04:23:16] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004127 10.0.0.27 - - [2025-12-25 04:23:16] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007106 10.0.0.27 - - [2025-12-25 04:23:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.042518 10.0.0.33 - - [2025-12-25 04:23:20] "GET /obj-perms HTTP/1.1" 200 5056 0.069206 10.0.0.27 - - [2025-12-25 04:23:22] "POST /neutron/port HTTP/1.1" 200 1126 0.025241 10.0.0.27 - - [2025-12-25 04:23:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009774 10.0.0.27 - - [2025-12-25 04:23:31] "POST /neutron/network HTTP/1.1" 200 844 0.008116 10.0.0.27 - - [2025-12-25 04:23:31] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.27 - - [2025-12-25 04:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008973 10.0.0.27 - - [2025-12-25 04:23:42] "POST /neutron/port HTTP/1.1" 200 1126 0.018698 10.0.0.27 - - [2025-12-25 04:23:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007888 10.0.0.27 - - [2025-12-25 04:23:58] "POST /neutron/port HTTP/1.1" 200 1126 0.022263 10.0.0.27 - - [2025-12-25 04:24:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014477 10.0.0.27 - - [2025-12-25 04:24:12] "POST /neutron/port HTTP/1.1" 200 1126 0.020688 10.0.0.27 - - [2025-12-25 04:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.27 - - [2025-12-25 04:24:12] "POST /neutron/network HTTP/1.1" 200 834 0.008888 10.0.0.27 - - [2025-12-25 04:24:13] "POST /neutron/port HTTP/1.1" 200 1126 0.022210 10.0.0.27 - - [2025-12-25 04:24:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008957 10.0.0.27 - - [2025-12-25 04:24:14] "GET /virtual-machine/3e0ee56e-d125-49ee-bfed-f99a751edd31 HTTP/1.1" 200 1293 0.047407 10.0.0.27 - - [2025-12-25 04:24:14] "GET /virtual-machine-interface/cad42558-53d0-4918-aec3-1d1748477b28 HTTP/1.1" 200 2959 0.008286 10.0.0.27 - - [2025-12-25 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.27 - - [2025-12-25 04:24:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004736 10.0.0.27 - - [2025-12-25 04:24:14] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004466 10.0.0.27 - - [2025-12-25 04:24:14] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006476 10.0.0.27 - - [2025-12-25 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.27 - - [2025-12-25 04:24:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004589 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006165 10.0.0.27 - - [2025-12-25 04:24:15] "POST /neutron/port HTTP/1.1" 200 1126 0.019683 10.0.0.27 - - [2025-12-25 04:24:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012408 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-machine/662f0823-aadd-4b7f-b940-5c519a5168ae HTTP/1.1" 200 1293 0.006870 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-machine-interface/61787bcf-ae89-454b-bb6a-595669ccdf9a HTTP/1.1" 200 2958 0.006207 10.0.0.27 - - [2025-12-25 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.27 - - [2025-12-25 04:24:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004646 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006541 10.0.0.27 - - [2025-12-25 04:24:15] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006901 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2025-12-25 04:24:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005052 10.0.0.27 - - [2025-12-25 04:24:17] "GET /virtual-networks?parent_id=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004901 10.0.0.27 - - [2025-12-25 04:24:17] "GET /virtual-network/611e7e5a-4140-4a2c-882d-116b3c4adf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006023 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003712 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2025-12-25 04:24:17] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006608 10.0.0.27 - - [2025-12-25 04:24:17] "POST /control-node-zones HTTP/1.1" 200 569 0.033756 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009109 10.0.0.27 - - [2025-12-25 04:24:17] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006337 10.0.0.27 - - [2025-12-25 04:24:17] "GET /control-node-zone/2a1adf85-ac51-4a90-8ce8-3133ea119b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006776 10.0.0.27 - - [2025-12-25 04:24:17] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.026599 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003784 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2025-12-25 04:24:17] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007737 10.0.0.27 - - [2025-12-25 04:24:17] "POST /control-node-zones HTTP/1.1" 200 569 0.036691 10.0.0.27 - - [2025-12-25 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.27 - - [2025-12-25 04:24:17] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006420 10.0.0.27 - - [2025-12-25 04:24:17] "GET /control-node-zone/d8ff1b2a-158f-49c2-b59d-159b20c91ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007097 10.0.0.27 - - [2025-12-25 04:24:17] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.024296 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.004014 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.27 - - [2025-12-25 04:24:18] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007662 10.0.0.27 - - [2025-12-25 04:24:18] "POST /control-node-zones HTTP/1.1" 200 569 0.030866 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2025-12-25 04:24:18] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006140 10.0.0.27 - - [2025-12-25 04:24:18] "GET /control-node-zone/a899639f-7ccf-4f05-92ab-30dbd15eddd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010084 10.0.0.27 - - [2025-12-25 04:24:18] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.025336 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2025-12-25 04:24:18] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.017440 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.005130 10.0.0.27 - - [2025-12-25 04:24:18] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.042042 10.0.0.27 - - [2025-12-25 04:24:18] "POST /neutron/network HTTP/1.1" 200 834 0.009120 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-12-25 04:24:18] "GET /bgp-as-a-service/d141437e-a4af-478f-824b-37b8669ed5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007458 10.0.0.27 - - [2025-12-25 04:24:18] "GET /control-node-zone/2a1adf85-ac51-4a90-8ce8-3133ea119b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004287 10.0.0.27 - - [2025-12-25 04:24:18] "POST /ref-update HTTP/1.1" 200 156 0.020525 10.0.0.27 - - [2025-12-25 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2025-12-25 04:24:18] "GET /bgp-as-a-service/d141437e-a4af-478f-824b-37b8669ed5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006511 10.0.0.27 - - [2025-12-25 04:24:18] "GET /control-node-zone/d8ff1b2a-158f-49c2-b59d-159b20c91ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004150 10.0.0.27 - - [2025-12-25 04:24:19] "POST /ref-update HTTP/1.1" 200 156 0.018816 10.0.0.27 - - [2025-12-25 04:24:21] "GET /obj-perms HTTP/1.1" 200 5056 0.066411 10.0.0.27 - - [2025-12-25 04:24:32] "POST /neutron/port HTTP/1.1" 200 1126 0.053772 10.0.0.27 - - [2025-12-25 04:24:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.010617 10.0.0.33 - - [2025-12-25 04:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.23 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000797 10.0.0.33 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000873 10.0.0.33 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-25 04:24:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2025-12-25 04:24:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-12-25 04:24:40] "GET /bgp-as-a-service/d141437e-a4af-478f-824b-37b8669ed5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006648 10.0.0.27 - - [2025-12-25 04:24:40] "GET /virtual-machine-interface/f14dfd14-965a-4347-a088-d1dd7382b7a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005957 10.0.0.27 - - [2025-12-25 04:24:40] "POST /ref-update HTTP/1.1" 200 156 0.016286 10.0.0.33 - - [2025-12-25 04:24:40] "POST /bgp-routers HTTP/1.1" 200 640 0.072725 10.0.0.33 - - [2025-12-25 04:24:40] "PUT /bgp-router/d204f968-b129-4e39-9029-31e117dc38fc HTTP/1.1" 200 254 0.037877 10.0.0.27 - - [2025-12-25 04:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-12-25 04:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-25 04:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-25 04:24:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-12-25 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2025-12-25 04:24:42] "GET /global-system-config/35fb9b8c-389d-4beb-9be7-29f9bbe04414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007900 10.0.0.27 - - [2025-12-25 04:24:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.006059 10.0.0.27 - - [2025-12-25 04:24:42] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.043146 10.0.0.27 - - [2025-12-25 04:24:42] "POST /neutron/network HTTP/1.1" 200 834 0.009145 10.0.0.27 - - [2025-12-25 04:24:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.011744 10.0.0.27 - - [2025-12-25 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-12-25 04:24:42] "GET /bgp-as-a-service/b0810c38-420f-4dd9-ba65-8469c937bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006830 10.0.0.27 - - [2025-12-25 04:24:42] "GET /control-node-zone/2a1adf85-ac51-4a90-8ce8-3133ea119b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004445 10.0.0.27 - - [2025-12-25 04:24:42] "POST /ref-update HTTP/1.1" 200 156 0.020542 10.0.0.27 - - [2025-12-25 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2025-12-25 04:24:42] "GET /bgp-as-a-service/b0810c38-420f-4dd9-ba65-8469c937bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006788 10.0.0.27 - - [2025-12-25 04:24:42] "GET /control-node-zone/d8ff1b2a-158f-49c2-b59d-159b20c91ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006074 10.0.0.27 - - [2025-12-25 04:24:42] "POST /ref-update HTTP/1.1" 200 156 0.017323 10.0.0.27 - - [2025-12-25 04:24:51] "GET /bgp-as-a-service/b0810c38-420f-4dd9-ba65-8469c937bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008657 10.0.0.27 - - [2025-12-25 04:24:51] "GET /virtual-machine-interface/cad42558-53d0-4918-aec3-1d1748477b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007832 10.0.0.27 - - [2025-12-25 04:24:51] "POST /ref-update HTTP/1.1" 200 156 0.018326 10.0.0.33 - - [2025-12-25 04:24:51] "POST /ref-update HTTP/1.1" 200 156 0.017513 10.0.0.27 - - [2025-12-25 04:25:12] "POST /neutron/network HTTP/1.1" 200 844 0.041831 10.0.0.27 - - [2025-12-25 04:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2025-12-25 04:25:13] "GET /bgp-as-a-service/b0810c38-420f-4dd9-ba65-8469c937bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.008067 10.0.0.27 - - [2025-12-25 04:25:14] "GET /virtual-machine-interface/cad42558-53d0-4918-aec3-1d1748477b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009713 10.0.0.27 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.018321 10.0.0.33 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.026340 10.0.0.27 - - [2025-12-25 04:25:14] "DELETE /bgp-as-a-service/b0810c38-420f-4dd9-ba65-8469c937bf39 HTTP/1.1" 200 115 0.081988 10.0.0.27 - - [2025-12-25 04:25:14] "GET /bgp-as-a-service/d141437e-a4af-478f-824b-37b8669ed5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.011965 10.0.0.27 - - [2025-12-25 04:25:14] "GET /virtual-machine-interface/f14dfd14-965a-4347-a088-d1dd7382b7a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.011279 10.0.0.27 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.039731 10.0.0.33 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.034601 10.0.0.27 - - [2025-12-25 04:25:14] "DELETE /bgp-as-a-service/d141437e-a4af-478f-824b-37b8669ed5d6 HTTP/1.1" 200 115 0.107854 10.0.0.27 - - [2025-12-25 04:25:14] "GET /control-node-zone/a899639f-7ccf-4f05-92ab-30dbd15eddd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006002 10.0.0.27 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.037328 10.0.0.27 - - [2025-12-25 04:25:14] "DELETE /control-node-zone/a899639f-7ccf-4f05-92ab-30dbd15eddd1 HTTP/1.1" 200 115 0.036642 10.0.0.27 - - [2025-12-25 04:25:14] "GET /control-node-zone/d8ff1b2a-158f-49c2-b59d-159b20c91ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006187 10.0.0.27 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.028376 10.0.0.27 - - [2025-12-25 04:25:14] "DELETE /control-node-zone/d8ff1b2a-158f-49c2-b59d-159b20c91ca8 HTTP/1.1" 200 115 0.030788 10.0.0.27 - - [2025-12-25 04:25:14] "GET /control-node-zone/2a1adf85-ac51-4a90-8ce8-3133ea119b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005435 10.0.0.27 - - [2025-12-25 04:25:14] "POST /ref-update HTTP/1.1" 200 156 0.022249 10.0.0.27 - - [2025-12-25 04:25:14] "DELETE /control-node-zone/2a1adf85-ac51-4a90-8ce8-3133ea119b17 HTTP/1.1" 200 115 0.035238 10.0.0.27 - - [2025-12-25 04:25:15] "POST /neutron/network HTTP/1.1" 400 204 0.018484 10.0.0.27 - - [2025-12-25 04:25:15] "POST /neutron/port HTTP/1.1" 200 1116 0.014434 10.0.0.27 - - [2025-12-25 04:25:15] "POST /neutron/port HTTP/1.1" 200 1126 0.039237 10.0.0.27 - - [2025-12-25 04:25:16] "POST /neutron/port HTTP/1.1" 200 151 0.279613 10.0.0.33 - - [2025-12-25 04:25:17] "DELETE /route-target/fae6c979-0dd6-4718-b961-e48b2e6f9e3d HTTP/1.1" 200 115 0.029032 10.0.0.23 - - [2025-12-25 04:25:18] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.27 - - [2025-12-25 04:25:18] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.094669 10.0.0.23 - - [2025-12-25 04:25:18] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141 10.0.0.27 - - [2025-12-25 04:25:18] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?fields=virtual_networks HTTP/1.1" 200 1044 0.058723 10.0.0.23 - - [2025-12-25 04:25:18] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003623 10.0.0.27 - - [2025-12-25 04:25:19] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.052245 10.0.0.23 - - [2025-12-25 04:25:19] "GET /projects?obj_uuids=6ef08197-3c41-4fb0-9c46-b34d4066cfb1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001479 10.0.0.27 - - [2025-12-25 04:25:19] "GET /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1?fields=security_groups HTTP/1.1" 200 1271 0.055601 10.0.0.27 - - [2025-12-25 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 181 0.038433 10.0.0.23 - - [2025-12-25 04:25:20] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003990 10.0.0.23 - - [2025-12-25 04:25:20] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.23 - - [2025-12-25 04:25:20] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045253 10.0.0.23 - - [2025-12-25 04:25:20] "POST /id-to-fqname HTTP/1.1" 200 183 0.002864 10.0.0.23 - - [2025-12-25 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.009763 10.0.0.23 - - [2025-12-25 04:25:20] "POST /security-groups HTTP/1.1" 200 584 0.049219 10.0.0.23 - - [2025-12-25 04:25:20] "POST /projects HTTP/1.1" 200 571 0.292916 10.0.0.23 - - [2025-12-25 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.331047 10.0.0.33 - - [2025-12-25 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 226 0.010816 10.0.0.27 - - [2025-12-25 04:25:20] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.530530 10.0.0.27 - - [2025-12-25 04:25:22] "GET / HTTP/1.1" 200 35931 0.002669 10.0.0.23 - - [2025-12-25 04:25:26] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001316 10.0.0.27 - - [2025-12-25 04:25:26] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.071497 10.0.0.23 - - [2025-12-25 04:25:26] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001342 10.0.0.27 - - [2025-12-25 04:25:26] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?fields=virtual_networks HTTP/1.1" 200 1027 0.047454 10.0.0.23 - - [2025-12-25 04:25:26] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001672 10.0.0.27 - - [2025-12-25 04:25:26] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.054853 10.0.0.23 - - [2025-12-25 04:25:26] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001030 10.0.0.27 - - [2025-12-25 04:25:26] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?fields=security_groups HTTP/1.1" 200 1246 0.057931 10.0.0.27 - - [2025-12-25 04:25:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.032451 10.0.0.23 - - [2025-12-25 04:25:27] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.23 - - [2025-12-25 04:25:27] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.23 - - [2025-12-25 04:25:27] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009940 10.0.0.23 - - [2025-12-25 04:25:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001164 10.0.0.23 - - [2025-12-25 04:25:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.008573 10.0.0.23 - - [2025-12-25 04:25:28] "POST /security-groups HTTP/1.1" 200 592 0.080769 10.0.0.23 - - [2025-12-25 04:25:28] "POST /projects HTTP/1.1" 200 587 0.296116 10.0.0.23 - - [2025-12-25 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.330971 10.0.0.33 - - [2025-12-25 04:25:28] "POST /access-control-lists HTTP/1.1" 200 597 0.038807 10.0.0.27 - - [2025-12-25 04:25:28] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.503735 10.0.0.27 - - [2025-12-25 04:25:29] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.23 - - [2025-12-25 04:25:32] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.27 - - [2025-12-25 04:25:32] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042130 10.0.0.23 - - [2025-12-25 04:25:32] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.27 - - [2025-12-25 04:25:32] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?fields=virtual_networks HTTP/1.1" 200 1045 0.053317 10.0.0.23 - - [2025-12-25 04:25:32] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.27 - - [2025-12-25 04:25:32] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.047185 10.0.0.23 - - [2025-12-25 04:25:32] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.27 - - [2025-12-25 04:25:33] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?fields=security_groups HTTP/1.1" 200 1272 0.053603 10.0.0.27 - - [2025-12-25 04:25:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.034224 10.0.0.23 - - [2025-12-25 04:25:34] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004103 10.0.0.23 - - [2025-12-25 04:25:34] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.23 - - [2025-12-25 04:25:34] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012472 10.0.0.23 - - [2025-12-25 04:25:34] "POST /id-to-fqname HTTP/1.1" 200 197 0.002924 10.0.0.23 - - [2025-12-25 04:25:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.008623 10.0.0.23 - - [2025-12-25 04:25:34] "POST /security-groups HTTP/1.1" 200 598 0.042943 10.0.0.33 - - [2025-12-25 04:25:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.003907 10.0.0.23 - - [2025-12-25 04:25:34] "POST /projects HTTP/1.1" 200 599 0.279921 10.0.0.23 - - [2025-12-25 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.319859 10.0.0.27 - - [2025-12-25 04:25:34] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.482271 10.0.0.33 - - [2025-12-25 04:25:34] "POST /access-control-lists HTTP/1.1" 200 601 0.046113 10.0.0.27 - - [2025-12-25 04:25:36] "GET / HTTP/1.1" 200 35931 0.002912 10.0.0.27 - - [2025-12-25 04:25:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-12-25 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.087736 10.0.0.27 - - [2025-12-25 04:25:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005973 10.0.0.27 - - [2025-12-25 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.27 - - [2025-12-25 04:25:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005906 10.0.0.27 - - [2025-12-25 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-25 04:25:38] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.014751 10.0.0.27 - - [2025-12-25 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.23 - - [2025-12-25 04:25:38] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000992 10.0.0.27 - - [2025-12-25 04:25:38] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.052358 10.0.0.27 - - [2025-12-25 04:25:38] "POST /neutron/network HTTP/1.1" 200 117 0.049544 10.0.0.27 - - [2025-12-25 04:25:39] "POST /neutron/network HTTP/1.1" 200 808 0.012513 10.0.0.27 - - [2025-12-25 04:25:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001400 10.0.0.27 - - [2025-12-25 04:25:39] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005292 10.0.0.27 - - [2025-12-25 04:25:39] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007656 10.0.0.27 - - [2025-12-25 04:25:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.013715 10.0.0.27 - - [2025-12-25 04:25:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001214 10.0.0.23 - - [2025-12-25 04:25:40] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001448 10.0.0.27 - - [2025-12-25 04:25:40] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.081447 10.0.0.27 - - [2025-12-25 04:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.007637 10.0.0.27 - - [2025-12-25 04:25:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001458 10.0.0.27 - - [2025-12-25 04:25:41] "POST /neutron/network HTTP/1.1" 200 818 0.008859 10.0.0.27 - - [2025-12-25 04:25:41] "POST /neutron/port HTTP/1.1" 200 1062 0.027307 10.0.0.27 - - [2025-12-25 04:25:42] "POST /neutron/port HTTP/1.1" 200 1126 0.039105 10.0.0.33 - - [2025-12-25 04:25:42] "DELETE /access-control-list/92364cc3-a3cb-4e6d-8faf-584456dd8add HTTP/1.1" 200 115 0.110416 10.0.0.27 - - [2025-12-25 04:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.001774 10.0.0.23 - - [2025-12-25 04:25:42] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001198 10.0.0.27 - - [2025-12-25 04:25:42] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.115023 10.0.0.27 - - [2025-12-25 04:25:42] "POST /neutron/port HTTP/1.1" 200 1126 0.025450 10.0.0.27 - - [2025-12-25 04:25:43] "POST /neutron/network HTTP/1.1" 200 818 0.008764 10.0.0.27 - - [2025-12-25 04:25:43] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005759 10.0.0.27 - - [2025-12-25 04:25:44] "POST /neutron/port HTTP/1.1" 200 1062 0.023106 10.0.0.27 - - [2025-12-25 04:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005399 10.0.0.27 - - [2025-12-25 04:25:44] "POST /neutron/network HTTP/1.1" 200 808 0.008725 10.0.0.23 - - [2025-12-25 04:25:45] "GET /obj-perms HTTP/1.1" 200 5044 0.082200 10.0.0.27 - - [2025-12-25 04:25:45] "POST /neutron/port HTTP/1.1" 200 1126 0.021287 10.0.0.27 - - [2025-12-25 04:25:46] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009058 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 401 292 0.000573 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.050132 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.005363 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.008422 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.004237 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.006967 10.0.0.27 - - [2025-12-25 04:25:46] "GET /instance-ip/cc805add-7079-4287-b24b-3a793c13b4fc HTTP/1.1" 200 1621 0.007680 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.004727 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.005821 10.0.0.27 - - [2025-12-25 04:25:46] "GET /instance-ip/cc805add-7079-4287-b24b-3a793c13b4fc HTTP/1.1" 200 1621 0.004858 10.0.0.27 - - [2025-12-25 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.27 - - [2025-12-25 04:25:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004809 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003215 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009464 10.0.0.27 - - [2025-12-25 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-12-25 04:25:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005467 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004324 10.0.0.27 - - [2025-12-25 04:25:46] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006809 10.0.0.27 - - [2025-12-25 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.27 - - [2025-12-25 04:25:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004939 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003313 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006441 10.0.0.27 - - [2025-12-25 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.27 - - [2025-12-25 04:25:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004189 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003302 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008715 10.0.0.27 - - [2025-12-25 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2025-12-25 04:25:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004763 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003968 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006223 10.0.0.27 - - [2025-12-25 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-12-25 04:25:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004872 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003407 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008278 10.0.0.27 - - [2025-12-25 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2025-12-25 04:25:47] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003612 10.0.0.27 - - [2025-12-25 04:25:47] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006894 10.0.0.27 - - [2025-12-25 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2025-12-25 04:25:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006894 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /project/071dcb0599b1426d959d4691b08910a7 HTTP/1.1" 404 173 0.012141 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /project/79b5de346fa34b08810e7f4d71fea348 HTTP/1.1" 404 173 0.009636 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /project/6ef08197-3c41-4fb0-9c46-b34d4066cfb1 HTTP/1.1" 404 177 0.014671 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /project/ba6e1612f1624f7e901c06ed3abdc94c HTTP/1.1" 404 173 0.007224 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000773 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.061248 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001885 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.090874 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001292 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?fields=security_groups HTTP/1.1" 200 1377 0.075351 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?fields=security_groups HTTP/1.1" 200 1351 0.108954 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /security-group/78261378-4a4b-4ca0-a7cf-0c3bcbe99c2b HTTP/1.1" 200 115 0.088979 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=ba6e1612-f162-4f7e-901c-06ed3abdc94c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c?fields=application_policy_sets HTTP/1.1" 200 1416 0.084118 10.0.0.23 - - [2025-12-25 04:25:52] "DELETE /security-group/0d3ec58e-d9e3-43f8-8f86-e3ef2c7a2c42 HTTP/1.1" 200 115 0.115318 10.0.0.23 - - [2025-12-25 04:25:52] "GET /projects?obj_uuids=071dcb05-99b1-426d-959d-4691b08910a7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002125 10.0.0.33 - - [2025-12-25 04:25:52] "DELETE /access-control-list/29da204b-3ebf-4476-a742-0b419b55b034 HTTP/1.1" 200 115 0.086171 10.0.0.23 - - [2025-12-25 04:25:52] "GET /project/071dcb05-99b1-426d-959d-4691b08910a7?fields=application_policy_sets HTTP/1.1" 200 1390 0.078991 10.0.0.23 - - [2025-12-25 04:25:53] "DELETE /project/ba6e1612-f162-4f7e-901c-06ed3abdc94c HTTP/1.1" 200 115 0.684680 10.0.0.23 - - [2025-12-25 04:25:53] "DELETE /project/071dcb05-99b1-426d-959d-4691b08910a7 HTTP/1.1" 200 115 0.745963 10.0.0.27 - - [2025-12-25 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.27 - - [2025-12-25 04:25:54] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008677 10.0.0.27 - - [2025-12-25 04:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.27 - - [2025-12-25 04:25:58] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006163 10.0.0.27 - - [2025-12-25 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.27 - - [2025-12-25 04:26:03] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007133 10.0.0.27 - - [2025-12-25 04:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.27 - - [2025-12-25 04:26:07] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007148 10.0.0.27 - - [2025-12-25 04:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.27 - - [2025-12-25 04:26:11] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009011 10.0.0.27 - - [2025-12-25 04:26:13] "POST /neutron/port HTTP/1.1" 200 1126 0.023050 10.0.0.27 - - [2025-12-25 04:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006370 10.0.0.27 - - [2025-12-25 04:26:13] "POST /neutron/network HTTP/1.1" 200 808 0.008045 10.0.0.27 - - [2025-12-25 04:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.27 - - [2025-12-25 04:26:15] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006469 10.0.0.27 - - [2025-12-25 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.27 - - [2025-12-25 04:26:19] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005764 10.0.0.27 - - [2025-12-25 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.27 - - [2025-12-25 04:26:23] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007051 10.0.0.33 - - [2025-12-25 04:26:24] "GET /obj-perms HTTP/1.1" 200 5056 0.066128 10.0.0.27 - - [2025-12-25 04:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2025-12-25 04:26:25] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005434 10.0.0.27 - - [2025-12-25 04:26:25] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003872 10.0.0.27 - - [2025-12-25 04:26:25] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006606 10.0.0.27 - - [2025-12-25 04:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.27 - - [2025-12-25 04:26:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007766 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003188 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007138 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.27 - - [2025-12-25 04:26:26] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006847 10.0.0.27 - - [2025-12-25 04:26:26] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004462 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2025-12-25 04:26:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004934 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003835 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007157 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-12-25 04:26:26] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006698 10.0.0.27 - - [2025-12-25 04:26:26] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004440 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.27 - - [2025-12-25 04:26:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003421 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008439 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.27 - - [2025-12-25 04:26:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006685 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004252 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007261 10.0.0.27 - - [2025-12-25 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2025-12-25 04:26:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004037 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004326 10.0.0.27 - - [2025-12-25 04:26:26] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006200 10.0.0.27 - - [2025-12-25 04:26:27] "GET /obj-perms HTTP/1.1" 200 5044 0.068975 10.0.0.23 - - [2025-12-25 04:26:27] "GET /obj-perms HTTP/1.1" 200 5044 0.004776 10.0.0.27 - - [2025-12-25 04:26:27] "GET /obj-perms HTTP/1.1" 200 5044 0.004572 10.0.0.27 - - [2025-12-25 04:26:27] "GET /obj-perms HTTP/1.1" 200 5044 0.006351 10.0.0.33 - - [2025-12-25 04:26:27] "GET /obj-perms HTTP/1.1" 200 5044 0.080542 10.0.0.27 - - [2025-12-25 04:26:27] "POST /neutron/port HTTP/1.1" 200 1126 0.027880 10.0.0.27 - - [2025-12-25 04:26:28] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010154 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.009408 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.004279 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.006917 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.004697 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.006672 10.0.0.27 - - [2025-12-25 04:26:28] "GET /instance-ip/3281d87c-8cb2-45ea-ac34-e3e69380874d HTTP/1.1" 200 1620 0.007805 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.004235 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.007858 10.0.0.27 - - [2025-12-25 04:26:28] "GET /instance-ip/3281d87c-8cb2-45ea-ac34-e3e69380874d HTTP/1.1" 200 1620 0.006628 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008164 10.0.0.27 - - [2025-12-25 04:26:28] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004667 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005181 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006685 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.27 - - [2025-12-25 04:26:28] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002965 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006525 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.27 - - [2025-12-25 04:26:28] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005476 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003579 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008322 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-12-25 04:26:28] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007289 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004272 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006802 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2025-12-25 04:26:28] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005480 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003394 10.0.0.27 - - [2025-12-25 04:26:28] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006453 10.0.0.27 - - [2025-12-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-25 04:26:29] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007116 10.0.0.27 - - [2025-12-25 04:26:29] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003586 10.0.0.27 - - [2025-12-25 04:26:29] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007628 10.0.0.27 - - [2025-12-25 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-12-25 04:26:29] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.27 - - [2025-12-25 04:26:29] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004635 10.0.0.27 - - [2025-12-25 04:26:29] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006441 10.0.0.27 - - [2025-12-25 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2025-12-25 04:26:30] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005151 10.0.0.27 - - [2025-12-25 04:26:30] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005396 10.0.0.27 - - [2025-12-25 04:26:30] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006852 10.0.0.27 - - [2025-12-25 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2025-12-25 04:26:30] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003835 10.0.0.27 - - [2025-12-25 04:26:30] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003249 10.0.0.27 - - [2025-12-25 04:26:30] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007384 10.0.0.27 - - [2025-12-25 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-12-25 04:26:30] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004703 10.0.0.27 - - [2025-12-25 04:26:30] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006238 10.0.0.27 - - [2025-12-25 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-12-25 04:26:30] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.27 - - [2025-12-25 04:26:30] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006991 10.0.0.27 - - [2025-12-25 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2025-12-25 04:26:31] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005646 10.0.0.27 - - [2025-12-25 04:26:31] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004883 10.0.0.27 - - [2025-12-25 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.27 - - [2025-12-25 04:26:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013069 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005376 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007687 10.0.0.27 - - [2025-12-25 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-12-25 04:26:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004252 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007635 10.0.0.27 - - [2025-12-25 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.27 - - [2025-12-25 04:26:31] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007236 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004031 10.0.0.27 - - [2025-12-25 04:26:31] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006264 10.0.0.23 - - [2025-12-25 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004565 10.0.0.27 - - [2025-12-25 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004717 10.0.0.27 - - [2025-12-25 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004760 10.0.0.33 - - [2025-12-25 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004563 10.0.0.23 - - [2025-12-25 04:26:32] "GET /obj-perms HTTP/1.1" 200 5044 0.004912 10.0.0.27 - - [2025-12-25 04:26:32] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.004583 10.0.0.27 - - [2025-12-25 04:26:32] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.006331 10.0.0.27 - - [2025-12-25 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.27 - - [2025-12-25 04:26:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.27 - - [2025-12-25 04:26:32] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004386 10.0.0.27 - - [2025-12-25 04:26:32] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007033 10.0.0.27 - - [2025-12-25 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2025-12-25 04:26:33] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.27 - - [2025-12-25 04:26:33] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003606 10.0.0.27 - - [2025-12-25 04:26:33] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006607 10.0.0.27 - - [2025-12-25 04:26:33] "POST /neutron/port HTTP/1.1" 200 1126 0.023658 10.0.0.27 - - [2025-12-25 04:26:36] "POST /neutron/port HTTP/1.1" 200 1126 0.018282 10.0.0.27 - - [2025-12-25 04:26:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.009979 10.0.0.27 - - [2025-12-25 04:26:37] "POST /neutron/port HTTP/1.1" 200 1126 0.019730 10.0.0.27 - - [2025-12-25 04:26:38] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009101 10.0.0.27 - - [2025-12-25 04:26:43] "POST /neutron/port HTTP/1.1" 200 1126 0.020730 10.0.0.27 - - [2025-12-25 04:26:48] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.005759 10.0.0.27 - - [2025-12-25 04:26:48] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.006222 10.0.0.27 - - [2025-12-25 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.27 - - [2025-12-25 04:26:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.27 - - [2025-12-25 04:26:49] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004165 10.0.0.27 - - [2025-12-25 04:26:49] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007298 10.0.0.27 - - [2025-12-25 04:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.27 - - [2025-12-25 04:26:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005535 10.0.0.27 - - [2025-12-25 04:26:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005499 10.0.0.27 - - [2025-12-25 04:26:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008037 10.0.0.27 - - [2025-12-25 04:27:13] "POST /neutron/port HTTP/1.1" 200 1126 0.030262 10.0.0.27 - - [2025-12-25 04:27:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.011371 10.0.0.27 - - [2025-12-25 04:27:36] "POST /neutron/port HTTP/1.1" 200 1126 0.021751 10.0.0.27 - - [2025-12-25 04:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005078 10.0.0.27 - - [2025-12-25 04:27:37] "POST /neutron/network HTTP/1.1" 200 808 0.010269 10.0.0.27 - - [2025-12-25 04:28:14] "POST /neutron/network HTTP/1.1" 200 818 0.007675 10.0.0.27 - - [2025-12-25 04:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.27 - - [2025-12-25 04:28:26] "GET /obj-perms HTTP/1.1" 200 5056 0.070230 10.0.0.33 - - [2025-12-25 04:28:26] "GET /virtual-router/39238561-51ce-48b4-8d44-74cb630b4a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006234 10.0.0.27 - - [2025-12-25 04:28:38] "POST /neutron/port HTTP/1.1" 200 1126 0.019830 10.0.0.27 - - [2025-12-25 04:28:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.010773 10.0.0.27 - - [2025-12-25 04:28:41] "POST /neutron/port HTTP/1.1" 200 1126 0.019735 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.006058 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.007125 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.004222 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.007643 10.0.0.27 - - [2025-12-25 04:28:41] "GET /instance-ip/cc805add-7079-4287-b24b-3a793c13b4fc HTTP/1.1" 200 1621 0.006035 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.004055 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-machine-interface/f810ae7f-d886-4497-9c95-36d9ed8cc0cb HTTP/1.1" 200 2950 0.006578 10.0.0.27 - - [2025-12-25 04:28:41] "GET /instance-ip/cc805add-7079-4287-b24b-3a793c13b4fc HTTP/1.1" 200 1621 0.005085 10.0.0.27 - - [2025-12-25 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2025-12-25 04:28:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004173 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003333 10.0.0.27 - - [2025-12-25 04:28:41] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010863 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005270 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003255 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006802 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006615 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004214 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006840 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005188 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003964 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006971 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003349 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005743 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004318 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007931 10.0.0.27 - - [2025-12-25 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2025-12-25 04:28:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005491 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003798 10.0.0.27 - - [2025-12-25 04:28:42] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005929 10.0.0.27 - - [2025-12-25 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.27 - - [2025-12-25 04:28:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2025-12-25 04:28:43] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003772 10.0.0.27 - - [2025-12-25 04:28:43] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006968 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.27 - - [2025-12-25 04:28:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004386 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003790 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008126 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2025-12-25 04:28:44] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004883 10.0.0.27 - - [2025-12-25 04:28:44] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005131 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2025-12-25 04:28:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004092 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005561 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.27 - - [2025-12-25 04:28:44] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005115 10.0.0.27 - - [2025-12-25 04:28:44] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004320 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2025-12-25 04:28:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004543 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003350 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006211 10.0.0.27 - - [2025-12-25 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.27 - - [2025-12-25 04:28:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004419 10.0.0.27 - - [2025-12-25 04:28:44] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004526 10.0.0.27 - - [2025-12-25 04:28:45] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007912 10.0.0.27 - - [2025-12-25 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2025-12-25 04:28:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005748 10.0.0.27 - - [2025-12-25 04:28:45] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003921 10.0.0.27 - - [2025-12-25 04:28:45] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006446 10.0.0.23 - - [2025-12-25 04:28:47] "GET /obj-perms HTTP/1.1" 200 5044 0.005152 10.0.0.27 - - [2025-12-25 04:28:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004589 10.0.0.23 - - [2025-12-25 04:28:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004431 10.0.0.27 - - [2025-12-25 04:28:49] "GET /obj-perms HTTP/1.1" 200 5044 0.005495 10.0.0.23 - - [2025-12-25 04:28:49] "GET /obj-perms HTTP/1.1" 200 5044 0.005337 10.0.0.27 - - [2025-12-25 04:28:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.012582 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.004877 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.007073 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.005073 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.009489 10.0.0.27 - - [2025-12-25 04:28:49] "GET /instance-ip/3281d87c-8cb2-45ea-ac34-e3e69380874d HTTP/1.1" 200 1620 0.006316 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.004894 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.006480 10.0.0.27 - - [2025-12-25 04:28:49] "GET /instance-ip/3281d87c-8cb2-45ea-ac34-e3e69380874d HTTP/1.1" 200 1620 0.004751 10.0.0.27 - - [2025-12-25 04:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.27 - - [2025-12-25 04:28:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004733 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003317 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006884 10.0.0.27 - - [2025-12-25 04:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.27 - - [2025-12-25 04:28:49] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.27 - - [2025-12-25 04:28:49] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005419 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007348 10.0.0.27 - - [2025-12-25 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.27 - - [2025-12-25 04:28:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007361 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003679 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006822 10.0.0.27 - - [2025-12-25 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-25 04:28:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005488 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004047 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011832 10.0.0.27 - - [2025-12-25 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.27 - - [2025-12-25 04:28:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005054 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004494 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006235 10.0.0.27 - - [2025-12-25 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-12-25 04:28:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003366 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008206 10.0.0.27 - - [2025-12-25 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-12-25 04:28:50] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006067 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003675 10.0.0.27 - - [2025-12-25 04:28:50] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008504 10.0.0.27 - - [2025-12-25 04:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2025-12-25 04:28:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.27 - - [2025-12-25 04:28:51] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004061 10.0.0.27 - - [2025-12-25 04:28:51] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005816 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.014202 10.0.0.27 - - [2025-12-25 04:28:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005744 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004071 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008845 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.27 - - [2025-12-25 04:28:52] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004935 10.0.0.27 - - [2025-12-25 04:28:52] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005066 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2025-12-25 04:28:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003268 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006336 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2025-12-25 04:28:52] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004826 10.0.0.27 - - [2025-12-25 04:28:52] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005047 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.27 - - [2025-12-25 04:28:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007684 10.0.0.27 - - [2025-12-25 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008134 10.0.0.27 - - [2025-12-25 04:28:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004932 10.0.0.27 - - [2025-12-25 04:28:52] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005988 10.0.0.27 - - [2025-12-25 04:28:53] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007873 10.0.0.27 - - [2025-12-25 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.27 - - [2025-12-25 04:28:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005839 10.0.0.27 - - [2025-12-25 04:28:53] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.27 - - [2025-12-25 04:28:53] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006231 10.0.0.23 - - [2025-12-25 04:28:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004376 10.0.0.27 - - [2025-12-25 04:28:59] "GET /obj-perms HTTP/1.1" 200 5044 0.003957 10.0.0.23 - - [2025-12-25 04:28:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004232 10.0.0.27 - - [2025-12-25 04:28:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004607 10.0.0.33 - - [2025-12-25 04:28:59] "GET /obj-perms HTTP/1.1" 200 5044 0.013943 10.0.0.23 - - [2025-12-25 04:28:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004220 10.0.0.27 - - [2025-12-25 04:29:14] "POST /neutron/network HTTP/1.1" 200 818 0.007585 10.0.0.27 - - [2025-12-25 04:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.27 - - [2025-12-25 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2025-12-25 04:29:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004480 10.0.0.27 - - [2025-12-25 04:29:19] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.27 - - [2025-12-25 04:29:19] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007271 10.0.0.27 - - [2025-12-25 04:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.27 - - [2025-12-25 04:29:21] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005200 10.0.0.27 - - [2025-12-25 04:29:21] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003570 10.0.0.27 - - [2025-12-25 04:29:21] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006537 10.0.0.27 - - [2025-12-25 04:29:36] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.006810 10.0.0.27 - - [2025-12-25 04:29:36] "GET /virtual-machine-interface/bdd182e6-b014-4cd6-bd7d-35fd383e5772 HTTP/1.1" 200 2950 0.005991 10.0.0.27 - - [2025-12-25 04:29:36] "GET /instance-ip/3281d87c-8cb2-45ea-ac34-e3e69380874d HTTP/1.1" 200 1620 0.004543 10.0.0.27 - - [2025-12-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2025-12-25 04:29:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.27 - - [2025-12-25 04:29:36] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003379 10.0.0.27 - - [2025-12-25 04:29:36] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006002 10.0.0.33 - - [2025-12-25 04:29:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-25 04:29:39] "POST /neutron/port HTTP/1.1" 200 1126 0.108195 10.0.0.33 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2025-12-25 04:29:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.017176 10.0.0.23 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.33 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2025-12-25 04:29:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2025-12-25 04:29:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-12-25 04:29:40] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 200 1299 0.006742 10.0.0.27 - - [2025-12-25 04:29:40] "POST /neutron/port HTTP/1.1" 200 1126 0.020872 10.0.0.27 - - [2025-12-25 04:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-12-25 04:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000637 10.0.0.27 - - [2025-12-25 04:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000733 10.0.0.27 - - [2025-12-25 04:29:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-25 04:29:42] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004247 10.0.0.27 - - [2025-12-25 04:29:42] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004176 10.0.0.27 - - [2025-12-25 04:29:42] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.006455 10.0.0.27 - - [2025-12-25 04:29:43] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004219 10.0.0.27 - - [2025-12-25 04:29:44] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.006634 10.0.0.27 - - [2025-12-25 04:29:45] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004476 10.0.0.27 - - [2025-12-25 04:29:46] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003430 10.0.0.27 - - [2025-12-25 04:29:47] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003904 10.0.0.27 - - [2025-12-25 04:29:48] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003891 10.0.0.27 - - [2025-12-25 04:29:48] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003346 10.0.0.27 - - [2025-12-25 04:29:49] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.007960 10.0.0.27 - - [2025-12-25 04:29:50] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003768 10.0.0.27 - - [2025-12-25 04:29:51] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004689 10.0.0.27 - - [2025-12-25 04:29:52] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003758 10.0.0.27 - - [2025-12-25 04:29:53] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004308 10.0.0.27 - - [2025-12-25 04:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.27 - - [2025-12-25 04:29:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004248 10.0.0.27 - - [2025-12-25 04:29:53] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003937 10.0.0.27 - - [2025-12-25 04:29:53] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005909 10.0.0.27 - - [2025-12-25 04:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.27 - - [2025-12-25 04:29:53] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005410 10.0.0.27 - - [2025-12-25 04:29:53] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.007062 10.0.0.27 - - [2025-12-25 04:29:53] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004407 10.0.0.27 - - [2025-12-25 04:29:54] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003417 10.0.0.27 - - [2025-12-25 04:29:55] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003603 10.0.0.27 - - [2025-12-25 04:29:56] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003589 10.0.0.27 - - [2025-12-25 04:29:57] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003761 10.0.0.27 - - [2025-12-25 04:29:58] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.003701 10.0.0.27 - - [2025-12-25 04:29:58] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.005236 10.0.0.27 - - [2025-12-25 04:29:59] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004315 10.0.0.27 - - [2025-12-25 04:30:00] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004658 10.0.0.27 - - [2025-12-25 04:30:01] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004405 10.0.0.27 - - [2025-12-25 04:30:02] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.006777 10.0.0.27 - - [2025-12-25 04:30:03] "GET /virtual-machine/65fc6b42-56da-440c-bc33-6bc263b6d51a HTTP/1.1" 404 171 0.004891 10.0.0.27 - - [2025-12-25 04:30:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004655 10.0.0.23 - - [2025-12-25 04:30:04] "GET /obj-perms HTTP/1.1" 200 5044 0.008608 10.0.0.27 - - [2025-12-25 04:30:04] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 200 1300 0.005393 10.0.0.27 - - [2025-12-25 04:30:04] "POST /neutron/port HTTP/1.1" 200 1126 0.035597 10.0.0.27 - - [2025-12-25 04:30:06] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003942 10.0.0.27 - - [2025-12-25 04:30:06] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003744 10.0.0.27 - - [2025-12-25 04:30:06] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003509 10.0.0.27 - - [2025-12-25 04:30:06] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.004360 10.0.0.27 - - [2025-12-25 04:30:07] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.004551 10.0.0.27 - - [2025-12-25 04:30:08] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.005784 10.0.0.27 - - [2025-12-25 04:30:09] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.004443 10.0.0.27 - - [2025-12-25 04:30:10] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.004540 10.0.0.27 - - [2025-12-25 04:30:11] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003632 10.0.0.27 - - [2025-12-25 04:30:11] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003351 10.0.0.27 - - [2025-12-25 04:30:12] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.004360 10.0.0.27 - - [2025-12-25 04:30:13] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.005415 10.0.0.27 - - [2025-12-25 04:30:14] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003835 10.0.0.27 - - [2025-12-25 04:30:15] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003364 10.0.0.27 - - [2025-12-25 04:30:16] "GET /virtual-machine/e8f8abc4-b75f-43ef-9fee-28794e033f30 HTTP/1.1" 404 171 0.003238 10.0.0.27 - - [2025-12-25 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2025-12-25 04:30:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007242 10.0.0.27 - - [2025-12-25 04:30:16] "GET /virtual-networks?parent_id=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004101 10.0.0.27 - - [2025-12-25 04:30:16] "GET /virtual-network/3b749265-4274-4465-ba06-8dbfd3974482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006851 10.0.0.27 - - [2025-12-25 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2025-12-25 04:30:16] "GET /routing-instance/622cf7e0-8995-4eb2-8d1f-ae86eb598d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007430 10.0.0.27 - - [2025-12-25 04:30:16] "GET /route-target/02599ca9-b688-49e2-a997-8ca09dac3648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004458 10.0.0.27 - - [2025-12-25 04:30:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004569 10.0.0.27 - - [2025-12-25 04:30:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004247 10.0.0.33 - - [2025-12-25 04:30:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004878 10.0.0.23 - - [2025-12-25 04:30:20] "GET /obj-perms HTTP/1.1" 200 5044 0.005010 10.0.0.27 - - [2025-12-25 04:30:20] "POST /neutron/network HTTP/1.1" 200 808 0.008229 10.0.0.33 - - [2025-12-25 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.27 - - [2025-12-25 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.27 - - [2025-12-25 04:30:20] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004528 10.0.0.27 - - [2025-12-25 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007174 10.0.0.27 - - [2025-12-25 04:30:20] "PUT /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93 HTTP/1.1" 200 276 0.016992 10.0.0.23 - - [2025-12-25 04:30:23] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.037775 10.0.0.27 - - [2025-12-25 04:30:23] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.135717 10.0.0.23 - - [2025-12-25 04:30:23] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001722 10.0.0.27 - - [2025-12-25 04:30:23] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?fields=virtual_networks HTTP/1.1" 200 1055 0.058486 10.0.0.23 - - [2025-12-25 04:30:23] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001474 10.0.0.27 - - [2025-12-25 04:30:24] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.067250 10.0.0.23 - - [2025-12-25 04:30:24] "GET /projects?obj_uuids=79b5de34-6fa3-4b08-810e-7f4d71fea348&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002453 10.0.0.27 - - [2025-12-25 04:30:24] "GET /project/79b5de34-6fa3-4b08-810e-7f4d71fea348?fields=security_groups HTTP/1.1" 200 1288 0.056962 10.0.0.27 - - [2025-12-25 04:30:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.039133 10.0.0.23 - - [2025-12-25 04:30:25] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003859 10.0.0.23 - - [2025-12-25 04:30:25] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.23 - - [2025-12-25 04:30:25] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050994 10.0.0.23 - - [2025-12-25 04:30:25] "POST /id-to-fqname HTTP/1.1" 200 196 0.002749 10.0.0.23 - - [2025-12-25 04:30:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.004570 10.0.0.23 - - [2025-12-25 04:30:25] "POST /security-groups HTTP/1.1" 200 597 0.081000 10.0.0.23 - - [2025-12-25 04:30:25] "POST /projects HTTP/1.1" 200 597 0.313272 10.0.0.23 - - [2025-12-25 04:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.353024 10.0.0.33 - - [2025-12-25 04:30:25] "POST /access-control-lists HTTP/1.1" 200 602 0.036018 10.0.0.27 - - [2025-12-25 04:30:25] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.577891 10.0.0.27 - - [2025-12-25 04:30:27] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.23 - - [2025-12-25 04:30:30] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.27 - - [2025-12-25 04:30:30] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057009 10.0.0.23 - - [2025-12-25 04:30:30] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.27 - - [2025-12-25 04:30:30] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?fields=virtual_networks HTTP/1.1" 200 1053 0.062367 10.0.0.23 - - [2025-12-25 04:30:31] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.27 - - [2025-12-25 04:30:31] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.040585 10.0.0.23 - - [2025-12-25 04:30:31] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.27 - - [2025-12-25 04:30:31] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?fields=security_groups HTTP/1.1" 200 1285 0.045528 10.0.0.27 - - [2025-12-25 04:30:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.035902 10.0.0.23 - - [2025-12-25 04:30:32] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.23 - - [2025-12-25 04:30:32] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.23 - - [2025-12-25 04:30:32] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007326 10.0.0.23 - - [2025-12-25 04:30:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001867 10.0.0.23 - - [2025-12-25 04:30:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.006369 10.0.0.23 - - [2025-12-25 04:30:32] "POST /security-groups HTTP/1.1" 200 591 0.081633 10.0.0.33 - - [2025-12-25 04:30:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.005282 10.0.0.23 - - [2025-12-25 04:30:32] "POST /projects HTTP/1.1" 200 585 0.317149 10.0.0.23 - - [2025-12-25 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.356259 10.0.0.27 - - [2025-12-25 04:30:32] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.514069 10.0.0.33 - - [2025-12-25 04:30:32] "POST /access-control-lists HTTP/1.1" 200 594 0.041013 10.0.0.27 - - [2025-12-25 04:30:34] "GET / HTTP/1.1" 200 35931 0.004393 10.0.0.23 - - [2025-12-25 04:30:37] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.27 - - [2025-12-25 04:30:37] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044197 10.0.0.23 - - [2025-12-25 04:30:37] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001524 10.0.0.27 - - [2025-12-25 04:30:37] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?fields=virtual_networks HTTP/1.1" 200 1043 0.054044 10.0.0.23 - - [2025-12-25 04:30:37] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.27 - - [2025-12-25 04:30:37] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.058554 10.0.0.23 - - [2025-12-25 04:30:37] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.27 - - [2025-12-25 04:30:37] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?fields=security_groups HTTP/1.1" 200 1269 0.061581 10.0.0.27 - - [2025-12-25 04:30:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.041999 10.0.0.23 - - [2025-12-25 04:30:38] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004628 10.0.0.23 - - [2025-12-25 04:30:38] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.23 - - [2025-12-25 04:30:38] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008532 10.0.0.23 - - [2025-12-25 04:30:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.002697 10.0.0.23 - - [2025-12-25 04:30:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004827 10.0.0.23 - - [2025-12-25 04:30:39] "POST /security-groups HTTP/1.1" 200 599 0.081528 10.0.0.23 - - [2025-12-25 04:30:39] "POST /projects HTTP/1.1" 200 601 0.312042 10.0.0.23 - - [2025-12-25 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.355018 10.0.0.27 - - [2025-12-25 04:30:39] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.519931 10.0.0.33 - - [2025-12-25 04:30:39] "POST /fqname-to-id HTTP/1.1" 404 241 0.011239 10.0.0.27 - - [2025-12-25 04:30:40] "GET / HTTP/1.1" 200 35931 0.002867 10.0.0.27 - - [2025-12-25 04:30:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-25 04:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.083102 10.0.0.23 - - [2025-12-25 04:30:41] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001406 10.0.0.27 - - [2025-12-25 04:30:41] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045634 10.0.0.23 - - [2025-12-25 04:30:42] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001409 10.0.0.27 - - [2025-12-25 04:30:42] "POST /neutron/network HTTP/1.1" 200 601 0.213453 10.0.0.33 - - [2025-12-25 04:30:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.109504 10.0.0.33 - - [2025-12-25 04:30:42] "POST /ref-update HTTP/1.1" 200 156 0.151577 10.0.0.27 - - [2025-12-25 04:30:43] "POST /neutron/network HTTP/1.1" 200 976 0.023587 10.0.0.27 - - [2025-12-25 04:30:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001332 10.0.0.27 - - [2025-12-25 04:30:43] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009317 10.0.0.27 - - [2025-12-25 04:30:43] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006334 10.0.0.27 - - [2025-12-25 04:30:43] "POST /neutron/subnet HTTP/1.1" 200 716 0.037327 10.0.0.27 - - [2025-12-25 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.23 - - [2025-12-25 04:30:43] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.27 - - [2025-12-25 04:30:43] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.061537 10.0.0.23 - - [2025-12-25 04:30:43] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.27 - - [2025-12-25 04:30:43] "POST /neutron/network HTTP/1.1" 200 601 0.160023 10.0.0.33 - - [2025-12-25 04:30:43] "POST /route-targets HTTP/1.1" 200 327 0.019910 10.0.0.27 - - [2025-12-25 04:30:44] "POST /neutron/network HTTP/1.1" 200 976 0.014514 10.0.0.27 - - [2025-12-25 04:30:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001372 10.0.0.27 - - [2025-12-25 04:30:44] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005813 10.0.0.27 - - [2025-12-25 04:30:44] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007930 10.0.0.27 - - [2025-12-25 04:30:44] "POST /neutron/subnet HTTP/1.1" 200 716 0.013211 10.0.0.27 - - [2025-12-25 04:30:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001201 10.0.0.23 - - [2025-12-25 04:30:45] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.27 - - [2025-12-25 04:30:45] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.092406 10.0.0.27 - - [2025-12-25 04:30:45] "POST /neutron/network HTTP/1.1" 200 976 0.047446 10.0.0.27 - - [2025-12-25 04:30:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001606 10.0.0.27 - - [2025-12-25 04:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.009667 10.0.0.23 - - [2025-12-25 04:30:46] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002015 10.0.0.27 - - [2025-12-25 04:30:46] "POST /neutron/port HTTP/1.1" 200 1154 0.452156 10.0.0.23 - - [2025-12-25 04:30:47] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.27 - - [2025-12-25 04:30:47] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.091840 10.0.0.27 - - [2025-12-25 04:30:47] "POST /neutron/network HTTP/1.1" 200 976 0.014085 10.0.0.27 - - [2025-12-25 04:30:47] "POST /neutron/port HTTP/1.1" 200 1218 0.030645 10.0.0.27 - - [2025-12-25 04:30:47] "POST /neutron/subnet HTTP/1.1" 200 1277 0.057995 10.0.0.27 - - [2025-12-25 04:30:47] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.27 - - [2025-12-25 04:30:47] "POST /neutron/port HTTP/1.1" 200 1218 0.025754 10.0.0.23 - - [2025-12-25 04:30:48] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.27 - - [2025-12-25 04:30:48] "POST /neutron/port HTTP/1.1" 200 1154 0.421036 10.0.0.27 - - [2025-12-25 04:30:48] "POST /neutron/port HTTP/1.1" 200 1208 0.156803 10.0.0.27 - - [2025-12-25 04:30:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.27 - - [2025-12-25 04:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.27 - - [2025-12-25 04:30:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009861 10.0.0.27 - - [2025-12-25 04:30:53] "POST /neutron/port HTTP/1.1" 200 1218 0.036265 10.0.0.27 - - [2025-12-25 04:30:53] "GET /virtual-machine/b07d21ad-840b-48b2-8726-70e26b32fc95 HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-12-25 04:30:53] "GET /virtual-machine/b07d21ad-840b-48b2-8726-70e26b32fc95 HTTP/1.1" 200 1300 0.058958 10.0.0.27 - - [2025-12-25 04:30:53] "GET /virtual-machine-interface/45546464-1b50-4e6e-b8f0-0e08a60f5bed HTTP/1.1" 200 3157 0.008163 10.0.0.23 - - [2025-12-25 04:30:53] "DELETE /project/79b5de34-6fa3-4b08-810e-7f4d71fea348 HTTP/1.1" 404 177 0.014845 10.0.0.23 - - [2025-12-25 04:30:53] "DELETE /project/dcfd56eb5ba0417aa1457b36ac04ec9f HTTP/1.1" 404 173 0.007152 10.0.0.27 - - [2025-12-25 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007798 10.0.0.23 - - [2025-12-25 04:30:53] "DELETE /project/f20376c257d3459fa82e8f15c3302e2a HTTP/1.1" 404 173 0.016098 10.0.0.23 - - [2025-12-25 04:30:53] "DELETE /project/65dfae7be638430d84cc4109a5ae99bd HTTP/1.1" 404 173 0.015354 10.0.0.23 - - [2025-12-25 04:30:53] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001298 10.0.0.23 - - [2025-12-25 04:30:53] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.27 - - [2025-12-25 04:30:53] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005404 10.0.0.27 - - [2025-12-25 04:30:53] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004853 10.0.0.23 - - [2025-12-25 04:30:53] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.070563 10.0.0.23 - - [2025-12-25 04:30:53] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.074999 10.0.0.23 - - [2025-12-25 04:30:53] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.27 - - [2025-12-25 04:30:53] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.013083 10.0.0.23 - - [2025-12-25 04:30:53] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000966 10.0.0.23 - - [2025-12-25 04:30:53] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?fields=security_groups HTTP/1.1" 200 1390 0.066636 10.0.0.23 - - [2025-12-25 04:30:53] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?fields=security_groups HTTP/1.1" 200 1374 0.110840 10.0.0.23 - - [2025-12-25 04:30:53] "DELETE /security-group/646d5229-84c3-4d8e-8cd6-be7f6e3e51d1 HTTP/1.1" 200 115 0.080467 10.0.0.23 - - [2025-12-25 04:30:53] "GET /projects?obj_uuids=65dfae7b-e638-430d-84cc-4109a5ae99bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001750 10.0.0.23 - - [2025-12-25 04:30:53] "GET /project/65dfae7b-e638-430d-84cc-4109a5ae99bd?fields=application_policy_sets HTTP/1.1" 200 1429 0.095519 10.0.0.33 - - [2025-12-25 04:30:54] "DELETE /access-control-list/ac5fec32-68db-4047-b9f2-767fcdde8fb9 HTTP/1.1" 200 115 0.074729 10.0.0.23 - - [2025-12-25 04:30:54] "DELETE /security-group/0754b835-3223-4413-ab8f-127892ebaa0d HTTP/1.1" 200 115 0.171684 10.0.0.23 - - [2025-12-25 04:30:54] "GET /projects?obj_uuids=f20376c2-57d3-459f-a82e-8f15c3302e2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.23 - - [2025-12-25 04:30:54] "GET /project/f20376c2-57d3-459f-a82e-8f15c3302e2a?fields=application_policy_sets HTTP/1.1" 200 1413 0.068859 10.0.0.23 - - [2025-12-25 04:30:54] "DELETE /project/65dfae7b-e638-430d-84cc-4109a5ae99bd HTTP/1.1" 200 115 0.643030 10.0.0.23 - - [2025-12-25 04:30:54] "DELETE /project/f20376c2-57d3-459f-a82e-8f15c3302e2a HTTP/1.1" 200 115 0.721334 10.0.0.27 - - [2025-12-25 04:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-12-25 04:30:56] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005174 10.0.0.27 - - [2025-12-25 04:30:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.055838 10.0.0.27 - - [2025-12-25 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.27 - - [2025-12-25 04:30:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006250 10.0.0.27 - - [2025-12-25 04:30:58] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006109 10.0.0.27 - - [2025-12-25 04:30:58] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005797 10.0.0.27 - - [2025-12-25 04:30:59] "POST /neutron/port HTTP/1.1" 200 1218 0.029864 10.0.0.27 - - [2025-12-25 04:31:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010922 10.0.0.27 - - [2025-12-25 04:31:04] "POST /neutron/port HTTP/1.1" 200 1218 0.025346 10.0.0.27 - - [2025-12-25 04:31:04] "GET /virtual-machine/98239bdd-0c5e-44a0-9470-53168edc2bb9 HTTP/1.1" 200 1301 0.007339 10.0.0.27 - - [2025-12-25 04:31:04] "GET /virtual-machine-interface/6935bac3-dc83-435c-876d-0036a074d6cd HTTP/1.1" 200 3156 0.006644 10.0.0.27 - - [2025-12-25 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007098 10.0.0.27 - - [2025-12-25 04:31:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007632 10.0.0.27 - - [2025-12-25 04:31:04] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003954 10.0.0.27 - - [2025-12-25 04:31:04] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011046 10.0.0.27 - - [2025-12-25 04:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.27 - - [2025-12-25 04:31:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.27 - - [2025-12-25 04:31:05] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004070 10.0.0.27 - - [2025-12-25 04:31:05] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008164 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 404 209 0.003509 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.23 - - [2025-12-25 04:31:06] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002001 10.0.0.27 - - [2025-12-25 04:31:06] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.064540 10.0.0.27 - - [2025-12-25 04:31:06] "POST /network-policys HTTP/1.1" 200 533 0.033583 10.0.0.27 - - [2025-12-25 04:31:06] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007304 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2025-12-25 04:31:06] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.010282 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.27 - - [2025-12-25 04:31:06] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005849 10.0.0.33 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.008554 10.0.0.33 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006054 10.0.0.27 - - [2025-12-25 04:31:06] "POST /ref-update HTTP/1.1" 200 156 0.059670 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2025-12-25 04:31:06] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004689 10.0.0.27 - - [2025-12-25 04:31:06] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.009148 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.27 - - [2025-12-25 04:31:06] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005203 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2025-12-25 04:31:06] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005906 10.0.0.27 - - [2025-12-25 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2025-12-25 04:31:06] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004949 10.0.0.27 - - [2025-12-25 04:31:06] "POST /ref-update HTTP/1.1" 200 156 0.083055 10.0.0.27 - - [2025-12-25 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.33 - - [2025-12-25 04:31:07] "POST /access-control-lists HTTP/1.1" 200 578 0.113739 10.0.0.27 - - [2025-12-25 04:31:07] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005640 10.0.0.27 - - [2025-12-25 04:31:07] "POST /neutron/network HTTP/1.1" 200 1062 0.013668 10.0.0.27 - - [2025-12-25 04:31:07] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.016232 10.0.0.27 - - [2025-12-25 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.27 - - [2025-12-25 04:31:07] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004385 10.0.0.27 - - [2025-12-25 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2025-12-25 04:31:07] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.27 - - [2025-12-25 04:31:07] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052236 10.0.0.33 - - [2025-12-25 04:31:07] "POST /route-targets HTTP/1.1" 200 327 0.016772 10.0.0.23 - - [2025-12-25 04:31:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008749 10.0.0.27 - - [2025-12-25 04:31:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.223211 10.0.0.27 - - [2025-12-25 04:31:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001718 10.0.0.27 - - [2025-12-25 04:31:07] "GET /virtual-network/b817b8c3-54db-4591-b288-9ccfcc314fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005883 10.0.0.27 - - [2025-12-25 04:31:07] "GET /virtual-network/b817b8c3-54db-4591-b288-9ccfcc314fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006331 10.0.0.27 - - [2025-12-25 04:31:07] "POST /neutron/network HTTP/1.1" 200 799 0.010967 10.0.0.27 - - [2025-12-25 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-25 04:31:07] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001647 10.0.0.27 - - [2025-12-25 04:31:08] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.078088 10.0.0.23 - - [2025-12-25 04:31:08] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.27 - - [2025-12-25 04:31:08] "POST /neutron/network HTTP/1.1" 200 585 0.153371 10.0.0.33 - - [2025-12-25 04:31:08] "POST /ref-update HTTP/1.1" 200 156 0.045320 10.0.0.27 - - [2025-12-25 04:31:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.004282 10.0.0.27 - - [2025-12-25 04:31:08] "GET /virtual-network/53731551-fe6c-45b7-98b4-05f685ff7653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007579 10.0.0.27 - - [2025-12-25 04:31:08] "POST /neutron/network HTTP/1.1" 200 799 0.007507 10.0.0.27 - - [2025-12-25 04:31:08] "GET /virtual-network/53731551-fe6c-45b7-98b4-05f685ff7653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006869 10.0.0.27 - - [2025-12-25 04:31:08] "POST /fqname-to-id HTTP/1.1" 404 239 0.006951 10.0.0.27 - - [2025-12-25 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.23 - - [2025-12-25 04:31:08] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.27 - - [2025-12-25 04:31:08] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053152 10.0.0.27 - - [2025-12-25 04:31:08] "POST /network-policys HTTP/1.1" 200 587 0.039980 10.0.0.27 - - [2025-12-25 04:31:08] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009048 10.0.0.27 - - [2025-12-25 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-12-25 04:31:09] "GET /virtual-network/b817b8c3-54db-4591-b288-9ccfcc314fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008423 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004277 10.0.0.27 - - [2025-12-25 04:31:09] "POST /ref-update HTTP/1.1" 200 156 0.071299 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006544 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005176 10.0.0.27 - - [2025-12-25 04:31:09] "POST /neutron/network HTTP/1.1" 200 912 0.011198 10.0.0.27 - - [2025-12-25 04:31:09] "GET /virtual-network/b817b8c3-54db-4591-b288-9ccfcc314fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009066 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.012687 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.27 - - [2025-12-25 04:31:09] "GET /virtual-network/53731551-fe6c-45b7-98b4-05f685ff7653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006071 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005097 10.0.0.33 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.008680 10.0.0.27 - - [2025-12-25 04:31:09] "POST /ref-update HTTP/1.1" 200 156 0.062452 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010741 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006915 10.0.0.33 - - [2025-12-25 04:31:09] "PUT /access-control-list/dd83f902-5660-404f-8ac0-c426144c668f HTTP/1.1" 200 272 0.037470 10.0.0.27 - - [2025-12-25 04:31:09] "GET /virtual-network/53731551-fe6c-45b7-98b4-05f685ff7653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009889 10.0.0.27 - - [2025-12-25 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006814 10.0.0.27 - - [2025-12-25 04:31:09] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004880 10.0.0.27 - - [2025-12-25 04:31:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001468 10.0.0.27 - - [2025-12-25 04:31:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012858 10.0.0.23 - - [2025-12-25 04:31:10] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.27 - - [2025-12-25 04:31:10] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.099329 10.0.0.27 - - [2025-12-25 04:31:11] "POST /neutron/port HTTP/1.1" 200 2282 0.032126 10.0.0.27 - - [2025-12-25 04:31:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001941 10.0.0.27 - - [2025-12-25 04:31:11] "POST /neutron/port HTTP/1.1" 200 2282 0.043104 10.0.0.27 - - [2025-12-25 04:31:11] "POST /neutron/network HTTP/1.1" 200 922 0.009686 10.0.0.27 - - [2025-12-25 04:31:12] "POST /neutron/port HTTP/1.1" 200 1063 0.028173 10.0.0.27 - - [2025-12-25 04:31:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006942 10.0.0.27 - - [2025-12-25 04:31:12] "POST /neutron/network HTTP/1.1" 200 912 0.008524 10.0.0.23 - - [2025-12-25 04:31:13] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001685 10.0.0.27 - - [2025-12-25 04:31:13] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.119945 10.0.0.27 - - [2025-12-25 04:31:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010206 10.0.0.27 - - [2025-12-25 04:31:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003671 10.0.0.27 - - [2025-12-25 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.27 - - [2025-12-25 04:31:13] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006411 10.0.0.23 - - [2025-12-25 04:31:13] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001565 10.0.0.27 - - [2025-12-25 04:31:14] "POST /neutron/port HTTP/1.1" 200 1063 0.392580 10.0.0.27 - - [2025-12-25 04:31:14] "POST /neutron/port HTTP/1.1" 200 1117 0.128798 10.0.0.27 - - [2025-12-25 04:31:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.009786 10.0.0.27 - - [2025-12-25 04:31:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003933 10.0.0.27 - - [2025-12-25 04:31:14] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005816 10.0.0.27 - - [2025-12-25 04:31:14] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008940 10.0.0.27 - - [2025-12-25 04:31:14] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.039336 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.074811 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007125 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011983 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.049556 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.062898 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008354 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008572 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.047787 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.044502 10.0.0.27 - - [2025-12-25 04:31:15] "POST /neutron/port HTTP/1.1" 200 1218 0.040037 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009547 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007545 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.030268 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.009608 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005328 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005806 10.0.0.27 - - [2025-12-25 04:31:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011350 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.076988 10.0.0.27 - - [2025-12-25 04:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.001738 10.0.0.27 - - [2025-12-25 04:31:15] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.069057 10.0.0.27 - - [2025-12-25 04:31:15] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004888 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006259 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.040084 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.042793 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011461 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004494 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.036174 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.061099 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005345 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007820 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.024975 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003423 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005981 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004913 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.041414 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.049993 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012645 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008032 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.051093 10.0.0.27 - - [2025-12-25 04:31:16] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.054119 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008744 10.0.0.27 - - [2025-12-25 04:31:16] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005973 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.055103 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.052910 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014673 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007466 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.030627 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003883 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005538 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004585 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.041945 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.061489 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005975 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009684 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.048691 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.045272 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008819 10.0.0.27 - - [2025-12-25 04:31:17] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.013008 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.048287 10.0.0.27 - - [2025-12-25 04:31:17] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.043881 10.0.0.27 - - [2025-12-25 04:31:23] "POST /neutron/port HTTP/1.1" 200 1127 0.029142 10.0.0.27 - - [2025-12-25 04:31:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007244 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003891 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004468 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004653 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.033764 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.053442 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.011992 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006257 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.062734 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.052812 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009400 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005342 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.060801 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.051637 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007124 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008080 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.024185 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.014048 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005228 10.0.0.27 - - [2025-12-25 04:31:28] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004857 10.0.0.27 - - [2025-12-25 04:31:28] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.043372 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.048964 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005077 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008469 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.046840 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.047053 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005228 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.018021 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.051580 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.058065 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007823 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006233 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.026650 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004038 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006471 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004912 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.039255 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.060017 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010563 10.0.0.27 - - [2025-12-25 04:31:29] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005755 10.0.0.27 - - [2025-12-25 04:31:29] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.052479 10.0.0.27 - - [2025-12-25 04:31:30] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.068637 10.0.0.27 - - [2025-12-25 04:31:30] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008150 10.0.0.27 - - [2025-12-25 04:31:30] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007854 10.0.0.27 - - [2025-12-25 04:31:30] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.050186 10.0.0.27 - - [2025-12-25 04:31:30] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.054052 10.0.0.27 - - [2025-12-25 04:31:30] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006947 10.0.0.27 - - [2025-12-25 04:31:30] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005481 10.0.0.27 - - [2025-12-25 04:31:30] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.031214 10.0.0.27 - - [2025-12-25 04:31:30] "POST /ref-update HTTP/1.1" 200 156 0.067258 10.0.0.27 - - [2025-12-25 04:31:30] "GET /virtual-network/53731551-fe6c-45b7-98b4-05f685ff7653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.022662 10.0.0.27 - - [2025-12-25 04:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.33 - - [2025-12-25 04:31:30] "POST /ref-update HTTP/1.1" 200 156 0.027832 10.0.0.27 - - [2025-12-25 04:31:30] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005108 10.0.0.27 - - [2025-12-25 04:31:30] "POST /ref-update HTTP/1.1" 200 156 0.095194 10.0.0.27 - - [2025-12-25 04:31:31] "GET /virtual-network/b817b8c3-54db-4591-b288-9ccfcc314fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.026172 10.0.0.27 - - [2025-12-25 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.27 - - [2025-12-25 04:31:31] "POST /neutron/port HTTP/1.1" 200 1127 0.029295 10.0.0.27 - - [2025-12-25 04:31:31] "GET /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005236 10.0.0.27 - - [2025-12-25 04:31:31] "DELETE /network-policy/27d5194b-0f6a-4bab-9848-929ea77997fe HTTP/1.1" 200 115 0.066157 10.0.0.27 - - [2025-12-25 04:31:31] "POST /neutron/network HTTP/1.1" 200 799 0.010463 10.0.0.27 - - [2025-12-25 04:31:31] "POST /neutron/port HTTP/1.1" 200 1117 0.024381 10.0.0.23 - - [2025-12-25 04:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004132 10.0.0.33 - - [2025-12-25 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.23 - - [2025-12-25 04:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.27 - - [2025-12-25 04:31:33] "POST /neutron/network HTTP/1.1" 200 151 0.150037 10.0.0.33 - - [2025-12-25 04:31:33] "DELETE /route-target/59e3253d-9070-4b5b-968f-5c1113d5182b HTTP/1.1" 200 115 0.033189 10.0.0.27 - - [2025-12-25 04:31:33] "POST /ref-update HTTP/1.1" 200 156 0.078508 10.0.0.27 - - [2025-12-25 04:31:33] "POST /neutron/network HTTP/1.1" 200 976 0.014043 10.0.0.27 - - [2025-12-25 04:31:33] "GET /virtual-network/76cca62a-042a-47cf-8bdb-751b934cf7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.017148 10.0.0.27 - - [2025-12-25 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2025-12-25 04:31:33] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004601 10.0.0.33 - - [2025-12-25 04:31:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.008921 10.0.0.27 - - [2025-12-25 04:31:33] "POST /ref-update HTTP/1.1" 200 156 0.078929 10.0.0.33 - - [2025-12-25 04:31:34] "DELETE /access-control-list/1145d95d-ae56-4482-b37c-d8cbcd9e8a2c HTTP/1.1" 200 115 0.049395 10.0.0.27 - - [2025-12-25 04:31:34] "GET /virtual-network/3274d7e3-17fd-4890-aceb-f6f42da1e73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.019384 10.0.0.27 - - [2025-12-25 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007380 10.0.0.27 - - [2025-12-25 04:31:34] "GET /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004047 10.0.0.27 - - [2025-12-25 04:31:34] "DELETE /network-policy/1cf8847e-844a-4c54-88d0-6afbf26b444f HTTP/1.1" 200 115 0.043175 10.0.0.27 - - [2025-12-25 04:31:34] "POST /neutron/network HTTP/1.1" 400 204 0.021148 10.0.0.27 - - [2025-12-25 04:31:35] "POST /neutron/port HTTP/1.1" 200 151 0.339312 10.0.0.27 - - [2025-12-25 04:31:35] "POST /neutron/port HTTP/1.1" 200 151 0.352308 10.0.0.33 - - [2025-12-25 04:31:36] "DELETE /route-target/3048a2c5-858b-4cc7-9dc8-b2c68de7e3e0 HTTP/1.1" 200 115 0.038779 10.0.0.27 - - [2025-12-25 04:31:36] "POST /neutron/network HTTP/1.1" 200 976 0.017462 10.0.0.27 - - [2025-12-25 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005741 10.0.0.23 - - [2025-12-25 04:31:38] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.27 - - [2025-12-25 04:31:38] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046241 10.0.0.23 - - [2025-12-25 04:31:38] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001817 10.0.0.27 - - [2025-12-25 04:31:38] "POST /neutron/network HTTP/1.1" 200 601 0.154098 10.0.0.33 - - [2025-12-25 04:31:38] "POST /route-targets HTTP/1.1" 200 327 0.018175 10.0.0.27 - - [2025-12-25 04:31:39] "POST /neutron/network HTTP/1.1" 200 975 0.022538 10.0.0.27 - - [2025-12-25 04:31:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.002145 10.0.0.27 - - [2025-12-25 04:31:39] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006777 10.0.0.27 - - [2025-12-25 04:31:39] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008044 10.0.0.27 - - [2025-12-25 04:31:39] "POST /neutron/subnet HTTP/1.1" 200 716 0.010454 10.0.0.27 - - [2025-12-25 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2025-12-25 04:31:39] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001815 10.0.0.27 - - [2025-12-25 04:31:39] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047628 10.0.0.23 - - [2025-12-25 04:31:39] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.27 - - [2025-12-25 04:31:39] "POST /neutron/network HTTP/1.1" 200 601 0.162664 10.0.0.33 - - [2025-12-25 04:31:39] "POST /ref-update HTTP/1.1" 200 156 0.030852 10.0.0.33 - - [2025-12-25 04:31:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004088 10.0.0.27 - - [2025-12-25 04:31:40] "POST /neutron/network HTTP/1.1" 200 976 0.017261 10.0.0.27 - - [2025-12-25 04:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.27 - - [2025-12-25 04:31:40] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006324 10.0.0.27 - - [2025-12-25 04:31:40] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011811 10.0.0.27 - - [2025-12-25 04:31:40] "POST /neutron/subnet HTTP/1.1" 200 716 0.010293 10.0.0.27 - - [2025-12-25 04:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001307 10.0.0.23 - - [2025-12-25 04:31:41] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.27 - - [2025-12-25 04:31:41] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.086022 10.0.0.27 - - [2025-12-25 04:31:41] "POST /neutron/network HTTP/1.1" 200 975 0.009597 10.0.0.27 - - [2025-12-25 04:31:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.002041 10.0.0.27 - - [2025-12-25 04:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.007519 10.0.0.23 - - [2025-12-25 04:31:42] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.27 - - [2025-12-25 04:31:42] "POST /neutron/port HTTP/1.1" 200 1153 0.490982 10.0.0.23 - - [2025-12-25 04:31:42] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-12-25 04:31:42] "POST /neutron/port HTTP/1.1" 200 1207 0.163742 10.0.0.27 - - [2025-12-25 04:31:43] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.159313 10.0.0.27 - - [2025-12-25 04:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008354 10.0.0.27 - - [2025-12-25 04:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.27 - - [2025-12-25 04:31:43] "POST /neutron/port HTTP/1.1" 200 1217 0.023834 10.0.0.27 - - [2025-12-25 04:31:43] "POST /neutron/port HTTP/1.1" 200 1217 0.025423 10.0.0.23 - - [2025-12-25 04:31:43] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.27 - - [2025-12-25 04:31:44] "POST /neutron/port HTTP/1.1" 200 1154 0.399624 10.0.0.27 - - [2025-12-25 04:31:44] "POST /neutron/port HTTP/1.1" 200 1208 0.141043 10.0.0.27 - - [2025-12-25 04:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004772 10.0.0.27 - - [2025-12-25 04:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.001674 10.0.0.27 - - [2025-12-25 04:31:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009998 10.0.0.27 - - [2025-12-25 04:31:48] "POST /neutron/port HTTP/1.1" 200 1217 0.023221 10.0.0.27 - - [2025-12-25 04:31:48] "GET /virtual-machine/2ed8a868-80f4-4bfd-8a77-a53700f8b57a HTTP/1.1" 200 1299 0.006513 10.0.0.27 - - [2025-12-25 04:31:48] "GET /virtual-machine-interface/6d8d3bf1-23b1-4665-84b8-38f29d27a275 HTTP/1.1" 200 3156 0.006376 10.0.0.27 - - [2025-12-25 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2025-12-25 04:31:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005766 10.0.0.27 - - [2025-12-25 04:31:48] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003195 10.0.0.27 - - [2025-12-25 04:31:49] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007116 10.0.0.27 - - [2025-12-25 04:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2025-12-25 04:31:52] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007142 10.0.0.27 - - [2025-12-25 04:31:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009939 10.0.0.27 - - [2025-12-25 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2025-12-25 04:31:54] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007578 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005278 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007385 10.0.0.27 - - [2025-12-25 04:31:54] "POST /neutron/port HTTP/1.1" 200 1218 0.027436 10.0.0.27 - - [2025-12-25 04:31:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009336 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-machine/0415b3b1-d29f-4a9f-b878-2930988f246c HTTP/1.1" 200 1299 0.006991 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-machine-interface/95fffa6e-c4ac-4fc6-9007-533255f4ca67 HTTP/1.1" 200 3158 0.006478 10.0.0.27 - - [2025-12-25 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2025-12-25 04:31:54] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004486 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005670 10.0.0.27 - - [2025-12-25 04:31:54] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006593 10.0.0.27 - - [2025-12-25 04:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.27 - - [2025-12-25 04:31:56] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.27 - - [2025-12-25 04:31:56] "GET /virtual-networks?parent_id=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003161 10.0.0.27 - - [2025-12-25 04:31:56] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006747 10.0.0.27 - - [2025-12-25 04:31:56] "POST /neutron/port HTTP/1.1" 200 1218 0.019918 10.0.0.27 - - [2025-12-25 04:32:01] "POST /fqname-to-id HTTP/1.1" 404 209 0.003931 10.0.0.27 - - [2025-12-25 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2025-12-25 04:32:01] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.27 - - [2025-12-25 04:32:01] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.074754 10.0.0.27 - - [2025-12-25 04:32:01] "POST /network-policys HTTP/1.1" 200 533 0.055378 10.0.0.27 - - [2025-12-25 04:32:01] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006426 10.0.0.27 - - [2025-12-25 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2025-12-25 04:32:01] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006917 10.0.0.27 - - [2025-12-25 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.27 - - [2025-12-25 04:32:01] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004535 10.0.0.27 - - [2025-12-25 04:32:01] "POST /ref-update HTTP/1.1" 200 156 0.079814 10.0.0.27 - - [2025-12-25 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2025-12-25 04:32:02] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.016925 10.0.0.27 - - [2025-12-25 04:32:02] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.010216 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.27 - - [2025-12-25 04:32:02] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004290 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2025-12-25 04:32:02] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011362 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-12-25 04:32:02] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005590 10.0.0.33 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.013658 10.0.0.33 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.005633 10.0.0.27 - - [2025-12-25 04:32:02] "POST /ref-update HTTP/1.1" 200 156 0.073062 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.27 - - [2025-12-25 04:32:02] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.022418 10.0.0.33 - - [2025-12-25 04:32:02] "PUT /access-control-list/f7857a53-97c1-4adc-a1f5-38cc3fb5eb0b HTTP/1.1" 200 272 0.054739 10.0.0.27 - - [2025-12-25 04:32:02] "POST /neutron/network HTTP/1.1" 200 1062 0.037160 10.0.0.27 - - [2025-12-25 04:32:02] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.009745 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-12-25 04:32:02] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006190 10.0.0.27 - - [2025-12-25 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.23 - - [2025-12-25 04:32:02] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.27 - - [2025-12-25 04:32:02] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.078079 10.0.0.23 - - [2025-12-25 04:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008858 10.0.0.27 - - [2025-12-25 04:32:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.273085 10.0.0.27 - - [2025-12-25 04:32:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001319 10.0.0.27 - - [2025-12-25 04:32:03] "GET /virtual-network/5c74cde1-d069-427b-98f1-967d2c571ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007819 10.0.0.27 - - [2025-12-25 04:32:03] "GET /virtual-network/5c74cde1-d069-427b-98f1-967d2c571ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005670 10.0.0.27 - - [2025-12-25 04:32:03] "POST /neutron/network HTTP/1.1" 200 799 0.013588 10.0.0.27 - - [2025-12-25 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.23 - - [2025-12-25 04:32:03] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001520 10.0.0.27 - - [2025-12-25 04:32:03] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.089644 10.0.0.23 - - [2025-12-25 04:32:03] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.27 - - [2025-12-25 04:32:03] "POST /neutron/network HTTP/1.1" 200 585 0.207815 10.0.0.33 - - [2025-12-25 04:32:04] "POST /route-targets HTTP/1.1" 200 327 0.033079 10.0.0.27 - - [2025-12-25 04:32:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.004195 10.0.0.27 - - [2025-12-25 04:32:04] "GET /virtual-network/36fb7813-997f-4fbe-b022-fa2600bc8f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006805 10.0.0.27 - - [2025-12-25 04:32:04] "POST /neutron/network HTTP/1.1" 200 799 0.007910 10.0.0.27 - - [2025-12-25 04:32:04] "GET /virtual-network/36fb7813-997f-4fbe-b022-fa2600bc8f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011458 10.0.0.27 - - [2025-12-25 04:32:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.004245 10.0.0.27 - - [2025-12-25 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.23 - - [2025-12-25 04:32:04] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.27 - - [2025-12-25 04:32:04] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.068009 10.0.0.27 - - [2025-12-25 04:32:04] "POST /network-policys HTTP/1.1" 200 587 0.049307 10.0.0.27 - - [2025-12-25 04:32:04] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009936 10.0.0.27 - - [2025-12-25 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009484 10.0.0.27 - - [2025-12-25 04:32:04] "GET /virtual-network/5c74cde1-d069-427b-98f1-967d2c571ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010465 10.0.0.27 - - [2025-12-25 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.27 - - [2025-12-25 04:32:04] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005812 10.0.0.27 - - [2025-12-25 04:32:04] "POST /ref-update HTTP/1.1" 200 156 0.082300 10.0.0.33 - - [2025-12-25 04:32:04] "POST /access-control-lists HTTP/1.1" 200 554 0.055117 10.0.0.27 - - [2025-12-25 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2025-12-25 04:32:05] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.015466 10.0.0.27 - - [2025-12-25 04:32:05] "POST /neutron/network HTTP/1.1" 200 912 0.012924 10.0.0.27 - - [2025-12-25 04:32:05] "GET /virtual-network/5c74cde1-d069-427b-98f1-967d2c571ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.015554 10.0.0.27 - - [2025-12-25 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008428 10.0.0.27 - - [2025-12-25 04:32:05] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007153 10.0.0.27 - - [2025-12-25 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.27 - - [2025-12-25 04:32:05] "GET /virtual-network/36fb7813-997f-4fbe-b022-fa2600bc8f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007540 10.0.0.27 - - [2025-12-25 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2025-12-25 04:32:05] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004876 10.0.0.27 - - [2025-12-25 04:32:05] "POST /ref-update HTTP/1.1" 200 156 0.084662 10.0.0.27 - - [2025-12-25 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.018276 10.0.0.33 - - [2025-12-25 04:32:05] "POST /ref-update HTTP/1.1" 200 156 0.036379 10.0.0.27 - - [2025-12-25 04:32:05] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.014256 10.0.0.27 - - [2025-12-25 04:32:05] "GET /virtual-network/36fb7813-997f-4fbe-b022-fa2600bc8f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.011266 10.0.0.27 - - [2025-12-25 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005851 10.0.0.27 - - [2025-12-25 04:32:05] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004374 10.0.0.27 - - [2025-12-25 04:32:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001413 10.0.0.27 - - [2025-12-25 04:32:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009089 10.0.0.23 - - [2025-12-25 04:32:06] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.27 - - [2025-12-25 04:32:06] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.100600 10.0.0.27 - - [2025-12-25 04:32:07] "POST /neutron/port HTTP/1.1" 200 2281 0.035194 10.0.0.27 - - [2025-12-25 04:32:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001696 10.0.0.27 - - [2025-12-25 04:32:07] "POST /neutron/port HTTP/1.1" 200 2281 0.028206 10.0.0.27 - - [2025-12-25 04:32:07] "POST /neutron/network HTTP/1.1" 200 922 0.007165 10.0.0.27 - - [2025-12-25 04:32:08] "POST /neutron/port HTTP/1.1" 200 1063 0.025317 10.0.0.27 - - [2025-12-25 04:32:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.27 - - [2025-12-25 04:32:08] "POST /neutron/network HTTP/1.1" 200 912 0.008470 10.0.0.23 - - [2025-12-25 04:32:08] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.27 - - [2025-12-25 04:32:08] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.089876 10.0.0.27 - - [2025-12-25 04:32:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008872 10.0.0.27 - - [2025-12-25 04:32:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003891 10.0.0.27 - - [2025-12-25 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2025-12-25 04:32:09] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005933 10.0.0.23 - - [2025-12-25 04:32:09] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.27 - - [2025-12-25 04:32:10] "POST /neutron/port HTTP/1.1" 200 1063 0.397190 10.0.0.27 - - [2025-12-25 04:32:10] "POST /neutron/port HTTP/1.1" 200 1117 0.127197 10.0.0.27 - - [2025-12-25 04:32:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.012384 10.0.0.27 - - [2025-12-25 04:32:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003501 10.0.0.27 - - [2025-12-25 04:32:10] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004973 10.0.0.27 - - [2025-12-25 04:32:10] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005049 10.0.0.27 - - [2025-12-25 04:32:10] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.035532 10.0.0.27 - - [2025-12-25 04:32:10] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.057511 10.0.0.27 - - [2025-12-25 04:32:10] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006789 10.0.0.27 - - [2025-12-25 04:32:10] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005708 10.0.0.27 - - [2025-12-25 04:32:10] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.052543 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.041682 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.018092 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007651 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.045622 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.063025 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013026 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006104 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.026261 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003835 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005655 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005727 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.034943 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.043871 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006745 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009916 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.050259 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.060241 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005798 10.0.0.27 - - [2025-12-25 04:32:11] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004983 10.0.0.27 - - [2025-12-25 04:32:11] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.054069 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.081337 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009567 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014527 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.036306 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003918 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005929 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004853 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.031384 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.044278 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005106 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012603 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.055189 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.054434 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008627 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012451 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.048775 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.060694 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007243 10.0.0.27 - - [2025-12-25 04:32:12] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010780 10.0.0.27 - - [2025-12-25 04:32:12] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.029922 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007191 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005857 10.0.0.27 - - [2025-12-25 04:32:13] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.026744 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005677 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005552 10.0.0.27 - - [2025-12-25 04:32:13] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.024523 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006741 10.0.0.27 - - [2025-12-25 04:32:13] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006494 10.0.0.27 - - [2025-12-25 04:32:13] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.024638 10.0.0.27 - - [2025-12-25 04:32:19] "POST /neutron/port HTTP/1.1" 200 1127 0.027098 10.0.0.27 - - [2025-12-25 04:32:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008644 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004611 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005349 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005418 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.039712 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.048389 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006612 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007752 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.038440 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.061746 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.016609 10.0.0.27 - - [2025-12-25 04:32:23] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004480 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.049261 10.0.0.27 - - [2025-12-25 04:32:23] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.047522 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007327 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006610 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.033513 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007106 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006128 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005064 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.034339 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.053663 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008876 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005300 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.049955 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.049308 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008039 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007007 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.047174 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.049816 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.021670 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006548 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.030184 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.008719 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007706 10.0.0.27 - - [2025-12-25 04:32:24] "GET /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004625 10.0.0.27 - - [2025-12-25 04:32:24] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.037814 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/254b96b8-ae47-4151-8a72-ecece9c50b2f HTTP/1.1" 200 254 0.058042 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006056 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/c5375df9-63ea-4470-9474-327917c503e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008355 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.040580 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/c5375df9-63ea-4470-9474-327917c503e5 HTTP/1.1" 200 254 0.050081 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008187 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.012646 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.063204 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.061255 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.010291 10.0.0.27 - - [2025-12-25 04:32:25] "GET /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.015040 10.0.0.27 - - [2025-12-25 04:32:25] "PUT /bgp-router/f4906804-4da8-4bb8-aa74-eb5e14ff963c HTTP/1.1" 200 254 0.026442 10.0.0.27 - - [2025-12-25 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.070833 10.0.0.33 - - [2025-12-25 04:32:26] "DELETE /access-control-list/b24c3904-4499-4937-8221-c20665477556 HTTP/1.1" 200 115 0.052766 10.0.0.27 - - [2025-12-25 04:32:26] "GET /virtual-network/36fb7813-997f-4fbe-b022-fa2600bc8f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.012484 10.0.0.27 - - [2025-12-25 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2025-12-25 04:32:26] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005958 10.0.0.27 - - [2025-12-25 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.065322 10.0.0.33 - - [2025-12-25 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.040963 10.0.0.27 - - [2025-12-25 04:32:26] "GET /virtual-network/5c74cde1-d069-427b-98f1-967d2c571ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011839 10.0.0.27 - - [2025-12-25 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-12-25 04:32:26] "GET /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006694 10.0.0.27 - - [2025-12-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 1127 0.034561 10.0.0.27 - - [2025-12-25 04:32:26] "DELETE /network-policy/3c65f69c-b2de-468b-a06f-899840f622cc HTTP/1.1" 200 115 0.054221 10.0.0.27 - - [2025-12-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 1117 0.028744 10.0.0.27 - - [2025-12-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 151 0.267002 10.0.0.23 - - [2025-12-25 04:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003127 10.0.0.23 - - [2025-12-25 04:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.27 - - [2025-12-25 04:32:28] "POST /neutron/network HTTP/1.1" 200 151 0.170879 10.0.0.33 - - [2025-12-25 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.27 - - [2025-12-25 04:32:29] "POST /ref-update HTTP/1.1" 200 156 0.082025 10.0.0.27 - - [2025-12-25 04:32:29] "POST /neutron/network HTTP/1.1" 200 976 0.015784 10.0.0.27 - - [2025-12-25 04:32:29] "GET /virtual-network/2a4c2691-c487-4487-b854-d2c0d6dbce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009276 10.0.0.33 - - [2025-12-25 04:32:29] "POST /ref-update HTTP/1.1" 200 156 0.043364 10.0.0.27 - - [2025-12-25 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006720 10.0.0.27 - - [2025-12-25 04:32:29] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004741 10.0.0.27 - - [2025-12-25 04:32:29] "POST /ref-update HTTP/1.1" 200 156 0.055179 10.0.0.27 - - [2025-12-25 04:32:29] "GET /virtual-network/83ee33af-e4b7-41a7-bc50-5a5f58d254c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011462 10.0.0.27 - - [2025-12-25 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013517 10.0.0.27 - - [2025-12-25 04:32:29] "GET /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004997 10.0.0.27 - - [2025-12-25 04:32:29] "DELETE /network-policy/e8230043-77dc-495f-ac64-922c27ee8fc4 HTTP/1.1" 200 115 0.057506 10.0.0.27 - - [2025-12-25 04:32:29] "POST /neutron/network HTTP/1.1" 400 204 0.016325 10.0.0.27 - - [2025-12-25 04:32:30] "POST /neutron/port HTTP/1.1" 200 1208 0.029958 10.0.0.27 - - [2025-12-25 04:32:30] "POST /neutron/port HTTP/1.1" 200 151 0.379528 10.0.0.33 - - [2025-12-25 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.27 - - [2025-12-25 04:32:31] "POST /neutron/network HTTP/1.1" 200 975 0.013455 10.0.0.33 - - [2025-12-25 04:32:32] "DELETE /route-target/cdb2666f-0ca9-4d86-bfaf-1227f1ceed8d HTTP/1.1" 200 115 0.026582 10.0.0.23 - - [2025-12-25 04:32:33] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002098 10.0.0.27 - - [2025-12-25 04:32:33] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047348 10.0.0.23 - - [2025-12-25 04:32:33] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.27 - - [2025-12-25 04:32:33] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?fields=virtual_networks HTTP/1.1" 200 1059 0.053091 10.0.0.23 - - [2025-12-25 04:32:33] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.27 - - [2025-12-25 04:32:33] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.050968 10.0.0.23 - - [2025-12-25 04:32:33] "GET /projects?obj_uuids=dcfd56eb-5ba0-417a-a145-7b36ac04ec9f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.27 - - [2025-12-25 04:32:33] "GET /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f?fields=security_groups HTTP/1.1" 200 1293 0.062785 10.0.0.27 - - [2025-12-25 04:32:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.034890 10.0.0.23 - - [2025-12-25 04:32:34] "GET /projects?obj_uuids=be902f92-cfda-462c-9664-674224304e04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003981 10.0.0.23 - - [2025-12-25 04:32:34] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.23 - - [2025-12-25 04:32:34] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008954 10.0.0.23 - - [2025-12-25 04:32:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.006588 10.0.0.23 - - [2025-12-25 04:32:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.012025 10.0.0.23 - - [2025-12-25 04:32:35] "POST /security-groups HTTP/1.1" 200 586 0.083133 10.0.0.23 - - [2025-12-25 04:32:35] "POST /projects HTTP/1.1" 200 575 0.325240 10.0.0.23 - - [2025-12-25 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.369109 10.0.0.33 - - [2025-12-25 04:32:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.008620 10.0.0.27 - - [2025-12-25 04:32:35] "GET /project/be902f92-cfda-462c-9664-674224304e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.543771 10.0.0.27 - - [2025-12-25 04:32:36] "GET / HTTP/1.1" 200 35931 0.003144 10.0.0.27 - - [2025-12-25 04:32:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-25 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.038821 10.0.0.27 - - [2025-12-25 04:32:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005383 10.0.0.27 - - [2025-12-25 04:32:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005117 10.0.0.27 - - [2025-12-25 04:32:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004591 10.0.0.27 - - [2025-12-25 04:32:39] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.017269 10.0.0.27 - - [2025-12-25 04:32:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.030692 10.0.0.23 - - [2025-12-25 04:32:42] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.23 - - [2025-12-25 04:32:42] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.23 - - [2025-12-25 04:32:42] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008734 10.0.0.23 - - [2025-12-25 04:32:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.004433 10.0.0.23 - - [2025-12-25 04:32:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.007251 10.0.0.23 - - [2025-12-25 04:32:42] "POST /security-groups HTTP/1.1" 200 586 0.082259 10.0.0.23 - - [2025-12-25 04:32:42] "POST /projects HTTP/1.1" 200 575 0.303608 10.0.0.23 - - [2025-12-25 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.339365 10.0.0.33 - - [2025-12-25 04:32:42] "POST /access-control-lists HTTP/1.1" 200 591 0.035985 10.0.0.27 - - [2025-12-25 04:32:42] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.520087 10.0.0.27 - - [2025-12-25 04:32:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.036039 10.0.0.23 - - [2025-12-25 04:32:43] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004166 10.0.0.23 - - [2025-12-25 04:32:43] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001786 10.0.0.23 - - [2025-12-25 04:32:43] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010100 10.0.0.23 - - [2025-12-25 04:32:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001238 10.0.0.23 - - [2025-12-25 04:32:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005323 10.0.0.23 - - [2025-12-25 04:32:43] "POST /security-groups HTTP/1.1" 200 586 0.039931 10.0.0.33 - - [2025-12-25 04:32:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.004842 10.0.0.23 - - [2025-12-25 04:32:43] "POST /projects HTTP/1.1" 200 575 0.272488 10.0.0.23 - - [2025-12-25 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.354478 10.0.0.33 - - [2025-12-25 04:32:43] "POST /access-control-lists HTTP/1.1" 200 589 0.059621 10.0.0.27 - - [2025-12-25 04:32:43] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.557692 10.0.0.27 - - [2025-12-25 04:32:44] "GET / HTTP/1.1" 200 35931 0.003249 10.0.0.27 - - [2025-12-25 04:32:45] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.27 - - [2025-12-25 04:32:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.004081 10.0.0.27 - - [2025-12-25 04:32:46] "POST /api-access-lists HTTP/1.1" 200 521 0.027020 10.0.0.27 - - [2025-12-25 04:32:46] "GET /api-access-list/833b6a65-2252-4dce-bf97-30580aed7129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.009294 10.0.0.27 - - [2025-12-25 04:32:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-25 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.127489 10.0.0.23 - - [2025-12-25 04:32:47] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.27 - - [2025-12-25 04:32:47] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.091122 10.0.0.27 - - [2025-12-25 04:32:47] "GET /virtual-networks?parent_id=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022444 10.0.0.27 - - [2025-12-25 04:32:47] "POST /virtual-networks HTTP/1.1" 200 568 0.118159 10.0.0.33 - - [2025-12-25 04:32:47] "POST /route-targets HTTP/1.1" 200 327 0.020381 10.0.0.27 - - [2025-12-25 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.025452 10.0.0.27 - - [2025-12-25 04:32:47] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.022335 10.0.0.23 - - [2025-12-25 04:32:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004725 10.0.0.27 - - [2025-12-25 04:32:47] "POST /ref-update HTTP/1.1" 200 156 0.111089 10.0.0.27 - - [2025-12-25 04:32:48] "POST /neutron/network HTTP/1.1" 200 831 0.082134 10.0.0.27 - - [2025-12-25 04:32:48] "GET /virtual-network/6dfdbc71-0557-443d-9e8a-234c99b18717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.027947 10.0.0.27 - - [2025-12-25 04:32:49] "GET /obj-perms HTTP/1.1" 200 4915 0.091166 10.0.0.27 - - [2025-12-25 04:32:50] "GET /virtual-network/6dfdbc71-0557-443d-9e8a-234c99b18717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.025866 10.0.0.27 - - [2025-12-25 04:32:50] "GET /obj-perms HTTP/1.1" 200 4915 0.090210 10.0.0.27 - - [2025-12-25 04:32:51] "GET /obj-perms HTTP/1.1" 200 4915 0.017413 10.0.0.27 - - [2025-12-25 04:32:51] "POST /id-to-fqname HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-12-25 04:32:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.050187 10.0.0.27 - - [2025-12-25 04:32:52] "POST /neutron/network HTTP/1.1" 200 841 0.073458 10.0.0.23 - - [2025-12-25 04:32:53] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.27 - - [2025-12-25 04:32:53] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.082211 10.0.0.27 - - [2025-12-25 04:32:53] "POST /neutron/port HTTP/1.1" 200 117 0.050069 10.0.0.27 - - [2025-12-25 04:32:54] "POST /neutron/network HTTP/1.1" 200 831 0.041004 10.0.0.23 - - [2025-12-25 04:32:54] "DELETE /project/be902f92cfda462c9664674224304e04 HTTP/1.1" 404 173 0.007935 10.0.0.23 - - [2025-12-25 04:32:54] "DELETE /project/dcfd56eb-5ba0-417a-a145-7b36ac04ec9f HTTP/1.1" 404 177 0.007472 10.0.0.23 - - [2025-12-25 04:32:54] "DELETE /project/64753875d6f44ae9bba913753be2e5c8 HTTP/1.1" 404 173 0.005117 10.0.0.23 - - [2025-12-25 04:32:54] "DELETE /project/f7727e275b844b439038515641d42844 HTTP/1.1" 404 173 0.005604 10.0.0.27 - - [2025-12-25 04:32:54] "POST /neutron/port HTTP/1.1" 200 1054 0.036304 10.0.0.27 - - [2025-12-25 04:32:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004352 10.0.0.27 - - [2025-12-25 04:32:55] "POST /neutron/network HTTP/1.1" 200 831 0.008558 10.0.0.27 - - [2025-12-25 04:32:58] "POST /neutron/port HTTP/1.1" 200 1118 0.029603 10.0.0.27 - - [2025-12-25 04:32:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011811 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 200 1287 0.054272 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 200 1287 0.022165 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine-interface/b68ac9cc-71d5-493b-af64-67c81a79ddd2 HTTP/1.1" 200 2531 0.032167 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 200 1287 0.024139 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine-interface/b68ac9cc-71d5-493b-af64-67c81a79ddd2 HTTP/1.1" 200 2531 0.030910 10.0.0.27 - - [2025-12-25 04:32:59] "GET /instance-ip/8089aff9-7924-4cd1-b4b7-14e96f69971d HTTP/1.1" 200 1624 0.031899 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 200 1287 0.024499 10.0.0.27 - - [2025-12-25 04:32:59] "GET /virtual-machine-interface/b68ac9cc-71d5-493b-af64-67c81a79ddd2 HTTP/1.1" 200 2531 0.027623 10.0.0.27 - - [2025-12-25 04:32:59] "GET /instance-ip/8089aff9-7924-4cd1-b4b7-14e96f69971d HTTP/1.1" 200 1624 0.030845 10.0.0.27 - - [2025-12-25 04:32:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.020862 10.0.0.27 - - [2025-12-25 04:32:59] "GET / HTTP/1.1" 200 35931 0.002775 10.0.0.27 - - [2025-12-25 04:33:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625 10.0.0.27 - - [2025-12-25 04:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.047076 10.0.0.27 - - [2025-12-25 04:33:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005264 10.0.0.27 - - [2025-12-25 04:33:00] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020494 10.0.0.27 - - [2025-12-25 04:33:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.033556 10.0.0.27 - - [2025-12-25 04:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.27 - - [2025-12-25 04:33:00] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013423 10.0.0.27 - - [2025-12-25 04:33:00] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029463 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.022192 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2025-12-25 04:33:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005242 10.0.0.27 - - [2025-12-25 04:33:01] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029212 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.041034 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.27 - - [2025-12-25 04:33:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009440 10.0.0.27 - - [2025-12-25 04:33:01] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028141 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.022969 10.0.0.27 - - [2025-12-25 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.27 - - [2025-12-25 04:33:01] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.27 - - [2025-12-25 04:33:01] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022048 10.0.0.27 - - [2025-12-25 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.040213 10.0.0.27 - - [2025-12-25 04:33:04] "GET /virtual-network/6dfdbc71-0557-443d-9e8a-234c99b18717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.027461 10.0.0.27 - - [2025-12-25 04:33:05] "POST /neutron/port HTTP/1.1" 200 1118 0.030870 10.0.0.27 - - [2025-12-25 04:33:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.023212 10.0.0.27 - - [2025-12-25 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.27 - - [2025-12-25 04:33:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.27 - - [2025-12-25 04:33:06] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019995 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.020524 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2025-12-25 04:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005534 10.0.0.27 - - [2025-12-25 04:33:07] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022900 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.020550 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2025-12-25 04:33:07] "GET /routing-instance/c12f4e68-a361-4ffa-be5b-afda3d988884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005096 10.0.0.27 - - [2025-12-25 04:33:07] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.024601 10.0.0.27 - - [2025-12-25 04:33:07] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004333 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.028788 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.27 - - [2025-12-25 04:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004735 10.0.0.27 - - [2025-12-25 04:33:07] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021366 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 361 0.020123 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005754 10.0.0.27 - - [2025-12-25 04:33:07] "GET /routing-instance/c12f4e68-a361-4ffa-be5b-afda3d988884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004913 10.0.0.27 - - [2025-12-25 04:33:07] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.026350 10.0.0.27 - - [2025-12-25 04:33:07] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.020357 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005698 10.0.0.27 - - [2025-12-25 04:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004299 10.0.0.27 - - [2025-12-25 04:33:07] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023694 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.021278 10.0.0.27 - - [2025-12-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007841 10.0.0.27 - - [2025-12-25 04:33:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004821 10.0.0.27 - - [2025-12-25 04:33:07] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022739 10.0.0.23 - - [2025-12-25 04:33:08] "GET /obj-perms HTTP/1.1" 200 4915 0.097738 10.0.0.27 - - [2025-12-25 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032410 10.0.0.27 - - [2025-12-25 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-12-25 04:33:08] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.022180 10.0.0.27 - - [2025-12-25 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2025-12-25 04:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.27 - - [2025-12-25 04:33:09] "GET /obj-perms HTTP/1.1" 200 4915 0.022130 10.0.0.27 - - [2025-12-25 04:33:10] "GET /obj-perms HTTP/1.1" 200 5020 0.072976 10.0.0.23 - - [2025-12-25 04:33:10] "GET /obj-perms HTTP/1.1" 200 5020 0.075604 10.0.0.27 - - [2025-12-25 04:33:11] "GET /obj-perms HTTP/1.1" 200 4915 0.087572 10.0.0.27 - - [2025-12-25 04:33:11] "GET /obj-perms HTTP/1.1" 200 4915 0.021428 10.0.0.33 - - [2025-12-25 04:33:12] "GET /obj-perms HTTP/1.1" 200 4915 0.101715 10.0.0.23 - - [2025-12-25 04:33:12] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.026533 10.0.0.27 - - [2025-12-25 04:33:12] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 200 1287 0.027309 10.0.0.27 - - [2025-12-25 04:33:12] "POST /neutron/port HTTP/1.1" 200 1108 0.020427 10.0.0.27 - - [2025-12-25 04:33:14] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 404 171 0.020669 10.0.0.27 - - [2025-12-25 04:33:14] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 404 171 0.019071 10.0.0.27 - - [2025-12-25 04:33:14] "GET /virtual-machine/3c5e8320-1754-49f6-9322-38ed863d5432 HTTP/1.1" 404 171 0.021318 10.0.0.27 - - [2025-12-25 04:33:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.022776 10.0.0.27 - - [2025-12-25 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-25 04:33:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.27 - - [2025-12-25 04:33:14] "GET /virtual-networks?parent_id=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017403 10.0.0.27 - - [2025-12-25 04:33:14] "POST /fqname-to-id HTTP/1.1" 403 361 0.021900 10.0.0.27 - - [2025-12-25 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2025-12-25 04:33:14] "GET /routing-instance/c12f4e68-a361-4ffa-be5b-afda3d988884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004826 10.0.0.27 - - [2025-12-25 04:33:14] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019673 10.0.0.27 - - [2025-12-25 04:33:14] "GET /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004472 10.0.0.27 - - [2025-12-25 04:33:15] "GET /obj-perms HTTP/1.1" 200 4915 0.021724 10.0.0.27 - - [2025-12-25 04:33:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004760 10.0.0.23 - - [2025-12-25 04:33:22] "GET /obj-perms HTTP/1.1" 200 5020 0.004213 10.0.0.27 - - [2025-12-25 04:33:25] "GET /obj-perms HTTP/1.1" 200 5020 0.005375 10.0.0.27 - - [2025-12-25 04:33:28] "GET /obj-perms HTTP/1.1" 200 5020 0.004686 10.0.0.23 - - [2025-12-25 04:33:28] "GET /obj-perms HTTP/1.1" 200 5020 0.005067 10.0.0.23 - - [2025-12-25 04:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004738 10.0.0.23 - - [2025-12-25 04:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005687 10.0.0.27 - - [2025-12-25 04:33:28] "DELETE /virtual-network/6dfdbc71-0557-443d-9e8a-234c99b18717 HTTP/1.1" 200 115 0.175439 10.0.0.33 - - [2025-12-25 04:33:28] "DELETE /route-target/9e3bf70c-75ac-493e-b5bb-1688b80553b9 HTTP/1.1" 200 115 0.041461 10.0.0.27 - - [2025-12-25 04:33:28] "DELETE /api-access-list/833b6a65-2252-4dce-bf97-30580aed7129 HTTP/1.1" 200 115 0.048918 10.0.0.23 - - [2025-12-25 04:33:29] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.27 - - [2025-12-25 04:33:29] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.059412 10.0.0.23 - - [2025-12-25 04:33:29] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001293 10.0.0.27 - - [2025-12-25 04:33:29] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?fields=virtual_networks HTTP/1.1" 200 1032 0.052717 10.0.0.23 - - [2025-12-25 04:33:29] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001312 10.0.0.27 - - [2025-12-25 04:33:29] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.052591 10.0.0.23 - - [2025-12-25 04:33:29] "GET /projects?obj_uuids=64753875-d6f4-4ae9-bba9-13753be2e5c8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.27 - - [2025-12-25 04:33:29] "GET /project/64753875-d6f4-4ae9-bba9-13753be2e5c8?fields=security_groups HTTP/1.1" 200 1253 0.052366 10.0.0.23 - - [2025-12-25 04:33:30] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.27 - - [2025-12-25 04:33:30] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050780 10.0.0.23 - - [2025-12-25 04:33:30] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.27 - - [2025-12-25 04:33:30] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?fields=virtual_networks HTTP/1.1" 200 1033 0.045056 10.0.0.23 - - [2025-12-25 04:33:30] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.27 - - [2025-12-25 04:33:30] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.064423 10.0.0.23 - - [2025-12-25 04:33:30] "GET /projects?obj_uuids=f7727e27-5b84-4b43-9038-515641d42844&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.27 - - [2025-12-25 04:33:30] "GET /project/f7727e27-5b84-4b43-9038-515641d42844?fields=security_groups HTTP/1.1" 200 1254 0.047982 10.0.0.33 - - [2025-12-25 04:33:32] "GET /obj-perms HTTP/1.1" 200 5056 0.222657 10.0.0.27 - - [2025-12-25 04:33:33] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.005769 10.0.0.27 - - [2025-12-25 04:33:33] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.016939 10.0.0.23 - - [2025-12-25 04:33:33] "GET /projects?obj_uuids=be902f92-cfda-462c-9664-674224304e04&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.27 - - [2025-12-25 04:33:33] "GET /project/be902f92-cfda-462c-9664-674224304e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041764 10.0.0.23 - - [2025-12-25 04:33:33] "GET /projects?obj_uuids=be902f92-cfda-462c-9664-674224304e04&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001243 10.0.0.27 - - [2025-12-25 04:33:33] "GET /project/be902f92-cfda-462c-9664-674224304e04?fields=virtual_networks HTTP/1.1" 200 1033 0.055121 10.0.0.23 - - [2025-12-25 04:33:33] "GET /projects?obj_uuids=be902f92-cfda-462c-9664-674224304e04&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001731 10.0.0.27 - - [2025-12-25 04:33:33] "GET /project/be902f92-cfda-462c-9664-674224304e04?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060870 10.0.0.23 - - [2025-12-25 04:33:33] "GET /projects?obj_uuids=be902f92-cfda-462c-9664-674224304e04&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.27 - - [2025-12-25 04:33:33] "GET /project/be902f92-cfda-462c-9664-674224304e04?fields=security_groups HTTP/1.1" 200 1254 0.039359 10.0.0.27 - - [2025-12-25 04:33:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.032365 10.0.0.23 - - [2025-12-25 04:33:34] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003871 10.0.0.23 - - [2025-12-25 04:33:35] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.011572 10.0.0.23 - - [2025-12-25 04:33:35] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038554 10.0.0.23 - - [2025-12-25 04:33:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.003088 10.0.0.23 - - [2025-12-25 04:33:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.009828 10.0.0.23 - - [2025-12-25 04:33:35] "POST /security-groups HTTP/1.1" 200 591 0.086138 10.0.0.23 - - [2025-12-25 04:33:35] "POST /projects HTTP/1.1" 200 585 0.321537 10.0.0.23 - - [2025-12-25 04:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.360890 10.0.0.33 - - [2025-12-25 04:33:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.005329 10.0.0.27 - - [2025-12-25 04:33:35] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.553723 10.0.0.27 - - [2025-12-25 04:33:36] "GET / HTTP/1.1" 200 35931 0.003345 10.0.0.27 - - [2025-12-25 04:33:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-25 04:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.037656 10.0.0.27 - - [2025-12-25 04:33:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004085 10.0.0.27 - - [2025-12-25 04:33:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005145 10.0.0.27 - - [2025-12-25 04:33:39] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004779 10.0.0.27 - - [2025-12-25 04:33:39] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.021018 10.0.0.27 - - [2025-12-25 04:33:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.032579 10.0.0.23 - - [2025-12-25 04:33:41] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003490 10.0.0.23 - - [2025-12-25 04:33:41] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.23 - - [2025-12-25 04:33:41] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008441 10.0.0.23 - - [2025-12-25 04:33:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.003464 10.0.0.23 - - [2025-12-25 04:33:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.014288 10.0.0.23 - - [2025-12-25 04:33:42] "POST /security-groups HTTP/1.1" 200 591 0.044406 10.0.0.23 - - [2025-12-25 04:33:42] "POST /projects HTTP/1.1" 200 585 0.275038 10.0.0.33 - - [2025-12-25 04:33:42] "POST /access-control-lists HTTP/1.1" 200 596 0.036142 10.0.0.23 - - [2025-12-25 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.348499 10.0.0.27 - - [2025-12-25 04:33:42] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.522143 10.0.0.27 - - [2025-12-25 04:33:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.050329 10.0.0.23 - - [2025-12-25 04:33:42] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003157 10.0.0.23 - - [2025-12-25 04:33:43] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001545 10.0.0.23 - - [2025-12-25 04:33:43] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009158 10.0.0.23 - - [2025-12-25 04:33:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.003406 10.0.0.23 - - [2025-12-25 04:33:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.005011 10.0.0.23 - - [2025-12-25 04:33:43] "POST /security-groups HTTP/1.1" 200 591 0.082212 10.0.0.33 - - [2025-12-25 04:33:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.004049 10.0.0.23 - - [2025-12-25 04:33:43] "POST /projects HTTP/1.1" 200 585 0.323611 10.0.0.23 - - [2025-12-25 04:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.366915 10.0.0.27 - - [2025-12-25 04:33:43] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.536384 10.0.0.33 - - [2025-12-25 04:33:43] "POST /access-control-lists HTTP/1.1" 200 594 0.050599 10.0.0.27 - - [2025-12-25 04:33:44] "GET / HTTP/1.1" 200 35931 0.002465 10.0.0.33 - - [2025-12-25 04:33:44] "DELETE /access-control-list/2b74b3f4-811f-4be5-8e4a-a357eca500e7 HTTP/1.1" 200 115 0.047348 10.0.0.33 - - [2025-12-25 04:33:45] "DELETE /access-control-list/6ded9f47-8c9c-42f7-a3f3-ac313a4eee8f HTTP/1.1" 200 115 0.046459 10.0.0.27 - - [2025-12-25 04:33:45] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.27 - - [2025-12-25 04:33:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.004522 10.0.0.27 - - [2025-12-25 04:33:46] "POST /api-access-lists HTTP/1.1" 200 521 0.029040 10.0.0.27 - - [2025-12-25 04:33:46] "GET /api-access-list/8afc1299-83ae-416b-a494-51d2a11ac4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006585 10.0.0.27 - - [2025-12-25 04:33:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-25 04:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.060086 10.0.0.23 - - [2025-12-25 04:33:47] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001695 10.0.0.27 - - [2025-12-25 04:33:47] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.083834 10.0.0.27 - - [2025-12-25 04:33:47] "GET /virtual-networks?parent_id=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021262 10.0.0.27 - - [2025-12-25 04:33:47] "POST /virtual-networks HTTP/1.1" 200 583 0.129812 10.0.0.27 - - [2025-12-25 04:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.028991 10.0.0.27 - - [2025-12-25 04:33:47] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.019936 10.0.0.23 - - [2025-12-25 04:33:48] "POST /useragent-kv HTTP/1.1" 200 115 0.010620 10.0.0.27 - - [2025-12-25 04:33:48] "POST /ref-update HTTP/1.1" 200 156 0.107575 10.0.0.27 - - [2025-12-25 04:33:48] "POST /neutron/network HTTP/1.1" 200 848 0.081383 10.0.0.27 - - [2025-12-25 04:33:48] "GET /virtual-network/a4426c9b-0b4b-4241-b6df-c6cd6ef7e78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.036564 10.0.0.27 - - [2025-12-25 04:33:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-12-25 04:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.065303 10.0.0.23 - - [2025-12-25 04:33:49] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.27 - - [2025-12-25 04:33:49] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.091115 10.0.0.27 - - [2025-12-25 04:33:49] "GET /virtual-networks?parent_id=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025512 10.0.0.27 - - [2025-12-25 04:33:49] "POST /virtual-networks HTTP/1.1" 200 583 0.110307 10.0.0.33 - - [2025-12-25 04:33:49] "POST /route-targets HTTP/1.1" 200 327 0.023448 10.0.0.27 - - [2025-12-25 04:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.041145 10.0.0.27 - - [2025-12-25 04:33:49] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.021133 10.0.0.23 - - [2025-12-25 04:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013942 10.0.0.27 - - [2025-12-25 04:33:49] "POST /ref-update HTTP/1.1" 200 156 0.141229 10.0.0.27 - - [2025-12-25 04:33:49] "POST /neutron/network HTTP/1.1" 200 848 0.090243 10.0.0.27 - - [2025-12-25 04:33:49] "GET /virtual-network/95a41e31-480e-4659-890f-1d4998f50212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.029723 10.0.0.27 - - [2025-12-25 04:33:50] "POST /neutron/subnet HTTP/1.1" 200 679 0.053022 10.0.0.27 - - [2025-12-25 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2025-12-25 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.33 - - [2025-12-25 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031942 10.0.0.23 - - [2025-12-25 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.043882 10.0.0.27 - - [2025-12-25 04:33:54] "GET /obj-perms HTTP/1.1" 403 257 0.046727 10.0.0.27 - - [2025-12-25 04:33:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.083373 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/f7727e27-5b84-4b43-9038-515641d42844 HTTP/1.1" 404 177 0.008468 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/be902f92-cfda-462c-9664-674224304e04 HTTP/1.1" 404 177 0.008737 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/64753875-d6f4-4ae9-bba9-13753be2e5c8 HTTP/1.1" 404 177 0.007742 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/f243c6a5641843a4a676d252d4dbaeb6 HTTP/1.1" 404 173 0.006159 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/37cc196db5e74e96a52047ed92331830 HTTP/1.1" 404 173 0.005563 10.0.0.23 - - [2025-12-25 04:33:54] "DELETE /project/d2e2289b5a7646ee8d37366647f2b007 HTTP/1.1" 404 173 0.009721 10.0.0.27 - - [2025-12-25 04:33:54] "PUT /virtual-network/a4426c9b-0b4b-4241-b6df-c6cd6ef7e78b HTTP/1.1" 200 264 0.062743 10.0.0.27 - - [2025-12-25 04:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.27 - - [2025-12-25 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.33 - - [2025-12-25 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2025-12-25 04:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.27 - - [2025-12-25 04:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.27 - - [2025-12-25 04:33:56] "GET /obj-perms HTTP/1.1" 403 257 0.050976 10.0.0.27 - - [2025-12-25 04:33:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.048766 10.0.0.27 - - [2025-12-25 04:33:56] "PUT /virtual-network/a4426c9b-0b4b-4241-b6df-c6cd6ef7e78b HTTP/1.1" 200 264 0.056665 10.0.0.23 - - [2025-12-25 04:33:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004195 10.0.0.23 - - [2025-12-25 04:33:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.27 - - [2025-12-25 04:33:56] "DELETE /virtual-network/95a41e31-480e-4659-890f-1d4998f50212 HTTP/1.1" 200 115 0.157023 10.0.0.33 - - [2025-12-25 04:33:56] "DELETE /route-target/621b73f4-858b-40ca-958e-4492cde4d760 HTTP/1.1" 200 115 0.029222 10.0.0.23 - - [2025-12-25 04:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004827 10.0.0.23 - - [2025-12-25 04:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003192 10.0.0.27 - - [2025-12-25 04:33:57] "DELETE /virtual-network/a4426c9b-0b4b-4241-b6df-c6cd6ef7e78b HTTP/1.1" 200 115 0.165977 10.0.0.27 - - [2025-12-25 04:33:57] "DELETE /api-access-list/8afc1299-83ae-416b-a494-51d2a11ac4ba HTTP/1.1" 200 115 0.043681 10.0.0.23 - - [2025-12-25 04:33:57] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.27 - - [2025-12-25 04:33:57] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044865 10.0.0.23 - - [2025-12-25 04:33:57] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001618 10.0.0.27 - - [2025-12-25 04:33:57] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?fields=virtual_networks HTTP/1.1" 200 1042 0.050654 10.0.0.23 - - [2025-12-25 04:33:57] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.27 - - [2025-12-25 04:33:57] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.078848 10.0.0.23 - - [2025-12-25 04:33:57] "GET /projects?obj_uuids=37cc196d-b5e7-4e96-a520-47ed92331830&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.27 - - [2025-12-25 04:33:57] "GET /project/37cc196d-b5e7-4e96-a520-47ed92331830?fields=security_groups HTTP/1.1" 200 1268 0.057128 10.0.0.23 - - [2025-12-25 04:33:58] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.27 - - [2025-12-25 04:33:58] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040905 10.0.0.23 - - [2025-12-25 04:33:58] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.27 - - [2025-12-25 04:33:58] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?fields=virtual_networks HTTP/1.1" 200 1043 0.059734 10.0.0.23 - - [2025-12-25 04:33:58] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002082 10.0.0.27 - - [2025-12-25 04:33:58] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.086510 10.0.0.23 - - [2025-12-25 04:33:58] "GET /projects?obj_uuids=d2e2289b-5a76-46ee-8d37-366647f2b007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.27 - - [2025-12-25 04:33:58] "GET /project/d2e2289b-5a76-46ee-8d37-366647f2b007?fields=security_groups HTTP/1.1" 200 1269 0.057059 10.0.0.27 - - [2025-12-25 04:34:02] "GET / HTTP/1.1" 200 35931 0.002338 10.0.0.27 - - [2025-12-25 04:34:03] "GET / HTTP/1.1" 200 35931 0.002312 10.0.0.27 - - [2025-12-25 04:34:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2025-12-25 04:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.113522 10.0.0.23 - - [2025-12-25 04:34:04] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.27 - - [2025-12-25 04:34:04] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.067929 10.0.0.27 - - [2025-12-25 04:34:05] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016244 10.0.0.27 - - [2025-12-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.019167 10.0.0.27 - - [2025-12-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016392 10.0.0.23 - - [2025-12-25 04:34:05] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.27 - - [2025-12-25 04:34:05] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.028133 10.0.0.27 - - [2025-12-25 04:34:05] "POST /service-templates HTTP/1.1" 403 264 0.014369 10.0.0.27 - - [2025-12-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.004124 10.0.0.27 - - [2025-12-25 04:34:05] "POST /api-access-lists HTTP/1.1" 200 555 0.033226 10.0.0.27 - - [2025-12-25 04:34:05] "GET /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.010776 10.0.0.27 - - [2025-12-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.021545 10.0.0.23 - - [2025-12-25 04:34:05] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.27 - - [2025-12-25 04:34:05] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074604 10.0.0.27 - - [2025-12-25 04:34:05] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023902 10.0.0.27 - - [2025-12-25 04:34:05] "POST /virtual-networks HTTP/1.1" 200 583 0.127014 10.0.0.33 - - [2025-12-25 04:34:05] "POST /route-targets HTTP/1.1" 200 327 0.019251 10.0.0.27 - - [2025-12-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.037052 10.0.0.27 - - [2025-12-25 04:34:06] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.022030 10.0.0.23 - - [2025-12-25 04:34:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007043 10.0.0.27 - - [2025-12-25 04:34:06] "POST /ref-update HTTP/1.1" 200 156 0.117082 10.0.0.27 - - [2025-12-25 04:34:06] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.026858 10.0.0.27 - - [2025-12-25 04:34:06] "POST /neutron/network HTTP/1.1" 200 847 0.081969 10.0.0.27 - - [2025-12-25 04:34:06] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.007258 10.0.0.27 - - [2025-12-25 04:34:06] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004433 10.0.0.27 - - [2025-12-25 04:34:07] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006941 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.024440 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.018411 10.0.0.23 - - [2025-12-25 04:34:08] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.27 - - [2025-12-25 04:34:08] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024196 10.0.0.27 - - [2025-12-25 04:34:08] "POST /service-templates HTTP/1.1" 403 264 0.016344 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.004063 10.0.0.27 - - [2025-12-25 04:34:08] "POST /api-access-lists HTTP/1.1" 200 521 0.034642 10.0.0.27 - - [2025-12-25 04:34:08] "GET /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.017380 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.039180 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028378 10.0.0.23 - - [2025-12-25 04:34:08] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.27 - - [2025-12-25 04:34:08] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.037251 10.0.0.27 - - [2025-12-25 04:34:08] "POST /service-templates HTTP/1.1" 200 551 0.058182 10.0.0.27 - - [2025-12-25 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028806 10.0.0.27 - - [2025-12-25 04:34:09] "GET /service-template/afe673dd-7697-43d0-9516-14fb38140e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.023335 10.0.0.27 - - [2025-12-25 04:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028644 10.0.0.27 - - [2025-12-25 04:34:09] "GET /service-template/afe673dd-7697-43d0-9516-14fb38140e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022187 10.0.0.27 - - [2025-12-25 04:34:10] "GET /obj-perms HTTP/1.1" 403 257 0.058219 10.0.0.33 - - [2025-12-25 04:34:10] "GET /obj-perms HTTP/1.1" 403 257 0.054600 10.0.0.23 - - [2025-12-25 04:34:11] "GET /obj-perms HTTP/1.1" 403 257 0.061327 10.0.0.27 - - [2025-12-25 04:34:11] "GET /obj-perms HTTP/1.1" 403 257 0.017257 10.0.0.27 - - [2025-12-25 04:34:11] "GET /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004025 10.0.0.27 - - [2025-12-25 04:34:11] "PUT /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6 HTTP/1.1" 200 264 0.013375 10.0.0.27 - - [2025-12-25 04:34:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.27 - - [2025-12-25 04:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.053294 10.0.0.23 - - [2025-12-25 04:34:12] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.27 - - [2025-12-25 04:34:12] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085312 10.0.0.27 - - [2025-12-25 04:34:12] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031346 10.0.0.27 - - [2025-12-25 04:34:12] "POST /virtual-networks HTTP/1.1" 403 263 0.018565 10.0.0.27 - - [2025-12-25 04:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.27 - - [2025-12-25 04:34:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.046682 10.0.0.27 - - [2025-12-25 04:34:13] "GET /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005077 10.0.0.27 - - [2025-12-25 04:34:13] "PUT /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde HTTP/1.1" 200 264 0.013891 10.0.0.27 - - [2025-12-25 04:34:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.018766 10.0.0.27 - - [2025-12-25 04:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.019923 10.0.0.23 - - [2025-12-25 04:34:13] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.27 - - [2025-12-25 04:34:13] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.025936 10.0.0.27 - - [2025-12-25 04:34:13] "POST /service-templates HTTP/1.1" 403 264 0.018816 10.0.0.27 - - [2025-12-25 04:34:13] "GET /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.006326 10.0.0.27 - - [2025-12-25 04:34:13] "PUT /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6 HTTP/1.1" 200 264 0.026095 10.0.0.27 - - [2025-12-25 04:34:13] "GET /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004817 10.0.0.27 - - [2025-12-25 04:34:13] "PUT /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde HTTP/1.1" 200 264 0.014585 10.0.0.27 - - [2025-12-25 04:34:14] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016190 10.0.0.27 - - [2025-12-25 04:34:14] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.058103 10.0.0.33 - - [2025-12-25 04:34:15] "GET /obj-perms HTTP/1.1" 403 257 0.030155 10.0.0.33 - - [2025-12-25 04:34:15] "GET /obj-perms HTTP/1.1" 403 257 0.053653 10.0.0.23 - - [2025-12-25 04:34:15] "GET /obj-perms HTTP/1.1" 403 257 0.022462 10.0.0.23 - - [2025-12-25 04:34:16] "GET /obj-perms HTTP/1.1" 403 257 0.047716 10.0.0.27 - - [2025-12-25 04:34:16] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.005230 10.0.0.27 - - [2025-12-25 04:34:16] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.016093 10.0.0.27 - - [2025-12-25 04:34:16] "GET /obj-perms HTTP/1.1" 403 257 0.020771 10.0.0.27 - - [2025-12-25 04:34:16] "GET /obj-perms HTTP/1.1" 403 257 0.014248 10.0.0.27 - - [2025-12-25 04:34:16] "DELETE /api-access-list/63f8917e-c683-4d00-abb0-c5c86c75b0f6 HTTP/1.1" 200 115 0.037673 10.0.0.27 - - [2025-12-25 04:34:16] "DELETE /api-access-list/f1bef01d-2e66-4710-b3d5-398bae880dde HTTP/1.1" 200 115 0.038596 10.0.0.27 - - [2025-12-25 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.33 - - [2025-12-25 04:34:18] "GET /obj-perms HTTP/1.1" 403 257 0.062082 10.0.0.23 - - [2025-12-25 04:34:18] "GET /obj-perms HTTP/1.1" 403 257 0.047971 10.0.0.27 - - [2025-12-25 04:34:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.048279 10.0.0.27 - - [2025-12-25 04:34:18] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.003896 10.0.0.27 - - [2025-12-25 04:34:18] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.012720 10.0.0.27 - - [2025-12-25 04:34:19] "GET /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.028092 10.0.0.27 - - [2025-12-25 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.018966 10.0.0.27 - - [2025-12-25 04:34:19] "DELETE /service-template/afe673dd-7697-43d0-9516-14fb38140e9b HTTP/1.1" 200 115 0.048864 10.0.0.27 - - [2025-12-25 04:34:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.025337 10.0.0.23 - - [2025-12-25 04:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004345 10.0.0.23 - - [2025-12-25 04:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005415 10.0.0.27 - - [2025-12-25 04:34:19] "DELETE /virtual-network/cc01b9d6-4d97-481f-8962-2e85ba7111f1 HTTP/1.1" 200 115 0.159910 10.0.0.33 - - [2025-12-25 04:34:19] "DELETE /route-target/2cf2e767-fc6e-48a5-889f-ae3357e09ef8 HTTP/1.1" 200 115 0.033353 10.0.0.27 - - [2025-12-25 04:34:19] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006212 10.0.0.27 - - [2025-12-25 04:34:19] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.014590 10.0.0.27 - - [2025-12-25 04:34:19] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.004467 10.0.0.27 - - [2025-12-25 04:34:19] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.016761 10.0.0.27 - - [2025-12-25 04:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.23 - - [2025-12-25 04:34:22] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001528 10.0.0.27 - - [2025-12-25 04:34:22] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057076 10.0.0.27 - - [2025-12-25 04:34:22] "POST /neutron/network HTTP/1.1" 200 117 0.137021 10.0.0.27 - - [2025-12-25 04:34:23] "POST /neutron/network HTTP/1.1" 200 862 0.011653 10.0.0.27 - - [2025-12-25 04:34:23] "POST /id-to-fqname HTTP/1.1" 200 240 0.001420 10.0.0.27 - - [2025-12-25 04:34:23] "GET /virtual-network/96584e5e-b97b-4d7a-b123-830aa0447c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006619 10.0.0.27 - - [2025-12-25 04:34:23] "GET /virtual-network/96584e5e-b97b-4d7a-b123-830aa0447c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006363 10.0.0.27 - - [2025-12-25 04:34:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.011303 10.0.0.27 - - [2025-12-25 04:34:23] "GET /virtual-network/96584e5e-b97b-4d7a-b123-830aa0447c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007949 10.0.0.27 - - [2025-12-25 04:34:23] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004966 10.0.0.27 - - [2025-12-25 04:34:23] "GET /virtual-network/96584e5e-b97b-4d7a-b123-830aa0447c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006924 10.0.0.27 - - [2025-12-25 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.090976 10.0.0.33 - - [2025-12-25 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.070873 10.0.0.23 - - [2025-12-25 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.065892 10.0.0.27 - - [2025-12-25 04:34:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003972 10.0.0.27 - - [2025-12-25 04:34:24] "POST /api-access-lists HTTP/1.1" 200 555 0.029465 10.0.0.27 - - [2025-12-25 04:34:24] "GET /api-access-list/a35a3036-acf2-4318-85f0-bf8d67484cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.005941 10.0.0.27 - - [2025-12-25 04:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.031126 10.0.0.23 - - [2025-12-25 04:34:24] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.27 - - [2025-12-25 04:34:24] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065342 10.0.0.23 - - [2025-12-25 04:34:24] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.27 - - [2025-12-25 04:34:25] "POST /neutron/network HTTP/1.1" 200 645 0.196110 10.0.0.33 - - [2025-12-25 04:34:25] "POST /route-targets HTTP/1.1" 200 327 0.018381 10.0.0.23 - - [2025-12-25 04:34:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008565 10.0.0.27 - - [2025-12-25 04:34:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.328395 10.0.0.27 - - [2025-12-25 04:34:25] "POST /id-to-fqname HTTP/1.1" 200 240 0.017200 10.0.0.27 - - [2025-12-25 04:34:25] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.022929 10.0.0.27 - - [2025-12-25 04:34:25] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.102099 10.0.0.27 - - [2025-12-25 04:34:25] "POST /neutron/network HTTP/1.1" 200 864 0.038105 10.0.0.27 - - [2025-12-25 04:34:26] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007222 10.0.0.27 - - [2025-12-25 04:34:26] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004657 10.0.0.27 - - [2025-12-25 04:34:26] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006656 10.0.0.27 - - [2025-12-25 04:34:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.018995 10.0.0.23 - - [2025-12-25 04:34:26] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.33 - - [2025-12-25 04:34:27] "POST /access-control-lists HTTP/1.1" 200 626 0.032114 10.0.0.33 - - [2025-12-25 04:34:27] "PUT /access-control-list/818c38b9-925d-46a9-9bd5-e95a959da098 HTTP/1.1" 200 272 0.017693 10.0.0.27 - - [2025-12-25 04:34:27] "POST /neutron/security_group HTTP/1.1" 200 1426 0.523330 10.0.0.27 - - [2025-12-25 04:34:27] "POST /neutron/security_group HTTP/1.1" 200 1426 0.028919 10.0.0.33 - - [2025-12-25 04:34:28] "PUT /access-control-list/e4bca780-3db0-476b-9712-27432ffe6d46 HTTP/1.1" 200 272 0.026823 10.0.0.23 - - [2025-12-25 04:34:28] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.27 - - [2025-12-25 04:34:28] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.131647 10.0.0.27 - - [2025-12-25 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.030708 10.0.0.27 - - [2025-12-25 04:34:28] "GET /security-group/784abd05-2169-4041-b0c8-3806e048193c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.032935 10.0.0.27 - - [2025-12-25 04:34:29] "POST /id-to-fqname HTTP/1.1" 200 240 0.020839 10.0.0.27 - - [2025-12-25 04:34:30] "POST /neutron/network HTTP/1.1" 200 874 0.039933 10.0.0.23 - - [2025-12-25 04:34:30] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.27 - - [2025-12-25 04:34:30] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087362 10.0.0.27 - - [2025-12-25 04:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.039636 10.0.0.27 - - [2025-12-25 04:34:31] "POST /neutron/network HTTP/1.1" 200 864 0.046614 10.0.0.27 - - [2025-12-25 04:34:32] "POST /neutron/port HTTP/1.1" 200 1060 0.020100 10.0.0.27 - - [2025-12-25 04:34:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005281 10.0.0.27 - - [2025-12-25 04:34:32] "POST /neutron/network HTTP/1.1" 200 864 0.009609 10.0.0.27 - - [2025-12-25 04:34:36] "POST /neutron/port HTTP/1.1" 200 1124 0.026119 10.0.0.27 - - [2025-12-25 04:34:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010055 10.0.0.27 - - [2025-12-25 04:34:36] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.065050 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.031809 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine-interface/8130f8d8-351c-40a7-96d1-aa9b1e4bd010 HTTP/1.1" 200 3023 0.044156 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.024536 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine-interface/8130f8d8-351c-40a7-96d1-aa9b1e4bd010 HTTP/1.1" 200 3023 0.029972 10.0.0.27 - - [2025-12-25 04:34:37] "GET /instance-ip/32a5fe8b-365f-4b7e-b9cb-6f2784df729b HTTP/1.1" 200 1640 0.022821 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.023030 10.0.0.27 - - [2025-12-25 04:34:37] "GET /virtual-machine-interface/8130f8d8-351c-40a7-96d1-aa9b1e4bd010 HTTP/1.1" 200 3023 0.025995 10.0.0.27 - - [2025-12-25 04:34:37] "GET /instance-ip/32a5fe8b-365f-4b7e-b9cb-6f2784df729b HTTP/1.1" 200 1640 0.020968 10.0.0.27 - - [2025-12-25 04:34:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.023604 10.0.0.27 - - [2025-12-25 04:34:37] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.034747 10.0.0.27 - - [2025-12-25 04:34:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024237 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.023048 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.021474 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.27 - - [2025-12-25 04:34:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004922 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027650 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.024657 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.018962 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2025-12-25 04:34:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004132 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025862 10.0.0.27 - - [2025-12-25 04:34:38] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.028564 10.0.0.33 - - [2025-12-25 04:34:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2025-12-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.022544 10.0.0.33 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-12-25 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010485 10.0.0.27 - - [2025-12-25 04:34:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.27 - - [2025-12-25 04:34:39] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029462 10.0.0.27 - - [2025-12-25 04:34:39] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.036639 10.0.0.27 - - [2025-12-25 04:34:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.025885 10.0.0.23 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.27 - - [2025-12-25 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.27 - - [2025-12-25 04:34:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006094 10.0.0.23 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-12-25 04:34:39] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.037108 10.0.0.27 - - [2025-12-25 04:34:39] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.027345 10.0.0.33 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2025-12-25 04:34:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000649 10.0.0.23 - - [2025-12-25 04:34:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-12-25 04:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-25 04:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2025-12-25 04:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-12-25 04:34:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.27 - - [2025-12-25 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.023346 10.0.0.27 - - [2025-12-25 04:34:42] "POST /neutron/port HTTP/1.1" 200 1124 0.019885 10.0.0.27 - - [2025-12-25 04:34:42] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.027627 10.0.0.27 - - [2025-12-25 04:34:44] "POST /fqname-to-id HTTP/1.1" 403 354 0.017303 10.0.0.27 - - [2025-12-25 04:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-12-25 04:34:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.27 - - [2025-12-25 04:34:44] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026096 10.0.0.27 - - [2025-12-25 04:34:44] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.025593 10.0.0.27 - - [2025-12-25 04:34:44] "POST /fqname-to-id HTTP/1.1" 403 354 0.020837 10.0.0.27 - - [2025-12-25 04:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-25 04:34:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005084 10.0.0.27 - - [2025-12-25 04:34:44] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024996 10.0.0.27 - - [2025-12-25 04:34:45] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.026112 10.0.0.27 - - [2025-12-25 04:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.023131 10.0.0.27 - - [2025-12-25 04:34:45] "GET /routing-instance/7899e60f-a0ec-4187-93a1-f1aa618d66fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022139 10.0.0.27 - - [2025-12-25 04:34:45] "POST /fqname-to-id HTTP/1.1" 403 354 0.019152 10.0.0.27 - - [2025-12-25 04:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2025-12-25 04:34:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004732 10.0.0.27 - - [2025-12-25 04:34:45] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.070780 10.0.0.27 - - [2025-12-25 04:34:45] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.042564 10.0.0.27 - - [2025-12-25 04:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.035105 10.0.0.27 - - [2025-12-25 04:34:45] "GET /routing-instance/7899e60f-a0ec-4187-93a1-f1aa618d66fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.029874 10.0.0.23 - - [2025-12-25 04:34:45] "GET /obj-perms HTTP/1.1" 403 257 0.024469 10.0.0.33 - - [2025-12-25 04:34:45] "DELETE /access-control-list/ae2e8f30-c376-45b8-be85-425ef7e81479 HTTP/1.1" 200 115 0.064796 10.0.0.23 - - [2025-12-25 04:34:47] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.026985 10.0.0.27 - - [2025-12-25 04:34:49] "GET /obj-perms HTTP/1.1" 403 257 0.014634 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.016234 10.0.0.23 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.014383 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.016160 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.014459 10.0.0.23 - - [2025-12-25 04:34:50] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.022401 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.018721 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.046751 10.0.0.27 - - [2025-12-25 04:34:50] "GET /obj-perms HTTP/1.1" 403 257 0.016651 10.0.0.27 - - [2025-12-25 04:34:51] "GET /obj-perms HTTP/1.1" 200 5030 0.005061 10.0.0.33 - - [2025-12-25 04:34:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022039 10.0.0.23 - - [2025-12-25 04:34:51] "GET /obj-perms HTTP/1.1" 403 257 0.018493 10.0.0.27 - - [2025-12-25 04:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.031229 10.0.0.23 - - [2025-12-25 04:34:51] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.27 - - [2025-12-25 04:34:51] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.090599 10.0.0.27 - - [2025-12-25 04:34:51] "GET /virtual-network/96584e5e-b97b-4d7a-b123-830aa0447c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.029243 10.0.0.27 - - [2025-12-25 04:34:51] "GET /floating-ip-pools?parent_id=96584e5e-b97b-4d7a-b123-830aa0447c0a&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.030441 10.0.0.27 - - [2025-12-25 04:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028636 10.0.0.27 - - [2025-12-25 04:34:52] "GET /floating-ip-pool/203764e8-b399-43e0-908e-77db7aeadc82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.017901 10.0.0.23 - - [2025-12-25 04:34:52] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002157 10.0.0.27 - - [2025-12-25 04:34:52] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.068142 10.0.0.27 - - [2025-12-25 04:34:52] "POST /floating-ips HTTP/1.1" 200 616 0.111943 10.0.0.27 - - [2025-12-25 04:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.034585 10.0.0.27 - - [2025-12-25 04:34:52] "GET /floating-ip/face7816-f06b-45c1-b39c-f26043f72852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.027756 10.0.0.27 - - [2025-12-25 04:34:52] "GET /floating-ip/face7816-f06b-45c1-b39c-f26043f72852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.032469 10.0.0.27 - - [2025-12-25 04:34:52] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.032752 10.0.0.27 - - [2025-12-25 04:34:52] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.024626 10.0.0.27 - - [2025-12-25 04:34:52] "GET /virtual-machine-interface/8130f8d8-351c-40a7-96d1-aa9b1e4bd010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.034334 10.0.0.27 - - [2025-12-25 04:34:52] "POST /ref-update HTTP/1.1" 200 156 0.032836 10.0.0.27 - - [2025-12-25 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019279 10.0.0.27 - - [2025-12-25 04:34:53] "GET /routing-instance/d3353a52-f22d-40ae-9414-bf3f03610718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031736 10.0.0.27 - - [2025-12-25 04:34:53] "GET /obj-perms HTTP/1.1" 403 257 0.043677 10.0.0.27 - - [2025-12-25 04:34:53] "GET /obj-perms HTTP/1.1" 403 257 0.028690 10.0.0.27 - - [2025-12-25 04:34:53] "POST /neutron/security_group HTTP/1.1" 200 542 0.064160 10.0.0.27 - - [2025-12-25 04:34:53] "POST /neutron/port HTTP/1.1" 200 1114 0.105567 10.0.0.27 - - [2025-12-25 04:34:54] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.024152 10.0.0.27 - - [2025-12-25 04:34:54] "GET /virtual-machine-interface/8130f8d8-351c-40a7-96d1-aa9b1e4bd010 HTTP/1.1" 200 3585 0.032033 10.0.0.27 - - [2025-12-25 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017547 10.0.0.27 - - [2025-12-25 04:34:54] "GET /security-group/784abd05-2169-4041-b0c8-3806e048193c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018820 10.0.0.27 - - [2025-12-25 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.020705 10.0.0.27 - - [2025-12-25 04:34:54] "GET /security-group/784abd05-2169-4041-b0c8-3806e048193c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.031245 10.0.0.27 - - [2025-12-25 04:34:54] "DELETE /floating-ip/face7816-f06b-45c1-b39c-f26043f72852 HTTP/1.1" 200 115 0.094263 10.0.0.23 - - [2025-12-25 04:34:54] "DELETE /project/d2e2289b-5a76-46ee-8d37-366647f2b007 HTTP/1.1" 404 177 0.005204 10.0.0.23 - - [2025-12-25 04:34:54] "DELETE /project/37cc196d-b5e7-4e96-a520-47ed92331830 HTTP/1.1" 404 177 0.003645 10.0.0.27 - - [2025-12-25 04:34:54] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 200 1292 0.028924 10.0.0.27 - - [2025-12-25 04:34:55] "POST /neutron/port HTTP/1.1" 200 1165 0.031600 10.0.0.27 - - [2025-12-25 04:34:56] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 404 171 0.023267 10.0.0.27 - - [2025-12-25 04:34:56] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 404 171 0.020293 10.0.0.27 - - [2025-12-25 04:34:56] "GET /virtual-machine/3d1da928-4bf6-47e3-be24-6fe5bb982a84 HTTP/1.1" 404 171 0.016442 10.0.0.27 - - [2025-12-25 04:34:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.019955 10.0.0.27 - - [2025-12-25 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-12-25 04:34:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.27 - - [2025-12-25 04:34:57] "GET /virtual-networks?parent_id=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032027 10.0.0.27 - - [2025-12-25 04:34:57] "GET /virtual-network/0500be22-adfc-4c30-8cbb-0d4685ec8fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.036679 10.0.0.27 - - [2025-12-25 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.024054 10.0.0.27 - - [2025-12-25 04:34:57] "GET /routing-instance/7899e60f-a0ec-4187-93a1-f1aa618d66fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031434 10.0.0.27 - - [2025-12-25 04:34:57] "GET /obj-perms HTTP/1.1" 403 257 0.014694 10.0.0.27 - - [2025-12-25 04:34:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005476 10.0.0.23 - - [2025-12-25 04:35:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004349 10.0.0.27 - - [2025-12-25 04:35:07] "GET /obj-perms HTTP/1.1" 200 5030 0.005470 10.0.0.23 - - [2025-12-25 04:35:10] "GET /obj-perms HTTP/1.1" 200 5030 0.005577 10.0.0.27 - - [2025-12-25 04:35:16] "GET /obj-perms HTTP/1.1" 200 5030 0.005412 10.0.0.23 - - [2025-12-25 04:35:19] "GET /obj-perms HTTP/1.1" 200 5030 0.006795 10.0.0.27 - - [2025-12-25 04:35:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004296 10.0.0.27 - - [2025-12-25 04:35:19] "POST /neutron/security_group HTTP/1.1" 200 568 0.030511 10.0.0.33 - - [2025-12-25 04:35:20] "DELETE /access-control-list/818c38b9-925d-46a9-9bd5-e95a959da098 HTTP/1.1" 200 115 0.046441 10.0.0.27 - - [2025-12-25 04:35:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.032178 10.0.0.23 - - [2025-12-25 04:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004409 10.0.0.23 - - [2025-12-25 04:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005771 10.0.0.27 - - [2025-12-25 04:35:20] "POST /neutron/network HTTP/1.1" 200 151 0.201560 10.0.0.33 - - [2025-12-25 04:35:20] "DELETE /route-target/065ec04f-cd21-48ab-8a13-98d864108f4c HTTP/1.1" 200 115 0.033097 10.0.0.27 - - [2025-12-25 04:35:20] "DELETE /api-access-list/a35a3036-acf2-4318-85f0-bf8d67484cf0 HTTP/1.1" 200 115 0.043609 10.0.0.27 - - [2025-12-25 04:35:23] "GET /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.005075 10.0.0.27 - - [2025-12-25 04:35:23] "PUT /api-access-list/7eea5c8b-4153-44d1-8577-6f4d3eab5cb8 HTTP/1.1" 200 264 0.016274 10.0.0.23 - - [2025-12-25 04:35:23] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.031266 10.0.0.27 - - [2025-12-25 04:35:23] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.180763 10.0.0.23 - - [2025-12-25 04:35:23] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.27 - - [2025-12-25 04:35:23] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?fields=virtual_networks HTTP/1.1" 200 1043 0.066170 10.0.0.23 - - [2025-12-25 04:35:23] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.27 - - [2025-12-25 04:35:23] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.062064 10.0.0.23 - - [2025-12-25 04:35:24] "GET /projects?obj_uuids=f243c6a5-6418-43a4-a676-d252d4dbaeb6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.27 - - [2025-12-25 04:35:24] "GET /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6?fields=security_groups HTTP/1.1" 200 1269 0.045761 10.0.0.23 - - [2025-12-25 04:35:24] "GET /projects?obj_uuids=71975885-0ac1-401f-8b59-c54281f3245b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001102 10.0.0.27 - - [2025-12-25 04:35:24] "GET /project/71975885-0ac1-401f-8b59-c54281f3245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.060477 [Introspect:8084]10.0.0.27 - - [2025-12-25 04:35:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001146 10.0.0.27 - - [2025-12-25 04:35:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.033869 10.0.0.23 - - [2025-12-25 04:35:28] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003937 10.0.0.23 - - [2025-12-25 04:35:29] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.23 - - [2025-12-25 04:35:29] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046547 10.0.0.23 - - [2025-12-25 04:35:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.005267 10.0.0.23 - - [2025-12-25 04:35:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.010198 10.0.0.23 - - [2025-12-25 04:35:29] "POST /security-groups HTTP/1.1" 200 592 0.037204 10.0.0.33 - - [2025-12-25 04:35:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.003937 10.0.0.23 - - [2025-12-25 04:35:29] "POST /projects HTTP/1.1" 200 587 0.267432 10.0.0.23 - - [2025-12-25 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.308770 10.0.0.27 - - [2025-12-25 04:35:29] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.513952 10.0.0.33 - - [2025-12-25 04:35:29] "POST /access-control-lists HTTP/1.1" 200 595 0.053344 10.0.0.27 - - [2025-12-25 04:35:30] "GET / HTTP/1.1" 200 35931 0.002613 10.0.0.27 - - [2025-12-25 04:35:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-25 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.079728 10.0.0.23 - - [2025-12-25 04:35:33] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.27 - - [2025-12-25 04:35:33] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.056304 10.0.0.27 - - [2025-12-25 04:35:33] "POST /neutron/network HTTP/1.1" 200 117 0.048433 10.0.0.27 - - [2025-12-25 04:35:33] "POST /neutron/network HTTP/1.1" 200 825 0.010007 10.0.0.27 - - [2025-12-25 04:35:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001515 10.0.0.27 - - [2025-12-25 04:35:33] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006354 10.0.0.27 - - [2025-12-25 04:35:33] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008063 10.0.0.27 - - [2025-12-25 04:35:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.012478 10.0.0.27 - - [2025-12-25 04:35:34] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006460 10.0.0.33 - - [2025-12-25 04:35:35] "GET /obj-perms HTTP/1.1" 200 5032 0.080701 10.0.0.23 - - [2025-12-25 04:35:36] "GET /obj-perms HTTP/1.1" 200 5032 0.078065 10.0.0.27 - - [2025-12-25 04:35:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.23 - - [2025-12-25 04:35:37] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001350 10.0.0.27 - - [2025-12-25 04:35:37] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.083389 10.0.0.27 - - [2025-12-25 04:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.010250 10.0.0.27 - - [2025-12-25 04:35:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001327 10.0.0.27 - - [2025-12-25 04:35:38] "POST /neutron/network HTTP/1.1" 200 835 0.008320 10.0.0.27 - - [2025-12-25 04:35:38] "POST /neutron/port HTTP/1.1" 200 1059 0.032451 10.0.0.27 - - [2025-12-25 04:35:39] "POST /neutron/port HTTP/1.1" 200 1123 0.030585 10.0.0.23 - - [2025-12-25 04:35:39] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.27 - - [2025-12-25 04:35:39] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.084012 10.0.0.27 - - [2025-12-25 04:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.001834 10.0.0.27 - - [2025-12-25 04:35:39] "POST /neutron/port HTTP/1.1" 200 1123 0.024029 10.0.0.27 - - [2025-12-25 04:35:39] "POST /neutron/port HTTP/1.1" 200 1123 0.023011 10.0.0.23 - - [2025-12-25 04:35:40] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001611 10.0.0.27 - - [2025-12-25 04:35:40] "POST /neutron/port HTTP/1.1" 200 1059 0.341722 10.0.0.27 - - [2025-12-25 04:35:40] "POST /neutron/port HTTP/1.1" 200 1113 0.199790 10.0.0.27 - - [2025-12-25 04:35:40] "POST /neutron/subnet HTTP/1.1" 200 690 0.010499 10.0.0.27 - - [2025-12-25 04:35:42] "POST /neutron/port HTTP/1.1" 200 1123 0.021885 10.0.0.27 - - [2025-12-25 04:35:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004264 10.0.0.27 - - [2025-12-25 04:35:42] "POST /neutron/network HTTP/1.1" 200 825 0.008878 10.0.0.27 - - [2025-12-25 04:35:44] "POST /neutron/port HTTP/1.1" 200 1123 0.021353 10.0.0.27 - - [2025-12-25 04:35:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009601 10.0.0.27 - - [2025-12-25 04:35:45] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 401 292 0.000783 10.0.0.27 - - [2025-12-25 04:35:45] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 200 1293 0.040591 10.0.0.27 - - [2025-12-25 04:35:45] "GET /virtual-machine-interface/b5858679-20bd-4ad0-b32d-efc7de28bd4e HTTP/1.1" 200 2950 0.007238 10.0.0.27 - - [2025-12-25 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2025-12-25 04:35:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004768 10.0.0.27 - - [2025-12-25 04:35:45] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.009220 10.0.0.27 - - [2025-12-25 04:35:45] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007218 10.0.0.33 - - [2025-12-25 04:35:46] "DELETE /access-control-list/bbde73c7-ae87-4db8-99bc-0cb320b999f9 HTTP/1.1" 200 115 0.131273 10.0.0.27 - - [2025-12-25 04:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.27 - - [2025-12-25 04:35:48] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007420 10.0.0.27 - - [2025-12-25 04:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-12-25 04:35:52] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006437 10.0.0.23 - - [2025-12-25 04:35:54] "DELETE /project/edba148a64cc4e4a82164c7dbc6a7d87 HTTP/1.1" 404 173 0.005864 10.0.0.23 - - [2025-12-25 04:35:54] "DELETE /project/f243c6a5-6418-43a4-a676-d252d4dbaeb6 HTTP/1.1" 404 177 0.005294 10.0.0.27 - - [2025-12-25 04:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2025-12-25 04:35:56] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007361 10.0.0.27 - - [2025-12-25 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.27 - - [2025-12-25 04:36:00] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008831 10.0.0.27 - - [2025-12-25 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.27 - - [2025-12-25 04:36:05] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006700 10.0.0.27 - - [2025-12-25 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006502 10.0.0.27 - - [2025-12-25 04:36:09] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010120 10.0.0.27 - - [2025-12-25 04:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2025-12-25 04:36:13] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006352 10.0.0.27 - - [2025-12-25 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.27 - - [2025-12-25 04:36:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006509 10.0.0.27 - - [2025-12-25 04:36:21] "POST /neutron/network HTTP/1.1" 200 835 0.044491 10.0.0.27 - - [2025-12-25 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2025-12-25 04:36:21] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006453 10.0.0.27 - - [2025-12-25 04:36:21] "POST /neutron/port HTTP/1.1" 200 117 0.001530 10.0.0.27 - - [2025-12-25 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2025-12-25 04:36:25] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006027 10.0.0.27 - - [2025-12-25 04:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2025-12-25 04:36:29] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007676 10.0.0.27 - - [2025-12-25 04:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2025-12-25 04:36:33] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007508 10.0.0.27 - - [2025-12-25 04:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2025-12-25 04:36:35] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004060 10.0.0.27 - - [2025-12-25 04:36:35] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003953 10.0.0.27 - - [2025-12-25 04:36:35] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006623 10.0.0.27 - - [2025-12-25 04:36:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010103 10.0.0.27 - - [2025-12-25 04:36:44] "POST /neutron/port HTTP/1.1" 200 1123 0.091944 10.0.0.27 - - [2025-12-25 04:36:44] "POST /neutron/port HTTP/1.1" 200 1123 0.025109 10.0.0.27 - - [2025-12-25 04:36:45] "POST /neutron/subnet HTTP/1.1" 200 690 0.009977 10.0.0.27 - - [2025-12-25 04:36:46] "POST /neutron/port HTTP/1.1" 200 1123 0.022856 10.0.0.27 - - [2025-12-25 04:36:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009009 10.0.0.27 - - [2025-12-25 04:36:56] "POST /neutron/port HTTP/1.1" 200 1123 0.024567 10.0.0.27 - - [2025-12-25 04:36:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009528 10.0.0.27 - - [2025-12-25 04:36:57] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 200 1293 0.027722 10.0.0.27 - - [2025-12-25 04:36:57] "GET /virtual-machine-interface/2fa36043-ce42-4433-8555-5571fdbe0f18 HTTP/1.1" 200 2948 0.005813 10.0.0.27 - - [2025-12-25 04:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2025-12-25 04:36:57] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005209 10.0.0.27 - - [2025-12-25 04:36:57] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003268 10.0.0.27 - - [2025-12-25 04:36:57] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006621 10.0.0.27 - - [2025-12-25 04:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.27 - - [2025-12-25 04:37:00] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.015123 10.0.0.27 - - [2025-12-25 04:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.27 - - [2025-12-25 04:37:04] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007100 10.0.0.27 - - [2025-12-25 04:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2025-12-25 04:37:06] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008743 10.0.0.27 - - [2025-12-25 04:37:06] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004185 10.0.0.27 - - [2025-12-25 04:37:06] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006960 10.0.0.27 - - [2025-12-25 04:37:11] "POST /neutron/port HTTP/1.1" 200 1123 0.019941 10.0.0.27 - - [2025-12-25 04:37:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012162 10.0.0.27 - - [2025-12-25 04:37:21] "POST /neutron/port HTTP/1.1" 200 1123 0.020910 10.0.0.27 - - [2025-12-25 04:37:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004436 10.0.0.27 - - [2025-12-25 04:37:21] "POST /neutron/network HTTP/1.1" 200 825 0.008969 10.0.0.27 - - [2025-12-25 04:37:36] "GET /obj-perms HTTP/1.1" 200 5056 0.068607 10.0.0.27 - - [2025-12-25 04:37:46] "POST /neutron/port HTTP/1.1" 200 1123 0.033684 10.0.0.27 - - [2025-12-25 04:37:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004519 10.0.0.27 - - [2025-12-25 04:37:47] "POST /neutron/network HTTP/1.1" 200 825 0.008676 10.0.0.27 - - [2025-12-25 04:38:22] "POST /neutron/network HTTP/1.1" 200 835 0.008922 10.0.0.27 - - [2025-12-25 04:38:22] "POST /neutron/port HTTP/1.1" 200 117 0.001928 10.0.0.27 - - [2025-12-25 04:38:47] "POST /neutron/port HTTP/1.1" 200 1123 0.020486 10.0.0.27 - - [2025-12-25 04:38:47] "POST /neutron/subnet HTTP/1.1" 200 690 0.011979 10.0.0.27 - - [2025-12-25 04:39:13] "POST /neutron/port HTTP/1.1" 200 1123 0.022623 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 200 1293 0.005063 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine-interface/b5858679-20bd-4ad0-b32d-efc7de28bd4e HTTP/1.1" 200 2950 0.007734 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 200 1293 0.005245 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine-interface/b5858679-20bd-4ad0-b32d-efc7de28bd4e HTTP/1.1" 200 2950 0.006969 10.0.0.27 - - [2025-12-25 04:39:13] "GET /instance-ip/f2a594b3-a54a-40c8-b5a2-54900d9b7c8c HTTP/1.1" 200 1622 0.009761 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 200 1293 0.004785 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-machine-interface/b5858679-20bd-4ad0-b32d-efc7de28bd4e HTTP/1.1" 200 2950 0.007063 10.0.0.27 - - [2025-12-25 04:39:13] "GET /instance-ip/f2a594b3-a54a-40c8-b5a2-54900d9b7c8c HTTP/1.1" 200 1622 0.006369 10.0.0.27 - - [2025-12-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.27 - - [2025-12-25 04:39:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005942 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006319 10.0.0.27 - - [2025-12-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.27 - - [2025-12-25 04:39:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005803 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004318 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006994 10.0.0.27 - - [2025-12-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.27 - - [2025-12-25 04:39:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006808 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004127 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009101 10.0.0.27 - - [2025-12-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.27 - - [2025-12-25 04:39:13] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006507 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005812 10.0.0.27 - - [2025-12-25 04:39:13] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007740 10.0.0.27 - - [2025-12-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.27 - - [2025-12-25 04:39:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005243 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003893 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008430 10.0.0.27 - - [2025-12-25 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.27 - - [2025-12-25 04:39:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005957 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004480 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007732 10.0.0.27 - - [2025-12-25 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.27 - - [2025-12-25 04:39:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004142 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007123 10.0.0.27 - - [2025-12-25 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2025-12-25 04:39:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005429 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003873 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008624 10.0.0.27 - - [2025-12-25 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2025-12-25 04:39:14] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.008107 10.0.0.27 - - [2025-12-25 04:39:14] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005677 10.0.0.27 - - [2025-12-25 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-25 04:39:14] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007370 10.0.0.27 - - [2025-12-25 04:39:14] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003483 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009029 10.0.0.27 - - [2025-12-25 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.27 - - [2025-12-25 04:39:15] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005947 10.0.0.27 - - [2025-12-25 04:39:15] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006000 10.0.0.27 - - [2025-12-25 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2025-12-25 04:39:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012392 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003469 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008590 10.0.0.27 - - [2025-12-25 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2025-12-25 04:39:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005576 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004539 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009489 10.0.0.27 - - [2025-12-25 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006233 10.0.0.27 - - [2025-12-25 04:39:15] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004617 10.0.0.27 - - [2025-12-25 04:39:15] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009537 10.0.0.23 - - [2025-12-25 04:39:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004414 10.0.0.27 - - [2025-12-25 04:39:15] "GET /obj-perms HTTP/1.1" 200 5032 0.069771 10.0.0.23 - - [2025-12-25 04:39:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005379 10.0.0.27 - - [2025-12-25 04:39:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003898 10.0.0.33 - - [2025-12-25 04:39:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004615 10.0.0.27 - - [2025-12-25 04:39:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010035 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 200 1293 0.004811 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine-interface/2fa36043-ce42-4433-8555-5571fdbe0f18 HTTP/1.1" 200 2948 0.005778 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 200 1293 0.004334 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine-interface/2fa36043-ce42-4433-8555-5571fdbe0f18 HTTP/1.1" 200 2948 0.006742 10.0.0.27 - - [2025-12-25 04:39:16] "GET /instance-ip/9a75bd3d-7ed0-4f1a-b820-5b156685b939 HTTP/1.1" 200 1622 0.007662 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 200 1293 0.004719 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-machine-interface/2fa36043-ce42-4433-8555-5571fdbe0f18 HTTP/1.1" 200 2948 0.006863 10.0.0.27 - - [2025-12-25 04:39:16] "GET /instance-ip/9a75bd3d-7ed0-4f1a-b820-5b156685b939 HTTP/1.1" 200 1622 0.008052 10.0.0.27 - - [2025-12-25 04:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2025-12-25 04:39:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005796 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003648 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009380 10.0.0.27 - - [2025-12-25 04:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2025-12-25 04:39:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004507 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003853 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008747 10.0.0.27 - - [2025-12-25 04:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006179 10.0.0.27 - - [2025-12-25 04:39:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004138 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007231 10.0.0.27 - - [2025-12-25 04:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-12-25 04:39:16] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006922 10.0.0.27 - - [2025-12-25 04:39:16] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003586 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007810 10.0.0.27 - - [2025-12-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2025-12-25 04:39:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003366 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006453 10.0.0.27 - - [2025-12-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006993 10.0.0.27 - - [2025-12-25 04:39:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005223 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004255 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007111 10.0.0.27 - - [2025-12-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2025-12-25 04:39:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004586 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004339 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008816 10.0.0.27 - - [2025-12-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005777 10.0.0.27 - - [2025-12-25 04:39:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004371 10.0.0.27 - - [2025-12-25 04:39:17] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007392 10.0.0.27 - - [2025-12-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2025-12-25 04:39:17] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006137 10.0.0.27 - - [2025-12-25 04:39:17] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004413 10.0.0.27 - - [2025-12-25 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007236 10.0.0.27 - - [2025-12-25 04:39:18] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005811 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005840 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006020 10.0.0.27 - - [2025-12-25 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2025-12-25 04:39:18] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005094 10.0.0.27 - - [2025-12-25 04:39:18] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004149 10.0.0.27 - - [2025-12-25 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2025-12-25 04:39:18] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004987 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005341 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007224 10.0.0.27 - - [2025-12-25 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.27 - - [2025-12-25 04:39:18] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004208 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007318 10.0.0.27 - - [2025-12-25 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.27 - - [2025-12-25 04:39:18] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005069 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004631 10.0.0.27 - - [2025-12-25 04:39:18] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007004 10.0.0.23 - - [2025-12-25 04:39:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004073 10.0.0.27 - - [2025-12-25 04:39:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004524 10.0.0.27 - - [2025-12-25 04:39:18] "GET /obj-perms HTTP/1.1" 200 5032 0.005474 10.0.0.23 - - [2025-12-25 04:39:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004871 10.0.0.27 - - [2025-12-25 04:39:22] "POST /neutron/network HTTP/1.1" 200 835 0.010192 10.0.0.27 - - [2025-12-25 04:39:22] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.27 - - [2025-12-25 04:39:24] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 200 1293 0.005189 10.0.0.27 - - [2025-12-25 04:39:24] "POST /neutron/port HTTP/1.1" 200 1113 0.027263 10.0.0.27 - - [2025-12-25 04:39:26] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 404 171 0.003207 10.0.0.27 - - [2025-12-25 04:39:26] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 404 171 0.004324 10.0.0.27 - - [2025-12-25 04:39:26] "GET /virtual-machine/1764a1c5-ec1f-4f0f-b3af-b0bd9f695c8d HTTP/1.1" 404 171 0.003844 10.0.0.27 - - [2025-12-25 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2025-12-25 04:39:26] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.27 - - [2025-12-25 04:39:26] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004612 10.0.0.27 - - [2025-12-25 04:39:26] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005879 10.0.0.27 - - [2025-12-25 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2025-12-25 04:39:26] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005640 10.0.0.27 - - [2025-12-25 04:39:26] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004799 10.0.0.27 - - [2025-12-25 04:39:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005384 10.0.0.23 - - [2025-12-25 04:39:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005168 10.0.0.27 - - [2025-12-25 04:39:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004655 10.0.0.27 - - [2025-12-25 04:39:30] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 200 1293 0.004880 10.0.0.27 - - [2025-12-25 04:39:31] "POST /neutron/port HTTP/1.1" 200 1113 0.021300 10.0.0.27 - - [2025-12-25 04:39:32] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 404 171 0.003882 10.0.0.27 - - [2025-12-25 04:39:32] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 404 171 0.004350 10.0.0.27 - - [2025-12-25 04:39:32] "GET /virtual-machine/564bbfa3-46a0-4e58-8dd7-86498e6cd1f6 HTTP/1.1" 404 171 0.004311 10.0.0.27 - - [2025-12-25 04:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-12-25 04:39:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.27 - - [2025-12-25 04:39:32] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004530 10.0.0.27 - - [2025-12-25 04:39:32] "GET /virtual-network/57c4ee51-9600-48e5-8782-069f92e5e892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006968 10.0.0.27 - - [2025-12-25 04:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2025-12-25 04:39:32] "GET /routing-instance/fb8238c0-da0c-41d3-8200-d4820d154826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005649 10.0.0.27 - - [2025-12-25 04:39:33] "GET /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004237 10.0.0.23 - - [2025-12-25 04:39:33] "GET /obj-perms HTTP/1.1" 200 5032 0.005420 10.0.0.27 - - [2025-12-25 04:39:38] "GET /obj-perms HTTP/1.1" 200 5056 0.066788 10.0.0.33 - - [2025-12-25 04:39:38] "GET /obj-perms HTTP/1.1" 200 5056 0.076555 10.0.0.33 - - [2025-12-25 04:39:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.33 - - [2025-12-25 04:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-12-25 04:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.002351 10.0.0.23 - - [2025-12-25 04:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2025-12-25 04:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.33 - - [2025-12-25 04:39:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.23 - - [2025-12-25 04:39:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-25 04:39:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2025-12-25 04:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-25 04:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-25 04:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-25 04:39:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-25 04:39:42] "GET /obj-perms HTTP/1.1" 200 5032 0.005108 10.0.0.27 - - [2025-12-25 04:39:45] "GET /obj-perms HTTP/1.1" 200 5032 0.005115 10.0.0.27 - - [2025-12-25 04:39:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004291 10.0.0.23 - - [2025-12-25 04:39:48] "GET /obj-perms HTTP/1.1" 200 5032 0.005891 10.0.0.23 - - [2025-12-25 04:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005153 10.0.0.23 - - [2025-12-25 04:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005157 10.0.0.27 - - [2025-12-25 04:39:48] "POST /neutron/network HTTP/1.1" 200 151 0.161903 10.0.0.33 - - [2025-12-25 04:39:49] "DELETE /route-target/9a407557-cf8e-4c3c-b528-c95db06117a2 HTTP/1.1" 200 115 0.025666 10.0.0.27 - - [2025-12-25 04:39:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.003627 10.0.0.27 - - [2025-12-25 04:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2025-12-25 04:39:51] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001438 10.0.0.27 - - [2025-12-25 04:39:51] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051843 10.0.0.27 - - [2025-12-25 04:39:51] "POST /network-policys HTTP/1.1" 200 522 0.033098 10.0.0.27 - - [2025-12-25 04:39:52] "GET /network-policy/e903da13-8139-4fd8-864b-14eed02ac0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007403 10.0.0.27 - - [2025-12-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003537 10.0.0.27 - - [2025-12-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-25 04:39:52] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.27 - - [2025-12-25 04:39:52] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055684 10.0.0.27 - - [2025-12-25 04:39:52] "POST /network-policys HTTP/1.1" 200 522 0.036301 10.0.0.27 - - [2025-12-25 04:39:52] "GET /network-policy/815f82ac-b36a-4a65-9f4d-d9db63241200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006595 10.0.0.27 - - [2025-12-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2025-12-25 04:39:52] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001844 10.0.0.27 - - [2025-12-25 04:39:52] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052802 10.0.0.27 - - [2025-12-25 04:39:52] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004631 10.0.0.27 - - [2025-12-25 04:39:52] "POST /virtual-networks HTTP/1.1" 200 546 0.108312 10.0.0.27 - - [2025-12-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2025-12-25 04:39:52] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005395 10.0.0.23 - - [2025-12-25 04:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006095 10.0.0.27 - - [2025-12-25 04:39:52] "POST /ref-update HTTP/1.1" 200 156 0.085601 10.0.0.27 - - [2025-12-25 04:39:52] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008686 10.0.0.27 - - [2025-12-25 04:39:52] "POST /neutron/network HTTP/1.1" 200 809 0.008049 10.0.0.27 - - [2025-12-25 04:39:53] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007456 10.0.0.27 - - [2025-12-25 04:39:53] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007656 10.0.0.27 - - [2025-12-25 04:39:53] "PUT /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea HTTP/1.1" 200 264 0.053780 10.0.0.27 - - [2025-12-25 04:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.27 - - [2025-12-25 04:39:53] "GET /network-policy/e903da13-8139-4fd8-864b-14eed02ac0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006462 10.0.0.33 - - [2025-12-25 04:39:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.006578 10.0.0.27 - - [2025-12-25 04:39:53] "POST /ref-update HTTP/1.1" 200 156 0.062180 10.0.0.27 - - [2025-12-25 04:39:53] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008113 10.0.0.27 - - [2025-12-25 04:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.27 - - [2025-12-25 04:39:54] "GET /network-policy/e903da13-8139-4fd8-864b-14eed02ac0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004673 10.0.0.27 - - [2025-12-25 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-12-25 04:39:54] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.27 - - [2025-12-25 04:39:54] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049162 10.0.0.27 - - [2025-12-25 04:39:54] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004690 10.0.0.27 - - [2025-12-25 04:39:54] "POST /virtual-networks HTTP/1.1" 200 546 0.107386 10.0.0.27 - - [2025-12-25 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006567 10.0.0.27 - - [2025-12-25 04:39:54] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.012866 10.0.0.33 - - [2025-12-25 04:39:54] "POST /ref-update HTTP/1.1" 200 156 0.058066 10.0.0.23 - - [2025-12-25 04:39:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009976 10.0.0.27 - - [2025-12-25 04:39:54] "POST /ref-update HTTP/1.1" 200 156 0.121029 10.0.0.27 - - [2025-12-25 04:39:54] "POST /neutron/network HTTP/1.1" 200 809 0.009293 10.0.0.27 - - [2025-12-25 04:39:54] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006823 10.0.0.27 - - [2025-12-25 04:39:54] "POST /neutron/subnet HTTP/1.1" 200 672 0.010378 10.0.0.27 - - [2025-12-25 04:39:55] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008490 10.0.0.33 - - [2025-12-25 04:39:55] "GET /obj-perms HTTP/1.1" 200 5032 0.005728 10.0.0.27 - - [2025-12-25 04:39:55] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006390 10.0.0.27 - - [2025-12-25 04:39:55] "PUT /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba HTTP/1.1" 200 264 0.055239 10.0.0.27 - - [2025-12-25 04:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.27 - - [2025-12-25 04:39:55] "GET /network-policy/815f82ac-b36a-4a65-9f4d-d9db63241200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006227 10.0.0.27 - - [2025-12-25 04:39:55] "POST /ref-update HTTP/1.1" 200 156 0.060782 10.0.0.33 - - [2025-12-25 04:39:55] "POST /ref-update HTTP/1.1" 200 156 0.033732 10.0.0.27 - - [2025-12-25 04:39:55] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.009730 10.0.0.27 - - [2025-12-25 04:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009916 10.0.0.27 - - [2025-12-25 04:39:55] "GET /network-policy/815f82ac-b36a-4a65-9f4d-d9db63241200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007290 10.0.0.27 - - [2025-12-25 04:39:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001292 10.0.0.23 - - [2025-12-25 04:39:56] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.27 - - [2025-12-25 04:39:56] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.102597 10.0.0.27 - - [2025-12-25 04:39:56] "POST /neutron/network HTTP/1.1" 200 886 0.045311 10.0.0.27 - - [2025-12-25 04:39:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001347 10.0.0.27 - - [2025-12-25 04:39:57] "POST /neutron/port HTTP/1.1" 200 117 0.010172 10.0.0.23 - - [2025-12-25 04:39:57] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.27 - - [2025-12-25 04:39:58] "POST /neutron/port HTTP/1.1" 200 1061 0.423687 10.0.0.27 - - [2025-12-25 04:39:58] "POST /neutron/port HTTP/1.1" 200 1115 0.142868 10.0.0.23 - - [2025-12-25 04:39:58] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.27 - - [2025-12-25 04:39:58] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.120461 10.0.0.27 - - [2025-12-25 04:39:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.025678 10.0.0.27 - - [2025-12-25 04:39:58] "POST /neutron/network HTTP/1.1" 200 886 0.009257 10.0.0.27 - - [2025-12-25 04:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.008071 10.0.0.27 - - [2025-12-25 04:39:59] "POST /neutron/network HTTP/1.1" 200 896 0.008568 10.0.0.27 - - [2025-12-25 04:39:59] "POST /neutron/port HTTP/1.1" 200 1061 0.029901 10.0.0.27 - - [2025-12-25 04:40:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005585 10.0.0.27 - - [2025-12-25 04:40:00] "POST /neutron/network HTTP/1.1" 200 886 0.010169 10.0.0.27 - - [2025-12-25 04:40:04] "POST /neutron/port HTTP/1.1" 200 1125 0.042644 10.0.0.27 - - [2025-12-25 04:40:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008443 10.0.0.27 - - [2025-12-25 04:40:04] "GET /virtual-machine/8e55db70-7fc5-4d43-bd90-1f7c4b807654 HTTP/1.1" 200 1294 0.015790 10.0.0.27 - - [2025-12-25 04:40:04] "GET /virtual-machine-interface/44bd40aa-76f9-4c22-9da3-09454432ded2 HTTP/1.1" 200 2949 0.006937 10.0.0.27 - - [2025-12-25 04:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.27 - - [2025-12-25 04:40:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009749 10.0.0.27 - - [2025-12-25 04:40:04] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003578 10.0.0.27 - - [2025-12-25 04:40:04] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.020391 10.0.0.27 - - [2025-12-25 04:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2025-12-25 04:40:07] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007858 10.0.0.27 - - [2025-12-25 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.27 - - [2025-12-25 04:40:12] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007506 10.0.0.27 - - [2025-12-25 04:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.27 - - [2025-12-25 04:40:16] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006353 10.0.0.27 - - [2025-12-25 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.27 - - [2025-12-25 04:40:20] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007593 10.0.0.27 - - [2025-12-25 04:40:22] "POST /neutron/network HTTP/1.1" 200 896 0.008379 10.0.0.27 - - [2025-12-25 04:40:22] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.27 - - [2025-12-25 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.27 - - [2025-12-25 04:40:24] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006244 10.0.0.27 - - [2025-12-25 04:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.27 - - [2025-12-25 04:40:28] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006753 10.0.0.27 - - [2025-12-25 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-12-25 04:40:32] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006092 10.0.0.27 - - [2025-12-25 04:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.048901 10.0.0.27 - - [2025-12-25 04:40:36] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007874 10.0.0.23 - - [2025-12-25 04:40:39] "GET /obj-perms HTTP/1.1" 200 5056 0.086256 10.0.0.27 - - [2025-12-25 04:40:39] "GET /obj-perms HTTP/1.1" 200 5056 0.068647 10.0.0.27 - - [2025-12-25 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.27 - - [2025-12-25 04:40:40] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005541 10.0.0.27 - - [2025-12-25 04:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2025-12-25 04:40:42] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007846 10.0.0.27 - - [2025-12-25 04:40:42] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004333 10.0.0.27 - - [2025-12-25 04:40:42] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008100 10.0.0.27 - - [2025-12-25 04:40:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.040081 10.0.0.27 - - [2025-12-25 04:40:48] "POST /neutron/network HTTP/1.1" 200 896 0.044633 10.0.0.27 - - [2025-12-25 04:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.27 - - [2025-12-25 04:40:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009153 10.0.0.27 - - [2025-12-25 04:40:53] "POST /neutron/port HTTP/1.1" 200 1125 0.024724 10.0.0.27 - - [2025-12-25 04:40:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013954 10.0.0.27 - - [2025-12-25 04:41:04] "POST /neutron/port HTTP/1.1" 200 1125 0.028481 10.0.0.27 - - [2025-12-25 04:41:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008541 10.0.0.27 - - [2025-12-25 04:41:04] "GET /virtual-machine/85a64a76-d82c-43be-a7e5-3512e9d70902 HTTP/1.1" 200 1293 0.048812 10.0.0.27 - - [2025-12-25 04:41:04] "GET /virtual-machine-interface/4410cce1-743a-4da7-a2ba-fae322db9f39 HTTP/1.1" 200 2949 0.010313 10.0.0.27 - - [2025-12-25 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-12-25 04:41:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007851 10.0.0.27 - - [2025-12-25 04:41:04] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005242 10.0.0.27 - - [2025-12-25 04:41:04] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008444 10.0.0.27 - - [2025-12-25 04:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.27 - - [2025-12-25 04:41:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005314 10.0.0.27 - - [2025-12-25 04:41:05] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003680 10.0.0.27 - - [2025-12-25 04:41:05] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006881 10.0.0.27 - - [2025-12-25 04:41:06] "POST /neutron/port HTTP/1.1" 200 1125 0.033043 10.0.0.27 - - [2025-12-25 04:41:22] "POST /neutron/port HTTP/1.1" 200 1125 0.057581 10.0.0.27 - - [2025-12-25 04:41:22] "POST /neutron/subnet HTTP/1.1" 200 646 0.014153 10.0.0.33 - - [2025-12-25 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.035335 10.0.0.33 - - [2025-12-25 04:41:40] "GET /virtual-router/b6f8e660-738f-4e35-a22a-1ffc7d0754ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007699 10.0.0.27 - - [2025-12-25 04:41:49] "POST /neutron/port HTTP/1.1" 200 1125 0.023921 10.0.0.27 - - [2025-12-25 04:41:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004477 10.0.0.27 - - [2025-12-25 04:41:50] "POST /neutron/network HTTP/1.1" 200 886 0.010872 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 25 04:42:38 AM UTC 2025 ===================' INFO: =================== Thu Dec 25 04:42:38 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ 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.209,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209,10.20.0.14,10.20.0.18 ++ 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 ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,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.18,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.18,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.18,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 ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/25/2025 04:42:47.610 7ff093bdf700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/25/2025 04:42:47.775 7ff093bdf700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/25/2025 04:42:47.791 7ff093bdf700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/25/2025 04:42:47.791 7ff093bdf700 [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-12-25 04:42:48] "GET / HTTP/1.1" 503 181 0.000317 10.0.0.23 - - [2025-12-25 04:42:48] "GET / HTTP/1.1" 503 181 0.000587 [Introspect:8084]10.0.0.27 - - [2025-12-25 04:42:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001605 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-12-25 04:42:49] "GET / HTTP/1.1" 200 45871 0.001454 10.0.0.23 - - [2025-12-25 04:42:49] "GET / HTTP/1.1" 200 45871 0.001002 10.0.0.23 - - [2025-12-25 04:42:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2025-12-25 04:42:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000294 10.0.0.23 - - [2025-12-25 04:42:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.413701 10.0.0.23 - - [2025-12-25 04:42:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.004420 10.0.0.27 - - [2025-12-25 04:42:50] "POST /neutron/port HTTP/1.1" 200 1125 1.204914 10.0.0.23 - - [2025-12-25 04:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.130577 10.0.0.23 - - [2025-12-25 04:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.27 - - [2025-12-25 04:42:51] "POST /neutron/subnet HTTP/1.1" 200 646 0.010897 10.0.0.23 - - [2025-12-25 04:42:51] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001248 10.0.0.23 - - [2025-12-25 04:42:51] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.066227 10.0.0.23 - - [2025-12-25 04:42:51] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001357 10.0.0.23 - - [2025-12-25 04:42:51] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=security_groups HTTP/1.1" 200 1098 0.057830 10.0.0.23 - - [2025-12-25 04:42:51] "GET /projects?obj_uuids=994bdac0-cff2-469e-80ed-c89978aca274&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001484 10.0.0.23 - - [2025-12-25 04:42:51] "GET /project/994bdac0-cff2-469e-80ed-c89978aca274?fields=application_policy_sets HTTP/1.1" 200 1391 0.059021 10.0.0.23 - - [2025-12-25 04:42:51] "DELETE /project/994bdac0-cff2-469e-80ed-c89978aca274 HTTP/1.1" 409 278 0.285739 [Introspect:8084]10.0.0.27 - - [2025-12-25 04:42:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001596 [Introspect:8084]10.0.0.27 - - [2025-12-25 04:42:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001236 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-25 04:42:55] "GET /obj-perms HTTP/1.1" 200 5032 0.455224 10.0.0.27 - - [2025-12-25 04:42:55] "GET /obj-perms HTTP/1.1" 200 5032 0.003829 10.0.0.27 - - [2025-12-25 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.039954 10.0.0.23 - - [2025-12-25 04:42:55] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.27 - - [2025-12-25 04:42:55] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050488 10.0.0.27 - - [2025-12-25 04:42:55] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004236 10.0.0.27 - - [2025-12-25 04:42:55] "POST /virtual-networks HTTP/1.1" 200 546 0.096182 10.0.0.27 - - [2025-12-25 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-25 04:42:55] "GET /network-ipam/19f9c0db-a178-495b-88e6-83318633f06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005979 10.0.0.23 - - [2025-12-25 04:42:56] "POST /useragent-kv HTTP/1.1" 200 115 0.016780 10.0.0.27 - - [2025-12-25 04:42:56] "POST /ref-update HTTP/1.1" 200 156 0.097086 10.0.0.27 - - [2025-12-25 04:42:56] "POST /neutron/network HTTP/1.1" 200 809 0.037123 10.0.0.27 - - [2025-12-25 04:42:56] "GET /virtual-network/7aefa9b9-772e-4690-ac8e-1bf0ff57747f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007412 10.0.0.27 - - [2025-12-25 04:42:56] "POST /neutron/subnet HTTP/1.1" 200 672 0.014861 10.0.0.33 - - [2025-12-25 04:42:56] "POST /route-targets HTTP/1.1" 200 327 0.067623 10.0.0.27 - - [2025-12-25 04:42:56] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006652 10.0.0.27 - - [2025-12-25 04:42:56] "GET /obj-perms HTTP/1.1" 200 5032 0.005089 10.0.0.33 - - [2025-12-25 04:42:57] "GET /obj-perms HTTP/1.1" 200 5032 0.074666 10.0.0.27 - - [2025-12-25 04:42:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001723 10.0.0.27 - - [2025-12-25 04:42:57] "POST /neutron/network HTTP/1.1" 200 896 0.008936 10.0.0.23 - - [2025-12-25 04:42:58] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.27 - - [2025-12-25 04:42:58] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088113 10.0.0.27 - - [2025-12-25 04:42:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009233 10.0.0.27 - - [2025-12-25 04:42:59] "POST /neutron/network HTTP/1.1" 200 896 0.008764 10.0.0.27 - - [2025-12-25 04:42:59] "POST /neutron/port HTTP/1.1" 200 1061 0.060748 10.0.0.27 - - [2025-12-25 04:43:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005257 10.0.0.27 - - [2025-12-25 04:43:00] "POST /neutron/network HTTP/1.1" 200 886 0.014357 10.0.0.27 - - [2025-12-25 04:43:04] "POST /neutron/port HTTP/1.1" 200 1125 0.026010 10.0.0.27 - - [2025-12-25 04:43:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008854 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.043618 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.007229 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine-interface/4902e508-5e53-427d-abd6-5decadce6098 HTTP/1.1" 200 2949 0.006088 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.006745 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine-interface/4902e508-5e53-427d-abd6-5decadce6098 HTTP/1.1" 200 2949 0.006827 10.0.0.27 - - [2025-12-25 04:43:04] "GET /instance-ip/951690c5-0e15-4225-8e00-4542437ebb01 HTTP/1.1" 200 1624 0.008729 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.005173 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-machine-interface/4902e508-5e53-427d-abd6-5decadce6098 HTTP/1.1" 200 2949 0.007809 10.0.0.27 - - [2025-12-25 04:43:04] "GET /instance-ip/951690c5-0e15-4225-8e00-4542437ebb01 HTTP/1.1" 200 1624 0.005591 10.0.0.27 - - [2025-12-25 04:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006449 10.0.0.27 - - [2025-12-25 04:43:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006655 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007726 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.011267 10.0.0.27 - - [2025-12-25 04:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.27 - - [2025-12-25 04:43:04] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004116 10.0.0.27 - - [2025-12-25 04:43:04] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006036 10.0.0.27 - - [2025-12-25 04:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.27 - - [2025-12-25 04:43:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005380 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003915 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006604 10.0.0.27 - - [2025-12-25 04:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.27 - - [2025-12-25 04:43:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007303 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004048 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007035 10.0.0.27 - - [2025-12-25 04:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2025-12-25 04:43:05] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004655 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004088 10.0.0.27 - - [2025-12-25 04:43:05] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006574 10.0.0.27 - - [2025-12-25 04:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.27 - - [2025-12-25 04:43:08] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008239 10.0.0.27 - - [2025-12-25 04:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.27 - - [2025-12-25 04:43:12] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006570 10.0.0.27 - - [2025-12-25 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.27 - - [2025-12-25 04:43:16] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008749 10.0.0.27 - - [2025-12-25 04:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.27 - - [2025-12-25 04:43:20] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006872 10.0.0.27 - - [2025-12-25 04:43:23] "POST /neutron/port HTTP/1.1" 200 1125 0.023909 10.0.0.27 - - [2025-12-25 04:43:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005413 10.0.0.27 - - [2025-12-25 04:43:23] "POST /neutron/network HTTP/1.1" 200 886 0.009594 10.0.0.27 - - [2025-12-25 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.27 - - [2025-12-25 04:43:24] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007430 10.0.0.27 - - [2025-12-25 04:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2025-12-25 04:43:28] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006047 10.0.0.27 - - [2025-12-25 04:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.27 - - [2025-12-25 04:43:33] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005709 10.0.0.27 - - [2025-12-25 04:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2025-12-25 04:43:37] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007034 10.0.0.27 - - [2025-12-25 04:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2025-12-25 04:43:41] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007360 10.0.0.23 - - [2025-12-25 04:43:42] "GET /obj-perms HTTP/1.1" 200 5056 0.094599 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2025-12-25 04:43:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005414 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004189 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006142 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2025-12-25 04:43:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004987 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003668 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008090 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.27 - - [2025-12-25 04:43:43] "GET /routing-instance/226e8db5-3080-4ae5-944b-3627122b62a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004900 10.0.0.27 - - [2025-12-25 04:43:43] "GET /route-target/ceef7a46-8d77-42c3-af18-68b90e1cda02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006848 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2025-12-25 04:43:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004149 10.0.0.27 - - [2025-12-25 04:43:43] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006447 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-12-25 04:43:43] "GET /routing-instance/226e8db5-3080-4ae5-944b-3627122b62a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004764 10.0.0.27 - - [2025-12-25 04:43:43] "GET /route-target/ceef7a46-8d77-42c3-af18-68b90e1cda02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005075 10.0.0.27 - - [2025-12-25 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2025-12-25 04:43:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005207 10.0.0.27 - - [2025-12-25 04:43:44] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003638 10.0.0.27 - - [2025-12-25 04:43:44] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007267 10.0.0.27 - - [2025-12-25 04:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.27 - - [2025-12-25 04:43:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006418 10.0.0.27 - - [2025-12-25 04:43:44] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003941 10.0.0.27 - - [2025-12-25 04:43:44] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007045 10.0.0.27 - - [2025-12-25 04:43:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004291 10.0.0.23 - - [2025-12-25 04:43:44] "GET /obj-perms HTTP/1.1" 200 5032 0.071760 10.0.0.27 - - [2025-12-25 04:43:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003761 10.0.0.23 - - [2025-12-25 04:43:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004548 10.0.0.27 - - [2025-12-25 04:43:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001447 10.0.0.27 - - [2025-12-25 04:43:45] "POST /neutron/network HTTP/1.1" 200 896 0.010110 10.0.0.23 - - [2025-12-25 04:43:45] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001602 10.0.0.27 - - [2025-12-25 04:43:45] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.081434 10.0.0.27 - - [2025-12-25 04:43:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009808 10.0.0.27 - - [2025-12-25 04:43:46] "POST /neutron/network HTTP/1.1" 200 896 0.008517 10.0.0.27 - - [2025-12-25 04:43:47] "POST /neutron/port HTTP/1.1" 200 1061 0.023812 10.0.0.27 - - [2025-12-25 04:43:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006209 10.0.0.27 - - [2025-12-25 04:43:47] "POST /neutron/network HTTP/1.1" 200 886 0.008750 10.0.0.27 - - [2025-12-25 04:43:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008928 10.0.0.27 - - [2025-12-25 04:43:51] "POST /neutron/network HTTP/1.1" 200 896 0.007981 10.0.0.27 - - [2025-12-25 04:43:51] "POST /neutron/subnet HTTP/1.1" 200 646 0.012464 10.0.0.27 - - [2025-12-25 04:43:51] "POST /neutron/network HTTP/1.1" 200 886 0.007699 10.0.0.27 - - [2025-12-25 04:43:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010318 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.010555 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.005487 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine-interface/6851c8bd-0cc3-4c6e-8068-a68c22f2e37f HTTP/1.1" 200 2948 0.009534 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.004305 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine-interface/6851c8bd-0cc3-4c6e-8068-a68c22f2e37f HTTP/1.1" 200 2948 0.006093 10.0.0.27 - - [2025-12-25 04:43:51] "GET /instance-ip/f2bc396f-77cf-46b0-9a74-d9020668d8b7 HTTP/1.1" 200 1624 0.006519 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.005129 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-machine-interface/6851c8bd-0cc3-4c6e-8068-a68c22f2e37f HTTP/1.1" 200 2948 0.005974 10.0.0.27 - - [2025-12-25 04:43:51] "GET /instance-ip/f2bc396f-77cf-46b0-9a74-d9020668d8b7 HTTP/1.1" 200 1624 0.006178 10.0.0.27 - - [2025-12-25 04:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.27 - - [2025-12-25 04:43:51] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003875 10.0.0.27 - - [2025-12-25 04:43:51] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007446 10.0.0.27 - - [2025-12-25 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2025-12-25 04:43:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005641 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005324 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007769 10.0.0.27 - - [2025-12-25 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005362 10.0.0.27 - - [2025-12-25 04:43:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005211 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004521 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008116 10.0.0.27 - - [2025-12-25 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2025-12-25 04:43:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004395 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003679 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007085 10.0.0.27 - - [2025-12-25 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2025-12-25 04:43:52] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006276 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004234 10.0.0.27 - - [2025-12-25 04:43:52] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006390 10.0.0.27 - - [2025-12-25 04:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2025-12-25 04:43:55] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007272 10.0.0.27 - - [2025-12-25 04:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-12-25 04:43:59] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007936 10.0.0.27 - - [2025-12-25 04:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-12-25 04:44:03] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005748 10.0.0.27 - - [2025-12-25 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.27 - - [2025-12-25 04:44:07] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006439 10.0.0.27 - - [2025-12-25 04:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-25 04:44:12] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006611 10.0.0.27 - - [2025-12-25 04:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.27 - - [2025-12-25 04:44:16] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006288 10.0.0.27 - - [2025-12-25 04:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.27 - - [2025-12-25 04:44:20] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007657 10.0.0.27 - - [2025-12-25 04:44:24] "POST /neutron/port HTTP/1.1" 200 1125 0.024079 10.0.0.27 - - [2025-12-25 04:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.27 - - [2025-12-25 04:44:24] "POST /neutron/network HTTP/1.1" 200 886 0.008804 10.0.0.27 - - [2025-12-25 04:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-12-25 04:44:24] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007302 10.0.0.27 - - [2025-12-25 04:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006568 10.0.0.27 - - [2025-12-25 04:44:28] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008492 10.0.0.27 - - [2025-12-25 04:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2025-12-25 04:44:32] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006689 10.0.0.27 - - [2025-12-25 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.27 - - [2025-12-25 04:44:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004345 10.0.0.27 - - [2025-12-25 04:44:36] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003277 10.0.0.27 - - [2025-12-25 04:44:36] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006543 10.0.0.27 - - [2025-12-25 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.27 - - [2025-12-25 04:44:36] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004062 10.0.0.27 - - [2025-12-25 04:44:36] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006314 10.0.0.27 - - [2025-12-25 04:44:36] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007274 10.0.0.27 - - [2025-12-25 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2025-12-25 04:44:36] "GET /routing-instance/351ce0c9-7a04-4a7e-ac1b-b8600b343121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006554 10.0.0.27 - - [2025-12-25 04:44:36] "GET /route-target/7f6c8574-fa9f-4bc1-90cc-b4dacc735050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004708 10.0.0.27 - - [2025-12-25 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-12-25 04:44:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004044 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003743 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007181 10.0.0.27 - - [2025-12-25 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2025-12-25 04:44:37] "GET /routing-instance/351ce0c9-7a04-4a7e-ac1b-b8600b343121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004661 10.0.0.27 - - [2025-12-25 04:44:37] "GET /route-target/7f6c8574-fa9f-4bc1-90cc-b4dacc735050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004363 10.0.0.27 - - [2025-12-25 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2025-12-25 04:44:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005405 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003725 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007999 10.0.0.27 - - [2025-12-25 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.27 - - [2025-12-25 04:44:37] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003707 10.0.0.27 - - [2025-12-25 04:44:37] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007261 10.0.0.27 - - [2025-12-25 04:44:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003836 10.0.0.27 - - [2025-12-25 04:44:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005581 10.0.0.23 - - [2025-12-25 04:44:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003815 10.0.0.27 - - [2025-12-25 04:44:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003797 10.0.0.23 - - [2025-12-25 04:44:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004332 10.0.0.27 - - [2025-12-25 04:44:38] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.004858 10.0.0.27 - - [2025-12-25 04:44:38] "GET /virtual-machine-interface/4902e508-5e53-427d-abd6-5decadce6098 HTTP/1.1" 200 2949 0.006447 10.0.0.27 - - [2025-12-25 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2025-12-25 04:44:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005366 10.0.0.27 - - [2025-12-25 04:44:38] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003863 10.0.0.27 - - [2025-12-25 04:44:38] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007107 10.0.0.33 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000776 10.0.0.27 - - [2025-12-25 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2025-12-25 04:44:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004622 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003844 10.0.0.23 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006975 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.005301 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-machine-interface/6851c8bd-0cc3-4c6e-8068-a68c22f2e37f HTTP/1.1" 200 2948 0.007441 10.0.0.27 - - [2025-12-25 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-25 04:44:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004774 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004120 10.0.0.27 - - [2025-12-25 04:44:39] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006926 10.0.0.33 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.33 - - [2025-12-25 04:44:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2025-12-25 04:44:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2025-12-25 04:44:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-12-25 04:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2025-12-25 04:44:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004364 10.0.0.27 - - [2025-12-25 04:44:40] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003564 10.0.0.27 - - [2025-12-25 04:44:40] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007212 10.0.0.27 - - [2025-12-25 04:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2025-12-25 04:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-25 04:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000881 10.0.0.27 - - [2025-12-25 04:44:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2025-12-25 04:44:43] "GET /obj-perms HTTP/1.1" 200 5056 0.067030 10.0.0.27 - - [2025-12-25 04:44:46] "POST /neutron/port HTTP/1.1" 200 1125 0.025708 10.0.0.27 - - [2025-12-25 04:44:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.047678 10.0.0.27 - - [2025-12-25 04:44:52] "POST /neutron/port HTTP/1.1" 200 1125 0.023124 10.0.0.27 - - [2025-12-25 04:44:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004591 10.0.0.27 - - [2025-12-25 04:44:52] "POST /neutron/network HTTP/1.1" 200 886 0.009749 10.0.0.27 - - [2025-12-25 04:45:25] "POST /neutron/port HTTP/1.1" 200 1125 0.024168 10.0.0.27 - - [2025-12-25 04:45:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004978 10.0.0.27 - - [2025-12-25 04:45:25] "POST /neutron/network HTTP/1.1" 200 886 0.006877 10.0.0.27 - - [2025-12-25 04:45:46] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 200 1293 0.004966 10.0.0.27 - - [2025-12-25 04:45:46] "POST /neutron/port HTTP/1.1" 200 151 0.228264 10.0.0.27 - - [2025-12-25 04:45:48] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 404 171 0.004318 10.0.0.27 - - [2025-12-25 04:45:48] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 404 171 0.003766 10.0.0.27 - - [2025-12-25 04:45:48] "GET /virtual-machine/760304cd-7856-4dd0-9878-3de3b0a5b574 HTTP/1.1" 404 171 0.002945 10.0.0.27 - - [2025-12-25 04:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2025-12-25 04:45:48] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005717 10.0.0.27 - - [2025-12-25 04:45:48] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003753 10.0.0.27 - - [2025-12-25 04:45:48] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006624 10.0.0.27 - - [2025-12-25 04:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2025-12-25 04:45:48] "GET /routing-instance/351ce0c9-7a04-4a7e-ac1b-b8600b343121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004746 10.0.0.27 - - [2025-12-25 04:45:48] "GET /route-target/7f6c8574-fa9f-4bc1-90cc-b4dacc735050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006380 10.0.0.27 - - [2025-12-25 04:45:51] "GET /obj-perms HTTP/1.1" 200 5032 0.006097 10.0.0.23 - - [2025-12-25 04:45:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004091 10.0.0.27 - - [2025-12-25 04:45:52] "POST /neutron/network HTTP/1.1" 200 896 0.010734 10.0.0.27 - - [2025-12-25 04:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.27 - - [2025-12-25 04:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004293 10.0.0.23 - - [2025-12-25 04:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.089254 10.0.0.27 - - [2025-12-25 04:46:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004443 10.0.0.23 - - [2025-12-25 04:46:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004276 10.0.0.27 - - [2025-12-25 04:46:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005602 10.0.0.23 - - [2025-12-25 04:46:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004986 10.0.0.27 - - [2025-12-25 04:46:16] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 200 1293 0.005061 10.0.0.27 - - [2025-12-25 04:46:17] "POST /neutron/port HTTP/1.1" 200 1115 0.019799 10.0.0.27 - - [2025-12-25 04:46:18] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 404 171 0.005107 10.0.0.27 - - [2025-12-25 04:46:18] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 404 171 0.003395 10.0.0.27 - - [2025-12-25 04:46:18] "GET /virtual-machine/3f47f918-a437-4e91-b959-7581c2cbd8e4 HTTP/1.1" 404 171 0.003923 10.0.0.27 - - [2025-12-25 04:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.27 - - [2025-12-25 04:46:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005360 10.0.0.27 - - [2025-12-25 04:46:19] "GET /virtual-networks?parent_id=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004424 10.0.0.27 - - [2025-12-25 04:46:19] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009645 10.0.0.27 - - [2025-12-25 04:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2025-12-25 04:46:19] "GET /routing-instance/226e8db5-3080-4ae5-944b-3627122b62a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005655 10.0.0.27 - - [2025-12-25 04:46:19] "GET /route-target/ceef7a46-8d77-42c3-af18-68b90e1cda02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005188 10.0.0.27 - - [2025-12-25 04:46:22] "GET /obj-perms HTTP/1.1" 200 5032 0.006277 10.0.0.23 - - [2025-12-25 04:46:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004092 10.0.0.27 - - [2025-12-25 04:46:31] "GET /obj-perms HTTP/1.1" 200 5032 0.005103 10.0.0.23 - - [2025-12-25 04:46:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004193 10.0.0.27 - - [2025-12-25 04:46:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004132 10.0.0.33 - - [2025-12-25 04:46:38] "GET /obj-perms HTTP/1.1" 200 5032 0.005604 10.0.0.23 - - [2025-12-25 04:46:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.23 - - [2025-12-25 04:46:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004071 10.0.0.27 - - [2025-12-25 04:46:38] "DELETE /virtual-network/7aefa9b9-772e-4690-ac8e-1bf0ff57747f HTTP/1.1" 200 115 0.138700 10.0.0.33 - - [2025-12-25 04:46:38] "DELETE /route-target/2916cccd-40a1-4dd6-bab6-fb2bc2a94791 HTTP/1.1" 200 115 0.027023 10.0.0.27 - - [2025-12-25 04:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.27 - - [2025-12-25 04:46:38] "GET /network-policy/815f82ac-b36a-4a65-9f4d-d9db63241200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004559 10.0.0.27 - - [2025-12-25 04:46:38] "POST /ref-update HTTP/1.1" 200 156 0.061838 10.0.0.27 - - [2025-12-25 04:46:38] "GET /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.009244 10.0.0.27 - - [2025-12-25 04:46:38] "DELETE /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba HTTP/1.1" 409 248 0.016659 10.0.0.27 - - [2025-12-25 04:46:39] "POST /neutron/port HTTP/1.1" 200 1125 0.020485 10.0.0.27 - - [2025-12-25 04:46:39] "POST /neutron/port HTTP/1.1" 200 1125 0.025178 10.0.0.23 - - [2025-12-25 04:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.33 - - [2025-12-25 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2025-12-25 04:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003881 10.0.0.27 - - [2025-12-25 04:46:41] "DELETE /virtual-network/0a89949f-1f81-453a-b917-59c6379e0fba HTTP/1.1" 200 115 0.137585 10.0.0.27 - - [2025-12-25 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.27 - - [2025-12-25 04:46:41] "GET /network-policy/e903da13-8139-4fd8-864b-14eed02ac0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006931 10.0.0.27 - - [2025-12-25 04:46:41] "POST /ref-update HTTP/1.1" 200 156 0.070600 10.0.0.27 - - [2025-12-25 04:46:41] "POST /neutron/network HTTP/1.1" 200 809 0.013535 10.0.0.27 - - [2025-12-25 04:46:41] "GET /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007476 10.0.0.33 - - [2025-12-25 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.23 - - [2025-12-25 04:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.23 - - [2025-12-25 04:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003923 10.0.0.27 - - [2025-12-25 04:46:41] "DELETE /virtual-network/d07b1963-2a5b-47ff-8f83-4d94e5eac0ea HTTP/1.1" 200 115 0.139797 10.0.0.27 - - [2025-12-25 04:46:41] "DELETE /network-policy/815f82ac-b36a-4a65-9f4d-d9db63241200 HTTP/1.1" 200 115 0.045735 10.0.0.27 - - [2025-12-25 04:46:41] "DELETE /network-policy/e903da13-8139-4fd8-864b-14eed02ac0cb HTTP/1.1" 200 115 0.045045 10.0.0.23 - - [2025-12-25 04:46:45] "GET /obj-perms HTTP/1.1" 200 5056 0.070855 10.0.0.23 - - [2025-12-25 04:47:10] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001277 10.0.0.27 - - [2025-12-25 04:47:10] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.084375 10.0.0.23 - - [2025-12-25 04:47:10] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.27 - - [2025-12-25 04:47:10] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?fields=virtual_networks HTTP/1.1" 200 1044 0.056955 10.0.0.23 - - [2025-12-25 04:47:10] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001787 10.0.0.27 - - [2025-12-25 04:47:10] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.062879 10.0.0.23 - - [2025-12-25 04:47:10] "GET /projects?obj_uuids=edba148a-64cc-4e4a-8216-4c7dbc6a7d87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001677 10.0.0.27 - - [2025-12-25 04:47:10] "GET /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87?fields=security_groups HTTP/1.1" 200 1271 0.052199 10.0.0.27 - - [2025-12-25 04:47:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.036574 10.0.0.23 - - [2025-12-25 04:47:11] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003899 10.0.0.23 - - [2025-12-25 04:47:11] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.23 - - [2025-12-25 04:47:11] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010897 10.0.0.23 - - [2025-12-25 04:47:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.007198 10.0.0.23 - - [2025-12-25 04:47:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.005809 10.0.0.23 - - [2025-12-25 04:47:12] "POST /security-groups HTTP/1.1" 200 591 0.039452 10.0.0.23 - - [2025-12-25 04:47:12] "POST /projects HTTP/1.1" 200 585 0.278466 10.0.0.23 - - [2025-12-25 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.319743 10.0.0.33 - - [2025-12-25 04:47:12] "POST /access-control-lists HTTP/1.1" 200 596 0.036292 10.0.0.27 - - [2025-12-25 04:47:12] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.512086 10.0.0.27 - - [2025-12-25 04:47:13] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.27 - - [2025-12-25 04:47:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2025-12-25 04:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.074610 10.0.0.23 - - [2025-12-25 04:47:16] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001864 10.0.0.27 - - [2025-12-25 04:47:16] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.062551 10.0.0.33 - - [2025-12-25 04:47:16] "POST /route-targets HTTP/1.1" 200 327 0.024942 10.0.0.23 - - [2025-12-25 04:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011748 10.0.0.27 - - [2025-12-25 04:47:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.323838 10.0.0.27 - - [2025-12-25 04:47:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001189 10.0.0.27 - - [2025-12-25 04:47:16] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006204 10.0.0.27 - - [2025-12-25 04:47:16] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006740 10.0.0.27 - - [2025-12-25 04:47:16] "POST /neutron/network HTTP/1.1" 200 825 0.009441 10.0.0.27 - - [2025-12-25 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2025-12-25 04:47:16] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.27 - - [2025-12-25 04:47:16] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.061188 10.0.0.23 - - [2025-12-25 04:47:17] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.27 - - [2025-12-25 04:47:17] "POST /neutron/network HTTP/1.1" 200 605 0.148323 10.0.0.33 - - [2025-12-25 04:47:17] "POST /ref-update HTTP/1.1" 200 156 0.025548 10.0.0.27 - - [2025-12-25 04:47:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.004155 10.0.0.27 - - [2025-12-25 04:47:17] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006431 10.0.0.27 - - [2025-12-25 04:47:17] "POST /neutron/network HTTP/1.1" 200 826 0.008978 10.0.0.27 - - [2025-12-25 04:47:17] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008373 10.0.0.27 - - [2025-12-25 04:47:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001431 10.0.0.27 - - [2025-12-25 04:47:18] "POST /neutron/network HTTP/1.1" 200 835 0.007766 10.0.0.23 - - [2025-12-25 04:47:18] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001421 10.0.0.27 - - [2025-12-25 04:47:18] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.094481 10.0.0.27 - - [2025-12-25 04:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.006379 10.0.0.27 - - [2025-12-25 04:47:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.002449 10.0.0.27 - - [2025-12-25 04:47:20] "POST /neutron/network HTTP/1.1" 200 835 0.010510 10.0.0.27 - - [2025-12-25 04:47:20] "POST /neutron/port HTTP/1.1" 200 1061 0.036158 10.0.0.23 - - [2025-12-25 04:47:20] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.27 - - [2025-12-25 04:47:20] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.112430 10.0.0.27 - - [2025-12-25 04:47:20] "POST /neutron/port HTTP/1.1" 200 1125 0.023878 10.0.0.27 - - [2025-12-25 04:47:21] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.27 - - [2025-12-25 04:47:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009296 10.0.0.27 - - [2025-12-25 04:47:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008306 10.0.0.27 - - [2025-12-25 04:47:21] "POST /neutron/port HTTP/1.1" 200 1062 0.023603 10.0.0.27 - - [2025-12-25 04:47:22] "POST /neutron/port HTTP/1.1" 200 1126 0.029038 10.0.0.27 - - [2025-12-25 04:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.27 - - [2025-12-25 04:47:26] "POST /neutron/port HTTP/1.1" 200 1125 0.024596 10.0.0.27 - - [2025-12-25 04:47:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.010804 10.0.0.27 - - [2025-12-25 04:47:26] "POST /neutron/port HTTP/1.1" 200 1125 0.022585 10.0.0.27 - - [2025-12-25 04:47:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008870 10.0.0.27 - - [2025-12-25 04:47:26] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2025-12-25 04:47:27] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 200 1293 0.040799 10.0.0.27 - - [2025-12-25 04:47:27] "GET /virtual-machine-interface/1f913e1d-6f8e-496f-9ec6-12c3a3d6ed51 HTTP/1.1" 200 2941 0.007023 10.0.0.27 - - [2025-12-25 04:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.27 - - [2025-12-25 04:47:27] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004425 10.0.0.27 - - [2025-12-25 04:47:27] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004610 10.0.0.27 - - [2025-12-25 04:47:27] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006562 10.0.0.27 - - [2025-12-25 04:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-25 04:47:30] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006194 10.0.0.27 - - [2025-12-25 04:47:30] "POST /neutron/port HTTP/1.1" 200 1125 0.022410 10.0.0.27 - - [2025-12-25 04:47:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008487 10.0.0.27 - - [2025-12-25 04:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-25 04:47:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003787 10.0.0.27 - - [2025-12-25 04:47:32] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004138 10.0.0.27 - - [2025-12-25 04:47:32] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006213 10.0.0.27 - - [2025-12-25 04:47:37] "POST /neutron/port HTTP/1.1" 200 1126 0.026411 10.0.0.27 - - [2025-12-25 04:47:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008957 10.0.0.27 - - [2025-12-25 04:47:38] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 200 1293 0.010592 10.0.0.27 - - [2025-12-25 04:47:38] "GET /virtual-machine-interface/06ae3c59-616c-4b08-9456-3ba1202bc929 HTTP/1.1" 200 2940 0.005972 10.0.0.27 - - [2025-12-25 04:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2025-12-25 04:47:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.27 - - [2025-12-25 04:47:38] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003763 10.0.0.27 - - [2025-12-25 04:47:38] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005829 10.0.0.27 - - [2025-12-25 04:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2025-12-25 04:47:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004348 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003470 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007797 10.0.0.27 - - [2025-12-25 04:47:39] "POST /neutron/port HTTP/1.1" 200 1125 0.023131 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 200 1293 0.005127 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine-interface/1f913e1d-6f8e-496f-9ec6-12c3a3d6ed51 HTTP/1.1" 200 2941 0.007106 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 200 1293 0.005095 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine-interface/1f913e1d-6f8e-496f-9ec6-12c3a3d6ed51 HTTP/1.1" 200 2941 0.005667 10.0.0.27 - - [2025-12-25 04:47:39] "GET /instance-ip/9f540e36-efa0-4aac-a761-b26f08a164a8 HTTP/1.1" 200 1622 0.007348 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 200 1293 0.004139 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-machine-interface/1f913e1d-6f8e-496f-9ec6-12c3a3d6ed51 HTTP/1.1" 200 2941 0.007101 10.0.0.27 - - [2025-12-25 04:47:39] "GET /instance-ip/9f540e36-efa0-4aac-a761-b26f08a164a8 HTTP/1.1" 200 1622 0.004677 10.0.0.27 - - [2025-12-25 04:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.27 - - [2025-12-25 04:47:39] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005073 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004155 10.0.0.27 - - [2025-12-25 04:47:39] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006485 10.0.0.27 - - [2025-12-25 04:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004826 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004122 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006279 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006776 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005481 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005338 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006693 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005210 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004232 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005915 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006003 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003291 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008090 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008209 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004175 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003569 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007508 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2025-12-25 04:47:40] "GET /routing-instance/61f11920-259c-407a-9902-431fab9b875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.009039 10.0.0.27 - - [2025-12-25 04:47:40] "GET /route-target/328de0b0-fcde-4426-a963-7b3946a202f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006061 10.0.0.27 - - [2025-12-25 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-12-25 04:47:40] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004559 10.0.0.27 - - [2025-12-25 04:47:40] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004346 10.0.0.27 - - [2025-12-25 04:47:41] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007618 10.0.0.27 - - [2025-12-25 04:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-12-25 04:47:41] "GET /routing-instance/61f11920-259c-407a-9902-431fab9b875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005435 10.0.0.27 - - [2025-12-25 04:47:41] "GET /route-target/328de0b0-fcde-4426-a963-7b3946a202f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006742 10.0.0.27 - - [2025-12-25 04:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.27 - - [2025-12-25 04:47:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006965 10.0.0.27 - - [2025-12-25 04:47:41] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003463 10.0.0.27 - - [2025-12-25 04:47:41] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007592 10.0.0.27 - - [2025-12-25 04:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-12-25 04:47:41] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005079 10.0.0.27 - - [2025-12-25 04:47:41] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003898 10.0.0.27 - - [2025-12-25 04:47:41] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007834 10.0.0.27 - - [2025-12-25 04:47:42] "GET /obj-perms HTTP/1.1" 200 5030 0.084742 10.0.0.27 - - [2025-12-25 04:47:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004310 10.0.0.23 - - [2025-12-25 04:47:42] "GET /obj-perms HTTP/1.1" 200 5030 0.066280 10.0.0.27 - - [2025-12-25 04:47:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004303 10.0.0.23 - - [2025-12-25 04:47:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003790 10.0.0.27 - - [2025-12-25 04:47:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010004 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 200 1293 0.008502 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine-interface/06ae3c59-616c-4b08-9456-3ba1202bc929 HTTP/1.1" 200 2940 0.009013 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 200 1293 0.003871 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine-interface/06ae3c59-616c-4b08-9456-3ba1202bc929 HTTP/1.1" 200 2940 0.007241 10.0.0.27 - - [2025-12-25 04:47:43] "GET /instance-ip/121622f1-6a9c-4a64-83c0-1b8c994bb45c HTTP/1.1" 200 1621 0.007119 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 200 1293 0.004749 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-machine-interface/06ae3c59-616c-4b08-9456-3ba1202bc929 HTTP/1.1" 200 2940 0.006526 10.0.0.27 - - [2025-12-25 04:47:43] "GET /instance-ip/121622f1-6a9c-4a64-83c0-1b8c994bb45c HTTP/1.1" 200 1621 0.004917 10.0.0.27 - - [2025-12-25 04:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.27 - - [2025-12-25 04:47:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004519 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003460 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006408 10.0.0.27 - - [2025-12-25 04:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2025-12-25 04:47:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005296 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004087 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007461 10.0.0.27 - - [2025-12-25 04:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2025-12-25 04:47:43] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012175 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004147 10.0.0.27 - - [2025-12-25 04:47:43] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005896 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2025-12-25 04:47:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003749 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007623 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2025-12-25 04:47:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005173 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008785 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2025-12-25 04:47:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004471 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005970 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.27 - - [2025-12-25 04:47:44] "GET /routing-instance/fd0fc6a7-3202-4e33-bd1a-d73e08fdddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005264 10.0.0.27 - - [2025-12-25 04:47:44] "GET /route-target/15d5632e-1eac-476b-8785-cf61cb7c0a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004626 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.27 - - [2025-12-25 04:47:44] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004049 10.0.0.27 - - [2025-12-25 04:47:44] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006287 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-12-25 04:47:44] "GET /routing-instance/fd0fc6a7-3202-4e33-bd1a-d73e08fdddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006532 10.0.0.27 - - [2025-12-25 04:47:44] "GET /route-target/15d5632e-1eac-476b-8785-cf61cb7c0a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006866 10.0.0.27 - - [2025-12-25 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2025-12-25 04:47:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.27 - - [2025-12-25 04:47:45] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004444 10.0.0.27 - - [2025-12-25 04:47:45] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007747 10.0.0.27 - - [2025-12-25 04:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.27 - - [2025-12-25 04:47:45] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004515 10.0.0.27 - - [2025-12-25 04:47:45] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004203 10.0.0.27 - - [2025-12-25 04:47:45] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007932 10.0.0.27 - - [2025-12-25 04:47:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004338 10.0.0.23 - - [2025-12-25 04:47:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004570 10.0.0.27 - - [2025-12-25 04:47:45] "GET /obj-perms HTTP/1.1" 200 5030 0.005248 10.0.0.23 - - [2025-12-25 04:47:45] "GET /obj-perms HTTP/1.1" 200 5030 0.009068 10.0.0.33 - - [2025-12-25 04:47:46] "GET /obj-perms HTTP/1.1" 200 5056 0.079523 10.0.0.23 - - [2025-12-25 04:47:51] "DELETE /project/edba148a-64cc-4e4a-8216-4c7dbc6a7d87 HTTP/1.1" 404 177 0.038250 10.0.0.23 - - [2025-12-25 04:47:52] "DELETE /project/b0d294b50e474c7cb3f5c7bc4b8bf7f7 HTTP/1.1" 404 173 0.059556 10.0.0.27 - - [2025-12-25 04:47:55] "POST /neutron/network HTTP/1.1" 200 836 0.052186 10.0.0.27 - - [2025-12-25 04:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.27 - - [2025-12-25 04:48:06] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 200 1293 0.008036 10.0.0.27 - - [2025-12-25 04:48:06] "POST /neutron/port HTTP/1.1" 200 1116 0.017389 10.0.0.27 - - [2025-12-25 04:48:08] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 404 171 0.003719 10.0.0.27 - - [2025-12-25 04:48:08] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 404 171 0.004829 10.0.0.27 - - [2025-12-25 04:48:08] "GET /virtual-machine/c48c0f00-86de-44c5-9d1c-4b8e75e245ee HTTP/1.1" 404 171 0.003616 10.0.0.27 - - [2025-12-25 04:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-12-25 04:48:08] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.27 - - [2025-12-25 04:48:08] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004483 10.0.0.27 - - [2025-12-25 04:48:08] "GET /virtual-network/ee1be015-804a-4a94-ad6a-5148d2572901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005962 10.0.0.27 - - [2025-12-25 04:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.27 - - [2025-12-25 04:48:08] "GET /routing-instance/fd0fc6a7-3202-4e33-bd1a-d73e08fdddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007441 10.0.0.27 - - [2025-12-25 04:48:08] "GET /route-target/15d5632e-1eac-476b-8785-cf61cb7c0a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004457 10.0.0.27 - - [2025-12-25 04:48:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004268 10.0.0.23 - - [2025-12-25 04:48:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004705 10.0.0.27 - - [2025-12-25 04:48:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004506 10.0.0.27 - - [2025-12-25 04:48:15] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 200 1293 0.005550 10.0.0.27 - - [2025-12-25 04:48:15] "POST /neutron/port HTTP/1.1" 200 1115 0.016772 10.0.0.27 - - [2025-12-25 04:48:17] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 404 171 0.003504 10.0.0.27 - - [2025-12-25 04:48:17] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 404 171 0.003012 10.0.0.27 - - [2025-12-25 04:48:17] "GET /virtual-machine/a5d21377-6d58-44e8-b7aa-e0b843ef4e73 HTTP/1.1" 404 171 0.003603 10.0.0.27 - - [2025-12-25 04:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.27 - - [2025-12-25 04:48:17] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004703 10.0.0.27 - - [2025-12-25 04:48:17] "GET /virtual-networks?parent_id=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003807 10.0.0.27 - - [2025-12-25 04:48:17] "GET /virtual-network/6c1e2aab-1c49-42b3-a099-8074fd10c8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006425 10.0.0.27 - - [2025-12-25 04:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2025-12-25 04:48:17] "GET /routing-instance/61f11920-259c-407a-9902-431fab9b875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005101 10.0.0.27 - - [2025-12-25 04:48:17] "GET /route-target/328de0b0-fcde-4426-a963-7b3946a202f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004201 10.0.0.23 - - [2025-12-25 04:48:17] "GET /obj-perms HTTP/1.1" 200 5030 0.005202 10.0.0.27 - - [2025-12-25 04:48:23] "GET /obj-perms HTTP/1.1" 200 5030 0.005272 10.0.0.23 - - [2025-12-25 04:48:26] "GET /obj-perms HTTP/1.1" 200 5030 0.005750 10.0.0.27 - - [2025-12-25 04:48:33] "GET /obj-perms HTTP/1.1" 200 5030 0.007574 10.0.0.23 - - [2025-12-25 04:48:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004478 10.0.0.27 - - [2025-12-25 04:48:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004405 10.0.0.23 - - [2025-12-25 04:48:36] "POST /useragent-kv HTTP/1.1" 200 115 0.048742 10.0.0.23 - - [2025-12-25 04:48:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.27 - - [2025-12-25 04:48:36] "POST /neutron/network HTTP/1.1" 200 151 0.202863 10.0.0.33 - - [2025-12-25 04:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.081566 10.0.0.33 - - [2025-12-25 04:48:36] "DELETE /route-target/328de0b0-fcde-4426-a963-7b3946a202f1 HTTP/1.1" 200 115 0.026762 10.0.0.23 - - [2025-12-25 04:48:38] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.27 - - [2025-12-25 04:48:38] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.061279 10.0.0.23 - - [2025-12-25 04:48:38] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001339 10.0.0.27 - - [2025-12-25 04:48:38] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?fields=virtual_networks HTTP/1.1" 200 1043 0.053690 10.0.0.23 - - [2025-12-25 04:48:38] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.27 - - [2025-12-25 04:48:38] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047706 10.0.0.23 - - [2025-12-25 04:48:38] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.27 - - [2025-12-25 04:48:38] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?fields=security_groups HTTP/1.1" 200 1269 0.064199 10.0.0.27 - - [2025-12-25 04:48:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.037880 10.0.0.23 - - [2025-12-25 04:48:39] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.23 - - [2025-12-25 04:48:39] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.23 - - [2025-12-25 04:48:39] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009074 10.0.0.23 - - [2025-12-25 04:48:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.002523 10.0.0.23 - - [2025-12-25 04:48:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.006026 10.0.0.23 - - [2025-12-25 04:48:40] "POST /security-groups HTTP/1.1" 200 599 0.081569 10.0.0.23 - - [2025-12-25 04:48:40] "POST /projects HTTP/1.1" 200 601 0.311142 10.0.0.23 - - [2025-12-25 04:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.349999 10.0.0.33 - - [2025-12-25 04:48:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.007197 10.0.0.27 - - [2025-12-25 04:48:40] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.506648 10.0.0.27 - - [2025-12-25 04:48:41] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.27 - - [2025-12-25 04:48:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.27 - - [2025-12-25 04:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.077553 10.0.0.23 - - [2025-12-25 04:48:45] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.27 - - [2025-12-25 04:48:45] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.063532 10.0.0.27 - - [2025-12-25 04:48:45] "POST /neutron/network HTTP/1.1" 200 117 0.045457 10.0.0.33 - - [2025-12-25 04:48:45] "POST /ref-update HTTP/1.1" 200 156 0.030041 10.0.0.23 - - [2025-12-25 04:48:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009972 10.0.0.27 - - [2025-12-25 04:48:46] "POST /neutron/subnet HTTP/1.1" 200 818 0.235276 10.0.0.33 - - [2025-12-25 04:48:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.050597 10.0.0.27 - - [2025-12-25 04:48:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001240 10.0.0.27 - - [2025-12-25 04:48:46] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006143 10.0.0.27 - - [2025-12-25 04:48:46] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006168 10.0.0.27 - - [2025-12-25 04:48:46] "POST /neutron/network HTTP/1.1" 200 1005 0.011696 10.0.0.27 - - [2025-12-25 04:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-25 04:48:46] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.27 - - [2025-12-25 04:48:46] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.058850 10.0.0.27 - - [2025-12-25 04:48:46] "POST /neutron/network HTTP/1.1" 200 117 0.018662 10.0.0.23 - - [2025-12-25 04:48:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008950 10.0.0.27 - - [2025-12-25 04:48:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.225468 10.0.0.27 - - [2025-12-25 04:48:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001239 10.0.0.27 - - [2025-12-25 04:48:47] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006639 10.0.0.27 - - [2025-12-25 04:48:47] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005969 10.0.0.27 - - [2025-12-25 04:48:47] "POST /neutron/network HTTP/1.1" 200 1007 0.013936 10.0.0.33 - - [2025-12-25 04:48:48] "GET /obj-perms HTTP/1.1" 200 5056 0.439537 10.0.0.27 - - [2025-12-25 04:48:48] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005739 10.0.0.27 - - [2025-12-25 04:48:50] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006248 10.0.0.27 - - [2025-12-25 04:48:50] "GET /obj-perms HTTP/1.1" 200 5046 0.064187 10.0.0.23 - - [2025-12-25 04:48:51] "GET /obj-perms HTTP/1.1" 200 5046 0.065067 10.0.0.27 - - [2025-12-25 04:48:51] "POST /neutron/network HTTP/1.1" 200 1005 0.013999 10.0.0.27 - - [2025-12-25 04:48:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001349 10.0.0.27 - - [2025-12-25 04:48:51] "POST /neutron/network HTTP/1.1" 200 1015 0.010233 10.0.0.23 - - [2025-12-25 04:48:52] "DELETE /project/423c86473e4345e5824f2ba406c4d91a HTTP/1.1" 404 173 0.010391 10.0.0.23 - - [2025-12-25 04:48:52] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001521 10.0.0.23 - - [2025-12-25 04:48:52] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.050839 10.0.0.23 - - [2025-12-25 04:48:52] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.23 - - [2025-12-25 04:48:52] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?fields=security_groups HTTP/1.1" 200 1374 0.046129 10.0.0.23 - - [2025-12-25 04:48:52] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.27 - - [2025-12-25 04:48:52] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.092149 10.0.0.23 - - [2025-12-25 04:48:52] "DELETE /security-group/da020160-3223-4e85-a501-f37c7be4b7a9 HTTP/1.1" 200 115 0.083797 10.0.0.23 - - [2025-12-25 04:48:52] "GET /projects?obj_uuids=b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.33 - - [2025-12-25 04:48:52] "DELETE /access-control-list/c575849b-0be0-4b83-95ce-3ff2421e89a7 HTTP/1.1" 200 115 0.066954 10.0.0.23 - - [2025-12-25 04:48:52] "GET /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7?fields=application_policy_sets HTTP/1.1" 200 1413 0.073550 10.0.0.23 - - [2025-12-25 04:48:52] "DELETE /project/b0d294b5-0e47-4c7c-b3f5-c7bc4b8bf7f7 HTTP/1.1" 200 115 0.526076 10.0.0.27 - - [2025-12-25 04:48:52] "POST /neutron/port HTTP/1.1" 200 117 0.010627 10.0.0.23 - - [2025-12-25 04:48:53] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001654 10.0.0.27 - - [2025-12-25 04:48:53] "POST /neutron/port HTTP/1.1" 200 1174 0.423014 10.0.0.27 - - [2025-12-25 04:48:54] "POST /neutron/port HTTP/1.1" 200 1228 0.173375 10.0.0.27 - - [2025-12-25 04:48:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004723 10.0.0.27 - - [2025-12-25 04:48:54] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.27 - - [2025-12-25 04:48:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007855 10.0.0.27 - - [2025-12-25 04:48:58] "POST /neutron/port HTTP/1.1" 200 1238 0.021410 10.0.0.27 - - [2025-12-25 04:48:58] "GET /virtual-machine/03a6f29c-791b-456f-976a-139043a26242 HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-12-25 04:48:58] "GET /virtual-machine/03a6f29c-791b-456f-976a-139043a26242 HTTP/1.1" 200 1299 0.037498 10.0.0.27 - - [2025-12-25 04:48:58] "GET /virtual-machine-interface/3fa05159-1db4-431d-ac2d-8c080bccd5f5 HTTP/1.1" 200 3175 0.006325 10.0.0.27 - - [2025-12-25 04:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-12-25 04:48:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004255 10.0.0.27 - - [2025-12-25 04:48:58] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004148 10.0.0.27 - - [2025-12-25 04:48:58] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006617 10.0.0.27 - - [2025-12-25 04:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008392 10.0.0.27 - - [2025-12-25 04:49:01] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006287 10.0.0.27 - - [2025-12-25 04:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-25 04:49:05] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006749 10.0.0.27 - - [2025-12-25 04:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2025-12-25 04:49:10] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006913 10.0.0.27 - - [2025-12-25 04:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.27 - - [2025-12-25 04:49:14] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006584 10.0.0.27 - - [2025-12-25 04:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2025-12-25 04:49:18] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007078 10.0.0.27 - - [2025-12-25 04:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2025-12-25 04:49:22] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008287 10.0.0.27 - - [2025-12-25 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.27 - - [2025-12-25 04:49:26] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007679 10.0.0.27 - - [2025-12-25 04:49:29] "POST /neutron/port HTTP/1.1" 200 1238 0.022445 10.0.0.27 - - [2025-12-25 04:49:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004931 10.0.0.27 - - [2025-12-25 04:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.27 - - [2025-12-25 04:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.27 - - [2025-12-25 04:49:30] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006897 10.0.0.27 - - [2025-12-25 04:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2025-12-25 04:49:34] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006317 10.0.0.27 - - [2025-12-25 04:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.27 - - [2025-12-25 04:49:38] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004529 10.0.0.27 - - [2025-12-25 04:49:38] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004281 10.0.0.27 - - [2025-12-25 04:49:38] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007216 10.0.0.27 - - [2025-12-25 04:49:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011438 10.0.0.33 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.33 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-12-25 04:49:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2025-12-25 04:49:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2025-12-25 04:49:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-12-25 04:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-12-25 04:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-12-25 04:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-12-25 04:49:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-25 04:49:49] "POST /neutron/port HTTP/1.1" 200 1238 0.020756 10.0.0.27 - - [2025-12-25 04:49:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.038440 10.0.0.27 - - [2025-12-25 04:49:59] "POST /neutron/port HTTP/1.1" 200 1238 0.023594 10.0.0.27 - - [2025-12-25 04:50:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013396 10.0.0.27 - - [2025-12-25 04:50:05] "POST /neutron/port HTTP/1.1" 200 1238 0.029104 10.0.0.27 - - [2025-12-25 04:50:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009846 10.0.0.27 - - [2025-12-25 04:50:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.002042 10.0.0.27 - - [2025-12-25 04:50:05] "GET /virtual-machine/03a6f29c-791b-456f-976a-139043a26242 HTTP/1.1" 200 1299 0.011110 10.0.0.27 - - [2025-12-25 04:50:05] "GET /virtual-machine-interface/3fa05159-1db4-431d-ac2d-8c080bccd5f5 HTTP/1.1" 200 3175 0.008376 10.0.0.27 - - [2025-12-25 04:50:05] "GET /instance-ip/a95c24f7-8d66-4d9c-9f34-cf16be7533e1 HTTP/1.1" 200 1655 0.009219 10.0.0.27 - - [2025-12-25 04:50:05] "GET /instance-ip/e96d1f1a-f042-42e4-9ed3-24046efb02db HTTP/1.1" 200 1638 0.011700 10.0.0.27 - - [2025-12-25 04:50:05] "POST /fqname-to-id HTTP/1.1" 404 218 0.003535 10.0.0.27 - - [2025-12-25 04:50:05] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007823 10.0.0.23 - - [2025-12-25 04:50:05] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.27 - - [2025-12-25 04:50:05] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051665 10.0.0.27 - - [2025-12-25 04:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2025-12-25 04:50:05] "GET /security-group/2752679c-1ea6-4c20-a22f-20b4d0552541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.005973 10.0.0.27 - - [2025-12-25 04:50:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.122721 10.0.0.27 - - [2025-12-25 04:50:05] "POST /instance-ips HTTP/1.1" 200 357 0.062192 10.0.0.27 - - [2025-12-25 04:50:06] "GET /instance-ip/85d9f3c1-038c-4727-ad6e-94c54731b179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.008569 10.0.0.27 - - [2025-12-25 04:50:06] "POST /instance-ips HTTP/1.1" 200 357 0.048676 10.0.0.27 - - [2025-12-25 04:50:06] "GET /instance-ip/53b93345-25d0-4e08-b7b4-796bc1ac9331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.008725 10.0.0.27 - - [2025-12-25 04:50:06] "GET /virtual-machine-interface/0af0bf4b-3599-4f3f-bfc6-85107b23cfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.008062 10.0.0.27 - - [2025-12-25 04:50:06] "GET /virtual-machine-interface/0af0bf4b-3599-4f3f-bfc6-85107b23cfa9?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.010146 10.0.0.27 - - [2025-12-25 04:50:06] "GET /instance-ip/53b93345-25d0-4e08-b7b4-796bc1ac9331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005734 10.0.0.27 - - [2025-12-25 04:50:06] "GET /instance-ip/85d9f3c1-038c-4727-ad6e-94c54731b179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.006043 10.0.0.27 - - [2025-12-25 04:50:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.27 - - [2025-12-25 04:50:06] "POST /neutron/port HTTP/1.1" 200 1238 0.021997 10.0.0.27 - - [2025-12-25 04:50:06] "POST /neutron/port HTTP/1.1" 200 1080 0.061926 10.0.0.27 - - [2025-12-25 04:50:07] "POST /neutron/port HTTP/1.1" 200 1080 0.026011 10.0.0.27 - - [2025-12-25 04:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.007370 10.0.0.27 - - [2025-12-25 04:50:07] "POST /neutron/network HTTP/1.1" 200 1015 0.007985 10.0.0.27 - - [2025-12-25 04:50:08] "POST /neutron/port HTTP/1.1" 200 1173 0.213465 10.0.0.27 - - [2025-12-25 04:50:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004636 10.0.0.27 - - [2025-12-25 04:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.27 - - [2025-12-25 04:50:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012657 10.0.0.27 - - [2025-12-25 04:50:12] "POST /neutron/port HTTP/1.1" 200 1183 0.030727 10.0.0.27 - - [2025-12-25 04:50:12] "GET /virtual-machine/74c6429c-09d2-4e70-8b92-f65af77c64f5 HTTP/1.1" 200 1278 0.007167 10.0.0.27 - - [2025-12-25 04:50:12] "GET /virtual-machine-interface/0af0bf4b-3599-4f3f-bfc6-85107b23cfa9 HTTP/1.1" 200 3224 0.007143 10.0.0.27 - - [2025-12-25 04:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.27 - - [2025-12-25 04:50:12] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004791 10.0.0.27 - - [2025-12-25 04:50:12] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004045 10.0.0.27 - - [2025-12-25 04:50:12] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.016834 10.0.0.27 - - [2025-12-25 04:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-12-25 04:50:15] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008718 10.0.0.27 - - [2025-12-25 04:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.27 - - [2025-12-25 04:50:20] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007499 10.0.0.27 - - [2025-12-25 04:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.27 - - [2025-12-25 04:50:24] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005481 10.0.0.27 - - [2025-12-25 04:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.27 - - [2025-12-25 04:50:28] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006858 10.0.0.27 - - [2025-12-25 04:50:30] "POST /neutron/port HTTP/1.1" 200 1238 0.022591 10.0.0.27 - - [2025-12-25 04:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.27 - - [2025-12-25 04:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.27 - - [2025-12-25 04:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2025-12-25 04:50:32] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005960 10.0.0.27 - - [2025-12-25 04:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.27 - - [2025-12-25 04:50:36] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005687 10.0.0.27 - - [2025-12-25 04:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.27 - - [2025-12-25 04:50:40] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007913 10.0.0.27 - - [2025-12-25 04:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.27 - - [2025-12-25 04:50:44] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008199 10.0.0.27 - - [2025-12-25 04:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.27 - - [2025-12-25 04:50:48] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006200 10.0.0.33 - - [2025-12-25 04:50:49] "GET /obj-perms HTTP/1.1" 200 5056 0.074630 10.0.0.27 - - [2025-12-25 04:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.27 - - [2025-12-25 04:50:52] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006200 10.0.0.27 - - [2025-12-25 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2025-12-25 04:50:56] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006979 10.0.0.27 - - [2025-12-25 04:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2025-12-25 04:50:58] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005001 10.0.0.27 - - [2025-12-25 04:50:59] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003696 10.0.0.27 - - [2025-12-25 04:50:59] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009264 10.0.0.27 - - [2025-12-25 04:50:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011049 10.0.0.27 - - [2025-12-25 04:51:09] "POST /neutron/port HTTP/1.1" 200 1183 0.019755 10.0.0.27 - - [2025-12-25 04:51:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009649 10.0.0.27 - - [2025-12-25 04:51:19] "POST /neutron/port HTTP/1.1" 200 1183 0.026327 10.0.0.27 - - [2025-12-25 04:51:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001633 10.0.0.27 - - [2025-12-25 04:51:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009116 10.0.0.23 - - [2025-12-25 04:51:26] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.27 - - [2025-12-25 04:51:26] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.089285 10.0.0.27 - - [2025-12-25 04:51:26] "POST /neutron/port HTTP/1.1" 200 2267 0.034116 10.0.0.27 - - [2025-12-25 04:51:26] "POST /neutron/port HTTP/1.1" 200 117 0.006880 10.0.0.27 - - [2025-12-25 04:51:27] "POST /neutron/port HTTP/1.1" 200 1176 0.036477 10.0.0.27 - - [2025-12-25 04:51:27] "POST /neutron/port HTTP/1.1" 200 1240 0.025077 10.0.0.27 - - [2025-12-25 04:51:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020526 10.0.0.27 - - [2025-12-25 04:51:28] "POST /neutron/network HTTP/1.1" 200 1007 0.013121 10.0.0.27 - - [2025-12-25 04:51:30] "POST /neutron/network HTTP/1.1" 200 1015 0.009223 10.0.0.27 - - [2025-12-25 04:51:30] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016766 10.0.0.27 - - [2025-12-25 04:51:30] "POST /neutron/network HTTP/1.1" 200 1005 0.024355 10.0.0.27 - - [2025-12-25 04:51:31] "POST /neutron/port HTTP/1.1" 200 1240 0.019901 10.0.0.27 - - [2025-12-25 04:51:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009461 10.0.0.27 - - [2025-12-25 04:51:32] "GET /virtual-machine/e2028bf3-ae24-4809-a644-f19076cb85e2 HTTP/1.1" 200 1301 0.007579 10.0.0.27 - - [2025-12-25 04:51:32] "GET /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2 HTTP/1.1" 200 3175 0.006951 10.0.0.27 - - [2025-12-25 04:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2025-12-25 04:51:32] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2025-12-25 04:51:32] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004507 10.0.0.27 - - [2025-12-25 04:51:32] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006079 10.0.0.27 - - [2025-12-25 04:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.27 - - [2025-12-25 04:51:35] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008525 10.0.0.27 - - [2025-12-25 04:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.27 - - [2025-12-25 04:51:39] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006753 10.0.0.27 - - [2025-12-25 04:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2025-12-25 04:51:43] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006262 10.0.0.27 - - [2025-12-25 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.27 - - [2025-12-25 04:51:47] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007499 10.0.0.27 - - [2025-12-25 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2025-12-25 04:51:51] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007189 10.0.0.27 - - [2025-12-25 04:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.27 - - [2025-12-25 04:51:55] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006129 10.0.0.27 - - [2025-12-25 04:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007640 10.0.0.27 - - [2025-12-25 04:51:59] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006539 10.0.0.27 - - [2025-12-25 04:52:00] "POST /neutron/network HTTP/1.1" 200 1017 0.009118 10.0.0.27 - - [2025-12-25 04:52:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018767 10.0.0.27 - - [2025-12-25 04:52:00] "POST /neutron/network HTTP/1.1" 200 1007 0.012126 10.0.0.27 - - [2025-12-25 04:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.27 - - [2025-12-25 04:52:03] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010809 10.0.0.27 - - [2025-12-25 04:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-25 04:52:08] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005967 10.0.0.27 - - [2025-12-25 04:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.27 - - [2025-12-25 04:52:12] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005823 10.0.0.27 - - [2025-12-25 04:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-12-25 04:52:16] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008064 10.0.0.27 - - [2025-12-25 04:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.27 - - [2025-12-25 04:52:20] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007600 10.0.0.27 - - [2025-12-25 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-12-25 04:52:24] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.27 - - [2025-12-25 04:52:24] "GET /virtual-networks?parent_id=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005055 10.0.0.27 - - [2025-12-25 04:52:24] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007465 10.0.0.27 - - [2025-12-25 04:52:29] "POST /neutron/port HTTP/1.1" 200 1240 0.021954 10.0.0.27 - - [2025-12-25 04:52:32] "POST /neutron/port HTTP/1.1" 200 1238 0.023858 10.0.0.27 - - [2025-12-25 04:52:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005005 10.0.0.27 - - [2025-12-25 04:52:32] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.27 - - [2025-12-25 04:52:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008665 10.0.0.27 - - [2025-12-25 04:52:40] "POST /neutron/port HTTP/1.1" 200 1240 0.025383 10.0.0.27 - - [2025-12-25 04:52:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012324 10.0.0.27 - - [2025-12-25 04:52:50] "POST /neutron/port HTTP/1.1" 200 1240 0.022909 10.0.0.27 - - [2025-12-25 04:52:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013273 10.0.0.27 - - [2025-12-25 04:52:51] "POST /neutron/network HTTP/1.1" 200 981 0.031329 10.0.0.27 - - [2025-12-25 04:52:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001391 10.0.0.27 - - [2025-12-25 04:52:51] "GET /virtual-machine/e2028bf3-ae24-4809-a644-f19076cb85e2 HTTP/1.1" 200 1301 0.004993 10.0.0.27 - - [2025-12-25 04:52:51] "GET /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2 HTTP/1.1" 200 3175 0.007787 10.0.0.27 - - [2025-12-25 04:52:51] "GET /instance-ip/ca7284c8-38a8-45bf-9df1-c6005d11c38e HTTP/1.1" 200 1639 0.009278 10.0.0.27 - - [2025-12-25 04:52:51] "GET /instance-ip/f7335d19-8b49-425b-9ee5-af76469e00b6 HTTP/1.1" 200 1656 0.010072 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.004179 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008794 10.0.0.23 - - [2025-12-25 04:52:51] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.27 - - [2025-12-25 04:52:51] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052809 10.0.0.27 - - [2025-12-25 04:52:51] "POST /network-policys HTTP/1.1" 200 569 0.038687 10.0.0.27 - - [2025-12-25 04:52:51] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.008672 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-12-25 04:52:51] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007915 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.27 - - [2025-12-25 04:52:51] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006194 10.0.0.27 - - [2025-12-25 04:52:51] "POST /ref-update HTTP/1.1" 200 156 0.071548 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-12-25 04:52:51] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004105 10.0.0.23 - - [2025-12-25 04:52:51] "GET /obj-perms HTTP/1.1" 200 5056 0.139668 10.0.0.27 - - [2025-12-25 04:52:51] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.012338 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.27 - - [2025-12-25 04:52:51] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004454 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.27 - - [2025-12-25 04:52:51] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006571 10.0.0.27 - - [2025-12-25 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-12-25 04:52:51] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005977 10.0.0.33 - - [2025-12-25 04:52:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004209 10.0.0.27 - - [2025-12-25 04:52:52] "POST /ref-update HTTP/1.1" 200 156 0.064703 10.0.0.27 - - [2025-12-25 04:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2025-12-25 04:52:52] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004499 10.0.0.27 - - [2025-12-25 04:52:52] "POST /neutron/network HTTP/1.1" 200 1111 0.012569 10.0.0.27 - - [2025-12-25 04:52:52] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005800 10.0.0.27 - - [2025-12-25 04:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.27 - - [2025-12-25 04:52:52] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004910 10.0.0.27 - - [2025-12-25 04:52:52] "GET /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.018693 10.0.0.27 - - [2025-12-25 04:52:52] "GET /obj-perms HTTP/1.1" 200 5056 0.105360 10.0.0.33 - - [2025-12-25 04:52:52] "POST /access-control-lists HTTP/1.1" 200 596 0.096035 10.0.0.27 - - [2025-12-25 04:52:52] "PUT /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2 HTTP/1.1" 200 284 0.081440 10.0.0.27 - - [2025-12-25 04:52:52] "GET /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3072 0.008817 10.0.0.27 - - [2025-12-25 04:52:52] "PUT /virtual-machine-interface/45e591ff-3332-465c-a2fe-fef571b5f6f2 HTTP/1.1" 200 284 0.038329 10.0.0.33 - - [2025-12-25 04:52:52] "POST /access-control-lists HTTP/1.1" 200 596 0.121166 10.0.0.27 - - [2025-12-25 04:53:01] "POST /neutron/network HTTP/1.1" 200 1121 0.073766 10.0.0.27 - - [2025-12-25 04:53:01] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018793 10.0.0.27 - - [2025-12-25 04:53:01] "POST /neutron/network HTTP/1.1" 200 1111 0.013080 10.0.0.27 - - [2025-12-25 04:53:32] "POST /neutron/network HTTP/1.1" 200 1119 0.009662 10.0.0.27 - - [2025-12-25 04:53:32] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015081 10.0.0.27 - - [2025-12-25 04:53:32] "POST /neutron/network HTTP/1.1" 200 1109 0.012819 10.0.0.27 - - [2025-12-25 04:54:02] "POST /neutron/network HTTP/1.1" 200 1121 0.009478 10.0.0.27 - - [2025-12-25 04:54:02] "POST /neutron/subnet HTTP/1.1" 200 1389 0.021948 10.0.0.27 - - [2025-12-25 04:54:02] "POST /neutron/network HTTP/1.1" 200 1111 0.011714 10.0.0.27 - - [2025-12-25 04:54:32] "POST /neutron/network HTTP/1.1" 200 1119 0.042042 10.0.0.27 - - [2025-12-25 04:54:32] "POST /neutron/subnet HTTP/1.1" 200 1379 0.022552 10.0.0.27 - - [2025-12-25 04:54:32] "POST /neutron/network HTTP/1.1" 200 1109 0.011286 10.0.0.33 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.33 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000757 10.0.0.23 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.33 - - [2025-12-25 04:54:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2025-12-25 04:54:40] "GET /global-system-configs HTTP/1.1" 401 292 0.001106 10.0.0.23 - - [2025-12-25 04:54:40] "GET /global-system-configs HTTP/1.1" 401 292 0.001038 10.0.0.27 - - [2025-12-25 04:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-12-25 04:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-25 04:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-25 04:54:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-12-25 04:54:54] "GET /obj-perms HTTP/1.1" 200 5056 0.078862 10.0.0.27 - - [2025-12-25 04:55:01] "POST /ref-update HTTP/1.1" 200 156 0.161910 10.0.0.27 - - [2025-12-25 04:55:01] "GET /virtual-network/e01af319-6069-4855-9ea1-820883619aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.012025 10.0.0.27 - - [2025-12-25 04:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2025-12-25 04:55:01] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006787 10.0.0.27 - - [2025-12-25 04:55:01] "POST /ref-update HTTP/1.1" 200 156 0.078523 10.0.0.27 - - [2025-12-25 04:55:02] "GET /virtual-network/32a9f982-55c4-44aa-981b-a101c5aac70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011337 10.0.0.27 - - [2025-12-25 04:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2025-12-25 04:55:02] "GET /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.019432 10.0.0.27 - - [2025-12-25 04:55:02] "DELETE /network-policy/59eff3e1-f3c4-4c1a-ac83-92580cc8298d HTTP/1.1" 200 115 0.047250 10.0.0.33 - - [2025-12-25 04:55:02] "POST /ref-update HTTP/1.1" 200 156 0.116983 10.0.0.27 - - [2025-12-25 04:55:02] "DELETE /instance-ip/53b93345-25d0-4e08-b7b4-796bc1ac9331 HTTP/1.1" 200 115 0.070244 10.0.0.27 - - [2025-12-25 04:55:02] "DELETE /instance-ip/85d9f3c1-038c-4727-ad6e-94c54731b179 HTTP/1.1" 200 115 0.083478 10.0.0.27 - - [2025-12-25 04:55:02] "POST /neutron/port HTTP/1.1" 200 1240 0.062356 10.0.0.27 - - [2025-12-25 04:55:02] "DELETE /virtual-machine-interface/0af0bf4b-3599-4f3f-bfc6-85107b23cfa9 HTTP/1.1" 200 115 0.206755 10.0.0.27 - - [2025-12-25 04:55:03] "POST /neutron/network HTTP/1.1" 200 1007 0.010927 10.0.0.27 - - [2025-12-25 04:55:03] "POST /neutron/port HTTP/1.1" 200 1228 0.029148 10.0.0.33 - - [2025-12-25 04:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007000 10.0.0.23 - - [2025-12-25 04:55:05] "POST /useragent-kv HTTP/1.1" 200 115 0.055827 10.0.0.23 - - [2025-12-25 04:55:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004664 10.0.0.23 - - [2025-12-25 04:55:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006690 10.0.0.23 - - [2025-12-25 04:55:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004542 10.0.0.27 - - [2025-12-25 04:55:05] "POST /neutron/network HTTP/1.1" 200 151 0.264507 10.0.0.33 - - [2025-12-25 04:55:06] "DELETE /route-target/797240fe-056a-4f99-addc-6b66f873652f HTTP/1.1" 200 115 0.032959 10.0.0.27 - - [2025-12-25 04:55:08] "POST /neutron/port HTTP/1.1" 200 117 0.004702 10.0.0.23 - - [2025-12-25 04:55:09] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.27 - - [2025-12-25 04:55:09] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.082505 10.0.0.23 - - [2025-12-25 04:55:09] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001439 10.0.0.27 - - [2025-12-25 04:55:09] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?fields=virtual_networks HTTP/1.1" 200 1057 0.055624 10.0.0.23 - - [2025-12-25 04:55:09] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.27 - - [2025-12-25 04:55:09] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.042463 10.0.0.23 - - [2025-12-25 04:55:09] "GET /projects?obj_uuids=423c8647-3e43-45e5-824f-2ba406c4d91a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.27 - - [2025-12-25 04:55:09] "GET /project/423c8647-3e43-45e5-824f-2ba406c4d91a?fields=security_groups HTTP/1.1" 200 1291 0.051265 10.0.0.27 - - [2025-12-25 04:55:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.033992 10.0.0.23 - - [2025-12-25 04:55:10] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003358 10.0.0.23 - - [2025-12-25 04:55:10] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.23 - - [2025-12-25 04:55:10] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047581 10.0.0.23 - - [2025-12-25 04:55:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.004814 10.0.0.23 - - [2025-12-25 04:55:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.003890 10.0.0.23 - - [2025-12-25 04:55:10] "POST /security-groups HTTP/1.1" 200 595 0.085182 10.0.0.23 - - [2025-12-25 04:55:11] "POST /projects HTTP/1.1" 200 593 0.323958 10.0.0.23 - - [2025-12-25 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.364308 10.0.0.33 - - [2025-12-25 04:55:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.016551 10.0.0.27 - - [2025-12-25 04:55:11] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.597961 10.0.0.27 - - [2025-12-25 04:55:12] "GET / HTTP/1.1" 200 35931 0.001410 10.0.0.27 - - [2025-12-25 04:55:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2025-12-25 04:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.085431 10.0.0.23 - - [2025-12-25 04:55:14] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.27 - - [2025-12-25 04:55:14] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.059906 10.0.0.23 - - [2025-12-25 04:55:15] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001224 10.0.0.27 - - [2025-12-25 04:55:15] "POST /neutron/network HTTP/1.1" 200 609 0.195291 10.0.0.33 - - [2025-12-25 04:55:15] "POST /ref-update HTTP/1.1" 200 156 0.025402 10.0.0.27 - - [2025-12-25 04:55:15] "POST /neutron/network HTTP/1.1" 200 1000 0.018848 10.0.0.33 - - [2025-12-25 04:55:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.103772 10.0.0.27 - - [2025-12-25 04:55:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001452 10.0.0.27 - - [2025-12-25 04:55:15] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006569 10.0.0.27 - - [2025-12-25 04:55:16] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007151 10.0.0.27 - - [2025-12-25 04:55:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.012848 10.0.0.27 - - [2025-12-25 04:55:16] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006876 10.0.0.27 - - [2025-12-25 04:55:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001310 10.0.0.23 - - [2025-12-25 04:55:19] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001790 10.0.0.27 - - [2025-12-25 04:55:19] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.076070 10.0.0.27 - - [2025-12-25 04:55:19] "POST /neutron/network HTTP/1.1" 200 1000 0.044397 10.0.0.27 - - [2025-12-25 04:55:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001452 10.0.0.27 - - [2025-12-25 04:55:19] "POST /neutron/port HTTP/1.1" 200 117 0.008457 10.0.0.23 - - [2025-12-25 04:55:20] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001465 10.0.0.27 - - [2025-12-25 04:55:21] "POST /neutron/port HTTP/1.1" 200 1169 0.491445 10.0.0.27 - - [2025-12-25 04:55:21] "POST /neutron/port HTTP/1.1" 200 1223 0.168334 10.0.0.27 - - [2025-12-25 04:55:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006337 10.0.0.27 - - [2025-12-25 04:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.23 - - [2025-12-25 04:55:21] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001068 10.0.0.27 - - [2025-12-25 04:55:21] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.097208 10.0.0.27 - - [2025-12-25 04:55:22] "POST /neutron/port HTTP/1.1" 200 1233 0.031536 10.0.0.27 - - [2025-12-25 04:55:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.003239 10.0.0.27 - - [2025-12-25 04:55:22] "POST /neutron/port HTTP/1.1" 200 1233 0.026688 10.0.0.27 - - [2025-12-25 04:55:22] "POST /neutron/network HTTP/1.1" 200 1010 0.008162 10.0.0.27 - - [2025-12-25 04:55:23] "POST /neutron/port HTTP/1.1" 200 1169 0.031138 10.0.0.27 - - [2025-12-25 04:55:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005637 10.0.0.27 - - [2025-12-25 04:55:23] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.23 - - [2025-12-25 04:55:23] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001632 10.0.0.27 - - [2025-12-25 04:55:23] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.098463 10.0.0.27 - - [2025-12-25 04:55:23] "POST /neutron/network HTTP/1.1" 200 1000 0.015461 10.0.0.27 - - [2025-12-25 04:55:24] "POST /neutron/port HTTP/1.1" 200 117 0.007071 10.0.0.27 - - [2025-12-25 04:55:24] "POST /neutron/port HTTP/1.1" 200 1233 0.026476 10.0.0.27 - - [2025-12-25 04:55:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011083 10.0.0.27 - - [2025-12-25 04:55:24] "GET /virtual-machine/44712371-80b6-4550-8e14-8427ba389b1d HTTP/1.1" 401 292 0.000587 10.0.0.27 - - [2025-12-25 04:55:24] "POST /neutron/port HTTP/1.1" 200 1169 0.027486 10.0.0.27 - - [2025-12-25 04:55:25] "GET /virtual-machine/44712371-80b6-4550-8e14-8427ba389b1d HTTP/1.1" 200 1296 0.041137 10.0.0.27 - - [2025-12-25 04:55:25] "GET /virtual-machine-interface/7f57bdea-691f-4aee-8bae-ec9f2bc1e6a8 HTTP/1.1" 200 3155 0.008264 10.0.0.27 - - [2025-12-25 04:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.27 - - [2025-12-25 04:55:25] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005210 10.0.0.27 - - [2025-12-25 04:55:25] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.007099 10.0.0.27 - - [2025-12-25 04:55:25] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007355 10.0.0.27 - - [2025-12-25 04:55:25] "POST /neutron/port HTTP/1.1" 200 1233 0.030231 10.0.0.27 - - [2025-12-25 04:55:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016141 10.0.0.27 - - [2025-12-25 04:55:25] "POST /neutron/network HTTP/1.1" 200 1000 0.012153 10.0.0.27 - - [2025-12-25 04:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.27 - - [2025-12-25 04:55:28] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007554 10.0.0.27 - - [2025-12-25 04:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.27 - - [2025-12-25 04:55:32] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005993 10.0.0.27 - - [2025-12-25 04:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2025-12-25 04:55:36] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007335 10.0.0.27 - - [2025-12-25 04:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2025-12-25 04:55:40] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005587 10.0.0.27 - - [2025-12-25 04:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.27 - - [2025-12-25 04:55:44] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007540 10.0.0.27 - - [2025-12-25 04:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.27 - - [2025-12-25 04:55:48] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006805 10.0.0.27 - - [2025-12-25 04:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-25 04:55:52] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006074 10.0.0.23 - - [2025-12-25 04:55:53] "DELETE /project/423c8647-3e43-45e5-824f-2ba406c4d91a HTTP/1.1" 404 177 0.002786 10.0.0.23 - - [2025-12-25 04:55:53] "DELETE /project/12b0a5dd34d04ede84acd2ac4570a454 HTTP/1.1" 404 173 0.005219 10.0.0.23 - - [2025-12-25 04:55:54] "GET /obj-perms HTTP/1.1" 200 5056 0.070151 10.0.0.27 - - [2025-12-25 04:55:55] "GET /obj-perms HTTP/1.1" 200 5056 0.065716 10.0.0.27 - - [2025-12-25 04:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-12-25 04:55:56] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007204 10.0.0.27 - - [2025-12-25 04:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008746 10.0.0.27 - - [2025-12-25 04:56:01] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006265 10.0.0.27 - - [2025-12-25 04:56:03] "POST /neutron/network HTTP/1.1" 200 1010 0.009170 10.0.0.27 - - [2025-12-25 04:56:03] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018059 10.0.0.27 - - [2025-12-25 04:56:03] "POST /neutron/network HTTP/1.1" 200 1000 0.011778 10.0.0.27 - - [2025-12-25 04:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.27 - - [2025-12-25 04:56:05] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005817 10.0.0.27 - - [2025-12-25 04:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.27 - - [2025-12-25 04:56:09] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007546 10.0.0.27 - - [2025-12-25 04:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2025-12-25 04:56:13] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006308 10.0.0.27 - - [2025-12-25 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.27 - - [2025-12-25 04:56:17] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006863 10.0.0.27 - - [2025-12-25 04:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.27 - - [2025-12-25 04:56:19] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006621 10.0.0.27 - - [2025-12-25 04:56:19] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004327 10.0.0.27 - - [2025-12-25 04:56:19] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.009035 10.0.0.27 - - [2025-12-25 04:56:24] "POST /neutron/port HTTP/1.1" 200 1233 0.059412 10.0.0.27 - - [2025-12-25 04:56:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009504 10.0.0.27 - - [2025-12-25 04:56:31] "POST /neutron/port HTTP/1.1" 200 1233 0.032993 10.0.0.27 - - [2025-12-25 04:56:35] "POST /neutron/port HTTP/1.1" 200 1233 0.027639 10.0.0.27 - - [2025-12-25 04:56:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007103 10.0.0.27 - - [2025-12-25 04:56:35] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.27 - - [2025-12-25 04:56:35] "POST /neutron/network HTTP/1.1" 200 1000 0.012231 10.0.0.27 - - [2025-12-25 04:56:45] "POST /neutron/port HTTP/1.1" 200 1233 0.024778 10.0.0.27 - - [2025-12-25 04:56:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008566 10.0.0.27 - - [2025-12-25 04:56:46] "GET /virtual-machine/abac5811-f46b-4e4f-8a58-d336f8a35e51 HTTP/1.1" 200 1296 0.007590 10.0.0.27 - - [2025-12-25 04:56:46] "GET /virtual-machine-interface/eb811067-319c-4bc5-852b-6f2bf47eb032 HTTP/1.1" 200 3155 0.007995 10.0.0.27 - - [2025-12-25 04:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2025-12-25 04:56:46] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004580 10.0.0.27 - - [2025-12-25 04:56:46] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003499 10.0.0.27 - - [2025-12-25 04:56:46] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006218 10.0.0.27 - - [2025-12-25 04:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.27 - - [2025-12-25 04:56:49] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007615 10.0.0.27 - - [2025-12-25 04:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.27 - - [2025-12-25 04:56:53] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007051 10.0.0.27 - - [2025-12-25 04:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006026 10.0.0.27 - - [2025-12-25 04:56:57] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006219 10.0.0.27 - - [2025-12-25 04:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.27 - - [2025-12-25 04:57:01] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007330 10.0.0.27 - - [2025-12-25 04:57:03] "POST /neutron/port HTTP/1.1" 200 1233 0.065908 10.0.0.27 - - [2025-12-25 04:57:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004333 10.0.0.27 - - [2025-12-25 04:57:03] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.27 - - [2025-12-25 04:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.27 - - [2025-12-25 04:57:05] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007081 10.0.0.27 - - [2025-12-25 04:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2025-12-25 04:57:07] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.27 - - [2025-12-25 04:57:07] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003678 10.0.0.27 - - [2025-12-25 04:57:07] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008802 10.0.0.27 - - [2025-12-25 04:57:07] "POST /neutron/port HTTP/1.1" 200 1233 0.026676 10.0.0.27 - - [2025-12-25 04:57:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010308 10.0.0.27 - - [2025-12-25 04:57:23] "POST /neutron/port HTTP/1.1" 200 1233 0.020796 10.0.0.27 - - [2025-12-25 04:57:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008763 10.0.0.27 - - [2025-12-25 04:57:37] "POST /neutron/port HTTP/1.1" 200 1233 0.021299 10.0.0.27 - - [2025-12-25 04:57:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004131 10.0.0.27 - - [2025-12-25 04:57:37] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.27 - - [2025-12-25 04:57:39] "POST /neutron/port HTTP/1.1" 200 1233 0.023309 10.0.0.27 - - [2025-12-25 04:57:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009110 10.0.0.27 - - [2025-12-25 04:57:54] "POST /neutron/port HTTP/1.1" 200 1233 0.025974 10.0.0.33 - - [2025-12-25 04:57:56] "GET /obj-perms HTTP/1.1" 200 5056 0.074243 10.0.0.27 - - [2025-12-25 04:57:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011707 10.0.0.27 - - [2025-12-25 04:58:04] "POST /neutron/port HTTP/1.1" 200 1233 0.085606 10.0.0.27 - - [2025-12-25 04:58:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009287 10.0.0.27 - - [2025-12-25 04:58:04] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.27 - - [2025-12-25 04:58:05] "POST /neutron/port HTTP/1.1" 200 1233 0.020003 10.0.0.27 - - [2025-12-25 04:58:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008708 10.0.0.27 - - [2025-12-25 04:58:10] "POST /neutron/port HTTP/1.1" 200 1233 0.024989 10.0.0.27 - - [2025-12-25 04:58:10] "GET /virtual-machine/b7c5477e-f07f-4d23-9f87-fe1411dd5408 HTTP/1.1" 200 1297 0.006842 10.0.0.27 - - [2025-12-25 04:58:10] "GET /virtual-machine-interface/b33d5884-5f1c-4ade-bd43-3d73ed66ba2d HTTP/1.1" 200 3156 0.010317 10.0.0.27 - - [2025-12-25 04:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-12-25 04:58:10] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004425 10.0.0.27 - - [2025-12-25 04:58:10] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003494 10.0.0.27 - - [2025-12-25 04:58:10] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008327 10.0.0.27 - - [2025-12-25 04:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006951 10.0.0.27 - - [2025-12-25 04:58:11] "GET /global-vrouter-config/afcedb94-c7d1-489c-9042-63988d59da93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005115 10.0.0.27 - - [2025-12-25 04:58:11] "GET /virtual-networks?parent_id=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004022 10.0.0.27 - - [2025-12-25 04:58:11] "GET /virtual-network/b5131d20-ebea-4c83-8271-f2c4733c095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006277 10.0.0.27 - - [2025-12-25 04:58:12] "GET /virtual-machine-interface/b33d5884-5f1c-4ade-bd43-3d73ed66ba2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.008019 10.0.0.27 - - [2025-12-25 04:58:12] "PUT /virtual-machine-interface/b33d5884-5f1c-4ade-bd43-3d73ed66ba2d HTTP/1.1" 200 284 0.020013 10.0.0.27 - - [2025-12-25 04:58:38] "POST /neutron/port HTTP/1.1" 200 1233 0.018187 10.0.0.27 - - [2025-12-25 04:58:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.27 - - [2025-12-25 04:58:38] "POST /neutron/port HTTP/1.1" 200 117 0.001437 10.0.0.27 - - [2025-12-25 04:59:06] "POST /neutron/port HTTP/1.1" 200 1233 0.027045 10.0.0.27 - - [2025-12-25 04:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004875 10.0.0.27 - - [2025-12-25 04:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.33 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.33 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.33 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-12-25 04:59:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-25 04:59:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-25 04:59:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.27 - - [2025-12-25 04:59:40] "POST /neutron/port HTTP/1.1" 200 1233 0.062433 10.0.0.27 - - [2025-12-25 04:59:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004629 10.0.0.27 - - [2025-12-25 04:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.27 - - [2025-12-25 04:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-12-25 04:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2025-12-25 04:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-12-25 04:59:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-25 04:59:58] "GET /obj-perms HTTP/1.1" 200 5056 0.074082 10.0.0.27 - - [2025-12-25 05:00:06] "POST /neutron/port HTTP/1.1" 200 1233 0.029681 10.0.0.27 - - [2025-12-25 05:00:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005043 10.0.0.27 - - [2025-12-25 05:00:06] "POST /neutron/port HTTP/1.1" 200 117 0.001866 10.0.0.27 - - [2025-12-25 05:00:41] "POST /neutron/port HTTP/1.1" 200 1233 0.021391 10.0.0.27 - - [2025-12-25 05:00:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004576 10.0.0.27 - - [2025-12-25 05:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.27 - - [2025-12-25 05:00:56] "POST /neutron/network HTTP/1.1" 400 204 0.057578 10.0.0.27 - - [2025-12-25 05:00:56] "POST /neutron/port HTTP/1.1" 200 151 0.317181 10.0.0.27 - - [2025-12-25 05:00:57] "POST /neutron/port HTTP/1.1" 200 151 0.354258 10.0.0.27 - - [2025-12-25 05:00:57] "POST /neutron/port HTTP/1.1" 200 151 0.392627 10.0.0.33 - - [2025-12-25 05:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.062797 10.0.0.27 - - [2025-12-25 05:00:59] "GET /obj-perms HTTP/1.1" 200 5056 0.095746 10.0.0.23 - - [2025-12-25 05:01:00] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.039521 10.0.0.27 - - [2025-12-25 05:01:00] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.150751 10.0.0.23 - - [2025-12-25 05:01:00] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002159 10.0.0.27 - - [2025-12-25 05:01:00] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?fields=virtual_networks HTTP/1.1" 200 1049 0.088824 10.0.0.23 - - [2025-12-25 05:01:00] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001354 10.0.0.27 - - [2025-12-25 05:01:00] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.089436 10.0.0.23 - - [2025-12-25 05:01:00] "GET /projects?obj_uuids=12b0a5dd-34d0-4ede-84ac-d2ac4570a454&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001228 10.0.0.27 - - [2025-12-25 05:01:00] "GET /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454?fields=security_groups HTTP/1.1" 200 1279 0.065308 10.0.0.27 - - [2025-12-25 05:01:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.043578 10.0.0.23 - - [2025-12-25 05:01:02] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004839 10.0.0.23 - - [2025-12-25 05:01:02] "GET /domains?obj_uuids=d4f5d7ea-1779-482f-9e93-03873d431e99&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001559 10.0.0.23 - - [2025-12-25 05:01:02] "GET /domain/d4f5d7ea-1779-482f-9e93-03873d431e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.068766 10.0.0.23 - - [2025-12-25 05:01:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.002491 10.0.0.23 - - [2025-12-25 05:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.016779 10.0.0.23 - - [2025-12-25 05:01:02] "POST /security-groups HTTP/1.1" 200 591 0.080430 10.0.0.23 - - [2025-12-25 05:01:02] "POST /projects HTTP/1.1" 200 585 0.351225 10.0.0.23 - - [2025-12-25 05:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.406307 10.0.0.33 - - [2025-12-25 05:01:02] "POST /access-control-lists HTTP/1.1" 200 596 0.041823 10.0.0.27 - - [2025-12-25 05:01:02] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.746671 10.0.0.27 - - [2025-12-25 05:01:04] "GET / HTTP/1.1" 200 35931 0.002537 10.0.0.23 - - [2025-12-25 05:01:10] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.27 - - [2025-12-25 05:01:10] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048728 10.0.0.23 - - [2025-12-25 05:01:10] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.27 - - [2025-12-25 05:01:10] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?fields=virtual_networks HTTP/1.1" 200 1042 0.071285 10.0.0.23 - - [2025-12-25 05:01:10] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001445 10.0.0.27 - - [2025-12-25 05:01:10] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050857 10.0.0.23 - - [2025-12-25 05:01:10] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.27 - - [2025-12-25 05:01:10] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?fields=security_groups HTTP/1.1" 200 1268 0.050429 10.0.0.33 - - [2025-12-25 05:01:22] "DELETE /access-control-list/585424b8-d896-4ea4-b437-ba706a324b3f HTTP/1.1" 200 115 0.040560 10.0.0.23 - - [2025-12-25 05:01:53] "DELETE /project/e5eef07a6f414f43838f80e8522d36c2 HTTP/1.1" 404 173 0.007077 10.0.0.23 - - [2025-12-25 05:01:53] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.23 - - [2025-12-25 05:01:53] "DELETE /project/12b0a5dd-34d0-4ede-84ac-d2ac4570a454 HTTP/1.1" 404 177 0.005867 10.0.0.23 - - [2025-12-25 05:01:53] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.053965 10.0.0.23 - - [2025-12-25 05:01:53] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.23 - - [2025-12-25 05:01:53] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?fields=security_groups HTTP/1.1" 200 1373 0.059483 10.0.0.23 - - [2025-12-25 05:01:54] "DELETE /security-group/b7056c9b-49d9-4276-93c8-e460d3f21490 HTTP/1.1" 200 115 0.076610 10.0.0.23 - - [2025-12-25 05:01:54] "GET /projects?obj_uuids=e5eef07a-6f41-4f43-838f-80e8522d36c2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.23 - - [2025-12-25 05:01:54] "GET /project/e5eef07a-6f41-4f43-838f-80e8522d36c2?fields=application_policy_sets HTTP/1.1" 200 1412 0.062415 10.0.0.33 - - [2025-12-25 05:01:54] "DELETE /access-control-list/a958ee9b-5f45-4bec-b27d-a7c66ea6e761 HTTP/1.1" 200 115 0.061635 10.0.0.23 - - [2025-12-25 05:01:54] "DELETE /project/e5eef07a-6f41-4f43-838f-80e8522d36c2 HTTP/1.1" 200 115 0.477861 10.0.0.33 - - [2025-12-25 05:03:01] "GET /obj-perms HTTP/1.1" 200 5056 0.140900 [Introspect:8084]10.0.0.23 - - [2025-12-25 05:03:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001271 [Introspect:8084]10.0.0.23 - - [2025-12-25 05:03:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001294