++ 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 18 02:06:02 AM UTC 2025 ===================' INFO: =================== Thu Dec 18 02:06:02 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 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65: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.129,10.20.0.14,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ tr '\n' , ++++ grep -vi host +++ local local_ips=,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ set + 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/18/2025 02:06:12.890 7fe3ed7dd600 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/18/2025 02:06:13.042 7fe3ed7dd600 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/18/2025 02:06:13.054 7fe3ed7dd600 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/18/2025 02:06:13.054 7fe3ed7dd600 [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 18 02:06:35 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...98968c7d-62ea-4e51-9777-e2d5e81ba766 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 98968c7d-62ea-4e51-9777-e2d5e81ba766 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...98968c7d-62ea-4e51-9777-e2d5e81ba766 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...98968c7d-62ea-4e51-9777-e2d5e81ba766 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...98968c7d-62ea-4e51-9777-e2d5e81ba766 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: 98968c7d-62ea-4e51-9777-e2d5e81ba766 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 18 02:06:37 AM UTC 2025 ===================' INFO: =================== Thu Dec 18 02:06:37 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65: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.129,10.20.0.14,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.50,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/18/2025 02:06:45.772 7f792083e600 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/18/2025 02:06:45.940 7f792083e600 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/18/2025 02:06:45.959 7f792083e600 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/18/2025 02:06:45.959 7f792083e600 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-12-18 02:06:47] "GET / HTTP/1.1" 503 181 0.000357 10.0.0.65 - - [2025-12-18 02:06:47] "GET / HTTP/1.1" 503 181 0.000176 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.65 - - [2025-12-18 02:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.65 - - [2025-12-18 02:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.65 - - [2025-12-18 02:06:48] "GET / HTTP/1.1" 200 45871 0.001801 10.0.0.65 - - [2025-12-18 02:06:48] "GET / HTTP/1.1" 200 45871 0.001145 10.0.0.65 - - [2025-12-18 02:06:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2025-12-18 02:06:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000331 10.0.0.65 - - [2025-12-18 02:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-12-18 02:06:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.65 - - [2025-12-18 02:06:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2025-12-18 02:06:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2025-12-18 02:06:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-18 02:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-12-18 02:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2025-12-18 02:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2025-12-18 02:06:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.983707 10.0.0.65 - - [2025-12-18 02:06:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004338 10.0.0.65 - - [2025-12-18 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 2.360470 10.0.0.65 - - [2025-12-18 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.23 - - [2025-12-18 02:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.23 - - [2025-12-18 02:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-12-18 02:07:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-18 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 225 0.035437 10.0.0.23 - - [2025-12-18 02:07:05] "POST /access-control-lists HTTP/1.1" 200 585 0.034910 10.0.0.23 - - [2025-12-18 02:07:05] "POST /route-targets HTTP/1.1" 200 327 0.016230 10.0.0.23 - - [2025-12-18 02:07:05] "POST /ref-update HTTP/1.1" 200 156 0.024569 10.0.0.23 - - [2025-12-18 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003764 10.0.0.23 - - [2025-12-18 02:07:05] "PUT /access-control-list/7ae596bb-d9e1-4b4d-bb15-333d4a7ef757 HTTP/1.1" 200 272 0.026865 10.0.0.23 - - [2025-12-18 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.034553 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-12-18 02:10:44] "GET /obj-perms HTTP/1.1" 200 5056 0.375872 10.0.0.50 - - [2025-12-18 02:11:45] "GET /obj-perms HTTP/1.1" 200 5056 0.065996 10.0.0.65 - - [2025-12-18 02:11:45] "GET /obj-perms HTTP/1.1" 200 5056 0.061703 10.0.0.65 - - [2025-12-18 02:11:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.65 - - [2025-12-18 02:11:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2025-12-18 02:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.65 - - [2025-12-18 02:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-12-18 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-18 02:11:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-12-18 02:11:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 [Introspect:8084]10.0.0.65 - - [2025-12-18 02:12:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001103 [Introspect:8084]10.0.0.65 - - [2025-12-18 02:12:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000842 [Introspect:8084]10.0.0.65 - - [2025-12-18 02:12:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000942 [Introspect:8084]10.0.0.65 - - [2025-12-18 02:12:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000928 10.0.0.23 - - [2025-12-18 02:14:05] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.23 - - [2025-12-18 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000695 10.0.0.23 - - [2025-12-18 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.056379 10.0.0.65 - - [2025-12-18 02:14:06] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.061105 10.0.0.65 - - [2025-12-18 02:14:07] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.65 - - [2025-12-18 02:14:07] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033068 10.0.0.65 - - [2025-12-18 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.001487 10.0.0.65 - - [2025-12-18 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.006067 10.0.0.65 - - [2025-12-18 02:14:07] "POST /security-groups HTTP/1.1" 200 589 0.101626 10.0.0.65 - - [2025-12-18 02:14:07] "POST /projects HTTP/1.1" 200 581 0.401782 10.0.0.65 - - [2025-12-18 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.476352 10.0.0.23 - - [2025-12-18 02:14:07] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.716991 10.0.0.23 - - [2025-12-18 02:14:07] "POST /access-control-lists HTTP/1.1" 200 594 0.150716 10.0.0.23 - - [2025-12-18 02:14:08] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.65 - - [2025-12-18 02:14:12] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.23 - - [2025-12-18 02:14:12] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.083129 10.0.0.65 - - [2025-12-18 02:14:12] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.23 - - [2025-12-18 02:14:12] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?fields=virtual_networks HTTP/1.1" 200 1027 0.063128 10.0.0.65 - - [2025-12-18 02:14:12] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.23 - - [2025-12-18 02:14:12] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.072915 10.0.0.65 - - [2025-12-18 02:14:12] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.23 - - [2025-12-18 02:14:12] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?fields=security_groups HTTP/1.1" 200 1251 0.068520 10.0.0.65 - - [2025-12-18 02:14:13] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003790 10.0.0.65 - - [2025-12-18 02:14:13] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.65 - - [2025-12-18 02:14:13] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009202 10.0.0.65 - - [2025-12-18 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 167 0.001416 10.0.0.65 - - [2025-12-18 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 176 0.014097 10.0.0.65 - - [2025-12-18 02:14:13] "POST /security-groups HTTP/1.1" 200 568 0.083747 10.0.0.65 - - [2025-12-18 02:14:13] "POST /projects HTTP/1.1" 200 539 0.325658 10.0.0.23 - - [2025-12-18 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.010603 10.0.0.65 - - [2025-12-18 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.396899 10.0.0.23 - - [2025-12-18 02:14:13] "POST /access-control-lists HTTP/1.1" 200 571 0.040138 10.0.0.23 - - [2025-12-18 02:14:13] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.578113 [Introspect:8084]10.0.0.23 - - [2025-12-18 02:14:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001228 10.0.0.65 - - [2025-12-18 02:14:15] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001007 10.0.0.23 - - [2025-12-18 02:14:15] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.069881 10.0.0.65 - - [2025-12-18 02:14:17] "GET /obj-perms HTTP/1.1" 200 5056 0.056356 [Introspect:8084]10.0.0.23 - - [2025-12-18 02:14:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000922 10.0.0.23 - - [2025-12-18 02:14:18] "GET /obj-perms HTTP/1.1" 200 5056 0.054853 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004384 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005258 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005193 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004586 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005991 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004063 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004865 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004966 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004806 10.0.0.23 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004368 10.0.0.65 - - [2025-12-18 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004834 10.0.0.23 - - [2025-12-18 02:14:20] "GET /obj-perms HTTP/1.1" 200 5056 0.007416 10.0.0.65 - - [2025-12-18 02:14:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004258 10.0.0.65 - - [2025-12-18 02:14:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004730 10.0.0.23 - - [2025-12-18 02:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.004939 10.0.0.23 - - [2025-12-18 02:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.005794 10.0.0.23 - - [2025-12-18 02:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.005271 10.0.0.23 - - [2025-12-18 02:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.005037 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004611 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.006276 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004871 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004396 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.005231 10.0.0.23 - - [2025-12-18 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004842 10.0.0.23 - - [2025-12-18 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004462 10.0.0.23 - - [2025-12-18 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.005404 10.0.0.23 - - [2025-12-18 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004864 10.0.0.23 - - [2025-12-18 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004652 10.0.0.23 - - [2025-12-18 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.006222 10.0.0.23 - - [2025-12-18 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.027746 10.0.0.65 - - [2025-12-18 02:14:28] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004560 10.0.0.65 - - [2025-12-18 02:14:28] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.65 - - [2025-12-18 02:14:28] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012547 10.0.0.65 - - [2025-12-18 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 201 0.004849 10.0.0.65 - - [2025-12-18 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.015998 10.0.0.65 - - [2025-12-18 02:14:28] "POST /security-groups HTTP/1.1" 200 602 0.052559 10.0.0.65 - - [2025-12-18 02:14:28] "POST /projects HTTP/1.1" 200 607 0.324698 10.0.0.65 - - [2025-12-18 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.399693 10.0.0.23 - - [2025-12-18 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.008954 10.0.0.23 - - [2025-12-18 02:14:28] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.568799 10.0.0.23 - - [2025-12-18 02:14:29] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.23 - - [2025-12-18 02:14:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2025-12-18 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.060885 10.0.0.65 - - [2025-12-18 02:14:31] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000845 10.0.0.23 - - [2025-12-18 02:14:31] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.054891 10.0.0.23 - - [2025-12-18 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.047791 10.0.0.65 - - [2025-12-18 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007485 10.0.0.23 - - [2025-12-18 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.328074 10.0.0.23 - - [2025-12-18 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001611 10.0.0.23 - - [2025-12-18 02:14:32] "GET /virtual-network/44e252b4-ea42-4318-b50d-6aad3c4767f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007344 10.0.0.23 - - [2025-12-18 02:14:32] "GET /virtual-network/44e252b4-ea42-4318-b50d-6aad3c4767f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006922 10.0.0.23 - - [2025-12-18 02:14:32] "POST /neutron/network HTTP/1.1" 200 839 0.011752 10.0.0.23 - - [2025-12-18 02:14:32] "GET /virtual-network/44e252b4-ea42-4318-b50d-6aad3c4767f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009638 10.0.0.23 - - [2025-12-18 02:14:33] "GET /obj-perms HTTP/1.1" 200 5052 0.070899 10.0.0.65 - - [2025-12-18 02:14:34] "GET /obj-perms HTTP/1.1" 200 5052 0.048879 10.0.0.23 - - [2025-12-18 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001445 10.0.0.65 - - [2025-12-18 02:14:36] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001276 10.0.0.23 - - [2025-12-18 02:14:37] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.105709 10.0.0.23 - - [2025-12-18 02:14:37] "POST /neutron/network HTTP/1.1" 200 839 0.036670 10.0.0.23 - - [2025-12-18 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.007232 10.0.0.23 - - [2025-12-18 02:14:39] "POST /neutron/port HTTP/1.1" 200 1071 0.060614 10.0.0.23 - - [2025-12-18 02:14:40] "POST /neutron/port HTTP/1.1" 200 1099 0.029162 10.0.0.23 - - [2025-12-18 02:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.23 - - [2025-12-18 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009674 10.0.0.50 - - [2025-12-18 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.082008 10.0.0.23 - - [2025-12-18 02:14:50] "GET /obj-perms HTTP/1.1" 200 5052 0.004809 10.0.0.65 - - [2025-12-18 02:14:53] "DELETE /project/769d55c226f34ee99ca721c554fd88b2 HTTP/1.1" 404 173 0.008428 10.0.0.65 - - [2025-12-18 02:14:53] "DELETE /project/6e32814da2cc4c51b56aa9baa6462285 HTTP/1.1" 404 173 0.009364 10.0.0.65 - - [2025-12-18 02:14:53] "DELETE /project/25d3abdeeb84408ab0b70baaaaddb2f3 HTTP/1.1" 404 173 0.006313 10.0.0.65 - - [2025-12-18 02:14:53] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.65 - - [2025-12-18 02:14:53] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.057847 10.0.0.65 - - [2025-12-18 02:14:53] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.65 - - [2025-12-18 02:14:53] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?fields=security_groups HTTP/1.1" 200 1356 0.064898 10.0.0.65 - - [2025-12-18 02:14:53] "DELETE /security-group/dcb29a6f-78c3-4c7e-9a3c-ef82859dadc5 HTTP/1.1" 200 115 0.074047 10.0.0.65 - - [2025-12-18 02:14:53] "GET /projects?obj_uuids=25d3abde-eb84-408a-b0b7-0baaaaddb2f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.65 - - [2025-12-18 02:14:53] "GET /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3?fields=application_policy_sets HTTP/1.1" 200 1395 0.069166 10.0.0.23 - - [2025-12-18 02:14:53] "POST /neutron/network HTTP/1.1" 200 839 0.020561 10.0.0.65 - - [2025-12-18 02:14:54] "DELETE /project/25d3abde-eb84-408a-b0b7-0baaaaddb2f3 HTTP/1.1" 200 115 0.599429 10.0.0.23 - - [2025-12-18 02:14:54] "POST /neutron/port HTTP/1.1" 200 1125 0.014453 10.0.0.23 - - [2025-12-18 02:14:56] "POST /neutron/network HTTP/1.1" 200 839 0.009996 10.0.0.23 - - [2025-12-18 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.65 - - [2025-12-18 02:14:57] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000908 10.0.0.23 - - [2025-12-18 02:14:57] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050573 10.0.0.65 - - [2025-12-18 02:14:57] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.23 - - [2025-12-18 02:14:57] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?fields=virtual_networks HTTP/1.1" 200 1053 0.082835 10.0.0.65 - - [2025-12-18 02:14:57] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.23 - - [2025-12-18 02:14:57] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.076423 10.0.0.65 - - [2025-12-18 02:14:57] "GET /projects?obj_uuids=769d55c2-26f3-4ee9-9ca7-21c554fd88b2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001233 10.0.0.23 - - [2025-12-18 02:14:57] "GET /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2?fields=security_groups HTTP/1.1" 200 1290 0.050844 10.0.0.65 - - [2025-12-18 02:14:58] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001441 10.0.0.23 - - [2025-12-18 02:14:58] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.049623 10.0.0.65 - - [2025-12-18 02:15:04] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001037 10.0.0.23 - - [2025-12-18 02:15:04] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.066890 10.0.0.23 - - [2025-12-18 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.027378 10.0.0.65 - - [2025-12-18 02:15:07] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004114 10.0.0.65 - - [2025-12-18 02:15:07] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.65 - - [2025-12-18 02:15:07] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011873 10.0.0.65 - - [2025-12-18 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.004469 10.0.0.65 - - [2025-12-18 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.012483 10.0.0.65 - - [2025-12-18 02:15:08] "POST /security-groups HTTP/1.1" 200 603 0.091818 10.0.0.65 - - [2025-12-18 02:15:08] "POST /projects HTTP/1.1" 200 609 0.406500 10.0.0.65 - - [2025-12-18 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.445269 10.0.0.23 - - [2025-12-18 02:15:08] "POST /access-control-lists HTTP/1.1" 200 608 0.056376 10.0.0.23 - - [2025-12-18 02:15:08] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.631411 10.0.0.23 - - [2025-12-18 02:15:09] "GET / HTTP/1.1" 200 35931 0.064612 10.0.0.23 - - [2025-12-18 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-18 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.069580 10.0.0.65 - - [2025-12-18 02:15:10] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.23 - - [2025-12-18 02:15:10] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.054314 10.0.0.65 - - [2025-12-18 02:15:10] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.23 - - [2025-12-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 703 0.287718 10.0.0.23 - - [2025-12-18 02:15:11] "POST /route-targets HTTP/1.1" 200 327 0.021203 10.0.0.23 - - [2025-12-18 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.005784 10.0.0.23 - - [2025-12-18 02:15:11] "GET /virtual-network/3e9ce290-58a0-414f-b4bd-5a8415bc51fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005563 10.0.0.23 - - [2025-12-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 923 0.008876 10.0.0.23 - - [2025-12-18 02:15:11] "GET /virtual-network/3e9ce290-58a0-414f-b4bd-5a8415bc51fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005434 10.0.0.23 - - [2025-12-18 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007928 10.0.0.65 - - [2025-12-18 02:15:11] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.23 - - [2025-12-18 02:15:11] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.050058 10.0.0.23 - - [2025-12-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 117 0.016343 10.0.0.23 - - [2025-12-18 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.034743 10.0.0.23 - - [2025-12-18 02:15:12] "POST /neutron/network HTTP/1.1" 200 922 0.009951 10.0.0.23 - - [2025-12-18 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 275 0.001060 10.0.0.23 - - [2025-12-18 02:15:12] "GET /virtual-network/f49c14f6-238f-47b9-a0d0-b92c1e11ea10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005679 10.0.0.23 - - [2025-12-18 02:15:12] "GET /virtual-network/f49c14f6-238f-47b9-a0d0-b92c1e11ea10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006273 10.0.0.23 - - [2025-12-18 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.010225 10.0.0.23 - - [2025-12-18 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.65 - - [2025-12-18 02:15:12] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.23 - - [2025-12-18 02:15:12] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053089 10.0.0.65 - - [2025-12-18 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.019912 10.0.0.23 - - [2025-12-18 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.240480 10.0.0.23 - - [2025-12-18 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 276 0.001385 10.0.0.23 - - [2025-12-18 02:15:13] "GET /virtual-network/c807eb1f-fc5c-4305-a35b-8eb34743d18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.009138 10.0.0.23 - - [2025-12-18 02:15:13] "GET /virtual-network/c807eb1f-fc5c-4305-a35b-8eb34743d18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007104 10.0.0.23 - - [2025-12-18 02:15:13] "POST /neutron/network HTTP/1.1" 200 925 0.007688 10.0.0.23 - - [2025-12-18 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 275 0.001418 10.0.0.65 - - [2025-12-18 02:15:14] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.23 - - [2025-12-18 02:15:14] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.072818 10.0.0.23 - - [2025-12-18 02:15:14] "POST /neutron/network HTTP/1.1" 200 922 0.007079 10.0.0.23 - - [2025-12-18 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 276 0.001437 10.0.0.23 - - [2025-12-18 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.007233 10.0.0.65 - - [2025-12-18 02:15:15] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.23 - - [2025-12-18 02:15:15] "POST /neutron/port HTTP/1.1" 200 1072 0.505052 10.0.0.65 - - [2025-12-18 02:15:16] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001738 10.0.0.23 - - [2025-12-18 02:15:16] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.104537 10.0.0.23 - - [2025-12-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 1126 0.215391 10.0.0.23 - - [2025-12-18 02:15:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004800 10.0.0.23 - - [2025-12-18 02:15:16] "POST /neutron/network HTTP/1.1" 200 922 0.007394 10.0.0.23 - - [2025-12-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.007983 10.0.0.23 - - [2025-12-18 02:15:18] "POST /neutron/network HTTP/1.1" 200 922 0.008733 10.0.0.23 - - [2025-12-18 02:15:18] "POST /neutron/port HTTP/1.1" 200 1073 0.042638 10.0.0.23 - - [2025-12-18 02:15:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205 10.0.0.23 - - [2025-12-18 02:15:18] "POST /neutron/network HTTP/1.1" 200 925 0.008657 10.0.0.23 - - [2025-12-18 02:15:19] "POST /neutron/port HTTP/1.1" 200 151 0.239753 10.0.0.23 - - [2025-12-18 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006690 10.0.0.23 - - [2025-12-18 02:15:20] "POST /neutron/network HTTP/1.1" 200 925 0.023423 10.0.0.23 - - [2025-12-18 02:15:22] "POST /neutron/network HTTP/1.1" 400 204 0.020171 10.0.0.23 - - [2025-12-18 02:15:23] "POST /neutron/port HTTP/1.1" 200 151 0.270648 10.0.0.23 - - [2025-12-18 02:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.011486 10.0.0.65 - - [2025-12-18 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.65 - - [2025-12-18 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003699 10.0.0.23 - - [2025-12-18 02:15:24] "POST /neutron/network HTTP/1.1" 200 151 0.156440 10.0.0.23 - - [2025-12-18 02:15:24] "DELETE /route-target/36659c69-8f81-45df-9036-3a323220510d HTTP/1.1" 200 115 0.029173 10.0.0.65 - - [2025-12-18 02:15:25] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.23 - - [2025-12-18 02:15:25] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.063536 10.0.0.65 - - [2025-12-18 02:15:25] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.23 - - [2025-12-18 02:15:25] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?fields=virtual_networks HTTP/1.1" 200 1054 0.056708 10.0.0.65 - - [2025-12-18 02:15:25] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.23 - - [2025-12-18 02:15:25] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.056121 10.0.0.65 - - [2025-12-18 02:15:25] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.23 - - [2025-12-18 02:15:25] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?fields=security_groups HTTP/1.1" 200 1292 0.061875 10.0.0.23 - - [2025-12-18 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.032800 10.0.0.65 - - [2025-12-18 02:15:26] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003370 10.0.0.65 - - [2025-12-18 02:15:26] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.65 - - [2025-12-18 02:15:26] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007336 10.0.0.65 - - [2025-12-18 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 192 0.002631 10.0.0.65 - - [2025-12-18 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.010139 10.0.0.65 - - [2025-12-18 02:15:26] "POST /security-groups HTTP/1.1" 200 593 0.043875 10.0.0.23 - - [2025-12-18 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 236 0.004223 10.0.0.65 - - [2025-12-18 02:15:26] "POST /projects HTTP/1.1" 200 589 0.316103 10.0.0.65 - - [2025-12-18 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.362844 10.0.0.23 - - [2025-12-18 02:15:26] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.533731 10.0.0.23 - - [2025-12-18 02:15:26] "POST /access-control-lists HTTP/1.1" 200 596 0.061599 10.0.0.23 - - [2025-12-18 02:15:28] "GET / HTTP/1.1" 200 35931 0.002362 10.0.0.23 - - [2025-12-18 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2025-12-18 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.063393 10.0.0.65 - - [2025-12-18 02:15:28] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001265 10.0.0.23 - - [2025-12-18 02:15:29] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.080646 10.0.0.23 - - [2025-12-18 02:15:29] "POST /neutron/network HTTP/1.1" 200 117 0.045856 10.0.0.23 - - [2025-12-18 02:15:29] "POST /neutron/network HTTP/1.1" 200 893 0.009551 10.0.0.23 - - [2025-12-18 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 255 0.001218 10.0.0.23 - - [2025-12-18 02:15:29] "GET /virtual-network/1add6128-dd79-4088-a20b-d8987c4c51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005543 10.0.0.23 - - [2025-12-18 02:15:29] "GET /virtual-network/1add6128-dd79-4088-a20b-d8987c4c51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005369 10.0.0.23 - - [2025-12-18 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.013200 10.0.0.23 - - [2025-12-18 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.65 - - [2025-12-18 02:15:29] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.23 - - [2025-12-18 02:15:29] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050223 10.0.0.23 - - [2025-12-18 02:15:30] "POST /route-targets HTTP/1.1" 200 327 0.024182 10.0.0.65 - - [2025-12-18 02:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008617 10.0.0.23 - - [2025-12-18 02:15:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.211047 10.0.0.23 - - [2025-12-18 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 255 0.001931 10.0.0.23 - - [2025-12-18 02:15:30] "GET /virtual-network/ee4a5cce-0916-435b-99b1-da83212bd399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007745 10.0.0.23 - - [2025-12-18 02:15:30] "GET /virtual-network/ee4a5cce-0916-435b-99b1-da83212bd399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006771 10.0.0.23 - - [2025-12-18 02:15:30] "POST /neutron/network HTTP/1.1" 200 894 0.019443 10.0.0.23 - - [2025-12-18 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006520 10.0.0.65 - - [2025-12-18 02:15:30] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.23 - - [2025-12-18 02:15:30] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.071970 10.0.0.65 - - [2025-12-18 02:15:30] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.23 - - [2025-12-18 02:15:30] "POST /neutron/network HTTP/1.1" 200 675 0.150249 10.0.0.23 - - [2025-12-18 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.042552 10.0.0.23 - - [2025-12-18 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 256 0.003941 10.0.0.23 - - [2025-12-18 02:15:31] "GET /virtual-network/f43591e6-77e6-4edc-b5d3-162d7eef8689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005445 10.0.0.23 - - [2025-12-18 02:15:31] "POST /neutron/network HTTP/1.1" 200 894 0.007792 10.0.0.23 - - [2025-12-18 02:15:31] "GET /virtual-network/f43591e6-77e6-4edc-b5d3-162d7eef8689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006034 10.0.0.23 - - [2025-12-18 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 255 0.001397 10.0.0.23 - - [2025-12-18 02:15:31] "POST /neutron/network HTTP/1.1" 200 904 0.009708 10.0.0.65 - - [2025-12-18 02:15:32] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001345 10.0.0.23 - - [2025-12-18 02:15:32] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.079527 10.0.0.23 - - [2025-12-18 02:15:32] "POST /neutron/port HTTP/1.1" 200 117 0.007615 10.0.0.23 - - [2025-12-18 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 256 0.001480 10.0.0.23 - - [2025-12-18 02:15:33] "POST /neutron/network HTTP/1.1" 200 904 0.007949 10.0.0.65 - - [2025-12-18 02:15:33] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.23 - - [2025-12-18 02:15:33] "POST /neutron/port HTTP/1.1" 200 1064 0.022274 10.0.0.23 - - [2025-12-18 02:15:33] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.083481 10.0.0.23 - - [2025-12-18 02:15:33] "POST /neutron/port HTTP/1.1" 200 1092 0.021071 10.0.0.23 - - [2025-12-18 02:15:34] "POST /neutron/port HTTP/1.1" 200 1092 0.023319 10.0.0.23 - - [2025-12-18 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008556 10.0.0.65 - - [2025-12-18 02:15:34] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.23 - - [2025-12-18 02:15:34] "POST /neutron/port HTTP/1.1" 200 1062 0.371006 10.0.0.23 - - [2025-12-18 02:15:35] "POST /neutron/port HTTP/1.1" 200 1116 0.131174 10.0.0.23 - - [2025-12-18 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.011248 10.0.0.23 - - [2025-12-18 02:15:35] "POST /neutron/network HTTP/1.1" 200 894 0.007481 10.0.0.23 - - [2025-12-18 02:15:36] "POST /neutron/port HTTP/1.1" 200 1118 0.014221 10.0.0.23 - - [2025-12-18 02:15:37] "POST /neutron/port HTTP/1.1" 200 1116 0.015004 10.0.0.65 - - [2025-12-18 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.65 - - [2025-12-18 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.23 - - [2025-12-18 02:15:38] "POST /neutron/network HTTP/1.1" 200 151 0.197947 10.0.0.23 - - [2025-12-18 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177 10.0.0.65 - - [2025-12-18 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008581 10.0.0.65 - - [2025-12-18 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007581 10.0.0.23 - - [2025-12-18 02:15:38] "POST /neutron/network HTTP/1.1" 200 151 0.160660 10.0.0.65 - - [2025-12-18 02:15:38] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.23 - - [2025-12-18 02:15:38] "DELETE /route-target/4db62a50-92aa-40dc-aca2-a0e44b9b7181 HTTP/1.1" 200 115 0.037269 10.0.0.23 - - [2025-12-18 02:15:38] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.082815 10.0.0.65 - - [2025-12-18 02:15:38] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.23 - - [2025-12-18 02:15:38] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?fields=virtual_networks HTTP/1.1" 200 1034 0.085450 10.0.0.65 - - [2025-12-18 02:15:38] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.23 - - [2025-12-18 02:15:38] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049512 10.0.0.65 - - [2025-12-18 02:15:38] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.23 - - [2025-12-18 02:15:38] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?fields=security_groups HTTP/1.1" 200 1262 0.054956 10.0.0.23 - - [2025-12-18 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.031122 10.0.0.65 - - [2025-12-18 02:15:39] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003347 10.0.0.65 - - [2025-12-18 02:15:39] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.65 - - [2025-12-18 02:15:39] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007941 10.0.0.65 - - [2025-12-18 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.001289 10.0.0.65 - - [2025-12-18 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.007860 10.0.0.65 - - [2025-12-18 02:15:40] "POST /security-groups HTTP/1.1" 200 599 0.033254 10.0.0.65 - - [2025-12-18 02:15:40] "POST /projects HTTP/1.1" 200 601 0.258878 10.0.0.65 - - [2025-12-18 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.337251 10.0.0.23 - - [2025-12-18 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.015044 10.0.0.23 - - [2025-12-18 02:15:40] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.504570 10.0.0.23 - - [2025-12-18 02:15:41] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.23 - - [2025-12-18 02:15:42] "DELETE /access-control-list/dccf6729-c784-4891-b389-427d1cf12281 HTTP/1.1" 200 115 0.060920 10.0.0.23 - - [2025-12-18 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2025-12-18 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.048378 10.0.0.65 - - [2025-12-18 02:15:42] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.23 - - [2025-12-18 02:15:42] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050172 10.0.0.23 - - [2025-12-18 02:15:43] "POST /neutron/network HTTP/1.1" 200 117 0.037960 10.0.0.23 - - [2025-12-18 02:15:43] "POST /neutron/network HTTP/1.1" 200 910 0.012215 10.0.0.23 - - [2025-12-18 02:15:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.001235 10.0.0.23 - - [2025-12-18 02:15:43] "GET /virtual-network/484ff6e4-3eea-4f68-8536-46e64141ff0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005783 10.0.0.23 - - [2025-12-18 02:15:43] "GET /virtual-network/484ff6e4-3eea-4f68-8536-46e64141ff0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007656 10.0.0.23 - - [2025-12-18 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.009674 10.0.0.23 - - [2025-12-18 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.65 - - [2025-12-18 02:15:43] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.23 - - [2025-12-18 02:15:43] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046948 10.0.0.23 - - [2025-12-18 02:15:43] "POST /route-targets HTTP/1.1" 200 327 0.019469 10.0.0.65 - - [2025-12-18 02:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009845 10.0.0.23 - - [2025-12-18 02:15:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.199029 10.0.0.23 - - [2025-12-18 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001388 10.0.0.23 - - [2025-12-18 02:15:44] "GET /virtual-network/f059d4cd-4dd3-4009-9b90-842991be5290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005618 10.0.0.23 - - [2025-12-18 02:15:44] "GET /virtual-network/f059d4cd-4dd3-4009-9b90-842991be5290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006156 10.0.0.23 - - [2025-12-18 02:15:44] "POST /neutron/network HTTP/1.1" 200 910 0.006893 10.0.0.23 - - [2025-12-18 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.65 - - [2025-12-18 02:15:44] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.23 - - [2025-12-18 02:15:44] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048336 10.0.0.65 - - [2025-12-18 02:15:44] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2025-12-18 02:15:44] "POST /neutron/network HTTP/1.1" 200 693 0.156910 10.0.0.23 - - [2025-12-18 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.037150 10.0.0.23 - - [2025-12-18 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.012014 10.0.0.23 - - [2025-12-18 02:15:44] "GET /virtual-network/d65019a2-e739-4b82-90ac-e23b0106b67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006259 10.0.0.23 - - [2025-12-18 02:15:44] "POST /neutron/network HTTP/1.1" 200 911 0.008883 10.0.0.23 - - [2025-12-18 02:15:45] "GET /virtual-network/d65019a2-e739-4b82-90ac-e23b0106b67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005859 10.0.0.23 - - [2025-12-18 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.001368 10.0.0.23 - - [2025-12-18 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.060179 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/769d55c2-26f3-4ee9-9ca7-21c554fd88b2 HTTP/1.1" 404 177 0.011680 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/6c232fff327d469b889fd0b5a7b28b7e HTTP/1.1" 404 173 0.011050 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/3382bb04d0f645a78a6046084a8c7560 HTTP/1.1" 404 173 0.016083 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/f06adc087335482798a2b36399b1edbd HTTP/1.1" 404 173 0.008722 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000770 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.080497 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.107836 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?fields=security_groups HTTP/1.1" 200 1397 0.079977 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?fields=security_groups HTTP/1.1" 200 1367 0.115082 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /security-group/d6442256-c726-4646-a9bc-fa693f71d29a HTTP/1.1" 200 115 0.113511 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=6c232fff-327d-469b-889f-d0b5a7b28b7e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /security-group/052d256d-0410-4949-8b0d-346aedebe5f0 HTTP/1.1" 200 115 0.103814 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/6c232fff-327d-469b-889f-d0b5a7b28b7e?fields=application_policy_sets HTTP/1.1" 200 1436 0.067015 10.0.0.65 - - [2025-12-18 02:15:54] "GET /projects?obj_uuids=3382bb04-d0f6-45a7-8a60-46084a8c7560&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001282 10.0.0.65 - - [2025-12-18 02:15:54] "GET /project/3382bb04-d0f6-45a7-8a60-46084a8c7560?fields=application_policy_sets HTTP/1.1" 200 1406 0.076480 10.0.0.23 - - [2025-12-18 02:15:54] "DELETE /access-control-list/53f608ec-7bde-41d3-a8a4-7004daf2601f HTTP/1.1" 200 115 0.060382 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/6c232fff-327d-469b-889f-d0b5a7b28b7e HTTP/1.1" 200 115 0.733097 10.0.0.65 - - [2025-12-18 02:15:54] "DELETE /project/3382bb04-d0f6-45a7-8a60-46084a8c7560 HTTP/1.1" 200 115 0.761418 10.0.0.23 - - [2025-12-18 02:16:20] "POST /neutron/network HTTP/1.1" 200 920 0.007372 10.0.0.65 - - [2025-12-18 02:16:21] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.23 - - [2025-12-18 02:16:21] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094716 10.0.0.23 - - [2025-12-18 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.007204 10.0.0.23 - - [2025-12-18 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.001156 10.0.0.23 - - [2025-12-18 02:16:22] "POST /neutron/network HTTP/1.1" 200 920 0.010744 10.0.0.65 - - [2025-12-18 02:16:23] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.23 - - [2025-12-18 02:16:23] "POST /neutron/port HTTP/1.1" 200 1068 0.025882 10.0.0.23 - - [2025-12-18 02:16:23] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.143746 10.0.0.23 - - [2025-12-18 02:16:23] "POST /neutron/port HTTP/1.1" 200 1096 0.050134 10.0.0.23 - - [2025-12-18 02:16:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023678 10.0.0.23 - - [2025-12-18 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.007490 10.0.0.65 - - [2025-12-18 02:16:23] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001593 10.0.0.23 - - [2025-12-18 02:16:23] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.066461 10.0.0.65 - - [2025-12-18 02:16:24] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.23 - - [2025-12-18 02:16:24] "POST /neutron/port HTTP/1.1" 200 1067 0.594018 10.0.0.23 - - [2025-12-18 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.23 - - [2025-12-18 02:16:24] "GET /security-group/c78fd836-ac5a-4e86-b374-284502934002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.015627 10.0.0.23 - - [2025-12-18 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.65 - - [2025-12-18 02:16:24] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001005 10.0.0.23 - - [2025-12-18 02:16:25] "POST /neutron/port HTTP/1.1" 200 1121 0.223585 10.0.0.23 - - [2025-12-18 02:16:25] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.119393 10.0.0.23 - - [2025-12-18 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014115 10.0.0.23 - - [2025-12-18 02:16:25] "GET /security-group/c78fd836-ac5a-4e86-b374-284502934002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004791 10.0.0.23 - - [2025-12-18 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.23 - - [2025-12-18 02:16:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.022994 10.0.0.23 - - [2025-12-18 02:16:25] "PUT /security-group/c78fd836-ac5a-4e86-b374-284502934002 HTTP/1.1" 200 262 0.056639 10.0.0.23 - - [2025-12-18 02:16:25] "PUT /access-control-list/8da5f346-2efa-4b4a-90b2-71fde042b966 HTTP/1.1" 200 272 0.026055 10.0.0.23 - - [2025-12-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.018217 10.0.0.23 - - [2025-12-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005566 10.0.0.65 - - [2025-12-18 02:16:26] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001588 10.0.0.23 - - [2025-12-18 02:16:26] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009581 10.0.0.23 - - [2025-12-18 02:16:26] "POST /service-templates HTTP/1.1" 200 543 0.090460 10.0.0.23 - - [2025-12-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007804 10.0.0.23 - - [2025-12-18 02:16:26] "GET /service-template/0ebfb3c2-9788-433c-be4f-832618a58b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.014230 10.0.0.23 - - [2025-12-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007111 10.0.0.23 - - [2025-12-18 02:16:26] "GET /service-template/0ebfb3c2-9788-433c-be4f-832618a58b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.011526 10.0.0.23 - - [2025-12-18 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.002981 10.0.0.23 - - [2025-12-18 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.004403 10.0.0.23 - - [2025-12-18 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.002982 10.0.0.23 - - [2025-12-18 02:16:27] "POST /neutron/port HTTP/1.1" 200 2075 0.064304 10.0.0.23 - - [2025-12-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006802 10.0.0.23 - - [2025-12-18 02:16:27] "DELETE /service-template/0ebfb3c2-9788-433c-be4f-832618a58b8f HTTP/1.1" 200 115 0.078202 10.0.0.23 - - [2025-12-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.006240 10.0.0.23 - - [2025-12-18 02:16:30] "POST /neutron/network HTTP/1.1" 400 204 0.041825 10.0.0.23 - - [2025-12-18 02:16:34] "POST /neutron/network HTTP/1.1" 200 910 0.021611 10.0.0.23 - - [2025-12-18 02:16:36] "POST /neutron/network HTTP/1.1" 400 204 0.026932 10.0.0.23 - - [2025-12-18 02:16:40] "POST /neutron/network HTTP/1.1" 200 910 0.018980 10.0.0.23 - - [2025-12-18 02:16:42] "POST /neutron/network HTTP/1.1" 400 204 0.037015 10.0.0.23 - - [2025-12-18 02:16:47] "POST /neutron/network HTTP/1.1" 200 910 0.011104 10.0.0.65 - - [2025-12-18 02:16:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.65 - - [2025-12-18 02:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2025-12-18 02:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.65 - - [2025-12-18 02:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 02:16:49] "POST /neutron/network HTTP/1.1" 400 204 0.029685 10.0.0.23 - - [2025-12-18 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-18 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-12-18 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.50 - - [2025-12-18 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-12-18 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001210 10.0.0.50 - - [2025-12-18 02:16:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-18 02:16:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-18 02:16:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2025-12-18 02:16:53] "POST /neutron/network HTTP/1.1" 200 910 0.006866 10.0.0.23 - - [2025-12-18 02:16:55] "POST /neutron/network HTTP/1.1" 400 204 0.016856 10.0.0.23 - - [2025-12-18 02:16:59] "POST /neutron/network HTTP/1.1" 200 910 0.008106 10.0.0.23 - - [2025-12-18 02:17:01] "POST /neutron/network HTTP/1.1" 400 204 0.015732 10.0.0.23 - - [2025-12-18 02:17:05] "POST /neutron/network HTTP/1.1" 200 910 0.007582 10.0.0.23 - - [2025-12-18 02:17:07] "POST /neutron/network HTTP/1.1" 400 204 0.019075 10.0.0.23 - - [2025-12-18 02:17:11] "POST /neutron/network HTTP/1.1" 200 910 0.008882 10.0.0.23 - - [2025-12-18 02:17:13] "POST /neutron/network HTTP/1.1" 400 204 0.015310 10.0.0.23 - - [2025-12-18 02:17:17] "POST /neutron/network HTTP/1.1" 200 910 0.011728 10.0.0.23 - - [2025-12-18 02:17:19] "POST /neutron/network HTTP/1.1" 400 204 0.018745 10.0.0.23 - - [2025-12-18 02:17:22] "POST /neutron/network HTTP/1.1" 200 911 0.011036 10.0.0.23 - - [2025-12-18 02:17:24] "POST /neutron/network HTTP/1.1" 400 204 0.015203 10.0.0.23 - - [2025-12-18 02:17:28] "POST /neutron/network HTTP/1.1" 200 911 0.009510 10.0.0.23 - - [2025-12-18 02:17:28] "POST /neutron/port HTTP/1.1" 200 1122 0.014705 10.0.0.23 - - [2025-12-18 02:17:29] "POST /neutron/port HTTP/1.1" 200 1095 0.018875 10.0.0.23 - - [2025-12-18 02:17:30] "POST /neutron/network HTTP/1.1" 200 911 0.009102 10.0.0.23 - - [2025-12-18 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006515 10.0.0.65 - - [2025-12-18 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.016153 10.0.0.65 - - [2025-12-18 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002921 10.0.0.23 - - [2025-12-18 02:17:30] "POST /neutron/network HTTP/1.1" 200 151 0.166778 10.0.0.65 - - [2025-12-18 02:17:30] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.23 - - [2025-12-18 02:17:30] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088686 10.0.0.65 - - [2025-12-18 02:17:30] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.23 - - [2025-12-18 02:17:30] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.057247 10.0.0.65 - - [2025-12-18 02:17:32] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.23 - - [2025-12-18 02:17:32] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053301 10.0.0.65 - - [2025-12-18 02:17:32] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001864 10.0.0.23 - - [2025-12-18 02:17:32] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.070631 10.0.0.65 - - [2025-12-18 02:17:35] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001480 10.0.0.23 - - [2025-12-18 02:17:35] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045879 10.0.0.65 - - [2025-12-18 02:17:35] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.23 - - [2025-12-18 02:17:35] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.050713 10.0.0.65 - - [2025-12-18 02:17:37] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.23 - - [2025-12-18 02:17:37] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052751 10.0.0.65 - - [2025-12-18 02:17:37] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.23 - - [2025-12-18 02:17:37] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.049863 10.0.0.65 - - [2025-12-18 02:17:39] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.23 - - [2025-12-18 02:17:39] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049984 10.0.0.65 - - [2025-12-18 02:17:39] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.23 - - [2025-12-18 02:17:39] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.048834 10.0.0.65 - - [2025-12-18 02:17:41] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.23 - - [2025-12-18 02:17:41] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048086 10.0.0.65 - - [2025-12-18 02:17:41] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.23 - - [2025-12-18 02:17:41] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.055596 10.0.0.65 - - [2025-12-18 02:17:43] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.23 - - [2025-12-18 02:17:43] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052831 10.0.0.65 - - [2025-12-18 02:17:43] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.23 - - [2025-12-18 02:17:43] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.072222 10.0.0.65 - - [2025-12-18 02:17:45] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002260 10.0.0.23 - - [2025-12-18 02:17:45] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051595 10.0.0.65 - - [2025-12-18 02:17:45] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.23 - - [2025-12-18 02:17:45] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.049457 10.0.0.65 - - [2025-12-18 02:17:47] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.23 - - [2025-12-18 02:17:48] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058649 10.0.0.65 - - [2025-12-18 02:17:48] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001621 10.0.0.23 - - [2025-12-18 02:17:48] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.060482 10.0.0.65 - - [2025-12-18 02:17:50] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.23 - - [2025-12-18 02:17:50] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050136 10.0.0.65 - - [2025-12-18 02:17:50] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.23 - - [2025-12-18 02:17:50] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.054762 10.0.0.65 - - [2025-12-18 02:17:50] "GET /obj-perms HTTP/1.1" 200 5056 0.056809 10.0.0.65 - - [2025-12-18 02:17:52] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-18 02:17:52] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048056 10.0.0.65 - - [2025-12-18 02:17:52] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.23 - - [2025-12-18 02:17:52] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.064425 10.0.0.65 - - [2025-12-18 02:17:54] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.23 - - [2025-12-18 02:17:54] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046854 10.0.0.65 - - [2025-12-18 02:17:54] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001618 10.0.0.23 - - [2025-12-18 02:17:54] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.064930 10.0.0.65 - - [2025-12-18 02:17:56] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.23 - - [2025-12-18 02:17:56] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056274 10.0.0.65 - - [2025-12-18 02:17:56] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2025-12-18 02:17:56] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.042690 10.0.0.65 - - [2025-12-18 02:17:58] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.23 - - [2025-12-18 02:17:58] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041576 10.0.0.65 - - [2025-12-18 02:17:58] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.23 - - [2025-12-18 02:17:58] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.052357 10.0.0.65 - - [2025-12-18 02:18:00] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.23 - - [2025-12-18 02:18:00] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057366 10.0.0.65 - - [2025-12-18 02:18:00] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.23 - - [2025-12-18 02:18:01] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.068602 10.0.0.65 - - [2025-12-18 02:18:03] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.23 - - [2025-12-18 02:18:03] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047002 10.0.0.65 - - [2025-12-18 02:18:03] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.23 - - [2025-12-18 02:18:03] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.041936 10.0.0.65 - - [2025-12-18 02:18:05] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.23 - - [2025-12-18 02:18:05] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043948 10.0.0.65 - - [2025-12-18 02:18:05] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.23 - - [2025-12-18 02:18:05] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.044822 10.0.0.65 - - [2025-12-18 02:18:07] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.23 - - [2025-12-18 02:18:07] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048551 10.0.0.65 - - [2025-12-18 02:18:07] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001477 10.0.0.23 - - [2025-12-18 02:18:07] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.089073 10.0.0.65 - - [2025-12-18 02:18:09] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.23 - - [2025-12-18 02:18:09] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050465 10.0.0.65 - - [2025-12-18 02:18:09] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.23 - - [2025-12-18 02:18:09] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.047479 10.0.0.65 - - [2025-12-18 02:18:11] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.23 - - [2025-12-18 02:18:11] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047885 10.0.0.65 - - [2025-12-18 02:18:11] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.23 - - [2025-12-18 02:18:11] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.052974 10.0.0.65 - - [2025-12-18 02:18:13] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.23 - - [2025-12-18 02:18:13] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059408 10.0.0.65 - - [2025-12-18 02:18:13] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.23 - - [2025-12-18 02:18:13] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.041595 10.0.0.65 - - [2025-12-18 02:18:15] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.23 - - [2025-12-18 02:18:16] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056582 10.0.0.65 - - [2025-12-18 02:18:16] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.23 - - [2025-12-18 02:18:16] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.054963 10.0.0.65 - - [2025-12-18 02:18:18] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003580 10.0.0.23 - - [2025-12-18 02:18:18] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065336 10.0.0.65 - - [2025-12-18 02:18:18] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.23 - - [2025-12-18 02:18:18] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.069004 10.0.0.65 - - [2025-12-18 02:18:20] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.23 - - [2025-12-18 02:18:20] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064345 10.0.0.65 - - [2025-12-18 02:18:20] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.23 - - [2025-12-18 02:18:20] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.073799 10.0.0.65 - - [2025-12-18 02:18:22] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.23 - - [2025-12-18 02:18:22] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047359 10.0.0.65 - - [2025-12-18 02:18:22] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.23 - - [2025-12-18 02:18:22] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.062752 10.0.0.65 - - [2025-12-18 02:18:24] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.23 - - [2025-12-18 02:18:24] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039429 10.0.0.65 - - [2025-12-18 02:18:24] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.23 - - [2025-12-18 02:18:24] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.047406 10.0.0.65 - - [2025-12-18 02:18:26] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.23 - - [2025-12-18 02:18:26] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041971 10.0.0.65 - - [2025-12-18 02:18:26] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001738 10.0.0.23 - - [2025-12-18 02:18:26] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.065614 10.0.0.65 - - [2025-12-18 02:18:28] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.23 - - [2025-12-18 02:18:29] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056559 10.0.0.65 - - [2025-12-18 02:18:29] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.23 - - [2025-12-18 02:18:29] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.052367 10.0.0.65 - - [2025-12-18 02:18:31] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.23 - - [2025-12-18 02:18:31] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037184 10.0.0.65 - - [2025-12-18 02:18:31] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.23 - - [2025-12-18 02:18:31] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.083541 10.0.0.65 - - [2025-12-18 02:18:33] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.23 - - [2025-12-18 02:18:33] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045268 10.0.0.65 - - [2025-12-18 02:18:33] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.23 - - [2025-12-18 02:18:33] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.050345 10.0.0.65 - - [2025-12-18 02:18:35] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.23 - - [2025-12-18 02:18:35] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051371 10.0.0.65 - - [2025-12-18 02:18:35] "GET /projects?obj_uuids=f06adc08-7335-4827-98a2-b36399b1edbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.23 - - [2025-12-18 02:18:35] "GET /project/f06adc08-7335-4827-98a2-b36399b1edbd?fields=virtual_networks HTTP/1.1" 200 1333 0.049900 10.0.0.23 - - [2025-12-18 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.038098 10.0.0.65 - - [2025-12-18 02:18:36] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003154 10.0.0.65 - - [2025-12-18 02:18:36] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.65 - - [2025-12-18 02:18:36] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008369 10.0.0.65 - - [2025-12-18 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.005340 10.0.0.65 - - [2025-12-18 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.020665 10.0.0.65 - - [2025-12-18 02:18:36] "POST /security-groups HTTP/1.1" 200 592 0.034315 10.0.0.65 - - [2025-12-18 02:18:36] "POST /projects HTTP/1.1" 200 587 0.274132 10.0.0.23 - - [2025-12-18 02:18:36] "POST /access-control-lists HTTP/1.1" 200 597 0.034547 10.0.0.65 - - [2025-12-18 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.352565 10.0.0.23 - - [2025-12-18 02:18:36] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.494825 10.0.0.23 - - [2025-12-18 02:18:37] "GET / HTTP/1.1" 200 35931 0.001479 10.0.0.23 - - [2025-12-18 02:18:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2025-12-18 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.055427 10.0.0.65 - - [2025-12-18 02:18:38] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.23 - - [2025-12-18 02:18:38] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043817 10.0.0.65 - - [2025-12-18 02:18:38] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141 10.0.0.23 - - [2025-12-18 02:18:38] "POST /neutron/network HTTP/1.1" 200 670 0.175019 10.0.0.23 - - [2025-12-18 02:18:38] "POST /route-targets HTTP/1.1" 200 327 0.018262 10.0.0.23 - - [2025-12-18 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 253 0.003837 10.0.0.23 - - [2025-12-18 02:18:39] "GET /virtual-network/1a1f10f4-7e2f-4fe3-9ae8-ccb4720daf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.007926 10.0.0.23 - - [2025-12-18 02:18:39] "POST /neutron/network HTTP/1.1" 200 887 0.007802 10.0.0.23 - - [2025-12-18 02:18:39] "GET /virtual-network/1a1f10f4-7e2f-4fe3-9ae8-ccb4720daf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.006404 10.0.0.23 - - [2025-12-18 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.65 - - [2025-12-18 02:18:39] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.23 - - [2025-12-18 02:18:39] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056601 10.0.0.23 - - [2025-12-18 02:18:39] "POST /neutron/network HTTP/1.1" 200 117 0.025784 10.0.0.23 - - [2025-12-18 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.034944 10.0.0.23 - - [2025-12-18 02:18:40] "POST /neutron/network HTTP/1.1" 200 889 0.009369 10.0.0.23 - - [2025-12-18 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001315 10.0.0.23 - - [2025-12-18 02:18:40] "GET /virtual-network/7d7ef398-e15c-4735-9fba-ecc2179481b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005549 10.0.0.23 - - [2025-12-18 02:18:40] "GET /virtual-network/7d7ef398-e15c-4735-9fba-ecc2179481b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006171 10.0.0.23 - - [2025-12-18 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.010071 10.0.0.23 - - [2025-12-18 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257 10.0.0.65 - - [2025-12-18 02:18:40] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.23 - - [2025-12-18 02:18:40] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040558 10.0.0.65 - - [2025-12-18 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.23 - - [2025-12-18 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.200205 10.0.0.23 - - [2025-12-18 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 254 0.001647 10.0.0.23 - - [2025-12-18 02:18:40] "GET /virtual-network/831587c8-0980-4a66-9989-386a7b41a7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007963 10.0.0.23 - - [2025-12-18 02:18:40] "GET /virtual-network/831587c8-0980-4a66-9989-386a7b41a7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005621 10.0.0.23 - - [2025-12-18 02:18:40] "POST /neutron/network HTTP/1.1" 200 893 0.007039 10.0.0.23 - - [2025-12-18 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001304 10.0.0.65 - - [2025-12-18 02:18:41] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250 10.0.0.23 - - [2025-12-18 02:18:41] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.091921 10.0.0.23 - - [2025-12-18 02:18:41] "POST /neutron/network HTTP/1.1" 200 889 0.010505 10.0.0.23 - - [2025-12-18 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 254 0.001351 10.0.0.23 - - [2025-12-18 02:18:42] "POST /neutron/port HTTP/1.1" 200 117 0.007523 10.0.0.65 - - [2025-12-18 02:18:42] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.23 - - [2025-12-18 02:18:42] "POST /neutron/port HTTP/1.1" 200 1061 0.369876 10.0.0.65 - - [2025-12-18 02:18:43] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.23 - - [2025-12-18 02:18:43] "POST /neutron/port HTTP/1.1" 200 1115 0.150433 10.0.0.23 - - [2025-12-18 02:18:43] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.135508 10.0.0.23 - - [2025-12-18 02:18:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004893 10.0.0.23 - - [2025-12-18 02:18:43] "POST /neutron/network HTTP/1.1" 200 889 0.008237 10.0.0.23 - - [2025-12-18 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.006466 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.007981 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011284 10.0.0.65 - - [2025-12-18 02:18:44] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001714 10.0.0.23 - - [2025-12-18 02:18:44] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008534 10.0.0.23 - - [2025-12-18 02:18:44] "POST /neutron/port HTTP/1.1" 200 1063 0.025482 10.0.0.23 - - [2025-12-18 02:18:44] "POST /service-templates HTTP/1.1" 200 543 0.058134 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006006 10.0.0.23 - - [2025-12-18 02:18:44] "GET /service-template/c98bcf06-b3fe-4ab0-9c63-b0ec157d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006437 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2025-12-18 02:18:44] "GET /service-template/c98bcf06-b3fe-4ab0-9c63-b0ec157d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004102 10.0.0.23 - - [2025-12-18 02:18:44] "POST /neutron/port HTTP/1.1" 200 1091 0.040161 10.0.0.23 - - [2025-12-18 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.001392 10.0.0.23 - - [2025-12-18 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.001519 10.0.0.23 - - [2025-12-18 02:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.23 - - [2025-12-18 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 254 0.001534 10.0.0.23 - - [2025-12-18 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009560 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2025-12-18 02:18:44] "DELETE /service-template/c98bcf06-b3fe-4ab0-9c63-b0ec157d7ecd HTTP/1.1" 200 115 0.048617 10.0.0.23 - - [2025-12-18 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.007306 10.0.0.23 - - [2025-12-18 02:18:47] "POST /neutron/port HTTP/1.1" 200 1091 0.015595 10.0.0.23 - - [2025-12-18 02:18:47] "POST /neutron/port HTTP/1.1" 200 1115 0.011625 10.0.0.23 - - [2025-12-18 02:18:49] "POST /neutron/network HTTP/1.1" 200 889 0.007502 10.0.0.23 - - [2025-12-18 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.65 - - [2025-12-18 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004104 10.0.0.65 - - [2025-12-18 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002810 10.0.0.23 - - [2025-12-18 02:18:49] "POST /neutron/network HTTP/1.1" 200 151 0.153922 10.0.0.23 - - [2025-12-18 02:18:49] "DELETE /route-target/6c150285-55d0-4c9b-a4f8-ee2dca9378f7 HTTP/1.1" 200 115 0.030876 10.0.0.65 - - [2025-12-18 02:18:49] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.23 - - [2025-12-18 02:18:49] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060483 10.0.0.65 - - [2025-12-18 02:18:49] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.23 - - [2025-12-18 02:18:49] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?fields=virtual_networks HTTP/1.1" 200 1034 0.092458 10.0.0.65 - - [2025-12-18 02:18:50] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001390 10.0.0.23 - - [2025-12-18 02:18:50] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051361 10.0.0.65 - - [2025-12-18 02:18:50] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.23 - - [2025-12-18 02:18:50] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?fields=security_groups HTTP/1.1" 200 1261 0.046488 10.0.0.23 - - [2025-12-18 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.046052 10.0.0.50 - - [2025-12-18 02:18:51] "GET /obj-perms HTTP/1.1" 200 5056 0.089477 10.0.0.65 - - [2025-12-18 02:18:51] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002921 10.0.0.65 - - [2025-12-18 02:18:51] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.65 - - [2025-12-18 02:18:51] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008127 10.0.0.65 - - [2025-12-18 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 195 0.004283 10.0.0.65 - - [2025-12-18 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.003526 10.0.0.65 - - [2025-12-18 02:18:52] "POST /security-groups HTTP/1.1" 200 596 0.037715 10.0.0.23 - - [2025-12-18 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 239 0.003799 10.0.0.65 - - [2025-12-18 02:18:52] "POST /projects HTTP/1.1" 200 595 0.257328 10.0.0.65 - - [2025-12-18 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.335800 10.0.0.23 - - [2025-12-18 02:18:52] "POST /access-control-lists HTTP/1.1" 200 599 0.033432 10.0.0.23 - - [2025-12-18 02:18:52] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.486402 10.0.0.23 - - [2025-12-18 02:18:53] "GET / HTTP/1.1" 200 35931 0.001553 10.0.0.23 - - [2025-12-18 02:18:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2025-12-18 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.029284 10.0.0.65 - - [2025-12-18 02:18:54] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.23 - - [2025-12-18 02:18:54] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047375 10.0.0.23 - - [2025-12-18 02:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.040895 10.0.0.23 - - [2025-12-18 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.65 - - [2025-12-18 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.012463 10.0.0.23 - - [2025-12-18 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.265982 10.0.0.23 - - [2025-12-18 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 261 0.001477 10.0.0.23 - - [2025-12-18 02:18:55] "GET /virtual-network/23678124-b570-4229-8326-3de19d812736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.005797 10.0.0.23 - - [2025-12-18 02:18:55] "GET /virtual-network/23678124-b570-4229-8326-3de19d812736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.006581 10.0.0.23 - - [2025-12-18 02:18:55] "POST /neutron/network HTTP/1.1" 200 1073 0.008758 10.0.0.65 - - [2025-12-18 02:18:55] "DELETE /project/dac62caeb0964493b5aa8e258111cebc HTTP/1.1" 404 173 0.004138 10.0.0.65 - - [2025-12-18 02:18:55] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000862 10.0.0.65 - - [2025-12-18 02:18:55] "DELETE /project/e152dd0b278c411b8cf50117c1221d62 HTTP/1.1" 404 173 0.010643 10.0.0.23 - - [2025-12-18 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009032 10.0.0.65 - - [2025-12-18 02:18:55] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.074039 10.0.0.65 - - [2025-12-18 02:18:55] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.65 - - [2025-12-18 02:18:55] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000807 10.0.0.65 - - [2025-12-18 02:18:55] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?fields=security_groups HTTP/1.1" 200 1366 0.058970 10.0.0.23 - - [2025-12-18 02:18:55] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.092680 10.0.0.65 - - [2025-12-18 02:18:55] "DELETE /security-group/2e736738-f76a-410b-b33d-3e7c5254435c HTTP/1.1" 200 115 0.069017 10.0.0.65 - - [2025-12-18 02:18:55] "GET /projects?obj_uuids=e152dd0b-278c-411b-8cf5-0117c1221d62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.23 - - [2025-12-18 02:18:55] "POST /neutron/network HTTP/1.1" 200 117 0.034476 10.0.0.23 - - [2025-12-18 02:18:55] "DELETE /access-control-list/899c500c-9d75-4498-a236-acac66ede266 HTTP/1.1" 200 115 0.053360 10.0.0.65 - - [2025-12-18 02:18:55] "GET /project/e152dd0b-278c-411b-8cf5-0117c1221d62?fields=application_policy_sets HTTP/1.1" 200 1405 0.108052 10.0.0.65 - - [2025-12-18 02:18:55] "DELETE /project/e152dd0b-278c-411b-8cf5-0117c1221d62 HTTP/1.1" 200 115 0.598918 10.0.0.23 - - [2025-12-18 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.023562 10.0.0.23 - - [2025-12-18 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.056438 10.0.0.65 - - [2025-12-18 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.012066 10.0.0.23 - - [2025-12-18 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.191849 10.0.0.23 - - [2025-12-18 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001401 10.0.0.23 - - [2025-12-18 02:18:56] "GET /virtual-network/41fd0a2e-eabf-46db-b3c5-3941c2e42f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005567 10.0.0.23 - - [2025-12-18 02:18:56] "GET /virtual-network/41fd0a2e-eabf-46db-b3c5-3941c2e42f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005722 10.0.0.23 - - [2025-12-18 02:18:56] "POST /neutron/network HTTP/1.1" 200 1073 0.008603 10.0.0.23 - - [2025-12-18 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.65 - - [2025-12-18 02:18:56] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000923 10.0.0.23 - - [2025-12-18 02:18:56] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048921 10.0.0.23 - - [2025-12-18 02:18:56] "POST /neutron/network HTTP/1.1" 200 117 0.019123 10.0.0.23 - - [2025-12-18 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007094 10.0.0.65 - - [2025-12-18 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.011369 10.0.0.23 - - [2025-12-18 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.241250 10.0.0.23 - - [2025-12-18 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001426 10.0.0.23 - - [2025-12-18 02:18:57] "GET /virtual-network/f468deb9-a0e0-4d91-9915-e49caa22f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005679 10.0.0.23 - - [2025-12-18 02:18:57] "GET /virtual-network/f468deb9-a0e0-4d91-9915-e49caa22f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006941 10.0.0.23 - - [2025-12-18 02:18:57] "POST /neutron/network HTTP/1.1" 200 1075 0.009236 10.0.0.23 - - [2025-12-18 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001361 10.0.0.23 - - [2025-12-18 02:18:57] "POST /neutron/network HTTP/1.1" 200 1083 0.007600 10.0.0.65 - - [2025-12-18 02:18:58] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001123 10.0.0.23 - - [2025-12-18 02:18:58] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077394 10.0.0.23 - - [2025-12-18 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.007014 10.0.0.23 - - [2025-12-18 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.001305 10.0.0.23 - - [2025-12-18 02:18:59] "POST /neutron/network HTTP/1.1" 200 1083 0.006572 10.0.0.23 - - [2025-12-18 02:18:59] "POST /neutron/port HTTP/1.1" 200 1170 0.019036 10.0.0.65 - - [2025-12-18 02:18:59] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.23 - - [2025-12-18 02:18:59] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.110611 10.0.0.23 - - [2025-12-18 02:18:59] "POST /neutron/port HTTP/1.1" 200 1198 0.026662 10.0.0.23 - - [2025-12-18 02:18:59] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016188 10.0.0.23 - - [2025-12-18 02:19:00] "POST /neutron/port HTTP/1.1" 200 1198 0.024161 10.0.0.23 - - [2025-12-18 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.006478 10.0.0.23 - - [2025-12-18 02:19:01] "POST /neutron/port HTTP/1.1" 200 1170 0.022550 10.0.0.23 - - [2025-12-18 02:19:01] "POST /neutron/port HTTP/1.1" 200 1198 0.023495 10.0.0.23 - - [2025-12-18 02:19:01] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013587 10.0.0.23 - - [2025-12-18 02:19:01] "POST /neutron/network HTTP/1.1" 200 1075 0.019118 10.0.0.23 - - [2025-12-18 02:19:02] "POST /neutron/port HTTP/1.1" 200 1198 0.018617 10.0.0.23 - - [2025-12-18 02:19:03] "POST /neutron/port HTTP/1.1" 200 1198 0.019629 10.0.0.23 - - [2025-12-18 02:19:03] "POST /neutron/network HTTP/1.1" 200 1073 0.011431 10.0.0.23 - - [2025-12-18 02:19:04] "POST /neutron/network HTTP/1.1" 200 1980 0.010858 10.0.0.23 - - [2025-12-18 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.65 - - [2025-12-18 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003568 10.0.0.65 - - [2025-12-18 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004483 10.0.0.65 - - [2025-12-18 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003206 10.0.0.65 - - [2025-12-18 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.23 - - [2025-12-18 02:19:04] "POST /neutron/network HTTP/1.1" 200 151 0.172928 10.0.0.23 - - [2025-12-18 02:19:04] "DELETE /route-target/69fe7c73-8862-4596-a315-ab143dcbc17a HTTP/1.1" 200 115 0.038332 10.0.0.23 - - [2025-12-18 02:19:04] "POST /neutron/port HTTP/1.1" 200 117 0.006367 10.0.0.65 - - [2025-12-18 02:19:04] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.23 - - [2025-12-18 02:19:04] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047044 10.0.0.65 - - [2025-12-18 02:19:04] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003022 10.0.0.23 - - [2025-12-18 02:19:04] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?fields=virtual_networks HTTP/1.1" 200 1042 0.041625 10.0.0.65 - - [2025-12-18 02:19:04] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001083 10.0.0.23 - - [2025-12-18 02:19:04] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.046427 10.0.0.65 - - [2025-12-18 02:19:04] "GET /projects?obj_uuids=dac62cae-b096-4493-b5aa-8e258111cebc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001115 10.0.0.23 - - [2025-12-18 02:19:04] "GET /project/dac62cae-b096-4493-b5aa-8e258111cebc?fields=security_groups HTTP/1.1" 200 1273 0.051845 10.0.0.23 - - [2025-12-18 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.028568 10.0.0.65 - - [2025-12-18 02:19:05] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003399 10.0.0.65 - - [2025-12-18 02:19:05] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.65 - - [2025-12-18 02:19:05] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007217 10.0.0.65 - - [2025-12-18 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.002542 10.0.0.65 - - [2025-12-18 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005480 10.0.0.65 - - [2025-12-18 02:19:06] "POST /security-groups HTTP/1.1" 200 599 0.118733 10.0.0.65 - - [2025-12-18 02:19:06] "POST /projects HTTP/1.1" 200 601 0.327919 10.0.0.23 - - [2025-12-18 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.020117 10.0.0.65 - - [2025-12-18 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.406547 10.0.0.23 - - [2025-12-18 02:19:06] "POST /access-control-lists HTTP/1.1" 200 602 0.051955 10.0.0.23 - - [2025-12-18 02:19:06] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.614265 10.0.0.23 - - [2025-12-18 02:19:07] "GET / HTTP/1.1" 200 35931 0.002534 10.0.0.23 - - [2025-12-18 02:19:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.23 - - [2025-12-18 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.054113 10.0.0.65 - - [2025-12-18 02:19:08] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.23 - - [2025-12-18 02:19:08] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062676 10.0.0.65 - - [2025-12-18 02:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.020974 10.0.0.23 - - [2025-12-18 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.309650 10.0.0.23 - - [2025-12-18 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.001373 10.0.0.23 - - [2025-12-18 02:19:09] "GET /virtual-network/7da49d25-507f-4794-8d4c-fd8fbb62be2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.011445 10.0.0.23 - - [2025-12-18 02:19:09] "GET /virtual-network/7da49d25-507f-4794-8d4c-fd8fbb62be2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006018 10.0.0.23 - - [2025-12-18 02:19:09] "POST /neutron/network HTTP/1.1" 200 912 0.009716 10.0.0.23 - - [2025-12-18 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.65 - - [2025-12-18 02:19:09] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.23 - - [2025-12-18 02:19:09] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059340 10.0.0.65 - - [2025-12-18 02:19:09] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.23 - - [2025-12-18 02:19:09] "POST /neutron/network HTTP/1.1" 200 691 0.169683 10.0.0.23 - - [2025-12-18 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.053879 10.0.0.23 - - [2025-12-18 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.004287 10.0.0.23 - - [2025-12-18 02:19:09] "GET /virtual-network/fb07de21-7f38-4a40-b715-98aece954def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006457 10.0.0.23 - - [2025-12-18 02:19:10] "POST /neutron/network HTTP/1.1" 200 909 0.007246 10.0.0.23 - - [2025-12-18 02:19:10] "GET /virtual-network/fb07de21-7f38-4a40-b715-98aece954def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005239 10.0.0.23 - - [2025-12-18 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.65 - - [2025-12-18 02:19:10] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.23 - - [2025-12-18 02:19:10] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067131 10.0.0.23 - - [2025-12-18 02:19:10] "POST /neutron/network HTTP/1.1" 200 117 0.020524 10.0.0.23 - - [2025-12-18 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.030794 10.0.0.23 - - [2025-12-18 02:19:10] "POST /neutron/network HTTP/1.1" 200 912 0.009706 10.0.0.23 - - [2025-12-18 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 268 0.000996 10.0.0.23 - - [2025-12-18 02:19:10] "GET /virtual-network/30e1fc18-22ec-4e69-a7a4-d01d5f3e9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005037 10.0.0.23 - - [2025-12-18 02:19:10] "GET /virtual-network/30e1fc18-22ec-4e69-a7a4-d01d5f3e9281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007263 10.0.0.23 - - [2025-12-18 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.009581 10.0.0.23 - - [2025-12-18 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 267 0.001137 10.0.0.65 - - [2025-12-18 02:19:11] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002713 10.0.0.23 - - [2025-12-18 02:19:11] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.108121 10.0.0.23 - - [2025-12-18 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.007280 10.0.0.23 - - [2025-12-18 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 268 0.001446 10.0.0.23 - - [2025-12-18 02:19:12] "POST /neutron/network HTTP/1.1" 200 922 0.007880 10.0.0.23 - - [2025-12-18 02:19:12] "POST /neutron/port HTTP/1.1" 200 1067 0.017937 10.0.0.23 - - [2025-12-18 02:19:13] "POST /neutron/port HTTP/1.1" 200 1095 0.021006 10.0.0.65 - - [2025-12-18 02:19:13] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.23 - - [2025-12-18 02:19:13] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.086441 10.0.0.23 - - [2025-12-18 02:19:13] "POST /neutron/network HTTP/1.1" 200 912 0.007216 10.0.0.23 - - [2025-12-18 02:19:13] "POST /neutron/port HTTP/1.1" 200 1095 0.018956 10.0.0.23 - - [2025-12-18 02:19:13] "POST /neutron/network HTTP/1.1" 200 922 0.007210 10.0.0.23 - - [2025-12-18 02:19:14] "POST /neutron/port HTTP/1.1" 200 1068 0.018545 10.0.0.23 - - [2025-12-18 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004050 10.0.0.23 - - [2025-12-18 02:19:14] "POST /neutron/network HTTP/1.1" 200 912 0.006684 10.0.0.23 - - [2025-12-18 02:19:15] "POST /neutron/port HTTP/1.1" 200 1095 0.021998 10.0.0.23 - - [2025-12-18 02:19:16] "POST /neutron/port HTTP/1.1" 200 1096 0.020439 10.0.0.23 - - [2025-12-18 02:19:17] "POST /neutron/network HTTP/1.1" 200 909 0.007547 10.0.0.65 - - [2025-12-18 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004187 10.0.0.65 - - [2025-12-18 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.23 - - [2025-12-18 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.23 - - [2025-12-18 02:19:17] "POST /neutron/network HTTP/1.1" 200 151 0.151491 10.0.0.23 - - [2025-12-18 02:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.006528 10.0.0.23 - - [2025-12-18 02:19:17] "DELETE /route-target/62f00c67-eceb-4d73-8a54-b57e026c6936 HTTP/1.1" 200 115 0.038539 10.0.0.65 - - [2025-12-18 02:19:17] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.23 - - [2025-12-18 02:19:17] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.160791 10.0.0.65 - - [2025-12-18 02:19:17] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002122 10.0.0.23 - - [2025-12-18 02:19:18] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?fields=virtual_networks HTTP/1.1" 200 1047 0.069762 10.0.0.65 - - [2025-12-18 02:19:18] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.23 - - [2025-12-18 02:19:18] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.060636 10.0.0.65 - - [2025-12-18 02:19:18] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001594 10.0.0.23 - - [2025-12-18 02:19:18] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?fields=security_groups HTTP/1.1" 200 1281 0.053942 10.0.0.23 - - [2025-12-18 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.032030 10.0.0.65 - - [2025-12-18 02:19:19] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003060 10.0.0.65 - - [2025-12-18 02:19:19] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002499 10.0.0.65 - - [2025-12-18 02:19:19] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038352 10.0.0.65 - - [2025-12-18 02:19:19] "POST /id-to-fqname HTTP/1.1" 200 195 0.002115 10.0.0.65 - - [2025-12-18 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 204 0.011327 10.0.0.65 - - [2025-12-18 02:19:19] "POST /security-groups HTTP/1.1" 200 596 0.041461 10.0.0.65 - - [2025-12-18 02:19:19] "POST /projects HTTP/1.1" 200 595 0.293199 10.0.0.23 - - [2025-12-18 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 238 0.017982 10.0.0.65 - - [2025-12-18 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.371405 10.0.0.23 - - [2025-12-18 02:19:19] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.587800 10.0.0.23 - - [2025-12-18 02:19:20] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.23 - - [2025-12-18 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.23 - - [2025-12-18 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.060637 10.0.0.65 - - [2025-12-18 02:19:21] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000942 10.0.0.23 - - [2025-12-18 02:19:21] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.065477 10.0.0.23 - - [2025-12-18 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.040231 10.0.0.65 - - [2025-12-18 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006644 10.0.0.23 - - [2025-12-18 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.228666 10.0.0.23 - - [2025-12-18 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 261 0.001433 10.0.0.23 - - [2025-12-18 02:19:22] "GET /virtual-network/85a33908-4c75-4dc7-b041-96abea5724f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005661 10.0.0.23 - - [2025-12-18 02:19:22] "GET /virtual-network/85a33908-4c75-4dc7-b041-96abea5724f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005979 10.0.0.23 - - [2025-12-18 02:19:22] "POST /neutron/network HTTP/1.1" 200 900 0.007109 10.0.0.23 - - [2025-12-18 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.65 - - [2025-12-18 02:19:22] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000912 10.0.0.23 - - [2025-12-18 02:19:22] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.039168 10.0.0.65 - - [2025-12-18 02:19:22] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001066 10.0.0.23 - - [2025-12-18 02:19:22] "POST /neutron/network HTTP/1.1" 200 682 0.143908 10.0.0.23 - - [2025-12-18 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.003788 10.0.0.23 - - [2025-12-18 02:19:23] "GET /virtual-network/779f6f84-58b1-47fb-87c1-7ea7daa364c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005683 10.0.0.23 - - [2025-12-18 02:19:23] "POST /neutron/network HTTP/1.1" 200 902 0.006999 10.0.0.23 - - [2025-12-18 02:19:23] "GET /virtual-network/779f6f84-58b1-47fb-87c1-7ea7daa364c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005681 10.0.0.23 - - [2025-12-18 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.65 - - [2025-12-18 02:19:23] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001560 10.0.0.23 - - [2025-12-18 02:19:23] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057414 10.0.0.23 - - [2025-12-18 02:19:23] "POST /neutron/network HTTP/1.1" 200 117 0.033055 10.0.0.23 - - [2025-12-18 02:19:23] "POST /route-targets HTTP/1.1" 200 327 0.014266 10.0.0.23 - - [2025-12-18 02:19:23] "POST /neutron/network HTTP/1.1" 200 904 0.012163 10.0.0.23 - - [2025-12-18 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 262 0.001154 10.0.0.23 - - [2025-12-18 02:19:23] "GET /virtual-network/f46521cf-8729-45b6-be54-5dd6819f9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005274 10.0.0.23 - - [2025-12-18 02:19:23] "GET /virtual-network/f46521cf-8729-45b6-be54-5dd6819f9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005790 10.0.0.23 - - [2025-12-18 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.009442 10.0.0.23 - - [2025-12-18 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 261 0.001085 10.0.0.65 - - [2025-12-18 02:19:24] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001358 10.0.0.23 - - [2025-12-18 02:19:24] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.076035 10.0.0.23 - - [2025-12-18 02:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.006679 10.0.0.23 - - [2025-12-18 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 262 0.001456 10.0.0.23 - - [2025-12-18 02:19:25] "POST /neutron/network HTTP/1.1" 200 914 0.007078 10.0.0.23 - - [2025-12-18 02:19:26] "POST /neutron/port HTTP/1.1" 200 1066 0.015922 10.0.0.65 - - [2025-12-18 02:19:26] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001136 10.0.0.23 - - [2025-12-18 02:19:26] "POST /neutron/port HTTP/1.1" 200 1094 0.016199 10.0.0.23 - - [2025-12-18 02:19:26] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.126084 10.0.0.23 - - [2025-12-18 02:19:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.015924 10.0.0.23 - - [2025-12-18 02:19:26] "POST /neutron/port HTTP/1.1" 200 1094 0.017919 10.0.0.23 - - [2025-12-18 02:19:26] "POST /neutron/network HTTP/1.1" 200 914 0.009318 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003462 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.65 - - [2025-12-18 02:19:27] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.23 - - [2025-12-18 02:19:27] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011615 10.0.0.23 - - [2025-12-18 02:19:27] "POST /neutron/port HTTP/1.1" 200 1066 0.016463 10.0.0.23 - - [2025-12-18 02:19:27] "POST /service-templates HTTP/1.1" 200 543 0.043641 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2025-12-18 02:19:27] "GET /service-template/3d960332-8567-4710-aa53-b1072fee93a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006783 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.23 - - [2025-12-18 02:19:27] "GET /service-template/3d960332-8567-4710-aa53-b1072fee93a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003547 10.0.0.23 - - [2025-12-18 02:19:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.23 - - [2025-12-18 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001231 10.0.0.23 - - [2025-12-18 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001223 10.0.0.23 - - [2025-12-18 02:19:27] "POST /neutron/network HTTP/1.1" 200 904 0.009150 10.0.0.23 - - [2025-12-18 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001372 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2025-12-18 02:19:27] "DELETE /service-template/3d960332-8567-4710-aa53-b1072fee93a5 HTTP/1.1" 200 115 0.042568 10.0.0.23 - - [2025-12-18 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.005880 10.0.0.23 - - [2025-12-18 02:19:30] "POST /neutron/network HTTP/1.1" 200 902 0.007812 10.0.0.23 - - [2025-12-18 02:19:30] "POST /neutron/port HTTP/1.1" 200 1120 0.013657 10.0.0.23 - - [2025-12-18 02:19:30] "POST /neutron/port HTTP/1.1" 200 1120 0.032408 10.0.0.65 - - [2025-12-18 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.65 - - [2025-12-18 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.23 - - [2025-12-18 02:19:32] "POST /neutron/network HTTP/1.1" 200 151 0.142060 10.0.0.23 - - [2025-12-18 02:19:32] "DELETE /route-target/9184534a-2df5-4019-8aef-5d8b9fd08dc5 HTTP/1.1" 200 115 0.031647 10.0.0.23 - - [2025-12-18 02:19:32] "POST /neutron/network HTTP/1.1" 200 900 0.012922 10.0.0.23 - - [2025-12-18 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.65 - - [2025-12-18 02:19:32] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001158 10.0.0.23 - - [2025-12-18 02:19:33] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037723 10.0.0.65 - - [2025-12-18 02:19:33] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.23 - - [2025-12-18 02:19:33] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?fields=virtual_networks HTTP/1.1" 200 1042 0.045410 10.0.0.65 - - [2025-12-18 02:19:33] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001058 10.0.0.23 - - [2025-12-18 02:19:33] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.047693 10.0.0.65 - - [2025-12-18 02:19:33] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001362 10.0.0.23 - - [2025-12-18 02:19:33] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?fields=security_groups HTTP/1.1" 200 1273 0.046391 10.0.0.23 - - [2025-12-18 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.028900 10.0.0.65 - - [2025-12-18 02:19:34] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003099 10.0.0.65 - - [2025-12-18 02:19:34] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.65 - - [2025-12-18 02:19:34] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008063 10.0.0.65 - - [2025-12-18 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 199 0.001276 10.0.0.65 - - [2025-12-18 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.005311 10.0.0.65 - - [2025-12-18 02:19:34] "POST /security-groups HTTP/1.1" 200 600 0.038954 10.0.0.65 - - [2025-12-18 02:19:34] "POST /projects HTTP/1.1" 200 603 0.252321 10.0.0.23 - - [2025-12-18 02:19:34] "POST /access-control-lists HTTP/1.1" 200 605 0.028206 10.0.0.65 - - [2025-12-18 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.325012 10.0.0.23 - - [2025-12-18 02:19:34] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.473139 10.0.0.23 - - [2025-12-18 02:19:35] "GET / HTTP/1.1" 200 35931 0.002138 10.0.0.23 - - [2025-12-18 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2025-12-18 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.065318 10.0.0.65 - - [2025-12-18 02:19:36] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001025 10.0.0.23 - - [2025-12-18 02:19:36] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051746 10.0.0.65 - - [2025-12-18 02:19:36] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001054 10.0.0.23 - - [2025-12-18 02:19:36] "POST /neutron/network HTTP/1.1" 200 694 0.160028 10.0.0.23 - - [2025-12-18 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.013885 10.0.0.23 - - [2025-12-18 02:19:37] "POST /neutron/network HTTP/1.1" 200 1086 0.011813 10.0.0.23 - - [2025-12-18 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001156 10.0.0.23 - - [2025-12-18 02:19:37] "GET /virtual-network/1f2e87e7-d60c-447c-beb7-3238d3c6ad37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.004666 10.0.0.23 - - [2025-12-18 02:19:37] "GET /virtual-network/1f2e87e7-d60c-447c-beb7-3238d3c6ad37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.006119 10.0.0.23 - - [2025-12-18 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.009519 10.0.0.23 - - [2025-12-18 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.65 - - [2025-12-18 02:19:37] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000875 10.0.0.23 - - [2025-12-18 02:19:37] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064464 10.0.0.65 - - [2025-12-18 02:19:37] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001000 10.0.0.23 - - [2025-12-18 02:19:37] "POST /neutron/network HTTP/1.1" 200 694 0.137666 10.0.0.23 - - [2025-12-18 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.023568 10.0.0.23 - - [2025-12-18 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.005114 10.0.0.23 - - [2025-12-18 02:19:38] "POST /neutron/network HTTP/1.1" 200 1086 0.019602 10.0.0.23 - - [2025-12-18 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.001448 10.0.0.23 - - [2025-12-18 02:19:38] "GET /virtual-network/7cde92dc-d921-4b45-b8de-ed47f3a9df57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005008 10.0.0.23 - - [2025-12-18 02:19:38] "GET /virtual-network/7cde92dc-d921-4b45-b8de-ed47f3a9df57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005661 10.0.0.23 - - [2025-12-18 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.012767 10.0.0.23 - - [2025-12-18 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.65 - - [2025-12-18 02:19:38] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000938 10.0.0.23 - - [2025-12-18 02:19:38] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042329 10.0.0.65 - - [2025-12-18 02:19:38] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001378 10.0.0.23 - - [2025-12-18 02:19:38] "POST /neutron/network HTTP/1.1" 200 696 0.163245 10.0.0.23 - - [2025-12-18 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004330 10.0.0.23 - - [2025-12-18 02:19:39] "POST /neutron/network HTTP/1.1" 200 1087 0.010684 10.0.0.23 - - [2025-12-18 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 270 0.001122 10.0.0.23 - - [2025-12-18 02:19:39] "GET /virtual-network/af409fd4-2eab-46c6-96f3-6e44dadfe572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.004429 10.0.0.23 - - [2025-12-18 02:19:39] "GET /virtual-network/af409fd4-2eab-46c6-96f3-6e44dadfe572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006086 10.0.0.23 - - [2025-12-18 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.011398 10.0.0.23 - - [2025-12-18 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001419 10.0.0.65 - - [2025-12-18 02:19:40] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001069 10.0.0.23 - - [2025-12-18 02:19:40] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076104 10.0.0.23 - - [2025-12-18 02:19:40] "POST /neutron/network HTTP/1.1" 200 1086 0.038171 10.0.0.23 - - [2025-12-18 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 270 0.001587 10.0.0.23 - - [2025-12-18 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.010572 10.0.0.65 - - [2025-12-18 02:19:41] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001026 10.0.0.23 - - [2025-12-18 02:19:41] "POST /neutron/port HTTP/1.1" 200 1175 0.416268 10.0.0.65 - - [2025-12-18 02:19:41] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001223 10.0.0.23 - - [2025-12-18 02:19:41] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.131398 10.0.0.23 - - [2025-12-18 02:19:42] "POST /neutron/port HTTP/1.1" 200 1175 0.052193 10.0.0.23 - - [2025-12-18 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2067 0.011229 10.0.0.23 - - [2025-12-18 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.23 - - [2025-12-18 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.23 - - [2025-12-18 02:19:42] "POST /neutron/network HTTP/1.1" 200 1097 0.007250 10.0.0.23 - - [2025-12-18 02:19:43] "POST /neutron/port HTTP/1.1" 200 1174 0.020171 10.0.0.23 - - [2025-12-18 02:19:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.23 - - [2025-12-18 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.23 - - [2025-12-18 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.004292 10.0.0.23 - - [2025-12-18 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.65 - - [2025-12-18 02:19:43] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2025-12-18 02:19:43] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009932 10.0.0.23 - - [2025-12-18 02:19:43] "POST /service-templates HTTP/1.1" 200 543 0.046047 10.0.0.23 - - [2025-12-18 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-18 02:19:44] "GET /service-template/5849790e-490a-4da3-b69d-d8dda1318128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.007062 10.0.0.23 - - [2025-12-18 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2025-12-18 02:19:44] "GET /service-template/5849790e-490a-4da3-b69d-d8dda1318128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004684 10.0.0.23 - - [2025-12-18 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001454 10.0.0.23 - - [2025-12-18 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001431 10.0.0.23 - - [2025-12-18 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 270 0.002975 10.0.0.23 - - [2025-12-18 02:19:44] "POST /neutron/port HTTP/1.1" 200 2287 0.018096 10.0.0.23 - - [2025-12-18 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2025-12-18 02:19:44] "DELETE /service-template/5849790e-490a-4da3-b69d-d8dda1318128 HTTP/1.1" 200 115 0.025802 10.0.0.23 - - [2025-12-18 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003795 10.0.0.23 - - [2025-12-18 02:19:46] "POST /neutron/network HTTP/1.1" 400 204 0.018447 10.0.0.23 - - [2025-12-18 02:19:46] "POST /neutron/port HTTP/1.1" 200 1203 0.014978 10.0.0.23 - - [2025-12-18 02:19:46] "POST /neutron/port HTTP/1.1" 200 151 0.347679 10.0.0.23 - - [2025-12-18 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2025-12-18 02:19:48] "POST /neutron/network HTTP/1.1" 200 1087 0.010042 10.0.0.23 - - [2025-12-18 02:19:48] "DELETE /route-target/b557d5d2-6806-4074-9608-6336e35b9961 HTTP/1.1" 200 115 0.029431 10.0.0.65 - - [2025-12-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003594 10.0.0.65 - - [2025-12-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006390 10.0.0.65 - - [2025-12-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004447 10.0.0.65 - - [2025-12-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.23 - - [2025-12-18 02:19:48] "POST /neutron/network HTTP/1.1" 200 151 0.149290 10.0.0.65 - - [2025-12-18 02:19:48] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000968 10.0.0.23 - - [2025-12-18 02:19:48] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.095025 10.0.0.65 - - [2025-12-18 02:19:48] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001868 10.0.0.23 - - [2025-12-18 02:19:48] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?fields=virtual_networks HTTP/1.1" 200 1049 0.061092 10.0.0.65 - - [2025-12-18 02:19:48] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001597 10.0.0.23 - - [2025-12-18 02:19:48] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.047203 10.0.0.65 - - [2025-12-18 02:19:48] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001009 10.0.0.23 - - [2025-12-18 02:19:48] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?fields=security_groups HTTP/1.1" 200 1284 0.042258 10.0.0.23 - - [2025-12-18 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.034119 10.0.0.65 - - [2025-12-18 02:19:49] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004407 10.0.0.65 - - [2025-12-18 02:19:49] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.65 - - [2025-12-18 02:19:49] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008283 10.0.0.65 - - [2025-12-18 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.003540 10.0.0.65 - - [2025-12-18 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003698 10.0.0.65 - - [2025-12-18 02:19:50] "POST /security-groups HTTP/1.1" 200 603 0.077413 10.0.0.23 - - [2025-12-18 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.004543 10.0.0.65 - - [2025-12-18 02:19:50] "POST /projects HTTP/1.1" 200 609 0.292134 10.0.0.65 - - [2025-12-18 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.326062 10.0.0.23 - - [2025-12-18 02:19:50] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.496538 10.0.0.23 - - [2025-12-18 02:19:50] "POST /access-control-lists HTTP/1.1" 200 606 0.069648 10.0.0.23 - - [2025-12-18 02:19:51] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.23 - - [2025-12-18 02:19:52] "GET /obj-perms HTTP/1.1" 200 5056 0.067204 10.0.0.23 - - [2025-12-18 02:19:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.037412 10.0.0.65 - - [2025-12-18 02:19:53] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.23 - - [2025-12-18 02:19:53] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055996 10.0.0.65 - - [2025-12-18 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009701 10.0.0.23 - - [2025-12-18 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.299071 10.0.0.23 - - [2025-12-18 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001350 10.0.0.23 - - [2025-12-18 02:19:54] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.018016 10.0.0.23 - - [2025-12-18 02:19:54] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006175 10.0.0.23 - - [2025-12-18 02:19:54] "POST /neutron/network HTTP/1.1" 200 836 0.007868 10.0.0.23 - - [2025-12-18 02:19:54] "DELETE /access-control-list/64115c21-534a-4747-ad60-3f09d7ca44b3 HTTP/1.1" 200 115 0.043625 10.0.0.23 - - [2025-12-18 02:19:54] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006356 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/3aa788c5074244adb077e8f3e10ee213 HTTP/1.1" 404 173 0.010744 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/3c2ee51595e4402b8e6f410bad8b7157 HTTP/1.1" 404 173 0.012052 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/9911d2b5962a4d179e6f38b35288070d HTTP/1.1" 404 173 0.015378 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/dac62cae-b096-4493-b5aa-8e258111cebc HTTP/1.1" 404 177 0.006792 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/f8e9b06b49744e47ab838f4eb62cd99f HTTP/1.1" 404 173 0.011154 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000860 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000768 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000762 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.042929 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.094567 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.115002 10.0.0.23 - - [2025-12-18 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.019662 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001075 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?fields=security_groups HTTP/1.1" 200 1386 0.123703 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?fields=security_groups HTTP/1.1" 200 1389 0.077840 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?fields=security_groups HTTP/1.1" 200 1378 0.075231 10.0.0.23 - - [2025-12-18 02:19:56] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.102963 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /security-group/ceddc898-d8bc-4e94-b733-f8707f4ca726 HTTP/1.1" 200 115 0.079467 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3aa788c5-0742-44ad-b077-e8f3e10ee213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /security-group/31c1d92a-bcde-44dd-b613-06105cdb13c9 HTTP/1.1" 200 115 0.106839 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=3c2ee515-95e4-402b-8e6f-410bad8b7157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001585 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /security-group/ad3c53fb-d5c4-4cd1-9e40-3aa57ded4c51 HTTP/1.1" 200 115 0.140588 10.0.0.65 - - [2025-12-18 02:19:56] "GET /projects?obj_uuids=f8e9b06b-4974-4e47-ab83-8f4eb62cd99f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002308 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3aa788c5-0742-44ad-b077-e8f3e10ee213?fields=application_policy_sets HTTP/1.1" 200 1425 0.119273 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/3c2ee515-95e4-402b-8e6f-410bad8b7157?fields=application_policy_sets HTTP/1.1" 200 1428 0.102015 10.0.0.23 - - [2025-12-18 02:19:56] "DELETE /access-control-list/380a1399-e178-4481-85b6-c92ddf27f590 HTTP/1.1" 200 115 0.084886 10.0.0.65 - - [2025-12-18 02:19:56] "GET /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f?fields=application_policy_sets HTTP/1.1" 200 1417 0.143798 10.0.0.23 - - [2025-12-18 02:19:56] "POST /neutron/network HTTP/1.1" 200 619 0.336464 10.0.0.23 - - [2025-12-18 02:19:56] "DELETE /access-control-list/07efd508-890f-48fb-a6eb-987bfe105906 HTTP/1.1" 200 115 0.095280 10.0.0.65 - - [2025-12-18 02:19:56] "DELETE /project/3aa788c5-0742-44ad-b077-e8f3e10ee213 HTTP/1.1" 200 115 0.763151 10.0.0.65 - - [2025-12-18 02:19:57] "DELETE /project/3c2ee515-95e4-402b-8e6f-410bad8b7157 HTTP/1.1" 200 115 0.808657 10.0.0.65 - - [2025-12-18 02:19:57] "DELETE /project/f8e9b06b-4974-4e47-ab83-8f4eb62cd99f HTTP/1.1" 200 115 0.899537 10.0.0.23 - - [2025-12-18 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.056755 10.0.0.23 - - [2025-12-18 02:19:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.003757 10.0.0.23 - - [2025-12-18 02:19:57] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006817 10.0.0.23 - - [2025-12-18 02:19:57] "POST /neutron/network HTTP/1.1" 200 839 0.006821 10.0.0.23 - - [2025-12-18 02:19:57] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009003 10.0.0.23 - - [2025-12-18 02:19:57] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.011346 10.0.0.65 - - [2025-12-18 02:19:58] "GET /obj-perms HTTP/1.1" 200 5054 0.076447 10.0.0.23 - - [2025-12-18 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001864 10.0.0.23 - - [2025-12-18 02:20:32] "POST /neutron/network HTTP/1.1" 200 849 0.008407 10.0.0.65 - - [2025-12-18 02:20:33] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.23 - - [2025-12-18 02:20:33] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.080110 10.0.0.23 - - [2025-12-18 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.009188 10.0.0.23 - - [2025-12-18 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001357 10.0.0.23 - - [2025-12-18 02:20:34] "POST /neutron/network HTTP/1.1" 200 849 0.007213 10.0.0.65 - - [2025-12-18 02:20:34] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.23 - - [2025-12-18 02:20:34] "POST /neutron/port HTTP/1.1" 200 1073 0.041004 10.0.0.23 - - [2025-12-18 02:20:34] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.146240 10.0.0.23 - - [2025-12-18 02:20:35] "POST /neutron/port HTTP/1.1" 200 1101 0.048043 10.0.0.23 - - [2025-12-18 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012809 10.0.0.23 - - [2025-12-18 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.003111 10.0.0.23 - - [2025-12-18 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013313 10.0.0.65 - - [2025-12-18 02:20:35] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.23 - - [2025-12-18 02:20:35] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.086922 10.0.0.23 - - [2025-12-18 02:20:35] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.015008 10.0.0.23 - - [2025-12-18 02:20:35] "GET /floating-ip-pools?parent_id=ef6a60d3-735e-4aa5-8c76-1bd5cad8961a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003642 10.0.0.23 - - [2025-12-18 02:20:35] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006193 10.0.0.23 - - [2025-12-18 02:20:35] "POST /floating-ip-pools HTTP/1.1" 200 609 0.093083 10.0.0.23 - - [2025-12-18 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.038542 10.0.0.65 - - [2025-12-18 02:20:35] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001566 10.0.0.23 - - [2025-12-18 02:20:35] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.012848 10.0.0.23 - - [2025-12-18 02:20:36] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006216 10.0.0.23 - - [2025-12-18 02:20:36] "POST /neutron/port HTTP/1.1" 200 1070 0.651681 10.0.0.23 - - [2025-12-18 02:20:36] "POST /neutron/port HTTP/1.1" 200 1070 0.061601 10.0.0.23 - - [2025-12-18 02:20:36] "POST /neutron/port HTTP/1.1" 200 1098 0.042958 10.0.0.23 - - [2025-12-18 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.003700 10.0.0.23 - - [2025-12-18 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018767 10.0.0.23 - - [2025-12-18 02:20:51] "POST /neutron/port HTTP/1.1" 200 1101 0.036540 10.0.0.50 - - [2025-12-18 02:20:53] "GET /obj-perms HTTP/1.1" 200 5056 0.062747 10.0.0.23 - - [2025-12-18 02:20:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015517 10.0.0.23 - - [2025-12-18 02:21:07] "POST /neutron/port HTTP/1.1" 200 1101 0.016521 10.0.0.23 - - [2025-12-18 02:21:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008404 10.0.0.23 - - [2025-12-18 02:21:22] "POST /neutron/port HTTP/1.1" 200 1101 0.018878 10.0.0.23 - - [2025-12-18 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007623 10.0.0.23 - - [2025-12-18 02:21:37] "POST /neutron/port HTTP/1.1" 200 1101 0.017619 10.0.0.23 - - [2025-12-18 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008532 10.0.0.23 - - [2025-12-18 02:21:37] "GET /virtual-machine/f4ef5993-d092-492d-a4b4-a82ad88d594f HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2025-12-18 02:21:38] "GET /virtual-machine/f4ef5993-d092-492d-a4b4-a82ad88d594f HTTP/1.1" 200 1305 0.036817 10.0.0.23 - - [2025-12-18 02:21:38] "GET /virtual-machine-interface/cc9afe01-02b0-47b7-a735-2c4483a89b8c HTTP/1.1" 200 3004 0.005841 10.0.0.23 - - [2025-12-18 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-18 02:21:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006567 10.0.0.23 - - [2025-12-18 02:21:38] "GET /virtual-networks?parent_id=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002908 10.0.0.23 - - [2025-12-18 02:21:38] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006990 10.0.0.23 - - [2025-12-18 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-18 02:21:41] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006521 10.0.0.23 - - [2025-12-18 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.23 - - [2025-12-18 02:21:45] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005823 10.0.0.65 - - [2025-12-18 02:21:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.65 - - [2025-12-18 02:21:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.65 - - [2025-12-18 02:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.65 - - [2025-12-18 02:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-18 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.23 - - [2025-12-18 02:21:49] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007611 10.0.0.23 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.23 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001966 10.0.0.50 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2025-12-18 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-18 02:21:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 02:21:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-18 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-18 02:21:53] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005241 10.0.0.23 - - [2025-12-18 02:21:53] "GET /obj-perms HTTP/1.1" 200 5056 0.048034 10.0.0.23 - - [2025-12-18 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2025-12-18 02:21:57] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005612 10.0.0.23 - - [2025-12-18 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.23 - - [2025-12-18 02:22:01] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008860 10.0.0.23 - - [2025-12-18 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2025-12-18 02:22:05] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006534 10.0.0.23 - - [2025-12-18 02:22:09] "POST /neutron/port HTTP/1.1" 200 1101 0.015683 10.0.0.23 - - [2025-12-18 02:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.23 - - [2025-12-18 02:22:09] "POST /neutron/network HTTP/1.1" 200 839 0.007725 10.0.0.23 - - [2025-12-18 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.23 - - [2025-12-18 02:22:09] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005866 10.0.0.23 - - [2025-12-18 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2025-12-18 02:22:13] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005802 10.0.0.23 - - [2025-12-18 02:22:15] "POST /neutron/network HTTP/1.1" 200 846 0.007885 10.0.0.23 - - [2025-12-18 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.23 - - [2025-12-18 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2025-12-18 02:22:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.23 - - [2025-12-18 02:22:15] "GET /virtual-networks?parent_id=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003964 10.0.0.23 - - [2025-12-18 02:22:15] "GET /virtual-network/8efad568-e1d0-4080-aeb0-9f9acd454620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009126 10.0.0.23 - - [2025-12-18 02:22:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007709 10.0.0.23 - - [2025-12-18 02:22:26] "POST /neutron/port HTTP/1.1" 200 1101 0.016260 10.0.0.23 - - [2025-12-18 02:22:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033392 10.0.0.23 - - [2025-12-18 02:22:36] "POST /neutron/port HTTP/1.1" 200 1101 0.016645 10.0.0.23 - - [2025-12-18 02:22:41] "POST /neutron/port HTTP/1.1" 200 1101 0.013781 10.0.0.23 - - [2025-12-18 02:22:41] "POST /neutron/port HTTP/1.1" 200 1098 0.015345 10.0.0.23 - - [2025-12-18 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009493 10.0.0.23 - - [2025-12-18 02:22:42] "GET /virtual-machine/25bc2dc7-f11b-4c75-ac4e-1eec92a39211 HTTP/1.1" 200 1304 0.007066 10.0.0.23 - - [2025-12-18 02:22:42] "GET /virtual-machine-interface/bcd4fdc0-7572-4eda-a607-de45d6380894 HTTP/1.1" 200 3004 0.005739 10.0.0.23 - - [2025-12-18 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2025-12-18 02:22:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004445 10.0.0.23 - - [2025-12-18 02:22:42] "GET /virtual-networks?parent_id=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003196 10.0.0.23 - - [2025-12-18 02:22:42] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005548 10.0.0.23 - - [2025-12-18 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007301 10.0.0.23 - - [2025-12-18 02:22:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004980 10.0.0.23 - - [2025-12-18 02:22:43] "GET /virtual-networks?parent_id=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003047 10.0.0.23 - - [2025-12-18 02:22:43] "GET /virtual-network/ef6a60d3-735e-4aa5-8c76-1bd5cad8961a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006288 10.0.0.23 - - [2025-12-18 02:22:43] "POST /neutron/port HTTP/1.1" 200 1098 0.017787 10.0.0.23 - - [2025-12-18 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007296 10.0.0.23 - - [2025-12-18 02:22:53] "POST /neutron/floatingip HTTP/1.1" 200 576 0.017762 10.0.0.23 - - [2025-12-18 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.23 - - [2025-12-18 02:22:53] "GET /routing-instance/b5927e36-49a8-4606-9f2c-7d4b95775a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003717 10.0.0.23 - - [2025-12-18 02:22:53] "GET /route-target/2e947c5a-175a-46be-8d6c-7c7a5df487b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004171 10.0.0.23 - - [2025-12-18 02:23:09] "POST /neutron/network HTTP/1.1" 200 849 0.007399 10.0.0.23 - - [2025-12-18 02:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.23 - - [2025-12-18 02:23:15] "POST /neutron/port HTTP/1.1" 200 1098 0.017960 10.0.0.23 - - [2025-12-18 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.010435 10.0.0.23 - - [2025-12-18 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 576 0.014804 10.0.0.23 - - [2025-12-18 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.055957 10.0.0.23 - - [2025-12-18 02:23:45] "GET /floating-ip-pool/876a12df-c08b-4b5a-b33d-15e73852a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004602 10.0.0.23 - - [2025-12-18 02:23:45] "POST /ref-update HTTP/1.1" 200 156 0.014605 10.0.0.23 - - [2025-12-18 02:23:45] "DELETE /floating-ip-pool/876a12df-c08b-4b5a-b33d-15e73852a771 HTTP/1.1" 200 115 0.041365 10.0.0.23 - - [2025-12-18 02:23:45] "POST /neutron/port HTTP/1.1" 200 1101 0.017286 10.0.0.23 - - [2025-12-18 02:23:46] "POST /neutron/port HTTP/1.1" 200 151 0.201204 10.0.0.23 - - [2025-12-18 02:23:47] "POST /neutron/network HTTP/1.1" 200 839 0.007157 10.0.0.23 - - [2025-12-18 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.65 - - [2025-12-18 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.65 - - [2025-12-18 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002684 10.0.0.23 - - [2025-12-18 02:23:48] "POST /neutron/network HTTP/1.1" 200 151 0.135558 10.0.0.65 - - [2025-12-18 02:23:49] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.23 - - [2025-12-18 02:23:49] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047646 10.0.0.65 - - [2025-12-18 02:23:49] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002607 10.0.0.23 - - [2025-12-18 02:23:49] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?fields=virtual_networks HTTP/1.1" 200 1056 0.053760 10.0.0.65 - - [2025-12-18 02:23:49] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.23 - - [2025-12-18 02:23:49] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.037245 10.0.0.65 - - [2025-12-18 02:23:49] "GET /projects?obj_uuids=9911d2b5-962a-4d17-9e6f-38b35288070d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.23 - - [2025-12-18 02:23:49] "GET /project/9911d2b5-962a-4d17-9e6f-38b35288070d?fields=security_groups HTTP/1.1" 200 1294 0.065617 10.0.0.23 - - [2025-12-18 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.028849 10.0.0.65 - - [2025-12-18 02:23:50] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003584 10.0.0.65 - - [2025-12-18 02:23:50] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001673 10.0.0.65 - - [2025-12-18 02:23:50] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008726 10.0.0.65 - - [2025-12-18 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.002126 10.0.0.65 - - [2025-12-18 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.006704 10.0.0.65 - - [2025-12-18 02:23:51] "POST /security-groups HTTP/1.1" 200 591 0.077925 10.0.0.65 - - [2025-12-18 02:23:51] "POST /projects HTTP/1.1" 200 585 0.301813 10.0.0.23 - - [2025-12-18 02:23:51] "POST /access-control-lists HTTP/1.1" 200 596 0.032713 10.0.0.65 - - [2025-12-18 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.391856 10.0.0.23 - - [2025-12-18 02:23:51] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.544050 10.0.0.23 - - [2025-12-18 02:23:52] "GET / HTTP/1.1" 200 35931 0.002147 10.0.0.23 - - [2025-12-18 02:23:55] "DELETE /access-control-list/b357727e-d6b3-4905-ac23-0d50ed0f2e34 HTTP/1.1" 200 115 0.034783 10.0.0.65 - - [2025-12-18 02:23:55] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.23 - - [2025-12-18 02:23:55] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042735 10.0.0.65 - - [2025-12-18 02:23:55] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002100 10.0.0.23 - - [2025-12-18 02:23:55] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?fields=virtual_networks HTTP/1.1" 200 1031 0.058162 10.0.0.65 - - [2025-12-18 02:23:55] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.23 - - [2025-12-18 02:23:55] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046636 10.0.0.65 - - [2025-12-18 02:23:55] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.23 - - [2025-12-18 02:23:55] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?fields=security_groups HTTP/1.1" 200 1257 0.065646 10.0.0.65 - - [2025-12-18 02:23:56] "GET /obj-perms HTTP/1.1" 200 5056 0.368417 10.0.0.23 - - [2025-12-18 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.027348 10.0.0.65 - - [2025-12-18 02:23:56] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002894 10.0.0.65 - - [2025-12-18 02:23:56] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2025-12-18 02:23:56] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007138 10.0.0.65 - - [2025-12-18 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.005607 10.0.0.65 - - [2025-12-18 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.006550 10.0.0.65 - - [2025-12-18 02:23:57] "POST /security-groups HTTP/1.1" 200 586 0.042036 10.0.0.65 - - [2025-12-18 02:23:57] "POST /projects HTTP/1.1" 200 575 0.241349 10.0.0.23 - - [2025-12-18 02:23:57] "POST /access-control-lists HTTP/1.1" 200 591 0.040792 10.0.0.65 - - [2025-12-18 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.318964 10.0.0.65 - - [2025-12-18 02:23:57] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002286 10.0.0.65 - - [2025-12-18 02:23:57] "DELETE /project/bcc76749f403496a83a3b2cb91126a66 HTTP/1.1" 404 173 0.007899 10.0.0.65 - - [2025-12-18 02:23:57] "DELETE /project/81621ffa3a274073b5a1c88e5dff1717 HTTP/1.1" 404 173 0.011822 10.0.0.65 - - [2025-12-18 02:23:57] "DELETE /project/9911d2b5-962a-4d17-9e6f-38b35288070d HTTP/1.1" 404 177 0.011277 10.0.0.23 - - [2025-12-18 02:23:57] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.489432 10.0.0.65 - - [2025-12-18 02:23:57] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.063118 10.0.0.65 - - [2025-12-18 02:23:57] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.65 - - [2025-12-18 02:23:57] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?fields=security_groups HTTP/1.1" 200 1362 0.064296 10.0.0.65 - - [2025-12-18 02:23:57] "DELETE /security-group/7bcec283-98b9-4083-ab39-baf0537e51fd HTTP/1.1" 200 115 0.051885 10.0.0.65 - - [2025-12-18 02:23:57] "GET /projects?obj_uuids=bcc76749-f403-496a-83a3-b2cb91126a66&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.23 - - [2025-12-18 02:23:57] "DELETE /access-control-list/c3edfe44-fc93-4efb-9082-51dee8beb420 HTTP/1.1" 200 115 0.039236 10.0.0.65 - - [2025-12-18 02:23:57] "GET /project/bcc76749-f403-496a-83a3-b2cb91126a66?fields=application_policy_sets HTTP/1.1" 200 1401 0.041408 10.0.0.65 - - [2025-12-18 02:23:57] "DELETE /project/bcc76749-f403-496a-83a3-b2cb91126a66 HTTP/1.1" 200 115 0.455738 10.0.0.23 - - [2025-12-18 02:23:58] "GET / HTTP/1.1" 200 35931 0.002938 10.0.0.65 - - [2025-12-18 02:24:04] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.23 - - [2025-12-18 02:24:04] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046727 10.0.0.65 - - [2025-12-18 02:24:04] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.23 - - [2025-12-18 02:24:04] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?fields=virtual_networks HTTP/1.1" 200 1021 0.050536 10.0.0.65 - - [2025-12-18 02:24:04] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001388 10.0.0.23 - - [2025-12-18 02:24:04] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.053301 10.0.0.65 - - [2025-12-18 02:24:04] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.23 - - [2025-12-18 02:24:04] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?fields=security_groups HTTP/1.1" 200 1242 0.040385 10.0.0.23 - - [2025-12-18 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 187 0.028567 10.0.0.65 - - [2025-12-18 02:24:05] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003290 10.0.0.65 - - [2025-12-18 02:24:05] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.65 - - [2025-12-18 02:24:05] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007770 10.0.0.65 - - [2025-12-18 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 189 0.043561 10.0.0.65 - - [2025-12-18 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.002812 10.0.0.65 - - [2025-12-18 02:24:06] "POST /security-groups HTTP/1.1" 200 590 0.079983 10.0.0.65 - - [2025-12-18 02:24:06] "POST /projects HTTP/1.1" 200 583 0.335561 10.0.0.23 - - [2025-12-18 02:24:06] "POST /access-control-lists HTTP/1.1" 200 595 0.028213 10.0.0.65 - - [2025-12-18 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.411035 10.0.0.23 - - [2025-12-18 02:24:06] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.558209 10.0.0.23 - - [2025-12-18 02:24:07] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.65 - - [2025-12-18 02:24:10] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000998 10.0.0.23 - - [2025-12-18 02:24:10] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049862 10.0.0.65 - - [2025-12-18 02:24:10] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001112 10.0.0.23 - - [2025-12-18 02:24:10] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?fields=virtual_networks HTTP/1.1" 200 1030 0.042603 10.0.0.65 - - [2025-12-18 02:24:11] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001052 10.0.0.23 - - [2025-12-18 02:24:11] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052968 10.0.0.65 - - [2025-12-18 02:24:11] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001028 10.0.0.23 - - [2025-12-18 02:24:11] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?fields=security_groups HTTP/1.1" 200 1255 0.045017 10.0.0.23 - - [2025-12-18 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.037801 10.0.0.65 - - [2025-12-18 02:24:12] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003810 10.0.0.65 - - [2025-12-18 02:24:12] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.65 - - [2025-12-18 02:24:12] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009070 10.0.0.65 - - [2025-12-18 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.004163 10.0.0.65 - - [2025-12-18 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.005976 10.0.0.65 - - [2025-12-18 02:24:12] "POST /security-groups HTTP/1.1" 200 591 0.077154 10.0.0.65 - - [2025-12-18 02:24:12] "POST /projects HTTP/1.1" 200 585 0.297385 10.0.0.23 - - [2025-12-18 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.042253 10.0.0.65 - - [2025-12-18 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.376902 10.0.0.23 - - [2025-12-18 02:24:12] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.526218 10.0.0.23 - - [2025-12-18 02:24:12] "POST /access-control-lists HTTP/1.1" 200 594 0.048761 10.0.0.23 - - [2025-12-18 02:24:13] "GET / HTTP/1.1" 200 35931 0.003347 10.0.0.65 - - [2025-12-18 02:24:17] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.23 - - [2025-12-18 02:24:17] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.106163 10.0.0.65 - - [2025-12-18 02:24:17] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.23 - - [2025-12-18 02:24:17] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?fields=virtual_networks HTTP/1.1" 200 1032 0.050731 10.0.0.65 - - [2025-12-18 02:24:17] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.23 - - [2025-12-18 02:24:17] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047263 10.0.0.65 - - [2025-12-18 02:24:17] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.23 - - [2025-12-18 02:24:17] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?fields=security_groups HTTP/1.1" 200 1258 0.042305 10.0.0.23 - - [2025-12-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.033213 10.0.0.65 - - [2025-12-18 02:24:18] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003392 10.0.0.65 - - [2025-12-18 02:24:18] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.65 - - [2025-12-18 02:24:18] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009923 10.0.0.65 - - [2025-12-18 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.003612 10.0.0.65 - - [2025-12-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.009368 10.0.0.65 - - [2025-12-18 02:24:18] "POST /security-groups HTTP/1.1" 200 595 0.042641 10.0.0.65 - - [2025-12-18 02:24:18] "POST /projects HTTP/1.1" 200 593 0.257920 10.0.0.65 - - [2025-12-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.293060 10.0.0.23 - - [2025-12-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.006720 10.0.0.23 - - [2025-12-18 02:24:18] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.455761 10.0.0.23 - - [2025-12-18 02:24:20] "GET / HTTP/1.1" 200 35931 0.002400 10.0.0.65 - - [2025-12-18 02:24:23] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001134 10.0.0.23 - - [2025-12-18 02:24:23] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052100 10.0.0.65 - - [2025-12-18 02:24:23] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001130 10.0.0.23 - - [2025-12-18 02:24:23] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?fields=virtual_networks HTTP/1.1" 200 1039 0.046287 10.0.0.65 - - [2025-12-18 02:24:23] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001665 10.0.0.23 - - [2025-12-18 02:24:23] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.051033 10.0.0.65 - - [2025-12-18 02:24:23] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001033 10.0.0.23 - - [2025-12-18 02:24:23] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?fields=security_groups HTTP/1.1" 200 1269 0.073270 10.0.0.23 - - [2025-12-18 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.027796 10.0.0.65 - - [2025-12-18 02:24:24] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003373 10.0.0.65 - - [2025-12-18 02:24:24] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.65 - - [2025-12-18 02:24:24] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045283 10.0.0.65 - - [2025-12-18 02:24:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.011030 10.0.0.65 - - [2025-12-18 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.006046 10.0.0.65 - - [2025-12-18 02:24:25] "POST /security-groups HTTP/1.1" 200 586 0.031997 10.0.0.65 - - [2025-12-18 02:24:25] "POST /projects HTTP/1.1" 200 575 0.266699 10.0.0.65 - - [2025-12-18 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.304316 10.0.0.23 - - [2025-12-18 02:24:25] "POST /access-control-lists HTTP/1.1" 200 591 0.029104 10.0.0.23 - - [2025-12-18 02:24:25] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.514926 10.0.0.23 - - [2025-12-18 02:24:26] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.23 - - [2025-12-18 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003422 10.0.0.23 - - [2025-12-18 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.003309 10.0.0.23 - - [2025-12-18 02:24:27] "POST /access-control-lists HTTP/1.1" 200 588 0.031096 10.0.0.23 - - [2025-12-18 02:24:27] "PUT /access-control-list/e0612340-b5af-4a9f-9efb-819f2141f14f HTTP/1.1" 200 272 0.016615 10.0.0.23 - - [2025-12-18 02:24:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.038599 10.0.0.23 - - [2025-12-18 02:24:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.241647 10.0.0.23 - - [2025-12-18 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003291 10.0.0.23 - - [2025-12-18 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.003234 10.0.0.23 - - [2025-12-18 02:24:28] "POST /access-control-lists HTTP/1.1" 200 588 0.032608 10.0.0.23 - - [2025-12-18 02:24:28] "PUT /access-control-list/82cf6ba5-5331-410b-865b-b7af979ff2b1 HTTP/1.1" 200 272 0.025227 10.0.0.23 - - [2025-12-18 02:24:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013624 10.0.0.23 - - [2025-12-18 02:24:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113469 10.0.0.23 - - [2025-12-18 02:24:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.23 - - [2025-12-18 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.028450 10.0.0.23 - - [2025-12-18 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.003518 10.0.0.23 - - [2025-12-18 02:24:29] "POST /access-control-lists HTTP/1.1" 200 605 0.029771 10.0.0.23 - - [2025-12-18 02:24:29] "PUT /access-control-list/05e791f3-20ae-43fb-9ff3-d1703b5d5722 HTTP/1.1" 200 272 0.018342 10.0.0.23 - - [2025-12-18 02:24:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.037159 10.0.0.23 - - [2025-12-18 02:24:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121244 10.0.0.23 - - [2025-12-18 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.002901 10.0.0.23 - - [2025-12-18 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.003231 10.0.0.23 - - [2025-12-18 02:24:30] "POST /access-control-lists HTTP/1.1" 200 605 0.045440 10.0.0.23 - - [2025-12-18 02:24:30] "PUT /access-control-list/13648652-c929-4b30-8fe5-25faee8a9957 HTTP/1.1" 200 272 0.024391 10.0.0.23 - - [2025-12-18 02:24:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014981 10.0.0.23 - - [2025-12-18 02:24:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162300 10.0.0.23 - - [2025-12-18 02:24:32] "POST /route-targets HTTP/1.1" 200 327 0.020732 10.0.0.23 - - [2025-12-18 02:24:32] "POST /neutron/router HTTP/1.1" 200 541 0.005772 10.0.0.23 - - [2025-12-18 02:24:32] "POST /neutron/router HTTP/1.1" 200 541 0.012803 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.005980 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.004582 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.004605 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.010219 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.004625 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.004433 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.003998 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.004030 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 541 0.005372 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 542 0.031815 10.0.0.23 - - [2025-12-18 02:24:33] "GET /logical-router/3b35295f-e597-4aa6-a027-c6deaf44cc02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006368 10.0.0.65 - - [2025-12-18 02:24:33] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001013 10.0.0.23 - - [2025-12-18 02:24:33] "DELETE /route-target/8553cbfe-98dc-4fea-8b73-312760705209 HTTP/1.1" 200 115 0.032036 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 542 0.109103 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 542 0.016022 10.0.0.23 - - [2025-12-18 02:24:33] "POST /neutron/router HTTP/1.1" 200 542 0.004776 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.005230 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004228 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004351 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004400 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004105 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004963 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004991 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004193 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.029720 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 542 0.004073 10.0.0.23 - - [2025-12-18 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 559 0.006366 10.0.0.23 - - [2025-12-18 02:24:34] "PUT /logical-router/8a81bea9-1e84-456a-a089-604f64faf372 HTTP/1.1" 200 262 0.040803 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 559 0.017674 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 559 0.004402 10.0.0.23 - - [2025-12-18 02:24:34] "POST /neutron/router HTTP/1.1" 200 559 0.005325 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004943 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004663 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004262 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004599 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004582 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004452 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.004739 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 559 0.008366 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/router HTTP/1.1" 200 151 0.105744 10.0.0.23 - - [2025-12-18 02:24:35] "DELETE /access-control-list/e7a4a34c-7f4f-415f-837b-66544993e3b9 HTTP/1.1" 200 115 0.038947 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.006999 10.0.0.23 - - [2025-12-18 02:24:35] "DELETE /access-control-list/05e791f3-20ae-43fb-9ff3-d1703b5d5722 HTTP/1.1" 200 115 0.034801 10.0.0.23 - - [2025-12-18 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.074208 10.0.0.23 - - [2025-12-18 02:24:36] "DELETE /access-control-list/937a87e5-e811-4a4e-82f6-3bcf06947f56 HTTP/1.1" 200 115 0.044235 10.0.0.65 - - [2025-12-18 02:24:37] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.23 - - [2025-12-18 02:24:37] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.036632 10.0.0.65 - - [2025-12-18 02:24:37] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.23 - - [2025-12-18 02:24:37] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?fields=virtual_networks HTTP/1.1" 200 1022 0.058031 10.0.0.65 - - [2025-12-18 02:24:37] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001448 10.0.0.23 - - [2025-12-18 02:24:37] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.055784 10.0.0.65 - - [2025-12-18 02:24:37] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001527 10.0.0.23 - - [2025-12-18 02:24:37] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?fields=security_groups HTTP/1.1" 200 1243 0.053702 10.0.0.23 - - [2025-12-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.029192 10.0.0.65 - - [2025-12-18 02:24:38] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003828 10.0.0.65 - - [2025-12-18 02:24:38] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.65 - - [2025-12-18 02:24:38] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012164 10.0.0.65 - - [2025-12-18 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001429 10.0.0.65 - - [2025-12-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003370 10.0.0.65 - - [2025-12-18 02:24:38] "POST /security-groups HTTP/1.1" 200 587 0.030293 10.0.0.65 - - [2025-12-18 02:24:38] "POST /projects HTTP/1.1" 200 577 0.252047 10.0.0.65 - - [2025-12-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.287318 10.0.0.23 - - [2025-12-18 02:24:38] "POST /access-control-lists HTTP/1.1" 200 592 0.028059 10.0.0.23 - - [2025-12-18 02:24:38] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.442462 10.0.0.23 - - [2025-12-18 02:24:40] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.23 - - [2025-12-18 02:24:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2025-12-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.064788 10.0.0.65 - - [2025-12-18 02:24:42] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.23 - - [2025-12-18 02:24:42] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.048909 10.0.0.23 - - [2025-12-18 02:24:42] "POST /neutron/network HTTP/1.1" 200 117 0.046252 10.0.0.23 - - [2025-12-18 02:24:42] "POST /route-targets HTTP/1.1" 200 327 0.021436 10.0.0.23 - - [2025-12-18 02:24:42] "POST /neutron/network HTTP/1.1" 200 820 0.008822 10.0.0.23 - - [2025-12-18 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 216 0.001117 10.0.0.23 - - [2025-12-18 02:24:42] "GET /virtual-network/c33f0e7f-95b1-497f-bfea-803058365d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005332 10.0.0.23 - - [2025-12-18 02:24:42] "GET /virtual-network/c33f0e7f-95b1-497f-bfea-803058365d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006582 10.0.0.23 - - [2025-12-18 02:24:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.011978 10.0.0.23 - - [2025-12-18 02:24:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.005158 10.0.0.23 - - [2025-12-18 02:24:43] "GET /virtual-network/c33f0e7f-95b1-497f-bfea-803058365d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005240 10.0.0.23 - - [2025-12-18 02:24:43] "GET /virtual-machine-interface/acf837ad-238b-4f67-8ddf-e7bff0fb705a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008087 10.0.0.23 - - [2025-12-18 02:24:43] "GET /virtual-machine-interface/acf837ad-238b-4f67-8ddf-e7bff0fb705a?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.009020 10.0.0.23 - - [2025-12-18 02:24:43] "GET /instance-ip/d6e42b30-8873-40b4-b63f-71f56dd3533a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005653 10.0.0.23 - - [2025-12-18 02:24:43] "POST /neutron/port HTTP/1.1" 200 151 0.111063 10.0.0.23 - - [2025-12-18 02:24:44] "DELETE /route-target/6d78d1b2-2fd1-4204-861f-036be8060abc HTTP/1.1" 200 115 0.030227 10.0.0.23 - - [2025-12-18 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.65 - - [2025-12-18 02:24:46] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000859 10.0.0.23 - - [2025-12-18 02:24:46] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039357 10.0.0.23 - - [2025-12-18 02:24:46] "POST /neutron/network HTTP/1.1" 200 117 0.012785 10.0.0.65 - - [2025-12-18 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006601 10.0.0.23 - - [2025-12-18 02:24:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.214713 10.0.0.23 - - [2025-12-18 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 217 0.001436 10.0.0.23 - - [2025-12-18 02:24:47] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006076 10.0.0.23 - - [2025-12-18 02:24:47] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006776 10.0.0.23 - - [2025-12-18 02:24:47] "POST /neutron/network HTTP/1.1" 200 979 0.010987 10.0.0.65 - - [2025-12-18 02:24:47] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.23 - - [2025-12-18 02:24:47] "POST /neutron/port HTTP/1.1" 200 1018 0.259744 10.0.0.23 - - [2025-12-18 02:24:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001459 10.0.0.23 - - [2025-12-18 02:24:48] "POST /neutron/port HTTP/1.1" 200 1018 0.037313 10.0.0.23 - - [2025-12-18 02:24:48] "POST /neutron/port HTTP/1.1" 200 117 0.006643 10.0.0.23 - - [2025-12-18 02:24:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001596 10.0.0.23 - - [2025-12-18 02:24:49] "POST /neutron/port HTTP/1.1" 200 1019 0.013914 10.0.0.23 - - [2025-12-18 02:24:49] "POST /neutron/port HTTP/1.1" 200 1019 0.013772 10.0.0.23 - - [2025-12-18 02:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.008457 10.0.0.23 - - [2025-12-18 02:24:49] "POST /neutron/port HTTP/1.1" 200 1019 0.009556 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/port HTTP/1.1" 200 1019 0.011554 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/network HTTP/1.1" 200 989 0.006869 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/port HTTP/1.1" 200 1110 0.204488 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.014506 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005058 10.0.0.23 - - [2025-12-18 02:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.23 - - [2025-12-18 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008496 10.0.0.23 - - [2025-12-18 02:24:54] "POST /neutron/port HTTP/1.1" 200 1084 0.014875 10.0.0.23 - - [2025-12-18 02:24:54] "GET /virtual-machine/fb4afc81-0583-4fc1-9c1d-9c7bd71ec9fb HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2025-12-18 02:24:55] "GET /virtual-machine/fb4afc81-0583-4fc1-9c1d-9c7bd71ec9fb HTTP/1.1" 200 1285 0.041000 10.0.0.23 - - [2025-12-18 02:24:55] "GET /virtual-machine-interface/7ec9aa4a-b258-4b3e-953e-ca1ffb75aeb5 HTTP/1.1" 200 2923 0.005572 10.0.0.23 - - [2025-12-18 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013221 10.0.0.23 - - [2025-12-18 02:24:55] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.23 - - [2025-12-18 02:24:55] "GET /virtual-networks?parent_id=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002800 10.0.0.23 - - [2025-12-18 02:24:55] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006653 10.0.0.50 - - [2025-12-18 02:24:57] "GET /obj-perms HTTP/1.1" 200 5056 0.049843 10.0.0.65 - - [2025-12-18 02:24:57] "DELETE /project/f1cc03b73e1042119672db127b630033 HTTP/1.1" 404 173 0.019011 10.0.0.65 - - [2025-12-18 02:24:57] "DELETE /project/e1a09585580a4df39c90f9666b4e28e1 HTTP/1.1" 404 173 0.025712 10.0.0.65 - - [2025-12-18 02:24:57] "DELETE /project/fc06bc54d719494e8c2b58178fb13b10 HTTP/1.1" 404 173 0.019121 10.0.0.65 - - [2025-12-18 02:24:57] "DELETE /project/ec506c25df8d4fd087c4d459d692b3a1 HTTP/1.1" 404 173 0.013819 10.0.0.65 - - [2025-12-18 02:24:57] "DELETE /project/c66133fb04264a1a9695f8c48a686934 HTTP/1.1" 404 173 0.015458 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000901 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000766 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000729 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000705 10.0.0.65 - - [2025-12-18 02:24:57] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.098415 10.0.0.65 - - [2025-12-18 02:24:57] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002357 10.0.0.65 - - [2025-12-18 02:24:57] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.132315 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002353 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.155629 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.165178 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001528 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.210693 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?fields=security_groups HTTP/1.1" 200 1360 0.149680 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?fields=security_groups HTTP/1.1" 200 1348 0.107911 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?fields=security_groups HTTP/1.1" 200 1363 0.173540 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?fields=security_groups HTTP/1.1" 200 1347 0.150886 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?fields=security_groups HTTP/1.1" 200 1374 0.153687 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /security-group/deed8af4-0ddf-4403-aa85-6bc44e97a2af HTTP/1.1" 200 115 0.126489 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=c66133fb-0426-4a1a-9695-f8c48a686934&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /security-group/8c564f08-1c03-4138-9ec0-35458411e4dc HTTP/1.1" 200 115 0.185724 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=e1a09585-580a-4df3-9c90-f9666b4e28e1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001476 10.0.0.23 - - [2025-12-18 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009006 10.0.0.23 - - [2025-12-18 02:24:58] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009292 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /security-group/2b0e66bc-a051-4669-ab08-d762e0c28e9e HTTP/1.1" 200 115 0.192821 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /security-group/ee407478-89ed-4be6-b1e8-f1491e527b44 HTTP/1.1" 200 115 0.184167 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=fc06bc54-d719-494e-8c2b-58178fb13b10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.23 - - [2025-12-18 02:24:58] "DELETE /access-control-list/f5ae2dc0-5bd7-48b2-9334-0d70257a162a HTTP/1.1" 200 115 0.149690 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=81621ffa-3a27-4073-b5a1-c88e5dff1717&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/c66133fb-0426-4a1a-9695-f8c48a686934?fields=application_policy_sets HTTP/1.1" 200 1387 0.119088 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /security-group/b32a0bee-6dce-4964-a8d5-90df3509447f HTTP/1.1" 200 115 0.188562 10.0.0.65 - - [2025-12-18 02:24:58] "GET /projects?obj_uuids=ec506c25-df8d-4fd0-87c4-d459d692b3a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005902 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/e1a09585-580a-4df3-9c90-f9666b4e28e1?fields=application_policy_sets HTTP/1.1" 200 1399 0.166063 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/81621ffa-3a27-4073-b5a1-c88e5dff1717?fields=application_policy_sets HTTP/1.1" 200 1386 0.108338 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/fc06bc54-d719-494e-8c2b-58178fb13b10?fields=application_policy_sets HTTP/1.1" 200 1402 0.144431 10.0.0.65 - - [2025-12-18 02:24:58] "GET /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1?fields=application_policy_sets HTTP/1.1" 200 1413 0.210323 10.0.0.23 - - [2025-12-18 02:24:58] "DELETE /access-control-list/e78e3e70-7b28-4b64-86a5-61937a2093a0 HTTP/1.1" 200 115 0.132805 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /project/c66133fb-0426-4a1a-9695-f8c48a686934 HTTP/1.1" 200 115 1.033375 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /project/81621ffa-3a27-4073-b5a1-c88e5dff1717 HTTP/1.1" 200 115 1.089951 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /project/e1a09585-580a-4df3-9c90-f9666b4e28e1 HTTP/1.1" 200 115 1.121809 10.0.0.65 - - [2025-12-18 02:24:58] "DELETE /project/fc06bc54-d719-494e-8c2b-58178fb13b10 HTTP/1.1" 200 115 1.130010 10.0.0.23 - - [2025-12-18 02:24:58] "DELETE /access-control-list/72d33783-d801-4832-b82f-1c89e56deae8 HTTP/1.1" 200 115 0.096964 10.0.0.65 - - [2025-12-18 02:24:59] "DELETE /project/ec506c25-df8d-4fd0-87c4-d459d692b3a1 HTTP/1.1" 200 115 1.242484 10.0.0.23 - - [2025-12-18 02:24:59] "DELETE /access-control-list/4808f624-2cdc-47bb-af0f-5319d80c988e HTTP/1.1" 200 115 0.032740 10.0.0.23 - - [2025-12-18 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007664 10.0.0.23 - - [2025-12-18 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2025-12-18 02:25:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003590 10.0.0.23 - - [2025-12-18 02:25:02] "GET /virtual-networks?parent_id=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002845 10.0.0.23 - - [2025-12-18 02:25:02] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006922 10.0.0.23 - - [2025-12-18 02:25:02] "POST /neutron/port HTTP/1.1" 200 1084 0.017536 10.0.0.23 - - [2025-12-18 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007427 10.0.0.23 - - [2025-12-18 02:25:08] "POST /neutron/port HTTP/1.1" 200 1085 0.016087 10.0.0.23 - - [2025-12-18 02:25:08] "GET /virtual-machine/138bf1e4-a9d3-4d52-9035-0383bdb3fa4b HTTP/1.1" 200 1284 0.009290 10.0.0.23 - - [2025-12-18 02:25:08] "GET /virtual-machine-interface/0d7d0c6a-03dc-4141-86da-adec94fbf615 HTTP/1.1" 200 2921 0.006915 10.0.0.23 - - [2025-12-18 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006350 10.0.0.23 - - [2025-12-18 02:25:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003923 10.0.0.23 - - [2025-12-18 02:25:08] "GET /virtual-networks?parent_id=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005389 10.0.0.23 - - [2025-12-18 02:25:08] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007563 10.0.0.23 - - [2025-12-18 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.23 - - [2025-12-18 02:25:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.23 - - [2025-12-18 02:25:09] "GET /virtual-networks?parent_id=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003165 10.0.0.23 - - [2025-12-18 02:25:09] "GET /virtual-network/145248f6-049a-4ee7-9d07-aff404feb08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006315 10.0.0.23 - - [2025-12-18 02:25:10] "POST /neutron/port HTTP/1.1" 200 1084 0.016922 10.0.0.23 - - [2025-12-18 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.012992 10.0.0.23 - - [2025-12-18 02:25:13] "POST /neutron/port HTTP/1.1" 200 1111 0.013160 10.0.0.23 - - [2025-12-18 02:25:13] "POST /neutron/port HTTP/1.1" 200 1110 0.012136 10.0.0.23 - - [2025-12-18 02:25:13] "POST /neutron/network HTTP/1.1" 200 979 0.011509 10.0.0.65 - - [2025-12-18 02:25:15] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001371 10.0.0.23 - - [2025-12-18 02:25:15] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046264 10.0.0.65 - - [2025-12-18 02:25:15] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.23 - - [2025-12-18 02:25:15] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?fields=virtual_networks HTTP/1.1" 200 1024 0.049696 10.0.0.65 - - [2025-12-18 02:25:15] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 10.0.0.23 - - [2025-12-18 02:25:15] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.040446 10.0.0.65 - - [2025-12-18 02:25:15] "GET /projects?obj_uuids=f1cc03b7-3e10-4211-9672-db127b630033&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001623 10.0.0.23 - - [2025-12-18 02:25:15] "GET /project/f1cc03b7-3e10-4211-9672-db127b630033?fields=security_groups HTTP/1.1" 200 1246 0.064383 10.0.0.23 - - [2025-12-18 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.033229 10.0.0.65 - - [2025-12-18 02:25:16] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003264 10.0.0.65 - - [2025-12-18 02:25:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.65 - - [2025-12-18 02:25:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008562 10.0.0.65 - - [2025-12-18 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.002809 10.0.0.65 - - [2025-12-18 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.010833 10.0.0.65 - - [2025-12-18 02:25:16] "POST /security-groups HTTP/1.1" 200 589 0.037410 10.0.0.23 - - [2025-12-18 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.003878 10.0.0.65 - - [2025-12-18 02:25:16] "POST /projects HTTP/1.1" 200 581 0.263859 10.0.0.65 - - [2025-12-18 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.296307 10.0.0.23 - - [2025-12-18 02:25:16] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.450571 10.0.0.23 - - [2025-12-18 02:25:16] "POST /access-control-lists HTTP/1.1" 200 592 0.058986 10.0.0.23 - - [2025-12-18 02:25:18] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.23 - - [2025-12-18 02:25:18] "POST /neutron/port HTTP/1.1" 400 205 0.004477 10.0.0.23 - - [2025-12-18 02:25:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2025-12-18 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.060189 10.0.0.65 - - [2025-12-18 02:25:20] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.23 - - [2025-12-18 02:25:20] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061065 10.0.0.23 - - [2025-12-18 02:25:20] "POST /neutron/network HTTP/1.1" 200 117 0.057059 10.0.0.23 - - [2025-12-18 02:25:20] "POST /neutron/network HTTP/1.1" 200 824 0.012229 10.0.0.23 - - [2025-12-18 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001262 10.0.0.23 - - [2025-12-18 02:25:20] "GET /virtual-network/ee2143eb-4ec6-48db-86c5-6a2e9dbb8338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005594 10.0.0.23 - - [2025-12-18 02:25:20] "GET /virtual-network/ee2143eb-4ec6-48db-86c5-6a2e9dbb8338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006129 10.0.0.23 - - [2025-12-18 02:25:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.009170 10.0.0.23 - - [2025-12-18 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.65 - - [2025-12-18 02:25:20] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.23 - - [2025-12-18 02:25:21] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051680 10.0.0.23 - - [2025-12-18 02:25:21] "POST /route-targets HTTP/1.1" 200 327 0.019098 10.0.0.65 - - [2025-12-18 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.012501 10.0.0.23 - - [2025-12-18 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.249260 10.0.0.23 - - [2025-12-18 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001399 10.0.0.23 - - [2025-12-18 02:25:21] "GET /virtual-network/19468553-c69a-4777-ac5f-a4f912fcc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007581 10.0.0.23 - - [2025-12-18 02:25:21] "GET /virtual-network/19468553-c69a-4777-ac5f-a4f912fcc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005897 10.0.0.23 - - [2025-12-18 02:25:21] "POST /neutron/network HTTP/1.1" 200 824 0.010471 10.0.0.23 - - [2025-12-18 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001356 10.0.0.65 - - [2025-12-18 02:25:22] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.23 - - [2025-12-18 02:25:22] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068201 10.0.0.23 - - [2025-12-18 02:25:22] "POST /neutron/network HTTP/1.1" 200 824 0.007084 10.0.0.23 - - [2025-12-18 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001353 10.0.0.23 - - [2025-12-18 02:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.007454 10.0.0.65 - - [2025-12-18 02:25:23] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.23 - - [2025-12-18 02:25:23] "POST /neutron/port HTTP/1.1" 200 1058 0.365515 10.0.0.23 - - [2025-12-18 02:25:23] "POST /neutron/port HTTP/1.1" 200 1112 0.100567 10.0.0.23 - - [2025-12-18 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.010252 10.0.0.65 - - [2025-12-18 02:25:24] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.23 - - [2025-12-18 02:25:24] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.072002 10.0.0.23 - - [2025-12-18 02:25:24] "POST /neutron/network HTTP/1.1" 200 824 0.006457 10.0.0.23 - - [2025-12-18 02:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.007211 10.0.0.23 - - [2025-12-18 02:25:24] "PUT /logical-router/5e06bb69-f292-4e71-b74b-16d5a451caac HTTP/1.1" 200 262 0.041201 10.0.0.65 - - [2025-12-18 02:25:24] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002399 10.0.0.23 - - [2025-12-18 02:25:24] "POST /neutron/router HTTP/1.1" 200 344 0.356032 10.0.0.23 - - [2025-12-18 02:25:24] "POST /neutron/port HTTP/1.1" 200 1086 0.029721 10.0.0.23 - - [2025-12-18 02:25:25] "POST /neutron/port HTTP/1.1" 200 1058 0.030518 10.0.0.23 - - [2025-12-18 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003899 10.0.0.23 - - [2025-12-18 02:25:25] "POST /neutron/network HTTP/1.1" 200 824 0.006619 10.0.0.23 - - [2025-12-18 02:25:30] "POST /neutron/port HTTP/1.1" 200 1086 0.017034 10.0.0.23 - - [2025-12-18 02:25:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008593 10.0.0.23 - - [2025-12-18 02:25:30] "GET /virtual-machine/3e8b5923-a695-437e-9f02-a383acae6d7e HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2025-12-18 02:25:30] "GET /virtual-machine/3e8b5923-a695-437e-9f02-a383acae6d7e HTTP/1.1" 200 1290 0.034903 10.0.0.23 - - [2025-12-18 02:25:30] "GET /virtual-machine-interface/39feb61b-0fda-446b-8c50-e1d64a04ce1f HTTP/1.1" 200 2933 0.009720 10.0.0.23 - - [2025-12-18 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-12-18 02:25:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.23 - - [2025-12-18 02:25:30] "GET /virtual-networks?parent_id=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003053 10.0.0.23 - - [2025-12-18 02:25:30] "GET /virtual-network/ee2143eb-4ec6-48db-86c5-6a2e9dbb8338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006931 10.0.0.23 - - [2025-12-18 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.23 - - [2025-12-18 02:25:33] "GET /virtual-network/ee2143eb-4ec6-48db-86c5-6a2e9dbb8338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006130 10.0.0.23 - - [2025-12-18 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007376 10.0.0.23 - - [2025-12-18 02:25:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004004 10.0.0.23 - - [2025-12-18 02:25:37] "GET /virtual-networks?parent_id=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002518 10.0.0.23 - - [2025-12-18 02:25:38] "GET /virtual-network/ee2143eb-4ec6-48db-86c5-6a2e9dbb8338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005980 10.0.0.23 - - [2025-12-18 02:25:38] "POST /neutron/port HTTP/1.1" 200 1086 0.015214 10.0.0.23 - - [2025-12-18 02:25:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006715 10.0.0.23 - - [2025-12-18 02:25:43] "DELETE /access-control-list/dd403366-1652-4b44-93ef-33610b4f5e53 HTTP/1.1" 200 115 0.041933 10.0.0.23 - - [2025-12-18 02:25:43] "POST /neutron/port HTTP/1.1" 200 1086 0.022408 10.0.0.23 - - [2025-12-18 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007878 10.0.0.23 - - [2025-12-18 02:25:43] "GET /virtual-machine/26a51552-4c37-4799-9b19-94ad8863d9f8 HTTP/1.1" 200 1290 0.006364 10.0.0.23 - - [2025-12-18 02:25:43] "GET /virtual-machine-interface/06c27cde-d557-4504-b01c-c023d9a78c00 HTTP/1.1" 200 2932 0.006172 10.0.0.23 - - [2025-12-18 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2025-12-18 02:25:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003535 10.0.0.23 - - [2025-12-18 02:25:43] "GET /virtual-networks?parent_id=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002758 10.0.0.23 - - [2025-12-18 02:25:43] "GET /virtual-network/19468553-c69a-4777-ac5f-a4f912fcc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006163 10.0.0.23 - - [2025-12-18 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-12-18 02:25:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.23 - - [2025-12-18 02:25:44] "GET /virtual-networks?parent_id=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003793 10.0.0.23 - - [2025-12-18 02:25:44] "GET /virtual-network/19468553-c69a-4777-ac5f-a4f912fcc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006199 10.0.0.23 - - [2025-12-18 02:25:49] "POST /neutron/port HTTP/1.1" 200 1884 0.025067 10.0.0.23 - - [2025-12-18 02:25:57] "GET /obj-perms HTTP/1.1" 200 5056 0.054934 10.0.0.65 - - [2025-12-18 02:25:59] "DELETE /project/f1cc03b7-3e10-4211-9672-db127b630033 HTTP/1.1" 404 177 0.004897 10.0.0.65 - - [2025-12-18 02:25:59] "DELETE /project/872f6adaa8da488bacea90177e5fed8a HTTP/1.1" 404 173 0.005562 10.0.0.23 - - [2025-12-18 02:25:59] "POST /neutron/router HTTP/1.1" 200 580 0.007588 10.0.0.23 - - [2025-12-18 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.018396 10.0.0.23 - - [2025-12-18 02:26:02] "POST /neutron/router HTTP/1.1" 200 344 0.210268 10.0.0.23 - - [2025-12-18 02:26:02] "POST /neutron/router HTTP/1.1" 200 580 0.013407 10.0.0.23 - - [2025-12-18 02:26:02] "GET /logical-router/5e06bb69-f292-4e71-b74b-16d5a451caac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007528 10.0.0.23 - - [2025-12-18 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.23 - - [2025-12-18 02:26:03] "POST /neutron/network HTTP/1.1" 400 204 0.018897 10.0.0.23 - - [2025-12-18 02:26:03] "POST /neutron/port HTTP/1.1" 200 1086 0.018991 10.0.0.23 - - [2025-12-18 02:26:03] "POST /neutron/port HTTP/1.1" 200 151 0.295129 10.0.0.23 - - [2025-12-18 02:26:05] "POST /neutron/network HTTP/1.1" 200 824 0.006399 10.0.0.23 - - [2025-12-18 02:26:05] "DELETE /route-target/a5570d22-194e-43b2-958c-e09f4ebd5b83 HTTP/1.1" 200 115 0.036513 10.0.0.65 - - [2025-12-18 02:26:06] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.23 - - [2025-12-18 02:26:06] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063740 10.0.0.65 - - [2025-12-18 02:26:06] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.23 - - [2025-12-18 02:26:06] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?fields=virtual_networks HTTP/1.1" 200 1027 0.060602 10.0.0.65 - - [2025-12-18 02:26:06] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.23 - - [2025-12-18 02:26:07] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.055562 10.0.0.65 - - [2025-12-18 02:26:07] "GET /projects?obj_uuids=872f6ada-a8da-488b-acea-90177e5fed8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.23 - - [2025-12-18 02:26:07] "GET /project/872f6ada-a8da-488b-acea-90177e5fed8a?fields=security_groups HTTP/1.1" 200 1251 0.051764 10.0.0.23 - - [2025-12-18 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.031201 10.0.0.65 - - [2025-12-18 02:26:08] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005070 10.0.0.65 - - [2025-12-18 02:26:08] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.65 - - [2025-12-18 02:26:08] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007900 10.0.0.65 - - [2025-12-18 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 193 0.004213 10.0.0.65 - - [2025-12-18 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.007410 10.0.0.65 - - [2025-12-18 02:26:08] "POST /security-groups HTTP/1.1" 200 594 0.073676 10.0.0.65 - - [2025-12-18 02:26:08] "POST /projects HTTP/1.1" 200 591 0.288176 10.0.0.23 - - [2025-12-18 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.020068 10.0.0.65 - - [2025-12-18 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.329757 10.0.0.23 - - [2025-12-18 02:26:08] "POST /access-control-lists HTTP/1.1" 200 597 0.040756 10.0.0.23 - - [2025-12-18 02:26:08] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.506123 10.0.0.23 - - [2025-12-18 02:26:09] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.23 - - [2025-12-18 02:26:12] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000454 10.0.0.65 - - [2025-12-18 02:26:12] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.23 - - [2025-12-18 02:26:12] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.070972 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-18 02:26:12] "GET /security-group/59e2d062-5043-4dcc-b62b-d7c0f2574a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.008131 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.65 - - [2025-12-18 02:26:12] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.23 - - [2025-12-18 02:26:12] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.071635 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2025-12-18 02:26:12] "GET /security-group/59e2d062-5043-4dcc-b62b-d7c0f2574a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005898 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2025-12-18 02:26:12] "PUT /security-group/59e2d062-5043-4dcc-b62b-d7c0f2574a82 HTTP/1.1" 200 262 0.027088 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.003568 10.0.0.23 - - [2025-12-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.65 - - [2025-12-18 02:26:12] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.23 - - [2025-12-18 02:26:13] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.051883 10.0.0.65 - - [2025-12-18 02:26:13] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001453 10.0.0.23 - - [2025-12-18 02:26:13] "POST /neutron/network HTTP/1.1" 200 608 0.171914 10.0.0.23 - - [2025-12-18 02:26:13] "POST /route-targets HTTP/1.1" 200 327 0.018726 10.0.0.23 - - [2025-12-18 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.003954 10.0.0.23 - - [2025-12-18 02:26:13] "GET /virtual-network/2775ba84-a24e-4106-9853-b14520f56b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006407 10.0.0.23 - - [2025-12-18 02:26:13] "POST /neutron/network HTTP/1.1" 200 828 0.006682 10.0.0.23 - - [2025-12-18 02:26:13] "GET /virtual-network/2775ba84-a24e-4106-9853-b14520f56b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004804 10.0.0.23 - - [2025-12-18 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.65 - - [2025-12-18 02:26:13] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.23 - - [2025-12-18 02:26:13] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.053907 10.0.0.23 - - [2025-12-18 02:26:13] "POST /neutron/network HTTP/1.1" 200 117 0.015501 10.0.0.23 - - [2025-12-18 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.034341 10.0.0.23 - - [2025-12-18 02:26:14] "POST /neutron/network HTTP/1.1" 200 834 0.008983 10.0.0.23 - - [2025-12-18 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001181 10.0.0.23 - - [2025-12-18 02:26:14] "GET /virtual-network/c62f2cea-c633-45aa-9f1b-86e9b00dd878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006198 10.0.0.23 - - [2025-12-18 02:26:14] "GET /virtual-network/c62f2cea-c633-45aa-9f1b-86e9b00dd878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006767 10.0.0.23 - - [2025-12-18 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.010436 10.0.0.23 - - [2025-12-18 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001544 10.0.0.65 - - [2025-12-18 02:26:15] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000974 10.0.0.23 - - [2025-12-18 02:26:15] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064220 10.0.0.23 - - [2025-12-18 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.008279 10.0.0.23 - - [2025-12-18 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001593 10.0.0.23 - - [2025-12-18 02:26:15] "POST /neutron/network HTTP/1.1" 200 844 0.007219 10.0.0.23 - - [2025-12-18 02:26:16] "POST /neutron/port HTTP/1.1" 200 1064 0.013973 10.0.0.23 - - [2025-12-18 02:26:16] "POST /neutron/port HTTP/1.1" 200 1092 0.017134 10.0.0.65 - - [2025-12-18 02:26:16] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.23 - - [2025-12-18 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.23 - - [2025-12-18 02:26:16] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.092703 10.0.0.23 - - [2025-12-18 02:26:17] "POST /neutron/port HTTP/1.1" 200 1092 0.015911 10.0.0.65 - - [2025-12-18 02:26:17] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001064 10.0.0.23 - - [2025-12-18 02:26:17] "POST /neutron/router HTTP/1.1" 200 585 0.094208 10.0.0.23 - - [2025-12-18 02:26:17] "POST /neutron/router HTTP/1.1" 200 656 0.011115 10.0.0.23 - - [2025-12-18 02:26:17] "GET /service-template/e771eb0e-59d3-4471-9512-ae50e9399b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004422 10.0.0.65 - - [2025-12-18 02:26:17] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003066 10.0.0.23 - - [2025-12-18 02:26:17] "POST /route-targets HTTP/1.1" 200 327 0.030683 10.0.0.23 - - [2025-12-18 02:26:18] "POST /service-instances HTTP/1.1" 200 670 0.149467 10.0.0.23 - - [2025-12-18 02:26:18] "POST /neutron/port HTTP/1.1" 200 1063 0.514874 10.0.0.23 - - [2025-12-18 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.063129 10.0.0.23 - - [2025-12-18 02:26:18] "POST /neutron/port HTTP/1.1" 200 1063 0.100220 10.0.0.23 - - [2025-12-18 02:26:18] "POST /virtual-machines HTTP/1.1" 200 553 0.023932 10.0.0.23 - - [2025-12-18 02:26:18] "POST /neutron/port HTTP/1.1" 200 1091 0.034887 10.0.0.23 - - [2025-12-18 02:26:18] "POST /instance-ips HTTP/1.1" 200 551 0.050900 10.0.0.23 - - [2025-12-18 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.23 - - [2025-12-18 02:26:18] "PUT /virtual-machine-interface/9af42b45-93eb-42ef-8f38-f45450e74e84 HTTP/1.1" 200 284 0.028048 10.0.0.23 - - [2025-12-18 02:26:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.152941 10.0.0.23 - - [2025-12-18 02:26:19] "POST /instance-ips HTTP/1.1" 400 316 0.034296 10.0.0.23 - - [2025-12-18 02:26:19] "PUT /instance-ip/3b1ae8ba-f14a-4101-8d7e-2e5ef0716bef HTTP/1.1" 200 256 0.049782 10.0.0.23 - - [2025-12-18 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.038197 10.0.0.23 - - [2025-12-18 02:26:19] "POST /virtual-machines HTTP/1.1" 200 553 0.059969 10.0.0.23 - - [2025-12-18 02:26:19] "POST /instance-ips HTTP/1.1" 400 246 0.023332 10.0.0.23 - - [2025-12-18 02:26:19] "PUT /instance-ip/c863af86-9db9-4e01-824c-c928a98395dd HTTP/1.1" 200 256 0.037186 10.0.0.23 - - [2025-12-18 02:26:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.129323 10.0.0.23 - - [2025-12-18 02:26:20] "POST /chown HTTP/1.1" 200 109 0.012145 10.0.0.23 - - [2025-12-18 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.039084 10.0.0.23 - - [2025-12-18 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009300 10.0.0.23 - - [2025-12-18 02:26:23] "POST /neutron/port HTTP/1.1" 200 1092 0.014696 10.0.0.23 - - [2025-12-18 02:26:23] "GET /virtual-machine/776ea43c-5885-4494-8f83-899c48642e26 HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-18 02:26:23] "GET /virtual-machine/776ea43c-5885-4494-8f83-899c48642e26 HTTP/1.1" 200 1295 0.032628 10.0.0.23 - - [2025-12-18 02:26:23] "GET /virtual-machine-interface/40fb234a-5b20-4b6d-98d3-0ee30675bdc8 HTTP/1.1" 200 2955 0.006225 10.0.0.23 - - [2025-12-18 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2025-12-18 02:26:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.23 - - [2025-12-18 02:26:23] "GET /virtual-networks?parent_id=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003263 10.0.0.23 - - [2025-12-18 02:26:23] "GET /virtual-network/2775ba84-a24e-4106-9853-b14520f56b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006633 10.0.0.23 - - [2025-12-18 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007590 10.0.0.23 - - [2025-12-18 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.23 - - [2025-12-18 02:26:27] "GET /virtual-network/2775ba84-a24e-4106-9853-b14520f56b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005644 10.0.0.23 - - [2025-12-18 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2025-12-18 02:26:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-networks?parent_id=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002487 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-network/2775ba84-a24e-4106-9853-b14520f56b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006690 10.0.0.23 - - [2025-12-18 02:26:29] "POST /neutron/port HTTP/1.1" 200 1091 0.014555 10.0.0.23 - - [2025-12-18 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009967 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-machine/1a66ddab-2a69-47a1-99c9-78dd9851bfb3 HTTP/1.1" 200 1295 0.007301 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-machine-interface/02a072c6-bdac-4e08-a33b-ef3f704cf84c HTTP/1.1" 200 2966 0.005062 10.0.0.23 - - [2025-12-18 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005774 10.0.0.23 - - [2025-12-18 02:26:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005301 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-networks?parent_id=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004292 10.0.0.23 - - [2025-12-18 02:26:29] "GET /virtual-network/c62f2cea-c633-45aa-9f1b-86e9b00dd878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006492 10.0.0.23 - - [2025-12-18 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2025-12-18 02:26:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.23 - - [2025-12-18 02:26:32] "GET /virtual-networks?parent_id=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004371 10.0.0.23 - - [2025-12-18 02:26:32] "GET /virtual-network/c62f2cea-c633-45aa-9f1b-86e9b00dd878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005958 10.0.0.23 - - [2025-12-18 02:26:32] "POST /neutron/port HTTP/1.1" 200 1091 0.017210 10.0.0.23 - - [2025-12-18 02:26:42] "POST /neutron/router HTTP/1.1" 200 344 0.192793 10.0.0.23 - - [2025-12-18 02:26:42] "GET /logical-router/db459583-a72c-4bce-b6e3-e4e09e9a4e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.010937 10.0.0.23 - - [2025-12-18 02:26:42] "POST /ref-update HTTP/1.1" 404 171 0.015760 10.0.0.23 - - [2025-12-18 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.035285 10.0.0.23 - - [2025-12-18 02:26:42] "GET /virtual-network/4719baa3-93cc-4af8-a408-3f3e45c5f009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.012104 10.0.0.23 - - [2025-12-18 02:26:42] "DELETE /route-target/3fa56686-67d9-4314-8296-2a53d08674c8 HTTP/1.1" 200 115 0.028919 10.0.0.23 - - [2025-12-18 02:26:42] "DELETE /instance-ip/3b1ae8ba-f14a-4101-8d7e-2e5ef0716bef HTTP/1.1" 200 115 0.064665 10.0.0.23 - - [2025-12-18 02:26:42] "POST /neutron/network HTTP/1.1" 200 834 0.016932 10.0.0.23 - - [2025-12-18 02:26:42] "GET /logical-router/db459583-a72c-4bce-b6e3-e4e09e9a4e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003376 10.0.0.23 - - [2025-12-18 02:26:43] "DELETE /virtual-machine-interface/6db5de40-9026-4d64-baeb-9cd5a66b915f HTTP/1.1" 200 115 0.050013 10.0.0.23 - - [2025-12-18 02:26:43] "GET /instance-ip/c863af86-9db9-4e01-824c-c928a98395dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006269 10.0.0.23 - - [2025-12-18 02:26:43] "POST /neutron/port HTTP/1.1" 200 1117 0.015097 10.0.0.23 - - [2025-12-18 02:26:43] "POST /neutron/port HTTP/1.1" 200 1118 0.013799 10.0.0.23 - - [2025-12-18 02:26:43] "DELETE /virtual-machine/7b5a874c-5c6d-452d-aa3f-2f84c447216c HTTP/1.1" 200 115 0.048790 10.0.0.23 - - [2025-12-18 02:26:43] "GET /virtual-machine-interface/9af42b45-93eb-42ef-8f38-f45450e74e84?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.006827 10.0.0.23 - - [2025-12-18 02:26:43] "DELETE /instance-ip/c863af86-9db9-4e01-824c-c928a98395dd HTTP/1.1" 200 115 0.104765 10.0.0.23 - - [2025-12-18 02:26:43] "DELETE /virtual-machine/8edeaee7-f600-44a2-b844-496cb93a58e6 HTTP/1.1" 200 115 0.060373 10.0.0.23 - - [2025-12-18 02:26:44] "DELETE /access-control-list/ccbf1269-fa53-47af-bedb-dc3bade3568c HTTP/1.1" 200 115 0.073870 10.0.0.65 - - [2025-12-18 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004261 10.0.0.65 - - [2025-12-18 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.23 - - [2025-12-18 02:26:45] "POST /neutron/network HTTP/1.1" 200 151 0.145662 10.0.0.23 - - [2025-12-18 02:26:45] "DELETE /route-target/9c055002-de1b-481b-95ba-a29ddb778c8f HTTP/1.1" 200 115 0.030304 10.0.0.65 - - [2025-12-18 02:26:46] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.23 - - [2025-12-18 02:26:46] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047056 10.0.0.65 - - [2025-12-18 02:26:46] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.23 - - [2025-12-18 02:26:46] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?fields=virtual_networks HTTP/1.1" 200 1036 0.038772 10.0.0.65 - - [2025-12-18 02:26:46] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001014 10.0.0.23 - - [2025-12-18 02:26:46] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.038766 10.0.0.65 - - [2025-12-18 02:26:46] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.23 - - [2025-12-18 02:26:46] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?fields=security_groups HTTP/1.1" 200 1265 0.052908 10.0.0.23 - - [2025-12-18 02:26:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.032817 10.0.0.65 - - [2025-12-18 02:26:47] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003481 10.0.0.65 - - [2025-12-18 02:26:47] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.65 - - [2025-12-18 02:26:47] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008166 10.0.0.65 - - [2025-12-18 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001698 10.0.0.65 - - [2025-12-18 02:26:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.017908 10.0.0.65 - - [2025-12-18 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.65 - - [2025-12-18 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.65 - - [2025-12-18 02:26:48] "POST /security-groups HTTP/1.1" 200 599 0.086890 10.0.0.23 - - [2025-12-18 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.004632 10.0.0.65 - - [2025-12-18 02:26:48] "POST /projects HTTP/1.1" 200 601 0.341183 10.0.0.65 - - [2025-12-18 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.418742 10.0.0.23 - - [2025-12-18 02:26:48] "POST /access-control-lists HTTP/1.1" 200 602 0.034799 10.0.0.23 - - [2025-12-18 02:26:48] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.595549 10.0.0.65 - - [2025-12-18 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.65 - - [2025-12-18 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-18 02:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2025-12-18 02:26:49] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.23 - - [2025-12-18 02:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.50 - - [2025-12-18 02:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2025-12-18 02:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.50 - - [2025-12-18 02:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.50 - - [2025-12-18 02:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2025-12-18 02:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2025-12-18 02:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2025-12-18 02:26:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.069879 10.0.0.65 - - [2025-12-18 02:26:51] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001610 10.0.0.23 - - [2025-12-18 02:26:51] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041974 10.0.0.23 - - [2025-12-18 02:26:52] "POST /neutron/network HTTP/1.1" 200 117 0.039214 10.0.0.65 - - [2025-12-18 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009215 10.0.0.23 - - [2025-12-18 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.201445 10.0.0.23 - - [2025-12-18 02:26:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001460 10.0.0.23 - - [2025-12-18 02:26:52] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009031 10.0.0.23 - - [2025-12-18 02:26:52] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006902 10.0.0.23 - - [2025-12-18 02:26:52] "POST /neutron/network HTTP/1.1" 200 1007 0.013951 10.0.0.23 - - [2025-12-18 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.65 - - [2025-12-18 02:26:52] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.23 - - [2025-12-18 02:26:52] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047197 10.0.0.23 - - [2025-12-18 02:26:53] "POST /neutron/network HTTP/1.1" 200 117 0.013333 10.0.0.23 - - [2025-12-18 02:26:53] "POST /route-targets HTTP/1.1" 200 327 0.013542 10.0.0.65 - - [2025-12-18 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007267 10.0.0.23 - - [2025-12-18 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.199546 10.0.0.23 - - [2025-12-18 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.23 - - [2025-12-18 02:26:53] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005759 10.0.0.23 - - [2025-12-18 02:26:53] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005714 10.0.0.23 - - [2025-12-18 02:26:53] "POST /neutron/network HTTP/1.1" 200 1007 0.011864 10.0.0.23 - - [2025-12-18 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003133 10.0.0.23 - - [2025-12-18 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2025-12-18 02:26:53] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.23 - - [2025-12-18 02:26:53] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045398 10.0.0.23 - - [2025-12-18 02:26:53] "POST /network-policys HTTP/1.1" 200 577 0.031178 10.0.0.23 - - [2025-12-18 02:26:54] "GET /network-policy/a6fda07a-1b92-440b-a6cf-aecaa42571f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006918 10.0.0.23 - - [2025-12-18 02:26:54] "POST /neutron/network HTTP/1.1" 200 1007 0.009197 10.0.0.23 - - [2025-12-18 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.089215 10.0.0.23 - - [2025-12-18 02:26:54] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.032076 10.0.0.23 - - [2025-12-18 02:26:54] "POST /access-control-lists HTTP/1.1" 200 596 0.106071 10.0.0.23 - - [2025-12-18 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.018368 10.0.0.23 - - [2025-12-18 02:26:54] "GET /network-policy/a6fda07a-1b92-440b-a6cf-aecaa42571f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004385 10.0.0.23 - - [2025-12-18 02:26:54] "POST /neutron/network HTTP/1.1" 200 1007 0.009066 10.0.0.23 - - [2025-12-18 02:26:54] "POST /ref-update HTTP/1.1" 200 156 0.047269 10.0.0.23 - - [2025-12-18 02:26:54] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.013128 10.0.0.23 - - [2025-12-18 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2025-12-18 02:26:54] "GET /network-policy/a6fda07a-1b92-440b-a6cf-aecaa42571f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004520 10.0.0.23 - - [2025-12-18 02:26:55] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009938 10.0.0.23 - - [2025-12-18 02:26:56] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006775 10.0.0.65 - - [2025-12-18 02:26:57] "GET /obj-perms HTTP/1.1" 200 5046 0.066888 10.0.0.23 - - [2025-12-18 02:26:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001377 10.0.0.23 - - [2025-12-18 02:26:57] "POST /neutron/network HTTP/1.1" 200 1125 0.007436 10.0.0.65 - - [2025-12-18 02:26:58] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.23 - - [2025-12-18 02:26:58] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.149923 10.0.0.50 - - [2025-12-18 02:26:58] "GET /obj-perms HTTP/1.1" 200 5056 0.104862 10.0.0.23 - - [2025-12-18 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.006880 10.0.0.23 - - [2025-12-18 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001804 10.0.0.23 - - [2025-12-18 02:26:59] "POST /neutron/network HTTP/1.1" 200 1125 0.007286 10.0.0.65 - - [2025-12-18 02:26:59] "DELETE /project/fe47ce2eda1045ba8952aad0d04e7b09 HTTP/1.1" 404 173 0.007663 10.0.0.65 - - [2025-12-18 02:26:59] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000802 10.0.0.65 - - [2025-12-18 02:26:59] "DELETE /project/872f6ada-a8da-488b-acea-90177e5fed8a HTTP/1.1" 404 177 0.005901 10.0.0.65 - - [2025-12-18 02:26:59] "DELETE /project/032217142d68417598306e294d9c6b5f HTTP/1.1" 404 173 0.007315 10.0.0.65 - - [2025-12-18 02:26:59] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.062013 10.0.0.65 - - [2025-12-18 02:26:59] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001154 10.0.0.65 - - [2025-12-18 02:26:59] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?fields=security_groups HTTP/1.1" 200 1370 0.050339 10.0.0.65 - - [2025-12-18 02:26:59] "DELETE /security-group/59e2d062-5043-4dcc-b62b-d7c0f2574a82 HTTP/1.1" 200 115 0.060315 10.0.0.65 - - [2025-12-18 02:26:59] "GET /projects?obj_uuids=03221714-2d68-4175-9830-6e294d9c6b5f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002687 10.0.0.65 - - [2025-12-18 02:26:59] "GET /project/03221714-2d68-4175-9830-6e294d9c6b5f?fields=application_policy_sets HTTP/1.1" 200 1409 0.058532 10.0.0.23 - - [2025-12-18 02:26:59] "DELETE /access-control-list/da7dbcb1-d866-4863-bd6d-5f17c86d8b07 HTTP/1.1" 200 115 0.056160 10.0.0.23 - - [2025-12-18 02:26:59] "POST /neutron/port HTTP/1.1" 200 1176 0.045512 10.0.0.65 - - [2025-12-18 02:26:59] "DELETE /project/03221714-2d68-4175-9830-6e294d9c6b5f HTTP/1.1" 200 115 0.516418 10.0.0.65 - - [2025-12-18 02:26:59] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.23 - - [2025-12-18 02:26:59] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.156232 10.0.0.23 - - [2025-12-18 02:26:59] "POST /neutron/network HTTP/1.1" 200 1115 0.009701 10.0.0.23 - - [2025-12-18 02:27:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017819 10.0.0.23 - - [2025-12-18 02:27:00] "POST /neutron/port HTTP/1.1" 200 1204 0.025643 10.0.0.23 - - [2025-12-18 02:27:00] "POST /neutron/port HTTP/1.1" 200 117 0.006748 10.0.0.23 - - [2025-12-18 02:27:00] "POST /neutron/network HTTP/1.1" 200 1125 0.007198 10.0.0.23 - - [2025-12-18 02:27:01] "POST /neutron/port HTTP/1.1" 200 1176 0.029601 10.0.0.23 - - [2025-12-18 02:27:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005156 10.0.0.23 - - [2025-12-18 02:27:01] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.23 - - [2025-12-18 02:27:05] "POST /neutron/port HTTP/1.1" 200 1204 0.016782 10.0.0.23 - - [2025-12-18 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007160 10.0.0.23 - - [2025-12-18 02:27:05] "GET /virtual-machine/d3f2f7d2-3a7b-4e40-b5cf-119bc919d8ec HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2025-12-18 02:27:06] "GET /virtual-machine/d3f2f7d2-3a7b-4e40-b5cf-119bc919d8ec HTTP/1.1" 200 1301 0.034438 10.0.0.23 - - [2025-12-18 02:27:06] "GET /virtual-machine-interface/c71f0848-548f-4029-a639-54d95ff69ce9 HTTP/1.1" 200 3175 0.005107 10.0.0.23 - - [2025-12-18 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-18 02:27:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.23 - - [2025-12-18 02:27:06] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002791 10.0.0.23 - - [2025-12-18 02:27:06] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006700 10.0.0.23 - - [2025-12-18 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-12-18 02:27:09] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009786 10.0.0.23 - - [2025-12-18 02:27:13] "POST /neutron/port HTTP/1.1" 200 1204 0.016815 10.0.0.23 - - [2025-12-18 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2025-12-18 02:27:13] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009608 10.0.0.23 - - [2025-12-18 02:27:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012514 10.0.0.23 - - [2025-12-18 02:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.23 - - [2025-12-18 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.23 - - [2025-12-18 02:27:17] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004961 10.0.0.23 - - [2025-12-18 02:27:18] "POST /neutron/port HTTP/1.1" 200 1204 0.022276 10.0.0.23 - - [2025-12-18 02:27:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003809 10.0.0.23 - - [2025-12-18 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.23 - - [2025-12-18 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008723 10.0.0.23 - - [2025-12-18 02:27:21] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010364 10.0.0.23 - - [2025-12-18 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2025-12-18 02:27:25] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005606 10.0.0.23 - - [2025-12-18 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.23 - - [2025-12-18 02:27:29] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004910 10.0.0.23 - - [2025-12-18 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.23 - - [2025-12-18 02:27:33] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005293 10.0.0.23 - - [2025-12-18 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-18 02:27:37] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006132 10.0.0.23 - - [2025-12-18 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2025-12-18 02:27:41] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005691 10.0.0.23 - - [2025-12-18 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2025-12-18 02:27:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003851 10.0.0.23 - - [2025-12-18 02:27:44] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002699 10.0.0.23 - - [2025-12-18 02:27:44] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006517 10.0.0.23 - - [2025-12-18 02:27:44] "POST /neutron/port HTTP/1.1" 200 1204 0.016168 10.0.0.23 - - [2025-12-18 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007859 10.0.0.23 - - [2025-12-18 02:27:56] "POST /neutron/port HTTP/1.1" 200 1204 0.046265 10.0.0.23 - - [2025-12-18 02:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.064317 10.0.0.23 - - [2025-12-18 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007782 10.0.0.23 - - [2025-12-18 02:28:04] "POST /neutron/port HTTP/1.1" 200 1204 0.014863 10.0.0.23 - - [2025-12-18 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007091 10.0.0.23 - - [2025-12-18 02:28:10] "POST /neutron/port HTTP/1.1" 200 1204 0.015352 10.0.0.23 - - [2025-12-18 02:28:10] "GET /virtual-machine/992779a4-7534-4437-b1ce-3404a502bd6c HTTP/1.1" 200 1301 0.005799 10.0.0.23 - - [2025-12-18 02:28:10] "GET /virtual-machine-interface/d52848a5-ad0c-41c8-a044-d308d002a437 HTTP/1.1" 200 3175 0.004873 10.0.0.23 - - [2025-12-18 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-18 02:28:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005305 10.0.0.23 - - [2025-12-18 02:28:10] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003551 10.0.0.23 - - [2025-12-18 02:28:10] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006105 10.0.0.23 - - [2025-12-18 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2025-12-18 02:28:11] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.23 - - [2025-12-18 02:28:11] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003260 10.0.0.23 - - [2025-12-18 02:28:11] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005443 10.0.0.23 - - [2025-12-18 02:28:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015272 10.0.0.23 - - [2025-12-18 02:28:15] "POST /neutron/network HTTP/1.1" 200 1125 0.008229 10.0.0.23 - - [2025-12-18 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013083 10.0.0.23 - - [2025-12-18 02:28:15] "POST /neutron/network HTTP/1.1" 200 1115 0.010490 10.0.0.23 - - [2025-12-18 02:28:19] "POST /neutron/network HTTP/1.1" 200 1125 0.009584 10.0.0.23 - - [2025-12-18 02:28:19] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015125 10.0.0.23 - - [2025-12-18 02:28:19] "POST /neutron/network HTTP/1.1" 200 1115 0.010352 10.0.0.23 - - [2025-12-18 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.65 - - [2025-12-18 02:28:34] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.23 - - [2025-12-18 02:28:34] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041720 10.0.0.23 - - [2025-12-18 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.23 - - [2025-12-18 02:28:35] "PUT /network-policy/a6fda07a-1b92-440b-a6cf-aecaa42571f9 HTTP/1.1" 200 262 0.019015 10.0.0.23 - - [2025-12-18 02:28:35] "PUT /access-control-list/0ac5b134-b5e3-482f-835e-6b14a0e915aa HTTP/1.1" 200 272 0.065624 10.0.0.23 - - [2025-12-18 02:28:38] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007721 10.0.0.23 - - [2025-12-18 02:28:38] "POST /neutron/network HTTP/1.1" 200 1007 0.029604 10.0.0.23 - - [2025-12-18 02:28:38] "GET /virtual-network/5be51525-1742-4a6e-92f0-c5a37fce33e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009375 10.0.0.23 - - [2025-12-18 02:28:38] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009046 10.0.0.23 - - [2025-12-18 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.005883 10.0.0.23 - - [2025-12-18 02:28:39] "POST /neutron/network HTTP/1.1" 200 1007 0.027282 10.0.0.23 - - [2025-12-18 02:28:39] "DELETE /access-control-list/ac47b0d5-257f-451e-9295-f1fc679bf9b8 HTTP/1.1" 200 115 0.067759 10.0.0.23 - - [2025-12-18 02:28:39] "GET /virtual-network/4b7f716c-91f3-4621-8230-386038441eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006621 10.0.0.23 - - [2025-12-18 02:28:39] "DELETE /network-policy/a6fda07a-1b92-440b-a6cf-aecaa42571f9 HTTP/1.1" 200 115 0.048685 10.0.0.23 - - [2025-12-18 02:28:39] "POST /neutron/port HTTP/1.1" 200 1204 0.016197 10.0.0.23 - - [2025-12-18 02:28:39] "POST /neutron/port HTTP/1.1" 200 1230 0.018289 10.0.0.23 - - [2025-12-18 02:28:41] "POST /neutron/network HTTP/1.1" 200 1007 0.009397 10.0.0.23 - - [2025-12-18 02:28:41] "DELETE /route-target/320e0760-aaf0-492f-9426-0dc927ef4f58 HTTP/1.1" 200 115 0.024320 10.0.0.65 - - [2025-12-18 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003530 10.0.0.65 - - [2025-12-18 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004067 10.0.0.65 - - [2025-12-18 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.65 - - [2025-12-18 02:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002763 10.0.0.23 - - [2025-12-18 02:28:41] "POST /neutron/network HTTP/1.1" 200 151 0.166939 10.0.0.65 - - [2025-12-18 02:28:46] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.23 - - [2025-12-18 02:28:46] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045151 10.0.0.23 - - [2025-12-18 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2025-12-18 02:28:46] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.23 - - [2025-12-18 02:28:46] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008070 10.0.0.23 - - [2025-12-18 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.65 - - [2025-12-18 02:28:46] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-18 02:28:46] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043800 10.0.0.23 - - [2025-12-18 02:28:47] "GET /domains HTTP/1.1" 200 280 0.003617 10.0.0.65 - - [2025-12-18 02:28:47] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.23 - - [2025-12-18 02:28:47] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707 HTTP/1.1" 200 2775 0.010935 10.0.0.65 - - [2025-12-18 02:28:47] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.23 - - [2025-12-18 02:28:47] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09 HTTP/1.1" 200 1899 0.088203 10.0.0.23 - - [2025-12-18 02:28:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004604 10.0.0.23 - - [2025-12-18 02:28:47] "POST /network-ipams HTTP/1.1" 200 609 0.026570 10.0.0.23 - - [2025-12-18 02:28:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003228 10.0.0.23 - - [2025-12-18 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.23 - - [2025-12-18 02:28:47] "GET /network-ipam/f3f1d606-3d8c-4749-a2c6-b8bf2a990987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006568 10.0.0.23 - - [2025-12-18 02:28:47] "PUT /network-ipam/f3f1d606-3d8c-4749-a2c6-b8bf2a990987 HTTP/1.1" 200 258 0.015144 10.0.0.23 - - [2025-12-18 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.65 - - [2025-12-18 02:28:47] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.23 - - [2025-12-18 02:28:48] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043959 10.0.0.23 - - [2025-12-18 02:28:48] "POST /route-targets HTTP/1.1" 200 327 0.013602 10.0.0.65 - - [2025-12-18 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006712 10.0.0.23 - - [2025-12-18 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.241961 10.0.0.23 - - [2025-12-18 02:28:48] "POST /neutron/network HTTP/1.1" 200 1309 0.014196 10.0.0.23 - - [2025-12-18 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001189 10.0.0.23 - - [2025-12-18 02:28:49] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006338 10.0.0.23 - - [2025-12-18 02:28:49] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005385 10.0.0.23 - - [2025-12-18 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.009317 10.0.0.23 - - [2025-12-18 02:28:49] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005754 10.0.0.23 - - [2025-12-18 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.65 - - [2025-12-18 02:28:49] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.23 - - [2025-12-18 02:28:49] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036578 10.0.0.23 - - [2025-12-18 02:28:49] "POST /neutron/network HTTP/1.1" 200 117 0.014723 10.0.0.23 - - [2025-12-18 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.031508 10.0.0.65 - - [2025-12-18 02:28:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004905 10.0.0.23 - - [2025-12-18 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.194245 10.0.0.23 - - [2025-12-18 02:28:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001434 10.0.0.23 - - [2025-12-18 02:28:50] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007915 10.0.0.23 - - [2025-12-18 02:28:50] "POST /neutron/network HTTP/1.1" 200 1309 0.015879 10.0.0.23 - - [2025-12-18 02:28:50] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005842 10.0.0.23 - - [2025-12-18 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.008275 10.0.0.23 - - [2025-12-18 02:28:51] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006830 10.0.0.50 - - [2025-12-18 02:28:51] "GET /obj-perms HTTP/1.1" 200 5046 0.060048 10.0.0.65 - - [2025-12-18 02:28:51] "GET /obj-perms HTTP/1.1" 200 5046 0.004029 10.0.0.23 - - [2025-12-18 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.65 - - [2025-12-18 02:28:51] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.23 - - [2025-12-18 02:28:51] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048579 10.0.0.65 - - [2025-12-18 02:28:51] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2025-12-18 02:28:51] "POST /neutron/network HTTP/1.1" 200 619 0.142571 10.0.0.23 - - [2025-12-18 02:28:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002996 10.0.0.65 - - [2025-12-18 02:28:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011096 10.0.0.23 - - [2025-12-18 02:28:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.262665 10.0.0.23 - - [2025-12-18 02:28:52] "POST /id-to-fqname HTTP/1.1" 200 231 0.001398 10.0.0.23 - - [2025-12-18 02:28:52] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005604 10.0.0.23 - - [2025-12-18 02:28:52] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006422 10.0.0.23 - - [2025-12-18 02:28:52] "POST /neutron/network HTTP/1.1" 200 1309 0.015387 10.0.0.23 - - [2025-12-18 02:28:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.010406 10.0.0.23 - - [2025-12-18 02:28:52] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006074 10.0.0.23 - - [2025-12-18 02:28:53] "GET /obj-perms HTTP/1.1" 200 5046 0.062189 10.0.0.23 - - [2025-12-18 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.65 - - [2025-12-18 02:28:53] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.23 - - [2025-12-18 02:28:53] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046095 10.0.0.23 - - [2025-12-18 02:28:53] "POST /route-targets HTTP/1.1" 200 327 0.014254 10.0.0.65 - - [2025-12-18 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006842 10.0.0.23 - - [2025-12-18 02:28:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.204205 10.0.0.23 - - [2025-12-18 02:28:54] "POST /neutron/network HTTP/1.1" 200 1309 0.017461 10.0.0.23 - - [2025-12-18 02:28:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001363 10.0.0.23 - - [2025-12-18 02:28:54] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006290 10.0.0.23 - - [2025-12-18 02:28:54] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005982 10.0.0.23 - - [2025-12-18 02:28:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.009563 10.0.0.23 - - [2025-12-18 02:28:54] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005524 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.004410 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.65 - - [2025-12-18 02:28:55] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.23 - - [2025-12-18 02:28:55] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044388 10.0.0.23 - - [2025-12-18 02:28:55] "POST /network-policys HTTP/1.1" 200 559 0.079787 10.0.0.23 - - [2025-12-18 02:28:55] "GET /network-policy/9ab13af8-1eee-47c3-b4ac-92b0ddda402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.009263 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003506 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.65 - - [2025-12-18 02:28:55] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.23 - - [2025-12-18 02:28:55] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044694 10.0.0.23 - - [2025-12-18 02:28:55] "POST /network-policys HTTP/1.1" 200 559 0.076202 10.0.0.23 - - [2025-12-18 02:28:55] "GET /network-policy/726fef2d-7888-4efb-b0ff-d95852f95c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007236 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003491 10.0.0.23 - - [2025-12-18 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.65 - - [2025-12-18 02:28:55] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.23 - - [2025-12-18 02:28:56] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045194 10.0.0.23 - - [2025-12-18 02:28:56] "POST /network-policys HTTP/1.1" 200 559 0.076659 10.0.0.23 - - [2025-12-18 02:28:56] "GET /network-policy/1304585a-930a-4741-aa5e-edf8ac0042b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.007393 10.0.0.23 - - [2025-12-18 02:28:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003592 10.0.0.23 - - [2025-12-18 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.65 - - [2025-12-18 02:28:56] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.23 - - [2025-12-18 02:28:56] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048317 10.0.0.23 - - [2025-12-18 02:28:56] "POST /network-policys HTTP/1.1" 200 559 0.088050 10.0.0.23 - - [2025-12-18 02:28:56] "GET /network-policy/8e510f0e-f183-4c12-a95f-6e8341dc85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006985 10.0.0.23 - - [2025-12-18 02:28:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003556 10.0.0.23 - - [2025-12-18 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.65 - - [2025-12-18 02:28:56] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.23 - - [2025-12-18 02:28:56] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043171 10.0.0.23 - - [2025-12-18 02:28:57] "POST /network-policys HTTP/1.1" 200 559 0.075573 10.0.0.23 - - [2025-12-18 02:28:57] "GET /network-policy/d69e8553-5748-4d33-ae07-17c55d3fad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007184 10.0.0.23 - - [2025-12-18 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003390 10.0.0.23 - - [2025-12-18 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.65 - - [2025-12-18 02:28:57] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481 10.0.0.23 - - [2025-12-18 02:28:57] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046156 10.0.0.23 - - [2025-12-18 02:28:57] "POST /network-policys HTTP/1.1" 200 559 0.080523 10.0.0.23 - - [2025-12-18 02:28:57] "GET /network-policy/d8e564c3-5a0a-43d8-9273-ce79afb596c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006554 10.0.0.23 - - [2025-12-18 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.004417 10.0.0.23 - - [2025-12-18 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.65 - - [2025-12-18 02:28:57] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.23 - - [2025-12-18 02:28:57] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039985 10.0.0.23 - - [2025-12-18 02:28:58] "POST /network-policys HTTP/1.1" 200 559 0.105466 10.0.0.23 - - [2025-12-18 02:28:58] "GET /network-policy/95e55c3a-870d-4c97-88c5-4778b5cbabad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.009869 10.0.0.23 - - [2025-12-18 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.003735 10.0.0.23 - - [2025-12-18 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.65 - - [2025-12-18 02:28:58] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.23 - - [2025-12-18 02:28:58] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044153 10.0.0.23 - - [2025-12-18 02:28:58] "POST /network-policys HTTP/1.1" 200 559 0.072388 10.0.0.23 - - [2025-12-18 02:28:58] "GET /network-policy/49261739-18e4-43fb-bac5-8c7e4f9cab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006893 10.0.0.23 - - [2025-12-18 02:28:58] "POST /neutron/network HTTP/1.1" 200 1309 0.013522 10.0.0.23 - - [2025-12-18 02:28:58] "POST /access-control-lists HTTP/1.1" 200 605 0.046460 10.0.0.23 - - [2025-12-18 02:28:59] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.009055 10.0.0.23 - - [2025-12-18 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005710 10.0.0.23 - - [2025-12-18 02:28:59] "GET /network-policy/726fef2d-7888-4efb-b0ff-d95852f95c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004408 10.0.0.23 - - [2025-12-18 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.23 - - [2025-12-18 02:28:59] "GET /network-policy/9ab13af8-1eee-47c3-b4ac-92b0ddda402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004467 10.0.0.23 - - [2025-12-18 02:28:59] "POST /neutron/network HTTP/1.1" 200 1309 0.013553 10.0.0.23 - - [2025-12-18 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.006140 10.0.0.23 - - [2025-12-18 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.048142 10.0.0.23 - - [2025-12-18 02:28:59] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.012347 10.0.0.23 - - [2025-12-18 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011728 10.0.0.23 - - [2025-12-18 02:28:59] "GET /network-policy/1304585a-930a-4741-aa5e-edf8ac0042b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005332 10.0.0.23 - - [2025-12-18 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2025-12-18 02:28:59] "GET /network-policy/8e510f0e-f183-4c12-a95f-6e8341dc85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006259 10.0.0.23 - - [2025-12-18 02:28:59] "POST /neutron/network HTTP/1.1" 200 1309 0.011572 10.0.0.23 - - [2025-12-18 02:29:00] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.013664 10.0.0.23 - - [2025-12-18 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.23 - - [2025-12-18 02:29:00] "GET /network-policy/d69e8553-5748-4d33-ae07-17c55d3fad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004648 10.0.0.23 - - [2025-12-18 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.65 - - [2025-12-18 02:29:00] "GET /obj-perms HTTP/1.1" 200 5056 0.168723 10.0.0.23 - - [2025-12-18 02:29:00] "GET /network-policy/d8e564c3-5a0a-43d8-9273-ce79afb596c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005011 10.0.0.23 - - [2025-12-18 02:29:00] "POST /neutron/network HTTP/1.1" 200 1309 0.012237 10.0.0.23 - - [2025-12-18 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 248 0.003147 10.0.0.23 - - [2025-12-18 02:29:00] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.009276 10.0.0.23 - - [2025-12-18 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2025-12-18 02:29:00] "GET /network-policy/49261739-18e4-43fb-bac5-8c7e4f9cab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.008632 10.0.0.23 - - [2025-12-18 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.23 - - [2025-12-18 02:29:00] "GET /network-policy/95e55c3a-870d-4c97-88c5-4778b5cbabad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.005315 10.0.0.23 - - [2025-12-18 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 231 0.001334 10.0.0.23 - - [2025-12-18 02:29:33] "POST /neutron/network HTTP/1.1" 200 1504 0.006995 10.0.0.65 - - [2025-12-18 02:29:34] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034198 10.0.0.23 - - [2025-12-18 02:29:34] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.134528 10.0.0.23 - - [2025-12-18 02:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.23 - - [2025-12-18 02:29:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001409 10.0.0.23 - - [2025-12-18 02:29:35] "POST /neutron/network HTTP/1.1" 200 1504 0.006730 10.0.0.65 - - [2025-12-18 02:29:36] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.23 - - [2025-12-18 02:29:36] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.138873 10.0.0.23 - - [2025-12-18 02:29:36] "POST /neutron/network HTTP/1.1" 200 1494 0.019731 10.0.0.23 - - [2025-12-18 02:29:36] "POST /neutron/port HTTP/1.1" 200 1198 0.060198 10.0.0.23 - - [2025-12-18 02:29:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005820 10.0.0.23 - - [2025-12-18 02:29:36] "POST /neutron/subnet HTTP/1.1" 200 1361 0.037046 10.0.0.23 - - [2025-12-18 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.004159 10.0.0.23 - - [2025-12-18 02:29:37] "POST /neutron/network HTTP/1.1" 200 1504 0.018764 10.0.0.23 - - [2025-12-18 02:29:37] "PUT /access-control-list/95f46452-e267-44c2-9214-69398fa3c418 HTTP/1.1" 200 272 0.116498 10.0.0.23 - - [2025-12-18 02:29:37] "POST /neutron/port HTTP/1.1" 200 1170 0.048602 10.0.0.23 - - [2025-12-18 02:29:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005071 10.0.0.23 - - [2025-12-18 02:29:38] "POST /neutron/port HTTP/1.1" 200 117 0.003935 10.0.0.23 - - [2025-12-18 02:29:41] "POST /neutron/port HTTP/1.1" 200 1198 0.035061 10.0.0.23 - - [2025-12-18 02:29:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018759 10.0.0.23 - - [2025-12-18 02:29:57] "POST /neutron/port HTTP/1.1" 200 1198 0.026345 10.0.0.50 - - [2025-12-18 02:30:01] "GET /obj-perms HTTP/1.1" 200 5056 0.079424 10.0.0.23 - - [2025-12-18 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008915 10.0.0.23 - - [2025-12-18 02:30:12] "POST /neutron/port HTTP/1.1" 200 1198 0.022967 10.0.0.23 - - [2025-12-18 02:30:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008894 10.0.0.23 - - [2025-12-18 02:30:28] "POST /neutron/port HTTP/1.1" 200 1198 0.015755 10.0.0.23 - - [2025-12-18 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008723 10.0.0.23 - - [2025-12-18 02:30:38] "POST /neutron/port HTTP/1.1" 200 1198 0.023798 10.0.0.23 - - [2025-12-18 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008459 10.0.0.23 - - [2025-12-18 02:30:38] "GET /virtual-machine/2364f213-fd13-4dda-b9a3-9c97cf45b19c HTTP/1.1" 200 1300 0.007042 10.0.0.23 - - [2025-12-18 02:30:38] "GET /virtual-machine-interface/d5fa5313-426b-49f3-a1ec-83d7298b401a HTTP/1.1" 200 3184 0.005693 10.0.0.23 - - [2025-12-18 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2025-12-18 02:30:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.23 - - [2025-12-18 02:30:38] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003670 10.0.0.23 - - [2025-12-18 02:30:38] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005974 10.0.0.23 - - [2025-12-18 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2025-12-18 02:30:41] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005642 10.0.0.23 - - [2025-12-18 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2025-12-18 02:30:45] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005661 10.0.0.23 - - [2025-12-18 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.23 - - [2025-12-18 02:30:49] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005782 10.0.0.23 - - [2025-12-18 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2025-12-18 02:30:53] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005947 10.0.0.23 - - [2025-12-18 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-18 02:30:58] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005795 10.0.0.23 - - [2025-12-18 02:31:02] "GET /obj-perms HTTP/1.1" 200 5056 0.058539 10.0.0.23 - - [2025-12-18 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2025-12-18 02:31:02] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007308 10.0.0.23 - - [2025-12-18 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-12-18 02:31:06] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005325 10.0.0.23 - - [2025-12-18 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2025-12-18 02:31:10] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.009357 10.0.0.23 - - [2025-12-18 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2025-12-18 02:31:14] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006245 10.0.0.23 - - [2025-12-18 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.23 - - [2025-12-18 02:31:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003551 10.0.0.23 - - [2025-12-18 02:31:16] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002819 10.0.0.23 - - [2025-12-18 02:31:16] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007790 10.0.0.23 - - [2025-12-18 02:31:18] "POST /neutron/port HTTP/1.1" 200 1198 0.044428 10.0.0.23 - - [2025-12-18 02:31:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.23 - - [2025-12-18 02:31:18] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.23 - - [2025-12-18 02:31:21] "POST /neutron/port HTTP/1.1" 200 1198 0.050557 10.0.0.23 - - [2025-12-18 02:31:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.23 - - [2025-12-18 02:31:21] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.23 - - [2025-12-18 02:31:21] "POST /neutron/port HTTP/1.1" 200 1198 0.019834 10.0.0.23 - - [2025-12-18 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007413 10.0.0.23 - - [2025-12-18 02:31:32] "POST /neutron/port HTTP/1.1" 200 1198 0.017736 10.0.0.23 - - [2025-12-18 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008253 10.0.0.23 - - [2025-12-18 02:31:42] "POST /neutron/port HTTP/1.1" 200 1198 0.015653 10.0.0.23 - - [2025-12-18 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007573 10.0.0.23 - - [2025-12-18 02:31:42] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 200 1300 0.006629 10.0.0.23 - - [2025-12-18 02:31:42] "GET /virtual-machine-interface/3810af2a-ffd0-4f3f-a1e4-cc6087e34226 HTTP/1.1" 200 3183 0.007831 10.0.0.23 - - [2025-12-18 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2025-12-18 02:31:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004642 10.0.0.23 - - [2025-12-18 02:31:42] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004143 10.0.0.23 - - [2025-12-18 02:31:42] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006550 10.0.0.23 - - [2025-12-18 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2025-12-18 02:31:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004498 10.0.0.23 - - [2025-12-18 02:31:44] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003302 10.0.0.23 - - [2025-12-18 02:31:44] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006425 10.0.0.23 - - [2025-12-18 02:31:44] "POST /neutron/port HTTP/1.1" 200 1198 0.017034 10.0.0.65 - - [2025-12-18 02:31:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.65 - - [2025-12-18 02:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.65 - - [2025-12-18 02:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2025-12-18 02:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-18 02:31:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008345 10.0.0.23 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.50 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2025-12-18 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-18 02:31:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-18 02:31:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2025-12-18 02:31:54] "POST /neutron/port HTTP/1.1" 200 1198 0.039336 10.0.0.23 - - [2025-12-18 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029848 10.0.0.23 - - [2025-12-18 02:31:55] "GET /network-policy/1304585a-930a-4741-aa5e-edf8ac0042b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004454 10.0.0.23 - - [2025-12-18 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.23 - - [2025-12-18 02:31:55] "GET /network-policy/8e510f0e-f183-4c12-a95f-6e8341dc85c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004519 10.0.0.23 - - [2025-12-18 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007333 10.0.0.23 - - [2025-12-18 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2025-12-18 02:31:55] "GET /network-policy/9ab13af8-1eee-47c3-b4ac-92b0ddda402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004746 10.0.0.23 - - [2025-12-18 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.23 - - [2025-12-18 02:31:55] "GET /network-policy/726fef2d-7888-4efb-b0ff-d95852f95c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005003 10.0.0.23 - - [2025-12-18 02:32:13] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 200 1300 0.030096 10.0.0.23 - - [2025-12-18 02:32:14] "POST /neutron/port HTTP/1.1" 200 151 0.225257 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.003186 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.002451 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.002790 10.0.0.23 - - [2025-12-18 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2025-12-18 02:32:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003586 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.005373 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007679 10.0.0.23 - - [2025-12-18 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.23 - - [2025-12-18 02:32:15] "GET /routing-instance/567565f0-f903-4a43-ae0c-70ae84f9167a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004679 10.0.0.23 - - [2025-12-18 02:32:15] "GET /route-target/e0f055ec-52f7-4163-a288-413c71bf812c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004336 10.0.0.23 - - [2025-12-18 02:32:15] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.003629 10.0.0.23 - - [2025-12-18 02:32:16] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.004946 10.0.0.23 - - [2025-12-18 02:32:17] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.005020 10.0.0.23 - - [2025-12-18 02:32:18] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.004120 10.0.0.23 - - [2025-12-18 02:32:19] "POST /neutron/network HTTP/1.1" 200 1504 0.007133 10.0.0.23 - - [2025-12-18 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016778 10.0.0.23 - - [2025-12-18 02:32:19] "POST /neutron/network HTTP/1.1" 200 1494 0.013392 10.0.0.23 - - [2025-12-18 02:32:19] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.003500 10.0.0.23 - - [2025-12-18 02:32:20] "GET /virtual-machine/77a1a59b-c609-415e-ae15-101d30fed5ff HTTP/1.1" 404 171 0.003391 10.0.0.65 - - [2025-12-18 02:32:20] "GET /obj-perms HTTP/1.1" 200 5046 0.064505 10.0.0.23 - - [2025-12-18 02:32:23] "GET /obj-perms HTTP/1.1" 200 5046 0.004657 10.0.0.65 - - [2025-12-18 02:32:30] "GET /obj-perms HTTP/1.1" 200 5046 0.003851 10.0.0.23 - - [2025-12-18 02:32:33] "GET /obj-perms HTTP/1.1" 200 5046 0.003960 10.0.0.65 - - [2025-12-18 02:32:39] "GET /obj-perms HTTP/1.1" 200 5046 0.005522 10.0.0.23 - - [2025-12-18 02:32:42] "GET /obj-perms HTTP/1.1" 200 5046 0.004224 10.0.0.23 - - [2025-12-18 02:32:42] "GET /virtual-machine/2364f213-fd13-4dda-b9a3-9c97cf45b19c HTTP/1.1" 200 1300 0.005105 10.0.0.23 - - [2025-12-18 02:32:43] "POST /neutron/port HTTP/1.1" 200 151 0.248125 10.0.0.23 - - [2025-12-18 02:32:44] "GET /virtual-machine/2364f213-fd13-4dda-b9a3-9c97cf45b19c HTTP/1.1" 404 171 0.006244 10.0.0.23 - - [2025-12-18 02:32:44] "GET /virtual-machine/2364f213-fd13-4dda-b9a3-9c97cf45b19c HTTP/1.1" 404 171 0.008979 10.0.0.23 - - [2025-12-18 02:32:44] "GET /virtual-machine/2364f213-fd13-4dda-b9a3-9c97cf45b19c HTTP/1.1" 404 171 0.006038 10.0.0.23 - - [2025-12-18 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.23 - - [2025-12-18 02:32:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.23 - - [2025-12-18 02:32:45] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004432 10.0.0.23 - - [2025-12-18 02:32:45] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008291 10.0.0.23 - - [2025-12-18 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-12-18 02:32:45] "GET /routing-instance/7ade6617-453e-4fc4-aa64-30a548b9cb44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004985 10.0.0.23 - - [2025-12-18 02:32:45] "GET /route-target/621a9a21-bdff-4a61-8aa9-701e364db4ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003706 10.0.0.23 - - [2025-12-18 02:32:45] "GET /obj-perms HTTP/1.1" 200 5046 0.003992 10.0.0.65 - - [2025-12-18 02:32:45] "GET /obj-perms HTTP/1.1" 200 5046 0.004887 10.0.0.23 - - [2025-12-18 02:32:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004388 10.0.0.65 - - [2025-12-18 02:32:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004550 10.0.0.23 - - [2025-12-18 02:33:03] "GET /obj-perms HTTP/1.1" 200 5046 0.005123 10.0.0.50 - - [2025-12-18 02:33:03] "GET /obj-perms HTTP/1.1" 200 5056 0.070747 10.0.0.65 - - [2025-12-18 02:33:03] "GET /obj-perms HTTP/1.1" 200 5046 0.004441 10.0.0.65 - - [2025-12-18 02:33:09] "GET /obj-perms HTTP/1.1" 200 5046 0.005138 10.0.0.23 - - [2025-12-18 02:33:12] "GET /obj-perms HTTP/1.1" 200 5046 0.003822 10.0.0.23 - - [2025-12-18 02:33:13] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005862 10.0.0.23 - - [2025-12-18 02:33:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.097648 10.0.0.23 - - [2025-12-18 02:33:13] "POST /neutron/network HTTP/1.1" 200 1309 0.022995 10.0.0.23 - - [2025-12-18 02:33:13] "GET /virtual-network/4af676ef-c802-4d7f-8962-9537827429d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005709 10.0.0.23 - - [2025-12-18 02:33:13] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005736 10.0.0.23 - - [2025-12-18 02:33:13] "POST /neutron/network HTTP/1.1" 200 1309 0.021415 10.0.0.23 - - [2025-12-18 02:33:13] "GET /virtual-network/5d9a8f32-10a8-4aac-8135-379707532a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007827 10.0.0.23 - - [2025-12-18 02:33:13] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006646 10.0.0.23 - - [2025-12-18 02:33:14] "DELETE /access-control-list/95f46452-e267-44c2-9214-69398fa3c418 HTTP/1.1" 200 115 0.080953 10.0.0.23 - - [2025-12-18 02:33:14] "POST /neutron/network HTTP/1.1" 200 1309 0.027477 10.0.0.23 - - [2025-12-18 02:33:14] "GET /virtual-network/3a2e97a9-4c04-4f58-b5b8-aeb5c76b6e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.013140 10.0.0.23 - - [2025-12-18 02:33:14] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005824 10.0.0.23 - - [2025-12-18 02:33:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.005207 10.0.0.23 - - [2025-12-18 02:33:14] "POST /neutron/network HTTP/1.1" 200 1309 0.036669 10.0.0.23 - - [2025-12-18 02:33:14] "GET /virtual-network/11da381a-c015-48e0-b735-e6e58781c1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007837 10.0.0.23 - - [2025-12-18 02:33:14] "POST /ref-update HTTP/1.1" 200 156 0.035566 10.0.0.23 - - [2025-12-18 02:33:14] "DELETE /network-policy/49261739-18e4-43fb-bac5-8c7e4f9cab1f HTTP/1.1" 200 115 0.055242 10.0.0.23 - - [2025-12-18 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.65 - - [2025-12-18 02:33:14] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.23 - - [2025-12-18 02:33:14] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052421 10.0.0.23 - - [2025-12-18 02:33:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.008478 10.0.0.23 - - [2025-12-18 02:33:14] "DELETE /network-policy/95e55c3a-870d-4c97-88c5-4778b5cbabad HTTP/1.1" 200 115 0.065728 10.0.0.23 - - [2025-12-18 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.65 - - [2025-12-18 02:33:14] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.23 - - [2025-12-18 02:33:14] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054580 10.0.0.23 - - [2025-12-18 02:33:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005594 10.0.0.23 - - [2025-12-18 02:33:14] "DELETE /network-policy/d8e564c3-5a0a-43d8-9273-ce79afb596c3 HTTP/1.1" 200 115 0.038044 10.0.0.23 - - [2025-12-18 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.65 - - [2025-12-18 02:33:15] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.23 - - [2025-12-18 02:33:15] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053936 10.0.0.23 - - [2025-12-18 02:33:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006224 10.0.0.23 - - [2025-12-18 02:33:15] "DELETE /network-policy/d69e8553-5748-4d33-ae07-17c55d3fad68 HTTP/1.1" 200 115 0.039366 10.0.0.23 - - [2025-12-18 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.65 - - [2025-12-18 02:33:15] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.23 - - [2025-12-18 02:33:15] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055554 10.0.0.23 - - [2025-12-18 02:33:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006560 10.0.0.23 - - [2025-12-18 02:33:15] "DELETE /network-policy/8e510f0e-f183-4c12-a95f-6e8341dc85c7 HTTP/1.1" 200 115 0.050226 10.0.0.23 - - [2025-12-18 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.65 - - [2025-12-18 02:33:15] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.23 - - [2025-12-18 02:33:15] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046546 10.0.0.23 - - [2025-12-18 02:33:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006310 10.0.0.23 - - [2025-12-18 02:33:15] "DELETE /network-policy/1304585a-930a-4741-aa5e-edf8ac0042b5 HTTP/1.1" 200 115 0.045243 10.0.0.23 - - [2025-12-18 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2025-12-18 02:33:15] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.23 - - [2025-12-18 02:33:15] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048880 10.0.0.23 - - [2025-12-18 02:33:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006766 10.0.0.23 - - [2025-12-18 02:33:15] "DELETE /network-policy/726fef2d-7888-4efb-b0ff-d95852f95c62 HTTP/1.1" 200 115 0.044696 10.0.0.23 - - [2025-12-18 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.65 - - [2025-12-18 02:33:16] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.23 - - [2025-12-18 02:33:16] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037466 10.0.0.23 - - [2025-12-18 02:33:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005344 10.0.0.23 - - [2025-12-18 02:33:16] "DELETE /network-policy/9ab13af8-1eee-47c3-b4ac-92b0ddda402f HTTP/1.1" 200 115 0.047915 10.0.0.23 - - [2025-12-18 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.65 - - [2025-12-18 02:33:16] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.23 - - [2025-12-18 02:33:16] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045622 10.0.0.23 - - [2025-12-18 02:33:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-32352238&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005787 10.0.0.23 - - [2025-12-18 02:33:16] "POST /neutron/network HTTP/1.1" 200 1309 0.011306 10.0.0.23 - - [2025-12-18 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004055 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004161 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.65 - - [2025-12-18 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.23 - - [2025-12-18 02:33:17] "POST /neutron/network HTTP/1.1" 200 151 0.180461 10.0.0.23 - - [2025-12-18 02:33:17] "DELETE /route-target/e0f055ec-52f7-4163-a288-413c71bf812c HTTP/1.1" 200 115 0.031391 10.0.0.23 - - [2025-12-18 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.23 - - [2025-12-18 02:33:18] "DELETE /network-ipam/f3f1d606-3d8c-4749-a2c6-b8bf2a990987 HTTP/1.1" 200 115 0.050970 10.0.0.23 - - [2025-12-18 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.004261 10.0.0.65 - - [2025-12-18 02:33:18] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003166 10.0.0.65 - - [2025-12-18 02:33:18] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.086837 10.0.0.65 - - [2025-12-18 02:33:18] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.65 - - [2025-12-18 02:33:18] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?fields=security_groups HTTP/1.1" 200 1386 0.046549 10.0.0.65 - - [2025-12-18 02:33:18] "DELETE /security-group/74c8bb6f-59cd-4d9c-9bf3-49531fcc1fcf HTTP/1.1" 200 115 0.063635 10.0.0.65 - - [2025-12-18 02:33:18] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.23 - - [2025-12-18 02:33:18] "DELETE /access-control-list/d1ef3919-01e2-44ee-92f4-142a9de69b6c HTTP/1.1" 200 115 0.058144 10.0.0.65 - - [2025-12-18 02:33:18] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?fields=application_policy_sets HTTP/1.1" 200 1425 0.047025 10.0.0.23 - - [2025-12-18 02:33:18] "DELETE /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09 HTTP/1.1" 200 115 0.513082 10.0.0.65 - - [2025-12-18 02:33:18] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.23 - - [2025-12-18 02:33:18] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?fields=projects HTTP/1.1" 200 1438 0.028228 10.0.0.23 - - [2025-12-18 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003486 10.0.0.65 - - [2025-12-18 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.003457 10.0.0.65 - - [2025-12-18 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.009381 10.0.0.65 - - [2025-12-18 02:33:24] "POST /security-groups HTTP/1.1" 200 599 0.039751 10.0.0.65 - - [2025-12-18 02:33:24] "POST /projects HTTP/1.1" 200 601 0.266334 10.0.0.23 - - [2025-12-18 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.306603 10.0.0.23 - - [2025-12-18 02:33:24] "POST /access-control-lists HTTP/1.1" 200 604 0.045179 10.0.0.65 - - [2025-12-18 02:33:24] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002073 10.0.0.23 - - [2025-12-18 02:33:24] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068696 10.0.0.23 - - [2025-12-18 02:33:24] "POST /network-policys HTTP/1.1" 200 559 0.035515 10.0.0.23 - - [2025-12-18 02:33:24] "GET /network-policy/7ddca59c-0f08-4927-9e98-9943eee5a7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.007446 10.0.0.23 - - [2025-12-18 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.65 - - [2025-12-18 02:33:24] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.23 - - [2025-12-18 02:33:24] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045265 10.0.0.23 - - [2025-12-18 02:33:24] "POST /neutron/network HTTP/1.1" 200 117 0.014578 10.0.0.23 - - [2025-12-18 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.015153 10.0.0.65 - - [2025-12-18 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008886 10.0.0.23 - - [2025-12-18 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.183182 10.0.0.23 - - [2025-12-18 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001406 10.0.0.23 - - [2025-12-18 02:33:25] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006788 10.0.0.23 - - [2025-12-18 02:33:25] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007306 10.0.0.23 - - [2025-12-18 02:33:25] "POST /neutron/network HTTP/1.1" 200 1007 0.008983 10.0.0.23 - - [2025-12-18 02:33:25] "POST /neutron/network HTTP/1.1" 200 1007 0.011671 10.0.0.23 - - [2025-12-18 02:33:25] "POST /access-control-lists HTTP/1.1" 200 599 0.042048 10.0.0.23 - - [2025-12-18 02:33:25] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009616 10.0.0.23 - - [2025-12-18 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.23 - - [2025-12-18 02:33:25] "GET /network-policy/7ddca59c-0f08-4927-9e98-9943eee5a7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005428 10.0.0.23 - - [2025-12-18 02:33:26] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006033 10.0.0.23 - - [2025-12-18 02:33:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004262 10.0.0.65 - - [2025-12-18 02:33:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003959 10.0.0.23 - - [2025-12-18 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001524 10.0.0.23 - - [2025-12-18 02:33:26] "POST /neutron/network HTTP/1.1" 200 1116 0.007225 10.0.0.65 - - [2025-12-18 02:33:27] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.23 - - [2025-12-18 02:33:27] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075140 10.0.0.23 - - [2025-12-18 02:33:27] "POST /neutron/port HTTP/1.1" 200 117 0.006846 10.0.0.23 - - [2025-12-18 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001455 10.0.0.23 - - [2025-12-18 02:33:27] "POST /neutron/network HTTP/1.1" 200 1116 0.007972 10.0.0.23 - - [2025-12-18 02:33:28] "POST /neutron/port HTTP/1.1" 200 1174 0.019950 10.0.0.65 - - [2025-12-18 02:33:28] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.23 - - [2025-12-18 02:33:28] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.154094 10.0.0.23 - - [2025-12-18 02:33:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004049 10.0.0.23 - - [2025-12-18 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 1381 0.016263 10.0.0.23 - - [2025-12-18 02:33:28] "POST /neutron/network HTTP/1.1" 200 1106 0.008886 10.0.0.23 - - [2025-12-18 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.23 - - [2025-12-18 02:33:29] "POST /neutron/network HTTP/1.1" 200 1116 0.008499 10.0.0.23 - - [2025-12-18 02:33:29] "POST /neutron/port HTTP/1.1" 200 1174 0.038678 10.0.0.23 - - [2025-12-18 02:33:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005497 10.0.0.23 - - [2025-12-18 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.23 - - [2025-12-18 02:33:34] "POST /neutron/port HTTP/1.1" 200 1202 0.018274 10.0.0.23 - - [2025-12-18 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009467 10.0.0.23 - - [2025-12-18 02:33:34] "GET /virtual-machine/1eace4c7-1286-4b2c-97ef-c7cf06f50bd2 HTTP/1.1" 200 1300 0.010532 10.0.0.23 - - [2025-12-18 02:33:34] "GET /virtual-machine-interface/69431e5b-d1ed-4557-ba45-e23bf36c25cf HTTP/1.1" 200 3177 0.007837 10.0.0.23 - - [2025-12-18 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.23 - - [2025-12-18 02:33:34] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004919 10.0.0.23 - - [2025-12-18 02:33:34] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004256 10.0.0.23 - - [2025-12-18 02:33:34] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007690 10.0.0.23 - - [2025-12-18 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.23 - - [2025-12-18 02:33:37] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006425 10.0.0.23 - - [2025-12-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2025-12-18 02:33:41] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005676 10.0.0.23 - - [2025-12-18 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2025-12-18 02:33:45] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005720 10.0.0.23 - - [2025-12-18 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2025-12-18 02:33:49] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006288 10.0.0.23 - - [2025-12-18 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2025-12-18 02:33:54] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007171 10.0.0.23 - - [2025-12-18 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2025-12-18 02:33:58] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005942 10.0.0.65 - - [2025-12-18 02:34:00] "DELETE /project/fe47ce2eda1045ba8952aad0d04e7b09 HTTP/1.1" 404 173 0.033718 10.0.0.23 - - [2025-12-18 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2025-12-18 02:34:02] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005263 10.0.0.50 - - [2025-12-18 02:34:04] "GET /obj-perms HTTP/1.1" 200 5056 0.090631 10.0.0.23 - - [2025-12-18 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2025-12-18 02:34:06] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005282 10.0.0.23 - - [2025-12-18 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2025-12-18 02:34:10] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005961 10.0.0.23 - - [2025-12-18 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-18 02:34:14] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005492 10.0.0.23 - - [2025-12-18 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.23 - - [2025-12-18 02:34:18] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004917 10.0.0.23 - - [2025-12-18 02:34:19] "POST /neutron/port HTTP/1.1" 200 1202 0.019912 10.0.0.23 - - [2025-12-18 02:34:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003944 10.0.0.23 - - [2025-12-18 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.23 - - [2025-12-18 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.23 - - [2025-12-18 02:34:22] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005166 10.0.0.23 - - [2025-12-18 02:34:25] "POST /neutron/port HTTP/1.1" 200 1202 0.017442 10.0.0.23 - - [2025-12-18 02:34:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.23 - - [2025-12-18 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.23 - - [2025-12-18 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-18 02:34:26] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004893 10.0.0.23 - - [2025-12-18 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2025-12-18 02:34:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.23 - - [2025-12-18 02:34:28] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002836 10.0.0.23 - - [2025-12-18 02:34:28] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005847 10.0.0.23 - - [2025-12-18 02:34:29] "POST /neutron/port HTTP/1.1" 200 1202 0.016717 10.0.0.23 - - [2025-12-18 02:34:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031553 10.0.0.23 - - [2025-12-18 02:34:39] "POST /neutron/port HTTP/1.1" 200 1202 0.018903 10.0.0.23 - - [2025-12-18 02:34:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007941 10.0.0.23 - - [2025-12-18 02:34:49] "POST /neutron/port HTTP/1.1" 200 1202 0.017273 10.0.0.23 - - [2025-12-18 02:34:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008657 10.0.0.23 - - [2025-12-18 02:34:50] "GET /virtual-machine/6e1c96e2-bbc8-456a-99a7-275d1530cab7 HTTP/1.1" 200 1300 0.006327 10.0.0.23 - - [2025-12-18 02:34:50] "GET /virtual-machine-interface/6340b213-ab96-42a7-b5c8-f00d436bdfcf HTTP/1.1" 200 3177 0.005368 10.0.0.23 - - [2025-12-18 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-18 02:34:50] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003655 10.0.0.23 - - [2025-12-18 02:34:50] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002628 10.0.0.23 - - [2025-12-18 02:34:50] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007699 10.0.0.23 - - [2025-12-18 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-18 02:34:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.23 - - [2025-12-18 02:34:51] "GET /virtual-networks?parent_id=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003346 10.0.0.23 - - [2025-12-18 02:34:51] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008007 10.0.0.23 - - [2025-12-18 02:35:19] "POST /neutron/port HTTP/1.1" 200 1202 0.021935 10.0.0.23 - - [2025-12-18 02:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.23 - - [2025-12-18 02:35:19] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.23 - - [2025-12-18 02:35:21] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006525 10.0.0.23 - - [2025-12-18 02:35:21] "POST /neutron/network HTTP/1.1" 200 1106 0.009988 10.0.0.23 - - [2025-12-18 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.008640 10.0.0.23 - - [2025-12-18 02:35:22] "GET /virtual-network/fa8c5cf5-e37c-4392-adea-007e81a457dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.028493 10.0.0.23 - - [2025-12-18 02:35:22] "POST /neutron/network HTTP/1.1" 200 1007 0.009912 10.0.0.23 - - [2025-12-18 02:35:22] "POST /neutron/port HTTP/1.1" 200 1228 0.014699 10.0.0.23 - - [2025-12-18 02:35:22] "POST /neutron/port HTTP/1.1" 200 1228 0.031666 10.0.0.23 - - [2025-12-18 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.040131 10.0.0.65 - - [2025-12-18 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.067270 10.0.0.65 - - [2025-12-18 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.65 - - [2025-12-18 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.65 - - [2025-12-18 02:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.23 - - [2025-12-18 02:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.219427 10.0.0.23 - - [2025-12-18 02:35:24] "DELETE /network-policy/7ddca59c-0f08-4927-9e98-9943eee5a7b0 HTTP/1.1" 200 115 0.048231 10.0.0.65 - - [2025-12-18 02:35:27] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.23 - - [2025-12-18 02:35:27] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076270 10.0.0.65 - - [2025-12-18 02:35:27] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001768 10.0.0.23 - - [2025-12-18 02:35:27] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?fields=virtual_networks HTTP/1.1" 200 1047 0.041602 10.0.0.65 - - [2025-12-18 02:35:27] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.23 - - [2025-12-18 02:35:27] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.033798 10.0.0.65 - - [2025-12-18 02:35:27] "GET /projects?obj_uuids=fe47ce2e-da10-45ba-8952-aad0d04e7b09&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.23 - - [2025-12-18 02:35:27] "GET /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09?fields=security_groups HTTP/1.1" 200 1281 0.064329 10.0.0.23 - - [2025-12-18 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.028741 10.0.0.65 - - [2025-12-18 02:35:28] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003219 10.0.0.65 - - [2025-12-18 02:35:28] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.65 - - [2025-12-18 02:35:28] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007034 10.0.0.65 - - [2025-12-18 02:35:28] "POST /id-to-fqname HTTP/1.1" 200 204 0.002571 10.0.0.65 - - [2025-12-18 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 213 0.004757 10.0.0.65 - - [2025-12-18 02:35:28] "POST /security-groups HTTP/1.1" 200 605 0.033166 10.0.0.65 - - [2025-12-18 02:35:28] "POST /projects HTTP/1.1" 200 613 0.245549 10.0.0.23 - - [2025-12-18 02:35:28] "POST /access-control-lists HTTP/1.1" 200 610 0.031123 10.0.0.65 - - [2025-12-18 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.329109 10.0.0.23 - - [2025-12-18 02:35:29] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.477203 10.0.0.23 - - [2025-12-18 02:35:30] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.23 - - [2025-12-18 02:35:33] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000478 10.0.0.65 - - [2025-12-18 02:35:34] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001151 10.0.0.23 - - [2025-12-18 02:35:34] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.103896 10.0.0.23 - - [2025-12-18 02:35:34] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.23 - - [2025-12-18 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.65 - - [2025-12-18 02:35:34] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.23 - - [2025-12-18 02:35:34] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008616 10.0.0.23 - - [2025-12-18 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.65 - - [2025-12-18 02:35:35] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001078 10.0.0.23 - - [2025-12-18 02:35:35] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.049518 10.0.0.23 - - [2025-12-18 02:35:36] "GET /domains HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-18 02:35:36] "GET /domains HTTP/1.1" 200 280 0.029682 10.0.0.65 - - [2025-12-18 02:35:36] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.23 - - [2025-12-18 02:35:36] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707 HTTP/1.1" 200 2975 0.008955 10.0.0.65 - - [2025-12-18 02:35:36] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000895 10.0.0.23 - - [2025-12-18 02:35:36] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991 HTTP/1.1" 200 1936 0.106606 10.0.0.23 - - [2025-12-18 02:35:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003276 10.0.0.23 - - [2025-12-18 02:35:36] "POST /network-ipams HTTP/1.1" 200 627 0.030877 10.0.0.23 - - [2025-12-18 02:35:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003582 10.0.0.23 - - [2025-12-18 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.23 - - [2025-12-18 02:35:36] "GET /network-ipam/3c4af05c-f113-45da-b638-53433b89f547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.007441 10.0.0.23 - - [2025-12-18 02:35:36] "PUT /network-ipam/3c4af05c-f113-45da-b638-53433b89f547 HTTP/1.1" 200 258 0.017211 10.0.0.23 - - [2025-12-18 02:35:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2025-12-18 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.029759 10.0.0.65 - - [2025-12-18 02:35:37] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001073 10.0.0.23 - - [2025-12-18 02:35:37] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.040086 10.0.0.23 - - [2025-12-18 02:35:37] "POST /route-targets HTTP/1.1" 200 327 0.016647 10.0.0.65 - - [2025-12-18 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009472 10.0.0.23 - - [2025-12-18 02:35:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.251805 10.0.0.23 - - [2025-12-18 02:35:38] "POST /id-to-fqname HTTP/1.1" 200 237 0.001406 10.0.0.23 - - [2025-12-18 02:35:38] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006925 10.0.0.23 - - [2025-12-18 02:35:38] "POST /neutron/network HTTP/1.1" 200 1142 0.009715 10.0.0.23 - - [2025-12-18 02:35:38] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005687 10.0.0.23 - - [2025-12-18 02:35:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.010385 10.0.0.23 - - [2025-12-18 02:35:39] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006516 10.0.0.23 - - [2025-12-18 02:35:39] "GET /obj-perms HTTP/1.1" 200 5021 0.074712 10.0.0.23 - - [2025-12-18 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.003400 10.0.0.23 - - [2025-12-18 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.65 - - [2025-12-18 02:35:40] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001058 10.0.0.23 - - [2025-12-18 02:35:40] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.057438 10.0.0.23 - - [2025-12-18 02:35:40] "POST /network-policys HTTP/1.1" 200 565 0.029039 10.0.0.23 - - [2025-12-18 02:35:40] "GET /network-policy/50b372da-0d46-4097-85f9-0090e9b995b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4072 0.006209 10.0.0.23 - - [2025-12-18 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.003520 10.0.0.23 - - [2025-12-18 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.65 - - [2025-12-18 02:35:40] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001477 10.0.0.23 - - [2025-12-18 02:35:40] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050878 10.0.0.23 - - [2025-12-18 02:35:40] "POST /network-policys HTTP/1.1" 200 565 0.034130 10.0.0.23 - - [2025-12-18 02:35:41] "GET /network-policy/4ff5253f-5bc5-4eba-894e-457f73cc54b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.006341 10.0.0.23 - - [2025-12-18 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.003008 10.0.0.23 - - [2025-12-18 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.65 - - [2025-12-18 02:35:41] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005416 10.0.0.23 - - [2025-12-18 02:35:41] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050589 10.0.0.23 - - [2025-12-18 02:35:41] "POST /network-policys HTTP/1.1" 200 565 0.027832 10.0.0.23 - - [2025-12-18 02:35:41] "GET /network-policy/577f6d49-de7d-48ec-8402-24e197940cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006633 10.0.0.23 - - [2025-12-18 02:35:41] "POST /access-control-lists HTTP/1.1" 200 611 0.042204 10.0.0.23 - - [2025-12-18 02:35:41] "POST /neutron/network HTTP/1.1" 200 1340 0.017593 10.0.0.23 - - [2025-12-18 02:35:41] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006793 10.0.0.23 - - [2025-12-18 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-18 02:35:41] "GET /network-policy/4ff5253f-5bc5-4eba-894e-457f73cc54b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004844 10.0.0.23 - - [2025-12-18 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2025-12-18 02:35:42] "GET /network-policy/50b372da-0d46-4097-85f9-0090e9b995b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4072 0.004538 10.0.0.23 - - [2025-12-18 02:35:42] "POST /id-to-fqname HTTP/1.1" 200 237 0.001780 10.0.0.65 - - [2025-12-18 02:35:43] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001135 10.0.0.23 - - [2025-12-18 02:35:43] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.072753 10.0.0.23 - - [2025-12-18 02:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.006177 10.0.0.23 - - [2025-12-18 02:35:43] "POST /neutron/network HTTP/1.1" 200 1350 0.007591 10.0.0.23 - - [2025-12-18 02:35:44] "POST /neutron/port HTTP/1.1" 200 1181 0.017442 10.0.0.23 - - [2025-12-18 02:35:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075 10.0.0.23 - - [2025-12-18 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.23 - - [2025-12-18 02:35:45] "DELETE /access-control-list/40aef4e4-4933-4e84-881b-195bfa40ac0f HTTP/1.1" 200 115 0.053727 10.0.0.23 - - [2025-12-18 02:35:48] "POST /neutron/port HTTP/1.1" 200 1209 0.018236 10.0.0.23 - - [2025-12-18 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007699 10.0.0.23 - - [2025-12-18 02:35:48] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 401 292 0.000563 10.0.0.23 - - [2025-12-18 02:35:49] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 200 1306 0.042426 10.0.0.23 - - [2025-12-18 02:35:49] "GET /virtual-machine-interface/2aef861e-8b7b-432f-9a0b-d517686aff6e HTTP/1.1" 200 3176 0.005592 10.0.0.23 - - [2025-12-18 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.23 - - [2025-12-18 02:35:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004033 10.0.0.23 - - [2025-12-18 02:35:49] "GET /virtual-networks?parent_id=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002541 10.0.0.23 - - [2025-12-18 02:35:49] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006351 10.0.0.23 - - [2025-12-18 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006316 10.0.0.23 - - [2025-12-18 02:35:52] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006875 10.0.0.23 - - [2025-12-18 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2025-12-18 02:35:56] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005511 10.0.0.23 - - [2025-12-18 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.23 - - [2025-12-18 02:36:00] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006144 10.0.0.65 - - [2025-12-18 02:36:01] "DELETE /project/b02ae96bcc9b4b528f9febc22faee991 HTTP/1.1" 404 173 0.003473 10.0.0.65 - - [2025-12-18 02:36:01] "DELETE /project/fe47ce2e-da10-45ba-8952-aad0d04e7b09 HTTP/1.1" 404 177 0.006993 10.0.0.23 - - [2025-12-18 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-12-18 02:36:04] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004998 10.0.0.65 - - [2025-12-18 02:36:06] "GET /obj-perms HTTP/1.1" 200 5056 0.058850 10.0.0.23 - - [2025-12-18 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-18 02:36:08] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006168 10.0.0.23 - - [2025-12-18 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-12-18 02:36:12] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005250 10.0.0.23 - - [2025-12-18 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.23 - - [2025-12-18 02:36:16] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007742 10.0.0.23 - - [2025-12-18 02:36:20] "POST /neutron/port HTTP/1.1" 200 1209 0.048683 10.0.0.23 - - [2025-12-18 02:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.23 - - [2025-12-18 02:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.23 - - [2025-12-18 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-12-18 02:36:20] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005814 10.0.0.23 - - [2025-12-18 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2025-12-18 02:36:25] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005492 10.0.0.23 - - [2025-12-18 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.23 - - [2025-12-18 02:36:29] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005362 10.0.0.23 - - [2025-12-18 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.23 - - [2025-12-18 02:36:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.23 - - [2025-12-18 02:36:31] "GET /virtual-networks?parent_id=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003117 10.0.0.23 - - [2025-12-18 02:36:31] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005980 10.0.0.23 - - [2025-12-18 02:36:31] "POST /neutron/port HTTP/1.1" 200 1209 0.018393 10.0.0.23 - - [2025-12-18 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007119 10.0.0.23 - - [2025-12-18 02:36:41] "POST /neutron/port HTTP/1.1" 200 1209 0.015172 10.0.0.23 - - [2025-12-18 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007876 10.0.0.65 - - [2025-12-18 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2025-12-18 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.65 - - [2025-12-18 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.65 - - [2025-12-18 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000955 10.0.0.50 - - [2025-12-18 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2025-12-18 02:36:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-18 02:36:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2025-12-18 02:36:52] "POST /neutron/port HTTP/1.1" 200 1209 0.014178 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007942 10.0.0.23 - - [2025-12-18 02:36:52] "GET /network-policy/50b372da-0d46-4097-85f9-0090e9b995b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4072 0.004331 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-12-18 02:36:52] "GET /network-policy/4ff5253f-5bc5-4eba-894e-457f73cc54b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004781 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.23 - - [2025-12-18 02:36:52] "GET /network-policy/577f6d49-de7d-48ec-8402-24e197940cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.003558 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002735 10.0.0.23 - - [2025-12-18 02:36:52] "POST /neutron/network HTTP/1.1" 200 1432 0.134560 10.0.0.23 - - [2025-12-18 02:36:52] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006426 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.23 - - [2025-12-18 02:36:52] "GET /network-policy/4ff5253f-5bc5-4eba-894e-457f73cc54b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005281 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2025-12-18 02:36:52] "GET /network-policy/50b372da-0d46-4097-85f9-0090e9b995b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4072 0.004623 10.0.0.23 - - [2025-12-18 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2025-12-18 02:36:53] "GET /network-policy/577f6d49-de7d-48ec-8402-24e197940cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004054 10.0.0.23 - - [2025-12-18 02:36:58] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006528 10.0.0.23 - - [2025-12-18 02:36:58] "POST /neutron/network HTTP/1.1" 200 1142 0.096969 10.0.0.23 - - [2025-12-18 02:36:58] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006190 10.0.0.23 - - [2025-12-18 02:37:03] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 200 1306 0.004353 10.0.0.23 - - [2025-12-18 02:37:03] "POST /neutron/port HTTP/1.1" 200 1235 0.014451 10.0.0.23 - - [2025-12-18 02:37:05] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 404 171 0.003301 10.0.0.23 - - [2025-12-18 02:37:05] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 404 171 0.003341 10.0.0.23 - - [2025-12-18 02:37:05] "GET /virtual-machine/38dd04ec-9cfb-42a1-a333-1221b9d4a927 HTTP/1.1" 404 171 0.005350 10.0.0.23 - - [2025-12-18 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.23 - - [2025-12-18 02:37:05] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003458 10.0.0.23 - - [2025-12-18 02:37:05] "GET /virtual-networks?parent_id=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003114 10.0.0.23 - - [2025-12-18 02:37:05] "GET /virtual-network/77d7b2f4-236f-49ef-a619-37704275e1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005784 10.0.0.23 - - [2025-12-18 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-12-18 02:37:05] "GET /routing-instance/19b5b048-d0b9-4928-91dd-fbb4eaa6a62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005371 10.0.0.23 - - [2025-12-18 02:37:05] "GET /route-target/8208adb4-a568-4410-a8a2-62344d3abbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004735 10.0.0.50 - - [2025-12-18 02:37:07] "GET /obj-perms HTTP/1.1" 200 5056 0.060136 10.0.0.23 - - [2025-12-18 02:37:09] "GET /obj-perms HTTP/1.1" 200 5021 0.004193 10.0.0.65 - - [2025-12-18 02:37:12] "GET /obj-perms HTTP/1.1" 200 5021 0.061789 10.0.0.23 - - [2025-12-18 02:37:12] "GET /obj-perms HTTP/1.1" 200 5021 0.004341 10.0.0.23 - - [2025-12-18 02:37:12] "DELETE /network-policy/577f6d49-de7d-48ec-8402-24e197940cf0 HTTP/1.1" 200 115 0.034654 10.0.0.23 - - [2025-12-18 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.65 - - [2025-12-18 02:37:12] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001022 10.0.0.23 - - [2025-12-18 02:37:12] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.049877 10.0.0.23 - - [2025-12-18 02:37:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-56005126&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006334 10.0.0.23 - - [2025-12-18 02:37:12] "DELETE /network-policy/4ff5253f-5bc5-4eba-894e-457f73cc54b3 HTTP/1.1" 200 115 0.030908 10.0.0.23 - - [2025-12-18 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.65 - - [2025-12-18 02:37:12] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001022 10.0.0.23 - - [2025-12-18 02:37:12] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.043338 10.0.0.23 - - [2025-12-18 02:37:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-56005126&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.010347 10.0.0.23 - - [2025-12-18 02:37:12] "DELETE /network-policy/50b372da-0d46-4097-85f9-0090e9b995b3 HTTP/1.1" 200 115 0.045105 10.0.0.23 - - [2025-12-18 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.65 - - [2025-12-18 02:37:13] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001009 10.0.0.23 - - [2025-12-18 02:37:13] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.036372 10.0.0.23 - - [2025-12-18 02:37:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-56005126&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005964 10.0.0.23 - - [2025-12-18 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006249 10.0.0.65 - - [2025-12-18 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004471 10.0.0.65 - - [2025-12-18 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.65 - - [2025-12-18 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002606 10.0.0.65 - - [2025-12-18 02:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005022 10.0.0.23 - - [2025-12-18 02:37:13] "POST /neutron/network HTTP/1.1" 200 151 0.170183 10.0.0.23 - - [2025-12-18 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-18 02:37:13] "DELETE /network-ipam/3c4af05c-f113-45da-b638-53433b89f547 HTTP/1.1" 200 115 0.032720 10.0.0.23 - - [2025-12-18 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 264 0.006073 10.0.0.65 - - [2025-12-18 02:37:13] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000925 10.0.0.65 - - [2025-12-18 02:37:13] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.050141 10.0.0.65 - - [2025-12-18 02:37:13] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001341 10.0.0.65 - - [2025-12-18 02:37:13] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?fields=security_groups HTTP/1.1" 200 1405 0.036917 10.0.0.65 - - [2025-12-18 02:37:13] "DELETE /security-group/9c3d1a1f-9c25-446a-b3ac-bdb93dcde08d HTTP/1.1" 200 115 0.056558 10.0.0.65 - - [2025-12-18 02:37:13] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001021 10.0.0.65 - - [2025-12-18 02:37:13] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?fields=application_policy_sets HTTP/1.1" 200 1444 0.043237 10.0.0.23 - - [2025-12-18 02:37:13] "DELETE /access-control-list/aa669cb5-4e2c-4e03-8d33-0b153617964a HTTP/1.1" 200 115 0.049796 10.0.0.23 - - [2025-12-18 02:37:14] "DELETE /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991 HTTP/1.1" 200 115 0.428045 10.0.0.65 - - [2025-12-18 02:37:14] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.23 - - [2025-12-18 02:37:14] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?fields=projects HTTP/1.1" 200 1438 0.020211 10.0.0.65 - - [2025-12-18 02:37:16] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003912 10.0.0.65 - - [2025-12-18 02:37:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.65 - - [2025-12-18 02:37:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049835 10.0.0.65 - - [2025-12-18 02:37:16] "POST /id-to-fqname HTTP/1.1" 200 204 0.002612 10.0.0.65 - - [2025-12-18 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 213 0.011862 10.0.0.65 - - [2025-12-18 02:37:17] "POST /security-groups HTTP/1.1" 200 605 0.044636 10.0.0.65 - - [2025-12-18 02:37:17] "POST /projects HTTP/1.1" 200 613 0.266680 10.0.0.23 - - [2025-12-18 02:37:17] "POST /fqname-to-id HTTP/1.1" 404 247 0.003748 10.0.0.65 - - [2025-12-18 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.348550 10.0.0.23 - - [2025-12-18 02:37:17] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.508932 10.0.0.65 - - [2025-12-18 02:37:17] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002602 10.0.0.23 - - [2025-12-18 02:37:17] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?fields=virtual_networks HTTP/1.1" 200 1060 0.065350 10.0.0.65 - - [2025-12-18 02:37:17] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001814 10.0.0.23 - - [2025-12-18 02:37:17] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.069292 10.0.0.65 - - [2025-12-18 02:37:17] "GET /projects?obj_uuids=b02ae96b-cc9b-4b52-8f9f-ebc22faee991&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001169 10.0.0.23 - - [2025-12-18 02:37:17] "GET /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991?fields=security_groups HTTP/1.1" 200 1300 0.039806 10.0.0.23 - - [2025-12-18 02:37:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.042572 10.0.0.65 - - [2025-12-18 02:37:18] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.65 - - [2025-12-18 02:37:18] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001720 10.0.0.65 - - [2025-12-18 02:37:18] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011413 10.0.0.65 - - [2025-12-18 02:37:18] "POST /id-to-fqname HTTP/1.1" 200 206 0.004274 10.0.0.65 - - [2025-12-18 02:37:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.014650 10.0.0.65 - - [2025-12-18 02:37:18] "POST /security-groups HTTP/1.1" 200 607 0.032340 10.0.0.65 - - [2025-12-18 02:37:18] "POST /projects HTTP/1.1" 200 617 0.302670 10.0.0.23 - - [2025-12-18 02:37:18] "POST /access-control-lists HTTP/1.1" 200 612 0.034631 10.0.0.65 - - [2025-12-18 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.377485 10.0.0.23 - - [2025-12-18 02:37:19] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.519640 10.0.0.23 - - [2025-12-18 02:37:20] "GET / HTTP/1.1" 200 35931 0.001452 10.0.0.23 - - [2025-12-18 02:37:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2025-12-18 02:37:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.059017 10.0.0.23 - - [2025-12-18 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.65 - - [2025-12-18 02:37:23] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000947 10.0.0.23 - - [2025-12-18 02:37:23] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.056733 10.0.0.23 - - [2025-12-18 02:37:23] "POST /network-policys HTTP/1.1" 200 567 0.079124 10.0.0.23 - - [2025-12-18 02:37:23] "GET /network-policy/6d48f357-bc93-4459-a5f9-106d343f310e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006916 10.0.0.23 - - [2025-12-18 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.65 - - [2025-12-18 02:37:23] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001368 10.0.0.23 - - [2025-12-18 02:37:23] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.049351 10.0.0.23 - - [2025-12-18 02:37:24] "POST /route-targets HTTP/1.1" 200 327 0.014248 10.0.0.65 - - [2025-12-18 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006639 10.0.0.23 - - [2025-12-18 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.238766 10.0.0.23 - - [2025-12-18 02:37:24] "POST /id-to-fqname HTTP/1.1" 200 237 0.001353 10.0.0.23 - - [2025-12-18 02:37:24] "GET /virtual-network/ff840d0e-0ccc-44e0-8bb6-0fd059a374ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.009004 10.0.0.23 - - [2025-12-18 02:37:25] "POST /neutron/network HTTP/1.1" 200 1015 0.090309 10.0.0.23 - - [2025-12-18 02:37:25] "GET /virtual-network/ff840d0e-0ccc-44e0-8bb6-0fd059a374ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005251 10.0.0.23 - - [2025-12-18 02:37:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.010000 10.0.0.23 - - [2025-12-18 02:37:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.011266 10.0.0.23 - - [2025-12-18 02:37:25] "POST /neutron/network HTTP/1.1" 200 1122 0.012387 10.0.0.23 - - [2025-12-18 02:37:25] "GET /virtual-network/ff840d0e-0ccc-44e0-8bb6-0fd059a374ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005238 10.0.0.23 - - [2025-12-18 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.23 - - [2025-12-18 02:37:25] "POST /access-control-lists HTTP/1.1" 200 607 0.076388 10.0.0.23 - - [2025-12-18 02:37:25] "GET /network-policy/6d48f357-bc93-4459-a5f9-106d343f310e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.005163 10.0.0.23 - - [2025-12-18 02:37:25] "GET /virtual-network/ff840d0e-0ccc-44e0-8bb6-0fd059a374ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006052 10.0.0.23 - - [2025-12-18 02:37:27] "DELETE /network-policy/6d48f357-bc93-4459-a5f9-106d343f310e HTTP/1.1" 409 238 0.010238 10.0.0.23 - - [2025-12-18 02:37:27] "DELETE /route-target/5023ad1e-6c2b-4cbf-b94a-a32238ff31b2 HTTP/1.1" 200 115 0.031449 10.0.0.23 - - [2025-12-18 02:37:27] "DELETE /network-policy/6d48f357-bc93-4459-a5f9-106d343f310e HTTP/1.1" 200 115 0.040293 10.0.0.23 - - [2025-12-18 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.65 - - [2025-12-18 02:37:27] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001160 10.0.0.23 - - [2025-12-18 02:37:27] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048053 10.0.0.23 - - [2025-12-18 02:37:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-51517265&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009437 10.0.0.65 - - [2025-12-18 02:37:30] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001268 10.0.0.23 - - [2025-12-18 02:37:30] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.040891 10.0.0.65 - - [2025-12-18 02:37:30] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001591 10.0.0.23 - - [2025-12-18 02:37:30] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?fields=virtual_networks HTTP/1.1" 200 1064 0.065034 10.0.0.65 - - [2025-12-18 02:37:30] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001172 10.0.0.23 - - [2025-12-18 02:37:30] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.044173 10.0.0.65 - - [2025-12-18 02:37:30] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001006 10.0.0.23 - - [2025-12-18 02:37:30] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?fields=security_groups HTTP/1.1" 200 1306 0.038521 10.0.0.23 - - [2025-12-18 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.030159 10.0.0.65 - - [2025-12-18 02:37:31] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003566 10.0.0.65 - - [2025-12-18 02:37:31] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.65 - - [2025-12-18 02:37:31] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007963 10.0.0.65 - - [2025-12-18 02:37:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001284 10.0.0.65 - - [2025-12-18 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.005774 10.0.0.65 - - [2025-12-18 02:37:32] "POST /security-groups HTTP/1.1" 200 591 0.032997 10.0.0.65 - - [2025-12-18 02:37:32] "POST /projects HTTP/1.1" 200 585 0.230797 10.0.0.23 - - [2025-12-18 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.009627 10.0.0.65 - - [2025-12-18 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.315215 10.0.0.23 - - [2025-12-18 02:37:32] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.464513 10.0.0.23 - - [2025-12-18 02:37:33] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.23 - - [2025-12-18 02:37:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-12-18 02:37:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.071813 10.0.0.23 - - [2025-12-18 02:37:35] "POST /network-ipams HTTP/1.1" 200 513 0.025471 10.0.0.23 - - [2025-12-18 02:37:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003855 10.0.0.23 - - [2025-12-18 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-12-18 02:37:35] "GET /network-ipam/ac3c14b7-3f84-4a24-88b6-5a31aef361d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006139 10.0.0.23 - - [2025-12-18 02:37:35] "PUT /network-ipam/ac3c14b7-3f84-4a24-88b6-5a31aef361d4 HTTP/1.1" 200 258 0.015119 10.0.0.23 - - [2025-12-18 02:37:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003215 10.0.0.23 - - [2025-12-18 02:37:36] "POST /network-ipams HTTP/1.1" 200 513 0.028372 10.0.0.23 - - [2025-12-18 02:37:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004067 10.0.0.23 - - [2025-12-18 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2025-12-18 02:37:36] "GET /network-ipam/704d462f-1bb2-41a3-8329-55e63d5f46c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006275 10.0.0.23 - - [2025-12-18 02:37:36] "PUT /network-ipam/704d462f-1bb2-41a3-8329-55e63d5f46c0 HTTP/1.1" 200 258 0.013463 10.0.0.23 - - [2025-12-18 02:37:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003242 10.0.0.23 - - [2025-12-18 02:37:36] "POST /network-ipams HTTP/1.1" 200 513 0.026176 10.0.0.23 - - [2025-12-18 02:37:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003422 10.0.0.23 - - [2025-12-18 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.23 - - [2025-12-18 02:37:36] "GET /network-ipam/c79bdc77-0da7-4ad0-8d0d-d012a157b4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006543 10.0.0.23 - - [2025-12-18 02:37:36] "PUT /network-ipam/c79bdc77-0da7-4ad0-8d0d-d012a157b4df HTTP/1.1" 200 258 0.014084 10.0.0.23 - - [2025-12-18 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2025-12-18 02:37:37] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.23 - - [2025-12-18 02:37:37] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.034923 10.0.0.23 - - [2025-12-18 02:37:37] "POST /neutron/network HTTP/1.1" 200 117 0.043422 10.0.0.23 - - [2025-12-18 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.038545 10.0.0.23 - - [2025-12-18 02:37:38] "POST /neutron/network HTTP/1.1" 200 822 0.009110 10.0.0.23 - - [2025-12-18 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001333 10.0.0.23 - - [2025-12-18 02:37:38] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005485 10.0.0.23 - - [2025-12-18 02:37:38] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006542 10.0.0.23 - - [2025-12-18 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.011781 10.0.0.23 - - [2025-12-18 02:37:38] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006161 10.0.0.23 - - [2025-12-18 02:37:38] "GET /network-ipam/ac3c14b7-3f84-4a24-88b6-5a31aef361d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004446 10.0.0.23 - - [2025-12-18 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.65 - - [2025-12-18 02:37:38] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.23 - - [2025-12-18 02:37:38] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054547 10.0.0.65 - - [2025-12-18 02:37:38] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.23 - - [2025-12-18 02:37:38] "POST /neutron/network HTTP/1.1" 200 607 0.138844 10.0.0.23 - - [2025-12-18 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003877 10.0.0.23 - - [2025-12-18 02:37:38] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005397 10.0.0.23 - - [2025-12-18 02:37:38] "POST /neutron/network HTTP/1.1" 200 823 0.007412 10.0.0.23 - - [2025-12-18 02:37:38] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005234 10.0.0.23 - - [2025-12-18 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.65 - - [2025-12-18 02:37:38] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.23 - - [2025-12-18 02:37:38] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054498 10.0.0.23 - - [2025-12-18 02:37:39] "POST /neutron/network HTTP/1.1" 200 117 0.014625 10.0.0.23 - - [2025-12-18 02:37:39] "POST /route-targets HTTP/1.1" 200 327 0.017206 10.0.0.23 - - [2025-12-18 02:37:39] "POST /neutron/network HTTP/1.1" 200 825 0.008904 10.0.0.23 - - [2025-12-18 02:37:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001088 10.0.0.23 - - [2025-12-18 02:37:39] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004852 10.0.0.23 - - [2025-12-18 02:37:39] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006261 10.0.0.23 - - [2025-12-18 02:37:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.010644 10.0.0.23 - - [2025-12-18 02:37:39] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006588 10.0.0.50 - - [2025-12-18 02:37:40] "GET /obj-perms HTTP/1.1" 200 5030 0.064229 10.0.0.65 - - [2025-12-18 02:37:41] "GET /obj-perms HTTP/1.1" 200 5030 0.061935 10.0.0.23 - - [2025-12-18 02:37:41] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006687 10.0.0.23 - - [2025-12-18 02:37:41] "GET /obj-perms HTTP/1.1" 200 5030 0.050057 10.0.0.23 - - [2025-12-18 02:37:42] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005872 10.0.0.23 - - [2025-12-18 02:37:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.003211 10.0.0.23 - - [2025-12-18 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.65 - - [2025-12-18 02:37:42] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001352 10.0.0.23 - - [2025-12-18 02:37:42] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.043350 10.0.0.23 - - [2025-12-18 02:37:42] "POST /network-policys HTTP/1.1" 200 553 0.030832 10.0.0.23 - - [2025-12-18 02:37:42] "GET /network-policy/8ced412e-2ac2-4412-a283-75319b3b9fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006275 10.0.0.23 - - [2025-12-18 02:37:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.002653 10.0.0.23 - - [2025-12-18 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.65 - - [2025-12-18 02:37:42] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.23 - - [2025-12-18 02:37:42] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.038385 10.0.0.23 - - [2025-12-18 02:37:42] "POST /network-policys HTTP/1.1" 200 553 0.037781 10.0.0.23 - - [2025-12-18 02:37:43] "GET /network-policy/a28eca10-1c3f-4f42-a95f-a5ac480b86af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006170 10.0.0.23 - - [2025-12-18 02:37:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.002636 10.0.0.23 - - [2025-12-18 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363 10.0.0.65 - - [2025-12-18 02:37:43] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.23 - - [2025-12-18 02:37:43] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.050184 10.0.0.23 - - [2025-12-18 02:37:43] "POST /network-policys HTTP/1.1" 200 553 0.028380 10.0.0.23 - - [2025-12-18 02:37:43] "GET /network-policy/931e88f0-8ab5-478a-a563-f88b9ffdf9a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006885 10.0.0.23 - - [2025-12-18 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.052497 10.0.0.23 - - [2025-12-18 02:37:43] "POST /access-control-lists HTTP/1.1" 200 591 0.093542 10.0.0.23 - - [2025-12-18 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.085924 10.0.0.23 - - [2025-12-18 02:37:43] "POST /neutron/network HTTP/1.1" 200 915 0.011814 10.0.0.23 - - [2025-12-18 02:37:43] "POST /access-control-lists HTTP/1.1" 200 591 0.074005 10.0.0.23 - - [2025-12-18 02:37:43] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.020744 10.0.0.23 - - [2025-12-18 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.23 - - [2025-12-18 02:37:44] "GET /network-policy/a28eca10-1c3f-4f42-a95f-a5ac480b86af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007148 10.0.0.23 - - [2025-12-18 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001723 10.0.0.65 - - [2025-12-18 02:37:44] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001530 10.0.0.23 - - [2025-12-18 02:37:45] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.072315 10.0.0.23 - - [2025-12-18 02:37:45] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.23 - - [2025-12-18 02:37:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001553 10.0.0.23 - - [2025-12-18 02:37:45] "POST /neutron/network HTTP/1.1" 200 925 0.006963 10.0.0.23 - - [2025-12-18 02:37:46] "POST /neutron/port HTTP/1.1" 200 1058 0.041705 10.0.0.23 - - [2025-12-18 02:37:46] "DELETE /access-control-list/d64282d7-b810-4c48-a14a-d58a73e35492 HTTP/1.1" 200 115 0.058625 10.0.0.65 - - [2025-12-18 02:37:46] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001579 10.0.0.23 - - [2025-12-18 02:37:46] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.122268 10.0.0.23 - - [2025-12-18 02:37:46] "POST /neutron/network HTTP/1.1" 200 915 0.055055 10.0.0.23 - - [2025-12-18 02:37:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.008883 10.0.0.23 - - [2025-12-18 02:37:46] "POST /neutron/port HTTP/1.1" 200 1086 0.018222 10.0.0.23 - - [2025-12-18 02:37:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001437 10.0.0.23 - - [2025-12-18 02:37:46] "POST /neutron/port HTTP/1.1" 200 1086 0.020600 10.0.0.23 - - [2025-12-18 02:37:47] "POST /neutron/network HTTP/1.1" 200 925 0.007886 10.0.0.23 - - [2025-12-18 02:37:47] "POST /neutron/port HTTP/1.1" 200 1059 0.048433 10.0.0.65 - - [2025-12-18 02:37:47] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.23 - - [2025-12-18 02:37:47] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.133169 10.0.0.23 - - [2025-12-18 02:37:47] "POST /neutron/port HTTP/1.1" 200 1087 0.021339 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008199 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007985 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/port HTTP/1.1" 200 1086 0.015949 10.0.0.65 - - [2025-12-18 02:37:48] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.23 - - [2025-12-18 02:37:48] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/port HTTP/1.1" 200 1061 0.338126 10.0.0.23 - - [2025-12-18 02:37:48] "POST /neutron/port HTTP/1.1" 200 1061 0.013887 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.034865 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.003642 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine-interface/e3ef08ef-79da-4178-8f68-1240b4bdffd4 HTTP/1.1" 200 2944 0.005697 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.003906 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine-interface/e3ef08ef-79da-4178-8f68-1240b4bdffd4 HTTP/1.1" 200 2944 0.006451 10.0.0.23 - - [2025-12-18 02:37:49] "GET /instance-ip/8522a580-991f-4e8e-9933-7d2d4ef2bdf0 HTTP/1.1" 200 1619 0.005550 10.0.0.23 - - [2025-12-18 02:37:49] "POST /neutron/port HTTP/1.1" 200 1089 0.017673 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.003476 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-machine-interface/e3ef08ef-79da-4178-8f68-1240b4bdffd4 HTTP/1.1" 200 2944 0.004941 10.0.0.23 - - [2025-12-18 02:37:49] "GET /instance-ip/8522a580-991f-4e8e-9933-7d2d4ef2bdf0 HTTP/1.1" 200 1619 0.005142 10.0.0.23 - - [2025-12-18 02:37:49] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.23 - - [2025-12-18 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2025-12-18 02:37:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003317 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003178 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008742 10.0.0.23 - - [2025-12-18 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-12-18 02:37:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004555 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006208 10.0.0.23 - - [2025-12-18 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2025-12-18 02:37:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003697 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002852 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005940 10.0.0.23 - - [2025-12-18 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2025-12-18 02:37:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004654 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003181 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006208 10.0.0.23 - - [2025-12-18 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-12-18 02:37:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004312 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003601 10.0.0.23 - - [2025-12-18 02:37:49] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006613 10.0.0.23 - - [2025-12-18 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-18 02:37:53] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005971 10.0.0.23 - - [2025-12-18 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2025-12-18 02:37:57] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005341 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /project/b02ae96bcc9b4b528f9febc22faee991 HTTP/1.1" 404 173 0.006436 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /project/f40c302b73d6475c8bdfe4bf38889f76 HTTP/1.1" 404 173 0.010963 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /project/11ce9cf390a848f889ebe8b3193ec3a1 HTTP/1.1" 404 173 0.006082 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /project/b02ae96b-cc9b-4b52-8f9f-ebc22faee991 HTTP/1.1" 404 177 0.005423 10.0.0.65 - - [2025-12-18 02:38:01] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000895 10.0.0.23 - - [2025-12-18 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-18 02:38:01] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006742 10.0.0.65 - - [2025-12-18 02:38:01] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.081906 10.0.0.65 - - [2025-12-18 02:38:01] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001039 10.0.0.65 - - [2025-12-18 02:38:01] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?fields=security_groups HTTP/1.1" 200 1411 0.065815 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /security-group/e50384f8-d086-42d1-abaf-147e006c9d55 HTTP/1.1" 200 115 0.054787 10.0.0.65 - - [2025-12-18 02:38:01] "GET /projects?obj_uuids=f40c302b-73d6-475c-8bdf-e4bf38889f76&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000878 10.0.0.65 - - [2025-12-18 02:38:01] "GET /project/f40c302b-73d6-475c-8bdf-e4bf38889f76?fields=application_policy_sets HTTP/1.1" 200 1450 0.064898 10.0.0.23 - - [2025-12-18 02:38:01] "DELETE /access-control-list/c0cf1c90-d73f-473b-b4a1-5c1612f5ecbb HTTP/1.1" 200 115 0.061131 10.0.0.65 - - [2025-12-18 02:38:01] "DELETE /project/f40c302b-73d6-475c-8bdf-e4bf38889f76 HTTP/1.1" 200 115 0.485873 10.0.0.23 - - [2025-12-18 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150 10.0.0.23 - - [2025-12-18 02:38:05] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007164 10.0.0.65 - - [2025-12-18 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.048758 10.0.0.23 - - [2025-12-18 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2025-12-18 02:38:09] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006310 10.0.0.23 - - [2025-12-18 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 02:38:13] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005604 10.0.0.23 - - [2025-12-18 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.23 - - [2025-12-18 02:38:17] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005005 10.0.0.23 - - [2025-12-18 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2025-12-18 02:38:21] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005475 10.0.0.23 - - [2025-12-18 02:38:22] "POST /neutron/port HTTP/1.1" 200 1086 0.016371 10.0.0.23 - - [2025-12-18 02:38:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.008896 10.0.0.23 - - [2025-12-18 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.23 - - [2025-12-18 02:38:25] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005431 10.0.0.23 - - [2025-12-18 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-12-18 02:38:29] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006253 10.0.0.23 - - [2025-12-18 02:38:30] "POST /neutron/port HTTP/1.1" 200 1087 0.019304 10.0.0.23 - - [2025-12-18 02:38:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005500 10.0.0.23 - - [2025-12-18 02:38:30] "POST /neutron/network HTTP/1.1" 200 915 0.008279 10.0.0.23 - - [2025-12-18 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2025-12-18 02:38:33] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006132 10.0.0.23 - - [2025-12-18 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.23 - - [2025-12-18 02:38:38] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006494 10.0.0.23 - - [2025-12-18 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.23 - - [2025-12-18 02:38:42] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005748 10.0.0.23 - - [2025-12-18 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-12-18 02:38:46] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005336 10.0.0.23 - - [2025-12-18 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-18 02:38:50] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005541 10.0.0.23 - - [2025-12-18 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2025-12-18 02:38:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005295 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004348 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006179 10.0.0.23 - - [2025-12-18 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.23 - - [2025-12-18 02:38:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006091 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003680 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006388 10.0.0.23 - - [2025-12-18 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2025-12-18 02:38:52] "GET /routing-instance/cc8eed79-d5d7-4f51-a191-929b00e6b276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005061 10.0.0.23 - - [2025-12-18 02:38:52] "GET /route-target/cda7a0bf-0197-43aa-b59a-0d9931215fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003644 10.0.0.23 - - [2025-12-18 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-12-18 02:38:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002890 10.0.0.23 - - [2025-12-18 02:38:52] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006173 10.0.0.23 - - [2025-12-18 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.23 - - [2025-12-18 02:38:53] "GET /routing-instance/cc8eed79-d5d7-4f51-a191-929b00e6b276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005001 10.0.0.23 - - [2025-12-18 02:38:53] "GET /route-target/cda7a0bf-0197-43aa-b59a-0d9931215fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003934 10.0.0.23 - - [2025-12-18 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2025-12-18 02:38:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004437 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006489 10.0.0.23 - - [2025-12-18 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2025-12-18 02:38:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004640 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003096 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005837 10.0.0.23 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003802 10.0.0.23 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004552 10.0.0.65 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003813 10.0.0.23 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005620 10.0.0.50 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003812 10.0.0.65 - - [2025-12-18 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003899 10.0.0.23 - - [2025-12-18 02:38:53] "POST /neutron/port HTTP/1.1" 200 1087 0.015312 10.0.0.23 - - [2025-12-18 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007816 10.0.0.23 - - [2025-12-18 02:38:53] "POST /neutron/port HTTP/1.1" 200 1087 0.014262 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.006448 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.003827 10.0.0.23 - - [2025-12-18 02:38:53] "GET /virtual-machine-interface/71c60572-9843-45f6-a03a-4105f50e9bde HTTP/1.1" 200 2943 0.005085 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.004222 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-machine-interface/71c60572-9843-45f6-a03a-4105f50e9bde HTTP/1.1" 200 2943 0.009422 10.0.0.23 - - [2025-12-18 02:38:54] "GET /instance-ip/f2d93685-ec22-41f8-824d-64243bc417f2 HTTP/1.1" 200 1620 0.008110 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.003833 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-machine-interface/71c60572-9843-45f6-a03a-4105f50e9bde HTTP/1.1" 200 2943 0.005641 10.0.0.23 - - [2025-12-18 02:38:54] "GET /instance-ip/f2d93685-ec22-41f8-824d-64243bc417f2 HTTP/1.1" 200 1620 0.004668 10.0.0.23 - - [2025-12-18 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-12-18 02:38:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005420 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003404 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.008235 10.0.0.23 - - [2025-12-18 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.23 - - [2025-12-18 02:38:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005420 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003630 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006011 10.0.0.23 - - [2025-12-18 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-18 02:38:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003106 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006258 10.0.0.23 - - [2025-12-18 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2025-12-18 02:38:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003249 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006660 10.0.0.23 - - [2025-12-18 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-18 02:38:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005303 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002873 10.0.0.23 - - [2025-12-18 02:38:54] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005992 10.0.0.23 - - [2025-12-18 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.23 - - [2025-12-18 02:38:55] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003994 10.0.0.23 - - [2025-12-18 02:38:55] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003469 10.0.0.23 - - [2025-12-18 02:38:55] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.008326 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-18 02:38:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007265 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003348 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007762 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2025-12-18 02:38:56] "GET /routing-instance/a0f3c7d4-105d-4bc6-bf47-778a83e2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006422 10.0.0.23 - - [2025-12-18 02:38:56] "GET /route-target/684abede-a7a3-4f7c-8e41-991ac336558c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003181 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.23 - - [2025-12-18 02:38:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003592 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002756 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007049 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-18 02:38:56] "GET /routing-instance/a0f3c7d4-105d-4bc6-bf47-778a83e2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005071 10.0.0.23 - - [2025-12-18 02:38:56] "GET /route-target/684abede-a7a3-4f7c-8e41-991ac336558c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004651 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.23 - - [2025-12-18 02:38:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003700 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006850 10.0.0.23 - - [2025-12-18 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2025-12-18 02:38:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004767 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002906 10.0.0.23 - - [2025-12-18 02:38:56] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005644 10.0.0.23 - - [2025-12-18 02:38:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004202 10.0.0.65 - - [2025-12-18 02:38:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004223 10.0.0.23 - - [2025-12-18 02:38:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004331 10.0.0.65 - - [2025-12-18 02:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004016 10.0.0.23 - - [2025-12-18 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007709 10.0.0.23 - - [2025-12-18 02:38:57] "POST /neutron/port HTTP/1.1" 200 1089 0.017371 10.0.0.23 - - [2025-12-18 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007514 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.006836 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.003712 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine-interface/daaeaf06-27ae-4045-addb-7a2db22361e1 HTTP/1.1" 200 2944 0.004720 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.003612 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine-interface/daaeaf06-27ae-4045-addb-7a2db22361e1 HTTP/1.1" 200 2944 0.004788 10.0.0.23 - - [2025-12-18 02:38:57] "GET /instance-ip/25190773-4a1f-457a-ab47-aea25c437b48 HTTP/1.1" 200 1622 0.006471 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.003560 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-machine-interface/daaeaf06-27ae-4045-addb-7a2db22361e1 HTTP/1.1" 200 2944 0.004578 10.0.0.23 - - [2025-12-18 02:38:57] "GET /instance-ip/25190773-4a1f-457a-ab47-aea25c437b48 HTTP/1.1" 200 1622 0.003940 10.0.0.23 - - [2025-12-18 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2025-12-18 02:38:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003152 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003127 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007099 10.0.0.23 - - [2025-12-18 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2025-12-18 02:38:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007048 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004081 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005710 10.0.0.23 - - [2025-12-18 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2025-12-18 02:38:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004879 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003362 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007671 10.0.0.23 - - [2025-12-18 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2025-12-18 02:38:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005175 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004108 10.0.0.23 - - [2025-12-18 02:38:57] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006471 10.0.0.23 - - [2025-12-18 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.23 - - [2025-12-18 02:38:58] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.23 - - [2025-12-18 02:38:58] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003158 10.0.0.23 - - [2025-12-18 02:38:58] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005956 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.23 - - [2025-12-18 02:39:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002923 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006632 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.23 - - [2025-12-18 02:39:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003643 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003537 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006635 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-12-18 02:39:01] "GET /routing-instance/3ef78448-f92b-4d9b-a8b1-80219c4fcc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007273 10.0.0.23 - - [2025-12-18 02:39:01] "GET /route-target/3202dc4e-4b6b-47a3-9721-ee1acca50b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004097 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2025-12-18 02:39:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.016087 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003092 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006166 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.23 - - [2025-12-18 02:39:01] "GET /routing-instance/3ef78448-f92b-4d9b-a8b1-80219c4fcc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005367 10.0.0.23 - - [2025-12-18 02:39:01] "GET /route-target/3202dc4e-4b6b-47a3-9721-ee1acca50b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004668 10.0.0.23 - - [2025-12-18 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.23 - - [2025-12-18 02:39:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004621 10.0.0.23 - - [2025-12-18 02:39:01] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003595 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006150 10.0.0.23 - - [2025-12-18 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-18 02:39:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005385 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002987 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007947 10.0.0.23 - - [2025-12-18 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004157 10.0.0.65 - - [2025-12-18 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004667 10.0.0.23 - - [2025-12-18 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004209 10.0.0.65 - - [2025-12-18 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004005 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.004177 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-machine-interface/e3ef08ef-79da-4178-8f68-1240b4bdffd4 HTTP/1.1" 200 2944 0.006377 10.0.0.23 - - [2025-12-18 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2025-12-18 02:39:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003601 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003203 10.0.0.23 - - [2025-12-18 02:39:02] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006793 10.0.0.23 - - [2025-12-18 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-18 02:39:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003838 10.0.0.23 - - [2025-12-18 02:39:03] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003680 10.0.0.23 - - [2025-12-18 02:39:03] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006222 10.0.0.23 - - [2025-12-18 02:39:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015470 10.0.0.50 - - [2025-12-18 02:39:08] "GET /obj-perms HTTP/1.1" 200 5056 0.075149 10.0.0.23 - - [2025-12-18 02:39:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008589 10.0.0.23 - - [2025-12-18 02:39:14] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.004883 10.0.0.23 - - [2025-12-18 02:39:14] "GET /virtual-machine-interface/71c60572-9843-45f6-a03a-4105f50e9bde HTTP/1.1" 200 2943 0.005715 10.0.0.23 - - [2025-12-18 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-18 02:39:14] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004269 10.0.0.23 - - [2025-12-18 02:39:14] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003352 10.0.0.23 - - [2025-12-18 02:39:14] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006290 10.0.0.23 - - [2025-12-18 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-18 02:39:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004558 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006167 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006042 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.004891 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-machine-interface/daaeaf06-27ae-4045-addb-7a2db22361e1 HTTP/1.1" 200 2944 0.005587 10.0.0.23 - - [2025-12-18 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2025-12-18 02:39:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002983 10.0.0.23 - - [2025-12-18 02:39:15] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006024 10.0.0.23 - - [2025-12-18 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-12-18 02:39:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003760 10.0.0.23 - - [2025-12-18 02:39:16] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002542 10.0.0.23 - - [2025-12-18 02:39:16] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006186 10.0.0.23 - - [2025-12-18 02:39:22] "POST /neutron/port HTTP/1.1" 200 1089 0.013874 10.0.0.23 - - [2025-12-18 02:39:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014967 10.0.0.23 - - [2025-12-18 02:39:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.009278 10.0.0.23 - - [2025-12-18 02:39:27] "POST /neutron/port HTTP/1.1" 200 1089 0.021321 10.0.0.23 - - [2025-12-18 02:39:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008187 10.0.0.23 - - [2025-12-18 02:39:32] "POST /neutron/network HTTP/1.1" 200 925 0.008117 10.0.0.23 - - [2025-12-18 02:39:32] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.23 - - [2025-12-18 02:39:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008074 10.0.0.23 - - [2025-12-18 02:39:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015099 10.0.0.23 - - [2025-12-18 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007664 10.0.0.23 - - [2025-12-18 02:40:03] "POST /neutron/port HTTP/1.1" 200 1089 0.019721 10.0.0.23 - - [2025-12-18 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007450 10.0.0.23 - - [2025-12-18 02:40:09] "GET /obj-perms HTTP/1.1" 200 5056 0.065583 10.0.0.23 - - [2025-12-18 02:40:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017975 10.0.0.23 - - [2025-12-18 02:40:22] "POST /neutron/port HTTP/1.1" 200 1086 0.015374 10.0.0.23 - - [2025-12-18 02:40:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.010487 10.0.0.23 - - [2025-12-18 02:40:24] "POST /neutron/port HTTP/1.1" 200 1089 0.013881 10.0.0.23 - - [2025-12-18 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008167 10.0.0.23 - - [2025-12-18 02:40:32] "POST /neutron/network HTTP/1.1" 200 925 0.019262 10.0.0.23 - - [2025-12-18 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.23 - - [2025-12-18 02:40:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008675 10.0.0.23 - - [2025-12-18 02:40:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015420 10.0.0.23 - - [2025-12-18 02:40:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008919 10.0.0.23 - - [2025-12-18 02:41:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015742 10.0.0.23 - - [2025-12-18 02:41:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007578 10.0.0.23 - - [2025-12-18 02:41:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015632 10.0.0.23 - - [2025-12-18 02:41:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008261 10.0.0.23 - - [2025-12-18 02:41:22] "POST /neutron/network HTTP/1.1" 200 835 0.033269 10.0.0.23 - - [2025-12-18 02:41:22] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.23 - - [2025-12-18 02:41:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008122 10.0.0.23 - - [2025-12-18 02:41:32] "POST /neutron/port HTTP/1.1" 200 1087 0.016651 10.0.0.23 - - [2025-12-18 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005827 10.0.0.23 - - [2025-12-18 02:41:32] "POST /neutron/network HTTP/1.1" 200 915 0.006951 10.0.0.23 - - [2025-12-18 02:41:41] "POST /neutron/port HTTP/1.1" 200 1089 0.016701 10.0.0.23 - - [2025-12-18 02:41:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007489 10.0.0.65 - - [2025-12-18 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2025-12-18 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2025-12-18 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.65 - - [2025-12-18 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2025-12-18 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-12-18 02:41:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-18 02:41:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2025-12-18 02:41:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016997 10.0.0.23 - - [2025-12-18 02:42:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010263 10.0.0.65 - - [2025-12-18 02:42:11] "GET /obj-perms HTTP/1.1" 200 5056 0.057636 10.0.0.23 - - [2025-12-18 02:42:12] "POST /neutron/port HTTP/1.1" 200 1089 0.018010 10.0.0.23 - - [2025-12-18 02:42:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007870 10.0.0.23 - - [2025-12-18 02:42:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014144 10.0.0.23 - - [2025-12-18 02:42:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004636 10.0.0.23 - - [2025-12-18 02:42:25] "POST /neutron/network HTTP/1.1" 200 993 0.007128 10.0.0.23 - - [2025-12-18 02:42:32] "POST /neutron/port HTTP/1.1" 200 1087 0.015692 10.0.0.23 - - [2025-12-18 02:42:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.23 - - [2025-12-18 02:42:32] "POST /neutron/network HTTP/1.1" 200 915 0.007342 10.0.0.23 - - [2025-12-18 02:42:38] "POST /neutron/port HTTP/1.1" 200 1089 0.041144 10.0.0.23 - - [2025-12-18 02:42:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008201 10.0.0.23 - - [2025-12-18 02:42:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015582 10.0.0.23 - - [2025-12-18 02:42:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007266 10.0.0.23 - - [2025-12-18 02:43:09] "POST /neutron/port HTTP/1.1" 200 1089 0.016086 10.0.0.50 - - [2025-12-18 02:43:11] "GET /obj-perms HTTP/1.1" 200 5056 0.059697 10.0.0.23 - - [2025-12-18 02:43:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007984 10.0.0.23 - - [2025-12-18 02:43:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017740 10.0.0.23 - - [2025-12-18 02:43:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014629 10.0.0.23 - - [2025-12-18 02:43:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.010348 10.0.0.23 - - [2025-12-18 02:43:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016195 10.0.0.23 - - [2025-12-18 02:43:34] "POST /neutron/port HTTP/1.1" 200 1087 0.045590 10.0.0.23 - - [2025-12-18 02:43:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.010902 10.0.0.23 - - [2025-12-18 02:43:35] "POST /neutron/port HTTP/1.1" 200 1089 0.016055 10.0.0.23 - - [2025-12-18 02:43:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008246 10.0.0.23 - - [2025-12-18 02:43:50] "POST /neutron/port HTTP/1.1" 200 1089 0.015605 10.0.0.23 - - [2025-12-18 02:43:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008991 10.0.0.23 - - [2025-12-18 02:44:06] "POST /neutron/port HTTP/1.1" 200 1089 0.014777 10.0.0.23 - - [2025-12-18 02:44:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.034666 10.0.0.23 - - [2025-12-18 02:44:12] "GET /obj-perms HTTP/1.1" 200 5056 0.048556 10.0.0.23 - - [2025-12-18 02:44:16] "POST /neutron/port HTTP/1.1" 200 1089 0.021019 10.0.0.23 - - [2025-12-18 02:44:27] "POST /neutron/port HTTP/1.1" 200 1086 0.013963 10.0.0.23 - - [2025-12-18 02:44:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.010348 10.0.0.23 - - [2025-12-18 02:44:35] "POST /neutron/port HTTP/1.1" 200 1087 0.014386 10.0.0.23 - - [2025-12-18 02:44:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.23 - - [2025-12-18 02:44:35] "POST /neutron/network HTTP/1.1" 200 915 0.007867 10.0.0.23 - - [2025-12-18 02:45:13] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 200 1293 0.251830 10.0.0.23 - - [2025-12-18 02:45:13] "POST /neutron/port HTTP/1.1" 200 151 0.180784 10.0.0.23 - - [2025-12-18 02:45:15] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 404 171 0.003010 10.0.0.23 - - [2025-12-18 02:45:15] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 404 171 0.002764 10.0.0.23 - - [2025-12-18 02:45:15] "GET /virtual-machine/a027e3a2-a449-455c-af99-38e57f9a1da6 HTTP/1.1" 404 171 0.006598 10.0.0.23 - - [2025-12-18 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.031800 10.0.0.23 - - [2025-12-18 02:45:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.23 - - [2025-12-18 02:45:15] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003313 10.0.0.23 - - [2025-12-18 02:45:15] "GET /virtual-network/02972313-936f-489c-9dae-82cd911ab974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007694 10.0.0.23 - - [2025-12-18 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-18 02:45:15] "GET /routing-instance/3ef78448-f92b-4d9b-a8b1-80219c4fcc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004474 10.0.0.23 - - [2025-12-18 02:45:15] "GET /route-target/3202dc4e-4b6b-47a3-9721-ee1acca50b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.010795 10.0.0.65 - - [2025-12-18 02:45:16] "GET /obj-perms HTTP/1.1" 200 5030 0.055932 10.0.0.23 - - [2025-12-18 02:45:22] "GET /obj-perms HTTP/1.1" 200 5030 0.060117 10.0.0.65 - - [2025-12-18 02:45:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003768 10.0.0.23 - - [2025-12-18 02:45:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004115 10.0.0.65 - - [2025-12-18 02:45:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004817 10.0.0.23 - - [2025-12-18 02:45:36] "POST /neutron/network HTTP/1.1" 200 925 0.006718 10.0.0.23 - - [2025-12-18 02:45:36] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.23 - - [2025-12-18 02:45:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004830 10.0.0.65 - - [2025-12-18 02:45:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004148 10.0.0.23 - - [2025-12-18 02:45:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004605 10.0.0.23 - - [2025-12-18 02:45:44] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 200 1292 0.004834 10.0.0.23 - - [2025-12-18 02:45:44] "POST /neutron/port HTTP/1.1" 200 1113 0.013018 10.0.0.23 - - [2025-12-18 02:45:46] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 404 171 0.002932 10.0.0.23 - - [2025-12-18 02:45:46] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 404 171 0.003010 10.0.0.23 - - [2025-12-18 02:45:46] "GET /virtual-machine/56a054bb-26e0-46ee-a071-1e580f37e558 HTTP/1.1" 404 171 0.002915 10.0.0.23 - - [2025-12-18 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2025-12-18 02:45:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.23 - - [2025-12-18 02:45:46] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003073 10.0.0.23 - - [2025-12-18 02:45:46] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006857 10.0.0.23 - - [2025-12-18 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2025-12-18 02:45:46] "GET /routing-instance/a0f3c7d4-105d-4bc6-bf47-778a83e2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006184 10.0.0.23 - - [2025-12-18 02:45:46] "GET /route-target/684abede-a7a3-4f7c-8e41-991ac336558c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003980 10.0.0.65 - - [2025-12-18 02:45:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003767 10.0.0.23 - - [2025-12-18 02:45:52] "GET /obj-perms HTTP/1.1" 200 5030 0.005610 10.0.0.65 - - [2025-12-18 02:45:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004157 10.0.0.23 - - [2025-12-18 02:46:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003895 10.0.0.65 - - [2025-12-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004575 10.0.0.23 - - [2025-12-18 02:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.003891 10.0.0.50 - - [2025-12-18 02:46:14] "GET /obj-perms HTTP/1.1" 200 5056 0.057326 10.0.0.23 - - [2025-12-18 02:46:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004458 10.0.0.65 - - [2025-12-18 02:46:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004783 10.0.0.23 - - [2025-12-18 02:46:14] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 200 1292 0.004662 10.0.0.23 - - [2025-12-18 02:46:14] "POST /neutron/port HTTP/1.1" 200 1112 0.013641 10.0.0.23 - - [2025-12-18 02:46:16] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 404 171 0.003699 10.0.0.23 - - [2025-12-18 02:46:16] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 404 171 0.002732 10.0.0.23 - - [2025-12-18 02:46:16] "GET /virtual-machine/a61fae43-dfce-498b-8775-56375bfffaf8 HTTP/1.1" 404 171 0.003187 10.0.0.23 - - [2025-12-18 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-12-18 02:46:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.23 - - [2025-12-18 02:46:16] "GET /virtual-networks?parent_id=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003015 10.0.0.23 - - [2025-12-18 02:46:16] "GET /virtual-network/1486548a-a91a-4c59-9967-b05bf1d9c739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005935 10.0.0.23 - - [2025-12-18 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.23 - - [2025-12-18 02:46:16] "GET /routing-instance/cc8eed79-d5d7-4f51-a191-929b00e6b276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004665 10.0.0.23 - - [2025-12-18 02:46:16] "GET /route-target/cda7a0bf-0197-43aa-b59a-0d9931215fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004443 10.0.0.23 - - [2025-12-18 02:46:19] "GET /obj-perms HTTP/1.1" 200 5030 0.005495 10.0.0.65 - - [2025-12-18 02:46:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005293 10.0.0.23 - - [2025-12-18 02:46:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004447 10.0.0.65 - - [2025-12-18 02:46:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004142 10.0.0.23 - - [2025-12-18 02:46:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004776 10.0.0.65 - - [2025-12-18 02:46:41] "GET /obj-perms HTTP/1.1" 200 5030 0.005622 10.0.0.23 - - [2025-12-18 02:46:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003531 10.0.0.23 - - [2025-12-18 02:46:41] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005285 10.0.0.23 - - [2025-12-18 02:46:41] "POST /neutron/network HTTP/1.1" 200 823 0.073920 10.0.0.23 - - [2025-12-18 02:46:41] "GET /virtual-network/11c83330-b156-4b74-aa71-af40eeea8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005720 10.0.0.23 - - [2025-12-18 02:46:42] "POST /ref-update HTTP/1.1" 200 156 0.063673 10.0.0.23 - - [2025-12-18 02:46:42] "PUT /access-control-list/71ab6663-e837-457a-8ef5-639579f7e7ef HTTP/1.1" 200 272 0.078450 10.0.0.23 - - [2025-12-18 02:46:42] "POST /ref-update HTTP/1.1" 200 156 0.059553 10.0.0.23 - - [2025-12-18 02:46:42] "DELETE /network-policy/931e88f0-8ab5-478a-a563-f88b9ffdf9a2 HTTP/1.1" 200 115 0.084797 10.0.0.23 - - [2025-12-18 02:46:42] "DELETE /network-policy/a28eca10-1c3f-4f42-a95f-a5ac480b86af HTTP/1.1" 200 115 0.055058 10.0.0.23 - - [2025-12-18 02:46:42] "DELETE /network-policy/8ced412e-2ac2-4412-a283-75319b3b9fb1 HTTP/1.1" 200 115 0.050353 10.0.0.23 - - [2025-12-18 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011420 10.0.0.65 - - [2025-12-18 02:46:42] "POST /useragent-kv HTTP/1.1" 200 115 0.053733 10.0.0.65 - - [2025-12-18 02:46:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.23 - - [2025-12-18 02:46:42] "POST /neutron/network HTTP/1.1" 200 151 0.192852 10.0.0.23 - - [2025-12-18 02:46:43] "DELETE /route-target/684abede-a7a3-4f7c-8e41-991ac336558c HTTP/1.1" 200 115 0.033337 10.0.0.23 - - [2025-12-18 02:46:43] "POST /neutron/network HTTP/1.1" 200 822 0.011146 10.0.0.23 - - [2025-12-18 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.23 - - [2025-12-18 02:46:43] "DELETE /network-ipam/c79bdc77-0da7-4ad0-8d0d-d012a157b4df HTTP/1.1" 200 115 0.034967 10.0.0.23 - - [2025-12-18 02:46:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.006471 10.0.0.23 - - [2025-12-18 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2025-12-18 02:46:43] "DELETE /network-ipam/704d462f-1bb2-41a3-8329-55e63d5f46c0 HTTP/1.1" 200 115 0.049265 10.0.0.23 - - [2025-12-18 02:46:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.004423 10.0.0.23 - - [2025-12-18 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.23 - - [2025-12-18 02:46:44] "DELETE /network-ipam/ac3c14b7-3f84-4a24-88b6-5a31aef361d4 HTTP/1.1" 200 115 0.052433 10.0.0.23 - - [2025-12-18 02:46:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.004380 10.0.0.65 - - [2025-12-18 02:46:45] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002247 10.0.0.23 - - [2025-12-18 02:46:45] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083297 10.0.0.65 - - [2025-12-18 02:46:45] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.23 - - [2025-12-18 02:46:45] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?fields=virtual_networks HTTP/1.1" 200 1030 0.050257 10.0.0.65 - - [2025-12-18 02:46:45] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.23 - - [2025-12-18 02:46:45] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.048442 10.0.0.65 - - [2025-12-18 02:46:45] "GET /projects?obj_uuids=11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.23 - - [2025-12-18 02:46:45] "GET /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1?fields=security_groups HTTP/1.1" 200 1256 0.051249 10.0.0.23 - - [2025-12-18 02:46:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.033365 10.0.0.65 - - [2025-12-18 02:46:46] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.65 - - [2025-12-18 02:46:46] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002049 10.0.0.65 - - [2025-12-18 02:46:46] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044539 10.0.0.65 - - [2025-12-18 02:46:46] "POST /id-to-fqname HTTP/1.1" 200 196 0.003045 10.0.0.65 - - [2025-12-18 02:46:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.007958 10.0.0.65 - - [2025-12-18 02:46:47] "POST /security-groups HTTP/1.1" 200 597 0.036653 10.0.0.23 - - [2025-12-18 02:46:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.003289 10.0.0.65 - - [2025-12-18 02:46:47] "POST /projects HTTP/1.1" 200 597 0.289212 10.0.0.65 - - [2025-12-18 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.364681 10.0.0.23 - - [2025-12-18 02:46:47] "POST /access-control-lists HTTP/1.1" 200 600 0.050642 10.0.0.23 - - [2025-12-18 02:46:47] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.564349 10.0.0.65 - - [2025-12-18 02:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.65 - - [2025-12-18 02:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2025-12-18 02:46:48] "GET / HTTP/1.1" 200 35931 0.003499 10.0.0.65 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.65 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2025-12-18 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2025-12-18 02:46:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2025-12-18 02:46:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-18 02:46:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.058567 10.0.0.23 - - [2025-12-18 02:46:52] "POST /network-ipams HTTP/1.1" 200 519 0.027883 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003537 10.0.0.23 - - [2025-12-18 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipam/39cccc24-1d2a-4bd0-9950-ee96e6cca210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006370 10.0.0.23 - - [2025-12-18 02:46:52] "PUT /network-ipam/39cccc24-1d2a-4bd0-9950-ee96e6cca210 HTTP/1.1" 200 258 0.015887 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004135 10.0.0.23 - - [2025-12-18 02:46:52] "POST /network-ipams HTTP/1.1" 200 519 0.034897 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003838 10.0.0.23 - - [2025-12-18 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipam/f1fe3d3e-256b-48cc-8c14-5ec9b3b98bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007036 10.0.0.23 - - [2025-12-18 02:46:52] "PUT /network-ipam/f1fe3d3e-256b-48cc-8c14-5ec9b3b98bbc HTTP/1.1" 200 258 0.015478 10.0.0.23 - - [2025-12-18 02:46:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004032 10.0.0.23 - - [2025-12-18 02:46:52] "POST /network-ipams HTTP/1.1" 200 519 0.027644 10.0.0.23 - - [2025-12-18 02:46:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003937 10.0.0.23 - - [2025-12-18 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2025-12-18 02:46:53] "GET /network-ipam/8f32c008-0988-4851-beb7-0886c704b9a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006598 10.0.0.23 - - [2025-12-18 02:46:53] "PUT /network-ipam/8f32c008-0988-4851-beb7-0886c704b9a4 HTTP/1.1" 200 258 0.015259 10.0.0.23 - - [2025-12-18 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.65 - - [2025-12-18 02:46:54] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001176 10.0.0.23 - - [2025-12-18 02:46:54] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050775 10.0.0.65 - - [2025-12-18 02:46:54] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.23 - - [2025-12-18 02:46:54] "POST /neutron/network HTTP/1.1" 200 613 0.169290 10.0.0.23 - - [2025-12-18 02:46:54] "POST /route-targets HTTP/1.1" 200 327 0.019178 10.0.0.23 - - [2025-12-18 02:46:54] "POST /neutron/network HTTP/1.1" 200 1013 0.011701 10.0.0.23 - - [2025-12-18 02:46:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001173 10.0.0.23 - - [2025-12-18 02:46:54] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004889 10.0.0.23 - - [2025-12-18 02:46:54] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005759 10.0.0.23 - - [2025-12-18 02:46:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.010176 10.0.0.23 - - [2025-12-18 02:46:55] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006988 10.0.0.23 - - [2025-12-18 02:46:55] "GET /network-ipam/39cccc24-1d2a-4bd0-9950-ee96e6cca210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.004213 10.0.0.23 - - [2025-12-18 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.65 - - [2025-12-18 02:46:55] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.23 - - [2025-12-18 02:46:55] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050813 10.0.0.23 - - [2025-12-18 02:46:55] "POST /neutron/network HTTP/1.1" 200 117 0.013630 10.0.0.23 - - [2025-12-18 02:46:55] "POST /ref-update HTTP/1.1" 200 156 0.031859 10.0.0.65 - - [2025-12-18 02:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009334 10.0.0.23 - - [2025-12-18 02:46:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.230609 10.0.0.23 - - [2025-12-18 02:46:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001465 10.0.0.23 - - [2025-12-18 02:46:55] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008090 10.0.0.23 - - [2025-12-18 02:46:56] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006347 10.0.0.23 - - [2025-12-18 02:46:56] "POST /neutron/network HTTP/1.1" 200 1013 0.009771 10.0.0.23 - - [2025-12-18 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.65 - - [2025-12-18 02:46:56] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001360 10.0.0.23 - - [2025-12-18 02:46:56] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049595 10.0.0.23 - - [2025-12-18 02:46:56] "POST /neutron/network HTTP/1.1" 200 117 0.016474 10.0.0.65 - - [2025-12-18 02:46:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.23 - - [2025-12-18 02:46:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.229855 10.0.0.23 - - [2025-12-18 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.077973 10.0.0.23 - - [2025-12-18 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001349 10.0.0.23 - - [2025-12-18 02:46:56] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007883 10.0.0.23 - - [2025-12-18 02:46:56] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005915 10.0.0.23 - - [2025-12-18 02:46:57] "POST /neutron/network HTTP/1.1" 200 1015 0.009972 10.0.0.23 - - [2025-12-18 02:46:57] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005545 10.0.0.50 - - [2025-12-18 02:46:58] "GET /obj-perms HTTP/1.1" 200 5042 0.084339 10.0.0.23 - - [2025-12-18 02:46:58] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006456 10.0.0.65 - - [2025-12-18 02:46:59] "GET /obj-perms HTTP/1.1" 200 5042 0.052629 10.0.0.23 - - [2025-12-18 02:46:59] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005451 10.0.0.23 - - [2025-12-18 02:46:59] "GET /obj-perms HTTP/1.1" 200 5042 0.052529 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.004265 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.65 - - [2025-12-18 02:47:00] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001456 10.0.0.23 - - [2025-12-18 02:47:00] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045111 10.0.0.23 - - [2025-12-18 02:47:00] "POST /network-policys HTTP/1.1" 200 559 0.034850 10.0.0.23 - - [2025-12-18 02:47:00] "GET /network-policy/4b39803a-6b47-4c2f-8eb2-0ddaffaf1931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007269 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003428 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.65 - - [2025-12-18 02:47:00] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001007 10.0.0.23 - - [2025-12-18 02:47:00] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043038 10.0.0.23 - - [2025-12-18 02:47:00] "POST /network-policys HTTP/1.1" 200 559 0.040806 10.0.0.23 - - [2025-12-18 02:47:00] "GET /network-policy/0782a35a-f325-4924-96f4-578e3a48b55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.007056 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003240 10.0.0.23 - - [2025-12-18 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.65 - - [2025-12-18 02:47:00] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.23 - - [2025-12-18 02:47:00] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039945 10.0.0.23 - - [2025-12-18 02:47:00] "POST /network-policys HTTP/1.1" 200 559 0.033306 10.0.0.23 - - [2025-12-18 02:47:00] "GET /network-policy/b4c3b117-c116-4173-aef7-ea453d2e6f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006628 10.0.0.23 - - [2025-12-18 02:47:00] "POST /neutron/network HTTP/1.1" 200 1013 0.012408 10.0.0.23 - - [2025-12-18 02:47:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.022451 10.0.0.23 - - [2025-12-18 02:47:01] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.009655 10.0.0.23 - - [2025-12-18 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-18 02:47:01] "GET /network-policy/0782a35a-f325-4924-96f4-578e3a48b55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.007591 10.0.0.23 - - [2025-12-18 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007728 10.0.0.23 - - [2025-12-18 02:47:01] "GET /network-policy/4b39803a-6b47-4c2f-8eb2-0ddaffaf1931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004845 10.0.0.23 - - [2025-12-18 02:47:01] "POST /neutron/network HTTP/1.1" 200 1013 0.009457 10.0.0.23 - - [2025-12-18 02:47:01] "POST /access-control-lists HTTP/1.1" 200 597 0.054438 10.0.0.23 - - [2025-12-18 02:47:01] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007890 10.0.0.23 - - [2025-12-18 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.23 - - [2025-12-18 02:47:01] "GET /network-policy/b4c3b117-c116-4173-aef7-ea453d2e6f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004635 10.0.0.23 - - [2025-12-18 02:47:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001158 10.0.0.23 - - [2025-12-18 02:47:02] "POST /neutron/network HTTP/1.1" 200 1207 0.008111 10.0.0.65 - - [2025-12-18 02:47:02] "DELETE /project/11ce9cf3-90a8-48f8-89eb-e8b3193ec3a1 HTTP/1.1" 404 177 0.004550 10.0.0.65 - - [2025-12-18 02:47:02] "DELETE /project/b5959f4f87984abe994367e3d44b59ef HTTP/1.1" 404 173 0.004346 10.0.0.65 - - [2025-12-18 02:47:02] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001574 10.0.0.23 - - [2025-12-18 02:47:02] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.066351 10.0.0.23 - - [2025-12-18 02:47:03] "POST /neutron/port HTTP/1.1" 200 117 0.008855 10.0.0.23 - - [2025-12-18 02:47:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001641 10.0.0.23 - - [2025-12-18 02:47:03] "POST /neutron/network HTTP/1.1" 200 1207 0.007826 10.0.0.23 - - [2025-12-18 02:47:04] "POST /neutron/port HTTP/1.1" 200 1172 0.056897 10.0.0.65 - - [2025-12-18 02:47:04] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001109 10.0.0.23 - - [2025-12-18 02:47:04] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.099418 10.0.0.23 - - [2025-12-18 02:47:04] "POST /neutron/port HTTP/1.1" 200 1200 0.025790 10.0.0.23 - - [2025-12-18 02:47:04] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018139 10.0.0.23 - - [2025-12-18 02:47:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007704 10.0.0.23 - - [2025-12-18 02:47:04] "POST /neutron/port HTTP/1.1" 200 117 0.012400 10.0.0.23 - - [2025-12-18 02:47:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001389 10.0.0.23 - - [2025-12-18 02:47:05] "POST /neutron/network HTTP/1.1" 200 1025 0.008078 10.0.0.23 - - [2025-12-18 02:47:05] "PUT /access-control-list/addf3e45-7a2e-4633-828d-8d8134f682bc HTTP/1.1" 200 272 0.019251 10.0.0.23 - - [2025-12-18 02:47:05] "POST /neutron/port HTTP/1.1" 200 1172 0.022363 10.0.0.23 - - [2025-12-18 02:47:05] "POST /neutron/port HTTP/1.1" 200 1200 0.019698 10.0.0.23 - - [2025-12-18 02:47:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020191 10.0.0.23 - - [2025-12-18 02:47:06] "POST /neutron/network HTTP/1.1" 200 1111 0.009990 10.0.0.65 - - [2025-12-18 02:47:06] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001128 10.0.0.23 - - [2025-12-18 02:47:06] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063064 10.0.0.23 - - [2025-12-18 02:47:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008271 10.0.0.23 - - [2025-12-18 02:47:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008234 10.0.0.23 - - [2025-12-18 02:47:06] "POST /neutron/port HTTP/1.1" 200 1200 0.017952 10.0.0.65 - - [2025-12-18 02:47:06] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001599 10.0.0.23 - - [2025-12-18 02:47:06] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2025-12-18 02:47:07] "POST /neutron/port HTTP/1.1" 200 1174 0.432266 10.0.0.23 - - [2025-12-18 02:47:07] "POST /neutron/port HTTP/1.1" 200 1174 0.019330 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.079639 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.004562 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine-interface/36eab059-40b8-4983-a608-2cfef28d169e HTTP/1.1" 200 3167 0.009016 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.004043 10.0.0.23 - - [2025-12-18 02:47:07] "POST /neutron/port HTTP/1.1" 200 1202 0.030694 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine-interface/36eab059-40b8-4983-a608-2cfef28d169e HTTP/1.1" 200 3167 0.006464 10.0.0.23 - - [2025-12-18 02:47:07] "GET /instance-ip/316782f7-e7cf-4750-9b2d-8430a070b37c HTTP/1.1" 200 1653 0.006794 10.0.0.23 - - [2025-12-18 02:47:07] "GET /instance-ip/e8af9f89-b412-4e69-a285-eedf87c5dee9 HTTP/1.1" 200 1633 0.010554 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.008519 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-machine-interface/36eab059-40b8-4983-a608-2cfef28d169e HTTP/1.1" 200 3167 0.008375 10.0.0.23 - - [2025-12-18 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 1389 0.023149 10.0.0.23 - - [2025-12-18 02:47:07] "GET /instance-ip/316782f7-e7cf-4750-9b2d-8430a070b37c HTTP/1.1" 200 1653 0.007139 10.0.0.23 - - [2025-12-18 02:47:07] "GET /instance-ip/e8af9f89-b412-4e69-a285-eedf87c5dee9 HTTP/1.1" 200 1633 0.004163 10.0.0.23 - - [2025-12-18 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2025-12-18 02:47:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004920 10.0.0.23 - - [2025-12-18 02:47:07] "POST /neutron/network HTTP/1.1" 200 1015 0.016886 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.008912 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005566 10.0.0.23 - - [2025-12-18 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2025-12-18 02:47:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004926 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004994 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006769 10.0.0.23 - - [2025-12-18 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-18 02:47:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.23 - - [2025-12-18 02:47:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003003 10.0.0.23 - - [2025-12-18 02:47:08] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007150 10.0.0.23 - - [2025-12-18 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.23 - - [2025-12-18 02:47:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004127 10.0.0.23 - - [2025-12-18 02:47:08] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003165 10.0.0.23 - - [2025-12-18 02:47:08] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005681 10.0.0.23 - - [2025-12-18 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.23 - - [2025-12-18 02:47:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007249 10.0.0.23 - - [2025-12-18 02:47:08] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003253 10.0.0.23 - - [2025-12-18 02:47:08] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007172 10.0.0.23 - - [2025-12-18 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-18 02:47:11] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005622 10.0.0.23 - - [2025-12-18 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-18 02:47:15] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007104 10.0.0.23 - - [2025-12-18 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2025-12-18 02:47:19] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007395 10.0.0.23 - - [2025-12-18 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-18 02:47:23] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005341 10.0.0.23 - - [2025-12-18 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2025-12-18 02:47:27] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006067 10.0.0.23 - - [2025-12-18 02:47:31] "POST /neutron/network HTTP/1.1" 200 1207 0.007284 10.0.0.23 - - [2025-12-18 02:47:31] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012712 10.0.0.23 - - [2025-12-18 02:47:31] "POST /neutron/network HTTP/1.1" 200 1197 0.011247 10.0.0.23 - - [2025-12-18 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2025-12-18 02:47:31] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006274 10.0.0.23 - - [2025-12-18 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-12-18 02:47:35] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005445 10.0.0.23 - - [2025-12-18 02:47:38] "POST /neutron/network HTTP/1.1" 200 1121 0.007473 10.0.0.23 - - [2025-12-18 02:47:38] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016122 10.0.0.23 - - [2025-12-18 02:47:38] "POST /neutron/network HTTP/1.1" 200 1111 0.011281 10.0.0.23 - - [2025-12-18 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2025-12-18 02:47:40] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006722 10.0.0.23 - - [2025-12-18 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.23 - - [2025-12-18 02:47:44] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005710 10.0.0.23 - - [2025-12-18 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2025-12-18 02:47:48] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005553 10.0.0.23 - - [2025-12-18 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.23 - - [2025-12-18 02:47:52] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005277 10.0.0.23 - - [2025-12-18 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.23 - - [2025-12-18 02:47:56] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005540 10.0.0.23 - - [2025-12-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2025-12-18 02:47:58] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004017 10.0.0.23 - - [2025-12-18 02:47:58] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003213 10.0.0.23 - - [2025-12-18 02:47:58] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007201 10.0.0.23 - - [2025-12-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.23 - - [2025-12-18 02:47:58] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004192 10.0.0.23 - - [2025-12-18 02:47:58] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003581 10.0.0.23 - - [2025-12-18 02:47:58] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007113 10.0.0.23 - - [2025-12-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.23 - - [2025-12-18 02:47:58] "GET /routing-instance/193aa688-a236-4123-aa56-14cabdc6acff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.007436 10.0.0.23 - - [2025-12-18 02:47:58] "GET /route-target/2f2bba0f-f14a-4865-8775-b47dc24f3d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004081 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.23 - - [2025-12-18 02:47:59] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006329 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004054 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.008019 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2025-12-18 02:47:59] "GET /routing-instance/193aa688-a236-4123-aa56-14cabdc6acff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005427 10.0.0.23 - - [2025-12-18 02:47:59] "GET /route-target/2f2bba0f-f14a-4865-8775-b47dc24f3d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004299 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.23 - - [2025-12-18 02:47:59] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003569 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007122 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2025-12-18 02:47:59] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006959 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004508 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005774 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2025-12-18 02:47:59] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004480 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004451 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005876 10.0.0.23 - - [2025-12-18 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2025-12-18 02:47:59] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004802 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004362 10.0.0.23 - - [2025-12-18 02:47:59] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006538 10.0.0.65 - - [2025-12-18 02:47:59] "GET /obj-perms HTTP/1.1" 200 5042 0.005299 10.0.0.23 - - [2025-12-18 02:47:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004088 10.0.0.23 - - [2025-12-18 02:47:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004103 10.0.0.65 - - [2025-12-18 02:47:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004530 10.0.0.23 - - [2025-12-18 02:48:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004048 10.0.0.50 - - [2025-12-18 02:48:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004231 10.0.0.23 - - [2025-12-18 02:48:00] "POST /neutron/port HTTP/1.1" 200 1200 0.021584 10.0.0.23 - - [2025-12-18 02:48:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012249 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.007035 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.004615 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine-interface/38a035cc-4830-4e83-abf2-69726e7c45b4 HTTP/1.1" 200 3167 0.005774 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.004703 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine-interface/38a035cc-4830-4e83-abf2-69726e7c45b4 HTTP/1.1" 200 3167 0.006126 10.0.0.23 - - [2025-12-18 02:48:00] "GET /instance-ip/0ccf1df5-40ee-4a17-aac4-f4797caf0c6a HTTP/1.1" 200 1632 0.005885 10.0.0.23 - - [2025-12-18 02:48:00] "GET /instance-ip/9939b8b4-f857-4b98-9f3b-b9071dec716b HTTP/1.1" 200 1653 0.005783 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.004052 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-machine-interface/38a035cc-4830-4e83-abf2-69726e7c45b4 HTTP/1.1" 200 3167 0.007336 10.0.0.23 - - [2025-12-18 02:48:00] "GET /instance-ip/0ccf1df5-40ee-4a17-aac4-f4797caf0c6a HTTP/1.1" 200 1632 0.005535 10.0.0.23 - - [2025-12-18 02:48:00] "GET /instance-ip/9939b8b4-f857-4b98-9f3b-b9071dec716b HTTP/1.1" 200 1653 0.003942 10.0.0.23 - - [2025-12-18 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.23 - - [2025-12-18 02:48:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004708 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004027 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007665 10.0.0.23 - - [2025-12-18 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.23 - - [2025-12-18 02:48:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004643 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004412 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006509 10.0.0.23 - - [2025-12-18 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.23 - - [2025-12-18 02:48:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003639 10.0.0.23 - - [2025-12-18 02:48:00] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006032 10.0.0.23 - - [2025-12-18 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.23 - - [2025-12-18 02:48:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005866 10.0.0.23 - - [2025-12-18 02:48:01] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005565 10.0.0.23 - - [2025-12-18 02:48:01] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008130 10.0.0.23 - - [2025-12-18 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.23 - - [2025-12-18 02:48:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004826 10.0.0.23 - - [2025-12-18 02:48:01] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004002 10.0.0.23 - - [2025-12-18 02:48:01] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006434 10.0.0.23 - - [2025-12-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2025-12-18 02:48:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004979 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003602 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006138 10.0.0.23 - - [2025-12-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009434 10.0.0.23 - - [2025-12-18 02:48:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004636 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003385 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006096 10.0.0.23 - - [2025-12-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2025-12-18 02:48:02] "GET /routing-instance/98cf6dce-5f84-493a-8ccc-42140ce09283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004574 10.0.0.23 - - [2025-12-18 02:48:02] "GET /route-target/07d47d4f-25e7-4b64-8a6d-7a4d340da005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.005006 10.0.0.23 - - [2025-12-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.23 - - [2025-12-18 02:48:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003771 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003390 10.0.0.23 - - [2025-12-18 02:48:02] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006756 10.0.0.23 - - [2025-12-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.23 - - [2025-12-18 02:48:02] "GET /routing-instance/98cf6dce-5f84-493a-8ccc-42140ce09283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005088 10.0.0.23 - - [2025-12-18 02:48:02] "GET /route-target/07d47d4f-25e7-4b64-8a6d-7a4d340da005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003673 10.0.0.23 - - [2025-12-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2025-12-18 02:48:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005161 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003043 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005545 10.0.0.23 - - [2025-12-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-12-18 02:48:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003001 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005917 10.0.0.23 - - [2025-12-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2025-12-18 02:48:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004741 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003783 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006191 10.0.0.23 - - [2025-12-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2025-12-18 02:48:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004813 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327 10.0.0.23 - - [2025-12-18 02:48:03] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006638 10.0.0.65 - - [2025-12-18 02:48:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004287 10.0.0.23 - - [2025-12-18 02:48:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004164 10.0.0.23 - - [2025-12-18 02:48:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004274 10.0.0.65 - - [2025-12-18 02:48:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004086 10.0.0.23 - - [2025-12-18 02:48:03] "POST /neutron/port HTTP/1.1" 200 1202 0.019354 10.0.0.23 - - [2025-12-18 02:48:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008316 10.0.0.23 - - [2025-12-18 02:48:04] "POST /neutron/port HTTP/1.1" 200 1202 0.020268 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.007954 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.005101 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine-interface/97bf5ec4-f7e7-4572-afbb-285d2eafec52 HTTP/1.1" 200 3168 0.009530 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.005147 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine-interface/97bf5ec4-f7e7-4572-afbb-285d2eafec52 HTTP/1.1" 200 3168 0.009228 10.0.0.23 - - [2025-12-18 02:48:04] "GET /instance-ip/3065e201-c462-4411-91d9-95b09d58776b HTTP/1.1" 200 1634 0.006920 10.0.0.23 - - [2025-12-18 02:48:04] "GET /instance-ip/738192bf-e1ff-4430-b8ef-756e73eab3b9 HTTP/1.1" 200 1653 0.007144 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.005674 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-machine-interface/97bf5ec4-f7e7-4572-afbb-285d2eafec52 HTTP/1.1" 200 3168 0.006366 10.0.0.23 - - [2025-12-18 02:48:04] "GET /instance-ip/3065e201-c462-4411-91d9-95b09d58776b HTTP/1.1" 200 1634 0.004197 10.0.0.23 - - [2025-12-18 02:48:04] "GET /instance-ip/738192bf-e1ff-4430-b8ef-756e73eab3b9 HTTP/1.1" 200 1653 0.004194 10.0.0.23 - - [2025-12-18 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.23 - - [2025-12-18 02:48:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003533 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003184 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006085 10.0.0.23 - - [2025-12-18 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-18 02:48:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005063 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003198 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007162 10.0.0.23 - - [2025-12-18 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2025-12-18 02:48:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003689 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006543 10.0.0.23 - - [2025-12-18 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.23 - - [2025-12-18 02:48:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004711 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006154 10.0.0.23 - - [2025-12-18 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2025-12-18 02:48:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005127 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003904 10.0.0.23 - - [2025-12-18 02:48:04] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006262 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2025-12-18 02:48:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003992 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002903 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006439 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.23 - - [2025-12-18 02:48:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003397 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008687 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.23 - - [2025-12-18 02:48:06] "GET /routing-instance/ea09ff5a-6466-4daf-8966-7f089d4bbdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.007787 10.0.0.23 - - [2025-12-18 02:48:06] "GET /route-target/9d40b928-aa7c-4c4d-a17f-e7eb6537a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004190 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2025-12-18 02:48:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004861 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006769 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-18 02:48:06] "GET /routing-instance/ea09ff5a-6466-4daf-8966-7f089d4bbdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004399 10.0.0.23 - - [2025-12-18 02:48:06] "GET /route-target/9d40b928-aa7c-4c4d-a17f-e7eb6537a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006833 10.0.0.23 - - [2025-12-18 02:48:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011611 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2025-12-18 02:48:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004752 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002995 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006760 10.0.0.23 - - [2025-12-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.23 - - [2025-12-18 02:48:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.23 - - [2025-12-18 02:48:06] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004296 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007269 10.0.0.23 - - [2025-12-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006167 10.0.0.23 - - [2025-12-18 02:48:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004446 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008653 10.0.0.23 - - [2025-12-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2025-12-18 02:48:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004100 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007331 10.0.0.65 - - [2025-12-18 02:48:07] "GET /obj-perms HTTP/1.1" 200 5042 0.006345 10.0.0.23 - - [2025-12-18 02:48:07] "GET /obj-perms HTTP/1.1" 200 5042 0.005756 10.0.0.23 - - [2025-12-18 02:48:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003948 10.0.0.65 - - [2025-12-18 02:48:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004721 10.0.0.23 - - [2025-12-18 02:48:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004007 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.007672 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-machine-interface/36eab059-40b8-4983-a608-2cfef28d169e HTTP/1.1" 200 3167 0.009606 10.0.0.23 - - [2025-12-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-12-18 02:48:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003851 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327 10.0.0.23 - - [2025-12-18 02:48:07] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006032 10.0.0.23 - - [2025-12-18 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2025-12-18 02:48:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003975 10.0.0.23 - - [2025-12-18 02:48:08] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003079 10.0.0.23 - - [2025-12-18 02:48:08] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006229 10.0.0.23 - - [2025-12-18 02:48:11] "POST /neutron/port HTTP/1.1" 200 1200 0.016071 10.0.0.23 - - [2025-12-18 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007784 10.0.0.50 - - [2025-12-18 02:48:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053531 10.0.0.65 - - [2025-12-18 02:48:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051498 10.0.0.23 - - [2025-12-18 02:48:19] "POST /neutron/port HTTP/1.1" 200 1200 0.016523 10.0.0.23 - - [2025-12-18 02:48:24] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.004923 10.0.0.23 - - [2025-12-18 02:48:24] "GET /virtual-machine-interface/38a035cc-4830-4e83-abf2-69726e7c45b4 HTTP/1.1" 200 3167 0.006418 10.0.0.23 - - [2025-12-18 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2025-12-18 02:48:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.23 - - [2025-12-18 02:48:24] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003315 10.0.0.23 - - [2025-12-18 02:48:24] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007798 10.0.0.23 - - [2025-12-18 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2025-12-18 02:48:25] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003538 10.0.0.23 - - [2025-12-18 02:48:25] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003986 10.0.0.23 - - [2025-12-18 02:48:25] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006099 10.0.0.23 - - [2025-12-18 02:48:26] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.004659 10.0.0.23 - - [2025-12-18 02:48:26] "GET /virtual-machine-interface/97bf5ec4-f7e7-4572-afbb-285d2eafec52 HTTP/1.1" 200 3168 0.005860 10.0.0.23 - - [2025-12-18 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2025-12-18 02:48:26] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004097 10.0.0.23 - - [2025-12-18 02:48:26] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003198 10.0.0.23 - - [2025-12-18 02:48:26] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006107 10.0.0.23 - - [2025-12-18 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2025-12-18 02:48:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004316 10.0.0.23 - - [2025-12-18 02:48:27] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003452 10.0.0.23 - - [2025-12-18 02:48:27] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006102 10.0.0.23 - - [2025-12-18 02:48:32] "POST /neutron/port HTTP/1.1" 200 1202 0.017979 10.0.0.23 - - [2025-12-18 02:48:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004657 10.0.0.23 - - [2025-12-18 02:48:32] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2025-12-18 02:48:39] "POST /neutron/port HTTP/1.1" 200 1200 0.042797 10.0.0.23 - - [2025-12-18 02:48:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005340 10.0.0.23 - - [2025-12-18 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.23 - - [2025-12-18 02:48:58] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 200 1298 0.006441 10.0.0.23 - - [2025-12-18 02:48:58] "POST /neutron/port HTTP/1.1" 200 1228 0.013576 10.0.0.23 - - [2025-12-18 02:49:00] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 404 171 0.003848 10.0.0.23 - - [2025-12-18 02:49:00] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 404 171 0.003037 10.0.0.23 - - [2025-12-18 02:49:00] "GET /virtual-machine/dd98872c-522c-4002-82c6-c7120a266a26 HTTP/1.1" 404 171 0.003081 10.0.0.23 - - [2025-12-18 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.23 - - [2025-12-18 02:49:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004420 10.0.0.23 - - [2025-12-18 02:49:00] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004269 10.0.0.23 - - [2025-12-18 02:49:00] "GET /virtual-network/a7f75291-79fa-49e6-be6f-e30dd05c802a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006216 10.0.0.23 - - [2025-12-18 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-12-18 02:49:00] "GET /routing-instance/ea09ff5a-6466-4daf-8966-7f089d4bbdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004736 10.0.0.23 - - [2025-12-18 02:49:00] "GET /route-target/9d40b928-aa7c-4c4d-a17f-e7eb6537a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005177 10.0.0.23 - - [2025-12-18 02:49:03] "GET /obj-perms HTTP/1.1" 200 5042 0.003953 10.0.0.65 - - [2025-12-18 02:49:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003657 10.0.0.23 - - [2025-12-18 02:49:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004089 10.0.0.65 - - [2025-12-18 02:49:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003920 10.0.0.23 - - [2025-12-18 02:49:13] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 200 1298 0.005516 10.0.0.23 - - [2025-12-18 02:49:13] "POST /neutron/port HTTP/1.1" 200 1226 0.018511 10.0.0.23 - - [2025-12-18 02:49:15] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 404 171 0.003396 10.0.0.23 - - [2025-12-18 02:49:15] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 404 171 0.003178 10.0.0.23 - - [2025-12-18 02:49:15] "GET /virtual-machine/b6e0564f-b8a4-4e61-8990-84d7bf05f613 HTTP/1.1" 404 171 0.002650 10.0.0.23 - - [2025-12-18 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2025-12-18 02:49:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.23 - - [2025-12-18 02:49:15] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003007 10.0.0.23 - - [2025-12-18 02:49:15] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006252 10.0.0.23 - - [2025-12-18 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-12-18 02:49:15] "GET /routing-instance/98cf6dce-5f84-493a-8ccc-42140ce09283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004502 10.0.0.23 - - [2025-12-18 02:49:15] "GET /route-target/07d47d4f-25e7-4b64-8a6d-7a4d340da005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003760 10.0.0.23 - - [2025-12-18 02:49:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004084 10.0.0.23 - - [2025-12-18 02:49:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004193 10.0.0.65 - - [2025-12-18 02:49:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003765 10.0.0.23 - - [2025-12-18 02:49:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004287 10.0.0.65 - - [2025-12-18 02:49:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004574 10.0.0.23 - - [2025-12-18 02:49:31] "POST /neutron/port HTTP/1.1" 200 1200 0.018574 10.0.0.23 - - [2025-12-18 02:49:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004459 10.0.0.23 - - [2025-12-18 02:49:32] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.23 - - [2025-12-18 02:49:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003972 10.0.0.65 - - [2025-12-18 02:49:40] "GET /obj-perms HTTP/1.1" 200 5042 0.005344 10.0.0.23 - - [2025-12-18 02:49:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004383 10.0.0.50 - - [2025-12-18 02:49:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003567 10.0.0.23 - - [2025-12-18 02:49:43] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 200 1297 0.004313 10.0.0.23 - - [2025-12-18 02:49:44] "POST /neutron/port HTTP/1.1" 200 1226 0.016083 10.0.0.23 - - [2025-12-18 02:49:45] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 404 171 0.003564 10.0.0.23 - - [2025-12-18 02:49:45] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 404 171 0.003420 10.0.0.23 - - [2025-12-18 02:49:45] "GET /virtual-machine/87d87236-f0b6-421e-85d3-2bd8ce726a69 HTTP/1.1" 404 171 0.002936 10.0.0.23 - - [2025-12-18 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-18 02:49:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.23 - - [2025-12-18 02:49:45] "GET /virtual-networks?parent_id=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002861 10.0.0.23 - - [2025-12-18 02:49:45] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006788 10.0.0.23 - - [2025-12-18 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.23 - - [2025-12-18 02:49:46] "GET /routing-instance/193aa688-a236-4123-aa56-14cabdc6acff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004947 10.0.0.23 - - [2025-12-18 02:49:46] "GET /route-target/2f2bba0f-f14a-4865-8775-b47dc24f3d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003899 10.0.0.65 - - [2025-12-18 02:49:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004838 10.0.0.23 - - [2025-12-18 02:49:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004292 10.0.0.65 - - [2025-12-18 02:49:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004283 10.0.0.23 - - [2025-12-18 02:50:01] "GET /obj-perms HTTP/1.1" 200 5042 0.005063 10.0.0.65 - - [2025-12-18 02:50:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004295 10.0.0.23 - - [2025-12-18 02:50:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004373 10.0.0.65 - - [2025-12-18 02:50:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003830 10.0.0.23 - - [2025-12-18 02:50:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003821 10.0.0.23 - - [2025-12-18 02:50:13] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006669 10.0.0.23 - - [2025-12-18 02:50:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.007564 10.0.0.23 - - [2025-12-18 02:50:14] "POST /neutron/network HTTP/1.1" 200 1013 0.090166 10.0.0.23 - - [2025-12-18 02:50:14] "GET /virtual-network/759e5bab-f7d9-4334-80fc-d1da3b6cc3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007946 10.0.0.23 - - [2025-12-18 02:50:14] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005559 10.0.0.23 - - [2025-12-18 02:50:14] "POST /neutron/network HTTP/1.1" 200 1013 0.078708 10.0.0.23 - - [2025-12-18 02:50:14] "GET /virtual-network/7d13a9c9-a02d-45e1-ae2e-60010f49b05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006259 10.0.0.23 - - [2025-12-18 02:50:14] "DELETE /network-policy/b4c3b117-c116-4173-aef7-ea453d2e6f45 HTTP/1.1" 200 115 0.042603 10.0.0.23 - - [2025-12-18 02:50:14] "DELETE /network-policy/0782a35a-f325-4924-96f4-578e3a48b55c HTTP/1.1" 200 115 0.031903 10.0.0.23 - - [2025-12-18 02:50:14] "DELETE /network-policy/4b39803a-6b47-4c2f-8eb2-0ddaffaf1931 HTTP/1.1" 200 115 0.038700 10.0.0.23 - - [2025-12-18 02:50:14] "DELETE /access-control-list/269acd19-28ad-4368-9430-7a027bf6bffd HTTP/1.1" 200 115 0.034738 10.0.0.65 - - [2025-12-18 02:50:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008199 10.0.0.65 - - [2025-12-18 02:50:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007720 10.0.0.65 - - [2025-12-18 02:50:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.65 - - [2025-12-18 02:50:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006991 10.0.0.23 - - [2025-12-18 02:50:14] "POST /neutron/network HTTP/1.1" 200 151 0.173855 10.0.0.23 - - [2025-12-18 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2025-12-18 02:50:15] "DELETE /route-target/07d47d4f-25e7-4b64-8a6d-7a4d340da005 HTTP/1.1" 200 115 0.033476 10.0.0.23 - - [2025-12-18 02:50:15] "POST /neutron/network HTTP/1.1" 200 1013 0.011955 10.0.0.23 - - [2025-12-18 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-12-18 02:50:15] "DELETE /network-ipam/8f32c008-0988-4851-beb7-0886c704b9a4 HTTP/1.1" 200 115 0.033637 10.0.0.23 - - [2025-12-18 02:50:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.003200 10.0.0.23 - - [2025-12-18 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-18 02:50:16] "DELETE /network-ipam/f1fe3d3e-256b-48cc-8c14-5ec9b3b98bbc HTTP/1.1" 200 115 0.035939 10.0.0.23 - - [2025-12-18 02:50:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.004260 10.0.0.23 - - [2025-12-18 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2025-12-18 02:50:16] "DELETE /network-ipam/39cccc24-1d2a-4bd0-9950-ee96e6cca210 HTTP/1.1" 200 115 0.033166 10.0.0.23 - - [2025-12-18 02:50:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.003703 10.0.0.65 - - [2025-12-18 02:50:18] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001464 10.0.0.23 - - [2025-12-18 02:50:18] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052207 10.0.0.65 - - [2025-12-18 02:50:18] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.23 - - [2025-12-18 02:50:18] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?fields=virtual_networks HTTP/1.1" 200 1044 0.042431 10.0.0.65 - - [2025-12-18 02:50:19] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001113 10.0.0.23 - - [2025-12-18 02:50:19] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.055802 10.0.0.65 - - [2025-12-18 02:50:19] "GET /projects?obj_uuids=b5959f4f-8798-4abe-9943-67e3d44b59ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000905 10.0.0.23 - - [2025-12-18 02:50:19] "GET /project/b5959f4f-8798-4abe-9943-67e3d44b59ef?fields=security_groups HTTP/1.1" 200 1276 0.052802 10.0.0.23 - - [2025-12-18 02:50:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.032217 10.0.0.65 - - [2025-12-18 02:50:20] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003925 10.0.0.65 - - [2025-12-18 02:50:20] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.65 - - [2025-12-18 02:50:20] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010219 10.0.0.65 - - [2025-12-18 02:50:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.009862 10.0.0.65 - - [2025-12-18 02:50:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003738 10.0.0.65 - - [2025-12-18 02:50:20] "POST /security-groups HTTP/1.1" 200 593 0.078314 10.0.0.23 - - [2025-12-18 02:50:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.003973 10.0.0.65 - - [2025-12-18 02:50:20] "POST /projects HTTP/1.1" 200 589 0.294012 10.0.0.65 - - [2025-12-18 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.373142 10.0.0.23 - - [2025-12-18 02:50:20] "POST /access-control-lists HTTP/1.1" 200 596 0.028475 10.0.0.23 - - [2025-12-18 02:50:20] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.546916 10.0.0.23 - - [2025-12-18 02:50:21] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.23 - - [2025-12-18 02:50:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2025-12-18 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.070270 10.0.0.65 - - [2025-12-18 02:50:24] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000877 10.0.0.23 - - [2025-12-18 02:50:24] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034980 10.0.0.65 - - [2025-12-18 02:50:24] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000927 10.0.0.23 - - [2025-12-18 02:50:24] "POST /neutron/network HTTP/1.1" 200 607 0.158426 10.0.0.23 - - [2025-12-18 02:50:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.005099 10.0.0.23 - - [2025-12-18 02:50:24] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005885 10.0.0.23 - - [2025-12-18 02:50:24] "POST /neutron/network HTTP/1.1" 200 827 0.008851 10.0.0.23 - - [2025-12-18 02:50:24] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006216 10.0.0.23 - - [2025-12-18 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.65 - - [2025-12-18 02:50:25] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000884 10.0.0.23 - - [2025-12-18 02:50:25] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044576 10.0.0.23 - - [2025-12-18 02:50:25] "POST /neutron/network HTTP/1.1" 200 117 0.018154 10.0.0.23 - - [2025-12-18 02:50:25] "POST /route-targets HTTP/1.1" 200 327 0.016614 10.0.0.23 - - [2025-12-18 02:50:25] "POST /neutron/network HTTP/1.1" 200 826 0.008462 10.0.0.23 - - [2025-12-18 02:50:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001119 10.0.0.23 - - [2025-12-18 02:50:25] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004652 10.0.0.23 - - [2025-12-18 02:50:25] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005901 10.0.0.23 - - [2025-12-18 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.010734 10.0.0.23 - - [2025-12-18 02:50:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003477 10.0.0.23 - - [2025-12-18 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.65 - - [2025-12-18 02:50:25] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.23 - - [2025-12-18 02:50:25] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047465 10.0.0.23 - - [2025-12-18 02:50:25] "POST /network-policys HTTP/1.1" 200 571 0.040143 10.0.0.23 - - [2025-12-18 02:50:25] "GET /network-policy/e53f48ad-a1ca-4a1d-a12f-801dc8d61fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006704 10.0.0.23 - - [2025-12-18 02:50:26] "POST /neutron/network HTTP/1.1" 200 929 0.018411 10.0.0.23 - - [2025-12-18 02:50:26] "POST /access-control-lists HTTP/1.1" 200 590 0.051835 10.0.0.23 - - [2025-12-18 02:50:26] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006173 10.0.0.23 - - [2025-12-18 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014870 10.0.0.23 - - [2025-12-18 02:50:26] "GET /network-policy/e53f48ad-a1ca-4a1d-a12f-801dc8d61fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.008147 10.0.0.23 - - [2025-12-18 02:50:26] "POST /neutron/network HTTP/1.1" 200 928 0.010104 10.0.0.23 - - [2025-12-18 02:50:26] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008053 10.0.0.23 - - [2025-12-18 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.23 - - [2025-12-18 02:50:26] "POST /access-control-lists HTTP/1.1" 200 590 0.091857 10.0.0.23 - - [2025-12-18 02:50:26] "GET /network-policy/e53f48ad-a1ca-4a1d-a12f-801dc8d61fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.013151 10.0.0.23 - - [2025-12-18 02:50:26] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006383 10.0.0.65 - - [2025-12-18 02:50:28] "GET /obj-perms HTTP/1.1" 200 5034 0.058342 10.0.0.23 - - [2025-12-18 02:50:28] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006085 10.0.0.23 - - [2025-12-18 02:50:28] "GET /obj-perms HTTP/1.1" 200 5034 0.052037 10.0.0.50 - - [2025-12-18 02:50:28] "GET /obj-perms HTTP/1.1" 200 5034 0.053485 10.0.0.23 - - [2025-12-18 02:50:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001724 10.0.0.65 - - [2025-12-18 02:50:29] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.23 - - [2025-12-18 02:50:29] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072887 10.0.0.23 - - [2025-12-18 02:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.006229 10.0.0.23 - - [2025-12-18 02:50:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001376 10.0.0.23 - - [2025-12-18 02:50:30] "POST /neutron/network HTTP/1.1" 200 938 0.007311 10.0.0.23 - - [2025-12-18 02:50:31] "POST /neutron/port HTTP/1.1" 200 1063 0.017698 10.0.0.65 - - [2025-12-18 02:50:31] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000909 10.0.0.23 - - [2025-12-18 02:50:31] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.088129 10.0.0.23 - - [2025-12-18 02:50:31] "POST /neutron/network HTTP/1.1" 200 928 0.073664 10.0.0.23 - - [2025-12-18 02:50:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.009858 10.0.0.23 - - [2025-12-18 02:50:31] "POST /neutron/port HTTP/1.1" 200 1091 0.021032 10.0.0.23 - - [2025-12-18 02:50:31] "POST /neutron/port HTTP/1.1" 200 1091 0.014480 10.0.0.65 - - [2025-12-18 02:50:31] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.23 - - [2025-12-18 02:50:32] "POST /neutron/port HTTP/1.1" 200 1062 0.358895 10.0.0.23 - - [2025-12-18 02:50:32] "POST /neutron/port HTTP/1.1" 200 1116 0.122436 10.0.0.23 - - [2025-12-18 02:50:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.010402 10.0.0.23 - - [2025-12-18 02:50:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018580 10.0.0.23 - - [2025-12-18 02:50:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008573 10.0.0.23 - - [2025-12-18 02:50:37] "GET /virtual-machine/c8328415-b4f7-40e6-a1cd-2d579456dd21 HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 02:50:37] "GET /virtual-machine/c8328415-b4f7-40e6-a1cd-2d579456dd21 HTTP/1.1" 200 1295 0.030954 10.0.0.23 - - [2025-12-18 02:50:37] "GET /virtual-machine-interface/25e0ecf4-2a29-4819-a28d-52a7261b7095 HTTP/1.1" 200 2950 0.005622 10.0.0.23 - - [2025-12-18 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2025-12-18 02:50:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.23 - - [2025-12-18 02:50:37] "GET /virtual-networks?parent_id=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003431 10.0.0.23 - - [2025-12-18 02:50:37] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005900 10.0.0.23 - - [2025-12-18 02:50:39] "POST /neutron/port HTTP/1.1" 200 1090 0.023291 10.0.0.23 - - [2025-12-18 02:50:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005127 10.0.0.23 - - [2025-12-18 02:50:40] "POST /neutron/network HTTP/1.1" 200 928 0.007964 10.0.0.23 - - [2025-12-18 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-12-18 02:50:40] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005448 10.0.0.23 - - [2025-12-18 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2025-12-18 02:50:44] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005760 10.0.0.23 - - [2025-12-18 02:50:48] "DELETE /access-control-list/816c5e61-ef30-4778-bad2-da48cbf55487 HTTP/1.1" 200 115 0.047249 10.0.0.23 - - [2025-12-18 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.23 - - [2025-12-18 02:50:48] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005190 10.0.0.23 - - [2025-12-18 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-12-18 02:50:52] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005583 10.0.0.23 - - [2025-12-18 02:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.23 - - [2025-12-18 02:50:56] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005074 10.0.0.23 - - [2025-12-18 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.23 - - [2025-12-18 02:51:01] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005461 10.0.0.65 - - [2025-12-18 02:51:02] "DELETE /project/a37231ff2d9f4274b606a13f145232c9 HTTP/1.1" 404 173 0.004076 10.0.0.65 - - [2025-12-18 02:51:02] "DELETE /project/b5959f4f-8798-4abe-9943-67e3d44b59ef HTTP/1.1" 404 177 0.003881 10.0.0.23 - - [2025-12-18 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2025-12-18 02:51:05] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006521 10.0.0.23 - - [2025-12-18 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.23 - - [2025-12-18 02:51:09] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007274 10.0.0.23 - - [2025-12-18 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-12-18 02:51:13] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005839 10.0.0.23 - - [2025-12-18 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2025-12-18 02:51:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003906 10.0.0.23 - - [2025-12-18 02:51:15] "GET /virtual-networks?parent_id=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004144 10.0.0.23 - - [2025-12-18 02:51:15] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006510 10.0.0.23 - - [2025-12-18 02:51:20] "POST /neutron/port HTTP/1.1" 200 1091 0.019420 10.0.0.23 - - [2025-12-18 02:51:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009063 10.0.0.23 - - [2025-12-18 02:51:31] "POST /neutron/port HTTP/1.1" 200 1091 0.019125 10.0.0.23 - - [2025-12-18 02:51:33] "POST /neutron/port HTTP/1.1" 200 1091 0.015907 10.0.0.23 - - [2025-12-18 02:51:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.009536 10.0.0.23 - - [2025-12-18 02:51:36] "POST /neutron/port HTTP/1.1" 200 1090 0.043482 10.0.0.23 - - [2025-12-18 02:51:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008180 10.0.0.23 - - [2025-12-18 02:51:36] "POST /neutron/port HTTP/1.1" 200 1090 0.014714 10.0.0.23 - - [2025-12-18 02:51:36] "GET /virtual-machine/b4e9d391-4b47-4a54-a762-ccb5673b607c HTTP/1.1" 200 1295 0.006525 10.0.0.23 - - [2025-12-18 02:51:36] "GET /virtual-machine-interface/8d6c6ba1-dc58-4bf9-99b5-e6503d60e779 HTTP/1.1" 200 2951 0.006600 10.0.0.23 - - [2025-12-18 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-12-18 02:51:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.23 - - [2025-12-18 02:51:36] "GET /virtual-networks?parent_id=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003523 10.0.0.23 - - [2025-12-18 02:51:36] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006437 10.0.0.23 - - [2025-12-18 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2025-12-18 02:51:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004559 10.0.0.23 - - [2025-12-18 02:51:37] "GET /virtual-networks?parent_id=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004668 10.0.0.23 - - [2025-12-18 02:51:37] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006568 10.0.0.23 - - [2025-12-18 02:51:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008222 10.0.0.23 - - [2025-12-18 02:51:40] "POST /neutron/network HTTP/1.1" 200 938 0.006698 10.0.0.23 - - [2025-12-18 02:51:40] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.23 - - [2025-12-18 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006834 10.0.0.65 - - [2025-12-18 02:51:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.65 - - [2025-12-18 02:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.65 - - [2025-12-18 02:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.65 - - [2025-12-18 02:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001800 10.0.0.50 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2025-12-18 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2025-12-18 02:51:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2025-12-18 02:51:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-12-18 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.65 - - [2025-12-18 02:52:06] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.038321 10.0.0.23 - - [2025-12-18 02:52:06] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.097168 10.0.0.23 - - [2025-12-18 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.23 - - [2025-12-18 02:52:06] "PUT /network-policy/e53f48ad-a1ca-4a1d-a12f-801dc8d61fb7 HTTP/1.1" 200 262 0.023798 10.0.0.23 - - [2025-12-18 02:52:07] "POST /ref-update HTTP/1.1" 200 156 0.071062 10.0.0.23 - - [2025-12-18 02:52:10] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006475 10.0.0.23 - - [2025-12-18 02:52:10] "POST /neutron/network HTTP/1.1" 200 826 0.030381 10.0.0.23 - - [2025-12-18 02:52:10] "DELETE /access-control-list/cca1fa97-c816-4e74-b232-b3ca78d13354 HTTP/1.1" 200 115 0.075339 10.0.0.23 - - [2025-12-18 02:52:10] "GET /virtual-network/7d835919-5af1-4800-85c7-61440bea6f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011252 10.0.0.23 - - [2025-12-18 02:52:10] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009508 10.0.0.23 - - [2025-12-18 02:52:11] "POST /neutron/network HTTP/1.1" 200 827 0.025405 10.0.0.23 - - [2025-12-18 02:52:11] "GET /virtual-network/37a8acf0-1ffa-443a-91ee-8fbc8c8ebc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.012457 10.0.0.23 - - [2025-12-18 02:52:11] "DELETE /network-policy/e53f48ad-a1ca-4a1d-a12f-801dc8d61fb7 HTTP/1.1" 200 115 0.043666 10.0.0.23 - - [2025-12-18 02:52:11] "POST /neutron/network HTTP/1.1" 400 204 0.014638 10.0.0.23 - - [2025-12-18 02:52:11] "POST /neutron/port HTTP/1.1" 200 1091 0.036315 10.0.0.23 - - [2025-12-18 02:52:13] "POST /neutron/network HTTP/1.1" 200 826 0.007643 10.0.0.23 - - [2025-12-18 02:52:13] "DELETE /route-target/a8498243-daba-4a2f-9f65-9c138d4acb18 HTTP/1.1" 200 115 0.032261 10.0.0.65 - - [2025-12-18 02:52:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002576 10.0.0.65 - - [2025-12-18 02:52:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.23 - - [2025-12-18 02:52:13] "POST /neutron/network HTTP/1.1" 200 151 0.127180 10.0.0.65 - - [2025-12-18 02:52:15] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.23 - - [2025-12-18 02:52:15] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068114 10.0.0.65 - - [2025-12-18 02:52:15] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.23 - - [2025-12-18 02:52:15] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?fields=virtual_networks HTTP/1.1" 200 1036 0.044489 10.0.0.65 - - [2025-12-18 02:52:15] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.23 - - [2025-12-18 02:52:15] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.048268 10.0.0.65 - - [2025-12-18 02:52:15] "GET /projects?obj_uuids=a37231ff-2d9f-4274-b606-a13f145232c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.23 - - [2025-12-18 02:52:15] "GET /project/a37231ff-2d9f-4274-b606-a13f145232c9?fields=security_groups HTTP/1.1" 200 1264 0.048441 10.0.0.23 - - [2025-12-18 02:52:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.035972 10.0.0.65 - - [2025-12-18 02:52:16] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.65 - - [2025-12-18 02:52:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.65 - - [2025-12-18 02:52:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039288 10.0.0.65 - - [2025-12-18 02:52:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.002327 10.0.0.65 - - [2025-12-18 02:52:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.006168 10.0.0.65 - - [2025-12-18 02:52:16] "POST /security-groups HTTP/1.1" 200 603 0.075856 10.0.0.23 - - [2025-12-18 02:52:16] "POST /fqname-to-id HTTP/1.1" 404 246 0.003984 10.0.0.65 - - [2025-12-18 02:52:17] "POST /projects HTTP/1.1" 200 609 0.293316 10.0.0.65 - - [2025-12-18 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.335706 10.0.0.23 - - [2025-12-18 02:52:17] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.531923 10.0.0.23 - - [2025-12-18 02:52:17] "POST /access-control-lists HTTP/1.1" 200 606 0.049345 10.0.0.23 - - [2025-12-18 02:52:18] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.23 - - [2025-12-18 02:52:22] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000823 10.0.0.65 - - [2025-12-18 02:52:22] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.23 - - [2025-12-18 02:52:22] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068472 10.0.0.23 - - [2025-12-18 02:52:23] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.23 - - [2025-12-18 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.65 - - [2025-12-18 02:52:23] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.23 - - [2025-12-18 02:52:23] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007824 10.0.0.23 - - [2025-12-18 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.65 - - [2025-12-18 02:52:23] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.23 - - [2025-12-18 02:52:23] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048541 10.0.0.23 - - [2025-12-18 02:52:24] "GET /domains HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-18 02:52:25] "GET /domains HTTP/1.1" 200 280 0.037312 10.0.0.65 - - [2025-12-18 02:52:25] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.23 - - [2025-12-18 02:52:25] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707 HTTP/1.1" 200 2967 0.009304 10.0.0.65 - - [2025-12-18 02:52:25] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.23 - - [2025-12-18 02:52:25] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f HTTP/1.1" 200 1924 0.093596 10.0.0.23 - - [2025-12-18 02:52:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002989 10.0.0.23 - - [2025-12-18 02:52:25] "POST /network-ipams HTTP/1.1" 200 621 0.027627 10.0.0.23 - - [2025-12-18 02:52:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004621 10.0.0.23 - - [2025-12-18 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-12-18 02:52:25] "GET /network-ipam/23aa6ca9-afcd-485d-993d-b946b17c5e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.007488 10.0.0.23 - - [2025-12-18 02:52:25] "PUT /network-ipam/23aa6ca9-afcd-485d-993d-b946b17c5e58 HTTP/1.1" 200 258 0.016530 10.0.0.23 - - [2025-12-18 02:52:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.23 - - [2025-12-18 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.032891 10.0.0.65 - - [2025-12-18 02:52:26] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001298 10.0.0.23 - - [2025-12-18 02:52:26] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053292 10.0.0.65 - - [2025-12-18 02:52:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006846 10.0.0.23 - - [2025-12-18 02:52:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.261552 10.0.0.23 - - [2025-12-18 02:52:27] "POST /neutron/network HTTP/1.1" 200 1336 0.017613 10.0.0.23 - - [2025-12-18 02:52:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.001216 10.0.0.23 - - [2025-12-18 02:52:27] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.007268 10.0.0.23 - - [2025-12-18 02:52:27] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.007139 10.0.0.23 - - [2025-12-18 02:52:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.008933 10.0.0.23 - - [2025-12-18 02:52:28] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006311 10.0.0.50 - - [2025-12-18 02:52:29] "GET /obj-perms HTTP/1.1" 200 5019 0.064373 10.0.0.65 - - [2025-12-18 02:52:29] "GET /obj-perms HTTP/1.1" 200 5019 0.051445 10.0.0.23 - - [2025-12-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003563 10.0.0.23 - - [2025-12-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.65 - - [2025-12-18 02:52:29] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.23 - - [2025-12-18 02:52:29] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042969 10.0.0.23 - - [2025-12-18 02:52:29] "POST /network-policys HTTP/1.1" 200 563 0.033008 10.0.0.23 - - [2025-12-18 02:52:29] "GET /network-policy/c13f11bf-4f2c-4dcb-b302-dfe348ab78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006813 10.0.0.23 - - [2025-12-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003598 10.0.0.23 - - [2025-12-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.65 - - [2025-12-18 02:52:29] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.23 - - [2025-12-18 02:52:30] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057049 10.0.0.23 - - [2025-12-18 02:52:30] "POST /network-policys HTTP/1.1" 200 563 0.029701 10.0.0.23 - - [2025-12-18 02:52:30] "GET /network-policy/e8b38359-cc06-46dd-bfbd-298d98cc34f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.006957 10.0.0.23 - - [2025-12-18 02:52:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003745 10.0.0.23 - - [2025-12-18 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.65 - - [2025-12-18 02:52:30] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001524 10.0.0.23 - - [2025-12-18 02:52:30] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047251 10.0.0.23 - - [2025-12-18 02:52:30] "POST /network-policys HTTP/1.1" 200 563 0.031792 10.0.0.23 - - [2025-12-18 02:52:30] "GET /network-policy/0cda7c3a-6d7b-4ef8-8191-d31a0bb816b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.015523 10.0.0.23 - - [2025-12-18 02:52:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.005798 10.0.0.23 - - [2025-12-18 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.65 - - [2025-12-18 02:52:30] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.23 - - [2025-12-18 02:52:30] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049779 10.0.0.23 - - [2025-12-18 02:52:30] "POST /network-policys HTTP/1.1" 200 563 0.031654 10.0.0.23 - - [2025-12-18 02:52:30] "GET /network-policy/c1b454dc-4d26-435a-b1c4-d842a78866fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007675 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003244 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.65 - - [2025-12-18 02:52:31] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001257 10.0.0.23 - - [2025-12-18 02:52:31] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056874 10.0.0.23 - - [2025-12-18 02:52:31] "POST /network-policys HTTP/1.1" 200 563 0.035164 10.0.0.23 - - [2025-12-18 02:52:31] "GET /network-policy/2e8dc82c-434e-421b-8003-bfa222300da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.007407 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003315 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2025-12-18 02:52:31] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.23 - - [2025-12-18 02:52:31] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046360 10.0.0.23 - - [2025-12-18 02:52:31] "POST /network-policys HTTP/1.1" 200 563 0.029649 10.0.0.23 - - [2025-12-18 02:52:31] "GET /network-policy/43181717-0802-4e28-89bd-3f369364e6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.009277 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003235 10.0.0.23 - - [2025-12-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.65 - - [2025-12-18 02:52:31] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.23 - - [2025-12-18 02:52:31] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052918 10.0.0.23 - - [2025-12-18 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.028611 10.0.0.23 - - [2025-12-18 02:52:32] "GET /network-policy/96d91895-76b1-45ab-b018-5a84727ac22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006323 10.0.0.23 - - [2025-12-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002949 10.0.0.23 - - [2025-12-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008801 10.0.0.65 - - [2025-12-18 02:52:32] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.23 - - [2025-12-18 02:52:32] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049580 10.0.0.23 - - [2025-12-18 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.030766 10.0.0.23 - - [2025-12-18 02:52:32] "GET /network-policy/bcbfe659-5a1d-4301-a81e-7c5287195b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007613 10.0.0.23 - - [2025-12-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003366 10.0.0.23 - - [2025-12-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.65 - - [2025-12-18 02:52:32] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.23 - - [2025-12-18 02:52:32] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057340 10.0.0.23 - - [2025-12-18 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.031728 10.0.0.23 - - [2025-12-18 02:52:32] "GET /network-policy/69e11784-8776-45c2-9cd8-73f30d34d23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008244 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003832 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.65 - - [2025-12-18 02:52:33] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.23 - - [2025-12-18 02:52:33] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042959 10.0.0.23 - - [2025-12-18 02:52:33] "POST /network-policys HTTP/1.1" 200 563 0.046427 10.0.0.23 - - [2025-12-18 02:52:33] "GET /network-policy/7bf9b1cf-8ae3-4d60-b0b8-d8d1fd56cdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007189 10.0.0.23 - - [2025-12-18 02:52:33] "POST /neutron/network HTTP/1.1" 200 1336 0.010552 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 252 0.004480 10.0.0.23 - - [2025-12-18 02:52:33] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.008211 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.038127 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2025-12-18 02:52:33] "GET /network-policy/0cda7c3a-6d7b-4ef8-8191-d31a0bb816b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007693 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2025-12-18 02:52:33] "GET /network-policy/2e8dc82c-434e-421b-8003-bfa222300da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004531 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2025-12-18 02:52:33] "GET /network-policy/43181717-0802-4e28-89bd-3f369364e6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005639 10.0.0.23 - - [2025-12-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/69e11784-8776-45c2-9cd8-73f30d34d23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005533 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/7bf9b1cf-8ae3-4d60-b0b8-d8d1fd56cdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004852 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/96d91895-76b1-45ab-b018-5a84727ac22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004732 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/bcbfe659-5a1d-4301-a81e-7c5287195b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004912 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/c13f11bf-4f2c-4dcb-b302-dfe348ab78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004963 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/c1b454dc-4d26-435a-b1c4-d842a78866fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004729 10.0.0.23 - - [2025-12-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-18 02:52:34] "GET /network-policy/e8b38359-cc06-46dd-bfbd-298d98cc34f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005758 10.0.0.23 - - [2025-12-18 02:52:34] "POST /id-to-fqname HTTP/1.1" 200 235 0.001531 10.0.0.23 - - [2025-12-18 02:52:34] "POST /neutron/network HTTP/1.1" 200 2259 0.008092 10.0.0.65 - - [2025-12-18 02:52:35] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.23 - - [2025-12-18 02:52:35] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073038 10.0.0.23 - - [2025-12-18 02:52:35] "POST /neutron/port HTTP/1.1" 200 117 0.007169 10.0.0.65 - - [2025-12-18 02:52:36] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.23 - - [2025-12-18 02:52:36] "POST /neutron/port HTTP/1.1" 200 1173 0.387186 10.0.0.23 - - [2025-12-18 02:52:36] "POST /neutron/port HTTP/1.1" 200 1227 0.144793 10.0.0.23 - - [2025-12-18 02:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003908 10.0.0.23 - - [2025-12-18 02:52:37] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.23 - - [2025-12-18 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007769 10.0.0.23 - - [2025-12-18 02:52:41] "POST /neutron/port HTTP/1.1" 200 1201 0.022069 10.0.0.23 - - [2025-12-18 02:52:41] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-18 02:52:41] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 200 1304 0.030126 10.0.0.23 - - [2025-12-18 02:52:41] "GET /virtual-machine-interface/82c32333-9c16-42d8-b9aa-ead798d2dcb3 HTTP/1.1" 200 3168 0.005574 10.0.0.23 - - [2025-12-18 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2025-12-18 02:52:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.23 - - [2025-12-18 02:52:41] "GET /virtual-networks?parent_id=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003561 10.0.0.23 - - [2025-12-18 02:52:41] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.007516 10.0.0.23 - - [2025-12-18 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.23 - - [2025-12-18 02:52:44] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006492 10.0.0.23 - - [2025-12-18 02:52:48] "DELETE /access-control-list/9e267336-be2a-4272-92fc-12723b65496b HTTP/1.1" 200 115 0.036379 10.0.0.23 - - [2025-12-18 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2025-12-18 02:52:48] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006049 10.0.0.23 - - [2025-12-18 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2025-12-18 02:52:53] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005976 10.0.0.23 - - [2025-12-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.23 - - [2025-12-18 02:52:57] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005300 10.0.0.23 - - [2025-12-18 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2025-12-18 02:53:01] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006115 10.0.0.65 - - [2025-12-18 02:53:02] "DELETE /project/a37231ff-2d9f-4274-b606-a13f145232c9 HTTP/1.1" 404 177 0.002775 10.0.0.65 - - [2025-12-18 02:53:02] "DELETE /project/fd6abcfd42354ffa967afb50cf33a46f HTTP/1.1" 404 173 0.005100 10.0.0.23 - - [2025-12-18 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-12-18 02:53:05] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005677 10.0.0.23 - - [2025-12-18 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2025-12-18 02:53:09] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006497 10.0.0.23 - - [2025-12-18 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2025-12-18 02:53:13] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006709 10.0.0.23 - - [2025-12-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-18 02:53:17] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005648 10.0.0.23 - - [2025-12-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.23 - - [2025-12-18 02:53:19] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005877 10.0.0.23 - - [2025-12-18 02:53:19] "GET /virtual-networks?parent_id=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006110 10.0.0.23 - - [2025-12-18 02:53:19] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006495 10.0.0.23 - - [2025-12-18 02:53:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009746 10.0.0.23 - - [2025-12-18 02:53:20] "GET /obj-perms HTTP/1.1" 200 5056 0.058520 10.0.0.23 - - [2025-12-18 02:53:30] "POST /neutron/port HTTP/1.1" 200 1201 0.016207 10.0.0.23 - - [2025-12-18 02:53:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006969 10.0.0.23 - - [2025-12-18 02:53:35] "POST /neutron/network HTTP/1.1" 200 2259 0.010244 10.0.0.23 - - [2025-12-18 02:53:35] "POST /neutron/port HTTP/1.1" 200 1201 0.015907 10.0.0.23 - - [2025-12-18 02:53:35] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.23 - - [2025-12-18 02:53:40] "POST /neutron/port HTTP/1.1" 200 1201 0.015650 10.0.0.23 - - [2025-12-18 02:53:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008793 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/c13f11bf-4f2c-4dcb-b302-dfe348ab78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004937 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/e8b38359-cc06-46dd-bfbd-298d98cc34f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.008824 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/0cda7c3a-6d7b-4ef8-8191-d31a0bb816b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005047 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/c1b454dc-4d26-435a-b1c4-d842a78866fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004716 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/2e8dc82c-434e-421b-8003-bfa222300da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004632 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/43181717-0802-4e28-89bd-3f369364e6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004930 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/96d91895-76b1-45ab-b018-5a84727ac22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004580 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/bcbfe659-5a1d-4301-a81e-7c5287195b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004332 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/69e11784-8776-45c2-9cd8-73f30d34d23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004734 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2025-12-18 02:53:46] "GET /network-policy/7bf9b1cf-8ae3-4d60-b0b8-d8d1fd56cdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004138 10.0.0.23 - - [2025-12-18 02:53:46] "POST /neutron/network HTTP/1.1" 200 2249 0.012332 10.0.0.23 - - [2025-12-18 02:53:46] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.010204 10.0.0.23 - - [2025-12-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.23 - - [2025-12-18 02:53:47] "GET /network-policy/c13f11bf-4f2c-4dcb-b302-dfe348ab78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004160 10.0.0.23 - - [2025-12-18 02:53:52] "POST /neutron/network HTTP/1.1" 200 1439 0.010838 10.0.0.23 - - [2025-12-18 02:53:52] "PUT /access-control-list/9c0586d8-f7a7-47ec-a219-bb870049ed24 HTTP/1.1" 200 272 0.061436 10.0.0.23 - - [2025-12-18 02:53:52] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.007803 10.0.0.23 - - [2025-12-18 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.23 - - [2025-12-18 02:53:52] "GET /network-policy/e8b38359-cc06-46dd-bfbd-298d98cc34f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004633 10.0.0.23 - - [2025-12-18 02:53:57] "POST /neutron/network HTTP/1.1" 200 1439 0.010342 10.0.0.23 - - [2025-12-18 02:53:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004717 10.0.0.23 - - [2025-12-18 02:53:57] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.008944 10.0.0.23 - - [2025-12-18 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2025-12-18 02:53:57] "GET /network-policy/0cda7c3a-6d7b-4ef8-8191-d31a0bb816b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004699 10.0.0.23 - - [2025-12-18 02:54:02] "POST /neutron/network HTTP/1.1" 200 1439 0.015276 10.0.0.23 - - [2025-12-18 02:54:02] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.008291 10.0.0.23 - - [2025-12-18 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2025-12-18 02:54:02] "GET /network-policy/c1b454dc-4d26-435a-b1c4-d842a78866fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005289 10.0.0.23 - - [2025-12-18 02:54:07] "POST /neutron/network HTTP/1.1" 200 1439 0.016090 10.0.0.23 - - [2025-12-18 02:54:08] "PUT /access-control-list/9c0586d8-f7a7-47ec-a219-bb870049ed24 HTTP/1.1" 200 272 0.065542 10.0.0.23 - - [2025-12-18 02:54:08] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.009486 10.0.0.23 - - [2025-12-18 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2025-12-18 02:54:08] "GET /network-policy/2e8dc82c-434e-421b-8003-bfa222300da1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005127 10.0.0.23 - - [2025-12-18 02:54:13] "POST /neutron/network HTTP/1.1" 200 1439 0.012385 10.0.0.23 - - [2025-12-18 02:54:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.006005 10.0.0.23 - - [2025-12-18 02:54:13] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.007982 10.0.0.23 - - [2025-12-18 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.23 - - [2025-12-18 02:54:13] "GET /network-policy/43181717-0802-4e28-89bd-3f369364e6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004952 10.0.0.23 - - [2025-12-18 02:54:18] "POST /neutron/network HTTP/1.1" 200 1439 0.013051 10.0.0.23 - - [2025-12-18 02:54:18] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.008384 10.0.0.23 - - [2025-12-18 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.23 - - [2025-12-18 02:54:18] "GET /network-policy/96d91895-76b1-45ab-b018-5a84727ac22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004131 10.0.0.23 - - [2025-12-18 02:54:23] "POST /neutron/network HTTP/1.1" 200 1439 0.011686 10.0.0.23 - - [2025-12-18 02:54:23] "PUT /access-control-list/9c0586d8-f7a7-47ec-a219-bb870049ed24 HTTP/1.1" 200 272 0.075436 10.0.0.23 - - [2025-12-18 02:54:24] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.013306 10.0.0.23 - - [2025-12-18 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.23 - - [2025-12-18 02:54:24] "GET /network-policy/bcbfe659-5a1d-4301-a81e-7c5287195b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005356 10.0.0.23 - - [2025-12-18 02:54:29] "POST /neutron/network HTTP/1.1" 200 1439 0.010441 10.0.0.23 - - [2025-12-18 02:54:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.002923 10.0.0.23 - - [2025-12-18 02:54:29] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.009237 10.0.0.23 - - [2025-12-18 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.23 - - [2025-12-18 02:54:29] "GET /network-policy/69e11784-8776-45c2-9cd8-73f30d34d23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004686 10.0.0.23 - - [2025-12-18 02:54:34] "POST /neutron/network HTTP/1.1" 200 1439 0.011499 10.0.0.23 - - [2025-12-18 02:54:34] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.008665 10.0.0.23 - - [2025-12-18 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2025-12-18 02:54:34] "GET /network-policy/7bf9b1cf-8ae3-4d60-b0b8-d8d1fd56cdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004895 10.0.0.23 - - [2025-12-18 02:54:35] "POST /neutron/port HTTP/1.1" 200 1201 0.016344 10.0.0.23 - - [2025-12-18 02:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.23 - - [2025-12-18 02:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.23 - - [2025-12-18 02:54:39] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 200 1304 0.004025 10.0.0.23 - - [2025-12-18 02:54:40] "POST /neutron/port HTTP/1.1" 200 1201 0.015943 10.0.0.23 - - [2025-12-18 02:54:41] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 404 171 0.004019 10.0.0.23 - - [2025-12-18 02:54:41] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 404 171 0.002547 10.0.0.23 - - [2025-12-18 02:54:41] "GET /virtual-machine/269b177e-cf37-4cd4-b7cf-dbc26c199f4d HTTP/1.1" 404 171 0.002474 10.0.0.23 - - [2025-12-18 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.23 - - [2025-12-18 02:54:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004210 10.0.0.23 - - [2025-12-18 02:54:42] "GET /virtual-networks?parent_id=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003212 10.0.0.23 - - [2025-12-18 02:54:42] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006414 10.0.0.23 - - [2025-12-18 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.23 - - [2025-12-18 02:54:42] "GET /routing-instance/053581f3-38f7-4ae1-85bb-e2484b5b1c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.005584 10.0.0.23 - - [2025-12-18 02:54:42] "GET /route-target/3786f64b-937d-486b-8f67-875e4f18c4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004315 10.0.0.65 - - [2025-12-18 02:54:42] "GET /obj-perms HTTP/1.1" 200 5019 0.003876 10.0.0.23 - - [2025-12-18 02:54:42] "GET /obj-perms HTTP/1.1" 200 5019 0.062594 10.0.0.23 - - [2025-12-18 02:54:42] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006745 10.0.0.23 - - [2025-12-18 02:54:42] "POST /neutron/network HTTP/1.1" 200 1439 0.013051 10.0.0.23 - - [2025-12-18 02:54:42] "DELETE /access-control-list/9c0586d8-f7a7-47ec-a219-bb870049ed24 HTTP/1.1" 200 115 0.045235 10.0.0.23 - - [2025-12-18 02:54:42] "GET /virtual-network/5e76fcae-33af-486e-a7dd-6684fdf9e555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.008429 10.0.0.23 - - [2025-12-18 02:54:43] "DELETE /network-policy/7bf9b1cf-8ae3-4d60-b0b8-d8d1fd56cdbb HTTP/1.1" 200 115 0.039686 10.0.0.23 - - [2025-12-18 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005917 10.0.0.65 - - [2025-12-18 02:54:43] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.23 - - [2025-12-18 02:54:43] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053648 10.0.0.23 - - [2025-12-18 02:54:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006736 10.0.0.23 - - [2025-12-18 02:54:43] "DELETE /network-policy/69e11784-8776-45c2-9cd8-73f30d34d23c HTTP/1.1" 200 115 0.055912 10.0.0.23 - - [2025-12-18 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005663 10.0.0.65 - - [2025-12-18 02:54:43] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.23 - - [2025-12-18 02:54:43] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052280 10.0.0.23 - - [2025-12-18 02:54:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005750 10.0.0.23 - - [2025-12-18 02:54:43] "DELETE /network-policy/bcbfe659-5a1d-4301-a81e-7c5287195b53 HTTP/1.1" 200 115 0.035190 10.0.0.23 - - [2025-12-18 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.65 - - [2025-12-18 02:54:43] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.23 - - [2025-12-18 02:54:43] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038585 10.0.0.23 - - [2025-12-18 02:54:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005176 10.0.0.23 - - [2025-12-18 02:54:43] "DELETE /network-policy/96d91895-76b1-45ab-b018-5a84727ac22d HTTP/1.1" 200 115 0.028972 10.0.0.23 - - [2025-12-18 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.65 - - [2025-12-18 02:54:43] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.23 - - [2025-12-18 02:54:43] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041452 10.0.0.23 - - [2025-12-18 02:54:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.007828 10.0.0.23 - - [2025-12-18 02:54:43] "DELETE /network-policy/43181717-0802-4e28-89bd-3f369364e6dd HTTP/1.1" 200 115 0.043384 10.0.0.23 - - [2025-12-18 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.65 - - [2025-12-18 02:54:43] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.23 - - [2025-12-18 02:54:43] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053075 10.0.0.23 - - [2025-12-18 02:54:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006094 10.0.0.23 - - [2025-12-18 02:54:44] "DELETE /network-policy/2e8dc82c-434e-421b-8003-bfa222300da1 HTTP/1.1" 200 115 0.041815 10.0.0.23 - - [2025-12-18 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.65 - - [2025-12-18 02:54:44] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.23 - - [2025-12-18 02:54:44] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037004 10.0.0.23 - - [2025-12-18 02:54:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005294 10.0.0.23 - - [2025-12-18 02:54:44] "DELETE /network-policy/c1b454dc-4d26-435a-b1c4-d842a78866fc HTTP/1.1" 200 115 0.037115 10.0.0.23 - - [2025-12-18 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.65 - - [2025-12-18 02:54:44] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.23 - - [2025-12-18 02:54:44] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041752 10.0.0.23 - - [2025-12-18 02:54:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005476 10.0.0.23 - - [2025-12-18 02:54:44] "DELETE /network-policy/0cda7c3a-6d7b-4ef8-8191-d31a0bb816b7 HTTP/1.1" 200 115 0.041973 10.0.0.23 - - [2025-12-18 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.65 - - [2025-12-18 02:54:44] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.23 - - [2025-12-18 02:54:44] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047352 10.0.0.23 - - [2025-12-18 02:54:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005723 10.0.0.23 - - [2025-12-18 02:54:44] "DELETE /network-policy/e8b38359-cc06-46dd-bfbd-298d98cc34f3 HTTP/1.1" 200 115 0.045025 10.0.0.23 - - [2025-12-18 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010674 10.0.0.65 - - [2025-12-18 02:54:44] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.23 - - [2025-12-18 02:54:44] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037724 10.0.0.23 - - [2025-12-18 02:54:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005626 10.0.0.23 - - [2025-12-18 02:54:45] "DELETE /network-policy/c13f11bf-4f2c-4dcb-b302-dfe348ab78c1 HTTP/1.1" 200 115 0.048573 10.0.0.23 - - [2025-12-18 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.65 - - [2025-12-18 02:54:45] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.23 - - [2025-12-18 02:54:45] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045975 10.0.0.23 - - [2025-12-18 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05019320&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005589 10.0.0.23 - - [2025-12-18 02:54:45] "POST /neutron/network HTTP/1.1" 200 1336 0.010215 10.0.0.23 - - [2025-12-18 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.23 - - [2025-12-18 02:54:45] "DELETE /network-ipam/23aa6ca9-afcd-485d-993d-b946b17c5e58 HTTP/1.1" 200 115 0.031174 10.0.0.23 - - [2025-12-18 02:54:45] "POST /fqname-to-id HTTP/1.1" 404 260 0.003846 10.0.0.65 - - [2025-12-18 02:54:45] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000842 10.0.0.65 - - [2025-12-18 02:54:45] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.047058 10.0.0.65 - - [2025-12-18 02:54:45] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001492 10.0.0.65 - - [2025-12-18 02:54:45] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?fields=security_groups HTTP/1.1" 200 1399 0.037986 10.0.0.65 - - [2025-12-18 02:54:45] "DELETE /security-group/188130c1-557b-4999-b00d-b9d44645b9a7 HTTP/1.1" 200 115 0.058148 10.0.0.65 - - [2025-12-18 02:54:45] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001622 10.0.0.23 - - [2025-12-18 02:54:46] "DELETE /access-control-list/679ed715-65f3-403c-89b4-5a5e0ab0ba6e HTTP/1.1" 200 115 0.038714 10.0.0.65 - - [2025-12-18 02:54:46] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?fields=application_policy_sets HTTP/1.1" 200 1438 0.043934 10.0.0.23 - - [2025-12-18 02:54:46] "DELETE /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f HTTP/1.1" 200 115 0.425904 10.0.0.65 - - [2025-12-18 02:54:46] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001622 10.0.0.23 - - [2025-12-18 02:54:46] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?fields=projects HTTP/1.1" 200 1438 0.023437 10.0.0.65 - - [2025-12-18 02:54:48] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004440 10.0.0.65 - - [2025-12-18 02:54:48] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.65 - - [2025-12-18 02:54:48] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049945 10.0.0.65 - - [2025-12-18 02:54:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.001376 10.0.0.65 - - [2025-12-18 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.018089 10.0.0.65 - - [2025-12-18 02:54:49] "POST /security-groups HTTP/1.1" 200 603 0.045737 10.0.0.65 - - [2025-12-18 02:54:49] "POST /projects HTTP/1.1" 200 609 0.266872 10.0.0.65 - - [2025-12-18 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.308620 10.0.0.23 - - [2025-12-18 02:54:49] "POST /access-control-lists HTTP/1.1" 200 608 0.024512 10.0.0.23 - - [2025-12-18 02:54:49] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.466056 10.0.0.65 - - [2025-12-18 02:54:49] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.23 - - [2025-12-18 02:54:49] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?fields=virtual_networks HTTP/1.1" 200 1056 0.071453 10.0.0.65 - - [2025-12-18 02:54:49] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.23 - - [2025-12-18 02:54:49] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.043406 10.0.0.65 - - [2025-12-18 02:54:49] "GET /projects?obj_uuids=fd6abcfd-4235-4ffa-967a-fb50cf33a46f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001545 10.0.0.23 - - [2025-12-18 02:54:49] "GET /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f?fields=security_groups HTTP/1.1" 200 1294 0.039676 10.0.0.23 - - [2025-12-18 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.028623 10.0.0.65 - - [2025-12-18 02:54:50] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002980 10.0.0.65 - - [2025-12-18 02:54:50] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.65 - - [2025-12-18 02:54:50] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007859 10.0.0.65 - - [2025-12-18 02:54:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.002515 10.0.0.65 - - [2025-12-18 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.005128 10.0.0.65 - - [2025-12-18 02:54:50] "POST /security-groups HTTP/1.1" 200 597 0.077742 10.0.0.23 - - [2025-12-18 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 240 0.003247 10.0.0.65 - - [2025-12-18 02:54:50] "POST /projects HTTP/1.1" 200 597 0.279504 10.0.0.65 - - [2025-12-18 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.355139 10.0.0.23 - - [2025-12-18 02:54:50] "POST /access-control-lists HTTP/1.1" 200 600 0.028715 10.0.0.23 - - [2025-12-18 02:54:51] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.496905 10.0.0.23 - - [2025-12-18 02:54:52] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.23 - - [2025-12-18 02:54:54] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.65 - - [2025-12-18 02:54:54] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001201 10.0.0.23 - - [2025-12-18 02:54:54] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068342 10.0.0.23 - - [2025-12-18 02:54:55] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.23 - - [2025-12-18 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.65 - - [2025-12-18 02:54:55] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.23 - - [2025-12-18 02:54:55] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007319 10.0.0.23 - - [2025-12-18 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.65 - - [2025-12-18 02:54:55] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.23 - - [2025-12-18 02:54:55] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043100 10.0.0.23 - - [2025-12-18 02:54:56] "GET /domains HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-18 02:54:57] "GET /domains HTTP/1.1" 200 280 0.028147 10.0.0.65 - - [2025-12-18 02:54:57] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.23 - - [2025-12-18 02:54:57] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707 HTTP/1.1" 200 2971 0.010581 10.0.0.65 - - [2025-12-18 02:54:57] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866 10.0.0.23 - - [2025-12-18 02:54:57] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854 HTTP/1.1" 200 1887 0.098692 10.0.0.23 - - [2025-12-18 02:54:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003875 10.0.0.23 - - [2025-12-18 02:54:57] "POST /network-ipams HTTP/1.1" 200 603 0.027336 10.0.0.23 - - [2025-12-18 02:54:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.005005 10.0.0.23 - - [2025-12-18 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-18 02:54:57] "GET /network-ipam/fed77784-7306-48d7-b23a-3aaf591a21fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006799 10.0.0.23 - - [2025-12-18 02:54:57] "PUT /network-ipam/fed77784-7306-48d7-b23a-3aaf591a21fd HTTP/1.1" 200 258 0.015263 10.0.0.23 - - [2025-12-18 02:54:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2025-12-18 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.039800 10.0.0.65 - - [2025-12-18 02:54:58] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.23 - - [2025-12-18 02:54:58] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.033705 10.0.0.65 - - [2025-12-18 02:54:58] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002444 10.0.0.23 - - [2025-12-18 02:54:58] "POST /neutron/network HTTP/1.1" 200 617 0.163739 10.0.0.23 - - [2025-12-18 02:54:58] "POST /route-targets HTTP/1.1" 200 327 0.019181 10.0.0.23 - - [2025-12-18 02:54:59] "POST /neutron/network HTTP/1.1" 200 1074 0.011712 10.0.0.23 - - [2025-12-18 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001257 10.0.0.23 - - [2025-12-18 02:54:59] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005737 10.0.0.23 - - [2025-12-18 02:54:59] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006500 10.0.0.23 - - [2025-12-18 02:54:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.008490 10.0.0.23 - - [2025-12-18 02:54:59] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005172 10.0.0.50 - - [2025-12-18 02:55:00] "GET /obj-perms HTTP/1.1" 200 5013 0.076480 10.0.0.23 - - [2025-12-18 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.65 - - [2025-12-18 02:55:01] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.23 - - [2025-12-18 02:55:01] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048491 10.0.0.65 - - [2025-12-18 02:55:01] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.23 - - [2025-12-18 02:55:01] "POST /neutron/network HTTP/1.1" 200 617 0.140829 10.0.0.23 - - [2025-12-18 02:55:01] "POST /ref-update HTTP/1.1" 200 156 0.028608 10.0.0.23 - - [2025-12-18 02:55:02] "POST /neutron/network HTTP/1.1" 200 1074 0.016995 10.0.0.23 - - [2025-12-18 02:55:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001196 10.0.0.23 - - [2025-12-18 02:55:02] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006360 10.0.0.23 - - [2025-12-18 02:55:02] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006438 10.0.0.23 - - [2025-12-18 02:55:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.009413 10.0.0.23 - - [2025-12-18 02:55:02] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006290 10.0.0.65 - - [2025-12-18 02:55:02] "DELETE /project/fd6abcfd42354ffa967afb50cf33a46f HTTP/1.1" 404 173 0.005948 10.0.0.65 - - [2025-12-18 02:55:02] "DELETE /project/fd6abcfd-4235-4ffa-967a-fb50cf33a46f HTTP/1.1" 404 177 0.004707 10.0.0.65 - - [2025-12-18 02:55:02] "DELETE /project/55626c9aa11a440ca07aff0c25de7854 HTTP/1.1" 404 173 0.006117 10.0.0.65 - - [2025-12-18 02:55:02] "GET /obj-perms HTTP/1.1" 200 5013 0.055708 10.0.0.23 - - [2025-12-18 02:55:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003203 10.0.0.23 - - [2025-12-18 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.65 - - [2025-12-18 02:55:02] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.23 - - [2025-12-18 02:55:03] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041768 10.0.0.23 - - [2025-12-18 02:55:03] "POST /network-policys HTTP/1.1" 200 527 0.075454 10.0.0.23 - - [2025-12-18 02:55:03] "GET /network-policy/53fa3da5-f1d7-4497-af25-9461d5164d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006583 10.0.0.23 - - [2025-12-18 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.005821 10.0.0.23 - - [2025-12-18 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008223 10.0.0.65 - - [2025-12-18 02:55:03] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001294 10.0.0.23 - - [2025-12-18 02:55:03] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057468 10.0.0.23 - - [2025-12-18 02:55:03] "POST /network-policys HTTP/1.1" 200 527 0.075660 10.0.0.23 - - [2025-12-18 02:55:03] "GET /network-policy/a52af2d0-5f80-4dc2-8a16-783a4a741f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007571 10.0.0.23 - - [2025-12-18 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003298 10.0.0.23 - - [2025-12-18 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.65 - - [2025-12-18 02:55:03] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.23 - - [2025-12-18 02:55:03] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041075 10.0.0.23 - - [2025-12-18 02:55:04] "POST /network-policys HTTP/1.1" 200 527 0.076197 10.0.0.23 - - [2025-12-18 02:55:04] "GET /network-policy/c9d32ec0-0d9e-40c4-88cd-b84e633d37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006197 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.003350 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.65 - - [2025-12-18 02:55:04] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.23 - - [2025-12-18 02:55:04] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047967 10.0.0.23 - - [2025-12-18 02:55:04] "POST /network-policys HTTP/1.1" 200 527 0.072555 10.0.0.23 - - [2025-12-18 02:55:04] "GET /network-policy/c6e5878d-b17c-4a3d-8be6-296222ddcb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005761 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003628 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.65 - - [2025-12-18 02:55:04] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.23 - - [2025-12-18 02:55:04] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.035708 10.0.0.23 - - [2025-12-18 02:55:04] "POST /network-policys HTTP/1.1" 200 531 0.040314 10.0.0.23 - - [2025-12-18 02:55:04] "GET /network-policy/4ff6de54-84e9-444d-ac9e-dbc400d94b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007854 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003194 10.0.0.23 - - [2025-12-18 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.65 - - [2025-12-18 02:55:05] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.23 - - [2025-12-18 02:55:05] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038899 10.0.0.23 - - [2025-12-18 02:55:05] "POST /network-policys HTTP/1.1" 200 529 0.071376 10.0.0.23 - - [2025-12-18 02:55:05] "GET /network-policy/297dbb66-aba2-44e8-83dc-093390f72133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006273 10.0.0.23 - - [2025-12-18 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002969 10.0.0.23 - - [2025-12-18 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.65 - - [2025-12-18 02:55:05] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000935 10.0.0.23 - - [2025-12-18 02:55:05] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053708 10.0.0.23 - - [2025-12-18 02:55:05] "POST /network-policys HTTP/1.1" 200 529 0.071319 10.0.0.23 - - [2025-12-18 02:55:05] "GET /network-policy/effbd8ea-6e38-4d7d-b9a4-954a528efa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005664 10.0.0.23 - - [2025-12-18 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003387 10.0.0.23 - - [2025-12-18 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.65 - - [2025-12-18 02:55:05] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.23 - - [2025-12-18 02:55:05] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040605 10.0.0.23 - - [2025-12-18 02:55:05] "POST /network-policys HTTP/1.1" 200 529 0.072089 10.0.0.23 - - [2025-12-18 02:55:06] "GET /network-policy/c51c4279-421c-47f1-89c0-c2a3c324e886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006465 10.0.0.23 - - [2025-12-18 02:55:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.003226 10.0.0.23 - - [2025-12-18 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.65 - - [2025-12-18 02:55:06] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.23 - - [2025-12-18 02:55:06] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045588 10.0.0.23 - - [2025-12-18 02:55:06] "POST /network-policys HTTP/1.1" 200 529 0.073649 10.0.0.23 - - [2025-12-18 02:55:06] "GET /network-policy/2cff5141-f8cf-4c82-a7c8-95f4b26fe67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.012592 10.0.0.23 - - [2025-12-18 02:55:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.002926 10.0.0.23 - - [2025-12-18 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.65 - - [2025-12-18 02:55:06] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.23 - - [2025-12-18 02:55:06] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048994 10.0.0.23 - - [2025-12-18 02:55:06] "POST /network-policys HTTP/1.1" 200 533 0.030677 10.0.0.23 - - [2025-12-18 02:55:06] "GET /network-policy/e65ea6c9-90c6-4fdd-826d-8de637a36e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.005815 10.0.0.23 - - [2025-12-18 02:55:07] "POST /neutron/network HTTP/1.1" 200 1157 0.082998 10.0.0.23 - - [2025-12-18 02:55:07] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006653 10.0.0.23 - - [2025-12-18 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006526 10.0.0.23 - - [2025-12-18 02:55:07] "GET /network-policy/53fa3da5-f1d7-4497-af25-9461d5164d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006062 10.0.0.23 - - [2025-12-18 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 246 0.008016 10.0.0.23 - - [2025-12-18 02:55:07] "POST /neutron/network HTTP/1.1" 200 1159 0.078028 10.0.0.23 - - [2025-12-18 02:55:07] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009337 10.0.0.23 - - [2025-12-18 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2025-12-18 02:55:07] "GET /network-policy/4ff6de54-84e9-444d-ac9e-dbc400d94b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003890 10.0.0.23 - - [2025-12-18 02:55:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001301 10.0.0.65 - - [2025-12-18 02:55:08] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001365 10.0.0.23 - - [2025-12-18 02:55:08] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.084230 10.0.0.23 - - [2025-12-18 02:55:08] "POST /neutron/network HTTP/1.1" 200 1157 0.008260 10.0.0.23 - - [2025-12-18 02:55:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001353 10.0.0.23 - - [2025-12-18 02:55:09] "POST /neutron/port HTTP/1.1" 200 117 0.006418 10.0.0.65 - - [2025-12-18 02:55:09] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001611 10.0.0.23 - - [2025-12-18 02:55:09] "PUT /access-control-list/af764b7d-c252-42e7-bf8b-47bdaf393733 HTTP/1.1" 200 272 0.036126 10.0.0.23 - - [2025-12-18 02:55:09] "POST /neutron/port HTTP/1.1" 200 1061 0.319276 10.0.0.23 - - [2025-12-18 02:55:10] "POST /neutron/port HTTP/1.1" 200 1115 0.104570 10.0.0.65 - - [2025-12-18 02:55:10] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.23 - - [2025-12-18 02:55:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.009246 10.0.0.23 - - [2025-12-18 02:55:10] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.062557 10.0.0.23 - - [2025-12-18 02:55:10] "POST /neutron/network HTTP/1.1" 200 1157 0.011050 10.0.0.23 - - [2025-12-18 02:55:10] "POST /neutron/port HTTP/1.1" 200 117 0.005950 10.0.0.23 - - [2025-12-18 02:55:11] "POST /neutron/network HTTP/1.1" 200 1169 0.008019 10.0.0.23 - - [2025-12-18 02:55:11] "POST /neutron/port HTTP/1.1" 200 1061 0.044805 10.0.0.23 - - [2025-12-18 02:55:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004870 10.0.0.23 - - [2025-12-18 02:55:11] "POST /neutron/network HTTP/1.1" 200 1159 0.009384 10.0.0.23 - - [2025-12-18 02:55:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015167 10.0.0.23 - - [2025-12-18 02:55:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008353 10.0.0.23 - - [2025-12-18 02:55:15] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-18 02:55:16] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 200 1298 0.038232 10.0.0.23 - - [2025-12-18 02:55:16] "GET /virtual-machine-interface/b5e5f876-211c-4c6c-bac3-16d63c12c686 HTTP/1.1" 200 2951 0.007136 10.0.0.23 - - [2025-12-18 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2025-12-18 02:55:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.23 - - [2025-12-18 02:55:16] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003273 10.0.0.23 - - [2025-12-18 02:55:16] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005935 10.0.0.23 - - [2025-12-18 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.23 - - [2025-12-18 02:55:19] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004925 10.0.0.23 - - [2025-12-18 02:55:21] "GET /obj-perms HTTP/1.1" 200 5056 0.049436 10.0.0.23 - - [2025-12-18 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2025-12-18 02:55:23] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004961 10.0.0.23 - - [2025-12-18 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2025-12-18 02:55:27] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005218 10.0.0.23 - - [2025-12-18 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2025-12-18 02:55:31] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005204 10.0.0.23 - - [2025-12-18 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-18 02:55:35] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005282 10.0.0.23 - - [2025-12-18 02:55:37] "POST /neutron/network HTTP/1.1" 200 1167 0.007327 10.0.0.23 - - [2025-12-18 02:55:37] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.23 - - [2025-12-18 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2025-12-18 02:55:39] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006629 10.0.0.23 - - [2025-12-18 02:55:43] "POST /neutron/port HTTP/1.1" 200 1089 0.016545 10.0.0.23 - - [2025-12-18 02:55:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.010675 10.0.0.23 - - [2025-12-18 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-18 02:55:44] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004720 10.0.0.23 - - [2025-12-18 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.23 - - [2025-12-18 02:55:48] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005755 10.0.0.23 - - [2025-12-18 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.23 - - [2025-12-18 02:55:52] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006048 10.0.0.23 - - [2025-12-18 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2025-12-18 02:55:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003303 10.0.0.23 - - [2025-12-18 02:55:54] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002766 10.0.0.23 - - [2025-12-18 02:55:54] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006068 10.0.0.23 - - [2025-12-18 02:55:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015973 10.0.0.23 - - [2025-12-18 02:55:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007564 10.0.0.23 - - [2025-12-18 02:56:04] "POST /neutron/port HTTP/1.1" 200 1089 0.016119 10.0.0.23 - - [2025-12-18 02:56:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008667 10.0.0.23 - - [2025-12-18 02:56:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016377 10.0.0.23 - - [2025-12-18 02:56:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008369 10.0.0.23 - - [2025-12-18 02:56:15] "GET /virtual-machine/4e24a729-37f7-4b4e-ab04-dcb22094fa5e HTTP/1.1" 200 1298 0.007859 10.0.0.23 - - [2025-12-18 02:56:15] "GET /virtual-machine-interface/122741c0-531c-4573-9d91-d03902610cea HTTP/1.1" 200 2950 0.005860 10.0.0.23 - - [2025-12-18 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2025-12-18 02:56:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.23 - - [2025-12-18 02:56:15] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003407 10.0.0.23 - - [2025-12-18 02:56:15] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007619 10.0.0.23 - - [2025-12-18 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2025-12-18 02:56:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004300 10.0.0.23 - - [2025-12-18 02:56:16] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003160 10.0.0.23 - - [2025-12-18 02:56:16] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006167 10.0.0.23 - - [2025-12-18 02:56:16] "POST /neutron/port HTTP/1.1" 200 1089 0.015763 10.0.0.23 - - [2025-12-18 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010259 10.0.0.23 - - [2025-12-18 02:56:27] "POST /neutron/port HTTP/1.1" 200 1089 0.017523 10.0.0.23 - - [2025-12-18 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.23 - - [2025-12-18 02:56:27] "GET /network-policy/4ff6de54-84e9-444d-ac9e-dbc400d94b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004286 10.0.0.23 - - [2025-12-18 02:56:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007609 10.0.0.23 - - [2025-12-18 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2025-12-18 02:56:27] "GET /network-policy/53fa3da5-f1d7-4497-af25-9461d5164d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003928 10.0.0.23 - - [2025-12-18 02:56:28] "POST /neutron/network HTTP/1.1" 200 1157 0.015014 10.0.0.23 - - [2025-12-18 02:56:28] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008757 10.0.0.23 - - [2025-12-18 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.23 - - [2025-12-18 02:56:28] "GET /network-policy/a52af2d0-5f80-4dc2-8a16-783a4a741f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004673 10.0.0.23 - - [2025-12-18 02:56:38] "POST /neutron/network HTTP/1.1" 200 1167 0.006983 10.0.0.23 - - [2025-12-18 02:56:38] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.23 - - [2025-12-18 02:56:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015122 10.0.0.23 - - [2025-12-18 02:56:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.012279 10.0.0.65 - - [2025-12-18 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.65 - - [2025-12-18 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2025-12-18 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.65 - - [2025-12-18 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2025-12-18 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-12-18 02:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2025-12-18 02:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.50 - - [2025-12-18 02:57:22] "GET /obj-perms HTTP/1.1" 200 5056 0.048781 10.0.0.23 - - [2025-12-18 02:57:36] "POST /neutron/network HTTP/1.1" 200 1157 0.009978 10.0.0.23 - - [2025-12-18 02:57:36] "PUT /access-control-list/af764b7d-c252-42e7-bf8b-47bdaf393733 HTTP/1.1" 200 272 0.060951 10.0.0.23 - - [2025-12-18 02:57:36] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.013553 10.0.0.23 - - [2025-12-18 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-12-18 02:57:37] "GET /network-policy/e65ea6c9-90c6-4fdd-826d-8de637a36e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.005216 10.0.0.23 - - [2025-12-18 02:57:40] "POST /neutron/port HTTP/1.1" 200 1089 0.042611 10.0.0.23 - - [2025-12-18 02:57:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004825 10.0.0.23 - - [2025-12-18 02:57:40] "POST /neutron/network HTTP/1.1" 200 1160 0.009509 10.0.0.23 - - [2025-12-18 02:57:44] "POST /neutron/network HTTP/1.1" 200 1169 0.009226 10.0.0.23 - - [2025-12-18 02:57:44] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.23 - - [2025-12-18 02:57:45] "POST /neutron/network HTTP/1.1" 200 1157 0.101532 10.0.0.23 - - [2025-12-18 02:57:45] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007162 10.0.0.23 - - [2025-12-18 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005830 10.0.0.23 - - [2025-12-18 02:57:45] "POST /ref-update HTTP/1.1" 200 156 0.029698 10.0.0.23 - - [2025-12-18 02:57:45] "GET /network-policy/c9d32ec0-0d9e-40c4-88cd-b84e633d37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004929 10.0.0.23 - - [2025-12-18 02:57:54] "POST /neutron/network HTTP/1.1" 200 1157 0.089283 10.0.0.23 - - [2025-12-18 02:57:54] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.019291 10.0.0.23 - - [2025-12-18 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2025-12-18 02:57:54] "GET /network-policy/c6e5878d-b17c-4a3d-8be6-296222ddcb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004410 10.0.0.23 - - [2025-12-18 02:58:02] "POST /neutron/network HTTP/1.1" 200 1158 0.123681 10.0.0.23 - - [2025-12-18 02:58:02] "POST /ref-update HTTP/1.1" 200 156 0.047143 10.0.0.23 - - [2025-12-18 02:58:02] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008994 10.0.0.23 - - [2025-12-18 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2025-12-18 02:58:02] "GET /network-policy/297dbb66-aba2-44e8-83dc-093390f72133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004573 10.0.0.23 - - [2025-12-18 02:58:11] "POST /neutron/network HTTP/1.1" 200 1158 0.084579 10.0.0.23 - - [2025-12-18 02:58:11] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009224 10.0.0.23 - - [2025-12-18 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.23 - - [2025-12-18 02:58:11] "GET /network-policy/effbd8ea-6e38-4d7d-b9a4-954a528efa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004612 10.0.0.23 - - [2025-12-18 02:58:18] "POST /neutron/network HTTP/1.1" 200 1158 0.119852 10.0.0.23 - - [2025-12-18 02:58:18] "PUT /access-control-list/af764b7d-c252-42e7-bf8b-47bdaf393733 HTTP/1.1" 200 272 0.062326 10.0.0.23 - - [2025-12-18 02:58:19] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006174 10.0.0.23 - - [2025-12-18 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2025-12-18 02:58:19] "GET /network-policy/c51c4279-421c-47f1-89c0-c2a3c324e886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004692 10.0.0.23 - - [2025-12-18 02:58:27] "POST /neutron/network HTTP/1.1" 200 1158 0.077074 10.0.0.23 - - [2025-12-18 02:58:27] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006281 10.0.0.23 - - [2025-12-18 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-12-18 02:58:27] "GET /network-policy/2cff5141-f8cf-4c82-a7c8-95f4b26fe67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004641 10.0.0.23 - - [2025-12-18 02:58:35] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007798 10.0.0.23 - - [2025-12-18 02:58:35] "POST /neutron/network HTTP/1.1" 200 1074 0.080106 10.0.0.23 - - [2025-12-18 02:58:35] "POST /ref-update HTTP/1.1" 200 156 0.022881 10.0.0.23 - - [2025-12-18 02:58:35] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.009493 10.0.0.23 - - [2025-12-18 02:58:35] "GET /virtual-machine/4e24a729-37f7-4b4e-ab04-dcb22094fa5e HTTP/1.1" 200 1298 0.006124 10.0.0.23 - - [2025-12-18 02:58:36] "POST /neutron/port HTTP/1.1" 200 1115 0.011931 10.0.0.23 - - [2025-12-18 02:58:37] "GET /virtual-machine/4e24a729-37f7-4b4e-ab04-dcb22094fa5e HTTP/1.1" 404 171 0.003078 10.0.0.23 - - [2025-12-18 02:58:37] "GET /virtual-machine/4e24a729-37f7-4b4e-ab04-dcb22094fa5e HTTP/1.1" 404 171 0.003055 10.0.0.23 - - [2025-12-18 02:58:37] "GET /virtual-machine/4e24a729-37f7-4b4e-ab04-dcb22094fa5e HTTP/1.1" 404 171 0.003129 10.0.0.23 - - [2025-12-18 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2025-12-18 02:58:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.23 - - [2025-12-18 02:58:37] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003241 10.0.0.23 - - [2025-12-18 02:58:37] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009664 10.0.0.23 - - [2025-12-18 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-18 02:58:37] "GET /routing-instance/ee07aa25-783d-4739-91d3-c99ea7a7f5ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004666 10.0.0.23 - - [2025-12-18 02:58:37] "GET /route-target/80e10317-d08b-43ff-ae81-a52ec8963d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005382 10.0.0.23 - - [2025-12-18 02:58:38] "GET /obj-perms HTTP/1.1" 200 5013 0.060169 10.0.0.65 - - [2025-12-18 02:58:38] "GET /obj-perms HTTP/1.1" 200 5013 0.003955 10.0.0.23 - - [2025-12-18 02:58:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014413 10.0.0.23 - - [2025-12-18 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.013396 10.0.0.23 - - [2025-12-18 02:58:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004314 10.0.0.65 - - [2025-12-18 02:58:44] "GET /obj-perms HTTP/1.1" 200 5013 0.003706 10.0.0.23 - - [2025-12-18 02:58:44] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 200 1298 0.004819 10.0.0.23 - - [2025-12-18 02:58:45] "POST /neutron/port HTTP/1.1" 200 1089 0.014889 10.0.0.23 - - [2025-12-18 02:58:46] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 404 171 0.003733 10.0.0.23 - - [2025-12-18 02:58:46] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 404 171 0.005707 10.0.0.23 - - [2025-12-18 02:58:46] "GET /virtual-machine/cd31c331-0609-442e-88af-a33525a21fc2 HTTP/1.1" 404 171 0.003152 10.0.0.23 - - [2025-12-18 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2025-12-18 02:58:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004000 10.0.0.23 - - [2025-12-18 02:58:46] "GET /virtual-networks?parent_id=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002927 10.0.0.23 - - [2025-12-18 02:58:46] "GET /virtual-network/986649de-1531-460e-808f-28bbaabf6086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007967 10.0.0.23 - - [2025-12-18 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-12-18 02:58:46] "GET /routing-instance/1bf59f66-8fcf-4f59-a1d7-92bf65021fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004494 10.0.0.23 - - [2025-12-18 02:58:47] "GET /route-target/daeb62dc-7f67-4e1b-8338-ac729007505a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005038 10.0.0.23 - - [2025-12-18 02:58:50] "GET /obj-perms HTTP/1.1" 200 5013 0.003766 10.0.0.65 - - [2025-12-18 02:58:53] "GET /obj-perms HTTP/1.1" 200 5013 0.003896 10.0.0.23 - - [2025-12-18 02:58:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004666 10.0.0.65 - - [2025-12-18 02:59:02] "GET /obj-perms HTTP/1.1" 200 5013 0.005225 10.0.0.23 - - [2025-12-18 02:59:08] "GET /obj-perms HTTP/1.1" 200 5013 0.003634 10.0.0.65 - - [2025-12-18 02:59:11] "GET /obj-perms HTTP/1.1" 200 5013 0.003992 10.0.0.23 - - [2025-12-18 02:59:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004192 10.0.0.50 - - [2025-12-18 02:59:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004832 10.0.0.23 - - [2025-12-18 02:59:11] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006045 10.0.0.23 - - [2025-12-18 02:59:11] "POST /neutron/network HTTP/1.1" 200 1159 0.012882 10.0.0.23 - - [2025-12-18 02:59:12] "GET /virtual-network/8efecc3d-921b-436b-a0df-5b95a656b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008508 10.0.0.23 - - [2025-12-18 02:59:12] "DELETE /network-policy/e65ea6c9-90c6-4fdd-826d-8de637a36e9b HTTP/1.1" 200 115 0.031065 10.0.0.23 - - [2025-12-18 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.65 - - [2025-12-18 02:59:12] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.032171 10.0.0.23 - - [2025-12-18 02:59:12] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.075170 10.0.0.23 - - [2025-12-18 02:59:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006735 10.0.0.23 - - [2025-12-18 02:59:12] "DELETE /network-policy/2cff5141-f8cf-4c82-a7c8-95f4b26fe67d HTTP/1.1" 200 115 0.035876 10.0.0.23 - - [2025-12-18 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007692 10.0.0.65 - - [2025-12-18 02:59:12] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001084 10.0.0.23 - - [2025-12-18 02:59:12] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044496 10.0.0.23 - - [2025-12-18 02:59:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006112 10.0.0.23 - - [2025-12-18 02:59:12] "DELETE /network-policy/c51c4279-421c-47f1-89c0-c2a3c324e886 HTTP/1.1" 200 115 0.039629 10.0.0.23 - - [2025-12-18 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.65 - - [2025-12-18 02:59:12] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.23 - - [2025-12-18 02:59:12] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042919 10.0.0.23 - - [2025-12-18 02:59:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005800 10.0.0.23 - - [2025-12-18 02:59:12] "DELETE /network-policy/effbd8ea-6e38-4d7d-b9a4-954a528efa79 HTTP/1.1" 200 115 0.050368 10.0.0.23 - - [2025-12-18 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.65 - - [2025-12-18 02:59:12] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002371 10.0.0.23 - - [2025-12-18 02:59:12] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057589 10.0.0.23 - - [2025-12-18 02:59:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005750 10.0.0.23 - - [2025-12-18 02:59:13] "DELETE /network-policy/297dbb66-aba2-44e8-83dc-093390f72133 HTTP/1.1" 200 115 0.036634 10.0.0.23 - - [2025-12-18 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.65 - - [2025-12-18 02:59:13] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.23 - - [2025-12-18 02:59:13] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049083 10.0.0.23 - - [2025-12-18 02:59:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006327 10.0.0.23 - - [2025-12-18 02:59:13] "DELETE /network-policy/4ff6de54-84e9-444d-ac9e-dbc400d94b43 HTTP/1.1" 200 115 0.035866 10.0.0.23 - - [2025-12-18 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.65 - - [2025-12-18 02:59:13] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001184 10.0.0.23 - - [2025-12-18 02:59:13] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048759 10.0.0.23 - - [2025-12-18 02:59:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006373 10.0.0.23 - - [2025-12-18 02:59:13] "DELETE /network-policy/c6e5878d-b17c-4a3d-8be6-296222ddcb8a HTTP/1.1" 200 115 0.042838 10.0.0.23 - - [2025-12-18 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007405 10.0.0.65 - - [2025-12-18 02:59:13] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001192 10.0.0.23 - - [2025-12-18 02:59:13] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041682 10.0.0.23 - - [2025-12-18 02:59:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005548 10.0.0.23 - - [2025-12-18 02:59:13] "DELETE /network-policy/c9d32ec0-0d9e-40c4-88cd-b84e633d37f6 HTTP/1.1" 200 115 0.041906 10.0.0.23 - - [2025-12-18 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.65 - - [2025-12-18 02:59:13] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001250 10.0.0.23 - - [2025-12-18 02:59:13] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043181 10.0.0.23 - - [2025-12-18 02:59:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006355 10.0.0.23 - - [2025-12-18 02:59:14] "DELETE /network-policy/a52af2d0-5f80-4dc2-8a16-783a4a741f9c HTTP/1.1" 200 115 0.037611 10.0.0.23 - - [2025-12-18 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.65 - - [2025-12-18 02:59:14] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001357 10.0.0.23 - - [2025-12-18 02:59:14] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043354 10.0.0.23 - - [2025-12-18 02:59:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005296 10.0.0.23 - - [2025-12-18 02:59:14] "DELETE /network-policy/53fa3da5-f1d7-4497-af25-9461d5164d77 HTTP/1.1" 200 115 0.040149 10.0.0.23 - - [2025-12-18 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.65 - - [2025-12-18 02:59:14] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.23 - - [2025-12-18 02:59:14] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047484 10.0.0.23 - - [2025-12-18 02:59:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69374889&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006488 10.0.0.23 - - [2025-12-18 02:59:14] "POST /neutron/network HTTP/1.1" 200 1074 0.009414 10.0.0.23 - - [2025-12-18 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.65 - - [2025-12-18 02:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004062 10.0.0.65 - - [2025-12-18 02:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004111 10.0.0.65 - - [2025-12-18 02:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002569 10.0.0.65 - - [2025-12-18 02:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002884 10.0.0.23 - - [2025-12-18 02:59:15] "POST /neutron/network HTTP/1.1" 200 151 0.164094 10.0.0.23 - - [2025-12-18 02:59:15] "DELETE /route-target/daeb62dc-7f67-4e1b-8338-ac729007505a HTTP/1.1" 200 115 0.033051 10.0.0.23 - - [2025-12-18 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-18 02:59:15] "DELETE /network-ipam/fed77784-7306-48d7-b23a-3aaf591a21fd HTTP/1.1" 200 115 0.033761 10.0.0.23 - - [2025-12-18 02:59:15] "POST /fqname-to-id HTTP/1.1" 404 248 0.003896 10.0.0.65 - - [2025-12-18 02:59:15] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.65 - - [2025-12-18 02:59:15] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.048042 10.0.0.65 - - [2025-12-18 02:59:15] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001590 10.0.0.65 - - [2025-12-18 02:59:15] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?fields=security_groups HTTP/1.1" 200 1380 0.040982 10.0.0.65 - - [2025-12-18 02:59:15] "DELETE /security-group/4b18affc-72f0-4ac5-8b89-bdcf8f5e722a HTTP/1.1" 200 115 0.050362 10.0.0.65 - - [2025-12-18 02:59:15] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001858 10.0.0.65 - - [2025-12-18 02:59:15] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?fields=application_policy_sets HTTP/1.1" 200 1419 0.052925 10.0.0.23 - - [2025-12-18 02:59:15] "DELETE /project/55626c9a-a11a-440c-a07a-ff0c25de7854 HTTP/1.1" 200 115 0.386021 10.0.0.65 - - [2025-12-18 02:59:15] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.23 - - [2025-12-18 02:59:15] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?fields=projects HTTP/1.1" 200 1438 0.010139 10.0.0.65 - - [2025-12-18 02:59:17] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003424 10.0.0.65 - - [2025-12-18 02:59:17] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.65 - - [2025-12-18 02:59:17] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036150 10.0.0.65 - - [2025-12-18 02:59:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.001202 10.0.0.65 - - [2025-12-18 02:59:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.007203 10.0.0.65 - - [2025-12-18 02:59:17] "POST /security-groups HTTP/1.1" 200 597 0.036303 10.0.0.23 - - [2025-12-18 02:59:17] "POST /fqname-to-id HTTP/1.1" 404 240 0.003952 10.0.0.65 - - [2025-12-18 02:59:17] "POST /projects HTTP/1.1" 200 597 0.243218 10.0.0.65 - - [2025-12-18 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.322064 10.0.0.23 - - [2025-12-18 02:59:17] "POST /access-control-lists HTTP/1.1" 200 600 0.029002 10.0.0.23 - - [2025-12-18 02:59:17] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.502576 10.0.0.65 - - [2025-12-18 02:59:17] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002340 10.0.0.23 - - [2025-12-18 02:59:17] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?fields=virtual_networks HTTP/1.1" 200 1043 0.051313 10.0.0.65 - - [2025-12-18 02:59:17] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.23 - - [2025-12-18 02:59:17] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.054460 10.0.0.65 - - [2025-12-18 02:59:17] "GET /projects?obj_uuids=55626c9a-a11a-440c-a07a-ff0c25de7854&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001083 10.0.0.23 - - [2025-12-18 02:59:17] "GET /project/55626c9a-a11a-440c-a07a-ff0c25de7854?fields=security_groups HTTP/1.1" 200 1275 0.044177 10.0.0.23 - - [2025-12-18 02:59:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.029541 10.0.0.65 - - [2025-12-18 02:59:18] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003013 10.0.0.65 - - [2025-12-18 02:59:18] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.65 - - [2025-12-18 02:59:18] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015298 10.0.0.65 - - [2025-12-18 02:59:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.007665 10.0.0.65 - - [2025-12-18 02:59:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.010967 10.0.0.65 - - [2025-12-18 02:59:19] "POST /security-groups HTTP/1.1" 200 603 0.038585 10.0.0.65 - - [2025-12-18 02:59:19] "POST /projects HTTP/1.1" 200 609 0.314420 10.0.0.23 - - [2025-12-18 02:59:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.010455 10.0.0.65 - - [2025-12-18 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.384984 10.0.0.23 - - [2025-12-18 02:59:19] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.527945 10.0.0.23 - - [2025-12-18 02:59:20] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.23 - - [2025-12-18 02:59:22] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000612 10.0.0.65 - - [2025-12-18 02:59:22] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.23 - - [2025-12-18 02:59:22] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.069634 10.0.0.23 - - [2025-12-18 02:59:23] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.23 - - [2025-12-18 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.65 - - [2025-12-18 02:59:23] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.23 - - [2025-12-18 02:59:23] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007127 10.0.0.23 - - [2025-12-18 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.65 - - [2025-12-18 02:59:23] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.23 - - [2025-12-18 02:59:24] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.064105 10.0.0.23 - - [2025-12-18 02:59:25] "GET /domains HTTP/1.1" 401 292 0.000620 10.0.0.23 - - [2025-12-18 02:59:25] "GET /domains HTTP/1.1" 200 280 0.026947 10.0.0.65 - - [2025-12-18 02:59:25] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.23 - - [2025-12-18 02:59:25] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707 HTTP/1.1" 200 2971 0.011999 10.0.0.65 - - [2025-12-18 02:59:25] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.23 - - [2025-12-18 02:59:26] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69 HTTP/1.1" 200 1923 0.102916 10.0.0.23 - - [2025-12-18 02:59:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005029 10.0.0.23 - - [2025-12-18 02:59:26] "POST /network-ipams HTTP/1.1" 200 621 0.055216 10.0.0.23 - - [2025-12-18 02:59:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003406 10.0.0.23 - - [2025-12-18 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2025-12-18 02:59:26] "GET /network-ipam/8ca68b4d-4883-4dee-ba06-fb984b3be9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006265 10.0.0.23 - - [2025-12-18 02:59:26] "PUT /network-ipam/8ca68b4d-4883-4dee-ba06-fb984b3be9e8 HTTP/1.1" 200 258 0.016949 10.0.0.23 - - [2025-12-18 02:59:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.23 - - [2025-12-18 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.029546 10.0.0.65 - - [2025-12-18 02:59:26] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.23 - - [2025-12-18 02:59:26] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043692 10.0.0.23 - - [2025-12-18 02:59:27] "POST /ref-update HTTP/1.1" 200 156 0.023178 10.0.0.65 - - [2025-12-18 02:59:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002825 10.0.0.23 - - [2025-12-18 02:59:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.246341 10.0.0.23 - - [2025-12-18 02:59:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.055452 10.0.0.23 - - [2025-12-18 02:59:27] "POST /neutron/network HTTP/1.1" 200 1336 0.013245 10.0.0.23 - - [2025-12-18 02:59:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.001361 10.0.0.23 - - [2025-12-18 02:59:28] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005286 10.0.0.23 - - [2025-12-18 02:59:28] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005962 10.0.0.23 - - [2025-12-18 02:59:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.009191 10.0.0.23 - - [2025-12-18 02:59:28] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006649 10.0.0.65 - - [2025-12-18 02:59:30] "GET /obj-perms HTTP/1.1" 200 5019 0.065606 10.0.0.23 - - [2025-12-18 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.65 - - [2025-12-18 02:59:30] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.23 - - [2025-12-18 02:59:30] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048566 10.0.0.23 - - [2025-12-18 02:59:30] "POST /neutron/network HTTP/1.1" 200 117 0.014138 10.0.0.65 - - [2025-12-18 02:59:30] "POST /useragent-kv HTTP/1.1" 200 115 0.011844 10.0.0.23 - - [2025-12-18 02:59:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.173670 10.0.0.23 - - [2025-12-18 02:59:31] "POST /id-to-fqname HTTP/1.1" 200 235 0.001521 10.0.0.23 - - [2025-12-18 02:59:31] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.008618 10.0.0.23 - - [2025-12-18 02:59:31] "POST /neutron/network HTTP/1.1" 200 1336 0.013276 10.0.0.23 - - [2025-12-18 02:59:31] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005541 10.0.0.23 - - [2025-12-18 02:59:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.009767 10.0.0.23 - - [2025-12-18 02:59:31] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006054 10.0.0.23 - - [2025-12-18 02:59:31] "GET /obj-perms HTTP/1.1" 200 5019 0.057812 10.0.0.23 - - [2025-12-18 02:59:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.003659 10.0.0.23 - - [2025-12-18 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016166 10.0.0.65 - - [2025-12-18 02:59:31] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.23 - - [2025-12-18 02:59:31] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052712 10.0.0.23 - - [2025-12-18 02:59:32] "POST /network-policys HTTP/1.1" 200 533 0.031224 10.0.0.23 - - [2025-12-18 02:59:32] "GET /network-policy/634fb3d1-f3bc-4256-806a-6046e9848130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.008198 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003298 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.65 - - [2025-12-18 02:59:32] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.23 - - [2025-12-18 02:59:32] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055784 10.0.0.23 - - [2025-12-18 02:59:32] "POST /network-policys HTTP/1.1" 200 533 0.029540 10.0.0.23 - - [2025-12-18 02:59:32] "GET /network-policy/16517bf7-dbe6-4084-b359-41fa95eb6214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007077 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003407 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.65 - - [2025-12-18 02:59:32] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002182 10.0.0.23 - - [2025-12-18 02:59:32] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039977 10.0.0.23 - - [2025-12-18 02:59:32] "POST /network-policys HTTP/1.1" 200 533 0.055743 10.0.0.23 - - [2025-12-18 02:59:32] "GET /network-policy/16808516-1dcd-4a02-8268-fd7a22e488eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.013368 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003494 10.0.0.23 - - [2025-12-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.65 - - [2025-12-18 02:59:33] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.23 - - [2025-12-18 02:59:33] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050097 10.0.0.23 - - [2025-12-18 02:59:33] "POST /network-policys HTTP/1.1" 200 533 0.033132 10.0.0.23 - - [2025-12-18 02:59:33] "GET /network-policy/f773bf30-1245-4bff-b567-5afb70a07332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.020544 10.0.0.23 - - [2025-12-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 213 0.003818 10.0.0.23 - - [2025-12-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.65 - - [2025-12-18 02:59:33] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001293 10.0.0.23 - - [2025-12-18 02:59:33] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051028 10.0.0.23 - - [2025-12-18 02:59:33] "POST /network-policys HTTP/1.1" 200 537 0.029453 10.0.0.23 - - [2025-12-18 02:59:33] "GET /network-policy/1309e700-729b-46a5-b25e-35dd978c8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.007276 10.0.0.23 - - [2025-12-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.003335 10.0.0.23 - - [2025-12-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.65 - - [2025-12-18 02:59:33] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.23 - - [2025-12-18 02:59:33] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052276 10.0.0.23 - - [2025-12-18 02:59:33] "POST /network-policys HTTP/1.1" 200 535 0.033995 10.0.0.23 - - [2025-12-18 02:59:33] "GET /network-policy/d242c211-92dd-4e1b-8a79-dea19e5e7787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.017018 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.003564 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.65 - - [2025-12-18 02:59:34] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.23 - - [2025-12-18 02:59:34] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047068 10.0.0.23 - - [2025-12-18 02:59:34] "POST /network-policys HTTP/1.1" 200 535 0.031766 10.0.0.23 - - [2025-12-18 02:59:34] "GET /network-policy/76f9ba56-37bd-4ee8-aae7-ccdb695b06ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006586 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.003682 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.65 - - [2025-12-18 02:59:34] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.23 - - [2025-12-18 02:59:34] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037707 10.0.0.23 - - [2025-12-18 02:59:34] "POST /network-policys HTTP/1.1" 200 535 0.027535 10.0.0.23 - - [2025-12-18 02:59:34] "GET /network-policy/3d7cb76b-758d-4380-99cf-ece32a8d2e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007676 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.007001 10.0.0.23 - - [2025-12-18 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.65 - - [2025-12-18 02:59:34] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.23 - - [2025-12-18 02:59:34] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048228 10.0.0.23 - - [2025-12-18 02:59:35] "POST /network-policys HTTP/1.1" 200 535 0.028546 10.0.0.23 - - [2025-12-18 02:59:35] "GET /network-policy/618d47f0-23bc-4aef-98dc-a7cdb08c6d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006863 10.0.0.23 - - [2025-12-18 02:59:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.003576 10.0.0.23 - - [2025-12-18 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2025-12-18 02:59:35] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.23 - - [2025-12-18 02:59:35] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043974 10.0.0.23 - - [2025-12-18 02:59:35] "POST /network-policys HTTP/1.1" 200 539 0.025070 10.0.0.23 - - [2025-12-18 02:59:35] "GET /network-policy/19a0560c-653c-4f36-bd9e-5d6b7e94003f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005696 10.0.0.23 - - [2025-12-18 02:59:35] "POST /fqname-to-id HTTP/1.1" 404 252 0.004795 10.0.0.23 - - [2025-12-18 02:59:35] "POST /neutron/network HTTP/1.1" 200 1424 0.091619 10.0.0.23 - - [2025-12-18 02:59:35] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007589 10.0.0.23 - - [2025-12-18 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-18 02:59:35] "GET /network-policy/634fb3d1-f3bc-4256-806a-6046e9848130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.004307 10.0.0.23 - - [2025-12-18 02:59:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.008885 10.0.0.23 - - [2025-12-18 02:59:36] "POST /neutron/network HTTP/1.1" 200 1426 0.092785 10.0.0.23 - - [2025-12-18 02:59:36] "POST /access-control-lists HTTP/1.1" 200 609 0.065621 10.0.0.23 - - [2025-12-18 02:59:36] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.012562 10.0.0.23 - - [2025-12-18 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008656 10.0.0.23 - - [2025-12-18 02:59:36] "GET /network-policy/1309e700-729b-46a5-b25e-35dd978c8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004547 10.0.0.23 - - [2025-12-18 02:59:36] "POST /id-to-fqname HTTP/1.1" 200 235 0.001451 10.0.0.65 - - [2025-12-18 02:59:37] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.23 - - [2025-12-18 02:59:37] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.075948 10.0.0.23 - - [2025-12-18 02:59:37] "POST /neutron/network HTTP/1.1" 200 1424 0.040213 10.0.0.23 - - [2025-12-18 02:59:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001526 10.0.0.23 - - [2025-12-18 02:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.007774 10.0.0.65 - - [2025-12-18 02:59:38] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.65 - - [2025-12-18 02:59:38] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.23 - - [2025-12-18 02:59:38] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.116468 10.0.0.23 - - [2025-12-18 02:59:38] "POST /neutron/port HTTP/1.1" 200 1173 0.426487 10.0.0.23 - - [2025-12-18 02:59:39] "POST /neutron/port HTTP/1.1" 200 1173 0.015728 10.0.0.23 - - [2025-12-18 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008450 10.0.0.23 - - [2025-12-18 02:59:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006623 10.0.0.23 - - [2025-12-18 02:59:39] "POST /neutron/port HTTP/1.1" 200 1201 0.020168 10.0.0.23 - - [2025-12-18 02:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.65 - - [2025-12-18 02:59:39] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.23 - - [2025-12-18 02:59:39] "PUT /access-control-list/7a5e068d-d884-4ba3-b918-1aba33453f8a HTTP/1.1" 200 272 0.035800 10.0.0.23 - - [2025-12-18 02:59:40] "POST /neutron/port HTTP/1.1" 200 1173 0.358995 10.0.0.23 - - [2025-12-18 02:59:40] "POST /neutron/port HTTP/1.1" 200 1227 0.132379 10.0.0.23 - - [2025-12-18 02:59:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003854 10.0.0.23 - - [2025-12-18 02:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.23 - - [2025-12-18 02:59:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007540 10.0.0.23 - - [2025-12-18 02:59:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015064 10.0.0.23 - - [2025-12-18 02:59:44] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2025-12-18 02:59:45] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 200 1305 0.034418 10.0.0.23 - - [2025-12-18 02:59:45] "GET /virtual-machine-interface/d7c93675-7b14-4ad2-ad91-690894bc6b6f HTTP/1.1" 200 3169 0.007229 10.0.0.23 - - [2025-12-18 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2025-12-18 02:59:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003330 10.0.0.23 - - [2025-12-18 02:59:45] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004481 10.0.0.23 - - [2025-12-18 02:59:45] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006032 10.0.0.23 - - [2025-12-18 02:59:45] "POST /neutron/port HTTP/1.1" 200 1201 0.014435 10.0.0.23 - - [2025-12-18 02:59:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004034 10.0.0.23 - - [2025-12-18 02:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.23 - - [2025-12-18 02:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.23 - - [2025-12-18 02:59:48] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005588 10.0.0.23 - - [2025-12-18 02:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2025-12-18 02:59:52] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005592 10.0.0.23 - - [2025-12-18 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2025-12-18 02:59:56] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006881 10.0.0.23 - - [2025-12-18 03:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-18 03:00:00] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006381 10.0.0.65 - - [2025-12-18 03:00:02] "DELETE /project/55626c9aa11a440ca07aff0c25de7854 HTTP/1.1" 404 173 0.095708 10.0.0.65 - - [2025-12-18 03:00:02] "DELETE /project/77534df49470497f97e8e6e90aa68a69 HTTP/1.1" 404 173 0.094222 10.0.0.65 - - [2025-12-18 03:00:02] "DELETE /project/55626c9a-a11a-440c-a07a-ff0c25de7854 HTTP/1.1" 404 177 0.095494 10.0.0.23 - - [2025-12-18 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2025-12-18 03:00:04] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005367 10.0.0.23 - - [2025-12-18 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2025-12-18 03:00:08] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006310 10.0.0.23 - - [2025-12-18 03:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2025-12-18 03:00:12] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006591 10.0.0.23 - - [2025-12-18 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.23 - - [2025-12-18 03:00:16] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005237 10.0.0.23 - - [2025-12-18 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.23 - - [2025-12-18 03:00:21] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005149 10.0.0.23 - - [2025-12-18 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2025-12-18 03:00:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003820 10.0.0.23 - - [2025-12-18 03:00:23] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003370 10.0.0.23 - - [2025-12-18 03:00:23] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005579 10.0.0.23 - - [2025-12-18 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007942 10.0.0.50 - - [2025-12-18 03:00:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056760 10.0.0.23 - - [2025-12-18 03:00:33] "POST /neutron/port HTTP/1.1" 200 1201 0.020874 10.0.0.23 - - [2025-12-18 03:00:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033571 10.0.0.23 - - [2025-12-18 03:00:41] "POST /neutron/port HTTP/1.1" 200 1201 0.016327 10.0.0.23 - - [2025-12-18 03:00:42] "POST /neutron/port HTTP/1.1" 200 1201 0.017963 10.0.0.23 - - [2025-12-18 03:00:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004100 10.0.0.23 - - [2025-12-18 03:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.23 - - [2025-12-18 03:00:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007157 10.0.0.23 - - [2025-12-18 03:00:48] "POST /neutron/network HTTP/1.1" 200 1436 0.038748 10.0.0.23 - - [2025-12-18 03:00:48] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017926 10.0.0.23 - - [2025-12-18 03:00:48] "POST /neutron/network HTTP/1.1" 200 1426 0.012693 10.0.0.23 - - [2025-12-18 03:00:49] "POST /neutron/port HTTP/1.1" 200 1201 0.016564 10.0.0.23 - - [2025-12-18 03:00:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008617 10.0.0.23 - - [2025-12-18 03:00:49] "GET /virtual-machine/2a31df19-bb2e-461b-8b1e-8d125686c4ec HTTP/1.1" 200 1304 0.007005 10.0.0.23 - - [2025-12-18 03:00:49] "GET /virtual-machine-interface/1b74333f-de27-46fb-9e65-1b28083dee57 HTTP/1.1" 200 3168 0.007004 10.0.0.23 - - [2025-12-18 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.23 - - [2025-12-18 03:00:49] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.23 - - [2025-12-18 03:00:49] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005029 10.0.0.23 - - [2025-12-18 03:00:49] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005529 10.0.0.23 - - [2025-12-18 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-18 03:00:50] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003730 10.0.0.23 - - [2025-12-18 03:00:50] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002975 10.0.0.23 - - [2025-12-18 03:00:50] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006226 10.0.0.23 - - [2025-12-18 03:00:56] "POST /neutron/port HTTP/1.1" 200 2284 0.018759 10.0.0.23 - - [2025-12-18 03:00:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008148 10.0.0.23 - - [2025-12-18 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.23 - - [2025-12-18 03:00:56] "GET /network-policy/1309e700-729b-46a5-b25e-35dd978c8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004348 10.0.0.23 - - [2025-12-18 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2025-12-18 03:00:56] "GET /network-policy/634fb3d1-f3bc-4256-806a-6046e9848130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.005458 10.0.0.23 - - [2025-12-18 03:00:56] "POST /neutron/network HTTP/1.1" 200 1424 0.011669 10.0.0.23 - - [2025-12-18 03:00:56] "PUT /access-control-list/43544fd9-318a-4143-9a39-849a5c8cadb2 HTTP/1.1" 200 272 0.025206 10.0.0.23 - - [2025-12-18 03:00:56] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007433 10.0.0.23 - - [2025-12-18 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.23 - - [2025-12-18 03:00:57] "GET /network-policy/16517bf7-dbe6-4084-b359-41fa95eb6214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003779 10.0.0.23 - - [2025-12-18 03:01:17] "POST /neutron/network HTTP/1.1" 200 1424 0.011317 10.0.0.23 - - [2025-12-18 03:01:18] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.014894 10.0.0.23 - - [2025-12-18 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2025-12-18 03:01:18] "GET /network-policy/19a0560c-653c-4f36-bd9e-5d6b7e94003f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005929 10.0.0.23 - - [2025-12-18 03:01:30] "POST /neutron/network HTTP/1.1" 200 1427 0.011780 10.0.0.23 - - [2025-12-18 03:01:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004438 10.0.0.23 - - [2025-12-18 03:01:30] "PUT /access-control-list/43544fd9-318a-4143-9a39-849a5c8cadb2 HTTP/1.1" 200 272 0.061472 10.0.0.23 - - [2025-12-18 03:01:31] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.009181 10.0.0.23 - - [2025-12-18 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006297 10.0.0.23 - - [2025-12-18 03:01:31] "GET /network-policy/16808516-1dcd-4a02-8268-fd7a22e488eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.004427 10.0.0.23 - - [2025-12-18 03:01:43] "POST /neutron/network HTTP/1.1" 200 1424 0.023239 10.0.0.23 - - [2025-12-18 03:01:43] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007833 10.0.0.23 - - [2025-12-18 03:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2025-12-18 03:01:43] "GET /network-policy/f773bf30-1245-4bff-b567-5afb70a07332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004612 10.0.0.23 - - [2025-12-18 03:01:43] "POST /neutron/port HTTP/1.1" 200 1201 0.019371 10.0.0.23 - - [2025-12-18 03:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006824 10.0.0.23 - - [2025-12-18 03:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.65 - - [2025-12-18 03:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.65 - - [2025-12-18 03:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.65 - - [2025-12-18 03:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-18 03:01:49] "POST /neutron/port HTTP/1.1" 200 1201 0.018854 10.0.0.50 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2025-12-18 03:01:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005120 10.0.0.50 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.50 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2025-12-18 03:01:49] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.50 - - [2025-12-18 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2025-12-18 03:01:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-12-18 03:01:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-18 03:01:53] "POST /neutron/network HTTP/1.1" 200 1424 0.011370 10.0.0.23 - - [2025-12-18 03:01:53] "PUT /access-control-list/43544fd9-318a-4143-9a39-849a5c8cadb2 HTTP/1.1" 200 272 0.016377 10.0.0.23 - - [2025-12-18 03:01:53] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.009725 10.0.0.23 - - [2025-12-18 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2025-12-18 03:01:53] "GET /network-policy/d242c211-92dd-4e1b-8a79-dea19e5e7787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003917 10.0.0.23 - - [2025-12-18 03:02:06] "POST /neutron/network HTTP/1.1" 200 1425 0.013720 10.0.0.23 - - [2025-12-18 03:02:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.021350 10.0.0.23 - - [2025-12-18 03:02:06] "POST /ref-update HTTP/1.1" 200 156 0.052721 10.0.0.23 - - [2025-12-18 03:02:06] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.009723 10.0.0.23 - - [2025-12-18 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.23 - - [2025-12-18 03:02:06] "GET /network-policy/76f9ba56-37bd-4ee8-aae7-ccdb695b06ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009588 10.0.0.23 - - [2025-12-18 03:02:16] "POST /neutron/network HTTP/1.1" 200 1425 0.013315 10.0.0.23 - - [2025-12-18 03:02:17] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008692 10.0.0.23 - - [2025-12-18 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.23 - - [2025-12-18 03:02:17] "GET /network-policy/3d7cb76b-758d-4380-99cf-ece32a8d2e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005479 10.0.0.65 - - [2025-12-18 03:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063967 10.0.0.23 - - [2025-12-18 03:02:29] "POST /neutron/network HTTP/1.1" 200 1425 0.011212 10.0.0.23 - - [2025-12-18 03:02:29] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007494 10.0.0.23 - - [2025-12-18 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.23 - - [2025-12-18 03:02:29] "GET /network-policy/618d47f0-23bc-4aef-98dc-a7cdb08c6d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005866 10.0.0.23 - - [2025-12-18 03:02:39] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007299 10.0.0.23 - - [2025-12-18 03:02:39] "POST /neutron/network HTTP/1.1" 200 1425 0.011747 10.0.0.23 - - [2025-12-18 03:02:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004483 10.0.0.23 - - [2025-12-18 03:02:39] "DELETE /access-control-list/43544fd9-318a-4143-9a39-849a5c8cadb2 HTTP/1.1" 200 115 0.084300 10.0.0.23 - - [2025-12-18 03:02:39] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.011091 10.0.0.23 - - [2025-12-18 03:02:39] "GET /virtual-machine/2a31df19-bb2e-461b-8b1e-8d125686c4ec HTTP/1.1" 200 1304 0.005304 10.0.0.23 - - [2025-12-18 03:02:40] "POST /neutron/port HTTP/1.1" 200 1201 0.017810 10.0.0.23 - - [2025-12-18 03:02:41] "GET /virtual-machine/2a31df19-bb2e-461b-8b1e-8d125686c4ec HTTP/1.1" 404 171 0.003664 10.0.0.23 - - [2025-12-18 03:02:41] "GET /virtual-machine/2a31df19-bb2e-461b-8b1e-8d125686c4ec HTTP/1.1" 404 171 0.003222 10.0.0.23 - - [2025-12-18 03:02:41] "GET /virtual-machine/2a31df19-bb2e-461b-8b1e-8d125686c4ec HTTP/1.1" 404 171 0.004025 10.0.0.23 - - [2025-12-18 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.23 - - [2025-12-18 03:02:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.23 - - [2025-12-18 03:02:42] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003610 10.0.0.23 - - [2025-12-18 03:02:42] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007126 10.0.0.23 - - [2025-12-18 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2025-12-18 03:02:42] "GET /routing-instance/4bfb868d-7a92-4d0a-be6e-9e098d987a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004971 10.0.0.23 - - [2025-12-18 03:02:42] "GET /route-target/39700bd3-dcf8-4025-8c3b-851b5b2485e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004513 10.0.0.23 - - [2025-12-18 03:02:42] "GET /obj-perms HTTP/1.1" 200 5019 0.003575 10.0.0.23 - - [2025-12-18 03:02:42] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 200 1305 0.004262 10.0.0.23 - - [2025-12-18 03:02:43] "POST /neutron/port HTTP/1.1" 200 1201 0.017980 10.0.0.23 - - [2025-12-18 03:02:44] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 404 171 0.003359 10.0.0.23 - - [2025-12-18 03:02:44] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 404 171 0.003080 10.0.0.23 - - [2025-12-18 03:02:44] "GET /virtual-machine/d486cdd5-5446-4641-b374-ab13412334a3 HTTP/1.1" 404 171 0.002930 10.0.0.23 - - [2025-12-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-18 03:02:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.23 - - [2025-12-18 03:02:45] "GET /virtual-networks?parent_id=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003437 10.0.0.23 - - [2025-12-18 03:02:45] "GET /virtual-network/7a41f447-47da-4dfd-9a96-13aa320896eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006508 10.0.0.23 - - [2025-12-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2025-12-18 03:02:45] "GET /routing-instance/19c03943-9cb4-4de4-8da6-2cf0d2eafac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005401 10.0.0.23 - - [2025-12-18 03:02:45] "GET /route-target/b46cdbac-e764-446c-8f6e-bae9697bdaff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004300 10.0.0.23 - - [2025-12-18 03:02:45] "GET /obj-perms HTTP/1.1" 200 5019 0.005096 10.0.0.65 - - [2025-12-18 03:02:45] "GET /obj-perms HTTP/1.1" 200 5019 0.004417 10.0.0.23 - - [2025-12-18 03:02:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004952 10.0.0.65 - - [2025-12-18 03:02:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004514 10.0.0.23 - - [2025-12-18 03:03:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004105 10.0.0.65 - - [2025-12-18 03:03:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004079 10.0.0.23 - - [2025-12-18 03:03:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004695 10.0.0.65 - - [2025-12-18 03:03:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004601 10.0.0.50 - - [2025-12-18 03:03:13] "GET /obj-perms HTTP/1.1" 200 5019 0.068829 10.0.0.23 - - [2025-12-18 03:03:13] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006586 10.0.0.23 - - [2025-12-18 03:03:13] "POST /neutron/network HTTP/1.1" 200 1426 0.012143 10.0.0.23 - - [2025-12-18 03:03:13] "POST /ref-update HTTP/1.1" 200 156 0.034856 10.0.0.23 - - [2025-12-18 03:03:13] "GET /virtual-network/7a0e9918-1462-4b58-9904-0200e1b342b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.029791 10.0.0.23 - - [2025-12-18 03:03:13] "DELETE /network-policy/19a0560c-653c-4f36-bd9e-5d6b7e94003f HTTP/1.1" 200 115 0.028349 10.0.0.23 - - [2025-12-18 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.65 - - [2025-12-18 03:03:13] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.23 - - [2025-12-18 03:03:13] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043008 10.0.0.23 - - [2025-12-18 03:03:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005532 10.0.0.23 - - [2025-12-18 03:03:13] "DELETE /network-policy/618d47f0-23bc-4aef-98dc-a7cdb08c6d2a HTTP/1.1" 200 115 0.025536 10.0.0.23 - - [2025-12-18 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.65 - - [2025-12-18 03:03:13] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002057 10.0.0.23 - - [2025-12-18 03:03:13] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051430 10.0.0.23 - - [2025-12-18 03:03:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005209 10.0.0.23 - - [2025-12-18 03:03:13] "DELETE /network-policy/3d7cb76b-758d-4380-99cf-ece32a8d2e74 HTTP/1.1" 200 115 0.042117 10.0.0.23 - - [2025-12-18 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005925 10.0.0.65 - - [2025-12-18 03:03:14] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.23 - - [2025-12-18 03:03:14] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044264 10.0.0.23 - - [2025-12-18 03:03:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005675 10.0.0.23 - - [2025-12-18 03:03:14] "DELETE /network-policy/76f9ba56-37bd-4ee8-aae7-ccdb695b06ea HTTP/1.1" 200 115 0.037003 10.0.0.23 - - [2025-12-18 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.65 - - [2025-12-18 03:03:14] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.23 - - [2025-12-18 03:03:14] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041246 10.0.0.23 - - [2025-12-18 03:03:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.008790 10.0.0.23 - - [2025-12-18 03:03:14] "DELETE /network-policy/d242c211-92dd-4e1b-8a79-dea19e5e7787 HTTP/1.1" 200 115 0.042807 10.0.0.23 - - [2025-12-18 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.65 - - [2025-12-18 03:03:14] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.23 - - [2025-12-18 03:03:14] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041814 10.0.0.23 - - [2025-12-18 03:03:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005742 10.0.0.23 - - [2025-12-18 03:03:14] "DELETE /network-policy/1309e700-729b-46a5-b25e-35dd978c8554 HTTP/1.1" 200 115 0.036809 10.0.0.23 - - [2025-12-18 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.65 - - [2025-12-18 03:03:14] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.23 - - [2025-12-18 03:03:14] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048802 10.0.0.23 - - [2025-12-18 03:03:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005518 10.0.0.23 - - [2025-12-18 03:03:14] "DELETE /network-policy/f773bf30-1245-4bff-b567-5afb70a07332 HTTP/1.1" 200 115 0.039052 10.0.0.23 - - [2025-12-18 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.65 - - [2025-12-18 03:03:14] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.23 - - [2025-12-18 03:03:14] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042594 10.0.0.23 - - [2025-12-18 03:03:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.009242 10.0.0.23 - - [2025-12-18 03:03:15] "DELETE /network-policy/16808516-1dcd-4a02-8268-fd7a22e488eb HTTP/1.1" 200 115 0.035759 10.0.0.23 - - [2025-12-18 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.65 - - [2025-12-18 03:03:15] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.23 - - [2025-12-18 03:03:15] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036983 10.0.0.23 - - [2025-12-18 03:03:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005188 10.0.0.23 - - [2025-12-18 03:03:15] "DELETE /network-policy/16517bf7-dbe6-4084-b359-41fa95eb6214 HTTP/1.1" 200 115 0.039372 10.0.0.23 - - [2025-12-18 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006791 10.0.0.65 - - [2025-12-18 03:03:15] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001181 10.0.0.23 - - [2025-12-18 03:03:15] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048141 10.0.0.23 - - [2025-12-18 03:03:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005921 10.0.0.23 - - [2025-12-18 03:03:15] "DELETE /network-policy/634fb3d1-f3bc-4256-806a-6046e9848130 HTTP/1.1" 200 115 0.045958 10.0.0.23 - - [2025-12-18 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.65 - - [2025-12-18 03:03:15] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.23 - - [2025-12-18 03:03:15] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035557 10.0.0.23 - - [2025-12-18 03:03:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-74895882&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005257 10.0.0.23 - - [2025-12-18 03:03:15] "POST /neutron/network HTTP/1.1" 200 1336 0.010528 10.0.0.23 - - [2025-12-18 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002841 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002540 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007860 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003357 10.0.0.65 - - [2025-12-18 03:03:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003607 10.0.0.23 - - [2025-12-18 03:03:16] "POST /neutron/network HTTP/1.1" 200 151 0.182837 10.0.0.23 - - [2025-12-18 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2025-12-18 03:03:16] "DELETE /network-ipam/8ca68b4d-4883-4dee-ba06-fb984b3be9e8 HTTP/1.1" 200 115 0.035129 10.0.0.23 - - [2025-12-18 03:03:16] "POST /fqname-to-id HTTP/1.1" 404 260 0.004584 10.0.0.65 - - [2025-12-18 03:03:16] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.65 - - [2025-12-18 03:03:16] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.042665 10.0.0.65 - - [2025-12-18 03:03:16] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.65 - - [2025-12-18 03:03:16] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?fields=security_groups HTTP/1.1" 200 1398 0.044616 10.0.0.65 - - [2025-12-18 03:03:16] "DELETE /security-group/0b24ca79-bc7a-4815-a80e-8ece2aa58d70 HTTP/1.1" 200 115 0.052955 10.0.0.65 - - [2025-12-18 03:03:16] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001181 10.0.0.65 - - [2025-12-18 03:03:16] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?fields=application_policy_sets HTTP/1.1" 200 1437 0.070673 10.0.0.23 - - [2025-12-18 03:03:16] "DELETE /access-control-list/4034932a-5bc2-47f0-8c82-cc7102e39626 HTTP/1.1" 200 115 0.068498 10.0.0.23 - - [2025-12-18 03:03:17] "DELETE /project/77534df4-9470-497f-97e8-e6e90aa68a69 HTTP/1.1" 200 115 0.436107 10.0.0.65 - - [2025-12-18 03:03:17] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.23 - - [2025-12-18 03:03:17] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?fields=projects HTTP/1.1" 200 1438 0.013251 10.0.0.65 - - [2025-12-18 03:03:18] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003799 10.0.0.65 - - [2025-12-18 03:03:18] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.65 - - [2025-12-18 03:03:18] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048705 10.0.0.65 - - [2025-12-18 03:03:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001307 10.0.0.65 - - [2025-12-18 03:03:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.010960 10.0.0.65 - - [2025-12-18 03:03:18] "POST /security-groups HTTP/1.1" 200 603 0.093893 10.0.0.65 - - [2025-12-18 03:03:18] "POST /projects HTTP/1.1" 200 609 0.327972 10.0.0.65 - - [2025-12-18 03:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.404919 10.0.0.23 - - [2025-12-18 03:03:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.015446 10.0.0.23 - - [2025-12-18 03:03:19] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.564725 10.0.0.65 - - [2025-12-18 03:03:19] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004443 10.0.0.23 - - [2025-12-18 03:03:19] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?fields=virtual_networks HTTP/1.1" 200 1055 0.060157 10.0.0.65 - - [2025-12-18 03:03:19] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.23 - - [2025-12-18 03:03:19] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.053937 10.0.0.65 - - [2025-12-18 03:03:19] "GET /projects?obj_uuids=77534df4-9470-497f-97e8-e6e90aa68a69&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.23 - - [2025-12-18 03:03:19] "GET /project/77534df4-9470-497f-97e8-e6e90aa68a69?fields=security_groups HTTP/1.1" 200 1293 0.041651 10.0.0.23 - - [2025-12-18 03:03:20] "POST /fqname-to-id HTTP/1.1" 404 182 0.033427 10.0.0.65 - - [2025-12-18 03:03:20] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002921 10.0.0.65 - - [2025-12-18 03:03:20] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.65 - - [2025-12-18 03:03:20] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009137 10.0.0.65 - - [2025-12-18 03:03:20] "POST /id-to-fqname HTTP/1.1" 200 184 0.003760 10.0.0.65 - - [2025-12-18 03:03:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.006886 10.0.0.65 - - [2025-12-18 03:03:20] "POST /security-groups HTTP/1.1" 200 585 0.082393 10.0.0.65 - - [2025-12-18 03:03:20] "POST /projects HTTP/1.1" 200 573 0.303835 10.0.0.65 - - [2025-12-18 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.344429 10.0.0.23 - - [2025-12-18 03:03:20] "POST /access-control-lists HTTP/1.1" 200 590 0.041151 10.0.0.23 - - [2025-12-18 03:03:20] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.508940 10.0.0.23 - - [2025-12-18 03:03:22] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.23 - - [2025-12-18 03:03:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2025-12-18 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.076841 10.0.0.65 - - [2025-12-18 03:03:23] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001077 10.0.0.23 - - [2025-12-18 03:03:23] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.033638 10.0.0.23 - - [2025-12-18 03:03:23] "POST /route-targets HTTP/1.1" 200 327 0.015726 10.0.0.65 - - [2025-12-18 03:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004527 10.0.0.23 - - [2025-12-18 03:03:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.277666 10.0.0.23 - - [2025-12-18 03:03:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001327 10.0.0.23 - - [2025-12-18 03:03:24] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007366 10.0.0.23 - - [2025-12-18 03:03:24] "POST /neutron/network HTTP/1.1" 200 992 0.009019 10.0.0.23 - - [2025-12-18 03:03:24] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005430 10.0.0.23 - - [2025-12-18 03:03:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.012869 10.0.0.23 - - [2025-12-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.65 - - [2025-12-18 03:03:24] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001170 10.0.0.23 - - [2025-12-18 03:03:24] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045792 10.0.0.23 - - [2025-12-18 03:03:24] "POST /ref-update HTTP/1.1" 200 156 0.026769 10.0.0.65 - - [2025-12-18 03:03:24] "POST /useragent-kv HTTP/1.1" 200 115 0.010152 10.0.0.23 - - [2025-12-18 03:03:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.210158 10.0.0.23 - - [2025-12-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.006637 10.0.0.23 - - [2025-12-18 03:03:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001331 10.0.0.23 - - [2025-12-18 03:03:25] "GET /virtual-network/16bc4f0e-3b9a-4e1f-8fb9-a4466ea3804c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007546 10.0.0.23 - - [2025-12-18 03:03:25] "POST /neutron/network HTTP/1.1" 200 992 0.008315 10.0.0.23 - - [2025-12-18 03:03:25] "GET /virtual-network/16bc4f0e-3b9a-4e1f-8fb9-a4466ea3804c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.004654 10.0.0.23 - - [2025-12-18 03:03:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.011445 10.0.0.23 - - [2025-12-18 03:03:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001173 10.0.0.65 - - [2025-12-18 03:03:26] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001354 10.0.0.23 - - [2025-12-18 03:03:26] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.060665 10.0.0.23 - - [2025-12-18 03:03:26] "POST /neutron/port HTTP/1.1" 200 117 0.006492 10.0.0.23 - - [2025-12-18 03:03:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001417 10.0.0.23 - - [2025-12-18 03:03:26] "POST /neutron/network HTTP/1.1" 200 1002 0.006530 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/port HTTP/1.1" 200 1161 0.049870 10.0.0.65 - - [2025-12-18 03:03:27] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001039 10.0.0.23 - - [2025-12-18 03:03:27] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.094879 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/network HTTP/1.1" 200 992 0.010473 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004282 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/network HTTP/1.1" 200 992 0.010784 10.0.0.23 - - [2025-12-18 03:03:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.002672 10.0.0.23 - - [2025-12-18 03:03:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008271 10.0.0.65 - - [2025-12-18 03:03:28] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001132 10.0.0.23 - - [2025-12-18 03:03:28] "POST /neutron/port HTTP/1.1" 200 1161 0.311987 10.0.0.23 - - [2025-12-18 03:03:28] "POST /neutron/port HTTP/1.1" 200 1215 0.157320 10.0.0.23 - - [2025-12-18 03:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.23 - - [2025-12-18 03:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.65 - - [2025-12-18 03:03:28] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001539 10.0.0.23 - - [2025-12-18 03:03:29] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.066493 10.0.0.23 - - [2025-12-18 03:03:29] "POST /neutron/port HTTP/1.1" 200 2260 0.028336 10.0.0.23 - - [2025-12-18 03:03:29] "POST /neutron/port HTTP/1.1" 200 1189 0.015309 10.0.0.23 - - [2025-12-18 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007331 10.0.0.23 - - [2025-12-18 03:03:29] "GET /virtual-machine/71dad06f-295c-4a51-90cd-f310adafe3b8 HTTP/1.1" 401 292 0.000320 10.0.0.23 - - [2025-12-18 03:03:29] "POST /neutron/network HTTP/1.1" 200 1002 0.010067 10.0.0.23 - - [2025-12-18 03:03:30] "GET /virtual-machine/71dad06f-295c-4a51-90cd-f310adafe3b8 HTTP/1.1" 200 1286 0.041133 10.0.0.23 - - [2025-12-18 03:03:30] "GET /virtual-machine-interface/a2318552-a3ec-46e4-8174-fcda3c2eef7e HTTP/1.1" 200 3104 0.005344 10.0.0.23 - - [2025-12-18 03:03:30] "POST /neutron/port HTTP/1.1" 200 1161 0.023148 10.0.0.23 - - [2025-12-18 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.23 - - [2025-12-18 03:03:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.23 - - [2025-12-18 03:03:30] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003236 10.0.0.23 - - [2025-12-18 03:03:30] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006810 10.0.0.23 - - [2025-12-18 03:03:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.23 - - [2025-12-18 03:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.23 - - [2025-12-18 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2025-12-18 03:03:33] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005070 10.0.0.23 - - [2025-12-18 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2025-12-18 03:03:37] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005584 10.0.0.23 - - [2025-12-18 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2025-12-18 03:03:41] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005931 10.0.0.23 - - [2025-12-18 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.23 - - [2025-12-18 03:03:45] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007659 10.0.0.23 - - [2025-12-18 03:03:46] "POST /neutron/port HTTP/1.1" 200 1189 0.015341 10.0.0.23 - - [2025-12-18 03:03:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003944 10.0.0.23 - - [2025-12-18 03:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.23 - - [2025-12-18 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2025-12-18 03:03:49] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005318 10.0.0.23 - - [2025-12-18 03:03:52] "POST /neutron/port HTTP/1.1" 200 1189 0.017575 10.0.0.23 - - [2025-12-18 03:03:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004165 10.0.0.23 - - [2025-12-18 03:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.23 - - [2025-12-18 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-12-18 03:03:53] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005322 10.0.0.23 - - [2025-12-18 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2025-12-18 03:03:57] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006084 10.0.0.23 - - [2025-12-18 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2025-12-18 03:04:02] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005991 10.0.0.65 - - [2025-12-18 03:04:03] "DELETE /project/77534df4-9470-497f-97e8-e6e90aa68a69 HTTP/1.1" 404 177 0.006552 10.0.0.65 - - [2025-12-18 03:04:03] "DELETE /project/db4d759829d5496f944faab4b292ca87 HTTP/1.1" 404 173 0.005029 10.0.0.65 - - [2025-12-18 03:04:03] "DELETE /project/77534df49470497f97e8e6e90aa68a69 HTTP/1.1" 404 173 0.005575 10.0.0.23 - - [2025-12-18 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2025-12-18 03:04:06] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.008828 10.0.0.23 - - [2025-12-18 03:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-18 03:04:10] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005404 10.0.0.23 - - [2025-12-18 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2025-12-18 03:04:12] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004721 10.0.0.23 - - [2025-12-18 03:04:12] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003201 10.0.0.23 - - [2025-12-18 03:04:12] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007469 10.0.0.23 - - [2025-12-18 03:04:12] "POST /neutron/port HTTP/1.1" 200 1189 0.026511 10.0.0.23 - - [2025-12-18 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007109 10.0.0.23 - - [2025-12-18 03:04:25] "POST /neutron/port HTTP/1.1" 200 1189 0.018127 10.0.0.23 - - [2025-12-18 03:04:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009281 10.0.0.23 - - [2025-12-18 03:04:29] "GET /obj-perms HTTP/1.1" 200 5056 0.061321 10.0.0.23 - - [2025-12-18 03:04:38] "POST /neutron/port HTTP/1.1" 200 1189 0.014680 10.0.0.23 - - [2025-12-18 03:04:38] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008157 10.0.0.23 - - [2025-12-18 03:04:38] "GET /virtual-machine/d70960ff-ce5d-4fae-aa45-df2de6083832 HTTP/1.1" 200 1287 0.007066 10.0.0.23 - - [2025-12-18 03:04:38] "GET /virtual-machine-interface/b1841a72-c321-4303-a5ee-632794e41963 HTTP/1.1" 200 3105 0.006894 10.0.0.23 - - [2025-12-18 03:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.23 - - [2025-12-18 03:04:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.23 - - [2025-12-18 03:04:38] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003572 10.0.0.23 - - [2025-12-18 03:04:38] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006899 10.0.0.23 - - [2025-12-18 03:04:39] "POST /neutron/port HTTP/1.1" 200 1189 0.016091 10.0.0.23 - - [2025-12-18 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-18 03:04:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003456 10.0.0.23 - - [2025-12-18 03:04:39] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002740 10.0.0.23 - - [2025-12-18 03:04:39] "GET /virtual-network/43a610a5-c052-4623-a762-738d3e0d2177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006171 10.0.0.23 - - [2025-12-18 03:04:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008677 10.0.0.23 - - [2025-12-18 03:04:45] "POST /neutron/port HTTP/1.1" 200 1189 0.016880 10.0.0.23 - - [2025-12-18 03:04:47] "POST /neutron/port HTTP/1.1" 200 1189 0.016894 10.0.0.23 - - [2025-12-18 03:04:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.23 - - [2025-12-18 03:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.23 - - [2025-12-18 03:04:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007754 10.0.0.23 - - [2025-12-18 03:04:52] "POST /neutron/network HTTP/1.1" 200 1002 0.007903 10.0.0.23 - - [2025-12-18 03:04:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013114 10.0.0.23 - - [2025-12-18 03:04:52] "POST /neutron/network HTTP/1.1" 200 992 0.008468 10.0.0.23 - - [2025-12-18 03:04:55] "POST /neutron/port HTTP/1.1" 200 1189 0.016102 10.0.0.23 - - [2025-12-18 03:04:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007695 10.0.0.23 - - [2025-12-18 03:04:55] "GET /virtual-machine/318d2ae7-1676-4adf-a5e1-fcf8c398cf41 HTTP/1.1" 200 1286 0.006663 10.0.0.23 - - [2025-12-18 03:04:55] "GET /virtual-machine-interface/fc80afb8-7e02-4b98-a5b8-e70b2da905b0 HTTP/1.1" 200 3105 0.006117 10.0.0.23 - - [2025-12-18 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2025-12-18 03:04:55] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.23 - - [2025-12-18 03:04:55] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003613 10.0.0.23 - - [2025-12-18 03:04:55] "GET /virtual-network/16bc4f0e-3b9a-4e1f-8fb9-a4466ea3804c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006073 10.0.0.23 - - [2025-12-18 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2025-12-18 03:04:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004269 10.0.0.23 - - [2025-12-18 03:04:57] "GET /virtual-networks?parent_id=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003233 10.0.0.23 - - [2025-12-18 03:04:57] "GET /virtual-network/16bc4f0e-3b9a-4e1f-8fb9-a4466ea3804c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006135 10.0.0.23 - - [2025-12-18 03:04:58] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004100 10.0.0.23 - - [2025-12-18 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2025-12-18 03:04:58] "GET /global-qos-config/d860655e-bc4e-4bb5-9c8a-18d140c506de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004560 10.0.0.23 - - [2025-12-18 03:04:58] "POST /fqname-to-id HTTP/1.1" 404 222 0.004162 10.0.0.23 - - [2025-12-18 03:04:58] "POST /forwarding-classs HTTP/1.1" 200 576 0.027313 10.0.0.23 - - [2025-12-18 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 232 0.003169 10.0.0.23 - - [2025-12-18 03:04:58] "GET /forwarding-class/f835587a-7fd4-4c7b-a552-ac33bde7652f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005469 10.0.0.65 - - [2025-12-18 03:04:58] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.030793 10.0.0.23 - - [2025-12-18 03:04:58] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.080550 10.0.0.23 - - [2025-12-18 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.004164 10.0.0.23 - - [2025-12-18 03:04:59] "POST /qos-configs HTTP/1.1" 200 543 0.030818 10.0.0.23 - - [2025-12-18 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.003552 10.0.0.23 - - [2025-12-18 03:04:59] "GET /qos-config/db6d5ff2-5c60-44f4-b242-28ad661da0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004631 10.0.0.23 - - [2025-12-18 03:04:59] "GET /virtual-machine-interface/a2318552-a3ec-46e4-8174-fcda3c2eef7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006060 10.0.0.23 - - [2025-12-18 03:04:59] "POST /ref-update HTTP/1.1" 200 156 0.014432 10.0.0.23 - - [2025-12-18 03:04:59] "POST /neutron/port HTTP/1.1" 200 1189 0.017357 10.0.0.23 - - [2025-12-18 03:04:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007640 10.0.0.23 - - [2025-12-18 03:04:59] "POST /neutron/network HTTP/1.1" 200 966 0.014583 10.0.0.23 - - [2025-12-18 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001313 10.0.0.23 - - [2025-12-18 03:04:59] "GET /virtual-machine/71dad06f-295c-4a51-90cd-f310adafe3b8 HTTP/1.1" 200 1286 0.003977 10.0.0.23 - - [2025-12-18 03:04:59] "GET /virtual-machine-interface/a2318552-a3ec-46e4-8174-fcda3c2eef7e HTTP/1.1" 200 3351 0.005098 10.0.0.23 - - [2025-12-18 03:04:59] "GET /instance-ip/25b4cebd-d3f3-400d-b580-ee0b16c0e98d HTTP/1.1" 200 1628 0.005795 10.0.0.23 - - [2025-12-18 03:04:59] "GET /instance-ip/469c9d4a-444d-4a91-96ba-88fbed3b2eb7 HTTP/1.1" 200 1608 0.005586 10.0.0.23 - - [2025-12-18 03:04:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007606 10.0.0.23 - - [2025-12-18 03:05:00] "POST /neutron/port HTTP/1.1" 200 1189 0.016075 10.0.0.23 - - [2025-12-18 03:05:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009199 10.0.0.23 - - [2025-12-18 03:05:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001568 10.0.0.23 - - [2025-12-18 03:05:00] "GET /virtual-machine/d70960ff-ce5d-4fae-aa45-df2de6083832 HTTP/1.1" 200 1287 0.004477 10.0.0.23 - - [2025-12-18 03:05:00] "GET /virtual-machine-interface/b1841a72-c321-4303-a5ee-632794e41963 HTTP/1.1" 200 3105 0.005789 10.0.0.23 - - [2025-12-18 03:05:00] "GET /instance-ip/a46c3bf7-951d-4141-a5a0-1ed4b207b5fa HTTP/1.1" 200 1609 0.006394 10.0.0.23 - - [2025-12-18 03:05:00] "GET /instance-ip/b489cd31-ae68-4fac-a285-dc9b0d9f1a87 HTTP/1.1" 200 1629 0.006746 10.0.0.65 - - [2025-12-18 03:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.061144 10.0.0.23 - - [2025-12-18 03:05:49] "POST /neutron/port HTTP/1.1" 200 1189 0.015032 10.0.0.23 - - [2025-12-18 03:05:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.23 - - [2025-12-18 03:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.23 - - [2025-12-18 03:05:54] "POST /neutron/port HTTP/1.1" 200 1189 0.039811 10.0.0.23 - - [2025-12-18 03:05:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004092 10.0.0.23 - - [2025-12-18 03:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.23 - - [2025-12-18 03:06:06] "GET /virtual-machine-interface/a2318552-a3ec-46e4-8174-fcda3c2eef7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006237 10.0.0.23 - - [2025-12-18 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.020009 10.0.0.23 - - [2025-12-18 03:06:06] "DELETE /qos-config/db6d5ff2-5c60-44f4-b242-28ad661da0e5 HTTP/1.1" 200 115 0.080230 10.0.0.23 - - [2025-12-18 03:06:06] "POST /id-to-fqname HTTP/1.1" 200 232 0.002372 10.0.0.23 - - [2025-12-18 03:06:06] "DELETE /forwarding-class/f835587a-7fd4-4c7b-a552-ac33bde7652f HTTP/1.1" 200 115 0.044429 10.0.0.23 - - [2025-12-18 03:06:08] "POST /neutron/network HTTP/1.1" 200 992 0.013922 10.0.0.23 - - [2025-12-18 03:06:09] "POST /neutron/port HTTP/1.1" 200 1189 0.019431 10.0.0.23 - - [2025-12-18 03:06:09] "POST /neutron/port HTTP/1.1" 200 1215 0.028809 10.0.0.23 - - [2025-12-18 03:06:09] "POST /neutron/port HTTP/1.1" 200 151 0.341934 10.0.0.65 - - [2025-12-18 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006084 10.0.0.23 - - [2025-12-18 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005889 10.0.0.65 - - [2025-12-18 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003050 10.0.0.65 - - [2025-12-18 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.65 - - [2025-12-18 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002560 10.0.0.23 - - [2025-12-18 03:06:10] "POST /neutron/network HTTP/1.1" 200 151 0.164286 10.0.0.23 - - [2025-12-18 03:06:11] "DELETE /route-target/c4ddc1c4-64bc-4aff-a8f0-b9f7fd51b94e HTTP/1.1" 200 115 0.026126 10.0.0.65 - - [2025-12-18 03:06:11] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000978 10.0.0.23 - - [2025-12-18 03:06:11] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.100976 10.0.0.65 - - [2025-12-18 03:06:11] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000972 10.0.0.23 - - [2025-12-18 03:06:11] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?fields=virtual_networks HTTP/1.1" 200 1020 0.057326 10.0.0.65 - - [2025-12-18 03:06:11] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001032 10.0.0.23 - - [2025-12-18 03:06:11] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.052569 10.0.0.65 - - [2025-12-18 03:06:11] "GET /projects?obj_uuids=db4d7598-29d5-496f-944f-aab4b292ca87&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001021 10.0.0.23 - - [2025-12-18 03:06:11] "GET /project/db4d7598-29d5-496f-944f-aab4b292ca87?fields=security_groups HTTP/1.1" 200 1240 0.037317 10.0.0.23 - - [2025-12-18 03:06:12] "POST /fqname-to-id HTTP/1.1" 404 181 0.036687 10.0.0.65 - - [2025-12-18 03:06:12] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003265 10.0.0.65 - - [2025-12-18 03:06:12] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.65 - - [2025-12-18 03:06:12] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035765 10.0.0.65 - - [2025-12-18 03:06:12] "POST /id-to-fqname HTTP/1.1" 200 183 0.005992 10.0.0.65 - - [2025-12-18 03:06:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.008833 10.0.0.65 - - [2025-12-18 03:06:12] "POST /security-groups HTTP/1.1" 200 584 0.077837 10.0.0.65 - - [2025-12-18 03:06:12] "POST /projects HTTP/1.1" 200 571 0.292139 10.0.0.65 - - [2025-12-18 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.330636 10.0.0.23 - - [2025-12-18 03:06:12] "POST /fqname-to-id HTTP/1.1" 404 226 0.010533 10.0.0.23 - - [2025-12-18 03:06:12] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.511750 10.0.0.23 - - [2025-12-18 03:06:14] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.23 - - [2025-12-18 03:06:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000688 10.0.0.23 - - [2025-12-18 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.055992 10.0.0.65 - - [2025-12-18 03:06:16] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001041 10.0.0.23 - - [2025-12-18 03:06:16] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.043164 10.0.0.23 - - [2025-12-18 03:06:16] "POST /neutron/network HTTP/1.1" 200 117 0.038612 10.0.0.23 - - [2025-12-18 03:06:16] "POST /ref-update HTTP/1.1" 200 156 0.029403 10.0.0.23 - - [2025-12-18 03:06:16] "POST /neutron/network HTTP/1.1" 200 832 0.008460 10.0.0.23 - - [2025-12-18 03:06:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001224 10.0.0.23 - - [2025-12-18 03:06:16] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004761 10.0.0.23 - - [2025-12-18 03:06:17] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005558 10.0.0.23 - - [2025-12-18 03:06:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.008536 10.0.0.23 - - [2025-12-18 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.23 - - [2025-12-18 03:06:17] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004503 10.0.0.23 - - [2025-12-18 03:06:17] "PUT /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d HTTP/1.1" 200 264 0.061969 10.0.0.23 - - [2025-12-18 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.65 - - [2025-12-18 03:06:17] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001100 10.0.0.23 - - [2025-12-18 03:06:17] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.049174 10.0.0.23 - - [2025-12-18 03:06:17] "POST /route-targets HTTP/1.1" 200 327 0.017197 10.0.0.65 - - [2025-12-18 03:06:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.23 - - [2025-12-18 03:06:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.236177 10.0.0.23 - - [2025-12-18 03:06:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001305 10.0.0.23 - - [2025-12-18 03:06:17] "GET /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006089 10.0.0.23 - - [2025-12-18 03:06:17] "GET /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005541 10.0.0.23 - - [2025-12-18 03:06:17] "POST /neutron/network HTTP/1.1" 200 833 0.006862 10.0.0.23 - - [2025-12-18 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006329 10.0.0.23 - - [2025-12-18 03:06:17] "GET /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009428 10.0.0.23 - - [2025-12-18 03:06:17] "PUT /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410 HTTP/1.1" 200 264 0.056422 10.0.0.23 - - [2025-12-18 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001645 10.0.0.65 - - [2025-12-18 03:06:18] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.23 - - [2025-12-18 03:06:18] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.080519 10.0.0.23 - - [2025-12-18 03:06:19] "POST /neutron/network HTTP/1.1" 200 832 0.031734 10.0.0.23 - - [2025-12-18 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001434 10.0.0.23 - - [2025-12-18 03:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.006750 10.0.0.65 - - [2025-12-18 03:06:19] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000999 10.0.0.23 - - [2025-12-18 03:06:20] "POST /neutron/port HTTP/1.1" 200 1054 0.352648 10.0.0.23 - - [2025-12-18 03:06:20] "POST /neutron/port HTTP/1.1" 200 1108 0.114283 10.0.0.65 - - [2025-12-18 03:06:20] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000996 10.0.0.23 - - [2025-12-18 03:06:20] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.113331 10.0.0.23 - - [2025-12-18 03:06:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.010968 10.0.0.23 - - [2025-12-18 03:06:20] "POST /neutron/network HTTP/1.1" 200 832 0.006527 10.0.0.23 - - [2025-12-18 03:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.007547 10.0.0.23 - - [2025-12-18 03:06:21] "POST /neutron/network HTTP/1.1" 200 843 0.007781 10.0.0.23 - - [2025-12-18 03:06:21] "POST /neutron/port HTTP/1.1" 200 1055 0.014290 10.0.0.23 - - [2025-12-18 03:06:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.23 - - [2025-12-18 03:06:21] "POST /neutron/network HTTP/1.1" 200 833 0.006794 10.0.0.23 - - [2025-12-18 03:06:26] "POST /neutron/port HTTP/1.1" 200 1082 0.014519 10.0.0.23 - - [2025-12-18 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008133 10.0.0.23 - - [2025-12-18 03:06:26] "GET /virtual-machine/0ed54bd1-de09-48ec-a095-ff8a237c6609 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-18 03:06:26] "GET /virtual-machine/0ed54bd1-de09-48ec-a095-ff8a237c6609 HTTP/1.1" 200 1285 0.034203 10.0.0.23 - - [2025-12-18 03:06:26] "GET /virtual-machine-interface/3ac20313-080c-4e83-8d15-4df823fc847a HTTP/1.1" 200 2926 0.005312 10.0.0.23 - - [2025-12-18 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2025-12-18 03:06:26] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003577 10.0.0.23 - - [2025-12-18 03:06:26] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003362 10.0.0.23 - - [2025-12-18 03:06:26] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007076 10.0.0.23 - - [2025-12-18 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2025-12-18 03:06:29] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005339 10.0.0.50 - - [2025-12-18 03:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.058991 10.0.0.23 - - [2025-12-18 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.23 - - [2025-12-18 03:06:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004047 10.0.0.23 - - [2025-12-18 03:06:31] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003215 10.0.0.23 - - [2025-12-18 03:06:31] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.008376 10.0.0.23 - - [2025-12-18 03:06:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016642 10.0.0.23 - - [2025-12-18 03:06:32] "POST /neutron/port HTTP/1.1" 200 1083 0.014306 10.0.0.23 - - [2025-12-18 03:06:32] "POST /neutron/port HTTP/1.1" 200 1083 0.017191 10.0.0.23 - - [2025-12-18 03:06:32] "GET /virtual-machine/572f49d4-15cf-44a9-b5fb-0ada8441fc2d HTTP/1.1" 200 1285 0.006283 10.0.0.23 - - [2025-12-18 03:06:32] "GET /virtual-machine-interface/1019d566-f85b-4dae-be19-fd0fa2620097 HTTP/1.1" 200 2926 0.006130 10.0.0.23 - - [2025-12-18 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.23 - - [2025-12-18 03:06:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.23 - - [2025-12-18 03:06:32] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003244 10.0.0.23 - - [2025-12-18 03:06:32] "GET /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006103 10.0.0.23 - - [2025-12-18 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2025-12-18 03:06:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003958 10.0.0.23 - - [2025-12-18 03:06:33] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002649 10.0.0.23 - - [2025-12-18 03:06:33] "GET /virtual-network/67916bdb-9749-437e-bbe2-b85b1efd6410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008437 10.0.0.23 - - [2025-12-18 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008023 10.0.0.23 - - [2025-12-18 03:06:38] "POST /routing-policys HTTP/1.1" 200 534 0.044422 10.0.0.23 - - [2025-12-18 03:06:38] "GET /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.008944 10.0.0.23 - - [2025-12-18 03:06:38] "POST /ref-update HTTP/1.1" 200 156 0.030935 10.0.0.23 - - [2025-12-18 03:06:39] "PUT /virtual-network/e91e4e75-279b-4ed0-81ad-f3cfa2794e1d HTTP/1.1" 200 264 0.076901 10.0.0.23 - - [2025-12-18 03:06:43] "POST /ref-update HTTP/1.1" 200 156 0.063693 10.0.0.23 - - [2025-12-18 03:06:43] "DELETE /routing-policy/79bccb8b-044b-4f6f-b87e-15576a99fd0b HTTP/1.1" 200 115 0.060916 10.0.0.23 - - [2025-12-18 03:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.022218 10.0.0.23 - - [2025-12-18 03:06:43] "POST /neutron/port HTTP/1.1" 200 1082 0.015041 10.0.0.23 - - [2025-12-18 03:06:45] "POST /neutron/network HTTP/1.1" 200 833 0.006885 10.0.0.23 - - [2025-12-18 03:06:45] "DELETE /route-target/c5bc6de5-7f97-4da9-ad06-546bfb3991cf HTTP/1.1" 200 115 0.021135 10.0.0.65 - - [2025-12-18 03:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004124 10.0.0.23 - - [2025-12-18 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.65 - - [2025-12-18 03:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003937 10.0.0.23 - - [2025-12-18 03:06:45] "POST /neutron/network HTTP/1.1" 200 151 0.149681 10.0.0.23 - - [2025-12-18 03:06:45] "DELETE /route-target/62288d06-d434-47cf-ab74-3eb11ac0f496 HTTP/1.1" 200 115 0.030234 10.0.0.65 - - [2025-12-18 03:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.65 - - [2025-12-18 03:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-18 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.65 - - [2025-12-18 03:06:48] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001396 10.0.0.23 - - [2025-12-18 03:06:48] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.037963 10.0.0.65 - - [2025-12-18 03:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-12-18 03:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013578 10.0.0.23 - - [2025-12-18 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.261971 10.0.0.23 - - [2025-12-18 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.002135 10.0.0.23 - - [2025-12-18 03:06:49] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009535 10.0.0.65 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2025-12-18 03:06:49] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006130 10.0.0.23 - - [2025-12-18 03:06:49] "POST /neutron/network HTTP/1.1" 200 831 0.007622 10.0.0.23 - - [2025-12-18 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2025-12-18 03:06:49] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005579 10.0.0.23 - - [2025-12-18 03:06:49] "POST /route-targets HTTP/1.1" 200 323 0.020109 10.0.0.23 - - [2025-12-18 03:06:49] "PUT /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe HTTP/1.1" 200 264 0.063687 10.0.0.23 - - [2025-12-18 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008531 10.0.0.65 - - [2025-12-18 03:06:49] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001058 10.0.0.23 - - [2025-12-18 03:06:49] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.034774 10.0.0.65 - - [2025-12-18 03:06:49] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.23 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2025-12-18 03:06:49] "POST /neutron/network HTTP/1.1" 200 612 0.150527 10.0.0.23 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000313 10.0.0.23 - - [2025-12-18 03:06:49] "POST /ref-update HTTP/1.1" 200 156 0.022908 10.0.0.50 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2025-12-18 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.003575 10.0.0.23 - - [2025-12-18 03:06:49] "GET /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005278 10.0.0.50 - - [2025-12-18 03:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2025-12-18 03:06:49] "POST /neutron/network HTTP/1.1" 200 832 0.008711 10.0.0.23 - - [2025-12-18 03:06:49] "GET /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005056 10.0.0.50 - - [2025-12-18 03:06:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-12-18 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2025-12-18 03:06:50] "GET /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004790 10.0.0.23 - - [2025-12-18 03:06:50] "PUT /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480 HTTP/1.1" 200 264 0.052799 10.0.0.23 - - [2025-12-18 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001716 10.0.0.23 - - [2025-12-18 03:06:50] "POST /neutron/network HTTP/1.1" 200 841 0.006944 10.0.0.23 - - [2025-12-18 03:06:50] "DELETE /access-control-list/ffa24f1c-d701-4cfd-867f-23c774ec1784 HTTP/1.1" 200 115 0.044514 10.0.0.23 - - [2025-12-18 03:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-18 03:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.65 - - [2025-12-18 03:06:51] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001508 10.0.0.23 - - [2025-12-18 03:06:51] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.079802 10.0.0.23 - - [2025-12-18 03:06:51] "POST /neutron/port HTTP/1.1" 200 117 0.006034 10.0.0.23 - - [2025-12-18 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.23 - - [2025-12-18 03:06:51] "POST /neutron/network HTTP/1.1" 200 841 0.006351 10.0.0.23 - - [2025-12-18 03:06:52] "POST /neutron/port HTTP/1.1" 200 1053 0.014173 10.0.0.65 - - [2025-12-18 03:06:52] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001051 10.0.0.23 - - [2025-12-18 03:06:52] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.067282 10.0.0.23 - - [2025-12-18 03:06:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.23 - - [2025-12-18 03:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.23 - - [2025-12-18 03:06:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009460 10.0.0.23 - - [2025-12-18 03:06:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008409 10.0.0.23 - - [2025-12-18 03:06:53] "POST /neutron/port HTTP/1.1" 200 1054 0.015480 10.0.0.23 - - [2025-12-18 03:06:53] "POST /neutron/port HTTP/1.1" 200 1082 0.022295 10.0.0.23 - - [2025-12-18 03:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.23 - - [2025-12-18 03:06:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009192 10.0.0.23 - - [2025-12-18 03:06:58] "POST /neutron/port HTTP/1.1" 200 1081 0.022910 10.0.0.23 - - [2025-12-18 03:06:58] "GET /virtual-machine/78861508-f3d7-4b93-a1f3-9f8bf65a2fce HTTP/1.1" 200 1285 0.006633 10.0.0.23 - - [2025-12-18 03:06:58] "GET /virtual-machine-interface/3d16829c-cf4a-4b33-b8e0-1ff4c6b8480d HTTP/1.1" 200 2926 0.005663 10.0.0.23 - - [2025-12-18 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2025-12-18 03:06:58] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.23 - - [2025-12-18 03:06:58] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002418 10.0.0.23 - - [2025-12-18 03:06:58] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005673 10.0.0.23 - - [2025-12-18 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.23 - - [2025-12-18 03:07:01] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004952 10.0.0.23 - - [2025-12-18 03:07:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.033019 10.0.0.65 - - [2025-12-18 03:07:03] "DELETE /project/67eebe97b4074fa392ad09e40d708670 HTTP/1.1" 404 173 0.004205 10.0.0.65 - - [2025-12-18 03:07:03] "DELETE /project/db4d7598-29d5-496f-944f-aab4b292ca87 HTTP/1.1" 404 177 0.003592 10.0.0.23 - - [2025-12-18 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.23 - - [2025-12-18 03:07:05] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003768 10.0.0.23 - - [2025-12-18 03:07:05] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003202 10.0.0.23 - - [2025-12-18 03:07:05] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006325 10.0.0.23 - - [2025-12-18 03:07:05] "POST /neutron/port HTTP/1.1" 200 1082 0.014888 10.0.0.23 - - [2025-12-18 03:07:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007220 10.0.0.23 - - [2025-12-18 03:07:05] "GET /virtual-machine/0ca908d9-66c2-4a8c-ae99-1e2dfef8c11d HTTP/1.1" 200 1284 0.005821 10.0.0.23 - - [2025-12-18 03:07:05] "GET /virtual-machine-interface/97a1db52-89bb-4f67-830f-085c916ebee8 HTTP/1.1" 200 2926 0.005419 10.0.0.23 - - [2025-12-18 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2025-12-18 03:07:05] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003520 10.0.0.23 - - [2025-12-18 03:07:05] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003374 10.0.0.23 - - [2025-12-18 03:07:06] "GET /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007490 10.0.0.23 - - [2025-12-18 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-12-18 03:07:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003586 10.0.0.23 - - [2025-12-18 03:07:07] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003326 10.0.0.23 - - [2025-12-18 03:07:07] "GET /virtual-network/a41a89a5-9dc5-4502-9a74-9b035d1ef480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006338 10.0.0.23 - - [2025-12-18 03:07:07] "POST /routing-policys HTTP/1.1" 200 534 0.037359 10.0.0.23 - - [2025-12-18 03:07:07] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.010677 10.0.0.23 - - [2025-12-18 03:07:07] "PUT /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe HTTP/1.1" 200 264 0.076157 10.0.0.23 - - [2025-12-18 03:07:11] "POST /routing-policys HTTP/1.1" 200 534 0.032613 10.0.0.23 - - [2025-12-18 03:07:11] "GET /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006579 10.0.0.23 - - [2025-12-18 03:07:11] "PUT /virtual-network/15f17bdf-fe4b-4f94-ae71-2748cc01c5fe HTTP/1.1" 200 264 0.064819 10.0.0.23 - - [2025-12-18 03:07:11] "POST /ref-update HTTP/1.1" 200 156 0.035994 10.0.0.23 - - [2025-12-18 03:07:12] "POST /ref-update HTTP/1.1" 200 156 0.046057 10.0.0.23 - - [2025-12-18 03:07:12] "DELETE /routing-policy/bcf8fc29-0b21-490f-b176-e5cbaf1b8e74 HTTP/1.1" 200 115 0.059738 10.0.0.23 - - [2025-12-18 03:07:12] "POST /ref-update HTTP/1.1" 200 156 0.061480 10.0.0.23 - - [2025-12-18 03:07:12] "DELETE /routing-policy/feaf92d9-2f95-4915-ab06-20a3ac39e884 HTTP/1.1" 200 115 0.030827 10.0.0.23 - - [2025-12-18 03:07:12] "POST /neutron/network HTTP/1.1" 200 832 0.006994 10.0.0.23 - - [2025-12-18 03:07:13] "POST /neutron/port HTTP/1.1" 200 1108 0.011611 10.0.0.23 - - [2025-12-18 03:07:13] "POST /neutron/port HTTP/1.1" 200 1107 0.010021 10.0.0.65 - - [2025-12-18 03:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005811 10.0.0.65 - - [2025-12-18 03:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004722 10.0.0.23 - - [2025-12-18 03:07:15] "POST /neutron/network HTTP/1.1" 200 151 0.133751 10.0.0.23 - - [2025-12-18 03:07:15] "DELETE /route-target/10e075cf-2ac0-4852-83d7-b5208fcc1d6c HTTP/1.1" 200 115 0.027585 10.0.0.23 - - [2025-12-18 03:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.23 - - [2025-12-18 03:07:15] "DELETE /route-target/d3539e4e-5d3e-491e-83f9-9ca2b54fd9a5 HTTP/1.1" 200 115 0.018552 10.0.0.23 - - [2025-12-18 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.65 - - [2025-12-18 03:07:17] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000934 10.0.0.23 - - [2025-12-18 03:07:17] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.068062 10.0.0.23 - - [2025-12-18 03:07:18] "POST /neutron/network HTTP/1.1" 200 117 0.012522 10.0.0.23 - - [2025-12-18 03:07:18] "POST /neutron/network HTTP/1.1" 200 831 0.012248 10.0.0.23 - - [2025-12-18 03:07:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001188 10.0.0.23 - - [2025-12-18 03:07:18] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005009 10.0.0.23 - - [2025-12-18 03:07:18] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004945 10.0.0.23 - - [2025-12-18 03:07:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009435 10.0.0.23 - - [2025-12-18 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.23 - - [2025-12-18 03:07:18] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005434 10.0.0.23 - - [2025-12-18 03:07:18] "POST /route-targets HTTP/1.1" 200 323 0.022373 10.0.0.23 - - [2025-12-18 03:07:18] "PUT /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd HTTP/1.1" 200 264 0.081358 10.0.0.23 - - [2025-12-18 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.65 - - [2025-12-18 03:07:18] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000925 10.0.0.23 - - [2025-12-18 03:07:18] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.039352 10.0.0.23 - - [2025-12-18 03:07:19] "POST /ref-update HTTP/1.1" 200 156 0.030363 10.0.0.65 - - [2025-12-18 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010876 10.0.0.23 - - [2025-12-18 03:07:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.232552 10.0.0.23 - - [2025-12-18 03:07:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001546 10.0.0.23 - - [2025-12-18 03:07:19] "GET /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005903 10.0.0.23 - - [2025-12-18 03:07:19] "GET /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008495 10.0.0.23 - - [2025-12-18 03:07:19] "POST /neutron/network HTTP/1.1" 200 829 0.008532 10.0.0.23 - - [2025-12-18 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2025-12-18 03:07:19] "GET /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007134 10.0.0.23 - - [2025-12-18 03:07:19] "PUT /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158 HTTP/1.1" 200 264 0.075717 10.0.0.23 - - [2025-12-18 03:07:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.65 - - [2025-12-18 03:07:20] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.23 - - [2025-12-18 03:07:20] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.082948 10.0.0.23 - - [2025-12-18 03:07:20] "POST /neutron/network HTTP/1.1" 200 831 0.008427 10.0.0.23 - - [2025-12-18 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001375 10.0.0.23 - - [2025-12-18 03:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.006922 10.0.0.65 - - [2025-12-18 03:07:21] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001652 10.0.0.23 - - [2025-12-18 03:07:21] "POST /neutron/port HTTP/1.1" 200 1053 0.345269 10.0.0.23 - - [2025-12-18 03:07:22] "POST /neutron/port HTTP/1.1" 200 1107 0.132525 10.0.0.65 - - [2025-12-18 03:07:22] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000957 10.0.0.23 - - [2025-12-18 03:07:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.016944 10.0.0.23 - - [2025-12-18 03:07:22] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.100052 10.0.0.23 - - [2025-12-18 03:07:22] "POST /neutron/network HTTP/1.1" 200 831 0.008634 10.0.0.23 - - [2025-12-18 03:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.007125 10.0.0.23 - - [2025-12-18 03:07:22] "POST /neutron/network HTTP/1.1" 200 839 0.006783 10.0.0.23 - - [2025-12-18 03:07:23] "POST /neutron/port HTTP/1.1" 200 1051 0.020377 10.0.0.23 - - [2025-12-18 03:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.23 - - [2025-12-18 03:07:23] "POST /neutron/network HTTP/1.1" 200 829 0.006335 10.0.0.23 - - [2025-12-18 03:07:27] "POST /neutron/port HTTP/1.1" 200 1081 0.017230 10.0.0.23 - - [2025-12-18 03:07:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007627 10.0.0.23 - - [2025-12-18 03:07:27] "GET /virtual-machine/c4187509-87d4-4bd1-ae69-c44714c9ad71 HTTP/1.1" 200 1286 0.006659 10.0.0.23 - - [2025-12-18 03:07:27] "GET /virtual-machine-interface/91c003cd-5edb-459f-ad3a-ef3abb911950 HTTP/1.1" 200 2927 0.005713 10.0.0.23 - - [2025-12-18 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2025-12-18 03:07:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004189 10.0.0.23 - - [2025-12-18 03:07:27] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003273 10.0.0.23 - - [2025-12-18 03:07:28] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005949 10.0.0.23 - - [2025-12-18 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2025-12-18 03:07:31] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005681 10.0.0.23 - - [2025-12-18 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2025-12-18 03:07:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003406 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002822 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005969 10.0.0.23 - - [2025-12-18 03:07:33] "POST /neutron/port HTTP/1.1" 200 1079 0.015858 10.0.0.23 - - [2025-12-18 03:07:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007369 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-machine/a0bdb0fa-7bac-4beb-9609-603a9096d678 HTTP/1.1" 200 1286 0.006273 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-machine-interface/54a64e91-82e2-4568-b65a-8e6f24184ee2 HTTP/1.1" 200 2926 0.005886 10.0.0.23 - - [2025-12-18 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2025-12-18 03:07:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004978 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003252 10.0.0.23 - - [2025-12-18 03:07:33] "GET /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006270 10.0.0.23 - - [2025-12-18 03:07:34] "POST /neutron/port HTTP/1.1" 200 1079 0.015362 10.0.0.23 - - [2025-12-18 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2025-12-18 03:07:34] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.23 - - [2025-12-18 03:07:34] "GET /virtual-networks?parent_id=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002918 10.0.0.23 - - [2025-12-18 03:07:34] "GET /virtual-network/af006d50-6e41-44f1-a16d-6b00cecf1158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007943 10.0.0.23 - - [2025-12-18 03:07:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008141 10.0.0.23 - - [2025-12-18 03:07:40] "POST /interface-route-tables HTTP/1.1" 200 574 0.025071 10.0.0.23 - - [2025-12-18 03:07:40] "GET /interface-route-table/1e234d74-7c1d-461f-a2e6-348733bc96cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.005323 10.0.0.23 - - [2025-12-18 03:07:40] "GET /virtual-machine-interface/91c003cd-5edb-459f-ad3a-ef3abb911950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005710 10.0.0.23 - - [2025-12-18 03:07:40] "POST /ref-update HTTP/1.1" 200 156 0.013107 10.0.0.23 - - [2025-12-18 03:07:40] "POST /routing-policys HTTP/1.1" 200 534 0.029395 10.0.0.23 - - [2025-12-18 03:07:40] "GET /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006002 10.0.0.23 - - [2025-12-18 03:07:40] "PUT /virtual-network/0d380878-bfca-47cd-8825-984e19ec5fdd HTTP/1.1" 200 264 0.058072 10.0.0.23 - - [2025-12-18 03:07:44] "POST /ref-update HTTP/1.1" 200 156 0.055774 10.0.0.23 - - [2025-12-18 03:07:44] "DELETE /routing-policy/4bb67415-c110-46a4-8ad4-39bd5a8f857e HTTP/1.1" 200 115 0.058699 10.0.0.23 - - [2025-12-18 03:07:44] "POST /ref-update HTTP/1.1" 500 213 0.098289 10.0.0.23 - - [2025-12-18 03:07:45] "POST /neutron/port HTTP/1.1" 200 1079 0.015616 10.0.0.23 - - [2025-12-18 03:07:45] "POST /neutron/port HTTP/1.1" 200 1081 0.018037 10.0.0.23 - - [2025-12-18 03:07:46] "POST /neutron/network HTTP/1.1" 200 829 0.006823 10.0.0.23 - - [2025-12-18 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006300 10.0.0.65 - - [2025-12-18 03:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002777 10.0.0.65 - - [2025-12-18 03:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002269 10.0.0.23 - - [2025-12-18 03:07:47] "POST /neutron/network HTTP/1.1" 200 151 0.146502 10.0.0.23 - - [2025-12-18 03:07:47] "DELETE /route-target/9a25e93c-bb2e-4207-b08d-37094c8839fd HTTP/1.1" 200 115 0.032922 10.0.0.65 - - [2025-12-18 03:07:48] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.23 - - [2025-12-18 03:07:48] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.037336 10.0.0.65 - - [2025-12-18 03:07:48] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.23 - - [2025-12-18 03:07:48] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=virtual_networks HTTP/1.1" 200 1017 0.053368 10.0.0.65 - - [2025-12-18 03:07:48] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001221 10.0.0.23 - - [2025-12-18 03:07:48] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.039451 10.0.0.65 - - [2025-12-18 03:07:48] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001528 10.0.0.23 - - [2025-12-18 03:07:48] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=security_groups HTTP/1.1" 200 1236 0.036796 10.0.0.23 - - [2025-12-18 03:07:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.028370 10.0.0.65 - - [2025-12-18 03:07:49] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003103 10.0.0.65 - - [2025-12-18 03:07:49] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002107 10.0.0.65 - - [2025-12-18 03:07:49] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009059 10.0.0.65 - - [2025-12-18 03:07:50] "POST /id-to-fqname HTTP/1.1" 200 194 0.006933 10.0.0.65 - - [2025-12-18 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.003973 10.0.0.65 - - [2025-12-18 03:07:50] "POST /security-groups HTTP/1.1" 200 595 0.033859 10.0.0.23 - - [2025-12-18 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 238 0.002737 10.0.0.65 - - [2025-12-18 03:07:50] "POST /projects HTTP/1.1" 200 593 0.247280 10.0.0.65 - - [2025-12-18 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.337648 10.0.0.23 - - [2025-12-18 03:07:50] "POST /access-control-lists HTTP/1.1" 200 598 0.027065 10.0.0.23 - - [2025-12-18 03:07:50] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.480472 10.0.0.23 - - [2025-12-18 03:07:51] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.23 - - [2025-12-18 03:07:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2025-12-18 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.034127 10.0.0.65 - - [2025-12-18 03:07:53] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002264 10.0.0.23 - - [2025-12-18 03:07:53] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.070744 10.0.0.23 - - [2025-12-18 03:07:54] "POST /route-targets HTTP/1.1" 200 327 0.018672 10.0.0.65 - - [2025-12-18 03:07:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007689 10.0.0.23 - - [2025-12-18 03:07:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.328899 10.0.0.23 - - [2025-12-18 03:07:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.001381 10.0.0.23 - - [2025-12-18 03:07:54] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005286 10.0.0.23 - - [2025-12-18 03:07:54] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005453 10.0.0.23 - - [2025-12-18 03:07:54] "POST /neutron/network HTTP/1.1" 200 833 0.007694 10.0.0.23 - - [2025-12-18 03:07:54] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006017 10.0.0.23 - - [2025-12-18 03:07:55] "GET /obj-perms HTTP/1.1" 200 5038 0.061720 10.0.0.23 - - [2025-12-18 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-18 03:07:56] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007078 10.0.0.23 - - [2025-12-18 03:07:56] "PUT /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412 HTTP/1.1" 200 264 0.070113 10.0.0.23 - - [2025-12-18 03:07:56] "POST /ref-update HTTP/1.1" 200 156 0.044389 10.0.0.23 - - [2025-12-18 03:08:01] "POST /id-to-fqname HTTP/1.1" 200 226 0.001527 10.0.0.65 - - [2025-12-18 03:08:02] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001369 10.0.0.23 - - [2025-12-18 03:08:02] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066350 10.0.0.23 - - [2025-12-18 03:08:02] "POST /neutron/network HTTP/1.1" 200 833 0.007291 10.0.0.23 - - [2025-12-18 03:08:02] "POST /neutron/port HTTP/1.1" 200 117 0.006880 10.0.0.65 - - [2025-12-18 03:08:03] "DELETE /project/1168d97f4fff43e595005564a9e37a02 HTTP/1.1" 404 173 0.004084 10.0.0.65 - - [2025-12-18 03:08:03] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.65 - - [2025-12-18 03:08:03] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.057662 10.0.0.65 - - [2025-12-18 03:08:03] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001188 10.0.0.65 - - [2025-12-18 03:08:03] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=security_groups HTTP/1.1" 200 1087 0.069945 10.0.0.65 - - [2025-12-18 03:08:03] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002053 10.0.0.65 - - [2025-12-18 03:08:03] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=application_policy_sets HTTP/1.1" 200 1380 0.066262 10.0.0.65 - - [2025-12-18 03:08:03] "DELETE /project/67eebe97-b407-4fa3-92ad-09e40d708670 HTTP/1.1" 409 278 0.297211 10.0.0.23 - - [2025-12-18 03:08:03] "POST /neutron/port HTTP/1.1" 200 1065 0.015800 10.0.0.23 - - [2025-12-18 03:08:03] "POST /neutron/port HTTP/1.1" 200 1093 0.020115 10.0.0.23 - - [2025-12-18 03:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.23 - - [2025-12-18 03:08:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008984 10.0.0.23 - - [2025-12-18 03:08:08] "POST /neutron/port HTTP/1.1" 200 1093 0.024630 10.0.0.23 - - [2025-12-18 03:08:08] "GET /virtual-machine/7acbfe98-f483-4553-8658-2c20e94b41ef HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-18 03:08:08] "GET /virtual-machine/7acbfe98-f483-4553-8658-2c20e94b41ef HTTP/1.1" 200 1295 0.032092 10.0.0.23 - - [2025-12-18 03:08:08] "GET /virtual-machine-interface/e3bdc4ad-338c-4f89-b65a-8f3074adeff8 HTTP/1.1" 200 2967 0.005582 10.0.0.23 - - [2025-12-18 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.23 - - [2025-12-18 03:08:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003876 10.0.0.23 - - [2025-12-18 03:08:08] "GET /virtual-networks?parent_id=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003486 10.0.0.23 - - [2025-12-18 03:08:08] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.008352 10.0.0.23 - - [2025-12-18 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-18 03:08:11] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004747 10.0.0.23 - - [2025-12-18 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.23 - - [2025-12-18 03:08:15] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006924 10.0.0.23 - - [2025-12-18 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.23 - - [2025-12-18 03:08:20] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006162 10.0.0.23 - - [2025-12-18 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-12-18 03:08:24] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005842 10.0.0.23 - - [2025-12-18 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2025-12-18 03:08:28] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005950 10.0.0.23 - - [2025-12-18 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.23 - - [2025-12-18 03:08:32] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005528 10.0.0.65 - - [2025-12-18 03:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.051973 10.0.0.23 - - [2025-12-18 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-12-18 03:08:36] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006231 10.0.0.23 - - [2025-12-18 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2025-12-18 03:08:40] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005456 10.0.0.23 - - [2025-12-18 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.23 - - [2025-12-18 03:08:44] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005920 10.0.0.23 - - [2025-12-18 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2025-12-18 03:08:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.23 - - [2025-12-18 03:08:48] "GET /virtual-networks?parent_id=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003001 10.0.0.23 - - [2025-12-18 03:08:48] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007234 10.0.0.23 - - [2025-12-18 03:08:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008290 10.0.0.23 - - [2025-12-18 03:08:49] "POST /neutron/network HTTP/1.1" 200 843 0.034465 10.0.0.23 - - [2025-12-18 03:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.001690 10.0.0.23 - - [2025-12-18 03:08:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007301 10.0.0.23 - - [2025-12-18 03:08:59] "POST /neutron/port HTTP/1.1" 200 1093 0.015866 10.0.0.23 - - [2025-12-18 03:09:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008639 10.0.0.23 - - [2025-12-18 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2025-12-18 03:09:09] "GET /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005704 10.0.0.23 - - [2025-12-18 03:09:09] "PUT /virtual-network/1d14b67c-cf65-4940-a7e9-21aa11721412 HTTP/1.1" 200 264 0.053170 10.0.0.23 - - [2025-12-18 03:09:09] "DELETE /route-target/b98f2793-f20a-4297-a13f-7b2d6e0a3545 HTTP/1.1" 200 115 0.039638 10.0.0.23 - - [2025-12-18 03:09:15] "POST /neutron/port HTTP/1.1" 200 1093 0.017794 10.0.0.23 - - [2025-12-18 03:09:16] "POST /neutron/network HTTP/1.1" 200 833 0.009281 10.0.0.23 - - [2025-12-18 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.65 - - [2025-12-18 03:09:19] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.23 - - [2025-12-18 03:09:20] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045316 10.0.0.65 - - [2025-12-18 03:09:20] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001152 10.0.0.23 - - [2025-12-18 03:09:20] "POST /neutron/network HTTP/1.1" 200 613 0.150639 10.0.0.23 - - [2025-12-18 03:09:20] "POST /route-targets HTTP/1.1" 200 327 0.024335 10.0.0.23 - - [2025-12-18 03:09:20] "POST /id-to-fqname HTTP/1.1" 200 226 0.003692 10.0.0.23 - - [2025-12-18 03:09:20] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006190 10.0.0.23 - - [2025-12-18 03:09:20] "POST /neutron/network HTTP/1.1" 200 831 0.006630 10.0.0.23 - - [2025-12-18 03:09:20] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005322 10.0.0.23 - - [2025-12-18 03:09:20] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007588 10.0.0.50 - - [2025-12-18 03:09:21] "GET /obj-perms HTTP/1.1" 200 5038 0.071740 10.0.0.23 - - [2025-12-18 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 03:09:21] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005709 10.0.0.23 - - [2025-12-18 03:09:21] "PUT /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463 HTTP/1.1" 200 264 0.052463 10.0.0.23 - - [2025-12-18 03:09:21] "POST /ref-update HTTP/1.1" 200 156 0.030152 10.0.0.23 - - [2025-12-18 03:09:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001433 10.0.0.23 - - [2025-12-18 03:09:26] "POST /neutron/network HTTP/1.1" 200 841 0.007801 10.0.0.65 - - [2025-12-18 03:09:27] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000996 10.0.0.23 - - [2025-12-18 03:09:27] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.082458 10.0.0.23 - - [2025-12-18 03:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.007123 10.0.0.65 - - [2025-12-18 03:09:28] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001032 10.0.0.23 - - [2025-12-18 03:09:28] "POST /neutron/port HTTP/1.1" 200 1063 0.285449 10.0.0.23 - - [2025-12-18 03:09:28] "POST /neutron/port HTTP/1.1" 200 1117 0.114900 10.0.0.23 - - [2025-12-18 03:09:28] "POST /neutron/subnet HTTP/1.1" 200 693 0.009195 10.0.0.23 - - [2025-12-18 03:09:32] "POST /neutron/port HTTP/1.1" 200 1091 0.017810 10.0.0.23 - - [2025-12-18 03:09:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008547 10.0.0.23 - - [2025-12-18 03:09:32] "GET /virtual-machine/dafee6bb-baaa-458f-a13f-2ccae10c6423 HTTP/1.1" 200 1297 0.006465 10.0.0.23 - - [2025-12-18 03:09:32] "GET /virtual-machine-interface/eadb55af-486b-4fe1-a51e-069f258d51f9 HTTP/1.1" 200 2967 0.007053 10.0.0.23 - - [2025-12-18 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.23 - - [2025-12-18 03:09:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004054 10.0.0.23 - - [2025-12-18 03:09:33] "GET /virtual-networks?parent_id=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002930 10.0.0.23 - - [2025-12-18 03:09:33] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006167 10.0.0.23 - - [2025-12-18 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2025-12-18 03:09:36] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005341 10.0.0.23 - - [2025-12-18 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.23 - - [2025-12-18 03:09:40] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005489 10.0.0.23 - - [2025-12-18 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.23 - - [2025-12-18 03:09:44] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005906 10.0.0.23 - - [2025-12-18 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2025-12-18 03:09:48] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006145 10.0.0.23 - - [2025-12-18 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-18 03:09:52] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005679 10.0.0.23 - - [2025-12-18 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2025-12-18 03:09:56] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005954 10.0.0.23 - - [2025-12-18 03:09:59] "POST /neutron/port HTTP/1.1" 200 1091 0.015785 10.0.0.23 - - [2025-12-18 03:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911 10.0.0.23 - - [2025-12-18 03:09:59] "POST /neutron/network HTTP/1.1" 200 831 0.008803 10.0.0.23 - - [2025-12-18 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005218 10.0.0.23 - - [2025-12-18 03:10:00] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005694 10.0.0.23 - - [2025-12-18 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.23 - - [2025-12-18 03:10:04] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005569 10.0.0.23 - - [2025-12-18 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-18 03:10:08] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006155 10.0.0.23 - - [2025-12-18 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.23 - - [2025-12-18 03:10:13] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005538 10.0.0.23 - - [2025-12-18 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2025-12-18 03:10:17] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006138 10.0.0.23 - - [2025-12-18 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2025-12-18 03:10:21] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006053 10.0.0.23 - - [2025-12-18 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.23 - - [2025-12-18 03:10:25] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007359 10.0.0.23 - - [2025-12-18 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.23 - - [2025-12-18 03:10:29] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005096 10.0.0.23 - - [2025-12-18 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2025-12-18 03:10:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003971 10.0.0.23 - - [2025-12-18 03:10:31] "GET /virtual-networks?parent_id=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003011 10.0.0.23 - - [2025-12-18 03:10:31] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005814 10.0.0.23 - - [2025-12-18 03:10:33] "GET /obj-perms HTTP/1.1" 200 5056 0.057771 10.0.0.23 - - [2025-12-18 03:10:37] "POST /neutron/port HTTP/1.1" 200 1091 0.017706 10.0.0.23 - - [2025-12-18 03:10:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008176 10.0.0.23 - - [2025-12-18 03:10:48] "POST /neutron/port HTTP/1.1" 200 1091 0.019252 10.0.0.23 - - [2025-12-18 03:10:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007128 10.0.0.23 - - [2025-12-18 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.23 - - [2025-12-18 03:10:57] "GET /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007899 10.0.0.23 - - [2025-12-18 03:10:57] "PUT /virtual-network/95895a3f-2b6e-40dd-a466-87c17892d463 HTTP/1.1" 200 264 0.054957 10.0.0.23 - - [2025-12-18 03:10:57] "DELETE /route-target/e8a6f889-2f89-4376-a0a9-355e4352c2c6 HTTP/1.1" 200 115 0.044321 10.0.0.23 - - [2025-12-18 03:10:59] "POST /neutron/network HTTP/1.1" 200 841 0.033179 10.0.0.23 - - [2025-12-18 03:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.23 - - [2025-12-18 03:11:03] "POST /neutron/network HTTP/1.1" 400 204 0.014366 10.0.0.23 - - [2025-12-18 03:11:03] "POST /neutron/port HTTP/1.1" 200 151 0.211104 10.0.0.65 - - [2025-12-18 03:11:06] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.035349 10.0.0.23 - - [2025-12-18 03:11:06] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.093297 10.0.0.65 - - [2025-12-18 03:11:06] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.23 - - [2025-12-18 03:11:06] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?fields=virtual_networks HTTP/1.1" 200 1039 0.057205 10.0.0.65 - - [2025-12-18 03:11:06] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001504 10.0.0.23 - - [2025-12-18 03:11:06] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.042052 10.0.0.65 - - [2025-12-18 03:11:07] "GET /projects?obj_uuids=1168d97f-4fff-43e5-9500-5564a9e37a02&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001203 10.0.0.23 - - [2025-12-18 03:11:07] "GET /project/1168d97f-4fff-43e5-9500-5564a9e37a02?fields=security_groups HTTP/1.1" 200 1269 0.050023 10.0.0.23 - - [2025-12-18 03:11:07] "POST /fqname-to-id HTTP/1.1" 404 213 0.027762 10.0.0.65 - - [2025-12-18 03:11:08] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003525 10.0.0.65 - - [2025-12-18 03:11:08] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.65 - - [2025-12-18 03:11:08] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009201 10.0.0.65 - - [2025-12-18 03:11:08] "POST /id-to-fqname HTTP/1.1" 200 216 0.016851 10.0.0.65 - - [2025-12-18 03:11:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.012207 10.0.0.65 - - [2025-12-18 03:11:08] "POST /security-groups HTTP/1.1" 200 616 0.093690 10.0.0.23 - - [2025-12-18 03:11:08] "POST /fqname-to-id HTTP/1.1" 404 259 0.007832 10.0.0.65 - - [2025-12-18 03:11:08] "POST /projects HTTP/1.1" 200 635 0.332273 10.0.0.65 - - [2025-12-18 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.371916 10.0.0.23 - - [2025-12-18 03:11:08] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.534863 10.0.0.23 - - [2025-12-18 03:11:08] "POST /access-control-lists HTTP/1.1" 200 619 0.050087 10.0.0.23 - - [2025-12-18 03:11:09] "GET / HTTP/1.1" 200 35931 0.002993 10.0.0.23 - - [2025-12-18 03:11:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2025-12-18 03:11:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.075158 10.0.0.65 - - [2025-12-18 03:11:11] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.23 - - [2025-12-18 03:11:12] "POST /fqname-to-id HTTP/1.1" 404 280 0.007246 10.0.0.23 - - [2025-12-18 03:11:12] "PUT /access-control-list/e6cd14a5-042b-4943-9b83-3b7177ced1ff HTTP/1.1" 200 272 0.018420 10.0.0.23 - - [2025-12-18 03:11:12] "POST /neutron/security_group HTTP/1.1" 200 1427 0.431315 10.0.0.23 - - [2025-12-18 03:11:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.193813 10.0.0.23 - - [2025-12-18 03:11:12] "PUT /access-control-list/e6cd14a5-042b-4943-9b83-3b7177ced1ff HTTP/1.1" 200 272 0.013431 10.0.0.23 - - [2025-12-18 03:11:13] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.127855 10.0.0.23 - - [2025-12-18 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2025-12-18 03:11:13] "GET /security-group/12631bc3-bc1b-4579-91df-d90f68ff10b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.003265 10.0.0.23 - - [2025-12-18 03:11:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.003189 10.0.0.23 - - [2025-12-18 03:11:13] "DELETE /access-control-list/e6cd14a5-042b-4943-9b83-3b7177ced1ff HTTP/1.1" 200 115 0.034635 10.0.0.23 - - [2025-12-18 03:11:14] "POST /fqname-to-id HTTP/1.1" 404 249 0.003288 10.0.0.65 - - [2025-12-18 03:11:14] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000858 10.0.0.23 - - [2025-12-18 03:11:14] "POST /fqname-to-id HTTP/1.1" 404 280 0.008967 10.0.0.23 - - [2025-12-18 03:11:14] "PUT /access-control-list/59faccb5-fbb0-42d2-9851-24d184d67c38 HTTP/1.1" 200 272 0.027730 10.0.0.23 - - [2025-12-18 03:11:14] "POST /neutron/security_group HTTP/1.1" 200 1427 0.367747 10.0.0.23 - - [2025-12-18 03:11:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151711 10.0.0.23 - - [2025-12-18 03:11:15] "PUT /access-control-list/59faccb5-fbb0-42d2-9851-24d184d67c38 HTTP/1.1" 200 272 0.016017 10.0.0.23 - - [2025-12-18 03:11:15] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.180156 10.0.0.23 - - [2025-12-18 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.23 - - [2025-12-18 03:11:15] "GET /security-group/311dff95-9a1c-424c-a814-aeae7d3384bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.004468 10.0.0.23 - - [2025-12-18 03:11:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178710 10.0.0.23 - - [2025-12-18 03:11:15] "PUT /access-control-list/59faccb5-fbb0-42d2-9851-24d184d67c38 HTTP/1.1" 200 272 0.018403 10.0.0.23 - - [2025-12-18 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.65 - - [2025-12-18 03:11:16] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000948 10.0.0.23 - - [2025-12-18 03:11:16] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054347 10.0.0.23 - - [2025-12-18 03:11:16] "POST /neutron/network HTTP/1.1" 200 117 0.012198 10.0.0.23 - - [2025-12-18 03:11:16] "POST /ref-update HTTP/1.1" 200 156 0.028407 10.0.0.65 - - [2025-12-18 03:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004502 10.0.0.23 - - [2025-12-18 03:11:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.179536 10.0.0.23 - - [2025-12-18 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001434 10.0.0.23 - - [2025-12-18 03:11:16] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006209 10.0.0.23 - - [2025-12-18 03:11:16] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006662 10.0.0.23 - - [2025-12-18 03:11:16] "POST /neutron/network HTTP/1.1" 200 1113 0.009893 10.0.0.23 - - [2025-12-18 03:11:17] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006514 10.0.0.50 - - [2025-12-18 03:11:18] "GET /obj-perms HTTP/1.1" 200 5080 0.070033 10.0.0.65 - - [2025-12-18 03:11:18] "GET /obj-perms HTTP/1.1" 200 5080 0.063000 10.0.0.23 - - [2025-12-18 03:11:18] "POST /id-to-fqname HTTP/1.1" 200 290 0.001363 10.0.0.23 - - [2025-12-18 03:11:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008497 10.0.0.65 - - [2025-12-18 03:11:19] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001032 10.0.0.23 - - [2025-12-18 03:11:19] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.077957 10.0.0.23 - - [2025-12-18 03:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.006881 10.0.0.23 - - [2025-12-18 03:11:20] "POST /id-to-fqname HTTP/1.1" 200 290 0.001499 10.0.0.23 - - [2025-12-18 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008146 10.0.0.65 - - [2025-12-18 03:11:20] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.23 - - [2025-12-18 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 3458 0.047330 10.0.0.23 - - [2025-12-18 03:11:21] "POST /neutron/port HTTP/1.1" 200 1192 0.026935 10.0.0.65 - - [2025-12-18 03:11:21] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001136 10.0.0.23 - - [2025-12-18 03:11:21] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.090557 10.0.0.23 - - [2025-12-18 03:11:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006717 10.0.0.23 - - [2025-12-18 03:11:21] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014501 10.0.0.23 - - [2025-12-18 03:11:21] "POST /neutron/network HTTP/1.1" 200 1113 0.018579 10.0.0.23 - - [2025-12-18 03:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.009857 10.0.0.23 - - [2025-12-18 03:11:22] "POST /neutron/network HTTP/1.1" 200 1123 0.008798 10.0.0.23 - - [2025-12-18 03:11:22] "POST /neutron/port HTTP/1.1" 200 1192 0.022293 10.0.0.23 - - [2025-12-18 03:11:23] "POST /neutron/port HTTP/1.1" 200 1220 0.019812 10.0.0.23 - - [2025-12-18 03:11:23] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015939 10.0.0.23 - - [2025-12-18 03:11:23] "POST /neutron/network HTTP/1.1" 200 1113 0.012642 10.0.0.23 - - [2025-12-18 03:11:27] "POST /neutron/port HTTP/1.1" 200 1220 0.018549 10.0.0.23 - - [2025-12-18 03:11:27] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007293 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.035217 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.004503 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.006051 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.004538 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.005236 10.0.0.23 - - [2025-12-18 03:11:27] "GET /instance-ip/93e57f98-935e-4f1b-a9b5-3ba571c19992 HTTP/1.1" 200 1716 0.006333 10.0.0.23 - - [2025-12-18 03:11:27] "GET /instance-ip/afcd0d4b-0748-44e9-b173-4cfe54158e33 HTTP/1.1" 200 1736 0.006236 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.003613 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.005605 10.0.0.23 - - [2025-12-18 03:11:27] "GET /instance-ip/93e57f98-935e-4f1b-a9b5-3ba571c19992 HTTP/1.1" 200 1716 0.004242 10.0.0.23 - - [2025-12-18 03:11:27] "GET /instance-ip/afcd0d4b-0748-44e9-b173-4cfe54158e33 HTTP/1.1" 200 1736 0.006117 10.0.0.23 - - [2025-12-18 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-12-18 03:11:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007061 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003541 10.0.0.23 - - [2025-12-18 03:11:27] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007589 10.0.0.23 - - [2025-12-18 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009732 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007088 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004527 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.008120 10.0.0.23 - - [2025-12-18 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004654 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003809 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.013914 10.0.0.23 - - [2025-12-18 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003711 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006308 10.0.0.23 - - [2025-12-18 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007102 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003324 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007151 10.0.0.23 - - [2025-12-18 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003320 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006248 10.0.0.23 - - [2025-12-18 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2025-12-18 03:11:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002915 10.0.0.23 - - [2025-12-18 03:11:28] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006083 10.0.0.23 - - [2025-12-18 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2025-12-18 03:11:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005415 10.0.0.23 - - [2025-12-18 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2025-12-18 03:11:35] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006792 10.0.0.23 - - [2025-12-18 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-18 03:11:40] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005506 10.0.0.23 - - [2025-12-18 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2025-12-18 03:11:44] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005467 10.0.0.65 - - [2025-12-18 03:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.65 - - [2025-12-18 03:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-18 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.23 - - [2025-12-18 03:11:48] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005294 10.0.0.65 - - [2025-12-18 03:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.65 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.50 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.50 - - [2025-12-18 03:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-18 03:11:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-18 03:11:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-18 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2025-12-18 03:11:52] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005225 10.0.0.23 - - [2025-12-18 03:11:53] "POST /neutron/port HTTP/1.1" 200 1220 0.019503 10.0.0.23 - - [2025-12-18 03:11:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.23 - - [2025-12-18 03:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.23 - - [2025-12-18 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2025-12-18 03:11:56] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005214 10.0.0.23 - - [2025-12-18 03:11:59] "POST /neutron/port HTTP/1.1" 200 1220 0.015534 10.0.0.23 - - [2025-12-18 03:11:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004552 10.0.0.23 - - [2025-12-18 03:11:59] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.23 - - [2025-12-18 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-18 03:12:00] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005779 10.0.0.65 - - [2025-12-18 03:12:04] "DELETE /project/b96c0cf3cfe8497bafee50abf8cb05d5 HTTP/1.1" 404 173 0.033904 10.0.0.65 - - [2025-12-18 03:12:04] "DELETE /project/1168d97f-4fff-43e5-9500-5564a9e37a02 HTTP/1.1" 404 177 0.049994 10.0.0.23 - - [2025-12-18 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2025-12-18 03:12:04] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005100 10.0.0.23 - - [2025-12-18 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2025-12-18 03:12:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.23 - - [2025-12-18 03:12:06] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003099 10.0.0.23 - - [2025-12-18 03:12:06] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007051 10.0.0.23 - - [2025-12-18 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2025-12-18 03:12:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005058 10.0.0.23 - - [2025-12-18 03:12:06] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004069 10.0.0.23 - - [2025-12-18 03:12:06] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006576 10.0.0.23 - - [2025-12-18 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2025-12-18 03:12:06] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.005013 10.0.0.23 - - [2025-12-18 03:12:06] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003788 10.0.0.23 - - [2025-12-18 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-12-18 03:12:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004224 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003631 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005858 10.0.0.23 - - [2025-12-18 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.23 - - [2025-12-18 03:12:07] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.005750 10.0.0.23 - - [2025-12-18 03:12:07] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005073 10.0.0.23 - - [2025-12-18 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2025-12-18 03:12:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005056 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003528 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005679 10.0.0.23 - - [2025-12-18 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.23 - - [2025-12-18 03:12:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005181 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003589 10.0.0.23 - - [2025-12-18 03:12:07] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005915 10.0.0.23 - - [2025-12-18 03:12:07] "GET /obj-perms HTTP/1.1" 200 5080 0.067755 10.0.0.65 - - [2025-12-18 03:12:07] "GET /obj-perms HTTP/1.1" 200 5080 0.003826 10.0.0.23 - - [2025-12-18 03:12:07] "GET /obj-perms HTTP/1.1" 200 5080 0.004608 10.0.0.65 - - [2025-12-18 03:12:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004095 10.0.0.23 - - [2025-12-18 03:12:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004928 10.0.0.23 - - [2025-12-18 03:12:08] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.004155 10.0.0.23 - - [2025-12-18 03:12:08] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.005882 10.0.0.23 - - [2025-12-18 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2025-12-18 03:12:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.23 - - [2025-12-18 03:12:08] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003825 10.0.0.23 - - [2025-12-18 03:12:08] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006374 10.0.0.23 - - [2025-12-18 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.23 - - [2025-12-18 03:12:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.23 - - [2025-12-18 03:12:09] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002805 10.0.0.23 - - [2025-12-18 03:12:09] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006490 10.0.0.23 - - [2025-12-18 03:12:09] "POST /neutron/port HTTP/1.1" 200 1220 0.017772 10.0.0.23 - - [2025-12-18 03:12:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007280 10.0.0.23 - - [2025-12-18 03:12:19] "POST /neutron/port HTTP/1.1" 200 1220 0.025039 10.0.0.23 - - [2025-12-18 03:12:24] "POST /neutron/security_group HTTP/1.1" 200 1457 0.045640 10.0.0.23 - - [2025-12-18 03:12:30] "POST /neutron/port HTTP/1.1" 200 1220 0.015193 10.0.0.23 - - [2025-12-18 03:12:30] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008365 10.0.0.23 - - [2025-12-18 03:12:30] "POST /neutron/port HTTP/1.1" 200 1220 0.016805 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.006076 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.003221 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine-interface/98617efb-0414-428f-bfb5-edca85c37d0d HTTP/1.1" 200 3417 0.004471 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.003657 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine-interface/98617efb-0414-428f-bfb5-edca85c37d0d HTTP/1.1" 200 3417 0.004746 10.0.0.23 - - [2025-12-18 03:12:30] "GET /instance-ip/0eda7e20-adeb-4732-8a1b-94e622c572fc HTTP/1.1" 200 1714 0.005831 10.0.0.23 - - [2025-12-18 03:12:30] "GET /instance-ip/14a213b8-b5f5-42df-b877-f9f2c5455935 HTTP/1.1" 200 1735 0.004873 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.003487 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-machine-interface/98617efb-0414-428f-bfb5-edca85c37d0d HTTP/1.1" 200 3417 0.004436 10.0.0.23 - - [2025-12-18 03:12:30] "GET /instance-ip/0eda7e20-adeb-4732-8a1b-94e622c572fc HTTP/1.1" 200 1714 0.003944 10.0.0.23 - - [2025-12-18 03:12:30] "GET /instance-ip/14a213b8-b5f5-42df-b877-f9f2c5455935 HTTP/1.1" 200 1735 0.004211 10.0.0.23 - - [2025-12-18 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2025-12-18 03:12:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003276 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006067 10.0.0.23 - - [2025-12-18 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2025-12-18 03:12:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004758 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003301 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006176 10.0.0.23 - - [2025-12-18 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2025-12-18 03:12:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004361 10.0.0.23 - - [2025-12-18 03:12:30] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003367 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006214 10.0.0.23 - - [2025-12-18 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.23 - - [2025-12-18 03:12:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003342 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006423 10.0.0.23 - - [2025-12-18 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2025-12-18 03:12:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003191 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005315 10.0.0.23 - - [2025-12-18 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2025-12-18 03:12:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003968 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007497 10.0.0.23 - - [2025-12-18 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2025-12-18 03:12:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003628 10.0.0.23 - - [2025-12-18 03:12:31] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006358 10.0.0.23 - - [2025-12-18 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2025-12-18 03:12:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.23 - - [2025-12-18 03:12:32] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002702 10.0.0.23 - - [2025-12-18 03:12:32] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006455 10.0.0.23 - - [2025-12-18 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.23 - - [2025-12-18 03:12:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005592 10.0.0.23 - - [2025-12-18 03:12:32] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.013600 10.0.0.23 - - [2025-12-18 03:12:32] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006568 10.0.0.23 - - [2025-12-18 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2025-12-18 03:12:32] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.005147 10.0.0.23 - - [2025-12-18 03:12:32] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004617 10.0.0.23 - - [2025-12-18 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2025-12-18 03:12:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005932 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003826 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006543 10.0.0.23 - - [2025-12-18 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.23 - - [2025-12-18 03:12:33] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.004753 10.0.0.23 - - [2025-12-18 03:12:33] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004550 10.0.0.23 - - [2025-12-18 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2025-12-18 03:12:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003237 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007373 10.0.0.23 - - [2025-12-18 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.23 - - [2025-12-18 03:12:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005190 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003365 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.008733 10.0.0.65 - - [2025-12-18 03:12:33] "GET /obj-perms HTTP/1.1" 200 5080 0.004569 10.0.0.23 - - [2025-12-18 03:12:33] "GET /obj-perms HTTP/1.1" 200 5080 0.004131 10.0.0.23 - - [2025-12-18 03:12:33] "GET /obj-perms HTTP/1.1" 200 5080 0.003880 10.0.0.65 - - [2025-12-18 03:12:33] "GET /obj-perms HTTP/1.1" 200 5080 0.004254 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.003874 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-machine-interface/98617efb-0414-428f-bfb5-edca85c37d0d HTTP/1.1" 200 3417 0.006023 10.0.0.23 - - [2025-12-18 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-18 03:12:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004386 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003482 10.0.0.23 - - [2025-12-18 03:12:33] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.009768 10.0.0.23 - - [2025-12-18 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2025-12-18 03:12:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003660 10.0.0.23 - - [2025-12-18 03:12:35] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003172 10.0.0.23 - - [2025-12-18 03:12:35] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006292 10.0.0.23 - - [2025-12-18 03:12:35] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007698 10.0.0.50 - - [2025-12-18 03:12:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059249 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.004693 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.006264 10.0.0.23 - - [2025-12-18 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-12-18 03:12:40] "GET /security-group/311dff95-9a1c-424c-a814-aeae7d3384bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004192 10.0.0.23 - - [2025-12-18 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008157 10.0.0.23 - - [2025-12-18 03:12:40] "GET /security-group/311dff95-9a1c-424c-a814-aeae7d3384bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004945 10.0.0.23 - - [2025-12-18 03:12:40] "POST /neutron/port HTTP/1.1" 200 1220 0.016249 10.0.0.23 - - [2025-12-18 03:12:40] "POST /neutron/port HTTP/1.1" 200 1208 0.068063 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.003878 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3361 0.005065 10.0.0.23 - - [2025-12-18 03:12:40] "POST /neutron/port HTTP/1.1" 200 1208 0.016342 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.008271 10.0.0.23 - - [2025-12-18 03:12:40] "GET /virtual-machine-interface/c3807ea4-21c6-43bb-abdb-ca0686ed90cf HTTP/1.1" 200 3417 0.008644 10.0.0.23 - - [2025-12-18 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2025-12-18 03:12:40] "GET /security-group/311dff95-9a1c-424c-a814-aeae7d3384bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004049 10.0.0.23 - - [2025-12-18 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.23 - - [2025-12-18 03:12:41] "GET /security-group/311dff95-9a1c-424c-a814-aeae7d3384bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004972 10.0.0.23 - - [2025-12-18 03:12:41] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004989 10.0.0.23 - - [2025-12-18 03:12:54] "POST /neutron/port HTTP/1.1" 200 1220 0.016643 10.0.0.23 - - [2025-12-18 03:12:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004338 10.0.0.23 - - [2025-12-18 03:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.23 - - [2025-12-18 03:12:59] "POST /neutron/port HTTP/1.1" 200 1220 0.016093 10.0.0.23 - - [2025-12-18 03:12:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.23 - - [2025-12-18 03:12:59] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.65 - - [2025-12-18 03:13:39] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.23 - - [2025-12-18 03:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.054558 10.0.0.23 - - [2025-12-18 03:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.015196 10.0.0.23 - - [2025-12-18 03:13:39] "PUT /access-control-list/59faccb5-fbb0-42d2-9851-24d184d67c38 HTTP/1.1" 200 272 0.051471 10.0.0.23 - - [2025-12-18 03:13:39] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.111290 10.0.0.23 - - [2025-12-18 03:13:42] "POST /neutron/port HTTP/1.1" 200 1246 0.019695 10.0.0.23 - - [2025-12-18 03:13:42] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 200 1318 0.007079 10.0.0.23 - - [2025-12-18 03:13:43] "POST /neutron/port HTTP/1.1" 200 1182 0.018059 10.0.0.23 - - [2025-12-18 03:13:44] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 404 171 0.002888 10.0.0.23 - - [2025-12-18 03:13:44] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 404 171 0.003056 10.0.0.23 - - [2025-12-18 03:13:44] "GET /virtual-machine/e51e218e-a9f5-4f8b-bc48-3ba406fadf9c HTTP/1.1" 404 171 0.003579 10.0.0.23 - - [2025-12-18 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008428 10.0.0.23 - - [2025-12-18 03:13:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003759 10.0.0.23 - - [2025-12-18 03:13:45] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003621 10.0.0.23 - - [2025-12-18 03:13:45] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.008418 10.0.0.23 - - [2025-12-18 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.23 - - [2025-12-18 03:13:45] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.005071 10.0.0.23 - - [2025-12-18 03:13:45] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004642 10.0.0.23 - - [2025-12-18 03:13:45] "GET /obj-perms HTTP/1.1" 200 5080 0.004127 10.0.0.65 - - [2025-12-18 03:13:45] "GET /obj-perms HTTP/1.1" 200 5080 0.004132 10.0.0.23 - - [2025-12-18 03:13:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003982 10.0.0.65 - - [2025-12-18 03:13:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004292 10.0.0.23 - - [2025-12-18 03:13:55] "POST /neutron/port HTTP/1.1" 200 1220 0.044693 10.0.0.23 - - [2025-12-18 03:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.23 - - [2025-12-18 03:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.23 - - [2025-12-18 03:14:03] "GET /obj-perms HTTP/1.1" 200 5080 0.003866 10.0.0.65 - - [2025-12-18 03:14:03] "GET /obj-perms HTTP/1.1" 200 5080 0.004426 10.0.0.23 - - [2025-12-18 03:14:12] "GET /obj-perms HTTP/1.1" 200 5080 0.004155 10.0.0.65 - - [2025-12-18 03:14:12] "GET /obj-perms HTTP/1.1" 200 5080 0.004367 10.0.0.23 - - [2025-12-18 03:14:13] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007337 10.0.0.23 - - [2025-12-18 03:14:13] "POST /neutron/port HTTP/1.1" 200 1246 0.015342 10.0.0.23 - - [2025-12-18 03:14:13] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 200 1318 0.004341 10.0.0.23 - - [2025-12-18 03:14:13] "POST /neutron/port HTTP/1.1" 200 1208 0.017012 10.0.0.23 - - [2025-12-18 03:14:15] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 404 171 0.003843 10.0.0.23 - - [2025-12-18 03:14:15] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 404 171 0.005441 10.0.0.23 - - [2025-12-18 03:14:15] "GET /virtual-machine/95afe2f7-159f-4b5e-bb93-cba1968b521e HTTP/1.1" 404 171 0.002979 10.0.0.23 - - [2025-12-18 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2025-12-18 03:14:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005322 10.0.0.23 - - [2025-12-18 03:14:15] "GET /virtual-networks?parent_id=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003034 10.0.0.23 - - [2025-12-18 03:14:15] "GET /virtual-network/34e72197-88a7-4996-8f6a-49b386a4a21b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005796 10.0.0.23 - - [2025-12-18 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.23 - - [2025-12-18 03:14:15] "GET /routing-instance/02077bf8-6a2f-4b77-b20e-e3eb3a01fae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.004338 10.0.0.23 - - [2025-12-18 03:14:15] "GET /route-target/26885c6d-07f3-4006-85a5-a5c5426f91ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003967 10.0.0.23 - - [2025-12-18 03:14:15] "GET /obj-perms HTTP/1.1" 200 5080 0.004474 10.0.0.65 - - [2025-12-18 03:14:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003766 10.0.0.23 - - [2025-12-18 03:14:25] "GET /obj-perms HTTP/1.1" 200 5080 0.004010 10.0.0.65 - - [2025-12-18 03:14:28] "GET /obj-perms HTTP/1.1" 200 5080 0.003574 10.0.0.23 - - [2025-12-18 03:14:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004807 10.0.0.65 - - [2025-12-18 03:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051591 10.0.0.23 - - [2025-12-18 03:14:40] "GET /obj-perms HTTP/1.1" 200 5080 0.003768 10.0.0.65 - - [2025-12-18 03:14:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004181 10.0.0.23 - - [2025-12-18 03:14:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004210 10.0.0.50 - - [2025-12-18 03:14:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003927 10.0.0.65 - - [2025-12-18 03:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004803 10.0.0.23 - - [2025-12-18 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.65 - - [2025-12-18 03:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.65 - - [2025-12-18 03:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.65 - - [2025-12-18 03:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001885 10.0.0.23 - - [2025-12-18 03:14:43] "POST /neutron/network HTTP/1.1" 200 151 0.145933 10.0.0.23 - - [2025-12-18 03:14:43] "POST /fqname-to-id HTTP/1.1" 404 249 0.003536 10.0.0.23 - - [2025-12-18 03:14:44] "DELETE /access-control-list/59faccb5-fbb0-42d2-9851-24d184d67c38 HTTP/1.1" 200 115 0.032401 10.0.0.65 - - [2025-12-18 03:14:45] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001295 10.0.0.23 - - [2025-12-18 03:14:45] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.070986 10.0.0.65 - - [2025-12-18 03:14:45] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001308 10.0.0.23 - - [2025-12-18 03:14:45] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?fields=virtual_networks HTTP/1.1" 200 1082 0.034512 10.0.0.65 - - [2025-12-18 03:14:45] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001124 10.0.0.23 - - [2025-12-18 03:14:45] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.044462 10.0.0.65 - - [2025-12-18 03:14:45] "GET /projects?obj_uuids=b96c0cf3-cfe8-497b-afee-50abf8cb05d5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001042 10.0.0.23 - - [2025-12-18 03:14:45] "GET /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5?fields=security_groups HTTP/1.1" 200 1333 0.035674 10.0.0.23 - - [2025-12-18 03:14:46] "POST /fqname-to-id HTTP/1.1" 404 218 0.030997 10.0.0.65 - - [2025-12-18 03:14:46] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003327 10.0.0.65 - - [2025-12-18 03:14:46] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.65 - - [2025-12-18 03:14:46] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007662 10.0.0.65 - - [2025-12-18 03:14:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.003213 10.0.0.65 - - [2025-12-18 03:14:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.003675 10.0.0.65 - - [2025-12-18 03:14:47] "POST /security-groups HTTP/1.1" 200 621 0.078345 10.0.0.65 - - [2025-12-18 03:14:47] "POST /projects HTTP/1.1" 200 645 0.291279 10.0.0.23 - - [2025-12-18 03:14:47] "POST /fqname-to-id HTTP/1.1" 404 263 0.007682 10.0.0.65 - - [2025-12-18 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.363188 10.0.0.23 - - [2025-12-18 03:14:47] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.501363 10.0.0.23 - - [2025-12-18 03:14:48] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.23 - - [2025-12-18 03:14:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.23 - - [2025-12-18 03:14:50] "POST /fqname-to-id HTTP/1.1" 404 254 0.075715 10.0.0.23 - - [2025-12-18 03:14:50] "POST /security-groups HTTP/1.1" 200 595 0.036909 10.0.0.23 - - [2025-12-18 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.23 - - [2025-12-18 03:14:50] "POST /access-control-lists HTTP/1.1" 200 648 0.032511 10.0.0.23 - - [2025-12-18 03:14:50] "GET /security-group/ba12eace-da3f-4d50-bbf0-93f496ec19b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005803 10.0.0.23 - - [2025-12-18 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2025-12-18 03:14:50] "GET /security-group/ba12eace-da3f-4d50-bbf0-93f496ec19b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004289 10.0.0.23 - - [2025-12-18 03:14:51] "DELETE /security-group/ba12eace-da3f-4d50-bbf0-93f496ec19b1 HTTP/1.1" 200 115 0.049567 10.0.0.23 - - [2025-12-18 03:14:51] "POST /fqname-to-id HTTP/1.1" 404 254 0.003939 10.0.0.23 - - [2025-12-18 03:14:51] "DELETE /access-control-list/83d32457-72a4-4340-9332-98f25956c71f HTTP/1.1" 200 115 0.040706 10.0.0.23 - - [2025-12-18 03:14:51] "POST /fqname-to-id HTTP/1.1" 404 254 0.003625 10.0.0.23 - - [2025-12-18 03:14:51] "POST /security-groups HTTP/1.1" 200 595 0.035522 10.0.0.23 - - [2025-12-18 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2025-12-18 03:14:52] "POST /access-control-lists HTTP/1.1" 200 648 0.033667 10.0.0.23 - - [2025-12-18 03:14:52] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005190 10.0.0.23 - - [2025-12-18 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-18 03:14:52] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004498 10.0.0.23 - - [2025-12-18 03:14:52] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004927 10.0.0.23 - - [2025-12-18 03:14:52] "PUT /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223 HTTP/1.1" 200 262 0.018981 10.0.0.23 - - [2025-12-18 03:14:52] "PUT /access-control-list/336ab148-db4b-4b4f-9f46-39073ae3bc59 HTTP/1.1" 200 272 0.015131 10.0.0.23 - - [2025-12-18 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.65 - - [2025-12-18 03:14:52] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001009 10.0.0.23 - - [2025-12-18 03:14:52] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.039947 10.0.0.23 - - [2025-12-18 03:14:52] "POST /neutron/network HTTP/1.1" 200 117 0.043770 10.0.0.23 - - [2025-12-18 03:14:53] "DELETE /access-control-list/82b4dfc2-7a62-403c-aa42-c5378bc83032 HTTP/1.1" 200 115 0.065304 10.0.0.23 - - [2025-12-18 03:14:53] "POST /neutron/network HTTP/1.1" 200 953 0.016284 10.0.0.23 - - [2025-12-18 03:14:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001685 10.0.0.23 - - [2025-12-18 03:14:53] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006113 10.0.0.23 - - [2025-12-18 03:14:53] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006482 10.0.0.23 - - [2025-12-18 03:14:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.009466 10.0.0.23 - - [2025-12-18 03:14:53] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005948 10.0.0.23 - - [2025-12-18 03:14:55] "POST /id-to-fqname HTTP/1.1" 200 300 0.001351 10.0.0.65 - - [2025-12-18 03:14:55] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001100 10.0.0.23 - - [2025-12-18 03:14:55] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.063693 10.0.0.23 - - [2025-12-18 03:14:56] "POST /neutron/network HTTP/1.1" 200 953 0.035535 10.0.0.23 - - [2025-12-18 03:14:56] "POST /id-to-fqname HTTP/1.1" 200 300 0.001821 10.0.0.23 - - [2025-12-18 03:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.23 - - [2025-12-18 03:14:56] "POST /neutron/network HTTP/1.1" 200 963 0.006809 10.0.0.23 - - [2025-12-18 03:14:57] "POST /neutron/port HTTP/1.1" 200 1089 0.019943 10.0.0.65 - - [2025-12-18 03:14:57] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001157 10.0.0.23 - - [2025-12-18 03:14:57] "POST /neutron/port HTTP/1.1" 200 1118 0.016414 10.0.0.23 - - [2025-12-18 03:14:57] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.080882 10.0.0.23 - - [2025-12-18 03:14:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.010152 10.0.0.23 - - [2025-12-18 03:14:57] "POST /neutron/port HTTP/1.1" 200 1118 0.018795 10.0.0.23 - - [2025-12-18 03:14:57] "POST /neutron/port HTTP/1.1" 200 1118 0.019961 10.0.0.65 - - [2025-12-18 03:14:58] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001612 10.0.0.23 - - [2025-12-18 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 3296 0.059776 10.0.0.23 - - [2025-12-18 03:14:58] "POST /neutron/port HTTP/1.1" 200 1089 0.015315 10.0.0.23 - - [2025-12-18 03:14:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.23 - - [2025-12-18 03:14:58] "POST /neutron/network HTTP/1.1" 200 953 0.007841 10.0.0.23 - - [2025-12-18 03:15:01] "POST /neutron/network HTTP/1.1" 200 963 0.007696 10.0.0.23 - - [2025-12-18 03:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.23 - - [2025-12-18 03:15:02] "POST /neutron/security_group HTTP/1.1" 200 1290 0.011467 10.0.0.23 - - [2025-12-18 03:15:02] "POST /neutron/port HTTP/1.1" 200 1118 0.018687 10.0.0.23 - - [2025-12-18 03:15:03] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008285 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.037264 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004161 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.005674 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004724 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.005866 10.0.0.23 - - [2025-12-18 03:15:03] "GET /instance-ip/6dac8e78-486f-424a-a7b3-2b31f0e290fc HTTP/1.1" 200 1729 0.006494 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004429 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.005808 10.0.0.23 - - [2025-12-18 03:15:03] "GET /instance-ip/6dac8e78-486f-424a-a7b3-2b31f0e290fc HTTP/1.1" 200 1729 0.005739 10.0.0.23 - - [2025-12-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2025-12-18 03:15:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003710 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003395 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008031 10.0.0.23 - - [2025-12-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2025-12-18 03:15:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004738 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004419 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007573 10.0.0.23 - - [2025-12-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2025-12-18 03:15:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006525 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004199 10.0.0.23 - - [2025-12-18 03:15:03] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006317 10.0.0.23 - - [2025-12-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.23 - - [2025-12-18 03:15:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004692 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003622 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.009042 10.0.0.23 - - [2025-12-18 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2025-12-18 03:15:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004338 10.0.0.65 - - [2025-12-18 03:15:04] "DELETE /project/eba377578c5b442f8296ba7c289c8f59 HTTP/1.1" 404 173 0.003237 10.0.0.65 - - [2025-12-18 03:15:04] "DELETE /project/b96c0cf3-cfe8-497b-afee-50abf8cb05d5 HTTP/1.1" 404 177 0.006478 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008145 10.0.0.23 - - [2025-12-18 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2025-12-18 03:15:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004301 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003581 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005927 10.0.0.23 - - [2025-12-18 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2025-12-18 03:15:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004279 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003533 10.0.0.23 - - [2025-12-18 03:15:04] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008438 10.0.0.23 - - [2025-12-18 03:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2025-12-18 03:15:07] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005373 10.0.0.23 - - [2025-12-18 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.23 - - [2025-12-18 03:15:11] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005422 10.0.0.23 - - [2025-12-18 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-18 03:15:15] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005052 10.0.0.23 - - [2025-12-18 03:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.23 - - [2025-12-18 03:15:19] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008456 10.0.0.23 - - [2025-12-18 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.23 - - [2025-12-18 03:15:23] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005522 10.0.0.23 - - [2025-12-18 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2025-12-18 03:15:28] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005913 10.0.0.23 - - [2025-12-18 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2025-12-18 03:15:32] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007085 10.0.0.23 - - [2025-12-18 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.23 - - [2025-12-18 03:15:36] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005280 10.0.0.65 - - [2025-12-18 03:15:38] "GET /obj-perms HTTP/1.1" 200 5056 0.054241 10.0.0.23 - - [2025-12-18 03:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2025-12-18 03:15:40] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006373 10.0.0.23 - - [2025-12-18 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2025-12-18 03:15:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.23 - - [2025-12-18 03:15:42] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003773 10.0.0.23 - - [2025-12-18 03:15:42] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007195 10.0.0.23 - - [2025-12-18 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.23 - - [2025-12-18 03:15:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003633 10.0.0.23 - - [2025-12-18 03:15:42] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003139 10.0.0.23 - - [2025-12-18 03:15:42] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007477 10.0.0.23 - - [2025-12-18 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.23 - - [2025-12-18 03:15:42] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.010334 10.0.0.23 - - [2025-12-18 03:15:42] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004862 10.0.0.23 - - [2025-12-18 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-12-18 03:15:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003671 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003425 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008435 10.0.0.23 - - [2025-12-18 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.23 - - [2025-12-18 03:15:43] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005567 10.0.0.23 - - [2025-12-18 03:15:43] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003471 10.0.0.23 - - [2025-12-18 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-18 03:15:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013660 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006845 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006512 10.0.0.23 - - [2025-12-18 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.23 - - [2025-12-18 03:15:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004812 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003944 10.0.0.23 - - [2025-12-18 03:15:43] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006401 10.0.0.23 - - [2025-12-18 03:15:43] "GET /obj-perms HTTP/1.1" 200 5090 0.056665 10.0.0.65 - - [2025-12-18 03:15:43] "GET /obj-perms HTTP/1.1" 200 5090 0.064681 10.0.0.23 - - [2025-12-18 03:15:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004012 10.0.0.50 - - [2025-12-18 03:15:43] "GET /obj-perms HTTP/1.1" 200 5090 0.050784 10.0.0.65 - - [2025-12-18 03:15:44] "GET /obj-perms HTTP/1.1" 200 5090 0.003494 10.0.0.23 - - [2025-12-18 03:15:44] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004092 10.0.0.23 - - [2025-12-18 03:15:44] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.005000 10.0.0.23 - - [2025-12-18 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-18 03:15:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003615 10.0.0.23 - - [2025-12-18 03:15:44] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002687 10.0.0.23 - - [2025-12-18 03:15:44] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005665 10.0.0.23 - - [2025-12-18 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.23 - - [2025-12-18 03:15:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003094 10.0.0.23 - - [2025-12-18 03:15:45] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002484 10.0.0.23 - - [2025-12-18 03:15:45] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007321 10.0.0.23 - - [2025-12-18 03:15:50] "POST /neutron/port HTTP/1.1" 200 1118 0.014141 10.0.0.23 - - [2025-12-18 03:15:53] "POST /neutron/security_group HTTP/1.1" 200 1290 0.005926 10.0.0.23 - - [2025-12-18 03:15:58] "POST /neutron/port HTTP/1.1" 200 1118 0.016387 10.0.0.23 - - [2025-12-18 03:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004160 10.0.0.23 - - [2025-12-18 03:15:58] "POST /neutron/network HTTP/1.1" 200 953 0.007385 10.0.0.23 - - [2025-12-18 03:16:00] "POST /neutron/port HTTP/1.1" 200 1118 0.016117 10.0.0.23 - - [2025-12-18 03:16:04] "POST /neutron/port HTTP/1.1" 200 1118 0.044150 10.0.0.23 - - [2025-12-18 03:16:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.010544 10.0.0.23 - - [2025-12-18 03:16:06] "POST /neutron/port HTTP/1.1" 200 1118 0.015416 10.0.0.23 - - [2025-12-18 03:16:06] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006983 10.0.0.23 - - [2025-12-18 03:16:06] "POST /neutron/port HTTP/1.1" 200 1118 0.013782 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.006092 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.012244 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine-interface/d89e33d9-41ad-490d-9f57-cdf6fea16880 HTTP/1.1" 200 3263 0.006357 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.004261 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine-interface/d89e33d9-41ad-490d-9f57-cdf6fea16880 HTTP/1.1" 200 3263 0.005207 10.0.0.23 - - [2025-12-18 03:16:06] "GET /instance-ip/50b015a6-6681-4af3-ac33-16616d2b8b92 HTTP/1.1" 200 1729 0.006014 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.004021 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-machine-interface/d89e33d9-41ad-490d-9f57-cdf6fea16880 HTTP/1.1" 200 3263 0.006841 10.0.0.23 - - [2025-12-18 03:16:06] "GET /instance-ip/50b015a6-6681-4af3-ac33-16616d2b8b92 HTTP/1.1" 200 1729 0.004987 10.0.0.23 - - [2025-12-18 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.23 - - [2025-12-18 03:16:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008322 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003632 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005832 10.0.0.23 - - [2025-12-18 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009714 10.0.0.23 - - [2025-12-18 03:16:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004455 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003264 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007373 10.0.0.23 - - [2025-12-18 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-12-18 03:16:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004929 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.008186 10.0.0.23 - - [2025-12-18 03:16:06] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006204 10.0.0.23 - - [2025-12-18 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.23 - - [2025-12-18 03:16:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005560 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005243 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007524 10.0.0.23 - - [2025-12-18 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.23 - - [2025-12-18 03:16:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005413 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004172 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006895 10.0.0.23 - - [2025-12-18 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.23 - - [2025-12-18 03:16:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003789 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005801 10.0.0.23 - - [2025-12-18 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2025-12-18 03:16:07] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005135 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003392 10.0.0.23 - - [2025-12-18 03:16:07] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006337 10.0.0.23 - - [2025-12-18 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-18 03:16:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003743 10.0.0.23 - - [2025-12-18 03:16:08] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002987 10.0.0.23 - - [2025-12-18 03:16:08] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005848 10.0.0.23 - - [2025-12-18 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.23 - - [2025-12-18 03:16:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004736 10.0.0.23 - - [2025-12-18 03:16:08] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004236 10.0.0.23 - - [2025-12-18 03:16:08] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005903 10.0.0.23 - - [2025-12-18 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.23 - - [2025-12-18 03:16:09] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005120 10.0.0.23 - - [2025-12-18 03:16:09] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004556 10.0.0.23 - - [2025-12-18 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-12-18 03:16:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003278 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005753 10.0.0.23 - - [2025-12-18 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.23 - - [2025-12-18 03:16:09] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004695 10.0.0.23 - - [2025-12-18 03:16:09] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003595 10.0.0.23 - - [2025-12-18 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-12-18 03:16:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004346 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003000 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006477 10.0.0.23 - - [2025-12-18 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2025-12-18 03:16:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004076 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003320 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005515 10.0.0.23 - - [2025-12-18 03:16:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003647 10.0.0.23 - - [2025-12-18 03:16:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004438 10.0.0.65 - - [2025-12-18 03:16:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003630 10.0.0.23 - - [2025-12-18 03:16:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003764 10.0.0.65 - - [2025-12-18 03:16:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004066 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.003667 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-machine-interface/d89e33d9-41ad-490d-9f57-cdf6fea16880 HTTP/1.1" 200 3263 0.005491 10.0.0.23 - - [2025-12-18 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2025-12-18 03:16:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004718 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002899 10.0.0.23 - - [2025-12-18 03:16:09] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006696 10.0.0.23 - - [2025-12-18 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2025-12-18 03:16:11] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003740 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007244 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.005854 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.007313 10.0.0.23 - - [2025-12-18 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2025-12-18 03:16:11] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003642 10.0.0.23 - - [2025-12-18 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2025-12-18 03:16:11] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004081 10.0.0.23 - - [2025-12-18 03:16:11] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007926 10.0.0.23 - - [2025-12-18 03:16:11] "POST /neutron/port HTTP/1.1" 200 1143 0.013336 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004023 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3202 0.007298 10.0.0.23 - - [2025-12-18 03:16:11] "POST /neutron/port HTTP/1.1" 200 1079 0.023907 10.0.0.23 - - [2025-12-18 03:16:11] "POST /neutron/port HTTP/1.1" 200 1143 0.076622 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.005057 10.0.0.23 - - [2025-12-18 03:16:11] "GET /virtual-machine-interface/be24d7f2-dff6-4435-a437-3b26bbaa174d HTTP/1.1" 200 3263 0.005953 10.0.0.23 - - [2025-12-18 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2025-12-18 03:16:11] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004084 10.0.0.23 - - [2025-12-18 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.23 - - [2025-12-18 03:16:12] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005517 10.0.0.23 - - [2025-12-18 03:16:12] "DELETE /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223 HTTP/1.1" 409 336 0.009954 10.0.0.65 - - [2025-12-18 03:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.65 - - [2025-12-18 03:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.65 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.65 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2025-12-18 03:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000659 10.0.0.23 - - [2025-12-18 03:16:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-18 03:16:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2025-12-18 03:17:00] "POST /neutron/port HTTP/1.1" 200 1118 0.021260 10.0.0.23 - - [2025-12-18 03:17:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.010053 10.0.0.23 - - [2025-12-18 03:17:05] "POST /neutron/port HTTP/1.1" 200 1118 0.017231 10.0.0.23 - - [2025-12-18 03:17:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004759 10.0.0.23 - - [2025-12-18 03:17:05] "POST /neutron/network HTTP/1.1" 200 953 0.010633 10.0.0.23 - - [2025-12-18 03:18:02] "POST /neutron/network HTTP/1.1" 200 963 0.006586 10.0.0.23 - - [2025-12-18 03:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.23 - - [2025-12-18 03:18:07] "POST /neutron/port HTTP/1.1" 200 1118 0.023916 10.0.0.23 - - [2025-12-18 03:18:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.010920 10.0.0.23 - - [2025-12-18 03:18:28] "GET /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.015692 10.0.0.23 - - [2025-12-18 03:18:28] "PUT /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223 HTTP/1.1" 200 262 0.015583 10.0.0.23 - - [2025-12-18 03:18:28] "PUT /access-control-list/336ab148-db4b-4b4f-9f46-39073ae3bc59 HTTP/1.1" 200 272 0.018231 10.0.0.23 - - [2025-12-18 03:18:31] "POST /neutron/security_group HTTP/1.1" 200 1286 0.009371 10.0.0.23 - - [2025-12-18 03:18:31] "POST /neutron/port HTTP/1.1" 200 1143 0.011193 10.0.0.23 - - [2025-12-18 03:18:31] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 200 1323 0.004498 10.0.0.23 - - [2025-12-18 03:18:31] "POST /neutron/port HTTP/1.1" 200 1105 0.014950 10.0.0.23 - - [2025-12-18 03:18:33] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 404 171 0.003640 10.0.0.23 - - [2025-12-18 03:18:33] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 404 171 0.003142 10.0.0.23 - - [2025-12-18 03:18:33] "GET /virtual-machine/acea51ad-0ee2-4f30-b04d-9c93a652dd19 HTTP/1.1" 404 171 0.002596 10.0.0.23 - - [2025-12-18 03:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.23 - - [2025-12-18 03:18:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.23 - - [2025-12-18 03:18:33] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003791 10.0.0.23 - - [2025-12-18 03:18:33] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007792 10.0.0.23 - - [2025-12-18 03:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2025-12-18 03:18:33] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005193 10.0.0.23 - - [2025-12-18 03:18:33] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004019 10.0.0.23 - - [2025-12-18 03:18:33] "GET /obj-perms HTTP/1.1" 200 5090 0.005493 10.0.0.65 - - [2025-12-18 03:18:37] "GET /obj-perms HTTP/1.1" 200 5090 0.004009 10.0.0.50 - - [2025-12-18 03:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.051095 10.0.0.23 - - [2025-12-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5090 0.005500 10.0.0.65 - - [2025-12-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004666 10.0.0.23 - - [2025-12-18 03:18:43] "POST /neutron/port HTTP/1.1" 200 1118 0.014627 10.0.0.23 - - [2025-12-18 03:18:43] "POST /neutron/port HTTP/1.1" 200 1105 0.079000 10.0.0.23 - - [2025-12-18 03:18:43] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 200 1322 0.004207 10.0.0.23 - - [2025-12-18 03:18:44] "POST /neutron/port HTTP/1.1" 200 151 0.185420 10.0.0.23 - - [2025-12-18 03:18:45] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 404 171 0.003720 10.0.0.23 - - [2025-12-18 03:18:45] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 404 171 0.003246 10.0.0.23 - - [2025-12-18 03:18:45] "GET /virtual-machine/572a82b0-fe15-4976-a2e1-006e3955f3e4 HTTP/1.1" 404 171 0.005216 10.0.0.23 - - [2025-12-18 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.23 - - [2025-12-18 03:18:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.23 - - [2025-12-18 03:18:45] "GET /virtual-networks?parent_id=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003162 10.0.0.23 - - [2025-12-18 03:18:45] "GET /virtual-network/2958348a-8586-497b-a881-b636c76ee45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005650 10.0.0.23 - - [2025-12-18 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-18 03:18:45] "GET /routing-instance/89d3be41-f144-4f62-aa75-0be6cd34e2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005700 10.0.0.23 - - [2025-12-18 03:18:45] "GET /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003847 10.0.0.23 - - [2025-12-18 03:18:45] "GET /obj-perms HTTP/1.1" 200 5090 0.003991 10.0.0.65 - - [2025-12-18 03:18:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004110 10.0.0.23 - - [2025-12-18 03:18:55] "GET /obj-perms HTTP/1.1" 200 5090 0.003889 10.0.0.65 - - [2025-12-18 03:18:58] "GET /obj-perms HTTP/1.1" 200 5090 0.003855 10.0.0.23 - - [2025-12-18 03:19:04] "GET /obj-perms HTTP/1.1" 200 5090 0.005538 10.0.0.65 - - [2025-12-18 03:19:07] "GET /obj-perms HTTP/1.1" 200 5090 0.004324 10.0.0.23 - - [2025-12-18 03:19:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004071 10.0.0.65 - - [2025-12-18 03:19:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004915 10.0.0.23 - - [2025-12-18 03:19:14] "DELETE /route-target/25bb39ba-83ba-4206-99cc-d91ecf0283ac HTTP/1.1" 200 115 0.096904 10.0.0.23 - - [2025-12-18 03:19:14] "DELETE /security-group/d0cbfa79-335e-4098-be7f-62241b7c3223 HTTP/1.1" 200 115 0.043779 10.0.0.23 - - [2025-12-18 03:19:14] "POST /fqname-to-id HTTP/1.1" 404 254 0.003886 10.0.0.65 - - [2025-12-18 03:19:15] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.037964 10.0.0.23 - - [2025-12-18 03:19:16] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.082068 10.0.0.65 - - [2025-12-18 03:19:16] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001688 10.0.0.23 - - [2025-12-18 03:19:16] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?fields=virtual_networks HTTP/1.1" 200 1091 0.065140 10.0.0.65 - - [2025-12-18 03:19:16] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001004 10.0.0.23 - - [2025-12-18 03:19:16] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?fields=virtual_machine_interfaces HTTP/1.1" 200 1091 0.049389 10.0.0.65 - - [2025-12-18 03:19:16] "GET /projects?obj_uuids=eba37757-8c5b-442f-8296-ba7c289c8f59&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001224 10.0.0.23 - - [2025-12-18 03:19:16] "GET /project/eba37757-8c5b-442f-8296-ba7c289c8f59?fields=security_groups HTTP/1.1" 200 1347 0.039483 10.0.0.23 - - [2025-12-18 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 209 0.028496 10.0.0.65 - - [2025-12-18 03:19:17] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003015 10.0.0.65 - - [2025-12-18 03:19:17] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.65 - - [2025-12-18 03:19:17] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036843 10.0.0.65 - - [2025-12-18 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 212 0.002527 10.0.0.65 - - [2025-12-18 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 222 0.003639 10.0.0.65 - - [2025-12-18 03:19:17] "POST /security-groups HTTP/1.1" 200 612 0.028927 10.0.0.23 - - [2025-12-18 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 255 0.003107 10.0.0.65 - - [2025-12-18 03:19:17] "POST /projects HTTP/1.1" 200 627 0.235505 10.0.0.65 - - [2025-12-18 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.308531 10.0.0.23 - - [2025-12-18 03:19:17] "POST /access-control-lists HTTP/1.1" 200 615 0.041761 10.0.0.23 - - [2025-12-18 03:19:17] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.479299 10.0.0.23 - - [2025-12-18 03:19:18] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.23 - - [2025-12-18 03:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.23 - - [2025-12-18 03:19:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.057814 10.0.0.65 - - [2025-12-18 03:19:21] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000946 10.0.0.23 - - [2025-12-18 03:19:21] "POST /fqname-to-id HTTP/1.1" 404 276 0.018156 10.0.0.23 - - [2025-12-18 03:19:21] "PUT /access-control-list/fbbf69a9-dd97-4f68-a534-a5b49fd87cf0 HTTP/1.1" 200 272 0.022604 10.0.0.23 - - [2025-12-18 03:19:21] "POST /neutron/security_group HTTP/1.1" 200 1423 0.553827 10.0.0.23 - - [2025-12-18 03:19:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.186724 10.0.0.23 - - [2025-12-18 03:19:22] "PUT /access-control-list/fbbf69a9-dd97-4f68-a534-a5b49fd87cf0 HTTP/1.1" 200 272 0.013128 10.0.0.23 - - [2025-12-18 03:19:22] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.130587 10.0.0.23 - - [2025-12-18 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2025-12-18 03:19:22] "GET /security-group/8f45e8de-2fe3-4523-9031-b3fbc209355f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009496 10.0.0.23 - - [2025-12-18 03:19:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.002898 10.0.0.23 - - [2025-12-18 03:19:23] "DELETE /access-control-list/fbbf69a9-dd97-4f68-a534-a5b49fd87cf0 HTTP/1.1" 200 115 0.041518 10.0.0.23 - - [2025-12-18 03:19:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003648 10.0.0.65 - - [2025-12-18 03:19:23] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000921 10.0.0.23 - - [2025-12-18 03:19:23] "POST /fqname-to-id HTTP/1.1" 404 276 0.005373 10.0.0.23 - - [2025-12-18 03:19:23] "PUT /access-control-list/75d2e982-43ba-46f5-95f2-a7664b68bd3e HTTP/1.1" 200 272 0.022219 10.0.0.23 - - [2025-12-18 03:19:23] "POST /neutron/security_group HTTP/1.1" 200 1423 0.376691 10.0.0.23 - - [2025-12-18 03:19:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170175 10.0.0.23 - - [2025-12-18 03:19:24] "PUT /access-control-list/75d2e982-43ba-46f5-95f2-a7664b68bd3e HTTP/1.1" 200 272 0.015455 10.0.0.23 - - [2025-12-18 03:19:24] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.157666 10.0.0.23 - - [2025-12-18 03:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2025-12-18 03:19:24] "GET /security-group/ffa6c90d-105d-4fd9-9cae-191c6a93ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005850 10.0.0.23 - - [2025-12-18 03:19:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129317 10.0.0.23 - - [2025-12-18 03:19:25] "PUT /access-control-list/75d2e982-43ba-46f5-95f2-a7664b68bd3e HTTP/1.1" 200 272 0.018486 10.0.0.23 - - [2025-12-18 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.65 - - [2025-12-18 03:19:25] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001415 10.0.0.23 - - [2025-12-18 03:19:25] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.048374 10.0.0.23 - - [2025-12-18 03:19:25] "POST /neutron/network HTTP/1.1" 200 117 0.014203 10.0.0.23 - - [2025-12-18 03:19:25] "POST /ref-update HTTP/1.1" 200 156 0.026634 10.0.0.23 - - [2025-12-18 03:19:25] "POST /neutron/network HTTP/1.1" 200 928 0.009232 10.0.0.23 - - [2025-12-18 03:19:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001210 10.0.0.23 - - [2025-12-18 03:19:25] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004824 10.0.0.23 - - [2025-12-18 03:19:25] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005326 10.0.0.23 - - [2025-12-18 03:19:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.010143 10.0.0.23 - - [2025-12-18 03:19:26] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007082 10.0.0.23 - - [2025-12-18 03:19:26] "GET /obj-perms HTTP/1.1" 200 5072 0.057297 10.0.0.50 - - [2025-12-18 03:19:27] "GET /obj-perms HTTP/1.1" 200 5072 0.059640 10.0.0.23 - - [2025-12-18 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 282 0.001635 10.0.0.65 - - [2025-12-18 03:19:28] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001028 10.0.0.23 - - [2025-12-18 03:19:28] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.059659 10.0.0.23 - - [2025-12-18 03:19:28] "POST /neutron/network HTTP/1.1" 200 928 0.006663 10.0.0.23 - - [2025-12-18 03:19:28] "POST /id-to-fqname HTTP/1.1" 200 282 0.001370 10.0.0.23 - - [2025-12-18 03:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.006615 10.0.0.23 - - [2025-12-18 03:19:29] "POST /neutron/network HTTP/1.1" 200 938 0.009466 10.0.0.23 - - [2025-12-18 03:19:29] "POST /neutron/port HTTP/1.1" 200 1082 0.044452 10.0.0.65 - - [2025-12-18 03:19:29] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001024 10.0.0.23 - - [2025-12-18 03:19:29] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.101048 10.0.0.23 - - [2025-12-18 03:19:29] "POST /neutron/port HTTP/1.1" 200 1136 0.098991 10.0.0.23 - - [2025-12-18 03:19:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.008701 10.0.0.23 - - [2025-12-18 03:19:30] "POST /neutron/port HTTP/1.1" 200 1110 0.019381 10.0.0.23 - - [2025-12-18 03:19:30] "POST /neutron/port HTTP/1.1" 200 1110 0.014175 10.0.0.65 - - [2025-12-18 03:19:30] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001184 10.0.0.23 - - [2025-12-18 03:19:30] "POST /neutron/security_group HTTP/1.1" 200 3416 0.051730 10.0.0.23 - - [2025-12-18 03:19:31] "POST /neutron/port HTTP/1.1" 200 1082 0.014263 10.0.0.23 - - [2025-12-18 03:19:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004315 10.0.0.23 - - [2025-12-18 03:19:31] "POST /neutron/network HTTP/1.1" 200 928 0.006617 10.0.0.23 - - [2025-12-18 03:19:35] "POST /neutron/port HTTP/1.1" 200 1110 0.014655 10.0.0.23 - - [2025-12-18 03:19:35] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007676 10.0.0.23 - - [2025-12-18 03:19:35] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.037688 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.003979 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.008050 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.006392 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.005433 10.0.0.23 - - [2025-12-18 03:19:36] "GET /instance-ip/0e6ee587-8fc6-4841-8455-5718b1715811 HTTP/1.1" 200 1703 0.011456 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.005059 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.005509 10.0.0.23 - - [2025-12-18 03:19:36] "GET /instance-ip/0e6ee587-8fc6-4841-8455-5718b1715811 HTTP/1.1" 200 1703 0.007745 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005672 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004749 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006812 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006628 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003318 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006832 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004758 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003009 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006765 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005826 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003870 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006625 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006030 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004631 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006433 10.0.0.23 - - [2025-12-18 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2025-12-18 03:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004910 10.0.0.23 - - [2025-12-18 03:19:36] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003188 10.0.0.23 - - [2025-12-18 03:19:37] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009453 10.0.0.23 - - [2025-12-18 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.23 - - [2025-12-18 03:19:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005229 10.0.0.23 - - [2025-12-18 03:19:37] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003453 10.0.0.23 - - [2025-12-18 03:19:37] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007215 10.0.0.23 - - [2025-12-18 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2025-12-18 03:19:40] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005596 10.0.0.23 - - [2025-12-18 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-18 03:19:44] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005241 10.0.0.23 - - [2025-12-18 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2025-12-18 03:19:48] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005806 10.0.0.23 - - [2025-12-18 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2025-12-18 03:19:52] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005732 10.0.0.23 - - [2025-12-18 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-12-18 03:19:56] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005634 10.0.0.23 - - [2025-12-18 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2025-12-18 03:20:00] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006498 10.0.0.65 - - [2025-12-18 03:20:04] "DELETE /project/eba37757-8c5b-442f-8296-ba7c289c8f59 HTTP/1.1" 404 177 0.004771 10.0.0.65 - - [2025-12-18 03:20:04] "DELETE /project/4bf9d4d01b924e738d2b2d9c5856cf7c HTTP/1.1" 404 173 0.004048 10.0.0.23 - - [2025-12-18 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2025-12-18 03:20:04] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005558 10.0.0.23 - - [2025-12-18 03:20:05] "POST /neutron/port HTTP/1.1" 200 1110 0.017008 10.0.0.23 - - [2025-12-18 03:20:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004532 10.0.0.23 - - [2025-12-18 03:20:05] "POST /neutron/network HTTP/1.1" 200 928 0.008560 10.0.0.23 - - [2025-12-18 03:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.23 - - [2025-12-18 03:20:08] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006208 10.0.0.23 - - [2025-12-18 03:20:10] "POST /neutron/network HTTP/1.1" 200 938 0.006789 10.0.0.23 - - [2025-12-18 03:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2025-12-18 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.23 - - [2025-12-18 03:20:13] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004997 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2025-12-18 03:20:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003302 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005670 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2025-12-18 03:20:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003768 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002729 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005855 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2025-12-18 03:20:15] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004680 10.0.0.23 - - [2025-12-18 03:20:15] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003796 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.23 - - [2025-12-18 03:20:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004146 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003525 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006212 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.23 - - [2025-12-18 03:20:15] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005633 10.0.0.23 - - [2025-12-18 03:20:15] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005653 10.0.0.23 - - [2025-12-18 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2025-12-18 03:20:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005380 10.0.0.23 - - [2025-12-18 03:20:15] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003495 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008832 10.0.0.23 - - [2025-12-18 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.23 - - [2025-12-18 03:20:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005151 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003516 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005848 10.0.0.23 - - [2025-12-18 03:20:16] "GET /obj-perms HTTP/1.1" 200 5072 0.004120 10.0.0.65 - - [2025-12-18 03:20:16] "GET /obj-perms HTTP/1.1" 200 5072 0.053217 10.0.0.23 - - [2025-12-18 03:20:16] "GET /obj-perms HTTP/1.1" 200 5072 0.004992 10.0.0.65 - - [2025-12-18 03:20:16] "GET /obj-perms HTTP/1.1" 200 5072 0.003797 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.004579 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.006007 10.0.0.23 - - [2025-12-18 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-12-18 03:20:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003747 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003897 10.0.0.23 - - [2025-12-18 03:20:16] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006291 10.0.0.23 - - [2025-12-18 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2025-12-18 03:20:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.23 - - [2025-12-18 03:20:18] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002653 10.0.0.23 - - [2025-12-18 03:20:18] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005614 10.0.0.23 - - [2025-12-18 03:20:18] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008070 10.0.0.23 - - [2025-12-18 03:20:26] "POST /neutron/port HTTP/1.1" 200 1110 0.039698 10.0.0.23 - - [2025-12-18 03:20:28] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008967 10.0.0.23 - - [2025-12-18 03:20:33] "POST /neutron/port HTTP/1.1" 200 1110 0.014697 10.0.0.23 - - [2025-12-18 03:20:38] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007980 10.0.0.23 - - [2025-12-18 03:20:39] "POST /neutron/port HTTP/1.1" 200 1110 0.020395 10.0.0.23 - - [2025-12-18 03:20:39] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008697 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.006122 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.003912 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine-interface/51f6d9a5-8391-491a-a4d2-cbde2fd9223f HTTP/1.1" 200 3190 0.005595 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.004500 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine-interface/51f6d9a5-8391-491a-a4d2-cbde2fd9223f HTTP/1.1" 200 3190 0.005516 10.0.0.23 - - [2025-12-18 03:20:39] "GET /instance-ip/0c0263ab-6784-4943-a685-ade8f46a38c7 HTTP/1.1" 200 1703 0.006101 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.003712 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-machine-interface/51f6d9a5-8391-491a-a4d2-cbde2fd9223f HTTP/1.1" 200 3190 0.006609 10.0.0.23 - - [2025-12-18 03:20:39] "GET /instance-ip/0c0263ab-6784-4943-a685-ade8f46a38c7 HTTP/1.1" 200 1703 0.004169 10.0.0.23 - - [2025-12-18 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.23 - - [2025-12-18 03:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004113 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002723 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007272 10.0.0.23 - - [2025-12-18 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.23 - - [2025-12-18 03:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005438 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003042 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005727 10.0.0.23 - - [2025-12-18 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2025-12-18 03:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005041 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003538 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006059 10.0.0.23 - - [2025-12-18 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2025-12-18 03:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004692 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003835 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006567 10.0.0.23 - - [2025-12-18 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.23 - - [2025-12-18 03:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004267 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002877 10.0.0.23 - - [2025-12-18 03:20:39] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006217 10.0.0.23 - - [2025-12-18 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-12-18 03:20:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004419 10.0.0.23 - - [2025-12-18 03:20:40] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003319 10.0.0.23 - - [2025-12-18 03:20:40] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006023 10.0.0.23 - - [2025-12-18 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-12-18 03:20:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005066 10.0.0.23 - - [2025-12-18 03:20:40] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003459 10.0.0.23 - - [2025-12-18 03:20:40] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.010536 10.0.0.23 - - [2025-12-18 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-18 03:20:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003477 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002520 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006230 10.0.0.23 - - [2025-12-18 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2025-12-18 03:20:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003713 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002958 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006293 10.0.0.23 - - [2025-12-18 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2025-12-18 03:20:41] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004825 10.0.0.23 - - [2025-12-18 03:20:41] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004829 10.0.0.23 - - [2025-12-18 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.23 - - [2025-12-18 03:20:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003130 10.0.0.23 - - [2025-12-18 03:20:41] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005424 10.0.0.23 - - [2025-12-18 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.057883 10.0.0.23 - - [2025-12-18 03:20:42] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004147 10.0.0.23 - - [2025-12-18 03:20:42] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003880 10.0.0.23 - - [2025-12-18 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-12-18 03:20:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003886 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008096 10.0.0.23 - - [2025-12-18 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.23 - - [2025-12-18 03:20:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004768 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003289 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006032 10.0.0.65 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5072 0.005469 10.0.0.23 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004224 10.0.0.65 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004184 10.0.0.23 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003954 10.0.0.50 - - [2025-12-18 03:20:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003854 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.004009 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-machine-interface/51f6d9a5-8391-491a-a4d2-cbde2fd9223f HTTP/1.1" 200 3190 0.005586 10.0.0.23 - - [2025-12-18 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2025-12-18 03:20:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003163 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002927 10.0.0.23 - - [2025-12-18 03:20:42] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006306 10.0.0.23 - - [2025-12-18 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.23 - - [2025-12-18 03:20:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003918 10.0.0.23 - - [2025-12-18 03:20:43] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002539 10.0.0.23 - - [2025-12-18 03:20:43] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007788 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.005407 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.006256 10.0.0.23 - - [2025-12-18 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2025-12-18 03:20:44] "GET /security-group/ffa6c90d-105d-4fd9-9cae-191c6a93ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003836 10.0.0.23 - - [2025-12-18 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2025-12-18 03:20:44] "GET /security-group/ffa6c90d-105d-4fd9-9cae-191c6a93ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004965 10.0.0.23 - - [2025-12-18 03:20:44] "POST /neutron/port HTTP/1.1" 200 1110 0.015538 10.0.0.23 - - [2025-12-18 03:20:44] "POST /neutron/port HTTP/1.1" 200 1098 0.097126 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.004153 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3139 0.005212 10.0.0.23 - - [2025-12-18 03:20:44] "POST /neutron/port HTTP/1.1" 200 1098 0.010814 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.004035 10.0.0.23 - - [2025-12-18 03:20:44] "GET /virtual-machine-interface/d52fbfa6-a059-4e17-b03d-071104081b22 HTTP/1.1" 200 3191 0.008741 10.0.0.23 - - [2025-12-18 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-12-18 03:20:44] "GET /security-group/ffa6c90d-105d-4fd9-9cae-191c6a93ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003196 10.0.0.23 - - [2025-12-18 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.23 - - [2025-12-18 03:20:44] "GET /security-group/ffa6c90d-105d-4fd9-9cae-191c6a93ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004506 10.0.0.23 - - [2025-12-18 03:20:44] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004048 10.0.0.23 - - [2025-12-18 03:21:05] "POST /neutron/port HTTP/1.1" 200 1110 0.013806 10.0.0.23 - - [2025-12-18 03:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.23 - - [2025-12-18 03:21:05] "POST /neutron/network HTTP/1.1" 200 928 0.009809 10.0.0.23 - - [2025-12-18 03:21:12] "POST /neutron/network HTTP/1.1" 200 938 0.036309 10.0.0.23 - - [2025-12-18 03:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.65 - - [2025-12-18 03:21:42] "GET /obj-perms HTTP/1.1" 200 5056 0.054173 10.0.0.65 - - [2025-12-18 03:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2025-12-18 03:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.65 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.50 - - [2025-12-18 03:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.23 - - [2025-12-18 03:21:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2025-12-18 03:21:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.23 - - [2025-12-18 03:22:07] "POST /neutron/port HTTP/1.1" 200 1110 0.016943 10.0.0.23 - - [2025-12-18 03:22:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.008763 10.0.0.23 - - [2025-12-18 03:22:12] "POST /neutron/port HTTP/1.1" 200 1110 0.014819 10.0.0.23 - - [2025-12-18 03:22:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.23 - - [2025-12-18 03:22:12] "POST /neutron/network HTTP/1.1" 200 928 0.006793 10.0.0.23 - - [2025-12-18 03:22:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139328 10.0.0.23 - - [2025-12-18 03:22:24] "PUT /access-control-list/75d2e982-43ba-46f5-95f2-a7664b68bd3e HTTP/1.1" 200 272 0.019568 10.0.0.23 - - [2025-12-18 03:22:24] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.183830 10.0.0.23 - - [2025-12-18 03:22:25] "PUT /access-control-list/23205855-9c9c-49cd-bcbe-d99e10c107d3 HTTP/1.1" 200 272 0.016568 10.0.0.23 - - [2025-12-18 03:22:27] "POST /neutron/port HTTP/1.1" 200 1110 0.015880 10.0.0.23 - - [2025-12-18 03:22:27] "POST /neutron/port HTTP/1.1" 200 1098 0.070404 10.0.0.23 - - [2025-12-18 03:22:28] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 200 1314 0.004303 10.0.0.23 - - [2025-12-18 03:22:28] "POST /neutron/port HTTP/1.1" 200 151 0.180704 10.0.0.23 - - [2025-12-18 03:22:30] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 404 171 0.004564 10.0.0.23 - - [2025-12-18 03:22:30] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 404 171 0.003740 10.0.0.23 - - [2025-12-18 03:22:30] "GET /virtual-machine/a75a3902-e4b1-4c81-bd22-95930a986abc HTTP/1.1" 404 171 0.003510 10.0.0.23 - - [2025-12-18 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.23 - - [2025-12-18 03:22:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003626 10.0.0.23 - - [2025-12-18 03:22:30] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002582 10.0.0.23 - - [2025-12-18 03:22:30] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006069 10.0.0.23 - - [2025-12-18 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.23 - - [2025-12-18 03:22:30] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005082 10.0.0.23 - - [2025-12-18 03:22:30] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004012 10.0.0.23 - - [2025-12-18 03:22:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003919 10.0.0.65 - - [2025-12-18 03:22:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003963 10.0.0.23 - - [2025-12-18 03:22:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004338 10.0.0.65 - - [2025-12-18 03:22:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004109 10.0.0.23 - - [2025-12-18 03:22:43] "POST /neutron/port HTTP/1.1" 200 1136 0.011832 10.0.0.23 - - [2025-12-18 03:22:43] "GET /obj-perms HTTP/1.1" 200 5056 0.060094 10.0.0.23 - - [2025-12-18 03:22:43] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 200 1313 0.003940 10.0.0.50 - - [2025-12-18 03:22:43] "GET /obj-perms HTTP/1.1" 200 5056 0.052698 10.0.0.23 - - [2025-12-18 03:22:43] "POST /neutron/port HTTP/1.1" 200 1072 0.018049 10.0.0.23 - - [2025-12-18 03:22:45] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 404 171 0.002951 10.0.0.23 - - [2025-12-18 03:22:45] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 404 171 0.002496 10.0.0.23 - - [2025-12-18 03:22:45] "GET /virtual-machine/7409ce0a-d7cf-46f9-a09f-f1f1d00b5a59 HTTP/1.1" 404 171 0.003317 10.0.0.23 - - [2025-12-18 03:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-12-18 03:22:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003257 10.0.0.23 - - [2025-12-18 03:22:45] "GET /virtual-networks?parent_id=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002736 10.0.0.23 - - [2025-12-18 03:22:45] "GET /virtual-network/b5d1c952-4725-448f-aeeb-fb80a2f9ee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007105 10.0.0.23 - - [2025-12-18 03:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.23 - - [2025-12-18 03:22:45] "GET /routing-instance/4dd092cb-92c2-44db-bee3-f1d0b571e12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004822 10.0.0.23 - - [2025-12-18 03:22:45] "GET /route-target/4087a277-7aac-4abc-8192-8c5f7c6d7b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008806 10.0.0.23 - - [2025-12-18 03:22:51] "GET /obj-perms HTTP/1.1" 200 5072 0.004279 10.0.0.65 - - [2025-12-18 03:22:51] "GET /obj-perms HTTP/1.1" 200 5072 0.003996 10.0.0.23 - - [2025-12-18 03:23:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004422 10.0.0.65 - - [2025-12-18 03:23:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004169 10.0.0.23 - - [2025-12-18 03:23:10] "GET /obj-perms HTTP/1.1" 200 5072 0.005071 10.0.0.65 - - [2025-12-18 03:23:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003717 10.0.0.23 - - [2025-12-18 03:23:13] "GET /obj-perms HTTP/1.1" 200 5072 0.003908 10.0.0.23 - - [2025-12-18 03:23:13] "POST /neutron/network HTTP/1.1" 200 928 0.007283 10.0.0.23 - - [2025-12-18 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.066948 10.0.0.23 - - [2025-12-18 03:23:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.004184 10.0.0.23 - - [2025-12-18 03:23:14] "DELETE /access-control-list/23205855-9c9c-49cd-bcbe-d99e10c107d3 HTTP/1.1" 200 115 0.037990 10.0.0.65 - - [2025-12-18 03:23:15] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001096 10.0.0.23 - - [2025-12-18 03:23:15] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.088682 10.0.0.65 - - [2025-12-18 03:23:15] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003161 10.0.0.23 - - [2025-12-18 03:23:15] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?fields=virtual_networks HTTP/1.1" 200 1073 0.052921 10.0.0.65 - - [2025-12-18 03:23:15] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001769 10.0.0.23 - - [2025-12-18 03:23:15] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.043762 10.0.0.65 - - [2025-12-18 03:23:15] "GET /projects?obj_uuids=4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001055 10.0.0.23 - - [2025-12-18 03:23:16] "GET /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c?fields=security_groups HTTP/1.1" 200 1320 0.043776 10.0.0.23 - - [2025-12-18 03:23:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.032019 10.0.0.65 - - [2025-12-18 03:23:16] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.65 - - [2025-12-18 03:23:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.65 - - [2025-12-18 03:23:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007644 10.0.0.65 - - [2025-12-18 03:23:17] "POST /id-to-fqname HTTP/1.1" 200 188 0.003710 10.0.0.65 - - [2025-12-18 03:23:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.004163 10.0.0.65 - - [2025-12-18 03:23:17] "POST /security-groups HTTP/1.1" 200 589 0.035125 10.0.0.65 - - [2025-12-18 03:23:17] "POST /projects HTTP/1.1" 200 581 0.234917 10.0.0.23 - - [2025-12-18 03:23:17] "POST /access-control-lists HTTP/1.1" 200 594 0.034911 10.0.0.65 - - [2025-12-18 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.313072 10.0.0.23 - - [2025-12-18 03:23:17] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.469091 10.0.0.23 - - [2025-12-18 03:23:18] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.23 - - [2025-12-18 03:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000702 10.0.0.23 - - [2025-12-18 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.065717 10.0.0.65 - - [2025-12-18 03:23:20] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.23 - - [2025-12-18 03:23:20] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046698 10.0.0.23 - - [2025-12-18 03:23:21] "POST /route-targets HTTP/1.1" 200 327 0.016962 10.0.0.65 - - [2025-12-18 03:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008688 10.0.0.23 - - [2025-12-18 03:23:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.287508 10.0.0.23 - - [2025-12-18 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001740 10.0.0.23 - - [2025-12-18 03:23:21] "GET /virtual-network/1f4c8404-9f3d-4e72-9a34-e417e1b1e041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005148 10.0.0.23 - - [2025-12-18 03:23:21] "GET /virtual-network/1f4c8404-9f3d-4e72-9a34-e417e1b1e041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005660 10.0.0.23 - - [2025-12-18 03:23:21] "POST /neutron/network HTTP/1.1" 200 832 0.006390 10.0.0.23 - - [2025-12-18 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001307 10.0.0.65 - - [2025-12-18 03:23:22] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001623 10.0.0.23 - - [2025-12-18 03:23:22] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.102576 10.0.0.23 - - [2025-12-18 03:23:22] "POST /neutron/network HTTP/1.1" 200 832 0.035361 10.0.0.23 - - [2025-12-18 03:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.006989 10.0.0.23 - - [2025-12-18 03:23:23] "POST /neutron/port HTTP/1.1" 200 1056 0.014159 10.0.0.23 - - [2025-12-18 03:23:23] "POST /neutron/port HTTP/1.1" 200 1084 0.015656 10.0.0.23 - - [2025-12-18 03:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.23 - - [2025-12-18 03:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011823 10.0.0.23 - - [2025-12-18 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.65 - - [2025-12-18 03:23:27] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.23 - - [2025-12-18 03:23:28] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047023 10.0.0.23 - - [2025-12-18 03:23:28] "POST /neutron/network HTTP/1.1" 200 117 0.013595 10.0.0.23 - - [2025-12-18 03:23:28] "POST /neutron/network HTTP/1.1" 200 834 0.013908 10.0.0.23 - - [2025-12-18 03:23:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001144 10.0.0.23 - - [2025-12-18 03:23:28] "GET /virtual-network/1752e228-41ea-4ea0-8b38-9cca7ded893a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004963 10.0.0.23 - - [2025-12-18 03:23:28] "GET /virtual-network/1752e228-41ea-4ea0-8b38-9cca7ded893a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007576 10.0.0.23 - - [2025-12-18 03:23:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.009773 10.0.0.23 - - [2025-12-18 03:23:28] "POST /ref-update HTTP/1.1" 200 156 0.020393 10.0.0.23 - - [2025-12-18 03:23:29] "GET /virtual-network/1752e228-41ea-4ea0-8b38-9cca7ded893a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005115 10.0.0.65 - - [2025-12-18 03:23:30] "GET /obj-perms HTTP/1.1" 200 5026 0.059664 10.0.0.23 - - [2025-12-18 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.65 - - [2025-12-18 03:23:30] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.23 - - [2025-12-18 03:23:30] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040854 10.0.0.65 - - [2025-12-18 03:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007263 10.0.0.23 - - [2025-12-18 03:23:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.223257 10.0.0.23 - - [2025-12-18 03:23:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001595 10.0.0.23 - - [2025-12-18 03:23:31] "GET /virtual-network/581e7b97-f83b-4aac-9ead-b91e8a3aa6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006341 10.0.0.23 - - [2025-12-18 03:23:31] "GET /virtual-network/581e7b97-f83b-4aac-9ead-b91e8a3aa6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005859 10.0.0.23 - - [2025-12-18 03:23:31] "POST /neutron/network HTTP/1.1" 200 833 0.006893 10.0.0.23 - - [2025-12-18 03:23:31] "GET /virtual-network/581e7b97-f83b-4aac-9ead-b91e8a3aa6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006788 10.0.0.50 - - [2025-12-18 03:23:31] "GET /obj-perms HTTP/1.1" 200 5026 0.047767 10.0.0.23 - - [2025-12-18 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.65 - - [2025-12-18 03:23:31] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.23 - - [2025-12-18 03:23:31] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039313 10.0.0.65 - - [2025-12-18 03:23:31] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.23 - - [2025-12-18 03:23:32] "POST /neutron/network HTTP/1.1" 200 615 0.134071 10.0.0.23 - - [2025-12-18 03:23:32] "POST /route-targets HTTP/1.1" 200 327 0.013506 10.0.0.23 - - [2025-12-18 03:23:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.006518 10.0.0.23 - - [2025-12-18 03:23:32] "GET /virtual-network/fa808bf9-258b-4d8a-af40-b1f5a24d0dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007371 10.0.0.23 - - [2025-12-18 03:23:32] "POST /neutron/network HTTP/1.1" 200 833 0.007066 10.0.0.23 - - [2025-12-18 03:23:32] "GET /virtual-network/fa808bf9-258b-4d8a-af40-b1f5a24d0dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006520 10.0.0.23 - - [2025-12-18 03:23:32] "GET /virtual-network/fa808bf9-258b-4d8a-af40-b1f5a24d0dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005919 10.0.0.23 - - [2025-12-18 03:23:32] "GET /obj-perms HTTP/1.1" 200 5026 0.057178 10.0.0.23 - - [2025-12-18 03:23:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001558 10.0.0.23 - - [2025-12-18 03:23:33] "POST /neutron/port HTTP/1.1" 200 1084 0.023403 10.0.0.65 - - [2025-12-18 03:23:34] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.23 - - [2025-12-18 03:23:34] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074636 10.0.0.23 - - [2025-12-18 03:23:34] "POST /neutron/network HTTP/1.1" 200 833 0.008614 10.0.0.23 - - [2025-12-18 03:23:34] "POST /neutron/port HTTP/1.1" 200 117 0.008468 10.0.0.23 - - [2025-12-18 03:23:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001180 10.0.0.23 - - [2025-12-18 03:23:34] "POST /neutron/network HTTP/1.1" 200 843 0.008793 10.0.0.23 - - [2025-12-18 03:23:35] "POST /neutron/port HTTP/1.1" 200 1059 0.015851 10.0.0.23 - - [2025-12-18 03:23:35] "POST /neutron/port HTTP/1.1" 200 1087 0.015135 10.0.0.23 - - [2025-12-18 03:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.65 - - [2025-12-18 03:23:35] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.23 - - [2025-12-18 03:23:35] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066143 10.0.0.23 - - [2025-12-18 03:23:35] "POST /neutron/port HTTP/1.1" 200 2055 0.019898 10.0.0.23 - - [2025-12-18 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003433 10.0.0.23 - - [2025-12-18 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.65 - - [2025-12-18 03:23:35] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.23 - - [2025-12-18 03:23:35] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007327 10.0.0.23 - - [2025-12-18 03:23:35] "POST /service-templates HTTP/1.1" 200 543 0.042762 10.0.0.23 - - [2025-12-18 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.23 - - [2025-12-18 03:23:36] "GET /service-template/8690a573-86eb-4e68-ad3f-e4a12eb21527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006373 10.0.0.23 - - [2025-12-18 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.23 - - [2025-12-18 03:23:36] "GET /service-template/8690a573-86eb-4e68-ad3f-e4a12eb21527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004035 10.0.0.23 - - [2025-12-18 03:23:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001522 10.0.0.23 - - [2025-12-18 03:23:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001096 10.0.0.23 - - [2025-12-18 03:23:36] "POST /neutron/network HTTP/1.1" 200 843 0.010292 10.0.0.23 - - [2025-12-18 03:23:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001841 10.0.0.23 - - [2025-12-18 03:23:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009224 10.0.0.23 - - [2025-12-18 03:23:36] "POST /neutron/port HTTP/1.1" 200 1111 0.104184 10.0.0.23 - - [2025-12-18 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2025-12-18 03:23:36] "DELETE /service-template/8690a573-86eb-4e68-ad3f-e4a12eb21527 HTTP/1.1" 200 115 0.029271 10.0.0.23 - - [2025-12-18 03:23:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004743 10.0.0.23 - - [2025-12-18 03:23:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.008749 10.0.0.23 - - [2025-12-18 03:23:37] "POST /neutron/network HTTP/1.1" 200 833 0.006416 10.0.0.23 - - [2025-12-18 03:23:37] "POST /neutron/port HTTP/1.1" 200 1113 0.010977 10.0.0.23 - - [2025-12-18 03:23:38] "POST /neutron/port HTTP/1.1" 200 1111 0.011182 10.0.0.23 - - [2025-12-18 03:23:39] "POST /neutron/network HTTP/1.1" 200 2878 0.012346 10.0.0.65 - - [2025-12-18 03:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003937 10.0.0.65 - - [2025-12-18 03:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.23 - - [2025-12-18 03:23:39] "POST /neutron/network HTTP/1.1" 200 151 0.136122 10.0.0.23 - - [2025-12-18 03:23:39] "DELETE /route-target/b87ded07-e587-4353-a86f-93344d34bc45 HTTP/1.1" 200 115 0.030657 10.0.0.23 - - [2025-12-18 03:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.006227 10.0.0.23 - - [2025-12-18 03:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.23 - - [2025-12-18 03:23:40] "POST /neutron/network HTTP/1.1" 200 832 0.006773 10.0.0.23 - - [2025-12-18 03:23:40] "POST /neutron/port HTTP/1.1" 200 1110 0.016814 10.0.0.65 - - [2025-12-18 03:23:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003565 10.0.0.65 - - [2025-12-18 03:23:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.23 - - [2025-12-18 03:23:42] "POST /neutron/network HTTP/1.1" 200 151 0.116478 10.0.0.23 - - [2025-12-18 03:23:42] "DELETE /route-target/761b118b-7fd0-455c-9e11-c53f34b45349 HTTP/1.1" 200 115 0.029611 10.0.0.65 - - [2025-12-18 03:23:43] "GET /obj-perms HTTP/1.1" 200 5056 0.057656 10.0.0.23 - - [2025-12-18 03:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.65 - - [2025-12-18 03:23:45] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.23 - - [2025-12-18 03:23:45] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050150 10.0.0.65 - - [2025-12-18 03:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006151 10.0.0.23 - - [2025-12-18 03:23:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.201684 10.0.0.23 - - [2025-12-18 03:23:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001285 10.0.0.23 - - [2025-12-18 03:23:45] "GET /virtual-network/3589561a-afd5-4f82-b29b-b6a19f23e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005796 10.0.0.23 - - [2025-12-18 03:23:45] "GET /virtual-network/3589561a-afd5-4f82-b29b-b6a19f23e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006784 10.0.0.23 - - [2025-12-18 03:23:45] "POST /neutron/network HTTP/1.1" 200 831 0.007903 10.0.0.23 - - [2025-12-18 03:23:46] "GET /virtual-network/3589561a-afd5-4f82-b29b-b6a19f23e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005487 10.0.0.23 - - [2025-12-18 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.65 - - [2025-12-18 03:23:46] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.23 - - [2025-12-18 03:23:46] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047573 10.0.0.65 - - [2025-12-18 03:23:46] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.23 - - [2025-12-18 03:23:46] "POST /neutron/network HTTP/1.1" 200 613 0.119638 10.0.0.23 - - [2025-12-18 03:23:46] "POST /route-targets HTTP/1.1" 200 327 0.016926 10.0.0.23 - - [2025-12-18 03:23:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.003911 10.0.0.23 - - [2025-12-18 03:23:46] "GET /virtual-network/8cf55ae0-d1a6-465f-b82f-5ce447bb8f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006194 10.0.0.23 - - [2025-12-18 03:23:46] "POST /neutron/network HTTP/1.1" 200 831 0.006977 10.0.0.23 - - [2025-12-18 03:23:46] "GET /virtual-network/8cf55ae0-d1a6-465f-b82f-5ce447bb8f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005542 10.0.0.23 - - [2025-12-18 03:23:47] "GET /virtual-network/8cf55ae0-d1a6-465f-b82f-5ce447bb8f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005584 10.0.0.23 - - [2025-12-18 03:23:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003488 10.0.0.50 - - [2025-12-18 03:23:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003572 10.0.0.23 - - [2025-12-18 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.65 - - [2025-12-18 03:23:47] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.23 - - [2025-12-18 03:23:47] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043926 10.0.0.23 - - [2025-12-18 03:23:47] "POST /neutron/network HTTP/1.1" 200 117 0.014230 10.0.0.23 - - [2025-12-18 03:23:47] "POST /ref-update HTTP/1.1" 200 156 0.027325 10.0.0.23 - - [2025-12-18 03:23:47] "POST /neutron/network HTTP/1.1" 200 833 0.010020 10.0.0.23 - - [2025-12-18 03:23:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001211 10.0.0.23 - - [2025-12-18 03:23:47] "GET /virtual-network/97479cfe-beb6-4f39-92c6-5bfa0b7af388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005646 10.0.0.23 - - [2025-12-18 03:23:47] "GET /virtual-network/97479cfe-beb6-4f39-92c6-5bfa0b7af388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006972 10.0.0.23 - - [2025-12-18 03:23:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.011229 10.0.0.23 - - [2025-12-18 03:23:48] "GET /virtual-network/97479cfe-beb6-4f39-92c6-5bfa0b7af388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005765 10.0.0.65 - - [2025-12-18 03:23:48] "GET /obj-perms HTTP/1.1" 200 5026 0.004283 10.0.0.23 - - [2025-12-18 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.65 - - [2025-12-18 03:23:48] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.23 - - [2025-12-18 03:23:48] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035954 10.0.0.65 - - [2025-12-18 03:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007269 10.0.0.23 - - [2025-12-18 03:23:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.224683 10.0.0.23 - - [2025-12-18 03:23:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.23 - - [2025-12-18 03:23:49] "GET /virtual-network/3328b649-1e0e-4bfd-a0ac-5666a31ee2d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005152 10.0.0.23 - - [2025-12-18 03:23:49] "GET /virtual-network/3328b649-1e0e-4bfd-a0ac-5666a31ee2d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005308 10.0.0.23 - - [2025-12-18 03:23:49] "POST /neutron/network HTTP/1.1" 200 845 0.006178 10.0.0.23 - - [2025-12-18 03:23:49] "GET /virtual-network/3328b649-1e0e-4bfd-a0ac-5666a31ee2d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008324 10.0.0.23 - - [2025-12-18 03:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.65 - - [2025-12-18 03:23:49] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350 10.0.0.23 - - [2025-12-18 03:23:49] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033794 10.0.0.65 - - [2025-12-18 03:23:49] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.23 - - [2025-12-18 03:23:49] "POST /neutron/network HTTP/1.1" 200 627 0.131781 10.0.0.23 - - [2025-12-18 03:23:49] "POST /route-targets HTTP/1.1" 200 327 0.012219 10.0.0.23 - - [2025-12-18 03:23:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.003681 10.0.0.23 - - [2025-12-18 03:23:50] "GET /virtual-network/0c6a0585-c5f1-44ef-ade2-48b134c31ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005896 10.0.0.23 - - [2025-12-18 03:23:50] "POST /neutron/network HTTP/1.1" 200 846 0.006269 10.0.0.23 - - [2025-12-18 03:23:50] "GET /virtual-network/0c6a0585-c5f1-44ef-ade2-48b134c31ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005265 10.0.0.23 - - [2025-12-18 03:23:50] "GET /virtual-network/0c6a0585-c5f1-44ef-ade2-48b134c31ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007056 10.0.0.23 - - [2025-12-18 03:23:50] "GET /obj-perms HTTP/1.1" 200 5026 0.004018 10.0.0.50 - - [2025-12-18 03:23:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003143 10.0.0.23 - - [2025-12-18 03:23:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001348 10.0.0.23 - - [2025-12-18 03:23:50] "POST /neutron/network HTTP/1.1" 200 841 0.007692 10.0.0.65 - - [2025-12-18 03:23:51] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.076441 10.0.0.23 - - [2025-12-18 03:23:51] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.139980 10.0.0.23 - - [2025-12-18 03:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.006332 10.0.0.23 - - [2025-12-18 03:23:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001213 10.0.0.23 - - [2025-12-18 03:23:52] "POST /neutron/network HTTP/1.1" 200 841 0.006897 10.0.0.23 - - [2025-12-18 03:23:52] "POST /neutron/port HTTP/1.1" 200 1057 0.017791 10.0.0.65 - - [2025-12-18 03:23:53] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.23 - - [2025-12-18 03:23:53] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.140404 10.0.0.23 - - [2025-12-18 03:23:53] "POST /neutron/network HTTP/1.1" 200 833 0.010214 10.0.0.23 - - [2025-12-18 03:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.23 - - [2025-12-18 03:23:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007772 10.0.0.23 - - [2025-12-18 03:23:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003470 10.0.0.23 - - [2025-12-18 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.65 - - [2025-12-18 03:23:53] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.23 - - [2025-12-18 03:23:53] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008940 10.0.0.23 - - [2025-12-18 03:23:53] "POST /service-templates HTTP/1.1" 200 543 0.027920 10.0.0.23 - - [2025-12-18 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-18 03:23:53] "GET /service-template/0b611e1b-c503-40da-bae6-b085a6a22f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005913 10.0.0.23 - - [2025-12-18 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2025-12-18 03:23:53] "GET /service-template/0b611e1b-c503-40da-bae6-b085a6a22f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004158 10.0.0.23 - - [2025-12-18 03:23:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001149 10.0.0.23 - - [2025-12-18 03:23:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001361 10.0.0.65 - - [2025-12-18 03:23:53] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.23 - - [2025-12-18 03:23:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.001383 10.0.0.23 - - [2025-12-18 03:23:54] "POST /neutron/port HTTP/1.1" 200 1057 0.349702 10.0.0.23 - - [2025-12-18 03:23:54] "POST /neutron/port HTTP/1.1" 200 1057 0.012571 10.0.0.23 - - [2025-12-18 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-18 03:23:54] "DELETE /service-template/0b611e1b-c503-40da-bae6-b085a6a22f16 HTTP/1.1" 200 115 0.043782 10.0.0.23 - - [2025-12-18 03:23:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.004941 10.0.0.23 - - [2025-12-18 03:23:54] "POST /neutron/port HTTP/1.1" 200 1085 0.040514 10.0.0.23 - - [2025-12-18 03:23:54] "DELETE /access-control-list/6378a786-90bb-4fc9-98aa-2c6dcbe65cf2 HTTP/1.1" 200 115 0.059553 10.0.0.23 - - [2025-12-18 03:23:54] "POST /neutron/network HTTP/1.1" 200 846 0.009897 10.0.0.23 - - [2025-12-18 03:23:54] "POST /neutron/network HTTP/1.1" 200 833 0.013284 10.0.0.23 - - [2025-12-18 03:23:55] "POST /neutron/port HTTP/1.1" 200 1111 0.014579 10.0.0.23 - - [2025-12-18 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.23 - - [2025-12-18 03:23:55] "POST /neutron/network HTTP/1.1" 200 833 0.007296 10.0.0.23 - - [2025-12-18 03:23:56] "POST /neutron/port HTTP/1.1" 200 1111 0.012886 10.0.0.23 - - [2025-12-18 03:23:56] "POST /neutron/network HTTP/1.1" 200 2184 0.014152 10.0.0.23 - - [2025-12-18 03:23:57] "POST /neutron/network HTTP/1.1" 200 833 0.007763 10.0.0.23 - - [2025-12-18 03:23:57] "DELETE /route-target/6d5a6f3e-dae1-419a-a2e5-9bd62ef6cb81 HTTP/1.1" 200 115 0.020992 10.0.0.65 - - [2025-12-18 03:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002480 10.0.0.65 - - [2025-12-18 03:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002699 10.0.0.23 - - [2025-12-18 03:23:58] "POST /neutron/network HTTP/1.1" 200 151 0.117322 10.0.0.23 - - [2025-12-18 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.65 - - [2025-12-18 03:24:00] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.23 - - [2025-12-18 03:24:00] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053128 10.0.0.65 - - [2025-12-18 03:24:00] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.23 - - [2025-12-18 03:24:00] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?fields=virtual_networks HTTP/1.1" 200 1028 0.041751 10.0.0.65 - - [2025-12-18 03:24:00] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.23 - - [2025-12-18 03:24:00] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.038824 10.0.0.65 - - [2025-12-18 03:24:00] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.23 - - [2025-12-18 03:24:00] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?fields=security_groups HTTP/1.1" 200 1252 0.045430 10.0.0.23 - - [2025-12-18 03:24:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.033107 10.0.0.65 - - [2025-12-18 03:24:01] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003580 10.0.0.65 - - [2025-12-18 03:24:01] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.65 - - [2025-12-18 03:24:01] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006721 10.0.0.65 - - [2025-12-18 03:24:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.004421 10.0.0.65 - - [2025-12-18 03:24:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.006568 10.0.0.65 - - [2025-12-18 03:24:01] "POST /security-groups HTTP/1.1" 200 589 0.081465 10.0.0.65 - - [2025-12-18 03:24:01] "POST /projects HTTP/1.1" 200 581 0.300060 10.0.0.23 - - [2025-12-18 03:24:01] "POST /access-control-lists HTTP/1.1" 200 594 0.038916 10.0.0.65 - - [2025-12-18 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.378301 10.0.0.23 - - [2025-12-18 03:24:01] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.538894 10.0.0.23 - - [2025-12-18 03:24:03] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.65 - - [2025-12-18 03:24:04] "DELETE /project/c322ee27fc24452cb47e996938cdad79 HTTP/1.1" 404 173 0.006874 10.0.0.65 - - [2025-12-18 03:24:04] "DELETE /project/80fc0415016147c3a717e018b88a5252 HTTP/1.1" 404 173 0.005953 10.0.0.65 - - [2025-12-18 03:24:04] "DELETE /project/4bf9d4d0-1b92-4e73-8d2b-2d9c5856cf7c HTTP/1.1" 404 177 0.004840 10.0.0.65 - - [2025-12-18 03:24:04] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.65 - - [2025-12-18 03:24:04] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.041607 10.0.0.65 - - [2025-12-18 03:24:04] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.23 - - [2025-12-18 03:24:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.004947 10.0.0.65 - - [2025-12-18 03:24:04] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?fields=security_groups HTTP/1.1" 200 1357 0.043541 10.0.0.65 - - [2025-12-18 03:24:04] "DELETE /security-group/12c8d9ab-ac95-48c2-a677-462e4bc705f7 HTTP/1.1" 200 115 0.065120 10.0.0.65 - - [2025-12-18 03:24:04] "GET /projects?obj_uuids=c322ee27-fc24-452c-b47e-996938cdad79&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.23 - - [2025-12-18 03:24:04] "DELETE /access-control-list/75155d0e-383c-4e1f-84d1-23928919d6e1 HTTP/1.1" 200 115 0.048802 10.0.0.65 - - [2025-12-18 03:24:04] "GET /project/c322ee27-fc24-452c-b47e-996938cdad79?fields=application_policy_sets HTTP/1.1" 200 1396 0.055883 10.0.0.65 - - [2025-12-18 03:24:05] "DELETE /project/c322ee27-fc24-452c-b47e-996938cdad79 HTTP/1.1" 200 115 0.442314 10.0.0.23 - - [2025-12-18 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.033115 10.0.0.65 - - [2025-12-18 03:24:05] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.23 - - [2025-12-18 03:24:05] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041248 10.0.0.23 - - [2025-12-18 03:24:05] "POST /neutron/network HTTP/1.1" 200 117 0.049076 10.0.0.23 - - [2025-12-18 03:24:05] "POST /ref-update HTTP/1.1" 200 156 0.025139 10.0.0.23 - - [2025-12-18 03:24:05] "POST /neutron/network HTTP/1.1" 200 831 0.009397 10.0.0.23 - - [2025-12-18 03:24:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.23 - - [2025-12-18 03:24:05] "GET /virtual-network/36789776-714f-402e-b0e2-b09c88a7cd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005464 10.0.0.23 - - [2025-12-18 03:24:06] "GET /virtual-network/36789776-714f-402e-b0e2-b09c88a7cd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005355 10.0.0.23 - - [2025-12-18 03:24:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.008859 10.0.0.23 - - [2025-12-18 03:24:06] "GET /virtual-network/36789776-714f-402e-b0e2-b09c88a7cd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006489 10.0.0.65 - - [2025-12-18 03:24:07] "GET /obj-perms HTTP/1.1" 200 5026 0.058816 10.0.0.23 - - [2025-12-18 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.65 - - [2025-12-18 03:24:08] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.23 - - [2025-12-18 03:24:08] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055083 10.0.0.65 - - [2025-12-18 03:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006544 10.0.0.23 - - [2025-12-18 03:24:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.253702 10.0.0.23 - - [2025-12-18 03:24:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001325 10.0.0.23 - - [2025-12-18 03:24:08] "GET /virtual-network/3f5e64ed-4976-4d14-9cfe-1d7e96aab452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005404 10.0.0.23 - - [2025-12-18 03:24:08] "GET /virtual-network/3f5e64ed-4976-4d14-9cfe-1d7e96aab452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006811 10.0.0.23 - - [2025-12-18 03:24:08] "POST /neutron/network HTTP/1.1" 200 837 0.006970 10.0.0.23 - - [2025-12-18 03:24:08] "GET /virtual-network/3f5e64ed-4976-4d14-9cfe-1d7e96aab452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006587 10.0.0.23 - - [2025-12-18 03:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.65 - - [2025-12-18 03:24:09] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.23 - - [2025-12-18 03:24:09] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042140 10.0.0.65 - - [2025-12-18 03:24:09] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.23 - - [2025-12-18 03:24:09] "POST /neutron/network HTTP/1.1" 200 619 0.109694 10.0.0.23 - - [2025-12-18 03:24:09] "POST /route-targets HTTP/1.1" 200 327 0.017725 10.0.0.23 - - [2025-12-18 03:24:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.004411 10.0.0.23 - - [2025-12-18 03:24:09] "GET /virtual-network/bc6a8ef8-6ff2-44d9-a7fb-872e5e8a8abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005414 10.0.0.23 - - [2025-12-18 03:24:10] "POST /neutron/network HTTP/1.1" 200 838 0.007012 10.0.0.23 - - [2025-12-18 03:24:10] "GET /virtual-network/bc6a8ef8-6ff2-44d9-a7fb-872e5e8a8abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004974 10.0.0.23 - - [2025-12-18 03:24:10] "GET /virtual-network/bc6a8ef8-6ff2-44d9-a7fb-872e5e8a8abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005482 10.0.0.23 - - [2025-12-18 03:24:10] "GET /obj-perms HTTP/1.1" 200 5026 0.080434 10.0.0.50 - - [2025-12-18 03:24:10] "GET /obj-perms HTTP/1.1" 200 5026 0.050385 10.0.0.23 - - [2025-12-18 03:24:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001433 10.0.0.23 - - [2025-12-18 03:24:10] "POST /neutron/network HTTP/1.1" 200 847 0.007748 10.0.0.65 - - [2025-12-18 03:24:11] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.23 - - [2025-12-18 03:24:11] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.075804 10.0.0.23 - - [2025-12-18 03:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.006774 10.0.0.23 - - [2025-12-18 03:24:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001366 10.0.0.23 - - [2025-12-18 03:24:12] "POST /neutron/network HTTP/1.1" 200 847 0.008047 10.0.0.23 - - [2025-12-18 03:24:12] "POST /neutron/port HTTP/1.1" 200 1059 0.022370 10.0.0.23 - - [2025-12-18 03:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003687 10.0.0.23 - - [2025-12-18 03:24:13] "POST /neutron/network HTTP/1.1" 200 837 0.008409 10.0.0.65 - - [2025-12-18 03:24:13] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.23 - - [2025-12-18 03:24:13] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.079249 10.0.0.23 - - [2025-12-18 03:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009519 10.0.0.23 - - [2025-12-18 03:24:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004475 10.0.0.23 - - [2025-12-18 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.65 - - [2025-12-18 03:24:13] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.23 - - [2025-12-18 03:24:13] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008644 10.0.0.23 - - [2025-12-18 03:24:13] "POST /service-templates HTTP/1.1" 200 543 0.033643 10.0.0.23 - - [2025-12-18 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.23 - - [2025-12-18 03:24:13] "GET /service-template/5c36ccae-781b-4ddf-9580-9526f9bdf1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006535 10.0.0.23 - - [2025-12-18 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2025-12-18 03:24:13] "GET /service-template/5c36ccae-781b-4ddf-9580-9526f9bdf1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004920 10.0.0.23 - - [2025-12-18 03:24:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.002176 10.0.0.23 - - [2025-12-18 03:24:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001425 10.0.0.65 - - [2025-12-18 03:24:13] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.23 - - [2025-12-18 03:24:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001202 10.0.0.23 - - [2025-12-18 03:24:14] "POST /neutron/port HTTP/1.1" 200 1058 0.297226 10.0.0.23 - - [2025-12-18 03:24:14] "POST /neutron/port HTTP/1.1" 200 1058 0.010929 10.0.0.23 - - [2025-12-18 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012334 10.0.0.23 - - [2025-12-18 03:24:14] "DELETE /service-template/5c36ccae-781b-4ddf-9580-9526f9bdf1ca HTTP/1.1" 200 115 0.028236 10.0.0.23 - - [2025-12-18 03:24:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.015020 10.0.0.23 - - [2025-12-18 03:24:14] "POST /neutron/port HTTP/1.1" 200 1086 0.021407 10.0.0.23 - - [2025-12-18 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.23 - - [2025-12-18 03:24:14] "POST /neutron/network HTTP/1.1" 400 204 0.016401 10.0.0.23 - - [2025-12-18 03:24:15] "POST /neutron/port HTTP/1.1" 200 151 0.208783 10.0.0.23 - - [2025-12-18 03:24:16] "POST /neutron/port HTTP/1.1" 200 151 0.163704 10.0.0.23 - - [2025-12-18 03:24:16] "POST /neutron/network HTTP/1.1" 200 117 0.012280 10.0.0.23 - - [2025-12-18 03:24:17] "DELETE /route-target/385a8cd2-4017-47e8-866c-03eb094642fa HTTP/1.1" 200 115 0.105134 10.0.0.23 - - [2025-12-18 03:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.007186 10.0.0.23 - - [2025-12-18 03:24:17] "POST /neutron/network HTTP/1.1" 200 831 0.008072 10.0.0.23 - - [2025-12-18 03:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2025-12-18 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.65 - - [2025-12-18 03:24:20] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.039145 10.0.0.23 - - [2025-12-18 03:24:20] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.084427 10.0.0.65 - - [2025-12-18 03:24:20] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.23 - - [2025-12-18 03:24:20] "POST /neutron/network HTTP/1.1" 200 613 0.132444 10.0.0.23 - - [2025-12-18 03:24:21] "POST /ref-update HTTP/1.1" 200 156 0.030998 10.0.0.23 - - [2025-12-18 03:24:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.004113 10.0.0.23 - - [2025-12-18 03:24:21] "GET /virtual-network/4873c65a-a1b6-4818-801c-5c0a222cc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005430 10.0.0.23 - - [2025-12-18 03:24:21] "POST /neutron/network HTTP/1.1" 200 834 0.006864 10.0.0.23 - - [2025-12-18 03:24:21] "GET /virtual-network/4873c65a-a1b6-4818-801c-5c0a222cc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005224 10.0.0.23 - - [2025-12-18 03:24:21] "GET /virtual-network/4873c65a-a1b6-4818-801c-5c0a222cc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006305 10.0.0.65 - - [2025-12-18 03:24:21] "GET /obj-perms HTTP/1.1" 200 5026 0.003616 10.0.0.23 - - [2025-12-18 03:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.65 - - [2025-12-18 03:24:21] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.23 - - [2025-12-18 03:24:21] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051131 10.0.0.23 - - [2025-12-18 03:24:21] "POST /neutron/network HTTP/1.1" 200 117 0.021478 10.0.0.23 - - [2025-12-18 03:24:22] "POST /neutron/network HTTP/1.1" 200 832 0.010491 10.0.0.23 - - [2025-12-18 03:24:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001111 10.0.0.23 - - [2025-12-18 03:24:22] "GET /virtual-network/c2493c21-dfc7-4bf2-8569-0631b4b7b83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005190 10.0.0.23 - - [2025-12-18 03:24:22] "GET /virtual-network/c2493c21-dfc7-4bf2-8569-0631b4b7b83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007091 10.0.0.23 - - [2025-12-18 03:24:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.010188 10.0.0.23 - - [2025-12-18 03:24:22] "GET /virtual-network/c2493c21-dfc7-4bf2-8569-0631b4b7b83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005183 10.0.0.23 - - [2025-12-18 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.65 - - [2025-12-18 03:24:23] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.23 - - [2025-12-18 03:24:23] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038253 10.0.0.23 - - [2025-12-18 03:24:23] "POST /route-targets HTTP/1.1" 200 327 0.023155 10.0.0.65 - - [2025-12-18 03:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009561 10.0.0.23 - - [2025-12-18 03:24:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.223893 10.0.0.23 - - [2025-12-18 03:24:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001392 10.0.0.23 - - [2025-12-18 03:24:23] "GET /virtual-network/ec900b8f-c3fa-4910-be54-104505bc1476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005138 10.0.0.23 - - [2025-12-18 03:24:23] "GET /virtual-network/ec900b8f-c3fa-4910-be54-104505bc1476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005980 10.0.0.23 - - [2025-12-18 03:24:23] "POST /neutron/network HTTP/1.1" 200 834 0.007673 10.0.0.23 - - [2025-12-18 03:24:23] "GET /virtual-network/ec900b8f-c3fa-4910-be54-104505bc1476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005461 10.0.0.23 - - [2025-12-18 03:24:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003842 10.0.0.50 - - [2025-12-18 03:24:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003984 10.0.0.23 - - [2025-12-18 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.65 - - [2025-12-18 03:24:24] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.23 - - [2025-12-18 03:24:24] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.065078 10.0.0.23 - - [2025-12-18 03:24:25] "POST /neutron/network HTTP/1.1" 200 832 0.010411 10.0.0.23 - - [2025-12-18 03:24:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001379 10.0.0.23 - - [2025-12-18 03:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.007664 10.0.0.65 - - [2025-12-18 03:24:25] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.23 - - [2025-12-18 03:24:25] "POST /neutron/port HTTP/1.1" 200 1058 0.301686 10.0.0.23 - - [2025-12-18 03:24:26] "POST /neutron/port HTTP/1.1" 200 1112 0.099364 10.0.0.23 - - [2025-12-18 03:24:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.009934 10.0.0.65 - - [2025-12-18 03:24:26] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.23 - - [2025-12-18 03:24:26] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068684 10.0.0.23 - - [2025-12-18 03:24:26] "POST /neutron/network HTTP/1.1" 200 834 0.007398 10.0.0.23 - - [2025-12-18 03:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.007035 10.0.0.23 - - [2025-12-18 03:24:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003971 10.0.0.23 - - [2025-12-18 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.65 - - [2025-12-18 03:24:26] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2025-12-18 03:24:26] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008897 10.0.0.23 - - [2025-12-18 03:24:26] "POST /service-templates HTTP/1.1" 200 543 0.032948 10.0.0.23 - - [2025-12-18 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.23 - - [2025-12-18 03:24:26] "GET /service-template/531850c7-c665-43af-a643-1846089491be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006471 10.0.0.23 - - [2025-12-18 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.23 - - [2025-12-18 03:24:27] "GET /service-template/531850c7-c665-43af-a643-1846089491be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004972 10.0.0.23 - - [2025-12-18 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001331 10.0.0.23 - - [2025-12-18 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001554 10.0.0.23 - - [2025-12-18 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001275 10.0.0.23 - - [2025-12-18 03:24:27] "POST /neutron/port HTTP/1.1" 200 1918 0.052222 10.0.0.23 - - [2025-12-18 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2025-12-18 03:24:27] "DELETE /service-template/531850c7-c665-43af-a643-1846089491be HTTP/1.1" 200 115 0.034402 10.0.0.23 - - [2025-12-18 03:24:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003208 10.0.0.23 - - [2025-12-18 03:24:27] "POST /neutron/port HTTP/1.1" 200 1058 0.018028 10.0.0.23 - - [2025-12-18 03:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004541 10.0.0.23 - - [2025-12-18 03:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.009974 10.0.0.23 - - [2025-12-18 03:24:28] "POST /neutron/port HTTP/1.1" 200 1086 0.017276 10.0.0.23 - - [2025-12-18 03:24:29] "POST /neutron/port HTTP/1.1" 200 1086 0.021457 10.0.0.23 - - [2025-12-18 03:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.042940 10.0.0.23 - - [2025-12-18 03:24:29] "POST /neutron/network HTTP/1.1" 200 834 0.008513 10.0.0.23 - - [2025-12-18 03:24:29] "DELETE /route-target/b9b041d0-b911-45a3-afcb-e53b604fc2b3 HTTP/1.1" 200 115 0.031777 10.0.0.23 - - [2025-12-18 03:24:30] "POST /neutron/network HTTP/1.1" 200 832 0.006814 10.0.0.65 - - [2025-12-18 03:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006177 10.0.0.23 - - [2025-12-18 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010623 10.0.0.65 - - [2025-12-18 03:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.23 - - [2025-12-18 03:24:30] "POST /neutron/network HTTP/1.1" 200 151 0.153511 10.0.0.65 - - [2025-12-18 03:24:32] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.23 - - [2025-12-18 03:24:32] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049034 10.0.0.65 - - [2025-12-18 03:24:32] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.23 - - [2025-12-18 03:24:32] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?fields=virtual_networks HTTP/1.1" 200 1027 0.069081 10.0.0.65 - - [2025-12-18 03:24:32] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002315 10.0.0.23 - - [2025-12-18 03:24:32] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046273 10.0.0.65 - - [2025-12-18 03:24:32] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.23 - - [2025-12-18 03:24:32] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?fields=security_groups HTTP/1.1" 200 1251 0.060967 10.0.0.23 - - [2025-12-18 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.029977 10.0.0.65 - - [2025-12-18 03:24:33] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004222 10.0.0.65 - - [2025-12-18 03:24:33] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.65 - - [2025-12-18 03:24:33] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037122 10.0.0.65 - - [2025-12-18 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.002686 10.0.0.65 - - [2025-12-18 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.004601 10.0.0.65 - - [2025-12-18 03:24:33] "POST /security-groups HTTP/1.1" 200 587 0.083672 10.0.0.65 - - [2025-12-18 03:24:34] "POST /projects HTTP/1.1" 200 577 0.292407 10.0.0.23 - - [2025-12-18 03:24:34] "POST /access-control-lists HTTP/1.1" 200 592 0.030236 10.0.0.65 - - [2025-12-18 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.370829 10.0.0.23 - - [2025-12-18 03:24:34] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.549891 10.0.0.23 - - [2025-12-18 03:24:35] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.23 - - [2025-12-18 03:24:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-18 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.056843 10.0.0.65 - - [2025-12-18 03:24:37] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.23 - - [2025-12-18 03:24:37] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045326 10.0.0.23 - - [2025-12-18 03:24:37] "POST /route-targets HTTP/1.1" 200 327 0.016819 10.0.0.65 - - [2025-12-18 03:24:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008241 10.0.0.23 - - [2025-12-18 03:24:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.264105 10.0.0.23 - - [2025-12-18 03:24:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001661 10.0.0.23 - - [2025-12-18 03:24:38] "GET /virtual-network/f467e735-07be-44bb-8381-da99621bdaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007492 10.0.0.23 - - [2025-12-18 03:24:38] "GET /virtual-network/f467e735-07be-44bb-8381-da99621bdaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006757 10.0.0.23 - - [2025-12-18 03:24:38] "POST /neutron/network HTTP/1.1" 200 831 0.008495 10.0.0.23 - - [2025-12-18 03:24:38] "GET /virtual-network/f467e735-07be-44bb-8381-da99621bdaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006896 10.0.0.65 - - [2025-12-18 03:24:40] "GET /obj-perms HTTP/1.1" 200 5022 0.062265 10.0.0.23 - - [2025-12-18 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.65 - - [2025-12-18 03:24:40] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.23 - - [2025-12-18 03:24:40] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045561 10.0.0.65 - - [2025-12-18 03:24:40] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001035 10.0.0.23 - - [2025-12-18 03:24:40] "POST /neutron/network HTTP/1.1" 200 611 0.126451 10.0.0.23 - - [2025-12-18 03:24:40] "POST /ref-update HTTP/1.1" 200 156 0.031238 10.0.0.23 - - [2025-12-18 03:24:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.003576 10.0.0.23 - - [2025-12-18 03:24:40] "GET /virtual-network/00a0cc82-9f10-48c7-85cf-14b1fd669181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005637 10.0.0.23 - - [2025-12-18 03:24:40] "POST /neutron/network HTTP/1.1" 200 832 0.007349 10.0.0.23 - - [2025-12-18 03:24:40] "GET /virtual-network/00a0cc82-9f10-48c7-85cf-14b1fd669181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005136 10.0.0.23 - - [2025-12-18 03:24:40] "GET /virtual-network/00a0cc82-9f10-48c7-85cf-14b1fd669181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005331 10.0.0.23 - - [2025-12-18 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.65 - - [2025-12-18 03:24:41] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.23 - - [2025-12-18 03:24:41] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.051514 10.0.0.23 - - [2025-12-18 03:24:41] "POST /neutron/network HTTP/1.1" 200 117 0.014826 10.0.0.23 - - [2025-12-18 03:24:42] "POST /neutron/network HTTP/1.1" 200 829 0.008972 10.0.0.23 - - [2025-12-18 03:24:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001209 10.0.0.23 - - [2025-12-18 03:24:42] "GET /virtual-network/906976ae-ca06-45bd-9f11-2f2b4a862da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005208 10.0.0.23 - - [2025-12-18 03:24:42] "GET /virtual-network/906976ae-ca06-45bd-9f11-2f2b4a862da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005563 10.0.0.23 - - [2025-12-18 03:24:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.011259 10.0.0.23 - - [2025-12-18 03:24:42] "GET /virtual-network/906976ae-ca06-45bd-9f11-2f2b4a862da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005830 10.0.0.23 - - [2025-12-18 03:24:42] "GET /obj-perms HTTP/1.1" 200 5022 0.062887 10.0.0.50 - - [2025-12-18 03:24:42] "GET /obj-perms HTTP/1.1" 200 5022 0.065072 10.0.0.23 - - [2025-12-18 03:24:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.002542 10.0.0.65 - - [2025-12-18 03:24:43] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001446 10.0.0.23 - - [2025-12-18 03:24:43] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.069018 10.0.0.23 - - [2025-12-18 03:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.008592 10.0.0.23 - - [2025-12-18 03:24:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001403 10.0.0.23 - - [2025-12-18 03:24:44] "POST /neutron/network HTTP/1.1" 200 839 0.007618 10.0.0.23 - - [2025-12-18 03:24:44] "POST /neutron/port HTTP/1.1" 200 1058 0.015554 10.0.0.65 - - [2025-12-18 03:24:45] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.23 - - [2025-12-18 03:24:45] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.246610 10.0.0.23 - - [2025-12-18 03:24:45] "POST /neutron/network HTTP/1.1" 200 829 0.006954 10.0.0.65 - - [2025-12-18 03:24:45] "GET /obj-perms HTTP/1.1" 200 5056 0.192590 10.0.0.23 - - [2025-12-18 03:24:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.008597 10.0.0.23 - - [2025-12-18 03:24:45] "POST /neutron/port HTTP/1.1" 200 1086 0.022076 10.0.0.23 - - [2025-12-18 03:24:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003270 10.0.0.23 - - [2025-12-18 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.65 - - [2025-12-18 03:24:45] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.23 - - [2025-12-18 03:24:45] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008868 10.0.0.23 - - [2025-12-18 03:24:45] "POST /service-templates HTTP/1.1" 200 543 0.048784 10.0.0.23 - - [2025-12-18 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2025-12-18 03:24:46] "GET /service-template/d00e5496-2aa9-4aad-9442-4922138b3579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007646 10.0.0.23 - - [2025-12-18 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2025-12-18 03:24:46] "GET /service-template/d00e5496-2aa9-4aad-9442-4922138b3579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005248 10.0.0.23 - - [2025-12-18 03:24:46] "POST /neutron/network HTTP/1.1" 200 839 0.005789 10.0.0.23 - - [2025-12-18 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001758 10.0.0.23 - - [2025-12-18 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.004524 10.0.0.23 - - [2025-12-18 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.002458 10.0.0.23 - - [2025-12-18 03:24:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007936 10.0.0.23 - - [2025-12-18 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007525 10.0.0.23 - - [2025-12-18 03:24:46] "DELETE /service-template/d00e5496-2aa9-4aad-9442-4922138b3579 HTTP/1.1" 200 115 0.034146 10.0.0.23 - - [2025-12-18 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.009924 10.0.0.23 - - [2025-12-18 03:24:46] "POST /neutron/port HTTP/1.1" 200 1107 0.099972 10.0.0.23 - - [2025-12-18 03:24:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.009550 10.0.0.23 - - [2025-12-18 03:24:46] "POST /neutron/network HTTP/1.1" 200 829 0.006567 10.0.0.23 - - [2025-12-18 03:24:47] "POST /neutron/port HTTP/1.1" 200 1112 0.013911 10.0.0.23 - - [2025-12-18 03:24:48] "POST /neutron/port HTTP/1.1" 200 1107 0.013705 10.0.0.65 - - [2025-12-18 03:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003916 10.0.0.23 - - [2025-12-18 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.65 - - [2025-12-18 03:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003711 10.0.0.23 - - [2025-12-18 03:24:48] "POST /neutron/network HTTP/1.1" 200 151 0.129597 10.0.0.23 - - [2025-12-18 03:24:49] "POST /neutron/network HTTP/1.1" 200 117 0.011151 10.0.0.23 - - [2025-12-18 03:24:49] "DELETE /route-target/eefa6895-3c4c-438c-9107-c9bf67a77f1c HTTP/1.1" 200 115 0.023008 10.0.0.23 - - [2025-12-18 03:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.006321 10.0.0.23 - - [2025-12-18 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.65 - - [2025-12-18 03:24:52] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.23 - - [2025-12-18 03:24:52] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.042454 10.0.0.23 - - [2025-12-18 03:24:52] "POST /neutron/network HTTP/1.1" 200 117 0.012558 10.0.0.23 - - [2025-12-18 03:24:52] "POST /route-targets HTTP/1.1" 200 327 0.015886 10.0.0.23 - - [2025-12-18 03:24:53] "POST /neutron/network HTTP/1.1" 200 830 0.008836 10.0.0.23 - - [2025-12-18 03:24:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001110 10.0.0.23 - - [2025-12-18 03:24:53] "GET /virtual-network/1737ed32-eccc-4826-ad9a-0dae59c5b207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005326 10.0.0.23 - - [2025-12-18 03:24:53] "GET /virtual-network/1737ed32-eccc-4826-ad9a-0dae59c5b207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006084 10.0.0.23 - - [2025-12-18 03:24:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.009324 10.0.0.23 - - [2025-12-18 03:24:53] "GET /virtual-network/1737ed32-eccc-4826-ad9a-0dae59c5b207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006090 10.0.0.23 - - [2025-12-18 03:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.65 - - [2025-12-18 03:24:53] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001313 10.0.0.23 - - [2025-12-18 03:24:53] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.042558 10.0.0.23 - - [2025-12-18 03:24:54] "POST /ref-update HTTP/1.1" 200 156 0.025041 10.0.0.65 - - [2025-12-18 03:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010643 10.0.0.23 - - [2025-12-18 03:24:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.190529 10.0.0.23 - - [2025-12-18 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001364 10.0.0.23 - - [2025-12-18 03:24:54] "GET /virtual-network/de557a8a-d389-4446-ad21-9ba521afa3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006259 10.0.0.23 - - [2025-12-18 03:24:54] "GET /virtual-network/de557a8a-d389-4446-ad21-9ba521afa3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006187 10.0.0.23 - - [2025-12-18 03:24:54] "POST /neutron/network HTTP/1.1" 200 830 0.006868 10.0.0.23 - - [2025-12-18 03:24:54] "GET /virtual-network/de557a8a-d389-4446-ad21-9ba521afa3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005574 10.0.0.50 - - [2025-12-18 03:24:54] "GET /obj-perms HTTP/1.1" 200 5022 0.007110 10.0.0.23 - - [2025-12-18 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.65 - - [2025-12-18 03:24:54] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000845 10.0.0.23 - - [2025-12-18 03:24:54] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050098 10.0.0.65 - - [2025-12-18 03:24:54] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001250 10.0.0.23 - - [2025-12-18 03:24:55] "POST /neutron/network HTTP/1.1" 200 613 0.119594 10.0.0.23 - - [2025-12-18 03:24:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.003923 10.0.0.23 - - [2025-12-18 03:24:55] "GET /virtual-network/3db78c0f-181b-43f0-8bff-298b80aeab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005445 10.0.0.23 - - [2025-12-18 03:24:55] "POST /neutron/network HTTP/1.1" 200 830 0.008026 10.0.0.23 - - [2025-12-18 03:24:55] "GET /virtual-network/3db78c0f-181b-43f0-8bff-298b80aeab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006654 10.0.0.23 - - [2025-12-18 03:24:55] "GET /virtual-network/3db78c0f-181b-43f0-8bff-298b80aeab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006391 10.0.0.23 - - [2025-12-18 03:24:55] "GET /obj-perms HTTP/1.1" 200 5022 0.004689 10.0.0.65 - - [2025-12-18 03:24:55] "GET /obj-perms HTTP/1.1" 200 5022 0.004077 10.0.0.23 - - [2025-12-18 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.65 - - [2025-12-18 03:24:55] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.23 - - [2025-12-18 03:24:55] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.036519 10.0.0.23 - - [2025-12-18 03:24:56] "POST /neutron/network HTTP/1.1" 200 117 0.016850 10.0.0.23 - - [2025-12-18 03:24:56] "POST /route-targets HTTP/1.1" 200 327 0.013809 10.0.0.23 - - [2025-12-18 03:24:56] "POST /neutron/network HTTP/1.1" 200 840 0.010260 10.0.0.23 - - [2025-12-18 03:24:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001725 10.0.0.23 - - [2025-12-18 03:24:56] "GET /virtual-network/5145b877-f725-4801-b6c2-0c5c48164c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008960 10.0.0.23 - - [2025-12-18 03:24:56] "GET /virtual-network/5145b877-f725-4801-b6c2-0c5c48164c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006236 10.0.0.23 - - [2025-12-18 03:24:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.010102 10.0.0.23 - - [2025-12-18 03:24:56] "GET /virtual-network/5145b877-f725-4801-b6c2-0c5c48164c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005825 10.0.0.23 - - [2025-12-18 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.65 - - [2025-12-18 03:24:57] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.23 - - [2025-12-18 03:24:57] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.036554 10.0.0.23 - - [2025-12-18 03:24:57] "POST /ref-update HTTP/1.1" 200 156 0.025581 10.0.0.65 - - [2025-12-18 03:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005793 10.0.0.23 - - [2025-12-18 03:24:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.218146 10.0.0.23 - - [2025-12-18 03:24:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001341 10.0.0.23 - - [2025-12-18 03:24:57] "GET /virtual-network/35fd9dba-01f1-4848-96ea-6b789b2bee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006089 10.0.0.23 - - [2025-12-18 03:24:57] "GET /virtual-network/35fd9dba-01f1-4848-96ea-6b789b2bee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005301 10.0.0.23 - - [2025-12-18 03:24:57] "POST /neutron/network HTTP/1.1" 200 844 0.006505 10.0.0.23 - - [2025-12-18 03:24:57] "GET /virtual-network/35fd9dba-01f1-4848-96ea-6b789b2bee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005668 10.0.0.50 - - [2025-12-18 03:24:58] "GET /obj-perms HTTP/1.1" 200 5022 0.004335 10.0.0.23 - - [2025-12-18 03:24:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001516 10.0.0.65 - - [2025-12-18 03:24:59] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.23 - - [2025-12-18 03:24:59] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.063476 10.0.0.23 - - [2025-12-18 03:24:59] "POST /neutron/network HTTP/1.1" 200 830 0.006330 10.0.0.23 - - [2025-12-18 03:24:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.23 - - [2025-12-18 03:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.007865 10.0.0.65 - - [2025-12-18 03:24:59] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.23 - - [2025-12-18 03:24:59] "POST /neutron/port HTTP/1.1" 200 1056 0.291317 10.0.0.23 - - [2025-12-18 03:25:00] "POST /neutron/port HTTP/1.1" 200 1110 0.159137 10.0.0.65 - - [2025-12-18 03:25:00] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001223 10.0.0.23 - - [2025-12-18 03:25:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.009688 10.0.0.23 - - [2025-12-18 03:25:00] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.107440 10.0.0.23 - - [2025-12-18 03:25:00] "POST /neutron/network HTTP/1.1" 200 830 0.008043 10.0.0.23 - - [2025-12-18 03:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.23 - - [2025-12-18 03:25:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003832 10.0.0.23 - - [2025-12-18 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.65 - - [2025-12-18 03:25:00] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2025-12-18 03:25:00] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007806 10.0.0.23 - - [2025-12-18 03:25:00] "POST /service-templates HTTP/1.1" 200 543 0.044792 10.0.0.23 - - [2025-12-18 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2025-12-18 03:25:00] "GET /service-template/7fa48649-afa1-45f8-bf88-6a1b660be3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.008214 10.0.0.23 - - [2025-12-18 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2025-12-18 03:25:00] "GET /service-template/7fa48649-afa1-45f8-bf88-6a1b660be3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.005145 10.0.0.23 - - [2025-12-18 03:25:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001363 10.0.0.23 - - [2025-12-18 03:25:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.002200 10.0.0.23 - - [2025-12-18 03:25:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001964 10.0.0.65 - - [2025-12-18 03:25:01] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.23 - - [2025-12-18 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.23 - - [2025-12-18 03:25:01] "DELETE /service-template/7fa48649-afa1-45f8-bf88-6a1b660be3af HTTP/1.1" 200 115 0.041546 10.0.0.23 - - [2025-12-18 03:25:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.014383 10.0.0.23 - - [2025-12-18 03:25:01] "POST /neutron/port HTTP/1.1" 200 1054 0.423824 10.0.0.23 - - [2025-12-18 03:25:01] "POST /neutron/port HTTP/1.1" 200 1054 0.012824 10.0.0.23 - - [2025-12-18 03:25:01] "POST /neutron/port HTTP/1.1" 200 1082 0.025530 10.0.0.23 - - [2025-12-18 03:25:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.019772 10.0.0.23 - - [2025-12-18 03:25:02] "POST /neutron/network HTTP/1.1" 200 840 0.007356 10.0.0.23 - - [2025-12-18 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2025-12-18 03:25:02] "POST /neutron/port HTTP/1.1" 200 1110 0.060060 10.0.0.23 - - [2025-12-18 03:25:03] "POST /neutron/network HTTP/1.1" 400 204 0.026388 10.0.0.23 - - [2025-12-18 03:25:04] "POST /neutron/port HTTP/1.1" 200 151 0.215776 10.0.0.23 - - [2025-12-18 03:25:04] "POST /neutron/network HTTP/1.1" 200 117 0.011355 10.0.0.65 - - [2025-12-18 03:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004696 10.0.0.65 - - [2025-12-18 03:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.23 - - [2025-12-18 03:25:05] "POST /neutron/network HTTP/1.1" 200 151 0.156454 10.0.0.23 - - [2025-12-18 03:25:05] "DELETE /route-target/f382a2a7-b5e1-464e-8810-db62081611a6 HTTP/1.1" 200 115 0.042850 10.0.0.65 - - [2025-12-18 03:25:05] "DELETE /project/04e44351bf0745ef92ab9e5848135657 HTTP/1.1" 404 173 0.003669 10.0.0.65 - - [2025-12-18 03:25:05] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.65 - - [2025-12-18 03:25:05] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.045607 10.0.0.65 - - [2025-12-18 03:25:05] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.65 - - [2025-12-18 03:25:05] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?fields=security_groups HTTP/1.1" 200 1356 0.039719 10.0.0.65 - - [2025-12-18 03:25:05] "DELETE /security-group/bc60f022-52b1-4e29-8266-0189384fdae9 HTTP/1.1" 200 115 0.057635 10.0.0.65 - - [2025-12-18 03:25:05] "GET /projects?obj_uuids=80fc0415-0161-47c3-a717-e018b88a5252&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.65 - - [2025-12-18 03:25:05] "GET /project/80fc0415-0161-47c3-a717-e018b88a5252?fields=application_policy_sets HTTP/1.1" 200 1395 0.067063 10.0.0.23 - - [2025-12-18 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.65 - - [2025-12-18 03:25:05] "DELETE /project/80fc0415-0161-47c3-a717-e018b88a5252 HTTP/1.1" 200 115 0.439555 10.0.0.23 - - [2025-12-18 03:25:05] "POST /neutron/network HTTP/1.1" 200 830 0.007274 10.0.0.23 - - [2025-12-18 03:25:06] "DELETE /route-target/f4a9b847-9ce9-4803-b049-e8323b6cbad2 HTTP/1.1" 200 115 0.030794 10.0.0.65 - - [2025-12-18 03:25:07] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.23 - - [2025-12-18 03:25:07] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046441 10.0.0.65 - - [2025-12-18 03:25:07] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.23 - - [2025-12-18 03:25:07] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?fields=virtual_networks HTTP/1.1" 200 1022 0.045859 10.0.0.65 - - [2025-12-18 03:25:07] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.23 - - [2025-12-18 03:25:07] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039978 10.0.0.65 - - [2025-12-18 03:25:07] "GET /projects?obj_uuids=04e44351-bf07-45ef-92ab-9e5848135657&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001364 10.0.0.23 - - [2025-12-18 03:25:07] "GET /project/04e44351-bf07-45ef-92ab-9e5848135657?fields=security_groups HTTP/1.1" 200 1244 0.058878 10.0.0.23 - - [2025-12-18 03:25:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.031001 10.0.0.65 - - [2025-12-18 03:25:08] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003738 10.0.0.65 - - [2025-12-18 03:25:08] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.65 - - [2025-12-18 03:25:08] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006833 10.0.0.65 - - [2025-12-18 03:25:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.005388 10.0.0.65 - - [2025-12-18 03:25:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.010333 10.0.0.65 - - [2025-12-18 03:25:09] "POST /security-groups HTTP/1.1" 200 593 0.077320 10.0.0.65 - - [2025-12-18 03:25:09] "POST /projects HTTP/1.1" 200 589 0.350083 10.0.0.23 - - [2025-12-18 03:25:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.009576 10.0.0.65 - - [2025-12-18 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.429157 10.0.0.23 - - [2025-12-18 03:25:09] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.567200 10.0.0.23 - - [2025-12-18 03:25:10] "GET / HTTP/1.1" 200 35931 0.001533 10.0.0.23 - - [2025-12-18 03:25:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2025-12-18 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.053568 10.0.0.65 - - [2025-12-18 03:25:12] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.23 - - [2025-12-18 03:25:12] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042602 10.0.0.65 - - [2025-12-18 03:25:12] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001491 10.0.0.23 - - [2025-12-18 03:25:12] "POST /neutron/network HTTP/1.1" 200 611 0.154802 10.0.0.23 - - [2025-12-18 03:25:13] "POST /ref-update HTTP/1.1" 200 156 0.039942 10.0.0.23 - - [2025-12-18 03:25:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.003693 10.0.0.23 - - [2025-12-18 03:25:13] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006321 10.0.0.23 - - [2025-12-18 03:25:13] "POST /neutron/network HTTP/1.1" 200 828 0.007173 10.0.0.23 - - [2025-12-18 03:25:13] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005040 10.0.0.23 - - [2025-12-18 03:25:13] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005670 10.0.0.23 - - [2025-12-18 03:25:14] "GET /obj-perms HTTP/1.1" 200 5034 0.055538 10.0.0.65 - - [2025-12-18 03:25:15] "GET /obj-perms HTTP/1.1" 200 5034 0.055185 10.0.0.23 - - [2025-12-18 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.65 - - [2025-12-18 03:25:15] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.23 - - [2025-12-18 03:25:15] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040590 10.0.0.23 - - [2025-12-18 03:25:15] "POST /neutron/network HTTP/1.1" 200 117 0.014227 10.0.0.23 - - [2025-12-18 03:25:15] "POST /neutron/network HTTP/1.1" 200 831 0.009904 10.0.0.23 - - [2025-12-18 03:25:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001161 10.0.0.23 - - [2025-12-18 03:25:15] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006298 10.0.0.23 - - [2025-12-18 03:25:15] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005609 10.0.0.23 - - [2025-12-18 03:25:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.010455 10.0.0.23 - - [2025-12-18 03:25:16] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005902 10.0.0.23 - - [2025-12-18 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.65 - - [2025-12-18 03:25:16] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.23 - - [2025-12-18 03:25:16] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058952 10.0.0.23 - - [2025-12-18 03:25:16] "POST /route-targets HTTP/1.1" 200 327 0.015349 10.0.0.65 - - [2025-12-18 03:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006840 10.0.0.23 - - [2025-12-18 03:25:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.207475 10.0.0.23 - - [2025-12-18 03:25:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001574 10.0.0.23 - - [2025-12-18 03:25:17] "GET /virtual-network/38f2a854-486e-42f0-af78-df7c0df1475f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005548 10.0.0.23 - - [2025-12-18 03:25:17] "GET /virtual-network/38f2a854-486e-42f0-af78-df7c0df1475f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006813 10.0.0.23 - - [2025-12-18 03:25:17] "POST /neutron/network HTTP/1.1" 200 836 0.007541 10.0.0.23 - - [2025-12-18 03:25:17] "GET /virtual-network/38f2a854-486e-42f0-af78-df7c0df1475f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005903 10.0.0.50 - - [2025-12-18 03:25:17] "GET /obj-perms HTTP/1.1" 200 5034 0.055429 10.0.0.23 - - [2025-12-18 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.65 - - [2025-12-18 03:25:17] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.23 - - [2025-12-18 03:25:17] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037161 10.0.0.65 - - [2025-12-18 03:25:17] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.23 - - [2025-12-18 03:25:18] "POST /neutron/network HTTP/1.1" 200 629 0.144504 10.0.0.23 - - [2025-12-18 03:25:18] "POST /ref-update HTTP/1.1" 200 156 0.041769 10.0.0.23 - - [2025-12-18 03:25:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.003821 10.0.0.23 - - [2025-12-18 03:25:18] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006188 10.0.0.23 - - [2025-12-18 03:25:18] "POST /neutron/network HTTP/1.1" 200 847 0.006717 10.0.0.23 - - [2025-12-18 03:25:18] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004442 10.0.0.23 - - [2025-12-18 03:25:18] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005780 10.0.0.23 - - [2025-12-18 03:25:18] "GET /obj-perms HTTP/1.1" 200 5034 0.003828 10.0.0.65 - - [2025-12-18 03:25:19] "GET /obj-perms HTTP/1.1" 200 5034 0.003757 10.0.0.23 - - [2025-12-18 03:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005664 10.0.0.65 - - [2025-12-18 03:25:19] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.23 - - [2025-12-18 03:25:19] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050257 10.0.0.23 - - [2025-12-18 03:25:19] "POST /neutron/network HTTP/1.1" 200 117 0.020496 10.0.0.23 - - [2025-12-18 03:25:19] "POST /neutron/network HTTP/1.1" 200 850 0.018018 10.0.0.23 - - [2025-12-18 03:25:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.001304 10.0.0.23 - - [2025-12-18 03:25:19] "GET /virtual-network/85480128-8cfd-48b0-8202-56d86ae1ee7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005179 10.0.0.23 - - [2025-12-18 03:25:19] "GET /virtual-network/85480128-8cfd-48b0-8202-56d86ae1ee7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007953 10.0.0.23 - - [2025-12-18 03:25:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.017580 10.0.0.23 - - [2025-12-18 03:25:19] "GET /virtual-network/85480128-8cfd-48b0-8202-56d86ae1ee7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005256 10.0.0.23 - - [2025-12-18 03:25:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001476 10.0.0.65 - - [2025-12-18 03:25:21] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003449 10.0.0.23 - - [2025-12-18 03:25:21] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074956 10.0.0.23 - - [2025-12-18 03:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.006835 10.0.0.23 - - [2025-12-18 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.001571 10.0.0.23 - - [2025-12-18 03:25:21] "POST /neutron/network HTTP/1.1" 200 841 0.016641 10.0.0.23 - - [2025-12-18 03:25:22] "POST /neutron/port HTTP/1.1" 200 1060 0.022948 10.0.0.65 - - [2025-12-18 03:25:22] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.23 - - [2025-12-18 03:25:22] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.117395 10.0.0.23 - - [2025-12-18 03:25:22] "POST /neutron/network HTTP/1.1" 200 831 0.006733 10.0.0.23 - - [2025-12-18 03:25:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.011793 10.0.0.23 - - [2025-12-18 03:25:22] "POST /neutron/port HTTP/1.1" 200 1088 0.020672 10.0.0.23 - - [2025-12-18 03:25:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.005930 10.0.0.23 - - [2025-12-18 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.65 - - [2025-12-18 03:25:22] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.23 - - [2025-12-18 03:25:22] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010469 10.0.0.23 - - [2025-12-18 03:25:23] "POST /service-templates HTTP/1.1" 200 543 0.035143 10.0.0.23 - - [2025-12-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.23 - - [2025-12-18 03:25:23] "GET /service-template/c46cfcf9-77f1-4926-8835-fb64d39d21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007735 10.0.0.23 - - [2025-12-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.23 - - [2025-12-18 03:25:23] "GET /service-template/c46cfcf9-77f1-4926-8835-fb64d39d21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004621 10.0.0.23 - - [2025-12-18 03:25:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001978 10.0.0.23 - - [2025-12-18 03:25:23] "POST /neutron/network HTTP/1.1" 200 841 0.009962 10.0.0.23 - - [2025-12-18 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014685 10.0.0.23 - - [2025-12-18 03:25:23] "POST /neutron/port HTTP/1.1" 200 1061 0.015411 10.0.0.23 - - [2025-12-18 03:25:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005008 10.0.0.23 - - [2025-12-18 03:25:24] "POST /neutron/network HTTP/1.1" 200 831 0.006495 10.0.0.65 - - [2025-12-18 03:25:24] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.23 - - [2025-12-18 03:25:24] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086195 10.0.0.23 - - [2025-12-18 03:25:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007071 10.0.0.23 - - [2025-12-18 03:25:24] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2025-12-18 03:25:25] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 404 171 0.034316 10.0.0.65 - - [2025-12-18 03:25:25] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.23 - - [2025-12-18 03:25:25] "POST /neutron/port HTTP/1.1" 200 1061 0.289139 10.0.0.23 - - [2025-12-18 03:25:25] "POST /neutron/port HTTP/1.1" 200 1115 0.133149 10.0.0.23 - - [2025-12-18 03:25:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.008642 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 200 1295 0.007424 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 2983 0.005559 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005625 10.0.0.23 - - [2025-12-18 03:25:27] "PUT /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 284 0.015742 10.0.0.23 - - [2025-12-18 03:25:27] "POST /neutron/port HTTP/1.1" 200 1089 0.015616 10.0.0.23 - - [2025-12-18 03:25:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006946 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 200 1295 0.003877 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 3033 0.006772 10.0.0.23 - - [2025-12-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2025-12-18 03:25:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003664 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002735 10.0.0.23 - - [2025-12-18 03:25:27] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006273 10.0.0.23 - - [2025-12-18 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2025-12-18 03:25:30] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005284 10.0.0.23 - - [2025-12-18 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.23 - - [2025-12-18 03:25:34] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006510 10.0.0.23 - - [2025-12-18 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2025-12-18 03:25:38] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005621 10.0.0.23 - - [2025-12-18 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.23 - - [2025-12-18 03:25:43] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005121 10.0.0.50 - - [2025-12-18 03:25:46] "GET /obj-perms HTTP/1.1" 200 5056 0.073171 10.0.0.23 - - [2025-12-18 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2025-12-18 03:25:47] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005645 10.0.0.23 - - [2025-12-18 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2025-12-18 03:25:51] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004894 10.0.0.23 - - [2025-12-18 03:25:55] "DELETE /access-control-list/b6e56632-a1ac-4216-87d4-e8c52657f5dc HTTP/1.1" 200 115 0.033667 10.0.0.23 - - [2025-12-18 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2025-12-18 03:25:55] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004769 10.0.0.23 - - [2025-12-18 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006272 10.0.0.23 - - [2025-12-18 03:25:59] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005464 10.0.0.23 - - [2025-12-18 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.23 - - [2025-12-18 03:26:03] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006270 10.0.0.65 - - [2025-12-18 03:26:05] "DELETE /project/04e44351-bf07-45ef-92ab-9e5848135657 HTTP/1.1" 404 177 0.002813 10.0.0.65 - - [2025-12-18 03:26:05] "DELETE /project/60e2fbf4cc5f4b10bb439931c49bd4b4 HTTP/1.1" 404 173 0.005099 10.0.0.23 - - [2025-12-18 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2025-12-18 03:26:07] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005608 10.0.0.23 - - [2025-12-18 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2025-12-18 03:26:11] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005255 10.0.0.23 - - [2025-12-18 03:26:13] "POST /neutron/port HTTP/1.1" 200 1088 0.018960 10.0.0.23 - - [2025-12-18 03:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004551 10.0.0.23 - - [2025-12-18 03:26:13] "POST /neutron/network HTTP/1.1" 200 828 0.006533 10.0.0.23 - - [2025-12-18 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-18 03:26:15] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006346 10.0.0.23 - - [2025-12-18 03:26:17] "POST /neutron/network HTTP/1.1" 200 841 0.030838 10.0.0.23 - - [2025-12-18 03:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.23 - - [2025-12-18 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2025-12-18 03:26:17] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.23 - - [2025-12-18 03:26:17] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003133 10.0.0.23 - - [2025-12-18 03:26:17] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008994 10.0.0.23 - - [2025-12-18 03:26:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.016398 10.0.0.23 - - [2025-12-18 03:26:25] "POST /neutron/port HTTP/1.1" 200 1088 0.040436 10.0.0.23 - - [2025-12-18 03:26:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006754 10.0.0.23 - - [2025-12-18 03:26:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016937 10.0.0.23 - - [2025-12-18 03:26:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006868 10.0.0.23 - - [2025-12-18 03:26:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003864 10.0.0.23 - - [2025-12-18 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.65 - - [2025-12-18 03:26:44] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001712 10.0.0.23 - - [2025-12-18 03:26:44] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048409 10.0.0.23 - - [2025-12-18 03:26:44] "POST /service-instances HTTP/1.1" 200 547 0.033788 10.0.0.23 - - [2025-12-18 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2025-12-18 03:26:44] "GET /service-instance/0733ba3e-1d3b-4f88-b63c-0ba8f272d228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007083 10.0.0.23 - - [2025-12-18 03:26:44] "POST /port-tuples HTTP/1.1" 200 590 0.043711 10.0.0.23 - - [2025-12-18 03:26:44] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005751 10.0.0.23 - - [2025-12-18 03:26:44] "PUT /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 284 0.015242 10.0.0.23 - - [2025-12-18 03:26:44] "POST /ref-update HTTP/1.1" 200 156 0.017519 10.0.0.23 - - [2025-12-18 03:26:44] "POST /neutron/port HTTP/1.1" 200 1088 0.027055 10.0.0.23 - - [2025-12-18 03:26:44] "POST /ref-update HTTP/1.1" 200 156 0.021655 10.0.0.23 - - [2025-12-18 03:26:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010366 10.0.0.23 - - [2025-12-18 03:26:44] "POST /ref-update HTTP/1.1" 200 156 0.027001 10.0.0.23 - - [2025-12-18 03:26:44] "GET /virtual-machine/7f17f03f-d599-4f3f-bd79-3ccb9386cc14 HTTP/1.1" 200 1294 0.007294 10.0.0.23 - - [2025-12-18 03:26:44] "GET /virtual-machine-interface/85484952-ce17-43d9-9979-723a7f4f2367 HTTP/1.1" 200 2956 0.005650 10.0.0.23 - - [2025-12-18 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2025-12-18 03:26:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004647 10.0.0.23 - - [2025-12-18 03:26:44] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003442 10.0.0.23 - - [2025-12-18 03:26:45] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005963 10.0.0.23 - - [2025-12-18 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.23 - - [2025-12-18 03:26:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003837 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003237 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006941 10.0.0.23 - - [2025-12-18 03:26:46] "POST /neutron/port HTTP/1.1" 200 1089 0.016352 10.0.0.23 - - [2025-12-18 03:26:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007619 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-machine/37982d0b-dd2d-4822-938d-f75ad994eed5 HTTP/1.1" 200 1294 0.006532 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-machine-interface/3bf3d0eb-ab1e-48ab-97f9-5f658c342667 HTTP/1.1" 200 2959 0.005209 10.0.0.23 - - [2025-12-18 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2025-12-18 03:26:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002922 10.0.0.23 - - [2025-12-18 03:26:46] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007911 10.0.0.23 - - [2025-12-18 03:26:47] "GET /obj-perms HTTP/1.1" 200 5056 0.057917 10.0.0.23 - - [2025-12-18 03:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 03:26:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005185 10.0.0.23 - - [2025-12-18 03:26:47] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003458 10.0.0.23 - - [2025-12-18 03:26:47] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006303 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.004314 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.65 - - [2025-12-18 03:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2025-12-18 03:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.65 - - [2025-12-18 03:26:48] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.23 - - [2025-12-18 03:26:48] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048710 10.0.0.23 - - [2025-12-18 03:26:48] "POST /network-policys HTTP/1.1" 200 551 0.028270 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006039 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.23 - - [2025-12-18 03:26:48] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006699 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005048 10.0.0.23 - - [2025-12-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.056839 10.0.0.23 - - [2025-12-18 03:26:48] "POST /access-control-lists HTTP/1.1" 200 596 0.043446 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007581 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.013896 10.0.0.23 - - [2025-12-18 03:26:48] "POST /neutron/network HTTP/1.1" 200 920 0.016163 10.0.0.23 - - [2025-12-18 03:26:48] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004940 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004825 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-12-18 03:26:48] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005358 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004259 10.0.0.23 - - [2025-12-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.065757 10.0.0.23 - - [2025-12-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2025-12-18 03:26:48] "POST /access-control-lists HTTP/1.1" 200 599 0.081252 10.0.0.23 - - [2025-12-18 03:26:48] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003664 10.0.0.23 - - [2025-12-18 03:26:49] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.017140 10.0.0.23 - - [2025-12-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.015761 10.0.0.23 - - [2025-12-18 03:26:49] "PUT /access-control-list/137ad831-7fbb-4ad5-b86c-613900ed6c2e HTTP/1.1" 200 272 0.040216 10.0.0.23 - - [2025-12-18 03:26:49] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005102 10.0.0.23 - - [2025-12-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000317 10.0.0.23 - - [2025-12-18 03:26:49] "GET /service-template/c46cfcf9-77f1-4926-8835-fb64d39d21c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007376 10.0.0.23 - - [2025-12-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.65 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001405 10.0.0.65 - - [2025-12-18 03:26:49] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.23 - - [2025-12-18 03:26:49] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033385 10.0.0.23 - - [2025-12-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.23 - - [2025-12-18 03:26:49] "GET /service-instance/0733ba3e-1d3b-4f88-b63c-0ba8f272d228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2541 0.005952 10.0.0.23 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-18 03:26:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009700 10.0.0.50 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-12-18 03:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-18 03:26:49] "POST /neutron/port HTTP/1.1" 200 1383 0.032663 10.0.0.23 - - [2025-12-18 03:26:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009471 10.0.0.23 - - [2025-12-18 03:26:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001442 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 200 1295 0.004079 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 3889 0.006725 10.0.0.23 - - [2025-12-18 03:26:50] "GET /instance-ip/3c0c54aa-6b28-4923-ab03-891e864ea3e8 HTTP/1.1" 200 1964 0.004334 10.0.0.23 - - [2025-12-18 03:26:50] "GET /instance-ip/5988d829-4bf0-4f6d-a5df-1a6bacc35b90 HTTP/1.1" 200 1962 0.004004 10.0.0.23 - - [2025-12-18 03:26:50] "GET /instance-ip/bdfc2445-06f6-4077-83cf-9b320e37868b HTTP/1.1" 200 1634 0.006644 10.0.0.23 - - [2025-12-18 03:26:50] "POST /neutron/port HTTP/1.1" 200 1383 0.020790 10.0.0.23 - - [2025-12-18 03:26:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008170 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-machine/aee51978-fe91-4937-96df-9b04c707d7e2 HTTP/1.1" 200 1295 0.004224 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-machine-interface/59307f4d-cbd0-4c87-afd9-ca52734ad719 HTTP/1.1" 200 3889 0.006535 10.0.0.23 - - [2025-12-18 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2025-12-18 03:26:50] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003673 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004036 10.0.0.23 - - [2025-12-18 03:26:50] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007125 10.0.0.23 - - [2025-12-18 03:26:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-18 03:26:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2025-12-18 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-12-18 03:26:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003974 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002710 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006449 10.0.0.23 - - [2025-12-18 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.23 - - [2025-12-18 03:26:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003806 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003264 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006495 10.0.0.23 - - [2025-12-18 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2025-12-18 03:26:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005284 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004339 10.0.0.23 - - [2025-12-18 03:26:51] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006231 10.0.0.23 - - [2025-12-18 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2025-12-18 03:26:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005014 10.0.0.23 - - [2025-12-18 03:26:52] "GET /virtual-networks?parent_id=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003403 10.0.0.23 - - [2025-12-18 03:26:52] "GET /virtual-network/327148b3-f263-4635-9f30-1c5a71fb9369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007263 10.0.0.23 - - [2025-12-18 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.23 - - [2025-12-18 03:26:52] "GET /routing-instance/136fcd7a-88a4-4ae7-9b24-5f3647305d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004640 10.0.0.23 - - [2025-12-18 03:26:52] "GET /routing-instance/136fcd7a-88a4-4ae7-9b24-5f3647305d17?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.005797 10.0.0.23 - - [2025-12-18 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.23 - - [2025-12-18 03:26:52] "GET /routing-instance/4e3feb5c-bc3e-492a-8857-32f7e2adc480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005194 10.0.0.23 - - [2025-12-18 03:26:52] "GET /routing-instance/4e3feb5c-bc3e-492a-8857-32f7e2adc480?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1591 0.006805 10.0.0.23 - - [2025-12-18 03:27:13] "POST /neutron/network HTTP/1.1" 200 857 0.007277 10.0.0.23 - - [2025-12-18 03:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.23 - - [2025-12-18 03:27:19] "POST /neutron/port HTTP/1.1" 200 1089 0.023180 10.0.0.23 - - [2025-12-18 03:27:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.009467 10.0.0.23 - - [2025-12-18 03:27:44] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004468 10.0.0.23 - - [2025-12-18 03:27:44] "PUT /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423 HTTP/1.1" 200 262 0.016452 10.0.0.23 - - [2025-12-18 03:27:45] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004323 10.0.0.23 - - [2025-12-18 03:27:45] "POST /neutron/port HTTP/1.1" 200 1383 0.022090 10.0.0.65 - - [2025-12-18 03:27:47] "GET /obj-perms HTTP/1.1" 200 5056 0.056412 10.0.0.23 - - [2025-12-18 03:28:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007554 10.0.0.23 - - [2025-12-18 03:28:13] "POST /neutron/network HTTP/1.1" 200 930 0.007443 10.0.0.23 - - [2025-12-18 03:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2025-12-18 03:28:13] "POST /ref-update HTTP/1.1" 200 156 0.062931 10.0.0.23 - - [2025-12-18 03:28:13] "DELETE /access-control-list/259b6050-918c-4a2a-84d7-ce050cc1ace7 HTTP/1.1" 200 115 0.060988 10.0.0.23 - - [2025-12-18 03:28:13] "GET /virtual-network/ab388ecc-07e5-4ddb-ac22-e14ed4a90843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010860 10.0.0.23 - - [2025-12-18 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2025-12-18 03:28:13] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.010269 10.0.0.23 - - [2025-12-18 03:28:13] "POST /ref-update HTTP/1.1" 200 156 0.039576 10.0.0.23 - - [2025-12-18 03:28:13] "POST /ref-update HTTP/1.1" 200 156 0.061092 10.0.0.23 - - [2025-12-18 03:28:13] "POST /neutron/network HTTP/1.1" 200 828 0.008094 10.0.0.23 - - [2025-12-18 03:28:13] "GET /virtual-network/6db6c757-184c-442a-9791-41e6cd991b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010585 10.0.0.23 - - [2025-12-18 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-12-18 03:28:13] "GET /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005132 10.0.0.23 - - [2025-12-18 03:28:14] "POST /ref-update HTTP/1.1" 200 156 0.031090 10.0.0.23 - - [2025-12-18 03:28:14] "DELETE /network-policy/fb14106d-7f72-4a19-a908-f1ad62c5c423 HTTP/1.1" 200 115 0.056841 10.0.0.23 - - [2025-12-18 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007558 10.0.0.23 - - [2025-12-18 03:28:14] "DELETE /service-instance/0733ba3e-1d3b-4f88-b63c-0ba8f272d228 HTTP/1.1" 200 115 0.051912 10.0.0.23 - - [2025-12-18 03:28:14] "POST /ref-update HTTP/1.1" 200 156 0.018247 10.0.0.23 - - [2025-12-18 03:28:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003550 10.0.0.23 - - [2025-12-18 03:28:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003808 10.0.0.23 - - [2025-12-18 03:28:14] "DELETE /instance-ip/5988d829-4bf0-4f6d-a5df-1a6bacc35b90 HTTP/1.1" 200 115 0.041073 10.0.0.23 - - [2025-12-18 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.23 - - [2025-12-18 03:28:14] "DELETE /service-template/c46cfcf9-77f1-4926-8835-fb64d39d21c4 HTTP/1.1" 200 115 0.039638 10.0.0.23 - - [2025-12-18 03:28:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003501 10.0.0.23 - - [2025-12-18 03:28:15] "DELETE /route-target/20ac8faa-2be6-4ec5-9ddd-ef005ff0b9ed HTTP/1.1" 200 115 0.033112 10.0.0.23 - - [2025-12-18 03:28:15] "POST /neutron/port HTTP/1.1" 200 1089 0.018066 10.0.0.23 - - [2025-12-18 03:28:15] "POST /neutron/network HTTP/1.1" 200 847 0.007360 10.0.0.23 - - [2025-12-18 03:28:15] "POST /neutron/port HTTP/1.1" 200 1115 0.011795 10.0.0.23 - - [2025-12-18 03:28:15] "POST /neutron/port HTTP/1.1" 200 1114 0.014845 10.0.0.65 - - [2025-12-18 03:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004303 10.0.0.23 - - [2025-12-18 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.65 - - [2025-12-18 03:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003005 10.0.0.23 - - [2025-12-18 03:28:16] "POST /neutron/network HTTP/1.1" 200 151 0.192730 10.0.0.23 - - [2025-12-18 03:28:16] "DELETE /route-target/2a5cad1b-64ba-4343-a195-c41ce7e7b777 HTTP/1.1" 200 115 0.029234 10.0.0.23 - - [2025-12-18 03:28:16] "POST /neutron/network HTTP/1.1" 200 828 0.007731 10.0.0.65 - - [2025-12-18 03:28:18] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.23 - - [2025-12-18 03:28:18] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.101854 10.0.0.65 - - [2025-12-18 03:28:18] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001829 10.0.0.23 - - [2025-12-18 03:28:18] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?fields=virtual_networks HTTP/1.1" 200 1035 0.061566 10.0.0.65 - - [2025-12-18 03:28:18] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.23 - - [2025-12-18 03:28:18] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050324 10.0.0.65 - - [2025-12-18 03:28:18] "GET /projects?obj_uuids=60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.23 - - [2025-12-18 03:28:18] "GET /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4?fields=security_groups HTTP/1.1" 200 1263 0.056282 10.0.0.23 - - [2025-12-18 03:28:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.041544 10.0.0.65 - - [2025-12-18 03:28:19] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003069 10.0.0.65 - - [2025-12-18 03:28:19] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.65 - - [2025-12-18 03:28:19] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009000 10.0.0.65 - - [2025-12-18 03:28:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001149 10.0.0.65 - - [2025-12-18 03:28:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.007599 10.0.0.65 - - [2025-12-18 03:28:20] "POST /security-groups HTTP/1.1" 200 592 0.042155 10.0.0.23 - - [2025-12-18 03:28:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.005107 10.0.0.65 - - [2025-12-18 03:28:20] "POST /projects HTTP/1.1" 200 587 0.274144 10.0.0.65 - - [2025-12-18 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.348951 10.0.0.23 - - [2025-12-18 03:28:20] "POST /access-control-lists HTTP/1.1" 200 595 0.030536 10.0.0.23 - - [2025-12-18 03:28:20] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.488696 10.0.0.23 - - [2025-12-18 03:28:21] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.23 - - [2025-12-18 03:28:23] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.65 - - [2025-12-18 03:28:24] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.23 - - [2025-12-18 03:28:24] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081113 10.0.0.23 - - [2025-12-18 03:28:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.005938 10.0.0.23 - - [2025-12-18 03:28:24] "POST /virtual-DNSs HTTP/1.1" 200 507 0.042082 10.0.0.23 - - [2025-12-18 03:28:24] "GET /virtual-DNS/4218e3f7-6152-473c-8e87-feff1d54dc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006598 10.0.0.23 - - [2025-12-18 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2025-12-18 03:28:24] "GET /virtual-DNS/4218e3f7-6152-473c-8e87-feff1d54dc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004205 10.0.0.23 - - [2025-12-18 03:28:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003218 10.0.0.23 - - [2025-12-18 03:28:24] "POST /network-ipams HTTP/1.1" 200 514 0.027597 10.0.0.23 - - [2025-12-18 03:28:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003949 10.0.0.23 - - [2025-12-18 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.23 - - [2025-12-18 03:28:24] "GET /network-ipam/29c8bdf4-e916-4387-bfbc-4c53ab55a22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.007085 10.0.0.23 - - [2025-12-18 03:28:25] "PUT /network-ipam/29c8bdf4-e916-4387-bfbc-4c53ab55a22e HTTP/1.1" 200 258 0.014847 10.0.0.23 - - [2025-12-18 03:28:25] "POST /ref-update HTTP/1.1" 200 156 0.014135 10.0.0.23 - - [2025-12-18 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007121 10.0.0.65 - - [2025-12-18 03:28:25] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.23 - - [2025-12-18 03:28:25] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038242 10.0.0.65 - - [2025-12-18 03:28:25] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.23 - - [2025-12-18 03:28:25] "POST /neutron/network HTTP/1.1" 200 618 0.167110 10.0.0.23 - - [2025-12-18 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.003618 10.0.0.23 - - [2025-12-18 03:28:25] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005849 10.0.0.23 - - [2025-12-18 03:28:25] "POST /neutron/network HTTP/1.1" 200 833 0.007228 10.0.0.23 - - [2025-12-18 03:28:25] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006492 10.0.0.23 - - [2025-12-18 03:28:26] "POST /neutron/network HTTP/1.1" 200 807 0.015983 10.0.0.23 - - [2025-12-18 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001424 10.0.0.65 - - [2025-12-18 03:28:26] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.23 - - [2025-12-18 03:28:26] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057422 10.0.0.23 - - [2025-12-18 03:28:27] "POST /neutron/network HTTP/1.1" 200 833 0.039522 10.0.0.23 - - [2025-12-18 03:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.007548 10.0.0.23 - - [2025-12-18 03:28:27] "POST /neutron/port HTTP/1.1" 200 1058 0.014440 10.0.0.23 - - [2025-12-18 03:28:28] "POST /neutron/port HTTP/1.1" 200 1086 0.016952 10.0.0.23 - - [2025-12-18 03:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.23 - - [2025-12-18 03:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007562 10.0.0.23 - - [2025-12-18 03:28:32] "POST /neutron/port HTTP/1.1" 200 1086 0.017420 10.0.0.23 - - [2025-12-18 03:28:32] "GET /virtual-machine/1b54543e-1aca-40bb-b217-8abc43973800 HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2025-12-18 03:28:32] "GET /virtual-machine/1b54543e-1aca-40bb-b217-8abc43973800 HTTP/1.1" 200 1293 0.036546 10.0.0.23 - - [2025-12-18 03:28:32] "GET /virtual-machine-interface/c0a3489a-fdc3-4055-b19d-dc0081f10d0f HTTP/1.1" 200 2964 0.005162 10.0.0.23 - - [2025-12-18 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-12-18 03:28:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008363 10.0.0.23 - - [2025-12-18 03:28:32] "GET /virtual-networks?parent_id=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003151 10.0.0.23 - - [2025-12-18 03:28:32] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006717 10.0.0.23 - - [2025-12-18 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005232 10.0.0.23 - - [2025-12-18 03:28:36] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005545 10.0.0.23 - - [2025-12-18 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2025-12-18 03:28:40] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005360 10.0.0.23 - - [2025-12-18 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2025-12-18 03:28:44] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005467 10.0.0.23 - - [2025-12-18 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.23 - - [2025-12-18 03:28:48] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005163 10.0.0.23 - - [2025-12-18 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.23 - - [2025-12-18 03:28:52] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005466 10.0.0.23 - - [2025-12-18 03:28:55] "DELETE /access-control-list/daab99ca-79ec-4923-9628-bd531d5f6095 HTTP/1.1" 200 115 0.043289 10.0.0.23 - - [2025-12-18 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2025-12-18 03:28:56] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005446 10.0.0.23 - - [2025-12-18 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.23 - - [2025-12-18 03:29:00] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005846 10.0.0.23 - - [2025-12-18 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.23 - - [2025-12-18 03:29:04] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005531 10.0.0.65 - - [2025-12-18 03:29:05] "DELETE /project/60e2fbf4-cc5f-4b10-bb43-9931c49bd4b4 HTTP/1.1" 404 177 0.003110 10.0.0.65 - - [2025-12-18 03:29:05] "DELETE /project/dfaf5c57996b44369c09a1efd659eb91 HTTP/1.1" 404 173 0.006733 10.0.0.23 - - [2025-12-18 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.23 - - [2025-12-18 03:29:08] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007498 10.0.0.23 - - [2025-12-18 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-18 03:29:12] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003538 10.0.0.23 - - [2025-12-18 03:29:12] "GET /virtual-networks?parent_id=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002584 10.0.0.23 - - [2025-12-18 03:29:12] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005568 10.0.0.23 - - [2025-12-18 03:29:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007798 10.0.0.23 - - [2025-12-18 03:29:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016647 10.0.0.23 - - [2025-12-18 03:29:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007353 10.0.0.23 - - [2025-12-18 03:30:04] "POST /neutron/network HTTP/1.1" 200 807 0.017801 10.0.0.23 - - [2025-12-18 03:30:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001395 10.0.0.23 - - [2025-12-18 03:30:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008004 10.0.0.65 - - [2025-12-18 03:30:05] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.044752 10.0.0.23 - - [2025-12-18 03:30:06] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.111303 10.0.0.23 - - [2025-12-18 03:30:06] "POST /neutron/port HTTP/1.1" 200 1086 0.021807 10.0.0.23 - - [2025-12-18 03:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.007949 10.0.0.23 - - [2025-12-18 03:30:07] "POST /neutron/port HTTP/1.1" 200 1058 0.015769 10.0.0.23 - - [2025-12-18 03:30:07] "POST /neutron/port HTTP/1.1" 200 1086 0.024785 10.0.0.23 - - [2025-12-18 03:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.23 - - [2025-12-18 03:30:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009355 10.0.0.23 - - [2025-12-18 03:30:11] "POST /neutron/port HTTP/1.1" 200 1086 0.021828 10.0.0.23 - - [2025-12-18 03:30:11] "GET /virtual-machine/3fc3760e-20e5-4d3f-8334-51eb2e574006 HTTP/1.1" 200 1292 0.008259 10.0.0.23 - - [2025-12-18 03:30:11] "GET /virtual-machine-interface/f9661f20-fcd6-4f79-a77a-4bc63beea969 HTTP/1.1" 200 2964 0.005397 10.0.0.23 - - [2025-12-18 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-12-18 03:30:11] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003839 10.0.0.23 - - [2025-12-18 03:30:11] "GET /virtual-networks?parent_id=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003161 10.0.0.23 - - [2025-12-18 03:30:11] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006924 10.0.0.23 - - [2025-12-18 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2025-12-18 03:30:14] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006690 10.0.0.23 - - [2025-12-18 03:30:17] "POST /neutron/port HTTP/1.1" 200 1086 0.044759 10.0.0.23 - - [2025-12-18 03:30:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.010003 10.0.0.23 - - [2025-12-18 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2025-12-18 03:30:19] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005326 10.0.0.23 - - [2025-12-18 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-12-18 03:30:23] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005319 10.0.0.23 - - [2025-12-18 03:30:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015638 10.0.0.23 - - [2025-12-18 03:30:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003746 10.0.0.23 - - [2025-12-18 03:30:24] "POST /neutron/network HTTP/1.1" 200 833 0.008188 10.0.0.23 - - [2025-12-18 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-12-18 03:30:27] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005904 10.0.0.23 - - [2025-12-18 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-12-18 03:30:31] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005659 10.0.0.23 - - [2025-12-18 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-18 03:30:35] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006080 10.0.0.23 - - [2025-12-18 03:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.23 - - [2025-12-18 03:30:39] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005656 10.0.0.23 - - [2025-12-18 03:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2025-12-18 03:30:43] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005242 10.0.0.23 - - [2025-12-18 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-18 03:30:47] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005034 10.0.0.50 - - [2025-12-18 03:30:49] "GET /obj-perms HTTP/1.1" 200 5056 0.058856 10.0.0.23 - - [2025-12-18 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2025-12-18 03:30:51] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006303 10.0.0.23 - - [2025-12-18 03:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2025-12-18 03:30:55] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005890 10.0.0.23 - - [2025-12-18 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2025-12-18 03:30:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.23 - - [2025-12-18 03:30:57] "GET /virtual-networks?parent_id=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003219 10.0.0.23 - - [2025-12-18 03:30:58] "GET /virtual-network/24ba48c9-2efe-4759-8808-e88fd58c9f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006303 10.0.0.23 - - [2025-12-18 03:31:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016964 10.0.0.23 - - [2025-12-18 03:31:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010560 10.0.0.23 - - [2025-12-18 03:31:13] "POST /neutron/port HTTP/1.1" 200 1086 0.014695 10.0.0.23 - - [2025-12-18 03:31:18] "POST /neutron/port HTTP/1.1" 200 1086 0.024295 10.0.0.23 - - [2025-12-18 03:31:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.016644 10.0.0.23 - - [2025-12-18 03:31:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017997 10.0.0.23 - - [2025-12-18 03:31:26] "POST /neutron/port HTTP/1.1" 200 1086 0.043402 10.0.0.23 - - [2025-12-18 03:31:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.009911 10.0.0.65 - - [2025-12-18 03:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.65 - - [2025-12-18 03:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.65 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.50 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2025-12-18 03:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001067 10.0.0.23 - - [2025-12-18 03:31:50] "GET /obj-perms HTTP/1.1" 200 5056 0.059278 10.0.0.23 - - [2025-12-18 03:31:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2025-12-18 03:31:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2025-12-18 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-18 03:31:57] "DELETE /virtual-DNS/4218e3f7-6152-473c-8e87-feff1d54dc32 HTTP/1.1" 409 235 0.010680 10.0.0.23 - - [2025-12-18 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.004337 10.0.0.23 - - [2025-12-18 03:31:57] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.026099 10.0.0.23 - - [2025-12-18 03:31:57] "GET /virtual-DNS-record/b77ff7d3-6775-47a7-8fd5-15f32c9fdcac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.008025 10.0.0.23 - - [2025-12-18 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2025-12-18 03:31:57] "GET /virtual-DNS-record/b77ff7d3-6775-47a7-8fd5-15f32c9fdcac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003868 10.0.0.23 - - [2025-12-18 03:32:04] "DELETE /virtual-DNS-record/b77ff7d3-6775-47a7-8fd5-15f32c9fdcac HTTP/1.1" 200 115 0.043090 10.0.0.23 - - [2025-12-18 03:32:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003231 10.0.0.23 - - [2025-12-18 03:32:05] "POST /neutron/network HTTP/1.1" 200 833 0.008851 10.0.0.23 - - [2025-12-18 03:32:05] "POST /neutron/port HTTP/1.1" 200 1112 0.012727 10.0.0.23 - - [2025-12-18 03:32:05] "POST /neutron/port HTTP/1.1" 200 1112 0.012207 10.0.0.65 - - [2025-12-18 03:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.65 - - [2025-12-18 03:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003714 10.0.0.23 - - [2025-12-18 03:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.159011 10.0.0.23 - - [2025-12-18 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2025-12-18 03:32:07] "DELETE /network-ipam/29c8bdf4-e916-4387-bfbc-4c53ab55a22e HTTP/1.1" 200 115 0.053020 10.0.0.23 - - [2025-12-18 03:32:07] "DELETE /virtual-DNS/4218e3f7-6152-473c-8e87-feff1d54dc32 HTTP/1.1" 200 115 0.045113 10.0.0.23 - - [2025-12-18 03:32:07] "DELETE /route-target/62bfd6b6-0137-43e9-90b8-51e5bf95fe95 HTTP/1.1" 200 115 0.071270 10.0.0.23 - - [2025-12-18 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.008433 10.0.0.65 - - [2025-12-18 03:32:08] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.23 - - [2025-12-18 03:32:09] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056814 10.0.0.65 - - [2025-12-18 03:32:09] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004752 10.0.0.23 - - [2025-12-18 03:32:09] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?fields=virtual_networks HTTP/1.1" 200 1034 0.044090 10.0.0.65 - - [2025-12-18 03:32:09] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.23 - - [2025-12-18 03:32:09] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.065404 10.0.0.65 - - [2025-12-18 03:32:09] "GET /projects?obj_uuids=dfaf5c57-996b-4436-9c09-a1efd659eb91&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.23 - - [2025-12-18 03:32:09] "GET /project/dfaf5c57-996b-4436-9c09-a1efd659eb91?fields=security_groups HTTP/1.1" 200 1261 0.061374 10.0.0.23 - - [2025-12-18 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.051447 10.0.0.65 - - [2025-12-18 03:32:10] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003492 10.0.0.65 - - [2025-12-18 03:32:10] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.65 - - [2025-12-18 03:32:10] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042413 10.0.0.65 - - [2025-12-18 03:32:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.001193 10.0.0.65 - - [2025-12-18 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.010454 10.0.0.65 - - [2025-12-18 03:32:10] "POST /security-groups HTTP/1.1" 200 592 0.056842 10.0.0.65 - - [2025-12-18 03:32:10] "POST /projects HTTP/1.1" 200 587 0.293669 10.0.0.65 - - [2025-12-18 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.329712 10.0.0.23 - - [2025-12-18 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.010291 10.0.0.23 - - [2025-12-18 03:32:10] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.552997 10.0.0.23 - - [2025-12-18 03:32:12] "GET / HTTP/1.1" 200 35931 0.002022 10.0.0.23 - - [2025-12-18 03:32:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2025-12-18 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.070741 10.0.0.65 - - [2025-12-18 03:32:14] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.23 - - [2025-12-18 03:32:14] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036831 10.0.0.23 - - [2025-12-18 03:32:14] "POST /ref-update HTTP/1.1" 200 156 0.025879 10.0.0.65 - - [2025-12-18 03:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007565 10.0.0.23 - - [2025-12-18 03:32:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.261844 10.0.0.23 - - [2025-12-18 03:32:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001303 10.0.0.23 - - [2025-12-18 03:32:15] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005156 10.0.0.23 - - [2025-12-18 03:32:15] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006648 10.0.0.23 - - [2025-12-18 03:32:15] "POST /neutron/network HTTP/1.1" 200 825 0.007134 10.0.0.23 - - [2025-12-18 03:32:15] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005877 10.0.0.65 - - [2025-12-18 03:32:17] "GET /obj-perms HTTP/1.1" 200 5032 0.072752 10.0.0.23 - - [2025-12-18 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.65 - - [2025-12-18 03:32:17] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.23 - - [2025-12-18 03:32:17] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049345 10.0.0.65 - - [2025-12-18 03:32:17] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.23 - - [2025-12-18 03:32:17] "POST /neutron/network HTTP/1.1" 200 608 0.120427 10.0.0.23 - - [2025-12-18 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.003952 10.0.0.23 - - [2025-12-18 03:32:17] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006603 10.0.0.23 - - [2025-12-18 03:32:17] "POST /neutron/network HTTP/1.1" 200 829 0.007094 10.0.0.23 - - [2025-12-18 03:32:17] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005479 10.0.0.23 - - [2025-12-18 03:32:18] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006443 10.0.0.50 - - [2025-12-18 03:32:18] "GET /obj-perms HTTP/1.1" 200 5032 0.060682 10.0.0.23 - - [2025-12-18 03:32:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.002103 10.0.0.23 - - [2025-12-18 03:32:34] "POST /neutron/network HTTP/1.1" 200 839 0.007888 10.0.0.65 - - [2025-12-18 03:32:34] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001448 10.0.0.23 - - [2025-12-18 03:32:35] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082852 10.0.0.23 - - [2025-12-18 03:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.006699 10.0.0.23 - - [2025-12-18 03:32:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001388 10.0.0.23 - - [2025-12-18 03:32:35] "POST /neutron/network HTTP/1.1" 200 839 0.007779 10.0.0.23 - - [2025-12-18 03:32:36] "POST /neutron/port HTTP/1.1" 200 1063 0.032968 10.0.0.65 - - [2025-12-18 03:32:36] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.23 - - [2025-12-18 03:32:36] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.112858 10.0.0.23 - - [2025-12-18 03:32:36] "POST /neutron/port HTTP/1.1" 200 1091 0.029299 10.0.0.23 - - [2025-12-18 03:32:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014267 10.0.0.23 - - [2025-12-18 03:32:36] "POST /neutron/port HTTP/1.1" 200 117 0.014432 10.0.0.23 - - [2025-12-18 03:32:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008558 10.0.0.23 - - [2025-12-18 03:32:37] "POST /neutron/port HTTP/1.1" 200 1059 0.032667 10.0.0.23 - - [2025-12-18 03:32:38] "POST /neutron/port HTTP/1.1" 200 1087 0.048928 10.0.0.23 - - [2025-12-18 03:32:38] "POST /neutron/port HTTP/1.1" 200 117 0.003995 10.0.0.23 - - [2025-12-18 03:32:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010602 10.0.0.23 - - [2025-12-18 03:32:51] "GET /obj-perms HTTP/1.1" 200 5056 0.058816 10.0.0.23 - - [2025-12-18 03:32:52] "POST /neutron/port HTTP/1.1" 200 1091 0.014939 10.0.0.23 - - [2025-12-18 03:32:56] "DELETE /access-control-list/858d126c-293e-46cf-b092-0aff68565946 HTTP/1.1" 200 115 0.041519 10.0.0.23 - - [2025-12-18 03:32:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009519 10.0.0.65 - - [2025-12-18 03:33:06] "DELETE /project/591848eee68b47dc826ec449bf30a437 HTTP/1.1" 404 173 0.004936 10.0.0.65 - - [2025-12-18 03:33:06] "DELETE /project/dfaf5c57-996b-4436-9c09-a1efd659eb91 HTTP/1.1" 404 177 0.004093 10.0.0.23 - - [2025-12-18 03:33:07] "POST /neutron/port HTTP/1.1" 200 1091 0.017600 10.0.0.23 - - [2025-12-18 03:33:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008388 10.0.0.23 - - [2025-12-18 03:33:18] "POST /neutron/port HTTP/1.1" 200 1091 0.023578 10.0.0.23 - - [2025-12-18 03:33:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008198 10.0.0.23 - - [2025-12-18 03:33:18] "GET /virtual-machine/253b19cf-e1c8-455a-87f2-b8a2397a4983 HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2025-12-18 03:33:18] "GET /virtual-machine/253b19cf-e1c8-455a-87f2-b8a2397a4983 HTTP/1.1" 200 1292 0.041099 10.0.0.23 - - [2025-12-18 03:33:18] "GET /virtual-machine-interface/2329ef95-b3d0-4319-8742-bda8f143e3b0 HTTP/1.1" 200 2947 0.006238 10.0.0.23 - - [2025-12-18 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2025-12-18 03:33:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.23 - - [2025-12-18 03:33:18] "GET /virtual-networks?parent_id=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002789 10.0.0.23 - - [2025-12-18 03:33:18] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005896 10.0.0.23 - - [2025-12-18 03:33:19] "POST /neutron/network HTTP/1.1" 200 839 0.008218 10.0.0.23 - - [2025-12-18 03:33:19] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.23 - - [2025-12-18 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.23 - - [2025-12-18 03:33:21] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007070 10.0.0.23 - - [2025-12-18 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.23 - - [2025-12-18 03:33:25] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007359 10.0.0.23 - - [2025-12-18 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2025-12-18 03:33:29] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006228 10.0.0.23 - - [2025-12-18 03:33:30] "POST /neutron/port HTTP/1.1" 200 1087 0.017678 10.0.0.23 - - [2025-12-18 03:33:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.009727 10.0.0.23 - - [2025-12-18 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2025-12-18 03:33:34] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005245 10.0.0.23 - - [2025-12-18 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2025-12-18 03:33:38] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005884 10.0.0.23 - - [2025-12-18 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2025-12-18 03:33:42] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006265 10.0.0.23 - - [2025-12-18 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-18 03:33:46] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006012 10.0.0.23 - - [2025-12-18 03:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2025-12-18 03:33:50] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005466 10.0.0.65 - - [2025-12-18 03:33:52] "GET /obj-perms HTTP/1.1" 200 5056 0.061632 10.0.0.23 - - [2025-12-18 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2025-12-18 03:33:54] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005751 10.0.0.23 - - [2025-12-18 03:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2025-12-18 03:33:58] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005803 10.0.0.23 - - [2025-12-18 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.23 - - [2025-12-18 03:34:02] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005946 10.0.0.23 - - [2025-12-18 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-18 03:34:06] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005808 10.0.0.23 - - [2025-12-18 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2025-12-18 03:34:10] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005535 10.0.0.23 - - [2025-12-18 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2025-12-18 03:34:14] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005315 10.0.0.23 - - [2025-12-18 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2025-12-18 03:34:19] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012244 10.0.0.23 - - [2025-12-18 03:34:19] "POST /neutron/port HTTP/1.1" 200 1091 0.020035 10.0.0.23 - - [2025-12-18 03:34:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004407 10.0.0.23 - - [2025-12-18 03:34:19] "POST /neutron/network HTTP/1.1" 200 829 0.008764 10.0.0.23 - - [2025-12-18 03:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2025-12-18 03:34:23] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005059 10.0.0.23 - - [2025-12-18 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007178 10.0.0.23 - - [2025-12-18 03:34:27] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006677 10.0.0.23 - - [2025-12-18 03:34:30] "POST /neutron/network HTTP/1.1" 200 835 0.008087 10.0.0.23 - - [2025-12-18 03:34:30] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.23 - - [2025-12-18 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2025-12-18 03:34:31] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007077 10.0.0.23 - - [2025-12-18 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.23 - - [2025-12-18 03:34:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005069 10.0.0.23 - - [2025-12-18 03:34:35] "GET /virtual-networks?parent_id=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004384 10.0.0.23 - - [2025-12-18 03:34:35] "GET /virtual-network/7e9de91a-ae4a-4ec8-9261-acaa2fbd8134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008148 10.0.0.23 - - [2025-12-18 03:34:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007974 10.0.0.23 - - [2025-12-18 03:34:42] "POST /neutron/port HTTP/1.1" 200 1087 0.047167 10.0.0.23 - - [2025-12-18 03:34:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006984 10.0.0.23 - - [2025-12-18 03:34:51] "POST /neutron/port HTTP/1.1" 200 1091 0.014436 10.0.0.23 - - [2025-12-18 03:34:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009210 10.0.0.23 - - [2025-12-18 03:35:06] "POST /neutron/port HTTP/1.1" 200 1091 0.019608 10.0.0.23 - - [2025-12-18 03:35:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007241 10.0.0.23 - - [2025-12-18 03:35:20] "POST /neutron/port HTTP/1.1" 200 1091 0.049846 10.0.0.23 - - [2025-12-18 03:35:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005450 10.0.0.23 - - [2025-12-18 03:35:20] "POST /neutron/network HTTP/1.1" 200 829 0.009485 10.0.0.23 - - [2025-12-18 03:35:27] "POST /neutron/port HTTP/1.1" 200 1091 0.023211 10.0.0.23 - - [2025-12-18 03:35:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016982 10.0.0.23 - - [2025-12-18 03:35:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.008475 10.0.0.23 - - [2025-12-18 03:35:32] "POST /neutron/port HTTP/1.1" 200 1087 0.017118 10.0.0.23 - - [2025-12-18 03:35:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008349 10.0.0.23 - - [2025-12-18 03:35:32] "GET /virtual-machine/ea3e1b56-020a-4a09-a240-6c21cff9c049 HTTP/1.1" 200 1294 0.009998 10.0.0.23 - - [2025-12-18 03:35:32] "GET /virtual-machine-interface/20c22f3f-6a6e-42e3-8fd1-2ee32f6151bb HTTP/1.1" 200 2948 0.008027 10.0.0.23 - - [2025-12-18 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2025-12-18 03:35:32] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007094 10.0.0.23 - - [2025-12-18 03:35:32] "GET /virtual-networks?parent_id=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003901 10.0.0.23 - - [2025-12-18 03:35:32] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006406 10.0.0.23 - - [2025-12-18 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2025-12-18 03:35:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.23 - - [2025-12-18 03:35:33] "GET /virtual-networks?parent_id=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003286 10.0.0.23 - - [2025-12-18 03:35:34] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006132 10.0.0.23 - - [2025-12-18 03:35:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015516 10.0.0.23 - - [2025-12-18 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.65 - - [2025-12-18 03:35:39] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.036321 10.0.0.23 - - [2025-12-18 03:35:39] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.078541 10.0.0.23 - - [2025-12-18 03:35:39] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006253 10.0.0.23 - - [2025-12-18 03:35:39] "GET /floating-ip-pools?parent_id=8e5a7fda-7964-4c19-a1bd-d5a1480703bc&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003672 10.0.0.23 - - [2025-12-18 03:35:39] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007339 10.0.0.23 - - [2025-12-18 03:35:39] "POST /floating-ip-pools HTTP/1.1" 200 598 0.034458 10.0.0.23 - - [2025-12-18 03:35:39] "POST /ref-update HTTP/1.1" 200 156 0.014786 10.0.0.23 - - [2025-12-18 03:35:39] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006073 10.0.0.23 - - [2025-12-18 03:35:39] "GET /virtual-network/8e5a7fda-7964-4c19-a1bd-d5a1480703bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005837 10.0.0.23 - - [2025-12-18 03:35:40] "POST /neutron/port HTTP/1.1" 200 1091 0.016598 10.0.0.23 - - [2025-12-18 03:35:40] "POST /neutron/floatingip HTTP/1.1" 200 577 0.018770 10.0.0.23 - - [2025-12-18 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-12-18 03:35:40] "GET /routing-instance/0f73ee6f-bd10-47d6-ab4b-719ddd7f81f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004097 10.0.0.23 - - [2025-12-18 03:35:40] "GET /route-target/184b94e1-618c-4763-aa62-a2701f45ea90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005471 10.0.0.23 - - [2025-12-18 03:36:11] "POST /neutron/floatingip HTTP/1.1" 200 528 0.012868 10.0.0.23 - - [2025-12-18 03:36:11] "GET /floating-ip-pool/f5fa0c55-5584-4312-abbc-938be8b7f847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004185 10.0.0.23 - - [2025-12-18 03:36:11] "POST /ref-update HTTP/1.1" 200 156 0.015008 10.0.0.23 - - [2025-12-18 03:36:11] "DELETE /floating-ip-pool/f5fa0c55-5584-4312-abbc-938be8b7f847 HTTP/1.1" 200 115 0.040193 10.0.0.23 - - [2025-12-18 03:36:12] "POST /neutron/network HTTP/1.1" 400 204 0.016079 10.0.0.23 - - [2025-12-18 03:36:12] "POST /neutron/port HTTP/1.1" 200 151 0.230464 10.0.0.23 - - [2025-12-18 03:36:13] "POST /neutron/port HTTP/1.1" 200 151 0.274192 10.0.0.23 - - [2025-12-18 03:36:14] "DELETE /route-target/d3987589-68ea-4b1e-b3a0-34f356928b02 HTTP/1.1" 200 115 0.026432 10.0.0.23 - - [2025-12-18 03:36:14] "POST /neutron/network HTTP/1.1" 200 825 0.007719 10.0.0.65 - - [2025-12-18 03:36:16] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.23 - - [2025-12-18 03:36:16] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.080602 10.0.0.65 - - [2025-12-18 03:36:16] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.23 - - [2025-12-18 03:36:16] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?fields=virtual_networks HTTP/1.1" 200 1032 0.059139 10.0.0.65 - - [2025-12-18 03:36:16] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.23 - - [2025-12-18 03:36:16] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043624 10.0.0.65 - - [2025-12-18 03:36:16] "GET /projects?obj_uuids=591848ee-e68b-47dc-826e-c449bf30a437&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.23 - - [2025-12-18 03:36:16] "GET /project/591848ee-e68b-47dc-826e-c449bf30a437?fields=security_groups HTTP/1.1" 200 1259 0.050496 10.0.0.23 - - [2025-12-18 03:36:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.037100 10.0.0.65 - - [2025-12-18 03:36:17] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003550 10.0.0.65 - - [2025-12-18 03:36:17] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.65 - - [2025-12-18 03:36:17] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007443 10.0.0.65 - - [2025-12-18 03:36:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.002061 10.0.0.65 - - [2025-12-18 03:36:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.004630 10.0.0.65 - - [2025-12-18 03:36:17] "POST /security-groups HTTP/1.1" 200 591 0.076768 10.0.0.23 - - [2025-12-18 03:36:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004538 10.0.0.65 - - [2025-12-18 03:36:17] "POST /projects HTTP/1.1" 200 585 0.296712 10.0.0.65 - - [2025-12-18 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.376577 10.0.0.23 - - [2025-12-18 03:36:17] "POST /access-control-lists HTTP/1.1" 200 594 0.028712 10.0.0.23 - - [2025-12-18 03:36:18] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.542690 10.0.0.23 - - [2025-12-18 03:36:19] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.23 - - [2025-12-18 03:36:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2025-12-18 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.170277 10.0.0.65 - - [2025-12-18 03:36:21] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.23 - - [2025-12-18 03:36:21] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044639 10.0.0.65 - - [2025-12-18 03:36:21] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001831 10.0.0.23 - - [2025-12-18 03:36:21] "POST /neutron/network HTTP/1.1" 200 625 0.186800 10.0.0.23 - - [2025-12-18 03:36:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.003917 10.0.0.23 - - [2025-12-18 03:36:22] "GET /virtual-network/4d0c5663-c641-4163-be70-e8d98c3a4606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006408 10.0.0.23 - - [2025-12-18 03:36:22] "POST /neutron/network HTTP/1.1" 200 839 0.008560 10.0.0.23 - - [2025-12-18 03:36:22] "GET /virtual-network/4d0c5663-c641-4163-be70-e8d98c3a4606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005650 10.0.0.23 - - [2025-12-18 03:36:22] "POST /neutron/network HTTP/1.1" 200 839 0.006805 10.0.0.23 - - [2025-12-18 03:36:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001402 10.0.0.65 - - [2025-12-18 03:36:23] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.23 - - [2025-12-18 03:36:23] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.073768 10.0.0.23 - - [2025-12-18 03:36:23] "POST /neutron/port HTTP/1.1" 200 117 0.006632 10.0.0.23 - - [2025-12-18 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2025-12-18 03:36:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.23 - - [2025-12-18 03:36:23] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.013229 10.0.0.23 - - [2025-12-18 03:36:24] "POST /neutron/network HTTP/1.1" 200 849 0.007205 10.0.0.23 - - [2025-12-18 03:36:24] "POST /neutron/port HTTP/1.1" 200 1055 0.016490 10.0.0.23 - - [2025-12-18 03:36:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.23 - - [2025-12-18 03:36:24] "POST /neutron/network HTTP/1.1" 200 839 0.007300 10.0.0.23 - - [2025-12-18 03:36:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017173 10.0.0.23 - - [2025-12-18 03:36:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.019922 10.0.0.23 - - [2025-12-18 03:36:29] "GET /virtual-machine/783fe5dd-c95a-4453-9fff-b0db9561e95f HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 03:36:29] "GET /virtual-machine/783fe5dd-c95a-4453-9fff-b0db9561e95f HTTP/1.1" 200 1292 0.034694 10.0.0.23 - - [2025-12-18 03:36:29] "GET /virtual-machine-interface/b346636c-082e-4c51-961f-e49b261647ef HTTP/1.1" 200 2971 0.005542 10.0.0.23 - - [2025-12-18 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-12-18 03:36:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003622 10.0.0.23 - - [2025-12-18 03:36:29] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002819 10.0.0.23 - - [2025-12-18 03:36:29] "GET /virtual-network/4d0c5663-c641-4163-be70-e8d98c3a4606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006100 10.0.0.23 - - [2025-12-18 03:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2025-12-18 03:36:32] "GET /virtual-network/4d0c5663-c641-4163-be70-e8d98c3a4606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005239 10.0.0.23 - - [2025-12-18 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.23 - - [2025-12-18 03:36:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004099 10.0.0.23 - - [2025-12-18 03:36:37] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003199 10.0.0.23 - - [2025-12-18 03:36:37] "GET /virtual-network/4d0c5663-c641-4163-be70-e8d98c3a4606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007004 10.0.0.23 - - [2025-12-18 03:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.23 - - [2025-12-18 03:36:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003892 10.0.0.23 - - [2025-12-18 03:36:39] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.012329 10.0.0.23 - - [2025-12-18 03:36:39] "POST /neutron/network HTTP/1.1" 200 839 0.008581 10.0.0.23 - - [2025-12-18 03:36:39] "POST /neutron/port HTTP/1.1" 200 1109 0.013595 10.0.0.23 - - [2025-12-18 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.65 - - [2025-12-18 03:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.65 - - [2025-12-18 03:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007123 10.0.0.23 - - [2025-12-18 03:36:41] "POST /neutron/network HTTP/1.1" 200 151 0.148376 10.0.0.23 - - [2025-12-18 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.65 - - [2025-12-18 03:36:44] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.23 - - [2025-12-18 03:36:44] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042989 10.0.0.65 - - [2025-12-18 03:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.016423 10.0.0.23 - - [2025-12-18 03:36:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.223320 10.0.0.23 - - [2025-12-18 03:36:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.002041 10.0.0.23 - - [2025-12-18 03:36:44] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007867 10.0.0.23 - - [2025-12-18 03:36:45] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007714 10.0.0.23 - - [2025-12-18 03:36:45] "POST /neutron/network HTTP/1.1" 200 824 0.012456 10.0.0.23 - - [2025-12-18 03:36:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001921 10.0.0.23 - - [2025-12-18 03:36:45] "POST /ref-update HTTP/1.1" 200 156 0.027554 10.0.0.65 - - [2025-12-18 03:36:46] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.23 - - [2025-12-18 03:36:46] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077349 10.0.0.23 - - [2025-12-18 03:36:46] "POST /neutron/network HTTP/1.1" 200 824 0.038348 10.0.0.23 - - [2025-12-18 03:36:46] "POST /neutron/port HTTP/1.1" 200 117 0.006508 10.0.0.23 - - [2025-12-18 03:36:47] "POST /neutron/port HTTP/1.1" 200 1060 0.046482 10.0.0.23 - - [2025-12-18 03:36:47] "POST /neutron/port HTTP/1.1" 200 1088 0.016946 10.0.0.23 - - [2025-12-18 03:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.65 - - [2025-12-18 03:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.65 - - [2025-12-18 03:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.65 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.65 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.50 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000886 10.0.0.50 - - [2025-12-18 03:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-18 03:36:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-18 03:36:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 03:36:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010814 10.0.0.23 - - [2025-12-18 03:36:51] "POST /neutron/port HTTP/1.1" 200 1088 0.016111 10.0.0.23 - - [2025-12-18 03:36:51] "GET /virtual-machine/3bd06dbb-d865-4578-940d-13880a38b348 HTTP/1.1" 200 1292 0.006296 10.0.0.23 - - [2025-12-18 03:36:51] "GET /virtual-machine-interface/d075cd6e-7dcd-4528-8667-0718b0d91f30 HTTP/1.1" 200 2940 0.006778 10.0.0.23 - - [2025-12-18 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2025-12-18 03:36:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004971 10.0.0.23 - - [2025-12-18 03:36:51] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003424 10.0.0.23 - - [2025-12-18 03:36:51] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006907 10.0.0.50 - - [2025-12-18 03:36:54] "GET /obj-perms HTTP/1.1" 200 5056 0.062199 10.0.0.23 - - [2025-12-18 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2025-12-18 03:36:54] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005535 10.0.0.23 - - [2025-12-18 03:36:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007833 10.0.0.23 - - [2025-12-18 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.23 - - [2025-12-18 03:36:58] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007406 10.0.0.23 - - [2025-12-18 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-12-18 03:37:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005674 10.0.0.23 - - [2025-12-18 03:37:01] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004925 10.0.0.23 - - [2025-12-18 03:37:01] "GET /virtual-network/b9699cbb-3c94-414c-b2a0-a1ee9611ab69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007539 10.0.0.23 - - [2025-12-18 03:37:04] "POST /neutron/port HTTP/1.1" 200 1088 0.019768 10.0.0.23 - - [2025-12-18 03:37:05] "POST /neutron/network HTTP/1.1" 200 824 0.007266 10.0.0.23 - - [2025-12-18 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.65 - - [2025-12-18 03:37:06] "DELETE /project/5379a4a62cc44cb8b6affe8c256b3e3f HTTP/1.1" 404 173 0.002921 10.0.0.65 - - [2025-12-18 03:37:06] "DELETE /project/591848ee-e68b-47dc-826e-c449bf30a437 HTTP/1.1" 404 177 0.005393 10.0.0.23 - - [2025-12-18 03:37:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003893 10.0.0.23 - - [2025-12-18 03:37:08] "POST /network-ipams HTTP/1.1" 200 541 0.039772 10.0.0.23 - - [2025-12-18 03:37:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003359 10.0.0.23 - - [2025-12-18 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2025-12-18 03:37:08] "GET /network-ipam/22a9a09b-92f3-4c66-afc5-f0f1fe28c3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.011743 10.0.0.23 - - [2025-12-18 03:37:08] "PUT /network-ipam/22a9a09b-92f3-4c66-afc5-f0f1fe28c3d6 HTTP/1.1" 200 258 0.015603 10.0.0.23 - - [2025-12-18 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.65 - - [2025-12-18 03:37:08] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.23 - - [2025-12-18 03:37:08] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051127 10.0.0.65 - - [2025-12-18 03:37:08] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.23 - - [2025-12-18 03:37:08] "POST /neutron/network HTTP/1.1" 200 605 0.136374 10.0.0.23 - - [2025-12-18 03:37:09] "POST /ref-update HTTP/1.1" 200 156 0.068636 10.0.0.23 - - [2025-12-18 03:37:09] "POST /neutron/network HTTP/1.1" 200 994 0.012318 10.0.0.23 - - [2025-12-18 03:37:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001133 10.0.0.23 - - [2025-12-18 03:37:09] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005062 10.0.0.23 - - [2025-12-18 03:37:09] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005102 10.0.0.23 - - [2025-12-18 03:37:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.008666 10.0.0.23 - - [2025-12-18 03:37:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.008800 10.0.0.65 - - [2025-12-18 03:37:10] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.23 - - [2025-12-18 03:37:10] "POST /neutron/port HTTP/1.1" 200 1017 0.247968 10.0.0.23 - - [2025-12-18 03:37:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001796 10.0.0.23 - - [2025-12-18 03:37:10] "POST /neutron/network HTTP/1.1" 200 994 0.010117 10.0.0.23 - - [2025-12-18 03:37:10] "POST /neutron/port HTTP/1.1" 200 1017 0.013122 10.0.0.23 - - [2025-12-18 03:37:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 1017 0.012191 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 1017 0.012562 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.006656 10.0.0.23 - - [2025-12-18 03:37:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001233 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008970 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.011043 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004328 10.0.0.23 - - [2025-12-18 03:37:11] "POST /neutron/network HTTP/1.1" 200 994 0.009853 10.0.0.23 - - [2025-12-18 03:37:12] "POST /neutron/port HTTP/1.1" 200 1017 0.012794 10.0.0.23 - - [2025-12-18 03:37:12] "POST /neutron/port HTTP/1.1" 200 1083 0.027010 10.0.0.23 - - [2025-12-18 03:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.001971 10.0.0.65 - - [2025-12-18 03:37:12] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.23 - - [2025-12-18 03:37:12] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072277 10.0.0.23 - - [2025-12-18 03:37:12] "POST /neutron/port HTTP/1.1" 200 2050 0.030452 10.0.0.23 - - [2025-12-18 03:37:13] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005269 10.0.0.23 - - [2025-12-18 03:37:13] "POST /neutron/network HTTP/1.1" 200 1004 0.008425 10.0.0.23 - - [2025-12-18 03:37:14] "POST /neutron/port HTTP/1.1" 200 1055 0.022413 10.0.0.23 - - [2025-12-18 03:37:14] "GET /obj-perms HTTP/1.1" 200 5030 0.097137 10.0.0.23 - - [2025-12-18 03:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004718 10.0.0.23 - - [2025-12-18 03:37:14] "POST /neutron/network HTTP/1.1" 200 994 0.010391 10.0.0.65 - - [2025-12-18 03:37:14] "GET /obj-perms HTTP/1.1" 200 5030 0.056875 10.0.0.23 - - [2025-12-18 03:37:15] "POST /neutron/port HTTP/1.1" 200 1083 0.015038 10.0.0.23 - - [2025-12-18 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006806 10.0.0.23 - - [2025-12-18 03:37:15] "GET /virtual-machine/1d0535f9-fef4-4222-802e-0d0bba1d7792 HTTP/1.1" 200 1287 0.006557 10.0.0.23 - - [2025-12-18 03:37:15] "GET /virtual-machine-interface/7a3adae3-1bba-4c3f-a9c7-e1c61a7d7d04 HTTP/1.1" 200 2940 0.004703 10.0.0.23 - - [2025-12-18 03:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-12-18 03:37:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003439 10.0.0.23 - - [2025-12-18 03:37:15] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002632 10.0.0.23 - - [2025-12-18 03:37:15] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005893 10.0.0.23 - - [2025-12-18 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2025-12-18 03:37:18] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005651 10.0.0.23 - - [2025-12-18 03:37:22] "POST /neutron/network HTTP/1.1" 200 1004 0.007140 10.0.0.23 - - [2025-12-18 03:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2025-12-18 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 03:37:22] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006193 10.0.0.23 - - [2025-12-18 03:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008018 10.0.0.23 - - [2025-12-18 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2025-12-18 03:37:26] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004912 10.0.0.23 - - [2025-12-18 03:37:26] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003320 10.0.0.23 - - [2025-12-18 03:37:26] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005960 10.0.0.23 - - [2025-12-18 03:37:26] "POST /neutron/port HTTP/1.1" 200 1083 0.016991 10.0.0.23 - - [2025-12-18 03:37:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007367 10.0.0.23 - - [2025-12-18 03:37:27] "GET /virtual-machine/cebe5187-c83f-4244-a82a-9784e06b2b09 HTTP/1.1" 200 1289 0.007555 10.0.0.23 - - [2025-12-18 03:37:27] "GET /virtual-machine-interface/51f31d20-17b7-4370-999f-23dd2642c3c4 HTTP/1.1" 200 2940 0.006082 10.0.0.23 - - [2025-12-18 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.23 - - [2025-12-18 03:37:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.23 - - [2025-12-18 03:37:27] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003192 10.0.0.23 - - [2025-12-18 03:37:27] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006010 10.0.0.23 - - [2025-12-18 03:37:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015364 10.0.0.23 - - [2025-12-18 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-18 03:37:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003952 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003062 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005742 10.0.0.23 - - [2025-12-18 03:37:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008466 10.0.0.23 - - [2025-12-18 03:37:28] "POST /neutron/port HTTP/1.1" 200 1083 0.016698 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-machine/07f7c1af-e330-4159-9352-266ded45326d HTTP/1.1" 200 1291 0.008482 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-machine-interface/6baadc84-20b3-4c94-a255-eb6a5b76525e HTTP/1.1" 200 2940 0.005795 10.0.0.23 - - [2025-12-18 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-18 03:37:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004719 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003369 10.0.0.23 - - [2025-12-18 03:37:28] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006159 10.0.0.23 - - [2025-12-18 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.23 - - [2025-12-18 03:37:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.23 - - [2025-12-18 03:37:30] "GET /virtual-networks?parent_id=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003881 10.0.0.23 - - [2025-12-18 03:37:30] "GET /virtual-network/2665a592-752e-4010-8767-d6b661cff05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006891 10.0.0.23 - - [2025-12-18 03:37:34] "POST /neutron/port HTTP/1.1" 200 1083 0.015388 10.0.0.23 - - [2025-12-18 03:37:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.010250 10.0.0.23 - - [2025-12-18 03:37:46] "POST /neutron/port HTTP/1.1" 200 1109 0.011368 10.0.0.23 - - [2025-12-18 03:37:46] "POST /neutron/port HTTP/1.1" 200 1109 0.012780 10.0.0.23 - - [2025-12-18 03:37:46] "POST /neutron/port HTTP/1.1" 200 1083 0.035014 10.0.0.23 - - [2025-12-18 03:37:46] "POST /neutron/network HTTP/1.1" 200 994 0.017719 10.0.0.65 - - [2025-12-18 03:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003819 10.0.0.65 - - [2025-12-18 03:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004050 10.0.0.65 - - [2025-12-18 03:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002206 10.0.0.65 - - [2025-12-18 03:37:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.23 - - [2025-12-18 03:37:49] "POST /neutron/network HTTP/1.1" 200 151 0.133110 10.0.0.23 - - [2025-12-18 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2025-12-18 03:37:49] "DELETE /network-ipam/22a9a09b-92f3-4c66-afc5-f0f1fe28c3d6 HTTP/1.1" 200 115 0.037454 10.0.0.23 - - [2025-12-18 03:37:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003582 10.0.0.65 - - [2025-12-18 03:37:50] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.23 - - [2025-12-18 03:37:50] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047937 10.0.0.65 - - [2025-12-18 03:37:50] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.23 - - [2025-12-18 03:37:50] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?fields=virtual_networks HTTP/1.1" 200 1031 0.051345 10.0.0.65 - - [2025-12-18 03:37:50] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.23 - - [2025-12-18 03:37:51] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054520 10.0.0.65 - - [2025-12-18 03:37:51] "GET /projects?obj_uuids=5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.23 - - [2025-12-18 03:37:51] "GET /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f?fields=security_groups HTTP/1.1" 200 1257 0.044406 10.0.0.23 - - [2025-12-18 03:37:51] "POST /neutron/port HTTP/1.1" 400 205 0.003798 10.0.0.23 - - [2025-12-18 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.041042 10.0.0.65 - - [2025-12-18 03:37:52] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003265 10.0.0.65 - - [2025-12-18 03:37:52] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.65 - - [2025-12-18 03:37:52] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048797 10.0.0.65 - - [2025-12-18 03:37:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.003904 10.0.0.65 - - [2025-12-18 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.010438 10.0.0.65 - - [2025-12-18 03:37:52] "POST /security-groups HTTP/1.1" 200 599 0.031227 10.0.0.23 - - [2025-12-18 03:37:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.003446 10.0.0.65 - - [2025-12-18 03:37:52] "POST /projects HTTP/1.1" 200 601 0.257115 10.0.0.65 - - [2025-12-18 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.328900 10.0.0.23 - - [2025-12-18 03:37:52] "POST /access-control-lists HTTP/1.1" 200 602 0.028060 10.0.0.23 - - [2025-12-18 03:37:52] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.523467 10.0.0.23 - - [2025-12-18 03:37:53] "GET / HTTP/1.1" 200 35931 0.002293 10.0.0.23 - - [2025-12-18 03:37:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2025-12-18 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.049489 10.0.0.65 - - [2025-12-18 03:37:56] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.23 - - [2025-12-18 03:37:56] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051169 10.0.0.65 - - [2025-12-18 03:37:56] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.23 - - [2025-12-18 03:37:56] "POST /neutron/network HTTP/1.1" 200 613 0.166301 10.0.0.23 - - [2025-12-18 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.086828 10.0.0.23 - - [2025-12-18 03:37:57] "POST /neutron/network HTTP/1.1" 200 1005 0.012505 10.0.0.23 - - [2025-12-18 03:37:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001329 10.0.0.23 - - [2025-12-18 03:37:57] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005127 10.0.0.23 - - [2025-12-18 03:37:57] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005618 10.0.0.23 - - [2025-12-18 03:37:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.012208 10.0.0.23 - - [2025-12-18 03:37:57] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005622 10.0.0.23 - - [2025-12-18 03:37:57] "DELETE /access-control-list/f4620c49-018a-407e-9806-ae0bd597fac6 HTTP/1.1" 200 115 0.044534 10.0.0.50 - - [2025-12-18 03:37:58] "GET /obj-perms HTTP/1.1" 200 5046 0.066962 10.0.0.23 - - [2025-12-18 03:37:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001619 10.0.0.65 - - [2025-12-18 03:38:00] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.23 - - [2025-12-18 03:38:00] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069136 10.0.0.23 - - [2025-12-18 03:38:00] "POST /neutron/network HTTP/1.1" 200 1005 0.011058 10.0.0.23 - - [2025-12-18 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001831 10.0.0.23 - - [2025-12-18 03:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.007558 10.0.0.65 - - [2025-12-18 03:38:01] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001352 10.0.0.23 - - [2025-12-18 03:38:01] "POST /neutron/port HTTP/1.1" 200 1174 0.387335 10.0.0.23 - - [2025-12-18 03:38:01] "POST /neutron/port HTTP/1.1" 200 1228 0.134661 10.0.0.65 - - [2025-12-18 03:38:01] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.23 - - [2025-12-18 03:38:01] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096740 10.0.0.23 - - [2025-12-18 03:38:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.23 - - [2025-12-18 03:38:01] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.23 - - [2025-12-18 03:38:01] "POST /neutron/port HTTP/1.1" 200 1202 0.022324 10.0.0.23 - - [2025-12-18 03:38:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001595 10.0.0.23 - - [2025-12-18 03:38:02] "POST /neutron/port HTTP/1.1" 200 1202 0.022342 10.0.0.23 - - [2025-12-18 03:38:02] "POST /neutron/network HTTP/1.1" 200 1015 0.008942 10.0.0.23 - - [2025-12-18 03:38:02] "POST /neutron/port HTTP/1.1" 200 1174 0.038356 10.0.0.23 - - [2025-12-18 03:38:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.23 - - [2025-12-18 03:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.65 - - [2025-12-18 03:38:03] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.23 - - [2025-12-18 03:38:03] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077403 10.0.0.23 - - [2025-12-18 03:38:03] "POST /neutron/network HTTP/1.1" 200 1005 0.011666 10.0.0.23 - - [2025-12-18 03:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.23 - - [2025-12-18 03:38:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001423 10.0.0.23 - - [2025-12-18 03:38:03] "POST /neutron/network HTTP/1.1" 200 1015 0.007684 10.0.0.23 - - [2025-12-18 03:38:04] "POST /neutron/port HTTP/1.1" 200 1174 0.023596 10.0.0.65 - - [2025-12-18 03:38:04] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.23 - - [2025-12-18 03:38:04] "POST /neutron/port HTTP/1.1" 200 1202 0.026609 10.0.0.23 - - [2025-12-18 03:38:04] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.088796 10.0.0.23 - - [2025-12-18 03:38:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004477 10.0.0.23 - - [2025-12-18 03:38:05] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.23 - - [2025-12-18 03:38:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008735 10.0.0.23 - - [2025-12-18 03:38:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008214 10.0.0.23 - - [2025-12-18 03:38:05] "POST /neutron/port HTTP/1.1" 200 1202 0.019991 10.0.0.23 - - [2025-12-18 03:38:05] "GET /virtual-machine/09c12766-8f3e-4fba-a15f-fbd101a55479 HTTP/1.1" 401 292 0.000634 10.0.0.65 - - [2025-12-18 03:38:05] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.23 - - [2025-12-18 03:38:06] "POST /neutron/port HTTP/1.1" 200 1174 0.353995 10.0.0.23 - - [2025-12-18 03:38:06] "GET /virtual-machine/09c12766-8f3e-4fba-a15f-fbd101a55479 HTTP/1.1" 200 1299 0.058095 10.0.0.23 - - [2025-12-18 03:38:06] "GET /virtual-machine-interface/8128ad20-ec43-4b03-98ea-b5c64ebc7434 HTTP/1.1" 200 3174 0.006796 10.0.0.23 - - [2025-12-18 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2025-12-18 03:38:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005538 10.0.0.23 - - [2025-12-18 03:38:06] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004204 10.0.0.23 - - [2025-12-18 03:38:06] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011557 10.0.0.23 - - [2025-12-18 03:38:06] "POST /neutron/port HTTP/1.1" 200 1228 0.130608 10.0.0.65 - - [2025-12-18 03:38:06] "DELETE /project/5379a4a6-2cc4-4cb8-b6af-fe8c256b3e3f HTTP/1.1" 404 177 0.004185 10.0.0.65 - - [2025-12-18 03:38:06] "DELETE /project/48e551e68a11496c8c0e3856355eab35 HTTP/1.1" 404 173 0.006079 10.0.0.23 - - [2025-12-18 03:38:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004904 10.0.0.23 - - [2025-12-18 03:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.23 - - [2025-12-18 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.23 - - [2025-12-18 03:38:09] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005120 10.0.0.23 - - [2025-12-18 03:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2025-12-18 03:38:13] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005565 10.0.0.23 - - [2025-12-18 03:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2025-12-18 03:38:17] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004855 10.0.0.23 - - [2025-12-18 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-18 03:38:21] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007207 10.0.0.23 - - [2025-12-18 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2025-12-18 03:38:25] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005958 10.0.0.23 - - [2025-12-18 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.23 - - [2025-12-18 03:38:29] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006813 10.0.0.23 - - [2025-12-18 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2025-12-18 03:38:33] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006225 10.0.0.23 - - [2025-12-18 03:38:36] "POST /neutron/port HTTP/1.1" 200 1202 0.021337 10.0.0.23 - - [2025-12-18 03:38:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.23 - - [2025-12-18 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.23 - - [2025-12-18 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2025-12-18 03:38:38] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006392 10.0.0.23 - - [2025-12-18 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2025-12-18 03:38:42] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006395 10.0.0.23 - - [2025-12-18 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2025-12-18 03:38:46] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005556 10.0.0.23 - - [2025-12-18 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.23 - - [2025-12-18 03:38:50] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005626 10.0.0.23 - - [2025-12-18 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-12-18 03:38:54] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005820 10.0.0.23 - - [2025-12-18 03:38:56] "GET /obj-perms HTTP/1.1" 200 5056 0.065548 10.0.0.23 - - [2025-12-18 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2025-12-18 03:38:58] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005642 10.0.0.23 - - [2025-12-18 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.23 - - [2025-12-18 03:39:02] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007830 10.0.0.23 - - [2025-12-18 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006487 10.0.0.23 - - [2025-12-18 03:39:06] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006034 10.0.0.23 - - [2025-12-18 03:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-12-18 03:39:10] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005555 10.0.0.23 - - [2025-12-18 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.23 - - [2025-12-18 03:39:12] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004386 10.0.0.23 - - [2025-12-18 03:39:12] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003886 10.0.0.23 - - [2025-12-18 03:39:12] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006970 10.0.0.23 - - [2025-12-18 03:39:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007986 10.0.0.23 - - [2025-12-18 03:39:19] "POST /neutron/port HTTP/1.1" 200 1202 0.028419 10.0.0.23 - - [2025-12-18 03:39:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008209 10.0.0.23 - - [2025-12-18 03:39:25] "POST /neutron/network HTTP/1.1" 200 1015 0.007945 10.0.0.23 - - [2025-12-18 03:39:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017071 10.0.0.23 - - [2025-12-18 03:39:25] "POST /neutron/network HTTP/1.1" 200 1005 0.023059 10.0.0.23 - - [2025-12-18 03:39:27] "POST /neutron/port HTTP/1.1" 200 1202 0.020779 10.0.0.23 - - [2025-12-18 03:39:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007245 10.0.0.23 - - [2025-12-18 03:39:33] "POST /neutron/port HTTP/1.1" 200 1202 0.016754 10.0.0.23 - - [2025-12-18 03:39:36] "POST /neutron/port HTTP/1.1" 200 1202 0.015093 10.0.0.23 - - [2025-12-18 03:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.23 - - [2025-12-18 03:39:36] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.23 - - [2025-12-18 03:39:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009369 10.0.0.23 - - [2025-12-18 03:39:39] "POST /neutron/port HTTP/1.1" 200 1202 0.016482 10.0.0.23 - - [2025-12-18 03:39:39] "GET /virtual-machine/c687027f-a953-4881-a8f5-4c63d2bca6a7 HTTP/1.1" 200 1301 0.006258 10.0.0.23 - - [2025-12-18 03:39:39] "GET /virtual-machine-interface/afe83ab4-986c-49cc-adce-6b81865fa877 HTTP/1.1" 200 3175 0.005276 10.0.0.23 - - [2025-12-18 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2025-12-18 03:39:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.23 - - [2025-12-18 03:39:39] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003114 10.0.0.23 - - [2025-12-18 03:39:39] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006105 10.0.0.23 - - [2025-12-18 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.23 - - [2025-12-18 03:39:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005142 10.0.0.23 - - [2025-12-18 03:39:40] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002494 10.0.0.23 - - [2025-12-18 03:39:40] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007576 10.0.0.23 - - [2025-12-18 03:39:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007933 10.0.0.23 - - [2025-12-18 03:39:40] "POST /neutron/port HTTP/1.1" 200 1202 0.021290 10.0.0.23 - - [2025-12-18 03:39:40] "GET /virtual-machine/0942d552-ca0d-47f2-9cf9-d8765b69f729 HTTP/1.1" 200 1299 0.008469 10.0.0.23 - - [2025-12-18 03:39:41] "GET /virtual-machine-interface/3fece964-7b3d-4b59-bca2-c8cdf3324083 HTTP/1.1" 200 3174 0.008245 10.0.0.23 - - [2025-12-18 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2025-12-18 03:39:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003925 10.0.0.23 - - [2025-12-18 03:39:41] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003214 10.0.0.23 - - [2025-12-18 03:39:41] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006998 10.0.0.23 - - [2025-12-18 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-12-18 03:39:42] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.23 - - [2025-12-18 03:39:42] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003489 10.0.0.23 - - [2025-12-18 03:39:42] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005730 10.0.0.65 - - [2025-12-18 03:39:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055926 10.0.0.65 - - [2025-12-18 03:40:10] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.23 - - [2025-12-18 03:40:10] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039949 10.0.0.23 - - [2025-12-18 03:40:10] "POST /fqname-to-id HTTP/1.1" 404 226 0.003319 10.0.0.23 - - [2025-12-18 03:40:10] "POST /interface-route-tables HTTP/1.1" 200 575 0.027774 10.0.0.23 - - [2025-12-18 03:40:10] "GET /interface-route-table/1bf55f86-b3ae-40ab-8d26-f6f3a252da87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.006233 10.0.0.23 - - [2025-12-18 03:40:10] "GET /virtual-machine-interface/8128ad20-ec43-4b03-98ea-b5c64ebc7434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007588 10.0.0.23 - - [2025-12-18 03:40:10] "POST /ref-update HTTP/1.1" 200 156 0.016332 10.0.0.23 - - [2025-12-18 03:40:26] "POST /neutron/port HTTP/1.1" 200 1202 0.051439 10.0.0.23 - - [2025-12-18 03:40:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.23 - - [2025-12-18 03:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.23 - - [2025-12-18 03:40:36] "POST /neutron/port HTTP/1.1" 200 1202 0.019025 10.0.0.23 - - [2025-12-18 03:40:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003885 10.0.0.23 - - [2025-12-18 03:40:36] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.65 - - [2025-12-18 03:41:04] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030685 10.0.0.23 - - [2025-12-18 03:41:04] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079371 10.0.0.23 - - [2025-12-18 03:41:04] "POST /fqname-to-id HTTP/1.1" 404 226 0.003058 10.0.0.23 - - [2025-12-18 03:41:04] "POST /interface-route-tables HTTP/1.1" 200 575 0.026986 10.0.0.23 - - [2025-12-18 03:41:04] "GET /interface-route-table/7f84fae4-c99d-4931-8541-192c81f1b382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005962 10.0.0.23 - - [2025-12-18 03:41:05] "GET /virtual-machine-interface/afe83ab4-986c-49cc-adce-6b81865fa877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006500 10.0.0.23 - - [2025-12-18 03:41:05] "POST /ref-update HTTP/1.1" 200 156 0.021322 10.0.0.23 - - [2025-12-18 03:41:07] "GET /virtual-machine-interface/3fece964-7b3d-4b59-bca2-c8cdf3324083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005706 10.0.0.23 - - [2025-12-18 03:41:07] "PUT /virtual-machine-interface/3fece964-7b3d-4b59-bca2-c8cdf3324083 HTTP/1.1" 200 284 0.013302 10.0.0.23 - - [2025-12-18 03:41:07] "GET /virtual-machine-interface/8128ad20-ec43-4b03-98ea-b5c64ebc7434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.009168 10.0.0.23 - - [2025-12-18 03:41:07] "PUT /virtual-machine-interface/8128ad20-ec43-4b03-98ea-b5c64ebc7434 HTTP/1.1" 200 284 0.029367 10.0.0.23 - - [2025-12-18 03:41:07] "GET /virtual-machine-interface/afe83ab4-986c-49cc-adce-6b81865fa877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.009628 10.0.0.23 - - [2025-12-18 03:41:07] "PUT /virtual-machine-interface/afe83ab4-986c-49cc-adce-6b81865fa877 HTTP/1.1" 200 284 0.014621 10.0.0.23 - - [2025-12-18 03:41:28] "POST /neutron/port HTTP/1.1" 200 1202 0.017689 10.0.0.23 - - [2025-12-18 03:41:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005298 10.0.0.23 - - [2025-12-18 03:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.23 - - [2025-12-18 03:41:37] "POST /neutron/port HTTP/1.1" 200 1202 0.015258 10.0.0.23 - - [2025-12-18 03:41:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004621 10.0.0.23 - - [2025-12-18 03:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.65 - - [2025-12-18 03:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.65 - - [2025-12-18 03:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000858 10.0.0.65 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000773 10.0.0.23 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001127 10.0.0.50 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2025-12-18 03:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2025-12-18 03:41:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-18 03:41:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-18 03:42:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008697 10.0.0.23 - - [2025-12-18 03:42:02] "POST /neutron/port HTTP/1.1" 200 1202 0.016158 10.0.0.23 - - [2025-12-18 03:42:02] "GET /virtual-machine/737167d4-f360-4ab8-9d21-02459fb288fd HTTP/1.1" 200 1300 0.006516 10.0.0.23 - - [2025-12-18 03:42:02] "GET /virtual-machine-interface/acd2f19d-995a-4ef9-be91-969c87294822 HTTP/1.1" 200 3175 0.005695 10.0.0.23 - - [2025-12-18 03:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2025-12-18 03:42:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.23 - - [2025-12-18 03:42:02] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003279 10.0.0.23 - - [2025-12-18 03:42:02] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006823 10.0.0.23 - - [2025-12-18 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2025-12-18 03:42:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.23 - - [2025-12-18 03:42:03] "GET /virtual-networks?parent_id=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003839 10.0.0.23 - - [2025-12-18 03:42:03] "GET /virtual-network/3fbd43e1-383f-41b7-b78d-84a12515393b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006124 10.0.0.23 - - [2025-12-18 03:42:03] "GET /virtual-machine-interface/acd2f19d-995a-4ef9-be91-969c87294822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005849 10.0.0.23 - - [2025-12-18 03:42:03] "PUT /virtual-machine-interface/acd2f19d-995a-4ef9-be91-969c87294822 HTTP/1.1" 200 284 0.015368 10.0.0.23 - - [2025-12-18 03:42:29] "POST /neutron/port HTTP/1.1" 200 1202 0.018963 10.0.0.23 - - [2025-12-18 03:42:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.23 - - [2025-12-18 03:42:29] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.23 - - [2025-12-18 03:42:37] "POST /neutron/port HTTP/1.1" 200 1202 0.047277 10.0.0.23 - - [2025-12-18 03:42:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005784 10.0.0.23 - - [2025-12-18 03:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.65 - - [2025-12-18 03:42:51] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.23 - - [2025-12-18 03:42:51] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043989 10.0.0.23 - - [2025-12-18 03:42:51] "POST /fqname-to-id HTTP/1.1" 404 226 0.003209 10.0.0.23 - - [2025-12-18 03:42:51] "POST /interface-route-tables HTTP/1.1" 200 575 0.029765 10.0.0.23 - - [2025-12-18 03:42:51] "GET /interface-route-table/839e1df5-7059-405f-ba68-c938c3f59e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.006673 10.0.0.23 - - [2025-12-18 03:42:51] "GET /virtual-machine-interface/acd2f19d-995a-4ef9-be91-969c87294822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006476 10.0.0.23 - - [2025-12-18 03:42:51] "POST /ref-update HTTP/1.1" 200 156 0.019664 10.0.0.23 - - [2025-12-18 03:42:53] "GET /virtual-machine-interface/8128ad20-ec43-4b03-98ea-b5c64ebc7434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007118 10.0.0.23 - - [2025-12-18 03:42:53] "POST /ref-update HTTP/1.1" 200 156 0.017308 10.0.0.23 - - [2025-12-18 03:42:53] "DELETE /interface-route-table/1bf55f86-b3ae-40ab-8d26-f6f3a252da87 HTTP/1.1" 200 115 0.037984 10.0.0.23 - - [2025-12-18 03:42:54] "POST /neutron/port HTTP/1.1" 200 1228 0.014148 10.0.0.50 - - [2025-12-18 03:42:59] "GET /obj-perms HTTP/1.1" 200 5056 0.071722 10.0.0.23 - - [2025-12-18 03:43:16] "GET /virtual-machine-interface/acd2f19d-995a-4ef9-be91-969c87294822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.039057 10.0.0.23 - - [2025-12-18 03:43:16] "POST /ref-update HTTP/1.1" 200 156 0.017323 10.0.0.23 - - [2025-12-18 03:43:16] "DELETE /interface-route-table/839e1df5-7059-405f-ba68-c938c3f59e4e HTTP/1.1" 200 115 0.034126 10.0.0.23 - - [2025-12-18 03:43:16] "GET /virtual-machine-interface/afe83ab4-986c-49cc-adce-6b81865fa877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006660 10.0.0.23 - - [2025-12-18 03:43:16] "POST /ref-update HTTP/1.1" 200 156 0.025866 10.0.0.23 - - [2025-12-18 03:43:16] "DELETE /interface-route-table/7f84fae4-c99d-4931-8541-192c81f1b382 HTTP/1.1" 200 115 0.033400 10.0.0.23 - - [2025-12-18 03:43:17] "POST /neutron/network HTTP/1.1" 400 204 0.045276 10.0.0.23 - - [2025-12-18 03:43:17] "POST /neutron/port HTTP/1.1" 200 151 0.278179 10.0.0.23 - - [2025-12-18 03:43:17] "POST /neutron/port HTTP/1.1" 200 151 0.294667 10.0.0.23 - - [2025-12-18 03:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.310070 10.0.0.23 - - [2025-12-18 03:43:19] "DELETE /route-target/55331c2e-149c-4742-a719-2c949eee10e6 HTTP/1.1" 200 115 0.068038 10.0.0.65 - - [2025-12-18 03:43:21] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.23 - - [2025-12-18 03:43:21] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085115 10.0.0.65 - - [2025-12-18 03:43:21] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001550 10.0.0.23 - - [2025-12-18 03:43:21] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?fields=virtual_networks HTTP/1.1" 200 1047 0.060020 10.0.0.65 - - [2025-12-18 03:43:21] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.23 - - [2025-12-18 03:43:21] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.054162 10.0.0.65 - - [2025-12-18 03:43:21] "GET /projects?obj_uuids=48e551e6-8a11-496c-8c0e-3856355eab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.23 - - [2025-12-18 03:43:21] "GET /project/48e551e6-8a11-496c-8c0e-3856355eab35?fields=security_groups HTTP/1.1" 200 1281 0.059933 10.0.0.23 - - [2025-12-18 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.028720 10.0.0.65 - - [2025-12-18 03:43:22] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003579 10.0.0.65 - - [2025-12-18 03:43:22] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.65 - - [2025-12-18 03:43:22] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048033 10.0.0.65 - - [2025-12-18 03:43:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.002584 10.0.0.65 - - [2025-12-18 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.007284 10.0.0.65 - - [2025-12-18 03:43:22] "POST /security-groups HTTP/1.1" 200 586 0.073795 10.0.0.65 - - [2025-12-18 03:43:22] "POST /projects HTTP/1.1" 200 575 0.297108 10.0.0.65 - - [2025-12-18 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.372389 10.0.0.23 - - [2025-12-18 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.008101 10.0.0.23 - - [2025-12-18 03:43:23] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.563533 10.0.0.23 - - [2025-12-18 03:43:24] "GET / HTTP/1.1" 200 35931 0.002052 10.0.0.65 - - [2025-12-18 03:43:27] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.23 - - [2025-12-18 03:43:27] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.054749 10.0.0.65 - - [2025-12-18 03:43:27] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.23 - - [2025-12-18 03:43:27] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?fields=virtual_networks HTTP/1.1" 200 1022 0.061745 10.0.0.65 - - [2025-12-18 03:43:27] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002311 10.0.0.23 - - [2025-12-18 03:43:27] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.050369 10.0.0.65 - - [2025-12-18 03:43:27] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.23 - - [2025-12-18 03:43:27] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?fields=security_groups HTTP/1.1" 200 1243 0.042386 10.0.0.23 - - [2025-12-18 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.028162 10.0.0.65 - - [2025-12-18 03:43:28] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003795 10.0.0.65 - - [2025-12-18 03:43:28] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.65 - - [2025-12-18 03:43:28] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010127 10.0.0.65 - - [2025-12-18 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 195 0.001966 10.0.0.65 - - [2025-12-18 03:43:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.007427 10.0.0.65 - - [2025-12-18 03:43:29] "POST /security-groups HTTP/1.1" 200 596 0.054618 10.0.0.65 - - [2025-12-18 03:43:29] "POST /projects HTTP/1.1" 200 595 0.295629 10.0.0.65 - - [2025-12-18 03:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.329562 10.0.0.23 - - [2025-12-18 03:43:29] "POST /access-control-lists HTTP/1.1" 200 601 0.047163 10.0.0.23 - - [2025-12-18 03:43:29] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.484171 10.0.0.23 - - [2025-12-18 03:43:30] "GET / HTTP/1.1" 200 35931 0.002282 10.0.0.65 - - [2025-12-18 03:43:33] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001371 10.0.0.23 - - [2025-12-18 03:43:33] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.053302 10.0.0.65 - - [2025-12-18 03:43:33] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001039 10.0.0.23 - - [2025-12-18 03:43:33] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?fields=virtual_networks HTTP/1.1" 200 1040 0.058510 10.0.0.65 - - [2025-12-18 03:43:33] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001706 10.0.0.23 - - [2025-12-18 03:43:33] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.057427 10.0.0.65 - - [2025-12-18 03:43:33] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001193 10.0.0.23 - - [2025-12-18 03:43:33] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?fields=security_groups HTTP/1.1" 200 1271 0.062829 10.0.0.23 - - [2025-12-18 03:43:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.038523 10.0.0.65 - - [2025-12-18 03:43:34] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004146 10.0.0.65 - - [2025-12-18 03:43:34] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.65 - - [2025-12-18 03:43:34] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009088 10.0.0.65 - - [2025-12-18 03:43:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.003024 10.0.0.65 - - [2025-12-18 03:43:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.007788 10.0.0.65 - - [2025-12-18 03:43:35] "POST /security-groups HTTP/1.1" 200 602 0.086026 10.0.0.23 - - [2025-12-18 03:43:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.004295 10.0.0.65 - - [2025-12-18 03:43:35] "POST /projects HTTP/1.1" 200 607 0.303468 10.0.0.65 - - [2025-12-18 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.383457 10.0.0.23 - - [2025-12-18 03:43:35] "POST /access-control-lists HTTP/1.1" 200 605 0.034602 10.0.0.23 - - [2025-12-18 03:43:35] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.547402 10.0.0.23 - - [2025-12-18 03:43:36] "GET / HTTP/1.1" 200 35931 0.002270 10.0.0.65 - - [2025-12-18 03:43:39] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.23 - - [2025-12-18 03:43:39] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044600 10.0.0.65 - - [2025-12-18 03:43:39] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.23 - - [2025-12-18 03:43:39] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?fields=virtual_networks HTTP/1.1" 200 1053 0.036609 10.0.0.65 - - [2025-12-18 03:43:39] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001164 10.0.0.23 - - [2025-12-18 03:43:39] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.040628 10.0.0.65 - - [2025-12-18 03:43:39] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001408 10.0.0.23 - - [2025-12-18 03:43:39] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?fields=security_groups HTTP/1.1" 200 1290 0.045954 10.0.0.23 - - [2025-12-18 03:43:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.032363 10.0.0.65 - - [2025-12-18 03:43:40] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003310 10.0.0.65 - - [2025-12-18 03:43:41] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.65 - - [2025-12-18 03:43:41] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008568 10.0.0.65 - - [2025-12-18 03:43:41] "POST /id-to-fqname HTTP/1.1" 200 187 0.001873 10.0.0.65 - - [2025-12-18 03:43:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.009449 10.0.0.65 - - [2025-12-18 03:43:41] "POST /security-groups HTTP/1.1" 200 588 0.078490 10.0.0.65 - - [2025-12-18 03:43:41] "POST /projects HTTP/1.1" 200 579 0.297164 10.0.0.65 - - [2025-12-18 03:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.345749 10.0.0.23 - - [2025-12-18 03:43:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.017110 10.0.0.23 - - [2025-12-18 03:43:41] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.490739 10.0.0.23 - - [2025-12-18 03:43:42] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.65 - - [2025-12-18 03:43:45] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000998 10.0.0.23 - - [2025-12-18 03:43:45] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.046060 10.0.0.65 - - [2025-12-18 03:43:45] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000981 10.0.0.23 - - [2025-12-18 03:43:45] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?fields=virtual_networks HTTP/1.1" 200 1025 0.054055 10.0.0.65 - - [2025-12-18 03:43:46] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001008 10.0.0.23 - - [2025-12-18 03:43:46] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.039079 10.0.0.65 - - [2025-12-18 03:43:46] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000872 10.0.0.23 - - [2025-12-18 03:43:46] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?fields=security_groups HTTP/1.1" 200 1248 0.038214 10.0.0.23 - - [2025-12-18 03:43:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.029969 10.0.0.65 - - [2025-12-18 03:43:47] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003140 10.0.0.65 - - [2025-12-18 03:43:47] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.65 - - [2025-12-18 03:43:47] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007246 10.0.0.65 - - [2025-12-18 03:43:47] "POST /id-to-fqname HTTP/1.1" 200 184 0.003235 10.0.0.65 - - [2025-12-18 03:43:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005960 10.0.0.65 - - [2025-12-18 03:43:47] "POST /security-groups HTTP/1.1" 200 585 0.027651 10.0.0.65 - - [2025-12-18 03:43:47] "POST /projects HTTP/1.1" 200 573 0.258629 10.0.0.23 - - [2025-12-18 03:43:47] "POST /access-control-lists HTTP/1.1" 200 590 0.026318 10.0.0.65 - - [2025-12-18 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.332197 10.0.0.23 - - [2025-12-18 03:43:47] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.472547 10.0.0.23 - - [2025-12-18 03:43:48] "GET / HTTP/1.1" 200 35931 0.002052 10.0.0.65 - - [2025-12-18 03:43:51] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000932 10.0.0.23 - - [2025-12-18 03:43:51] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.042771 10.0.0.65 - - [2025-12-18 03:43:51] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001025 10.0.0.23 - - [2025-12-18 03:43:51] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?fields=virtual_networks HTTP/1.1" 200 1017 0.048116 10.0.0.65 - - [2025-12-18 03:43:51] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001389 10.0.0.23 - - [2025-12-18 03:43:51] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.045261 10.0.0.65 - - [2025-12-18 03:43:52] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001042 10.0.0.23 - - [2025-12-18 03:43:52] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?fields=security_groups HTTP/1.1" 200 1237 0.047115 10.0.0.23 - - [2025-12-18 03:43:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.031895 10.0.0.65 - - [2025-12-18 03:43:53] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.65 - - [2025-12-18 03:43:53] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.65 - - [2025-12-18 03:43:53] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007529 10.0.0.65 - - [2025-12-18 03:43:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.001498 10.0.0.65 - - [2025-12-18 03:43:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.003222 10.0.0.65 - - [2025-12-18 03:43:53] "POST /security-groups HTTP/1.1" 200 589 0.034636 10.0.0.23 - - [2025-12-18 03:43:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.003592 10.0.0.65 - - [2025-12-18 03:43:53] "POST /projects HTTP/1.1" 200 581 0.243022 10.0.0.65 - - [2025-12-18 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.324012 10.0.0.23 - - [2025-12-18 03:43:53] "POST /access-control-lists HTTP/1.1" 200 592 0.032171 10.0.0.23 - - [2025-12-18 03:43:53] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.480959 10.0.0.23 - - [2025-12-18 03:43:54] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.65 - - [2025-12-18 03:43:57] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.23 - - [2025-12-18 03:43:57] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050197 10.0.0.65 - - [2025-12-18 03:43:57] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.23 - - [2025-12-18 03:43:57] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?fields=virtual_networks HTTP/1.1" 200 1028 0.043161 10.0.0.65 - - [2025-12-18 03:43:57] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.23 - - [2025-12-18 03:43:57] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.054987 10.0.0.65 - - [2025-12-18 03:43:58] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.23 - - [2025-12-18 03:43:58] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?fields=security_groups HTTP/1.1" 200 1252 0.043297 10.0.0.23 - - [2025-12-18 03:43:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.038443 10.0.0.65 - - [2025-12-18 03:43:59] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003502 10.0.0.65 - - [2025-12-18 03:43:59] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.65 - - [2025-12-18 03:43:59] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006811 10.0.0.65 - - [2025-12-18 03:43:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.003816 10.0.0.65 - - [2025-12-18 03:43:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.009075 10.0.0.65 - - [2025-12-18 03:43:59] "POST /security-groups HTTP/1.1" 200 589 0.073484 10.0.0.23 - - [2025-12-18 03:43:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.004551 10.0.0.65 - - [2025-12-18 03:43:59] "POST /projects HTTP/1.1" 200 581 0.284027 10.0.0.65 - - [2025-12-18 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.321542 10.0.0.23 - - [2025-12-18 03:43:59] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.471088 10.0.0.23 - - [2025-12-18 03:43:59] "POST /access-control-lists HTTP/1.1" 200 592 0.056709 10.0.0.23 - - [2025-12-18 03:44:00] "GET /obj-perms HTTP/1.1" 200 5056 0.103299 10.0.0.23 - - [2025-12-18 03:44:01] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.23 - - [2025-12-18 03:44:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2025-12-18 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.041296 10.0.0.65 - - [2025-12-18 03:44:04] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.23 - - [2025-12-18 03:44:04] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044487 10.0.0.23 - - [2025-12-18 03:44:04] "POST /neutron/network HTTP/1.1" 200 117 0.038671 10.0.0.23 - - [2025-12-18 03:44:04] "POST /neutron/network HTTP/1.1" 200 823 0.008432 10.0.0.23 - - [2025-12-18 03:44:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001170 10.0.0.23 - - [2025-12-18 03:44:04] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005331 10.0.0.23 - - [2025-12-18 03:44:04] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005754 10.0.0.23 - - [2025-12-18 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2025-12-18 03:44:04] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006291 10.0.0.23 - - [2025-12-18 03:44:04] "POST /route-targets HTTP/1.1" 200 323 0.024655 10.0.0.23 - - [2025-12-18 03:44:04] "PUT /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637 HTTP/1.1" 200 264 0.084013 10.0.0.23 - - [2025-12-18 03:44:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.011591 10.0.0.23 - - [2025-12-18 03:44:05] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006135 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/d408625309054783aa7fd7df1b475817 HTTP/1.1" 404 173 0.015520 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/00ae0f3a98204a70b8b6a07415b60fae HTTP/1.1" 404 173 0.011714 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/ddd1a007ddad4e3b9db6355423a9ce68 HTTP/1.1" 404 173 0.030692 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/d0bad92b1f41469d8741a125bd73609c HTTP/1.1" 404 173 0.022393 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/48e551e6-8a11-496c-8c0e-3856355eab35 HTTP/1.1" 404 177 0.020714 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/42c8ef1f559c48a7a03fff6e9cf42774 HTTP/1.1" 404 173 0.018432 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000946 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000719 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000787 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000675 10.0.0.65 - - [2025-12-18 03:44:07] "GET /obj-perms HTTP/1.1" 200 5026 0.135113 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/e3aa62157adc4638b36f5bdcb7745d83 HTTP/1.1" 404 173 0.015255 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /project/060948c929e24ae0bc30b20b1e56e2ef HTTP/1.1" 404 173 0.009942 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.095316 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001317 10.0.0.23 - - [2025-12-18 03:44:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001267 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.213059 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.218924 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001487 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.253817 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.260702 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.241401 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002181 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000920 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001419 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.329132 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?fields=security_groups HTTP/1.1" 200 1348 0.149708 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?fields=security_groups HTTP/1.1" 200 1353 0.169960 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004412 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?fields=security_groups HTTP/1.1" 200 1376 0.141187 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?fields=security_groups HTTP/1.1" 200 1395 0.183432 10.0.0.23 - - [2025-12-18 03:44:07] "POST /neutron/network HTTP/1.1" 200 833 0.017469 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?fields=security_groups HTTP/1.1" 200 1342 0.228127 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?fields=security_groups HTTP/1.1" 200 1357 0.206281 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/6436c72c-fce4-45f9-9b12-d8e6dbfbffdc HTTP/1.1" 200 115 0.213309 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=e3aa6215-7adc-4638-b36f-5bdcb7745d83&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/4c8b179c-b04b-4821-aab1-0579faee793f HTTP/1.1" 200 115 0.200360 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=42c8ef1f-559c-48a7-a03f-ff6e9cf42774&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001449 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/a8076ae7-2610-406d-9db1-e69c155ead70 HTTP/1.1" 200 115 0.232551 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83?fields=application_policy_sets HTTP/1.1" 200 1387 0.075870 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=060948c9-29e2-4ae0-bc30-b20b1e56e2ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001427 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/c4045666-5c9b-461a-abe2-7abb98b04a01 HTTP/1.1" 200 115 0.231385 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=d0bad92b-1f41-469d-8741-a125bd73609c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001208 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/fd836816-e0fa-4b1f-a21d-a46432c59b4e HTTP/1.1" 200 115 0.173270 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=00ae0f3a-9820-4a70-b8b6-a07415b60fae&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001022 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774?fields=application_policy_sets HTTP/1.1" 200 1392 0.130100 10.0.0.23 - - [2025-12-18 03:44:07] "DELETE /access-control-list/37462891-553c-4f2e-b96b-c7b5715af0ed HTTP/1.1" 200 115 0.152210 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/d0bad92b-1f41-469d-8741-a125bd73609c?fields=application_policy_sets HTTP/1.1" 200 1434 0.141494 10.0.0.65 - - [2025-12-18 03:44:07] "DELETE /security-group/ac2e65de-5f05-4420-8d79-29d4b0922b19 HTTP/1.1" 200 115 0.259506 10.0.0.65 - - [2025-12-18 03:44:07] "GET /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef?fields=application_policy_sets HTTP/1.1" 200 1415 0.206728 10.0.0.65 - - [2025-12-18 03:44:07] "GET /projects?obj_uuids=ddd1a007-ddad-4e3b-9db6-355423a9ce68&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002566 10.0.0.65 - - [2025-12-18 03:44:08] "GET /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae?fields=application_policy_sets HTTP/1.1" 200 1381 0.184549 10.0.0.65 - - [2025-12-18 03:44:08] "GET /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68?fields=application_policy_sets HTTP/1.1" 200 1396 0.164928 10.0.0.23 - - [2025-12-18 03:44:08] "DELETE /access-control-list/56d5ff20-4a76-4199-bc53-29cd1022af53 HTTP/1.1" 200 115 0.150502 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/e3aa6215-7adc-4638-b36f-5bdcb7745d83 HTTP/1.1" 200 115 1.235195 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/42c8ef1f-559c-48a7-a03f-ff6e9cf42774 HTTP/1.1" 200 115 1.300364 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/060948c9-29e2-4ae0-bc30-b20b1e56e2ef HTTP/1.1" 200 115 1.334817 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/d0bad92b-1f41-469d-8741-a125bd73609c HTTP/1.1" 200 115 1.340384 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/00ae0f3a-9820-4a70-b8b6-a07415b60fae HTTP/1.1" 200 115 1.348887 10.0.0.65 - - [2025-12-18 03:44:08] "DELETE /project/ddd1a007-ddad-4e3b-9db6-355423a9ce68 HTTP/1.1" 200 115 1.368725 10.0.0.23 - - [2025-12-18 03:44:08] "DELETE /access-control-list/5f1d884f-f750-4145-af72-e9c08cd6149a HTTP/1.1" 200 115 0.047326 10.0.0.23 - - [2025-12-18 03:44:08] "DELETE /access-control-list/fb39de9c-f05a-4bb4-aa1e-25c030ac25a5 HTTP/1.1" 200 115 0.024862 10.0.0.65 - - [2025-12-18 03:44:09] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.23 - - [2025-12-18 03:44:09] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.151875 10.0.0.23 - - [2025-12-18 03:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.006355 10.0.0.65 - - [2025-12-18 03:44:10] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.23 - - [2025-12-18 03:44:11] "POST /neutron/port HTTP/1.1" 200 1059 0.286065 10.0.0.23 - - [2025-12-18 03:44:11] "POST /neutron/port HTTP/1.1" 200 1113 0.113878 10.0.0.23 - - [2025-12-18 03:44:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.019575 10.0.0.23 - - [2025-12-18 03:44:15] "POST /neutron/port HTTP/1.1" 200 1087 0.017032 10.0.0.23 - - [2025-12-18 03:44:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010112 10.0.0.23 - - [2025-12-18 03:44:15] "GET /virtual-machine/0c1b3072-6024-40e2-8eb6-dc395b9fa06b HTTP/1.1" 401 292 0.000776 10.0.0.23 - - [2025-12-18 03:44:15] "GET /virtual-machine/0c1b3072-6024-40e2-8eb6-dc395b9fa06b HTTP/1.1" 200 1289 0.044703 10.0.0.23 - - [2025-12-18 03:44:15] "GET /virtual-machine-interface/f2dd0f9b-b503-4a7d-a241-e125b3b84ad0 HTTP/1.1" 200 2931 0.007586 10.0.0.23 - - [2025-12-18 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2025-12-18 03:44:15] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003524 10.0.0.23 - - [2025-12-18 03:44:15] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003248 10.0.0.23 - - [2025-12-18 03:44:15] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006503 10.0.0.23 - - [2025-12-18 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-12-18 03:44:18] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005519 10.0.0.23 - - [2025-12-18 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-18 03:44:22] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004808 10.0.0.23 - - [2025-12-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2025-12-18 03:44:27] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005915 10.0.0.23 - - [2025-12-18 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2025-12-18 03:44:31] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005380 10.0.0.23 - - [2025-12-18 03:44:32] "POST /neutron/port HTTP/1.1" 200 1087 0.015636 10.0.0.23 - - [2025-12-18 03:44:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.23 - - [2025-12-18 03:44:32] "POST /neutron/network HTTP/1.1" 200 823 0.007036 10.0.0.23 - - [2025-12-18 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2025-12-18 03:44:35] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006185 10.0.0.23 - - [2025-12-18 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-18 03:44:39] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005776 10.0.0.23 - - [2025-12-18 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2025-12-18 03:44:43] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006483 10.0.0.23 - - [2025-12-18 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2025-12-18 03:44:47] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005367 10.0.0.23 - - [2025-12-18 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2025-12-18 03:44:51] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005718 10.0.0.23 - - [2025-12-18 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.23 - - [2025-12-18 03:44:55] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005625 10.0.0.23 - - [2025-12-18 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.23 - - [2025-12-18 03:44:57] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005550 10.0.0.23 - - [2025-12-18 03:44:57] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003749 10.0.0.23 - - [2025-12-18 03:44:57] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007454 10.0.0.23 - - [2025-12-18 03:45:03] "POST /neutron/port HTTP/1.1" 200 1087 0.018987 10.0.0.23 - - [2025-12-18 03:45:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009931 10.0.0.23 - - [2025-12-18 03:45:13] "POST /neutron/port HTTP/1.1" 200 1087 0.015307 10.0.0.23 - - [2025-12-18 03:45:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011035 10.0.0.23 - - [2025-12-18 03:45:18] "POST /neutron/port HTTP/1.1" 200 1087 0.017509 10.0.0.23 - - [2025-12-18 03:45:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007595 10.0.0.23 - - [2025-12-18 03:45:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001452 10.0.0.23 - - [2025-12-18 03:45:19] "GET /virtual-machine/0c1b3072-6024-40e2-8eb6-dc395b9fa06b HTTP/1.1" 200 1289 0.004643 10.0.0.23 - - [2025-12-18 03:45:19] "GET /virtual-machine-interface/f2dd0f9b-b503-4a7d-a241-e125b3b84ad0 HTTP/1.1" 200 2931 0.010366 10.0.0.23 - - [2025-12-18 03:45:19] "GET /instance-ip/96f9292b-248f-41cc-8574-c009b2cec58c HTTP/1.1" 200 1617 0.009137 10.0.0.23 - - [2025-12-18 03:45:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.003165 10.0.0.23 - - [2025-12-18 03:45:19] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005714 10.0.0.65 - - [2025-12-18 03:45:19] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.23 - - [2025-12-18 03:45:19] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056125 10.0.0.23 - - [2025-12-18 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.23 - - [2025-12-18 03:45:19] "GET /security-group/b3dc5667-43f7-4285-a72c-a9db4f66f956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004887 10.0.0.23 - - [2025-12-18 03:45:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.093272 10.0.0.23 - - [2025-12-18 03:45:19] "POST /instance-ips HTTP/1.1" 200 357 0.041872 10.0.0.23 - - [2025-12-18 03:45:19] "GET /instance-ip/6b4ba8ed-dc51-4201-8a4d-ac5fd86e4835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.006155 10.0.0.23 - - [2025-12-18 03:45:19] "GET /virtual-machine-interface/9e7f0f32-491a-4772-8068-c4f8beaf846f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.006145 10.0.0.23 - - [2025-12-18 03:45:19] "GET /virtual-machine-interface/9e7f0f32-491a-4772-8068-c4f8beaf846f?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.007929 10.0.0.23 - - [2025-12-18 03:45:19] "GET /instance-ip/6b4ba8ed-dc51-4201-8a4d-ac5fd86e4835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005477 10.0.0.23 - - [2025-12-18 03:45:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001441 10.0.0.23 - - [2025-12-18 03:45:19] "POST /neutron/port HTTP/1.1" 200 1087 0.021048 10.0.0.23 - - [2025-12-18 03:45:20] "POST /neutron/port HTTP/1.1" 200 966 0.044210 10.0.0.23 - - [2025-12-18 03:45:20] "POST /neutron/port HTTP/1.1" 200 966 0.018877 10.0.0.23 - - [2025-12-18 03:45:20] "POST /neutron/port HTTP/1.1" 200 117 0.007334 10.0.0.23 - - [2025-12-18 03:45:21] "POST /neutron/network HTTP/1.1" 200 833 0.007331 10.0.0.23 - - [2025-12-18 03:45:21] "POST /neutron/port HTTP/1.1" 200 1058 0.142855 10.0.0.23 - - [2025-12-18 03:45:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.009805 10.0.0.23 - - [2025-12-18 03:45:25] "POST /neutron/port HTTP/1.1" 200 1032 0.016089 10.0.0.23 - - [2025-12-18 03:45:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008854 10.0.0.23 - - [2025-12-18 03:45:25] "GET /virtual-machine/3d9327c5-29c1-42e3-841b-4abdea1b7238 HTTP/1.1" 200 1267 0.007893 10.0.0.23 - - [2025-12-18 03:45:25] "GET /virtual-machine-interface/9e7f0f32-491a-4772-8068-c4f8beaf846f HTTP/1.1" 200 2980 0.005394 10.0.0.23 - - [2025-12-18 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.23 - - [2025-12-18 03:45:25] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005376 10.0.0.23 - - [2025-12-18 03:45:25] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004118 10.0.0.23 - - [2025-12-18 03:45:25] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.010239 10.0.0.23 - - [2025-12-18 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.23 - - [2025-12-18 03:45:29] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005775 10.0.0.23 - - [2025-12-18 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.23 - - [2025-12-18 03:45:33] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007487 10.0.0.23 - - [2025-12-18 03:45:33] "POST /neutron/port HTTP/1.1" 200 1087 0.051424 10.0.0.23 - - [2025-12-18 03:45:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.23 - - [2025-12-18 03:45:33] "POST /neutron/network HTTP/1.1" 200 823 0.007646 10.0.0.23 - - [2025-12-18 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-18 03:45:37] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005600 10.0.0.23 - - [2025-12-18 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.23 - - [2025-12-18 03:45:41] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006559 10.0.0.23 - - [2025-12-18 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2025-12-18 03:45:45] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006168 10.0.0.23 - - [2025-12-18 03:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2025-12-18 03:45:49] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006745 10.0.0.23 - - [2025-12-18 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-12-18 03:45:53] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005477 10.0.0.23 - - [2025-12-18 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.23 - - [2025-12-18 03:45:57] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006020 10.0.0.23 - - [2025-12-18 03:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2025-12-18 03:46:01] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005314 10.0.0.50 - - [2025-12-18 03:46:02] "GET /obj-perms HTTP/1.1" 200 5056 0.075706 10.0.0.23 - - [2025-12-18 03:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.23 - - [2025-12-18 03:46:05] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006336 10.0.0.23 - - [2025-12-18 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2025-12-18 03:46:09] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006611 10.0.0.23 - - [2025-12-18 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.23 - - [2025-12-18 03:46:14] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004323 10.0.0.23 - - [2025-12-18 03:46:14] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002944 10.0.0.23 - - [2025-12-18 03:46:14] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006174 10.0.0.23 - - [2025-12-18 03:46:19] "POST /neutron/port HTTP/1.1" 200 1032 0.022261 10.0.0.23 - - [2025-12-18 03:46:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007982 10.0.0.23 - - [2025-12-18 03:46:32] "POST /neutron/port HTTP/1.1" 200 1032 0.050227 10.0.0.23 - - [2025-12-18 03:46:34] "POST /neutron/port HTTP/1.1" 200 1032 0.017042 10.0.0.23 - - [2025-12-18 03:46:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.010014 10.0.0.23 - - [2025-12-18 03:46:34] "POST /neutron/port HTTP/1.1" 200 1032 0.016251 10.0.0.23 - - [2025-12-18 03:46:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008070 10.0.0.23 - - [2025-12-18 03:46:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001327 10.0.0.23 - - [2025-12-18 03:46:45] "POST /neutron/network HTTP/1.1" 200 833 0.007122 10.0.0.65 - - [2025-12-18 03:46:46] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031837 10.0.0.23 - - [2025-12-18 03:46:46] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.105303 10.0.0.23 - - [2025-12-18 03:46:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008522 10.0.0.23 - - [2025-12-18 03:46:46] "POST /neutron/network HTTP/1.1" 200 833 0.008394 10.0.0.23 - - [2025-12-18 03:46:47] "POST /neutron/port HTTP/1.1" 200 1059 0.015587 10.0.0.23 - - [2025-12-18 03:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004946 10.0.0.23 - - [2025-12-18 03:46:47] "POST /neutron/network HTTP/1.1" 200 823 0.006979 10.0.0.65 - - [2025-12-18 03:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.65 - - [2025-12-18 03:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.50 - - [2025-12-18 03:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2025-12-18 03:46:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2025-12-18 03:46:51] "GET /global-system-configs HTTP/1.1" 401 292 0.001821 10.0.0.23 - - [2025-12-18 03:46:51] "POST /neutron/port HTTP/1.1" 200 1087 0.017143 10.0.0.23 - - [2025-12-18 03:46:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007433 10.0.0.23 - - [2025-12-18 03:46:51] "GET /virtual-machine/4c02066a-9223-436e-ad6c-0ef09a04c835 HTTP/1.1" 200 1290 0.006369 10.0.0.23 - - [2025-12-18 03:46:51] "GET /virtual-machine-interface/aef78418-ba46-4523-8502-a266358fb272 HTTP/1.1" 200 2930 0.005006 10.0.0.23 - - [2025-12-18 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2025-12-18 03:46:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004765 10.0.0.23 - - [2025-12-18 03:46:51] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003732 10.0.0.23 - - [2025-12-18 03:46:52] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006149 10.0.0.23 - - [2025-12-18 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2025-12-18 03:46:55] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005370 10.0.0.23 - - [2025-12-18 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.23 - - [2025-12-18 03:46:59] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005852 10.0.0.23 - - [2025-12-18 03:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2025-12-18 03:47:03] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006483 10.0.0.23 - - [2025-12-18 03:47:03] "GET /obj-perms HTTP/1.1" 200 5056 0.095983 10.0.0.23 - - [2025-12-18 03:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.23 - - [2025-12-18 03:47:07] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008374 10.0.0.23 - - [2025-12-18 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2025-12-18 03:47:11] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005555 10.0.0.23 - - [2025-12-18 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2025-12-18 03:47:15] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005533 10.0.0.23 - - [2025-12-18 03:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-12-18 03:47:19] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.013276 10.0.0.23 - - [2025-12-18 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2025-12-18 03:47:23] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005162 10.0.0.23 - - [2025-12-18 03:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2025-12-18 03:47:27] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005433 10.0.0.23 - - [2025-12-18 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-12-18 03:47:31] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006780 10.0.0.23 - - [2025-12-18 03:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2025-12-18 03:47:36] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005972 10.0.0.23 - - [2025-12-18 03:47:36] "POST /neutron/network HTTP/1.1" 200 833 0.008458 10.0.0.23 - - [2025-12-18 03:47:36] "POST /neutron/port HTTP/1.1" 200 117 0.001638 10.0.0.23 - - [2025-12-18 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2025-12-18 03:47:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004348 10.0.0.23 - - [2025-12-18 03:47:38] "GET /virtual-networks?parent_id=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003479 10.0.0.23 - - [2025-12-18 03:47:38] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006783 10.0.0.23 - - [2025-12-18 03:47:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008896 10.0.0.23 - - [2025-12-18 03:47:46] "POST /neutron/port HTTP/1.1" 200 1087 0.052578 10.0.0.23 - - [2025-12-18 03:47:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004264 10.0.0.23 - - [2025-12-18 03:47:46] "POST /neutron/network HTTP/1.1" 200 823 0.007269 10.0.0.23 - - [2025-12-18 03:47:50] "POST /neutron/port HTTP/1.1" 200 1087 0.015539 10.0.0.23 - - [2025-12-18 03:47:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008703 10.0.0.65 - - [2025-12-18 03:48:04] "GET /obj-perms HTTP/1.1" 200 5056 0.081654 10.0.0.23 - - [2025-12-18 03:48:04] "POST /neutron/port HTTP/1.1" 200 1087 0.017135 10.0.0.23 - - [2025-12-18 03:48:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008681 10.0.0.23 - - [2025-12-18 03:48:04] "POST /neutron/port HTTP/1.1" 200 1087 0.031766 10.0.0.23 - - [2025-12-18 03:48:04] "POST /neutron/network HTTP/1.1" 200 823 0.007625 10.0.0.23 - - [2025-12-18 03:48:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001334 10.0.0.23 - - [2025-12-18 03:48:04] "GET /virtual-machine/4c02066a-9223-436e-ad6c-0ef09a04c835 HTTP/1.1" 200 1290 0.004939 10.0.0.23 - - [2025-12-18 03:48:04] "GET /virtual-machine-interface/aef78418-ba46-4523-8502-a266358fb272 HTTP/1.1" 200 2930 0.007429 10.0.0.23 - - [2025-12-18 03:48:04] "GET /instance-ip/774da040-ebb2-4923-b50f-1617e61042b8 HTTP/1.1" 200 1617 0.007777 10.0.0.23 - - [2025-12-18 03:48:04] "GET /virtual-machine-interface/aef78418-ba46-4523-8502-a266358fb272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.006217 10.0.0.23 - - [2025-12-18 03:48:04] "PUT /virtual-machine-interface/aef78418-ba46-4523-8502-a266358fb272 HTTP/1.1" 200 284 0.017345 10.0.0.23 - - [2025-12-18 03:48:37] "POST /neutron/network HTTP/1.1" 200 833 0.008354 10.0.0.23 - - [2025-12-18 03:48:37] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.23 - - [2025-12-18 03:48:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015083 10.0.0.23 - - [2025-12-18 03:48:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.009460 10.0.0.23 - - [2025-12-18 03:49:39] "POST /neutron/port HTTP/1.1" 200 1087 0.018568 10.0.0.23 - - [2025-12-18 03:49:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.23 - - [2025-12-18 03:49:39] "POST /neutron/network HTTP/1.1" 200 823 0.007582 10.0.0.23 - - [2025-12-18 03:49:41] "DELETE /instance-ip/6b4ba8ed-dc51-4201-8a4d-ac5fd86e4835 HTTP/1.1" 200 115 0.079479 10.0.0.23 - - [2025-12-18 03:49:41] "DELETE /virtual-machine-interface/9e7f0f32-491a-4772-8068-c4f8beaf846f HTTP/1.1" 200 115 0.101288 10.0.0.23 - - [2025-12-18 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-12-18 03:49:41] "GET /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007027 10.0.0.23 - - [2025-12-18 03:49:41] "PUT /virtual-network/89094eb5-946b-4e4a-92ce-7e7e7ced0637 HTTP/1.1" 200 264 0.062923 10.0.0.23 - - [2025-12-18 03:49:42] "POST /neutron/port HTTP/1.1" 200 1087 0.065622 10.0.0.23 - - [2025-12-18 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.071420 10.0.0.23 - - [2025-12-18 03:49:42] "POST /neutron/port HTTP/1.1" 200 1087 0.039910 10.0.0.23 - - [2025-12-18 03:49:44] "POST /neutron/network HTTP/1.1" 200 823 0.007751 10.0.0.23 - - [2025-12-18 03:49:44] "DELETE /route-target/a0dfb20d-46bf-466f-b4f7-e4f5688836c7 HTTP/1.1" 200 115 0.030889 10.0.0.65 - - [2025-12-18 03:49:45] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.23 - - [2025-12-18 03:49:45] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065765 10.0.0.65 - - [2025-12-18 03:49:45] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.23 - - [2025-12-18 03:49:46] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?fields=virtual_networks HTTP/1.1" 200 1028 0.039132 10.0.0.65 - - [2025-12-18 03:49:46] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.23 - - [2025-12-18 03:49:46] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.049411 10.0.0.65 - - [2025-12-18 03:49:46] "GET /projects?obj_uuids=d4086253-0905-4783-aa7f-d7df1b475817&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.23 - - [2025-12-18 03:49:46] "GET /project/d4086253-0905-4783-aa7f-d7df1b475817?fields=security_groups HTTP/1.1" 200 1252 0.043833 10.0.0.23 - - [2025-12-18 03:49:47] "POST /neutron/port HTTP/1.1" 400 205 0.003994 10.0.0.23 - - [2025-12-18 03:49:47] "POST /fqname-to-id HTTP/1.1" 404 185 0.040778 10.0.0.65 - - [2025-12-18 03:49:47] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003449 10.0.0.65 - - [2025-12-18 03:49:47] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.65 - - [2025-12-18 03:49:47] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044884 10.0.0.65 - - [2025-12-18 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 187 0.006107 10.0.0.65 - - [2025-12-18 03:49:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.006848 10.0.0.65 - - [2025-12-18 03:49:47] "POST /security-groups HTTP/1.1" 200 588 0.073321 10.0.0.65 - - [2025-12-18 03:49:47] "POST /projects HTTP/1.1" 200 579 0.275414 10.0.0.65 - - [2025-12-18 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.314587 10.0.0.23 - - [2025-12-18 03:49:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.016213 10.0.0.23 - - [2025-12-18 03:49:47] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.522272 10.0.0.23 - - [2025-12-18 03:49:49] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.23 - - [2025-12-18 03:49:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000642 10.0.0.23 - - [2025-12-18 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.071212 10.0.0.65 - - [2025-12-18 03:49:51] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001029 10.0.0.23 - - [2025-12-18 03:49:51] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046192 10.0.0.23 - - [2025-12-18 03:49:51] "POST /ref-update HTTP/1.1" 200 156 0.030945 10.0.0.65 - - [2025-12-18 03:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.23 - - [2025-12-18 03:49:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.314190 10.0.0.23 - - [2025-12-18 03:49:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001415 10.0.0.23 - - [2025-12-18 03:49:52] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005556 10.0.0.23 - - [2025-12-18 03:49:52] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007798 10.0.0.23 - - [2025-12-18 03:49:52] "POST /neutron/network HTTP/1.1" 200 828 0.006859 10.0.0.23 - - [2025-12-18 03:49:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003552 10.0.0.23 - - [2025-12-18 03:49:52] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005312 10.0.0.23 - - [2025-12-18 03:49:52] "GET /virtual-machine-interface/6c688717-671d-46a4-a46d-653fbc74f6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.010879 10.0.0.23 - - [2025-12-18 03:49:52] "GET /virtual-machine-interface/6c688717-671d-46a4-a46d-653fbc74f6bf?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.009031 10.0.0.23 - - [2025-12-18 03:49:52] "GET /instance-ip/d00740e6-faa9-464b-9c1c-d210b5304ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004372 10.0.0.23 - - [2025-12-18 03:49:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001528 10.0.0.23 - - [2025-12-18 03:49:52] "POST /neutron/network HTTP/1.1" 200 838 0.007503 10.0.0.65 - - [2025-12-18 03:49:53] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001284 10.0.0.23 - - [2025-12-18 03:49:53] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.069355 10.0.0.23 - - [2025-12-18 03:49:53] "POST /neutron/port HTTP/1.1" 200 117 0.006182 10.0.0.23 - - [2025-12-18 03:49:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001408 10.0.0.23 - - [2025-12-18 03:49:54] "POST /neutron/port HTTP/1.1" 200 982 0.013188 10.0.0.23 - - [2025-12-18 03:49:54] "POST /neutron/port HTTP/1.1" 200 982 0.010803 10.0.0.65 - - [2025-12-18 03:49:54] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001508 10.0.0.23 - - [2025-12-18 03:49:54] "POST /neutron/network HTTP/1.1" 200 838 0.005888 10.0.0.23 - - [2025-12-18 03:49:54] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043347 10.0.0.23 - - [2025-12-18 03:49:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.005434 10.0.0.23 - - [2025-12-18 03:49:54] "POST /interface-route-tables HTTP/1.1" 200 556 0.057834 10.0.0.23 - - [2025-12-18 03:49:54] "GET /interface-route-table/414d62e4-6583-44c0-bbd0-e280cff52360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.007039 10.0.0.23 - - [2025-12-18 03:49:54] "POST /neutron/port HTTP/1.1" 200 1056 0.017876 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/port HTTP/1.1" 200 982 0.009385 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.009632 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/port HTTP/1.1" 200 982 0.010888 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/port HTTP/1.1" 200 1048 0.015989 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.23 - - [2025-12-18 03:49:55] "GET /virtual-machine-interface/6c688717-671d-46a4-a46d-653fbc74f6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005481 10.0.0.23 - - [2025-12-18 03:49:55] "POST /ref-update HTTP/1.1" 200 156 0.013753 10.0.0.23 - - [2025-12-18 03:49:55] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008530 10.0.0.23 - - [2025-12-18 03:50:00] "POST /neutron/port HTTP/1.1" 200 1084 0.029106 10.0.0.23 - - [2025-12-18 03:50:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.021359 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 200 1289 0.038177 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 200 1289 0.004468 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine-interface/57112c4c-2afe-4519-9ab2-cfbf31cacb7d HTTP/1.1" 200 2937 0.007203 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 200 1289 0.007352 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine-interface/57112c4c-2afe-4519-9ab2-cfbf31cacb7d HTTP/1.1" 200 2937 0.006401 10.0.0.23 - - [2025-12-18 03:50:01] "GET /instance-ip/620db26e-4cce-4f0c-8493-ef80940e135d HTTP/1.1" 200 1616 0.008595 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 200 1289 0.004059 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-machine-interface/57112c4c-2afe-4519-9ab2-cfbf31cacb7d HTTP/1.1" 200 2937 0.007193 10.0.0.23 - - [2025-12-18 03:50:01] "GET /instance-ip/620db26e-4cce-4f0c-8493-ef80940e135d HTTP/1.1" 200 1616 0.005177 10.0.0.23 - - [2025-12-18 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-12-18 03:50:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004808 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006192 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006057 10.0.0.23 - - [2025-12-18 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2025-12-18 03:50:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003700 10.0.0.23 - - [2025-12-18 03:50:01] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007325 10.0.0.23 - - [2025-12-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2025-12-18 03:50:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004300 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003988 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006045 10.0.0.23 - - [2025-12-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2025-12-18 03:50:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005900 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003932 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005544 10.0.0.23 - - [2025-12-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.23 - - [2025-12-18 03:50:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006894 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003566 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006487 10.0.0.23 - - [2025-12-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2025-12-18 03:50:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005871 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003874 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007214 10.0.0.23 - - [2025-12-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.23 - - [2025-12-18 03:50:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005574 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.011367 10.0.0.23 - - [2025-12-18 03:50:02] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007595 10.0.0.23 - - [2025-12-18 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-18 03:50:05] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005599 10.0.0.50 - - [2025-12-18 03:50:06] "GET /obj-perms HTTP/1.1" 200 5056 0.062129 10.0.0.23 - - [2025-12-18 03:50:06] "POST /neutron/port HTTP/1.1" 200 1048 0.020386 10.0.0.23 - - [2025-12-18 03:50:07] "POST /neutron/security_group HTTP/1.1" 200 2055 0.014342 10.0.0.65 - - [2025-12-18 03:50:09] "DELETE /project/d4086253-0905-4783-aa7f-d7df1b475817 HTTP/1.1" 404 177 0.004984 10.0.0.65 - - [2025-12-18 03:50:09] "DELETE /project/d5c496ddda734025a09f7adbbb16699d HTTP/1.1" 404 173 0.004903 10.0.0.23 - - [2025-12-18 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-18 03:50:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.23 - - [2025-12-18 03:50:09] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003692 10.0.0.23 - - [2025-12-18 03:50:09] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007842 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-12-18 03:50:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002978 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006091 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-18 03:50:10] "GET /routing-instance/e32918ec-4c7f-442d-83da-6d261f49e36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004773 10.0.0.23 - - [2025-12-18 03:50:10] "GET /route-target/4556f03b-7a0b-49f3-9ead-721b74b8ff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004879 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.23 - - [2025-12-18 03:50:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003005 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006286 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2025-12-18 03:50:10] "GET /routing-instance/e32918ec-4c7f-442d-83da-6d261f49e36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006453 10.0.0.23 - - [2025-12-18 03:50:10] "GET /route-target/4556f03b-7a0b-49f3-9ead-721b74b8ff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006052 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-12-18 03:50:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004574 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003057 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006761 10.0.0.23 - - [2025-12-18 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.23 - - [2025-12-18 03:50:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005364 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003834 10.0.0.23 - - [2025-12-18 03:50:10] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006999 10.0.0.23 - - [2025-12-18 03:50:11] "GET /obj-perms HTTP/1.1" 200 5024 0.053319 10.0.0.65 - - [2025-12-18 03:50:11] "GET /obj-perms HTTP/1.1" 200 5024 0.062749 10.0.0.23 - - [2025-12-18 03:50:12] "GET /obj-perms HTTP/1.1" 200 5024 0.005733 10.0.0.65 - - [2025-12-18 03:50:12] "GET /obj-perms HTTP/1.1" 200 5024 0.004243 10.0.0.23 - - [2025-12-18 03:50:12] "GET /obj-perms HTTP/1.1" 200 5024 0.004141 10.0.0.23 - - [2025-12-18 03:50:12] "POST /neutron/port HTTP/1.1" 200 1048 0.018830 10.0.0.23 - - [2025-12-18 03:50:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008296 10.0.0.23 - - [2025-12-18 03:50:12] "GET /virtual-machine/5bf28ec9-58c2-49be-b38b-def4969f802e HTTP/1.1" 200 1267 0.007577 10.0.0.23 - - [2025-12-18 03:50:12] "GET /virtual-machine-interface/6c688717-671d-46a4-a46d-653fbc74f6bf HTTP/1.1" 200 3149 0.005543 10.0.0.23 - - [2025-12-18 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2025-12-18 03:50:13] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.23 - - [2025-12-18 03:50:13] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004024 10.0.0.23 - - [2025-12-18 03:50:13] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005558 10.0.0.23 - - [2025-12-18 03:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2025-12-18 03:50:14] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003687 10.0.0.23 - - [2025-12-18 03:50:14] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003041 10.0.0.23 - - [2025-12-18 03:50:14] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007021 10.0.0.23 - - [2025-12-18 03:50:14] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005937 10.0.0.23 - - [2025-12-18 03:50:15] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 200 1289 0.005057 10.0.0.23 - - [2025-12-18 03:50:16] "POST /neutron/port HTTP/1.1" 200 151 0.190293 10.0.0.23 - - [2025-12-18 03:50:17] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 404 171 0.004085 10.0.0.23 - - [2025-12-18 03:50:17] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 404 171 0.003716 10.0.0.23 - - [2025-12-18 03:50:17] "GET /virtual-machine/217167a4-5616-4574-ad95-f7eeee989ae9 HTTP/1.1" 404 171 0.003191 10.0.0.23 - - [2025-12-18 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-12-18 03:50:17] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.23 - - [2025-12-18 03:50:17] "GET /virtual-networks?parent_id=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002789 10.0.0.23 - - [2025-12-18 03:50:17] "GET /virtual-network/ecfa6167-1a63-4163-a32e-dd56e68eb4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008157 10.0.0.23 - - [2025-12-18 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.23 - - [2025-12-18 03:50:17] "GET /routing-instance/e32918ec-4c7f-442d-83da-6d261f49e36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004263 10.0.0.23 - - [2025-12-18 03:50:17] "GET /route-target/4556f03b-7a0b-49f3-9ead-721b74b8ff96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005425 10.0.0.65 - - [2025-12-18 03:50:18] "GET /obj-perms HTTP/1.1" 200 5024 0.003891 10.0.0.23 - - [2025-12-18 03:50:21] "GET /obj-perms HTTP/1.1" 200 5024 0.005014 10.0.0.65 - - [2025-12-18 03:50:27] "GET /obj-perms HTTP/1.1" 200 5024 0.004464 10.0.0.23 - - [2025-12-18 03:50:30] "GET /obj-perms HTTP/1.1" 200 5024 0.005464 10.0.0.65 - - [2025-12-18 03:50:36] "GET /obj-perms HTTP/1.1" 200 5024 0.004297 10.0.0.23 - - [2025-12-18 03:50:39] "GET /obj-perms HTTP/1.1" 200 5024 0.004302 10.0.0.23 - - [2025-12-18 03:50:42] "GET /obj-perms HTTP/1.1" 200 5024 0.004984 10.0.0.50 - - [2025-12-18 03:50:42] "GET /obj-perms HTTP/1.1" 200 5024 0.057744 10.0.0.65 - - [2025-12-18 03:50:42] "GET /obj-perms HTTP/1.1" 200 5024 0.005352 10.0.0.23 - - [2025-12-18 03:50:42] "GET /interface-route-table/414d62e4-6583-44c0-bbd0-e280cff52360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.004915 10.0.0.23 - - [2025-12-18 03:50:42] "GET /virtual-machine-interface/6c688717-671d-46a4-a46d-653fbc74f6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.005596 10.0.0.23 - - [2025-12-18 03:50:42] "POST /ref-update HTTP/1.1" 200 156 0.020133 10.0.0.23 - - [2025-12-18 03:50:42] "DELETE /interface-route-table/414d62e4-6583-44c0-bbd0-e280cff52360 HTTP/1.1" 200 115 0.045806 10.0.0.23 - - [2025-12-18 03:50:43] "POST /neutron/network HTTP/1.1" 200 828 0.015194 10.0.0.23 - - [2025-12-18 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006238 10.0.0.65 - - [2025-12-18 03:50:45] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000975 10.0.0.23 - - [2025-12-18 03:50:45] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.042885 10.0.0.65 - - [2025-12-18 03:50:45] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001107 10.0.0.23 - - [2025-12-18 03:50:45] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?fields=virtual_networks HTTP/1.1" 200 1026 0.042732 10.0.0.65 - - [2025-12-18 03:50:45] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001275 10.0.0.23 - - [2025-12-18 03:50:45] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.044686 10.0.0.65 - - [2025-12-18 03:50:45] "GET /projects?obj_uuids=d5c496dd-da73-4025-a09f-7adbbb16699d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001205 10.0.0.23 - - [2025-12-18 03:50:45] "GET /project/d5c496dd-da73-4025-a09f-7adbbb16699d?fields=security_groups HTTP/1.1" 200 1249 0.054596 10.0.0.23 - - [2025-12-18 03:50:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.034868 10.0.0.65 - - [2025-12-18 03:50:46] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.65 - - [2025-12-18 03:50:46] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.65 - - [2025-12-18 03:50:46] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008950 10.0.0.65 - - [2025-12-18 03:50:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.004170 10.0.0.65 - - [2025-12-18 03:50:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.007436 10.0.0.65 - - [2025-12-18 03:50:46] "POST /security-groups HTTP/1.1" 200 595 0.083619 10.0.0.65 - - [2025-12-18 03:50:46] "POST /projects HTTP/1.1" 200 593 0.318379 10.0.0.23 - - [2025-12-18 03:50:46] "POST /access-control-lists HTTP/1.1" 200 600 0.030036 10.0.0.65 - - [2025-12-18 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.394753 10.0.0.23 - - [2025-12-18 03:50:46] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.548781 10.0.0.23 - - [2025-12-18 03:50:47] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.23 - - [2025-12-18 03:50:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.23 - - [2025-12-18 03:50:48] "POST /neutron/port HTTP/1.1" 400 205 0.004836 10.0.0.23 - - [2025-12-18 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.059182 10.0.0.65 - - [2025-12-18 03:50:48] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.23 - - [2025-12-18 03:50:48] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051009 10.0.0.23 - - [2025-12-18 03:50:49] "POST /route-targets HTTP/1.1" 200 327 0.020414 10.0.0.65 - - [2025-12-18 03:50:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003438 10.0.0.23 - - [2025-12-18 03:50:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.242350 10.0.0.23 - - [2025-12-18 03:50:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001400 10.0.0.23 - - [2025-12-18 03:50:49] "GET /virtual-network/79b22224-23dc-4838-865e-1b83ee493826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005269 10.0.0.23 - - [2025-12-18 03:50:49] "GET /virtual-network/79b22224-23dc-4838-865e-1b83ee493826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005619 10.0.0.23 - - [2025-12-18 03:50:49] "POST /neutron/network HTTP/1.1" 200 826 0.007660 10.0.0.23 - - [2025-12-18 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.65 - - [2025-12-18 03:50:49] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000985 10.0.0.23 - - [2025-12-18 03:50:49] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.054663 10.0.0.65 - - [2025-12-18 03:50:49] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001010 10.0.0.23 - - [2025-12-18 03:50:49] "POST /neutron/network HTTP/1.1" 200 609 0.121265 10.0.0.23 - - [2025-12-18 03:50:49] "POST /ref-update HTTP/1.1" 200 156 0.029819 10.0.0.23 - - [2025-12-18 03:50:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.003866 10.0.0.23 - - [2025-12-18 03:50:50] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005782 10.0.0.23 - - [2025-12-18 03:50:50] "POST /neutron/network HTTP/1.1" 200 827 0.006675 10.0.0.23 - - [2025-12-18 03:50:50] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006872 10.0.0.23 - - [2025-12-18 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.65 - - [2025-12-18 03:50:50] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.23 - - [2025-12-18 03:50:50] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049886 10.0.0.23 - - [2025-12-18 03:50:50] "POST /neutron/network HTTP/1.1" 200 117 0.016829 10.0.0.23 - - [2025-12-18 03:50:50] "POST /neutron/network HTTP/1.1" 200 829 0.008786 10.0.0.23 - - [2025-12-18 03:50:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001171 10.0.0.23 - - [2025-12-18 03:50:50] "GET /virtual-network/245acc9b-4879-46a8-9290-83452f6e87a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005282 10.0.0.23 - - [2025-12-18 03:50:50] "GET /virtual-network/245acc9b-4879-46a8-9290-83452f6e87a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006051 10.0.0.23 - - [2025-12-18 03:50:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.011051 10.0.0.23 - - [2025-12-18 03:50:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003324 10.0.0.23 - - [2025-12-18 03:50:50] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005870 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-machine-interface/0960803f-58f7-490a-9386-bf31fd371763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.008045 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-machine-interface/0960803f-58f7-490a-9386-bf31fd371763?fields=instance_ip_back_refs HTTP/1.1" 200 1331 0.009436 10.0.0.23 - - [2025-12-18 03:50:51] "GET /instance-ip/1c751682-c403-4083-a38e-be11600e10d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005830 10.0.0.23 - - [2025-12-18 03:50:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.003577 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-network/79b22224-23dc-4838-865e-1b83ee493826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006425 10.0.0.65 - - [2025-12-18 03:50:51] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001241 10.0.0.23 - - [2025-12-18 03:50:51] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049289 10.0.0.23 - - [2025-12-18 03:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2025-12-18 03:50:51] "GET /security-group/32faf932-2fe5-4ab4-9340-0ea141b22906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005044 10.0.0.23 - - [2025-12-18 03:50:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.100775 10.0.0.23 - - [2025-12-18 03:50:51] "POST /instance-ips HTTP/1.1" 200 357 0.057517 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-machine-interface/60115e73-10da-4403-9e05-8c64207d882d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006595 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-machine-interface/60115e73-10da-4403-9e05-8c64207d882d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009396 10.0.0.23 - - [2025-12-18 03:50:51] "GET /instance-ip/342b5a19-dd8e-4e27-9106-411483b7f28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.005127 10.0.0.23 - - [2025-12-18 03:50:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.004148 10.0.0.23 - - [2025-12-18 03:50:51] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008427 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-machine-interface/b6ea8cd7-c65a-4c13-be34-1960616efe02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008325 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-machine-interface/b6ea8cd7-c65a-4c13-be34-1960616efe02?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008730 10.0.0.23 - - [2025-12-18 03:50:52] "GET /instance-ip/aefcaf0e-11dd-4874-8aaa-ac5f2ebc162a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005256 10.0.0.23 - - [2025-12-18 03:50:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.003400 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-network/79b22224-23dc-4838-865e-1b83ee493826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006437 10.0.0.65 - - [2025-12-18 03:50:52] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001017 10.0.0.23 - - [2025-12-18 03:50:52] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044170 10.0.0.23 - - [2025-12-18 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-18 03:50:52] "GET /security-group/32faf932-2fe5-4ab4-9340-0ea141b22906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.013232 10.0.0.23 - - [2025-12-18 03:50:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.101578 10.0.0.23 - - [2025-12-18 03:50:52] "POST /instance-ips HTTP/1.1" 200 357 0.041291 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-machine-interface/fc8e012d-bc3c-41fe-9384-ed969bbd0e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006212 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-machine-interface/fc8e012d-bc3c-41fe-9384-ed969bbd0e04?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009150 10.0.0.23 - - [2025-12-18 03:50:52] "GET /instance-ip/a85246c2-c2f8-4ae5-923a-6d9c2d19fccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.006724 10.0.0.23 - - [2025-12-18 03:50:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.004660 10.0.0.23 - - [2025-12-18 03:50:52] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007127 10.0.0.65 - - [2025-12-18 03:50:52] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001202 10.0.0.23 - - [2025-12-18 03:50:53] "POST /neutron/port HTTP/1.1" 200 989 0.298100 10.0.0.23 - - [2025-12-18 03:50:53] "GET /virtual-machine-interface/e90d6383-8700-4827-9532-4a0a6cddb903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005250 10.0.0.23 - - [2025-12-18 03:50:53] "GET /virtual-machine-interface/e90d6383-8700-4827-9532-4a0a6cddb903?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.004769 10.0.0.23 - - [2025-12-18 03:50:53] "GET /instance-ip/e1b59238-9fb6-4b51-8fcf-27ab8206a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004881 10.0.0.23 - - [2025-12-18 03:50:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003713 10.0.0.23 - - [2025-12-18 03:50:53] "GET /virtual-network/245acc9b-4879-46a8-9290-83452f6e87a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006705 10.0.0.65 - - [2025-12-18 03:50:53] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001329 10.0.0.23 - - [2025-12-18 03:50:53] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044570 10.0.0.23 - - [2025-12-18 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.23 - - [2025-12-18 03:50:53] "GET /security-group/32faf932-2fe5-4ab4-9340-0ea141b22906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005906 10.0.0.23 - - [2025-12-18 03:50:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113678 10.0.0.23 - - [2025-12-18 03:50:53] "POST /instance-ips HTTP/1.1" 200 357 0.051484 10.0.0.23 - - [2025-12-18 03:50:53] "GET /virtual-machine-interface/8602b8ec-fab6-4e3d-97b0-460b8f6c7397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006597 10.0.0.23 - - [2025-12-18 03:50:53] "GET /virtual-machine-interface/8602b8ec-fab6-4e3d-97b0-460b8f6c7397?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011373 10.0.0.23 - - [2025-12-18 03:50:53] "GET /instance-ip/f102ed28-603f-43f0-a6db-151850b70caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.006204 10.0.0.23 - - [2025-12-18 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001550 10.0.0.23 - - [2025-12-18 03:50:55] "POST /neutron/network HTTP/1.1" 200 827 0.054118 10.0.0.23 - - [2025-12-18 03:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.008346 10.0.0.23 - - [2025-12-18 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001548 10.0.0.23 - - [2025-12-18 03:50:56] "POST /neutron/network HTTP/1.1" 200 839 0.009629 10.0.0.23 - - [2025-12-18 03:50:56] "POST /neutron/port HTTP/1.1" 200 989 0.051175 10.0.0.65 - - [2025-12-18 03:50:56] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002658 10.0.0.23 - - [2025-12-18 03:50:57] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.161259 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/network HTTP/1.1" 200 829 0.007629 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.014868 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/port HTTP/1.1" 200 1055 0.027535 10.0.0.23 - - [2025-12-18 03:50:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001406 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/port HTTP/1.1" 200 1055 0.030188 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/port HTTP/1.1" 200 989 0.014988 10.0.0.23 - - [2025-12-18 03:50:57] "POST /neutron/network HTTP/1.1" 200 839 0.007399 10.0.0.23 - - [2025-12-18 03:50:58] "POST /neutron/port HTTP/1.1" 200 1893 0.027099 10.0.0.23 - - [2025-12-18 03:50:58] "POST /neutron/port HTTP/1.1" 200 1065 0.019303 10.0.0.23 - - [2025-12-18 03:50:58] "POST /neutron/port HTTP/1.1" 200 1119 0.155462 10.0.0.23 - - [2025-12-18 03:50:58] "POST /route-targets HTTP/1.1" 200 327 0.026202 10.0.0.23 - - [2025-12-18 03:50:58] "POST /neutron/port HTTP/1.1" 200 1093 0.025831 10.0.0.23 - - [2025-12-18 03:50:58] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.65 - - [2025-12-18 03:50:58] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001015 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/port HTTP/1.1" 200 989 0.025881 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/router HTTP/1.1" 200 344 0.350999 10.0.0.23 - - [2025-12-18 03:50:59] "POST /ref-update HTTP/1.1" 200 156 0.025242 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/port HTTP/1.1" 200 1055 0.026979 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008116 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.008424 10.0.0.23 - - [2025-12-18 03:50:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006613 10.0.0.23 - - [2025-12-18 03:50:59] "GET /virtual-machine/eec2026a-1e28-4b62-9d94-9e568c2e051b HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-18 03:51:00] "GET /virtual-machine/eec2026a-1e28-4b62-9d94-9e568c2e051b HTTP/1.1" 200 1275 0.039348 10.0.0.23 - - [2025-12-18 03:51:00] "GET /virtual-machine-interface/0960803f-58f7-490a-9386-bf31fd371763 HTTP/1.1" 200 3185 0.005624 10.0.0.23 - - [2025-12-18 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-18 03:51:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.23 - - [2025-12-18 03:51:00] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003387 10.0.0.23 - - [2025-12-18 03:51:00] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006312 10.0.0.23 - - [2025-12-18 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.23 - - [2025-12-18 03:51:03] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006253 10.0.0.23 - - [2025-12-18 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.23 - - [2025-12-18 03:51:07] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006930 10.0.0.65 - - [2025-12-18 03:51:09] "DELETE /project/0d2fa89b70be4b41a065d776d5995a95 HTTP/1.1" 404 173 0.002948 10.0.0.65 - - [2025-12-18 03:51:09] "DELETE /project/d5c496dd-da73-4025-a09f-7adbbb16699d HTTP/1.1" 404 177 0.007026 10.0.0.23 - - [2025-12-18 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.23 - - [2025-12-18 03:51:11] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007389 10.0.0.23 - - [2025-12-18 03:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2025-12-18 03:51:15] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006067 10.0.0.23 - - [2025-12-18 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007007 10.0.0.23 - - [2025-12-18 03:51:19] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005851 10.0.0.23 - - [2025-12-18 03:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2025-12-18 03:51:23] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006550 10.0.0.23 - - [2025-12-18 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-18 03:51:27] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006423 10.0.0.23 - - [2025-12-18 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-12-18 03:51:31] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005253 10.0.0.23 - - [2025-12-18 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-18 03:51:36] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005829 10.0.0.23 - - [2025-12-18 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-18 03:51:40] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006113 10.0.0.23 - - [2025-12-18 03:51:42] "POST /neutron/port HTTP/1.1" 200 1055 0.017877 10.0.0.23 - - [2025-12-18 03:51:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.011637 10.0.0.23 - - [2025-12-18 03:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.23 - - [2025-12-18 03:51:44] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006583 10.0.0.65 - - [2025-12-18 03:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.65 - - [2025-12-18 03:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-18 03:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.23 - - [2025-12-18 03:51:48] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006460 10.0.0.65 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.65 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.50 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2025-12-18 03:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2025-12-18 03:51:50] "POST /neutron/port HTTP/1.1" 200 1093 0.015733 10.0.0.23 - - [2025-12-18 03:51:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003925 10.0.0.23 - - [2025-12-18 03:51:50] "POST /neutron/network HTTP/1.1" 200 829 0.007385 10.0.0.23 - - [2025-12-18 03:51:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-18 03:51:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2025-12-18 03:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-12-18 03:51:52] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005749 10.0.0.23 - - [2025-12-18 03:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2025-12-18 03:51:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005135 10.0.0.23 - - [2025-12-18 03:51:54] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005225 10.0.0.23 - - [2025-12-18 03:51:54] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006592 10.0.0.23 - - [2025-12-18 03:51:59] "POST /neutron/port HTTP/1.1" 200 1055 0.018770 10.0.0.23 - - [2025-12-18 03:52:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007597 10.0.0.23 - - [2025-12-18 03:52:07] "POST /neutron/port HTTP/1.1" 200 1093 0.041443 10.0.0.23 - - [2025-12-18 03:52:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009254 10.0.0.23 - - [2025-12-18 03:52:20] "POST /neutron/port HTTP/1.1" 200 1093 0.021039 10.0.0.23 - - [2025-12-18 03:52:20] "POST /neutron/port HTTP/1.1" 200 1055 0.026101 10.0.0.23 - - [2025-12-18 03:52:20] "POST /neutron/port HTTP/1.1" 200 1093 0.015643 10.0.0.23 - - [2025-12-18 03:52:20] "GET /virtual-machine/473ff50a-c9dd-4b56-aa44-d8452ab4d03e HTTP/1.1" 200 1296 0.007959 10.0.0.23 - - [2025-12-18 03:52:20] "GET /virtual-machine-interface/33bf544c-ef20-4f92-b572-7f7d457ad5bd HTTP/1.1" 200 2960 0.005568 10.0.0.23 - - [2025-12-18 03:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.23 - - [2025-12-18 03:52:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004754 10.0.0.23 - - [2025-12-18 03:52:20] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004027 10.0.0.23 - - [2025-12-18 03:52:20] "GET /virtual-network/245acc9b-4879-46a8-9290-83452f6e87a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006873 10.0.0.23 - - [2025-12-18 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.23 - - [2025-12-18 03:52:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007375 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004718 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-network/245acc9b-4879-46a8-9290-83452f6e87a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005733 10.0.0.23 - - [2025-12-18 03:52:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007774 10.0.0.23 - - [2025-12-18 03:52:22] "POST /neutron/port HTTP/1.1" 200 1055 0.014203 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-machine/af51f4f9-a4f7-4300-8797-892742b7d684 HTTP/1.1" 200 1274 0.006433 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-machine-interface/e90d6383-8700-4827-9532-4a0a6cddb903 HTTP/1.1" 200 3187 0.004877 10.0.0.23 - - [2025-12-18 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2025-12-18 03:52:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003920 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003570 10.0.0.23 - - [2025-12-18 03:52:22] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006229 10.0.0.23 - - [2025-12-18 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.23 - - [2025-12-18 03:52:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004890 10.0.0.23 - - [2025-12-18 03:52:23] "GET /virtual-networks?parent_id=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004436 10.0.0.23 - - [2025-12-18 03:52:23] "GET /virtual-network/f65cc41e-b75e-4306-93ab-ea89bd626fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007743 10.0.0.23 - - [2025-12-18 03:52:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007239 10.0.0.23 - - [2025-12-18 03:52:43] "POST /neutron/port HTTP/1.1" 200 1055 0.015096 10.0.0.23 - - [2025-12-18 03:52:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 10.0.0.23 - - [2025-12-18 03:52:43] "POST /neutron/network HTTP/1.1" 200 827 0.009702 10.0.0.23 - - [2025-12-18 03:52:50] "POST /neutron/network HTTP/1.1" 200 839 0.029786 10.0.0.23 - - [2025-12-18 03:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.001925 10.0.0.23 - - [2025-12-18 03:53:43] "POST /neutron/port HTTP/1.1" 200 1055 0.016391 10.0.0.23 - - [2025-12-18 03:53:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.009444 10.0.0.23 - - [2025-12-18 03:53:52] "POST /neutron/port HTTP/1.1" 200 1093 0.019362 10.0.0.23 - - [2025-12-18 03:53:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.23 - - [2025-12-18 03:53:52] "POST /neutron/network HTTP/1.1" 200 829 0.008080 10.0.0.65 - - [2025-12-18 03:54:09] "GET /obj-perms HTTP/1.1" 200 5056 0.062890 10.0.0.23 - - [2025-12-18 03:54:09] "GET /obj-perms HTTP/1.1" 200 5056 0.072801 10.0.0.23 - - [2025-12-18 03:54:41] "POST /ref-update HTTP/1.1" 200 156 0.019107 10.0.0.23 - - [2025-12-18 03:54:41] "POST /neutron/router HTTP/1.1" 200 598 0.008145 10.0.0.23 - - [2025-12-18 03:54:42] "POST /neutron/router HTTP/1.1" 200 151 0.076172 10.0.0.23 - - [2025-12-18 03:54:42] "DELETE /route-target/4f61af5b-c964-43b3-9593-3929a653a5cd HTTP/1.1" 200 115 0.075184 10.0.0.23 - - [2025-12-18 03:54:43] "POST /neutron/port HTTP/1.1" 200 151 0.199361 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /instance-ip/f102ed28-603f-43f0-a6db-151850b70caf HTTP/1.1" 200 115 0.054317 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /virtual-machine-interface/8602b8ec-fab6-4e3d-97b0-460b8f6c7397 HTTP/1.1" 200 115 0.093298 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /instance-ip/a85246c2-c2f8-4ae5-923a-6d9c2d19fccb HTTP/1.1" 200 115 0.045382 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /virtual-machine-interface/fc8e012d-bc3c-41fe-9384-ed969bbd0e04 HTTP/1.1" 200 115 0.061104 10.0.0.23 - - [2025-12-18 03:54:44] "POST /neutron/port HTTP/1.1" 200 989 0.020769 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /instance-ip/342b5a19-dd8e-4e27-9106-411483b7f28c HTTP/1.1" 200 115 0.060521 10.0.0.23 - - [2025-12-18 03:54:44] "DELETE /virtual-machine-interface/60115e73-10da-4403-9e05-8c64207d882d HTTP/1.1" 200 115 0.068754 10.0.0.23 - - [2025-12-18 03:54:45] "POST /neutron/port HTTP/1.1" 200 151 0.194955 10.0.0.23 - - [2025-12-18 03:54:45] "POST /neutron/network HTTP/1.1" 200 827 0.008612 10.0.0.23 - - [2025-12-18 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006481 10.0.0.23 - - [2025-12-18 03:54:45] "DELETE /route-target/9f59f4a1-3800-4abb-aeed-2ed9b73618b8 HTTP/1.1" 200 115 0.032853 10.0.0.65 - - [2025-12-18 03:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.059287 10.0.0.65 - - [2025-12-18 03:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.23 - - [2025-12-18 03:54:45] "POST /neutron/network HTTP/1.1" 200 151 0.188062 10.0.0.65 - - [2025-12-18 03:54:45] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001376 10.0.0.23 - - [2025-12-18 03:54:45] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070267 10.0.0.65 - - [2025-12-18 03:54:45] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001256 10.0.0.23 - - [2025-12-18 03:54:45] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?fields=virtual_networks HTTP/1.1" 200 1038 0.057167 10.0.0.65 - - [2025-12-18 03:54:45] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001956 10.0.0.23 - - [2025-12-18 03:54:45] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.055498 10.0.0.65 - - [2025-12-18 03:54:45] "GET /projects?obj_uuids=0d2fa89b-70be-4b41-a065-d776d5995a95&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001386 10.0.0.23 - - [2025-12-18 03:54:46] "GET /project/0d2fa89b-70be-4b41-a065-d776d5995a95?fields=security_groups HTTP/1.1" 200 1268 0.060466 10.0.0.23 - - [2025-12-18 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.031874 10.0.0.65 - - [2025-12-18 03:54:46] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003500 10.0.0.65 - - [2025-12-18 03:54:47] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.65 - - [2025-12-18 03:54:47] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041058 10.0.0.65 - - [2025-12-18 03:54:47] "POST /id-to-fqname HTTP/1.1" 200 189 0.003159 10.0.0.65 - - [2025-12-18 03:54:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.004932 10.0.0.65 - - [2025-12-18 03:54:47] "POST /security-groups HTTP/1.1" 200 590 0.077420 10.0.0.65 - - [2025-12-18 03:54:47] "POST /projects HTTP/1.1" 200 583 0.292467 10.0.0.65 - - [2025-12-18 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.363696 10.0.0.23 - - [2025-12-18 03:54:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.018044 10.0.0.23 - - [2025-12-18 03:54:47] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.557762 10.0.0.23 - - [2025-12-18 03:54:48] "POST /neutron/port HTTP/1.1" 200 117 0.014711 10.0.0.23 - - [2025-12-18 03:54:48] "GET / HTTP/1.1" 200 35931 0.002595 10.0.0.23 - - [2025-12-18 03:54:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2025-12-18 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.074112 10.0.0.65 - - [2025-12-18 03:54:51] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001151 10.0.0.23 - - [2025-12-18 03:54:51] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039306 10.0.0.65 - - [2025-12-18 03:54:51] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005995 10.0.0.23 - - [2025-12-18 03:54:51] "POST /neutron/network HTTP/1.1" 200 604 0.186841 10.0.0.23 - - [2025-12-18 03:54:51] "POST /ref-update HTTP/1.1" 200 156 0.037056 10.0.0.23 - - [2025-12-18 03:54:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.004004 10.0.0.23 - - [2025-12-18 03:54:51] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006369 10.0.0.23 - - [2025-12-18 03:54:51] "POST /neutron/network HTTP/1.1" 200 824 0.006307 10.0.0.23 - - [2025-12-18 03:54:51] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005342 10.0.0.23 - - [2025-12-18 03:54:52] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010259 10.0.0.50 - - [2025-12-18 03:54:53] "GET /obj-perms HTTP/1.1" 200 5028 0.075302 10.0.0.23 - - [2025-12-18 03:54:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001391 10.0.0.23 - - [2025-12-18 03:54:54] "POST /neutron/network HTTP/1.1" 200 834 0.006942 10.0.0.65 - - [2025-12-18 03:54:54] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001058 10.0.0.23 - - [2025-12-18 03:54:54] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.083861 10.0.0.23 - - [2025-12-18 03:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.007037 10.0.0.23 - - [2025-12-18 03:54:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001187 10.0.0.23 - - [2025-12-18 03:54:55] "POST /neutron/network HTTP/1.1" 200 834 0.006573 10.0.0.23 - - [2025-12-18 03:54:56] "POST /neutron/port HTTP/1.1" 200 1060 0.016026 10.0.0.23 - - [2025-12-18 03:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004336 10.0.0.65 - - [2025-12-18 03:54:56] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000896 10.0.0.23 - - [2025-12-18 03:54:56] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076364 10.0.0.23 - - [2025-12-18 03:54:56] "POST /neutron/network HTTP/1.1" 200 824 0.006880 10.0.0.23 - - [2025-12-18 03:54:56] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011083 10.0.0.23 - - [2025-12-18 03:54:56] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008261 10.0.0.23 - - [2025-12-18 03:54:57] "POST /neutron/port HTTP/1.1" 200 1060 0.020297 10.0.0.23 - - [2025-12-18 03:54:57] "POST /neutron/port HTTP/1.1" 200 1088 0.019408 10.0.0.23 - - [2025-12-18 03:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.23 - - [2025-12-18 03:55:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009447 10.0.0.23 - - [2025-12-18 03:55:02] "POST /neutron/port HTTP/1.1" 200 1088 0.019582 10.0.0.23 - - [2025-12-18 03:55:02] "GET /virtual-machine/1b8f61b6-494b-471f-9c0c-6fc28b1cc306 HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-18 03:55:02] "GET /virtual-machine/1b8f61b6-494b-471f-9c0c-6fc28b1cc306 HTTP/1.1" 200 1291 0.035824 10.0.0.23 - - [2025-12-18 03:55:02] "GET /virtual-machine-interface/3557442c-0b96-4dec-aec0-c2b2b4fbd4b0 HTTP/1.1" 200 2935 0.007134 10.0.0.23 - - [2025-12-18 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.23 - - [2025-12-18 03:55:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.23 - - [2025-12-18 03:55:02] "GET /virtual-networks?parent_id=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008568 10.0.0.23 - - [2025-12-18 03:55:02] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006608 10.0.0.23 - - [2025-12-18 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-12-18 03:55:05] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006973 10.0.0.65 - - [2025-12-18 03:55:09] "DELETE /project/ecde64b622f8465fbeb1d004743f2e08 HTTP/1.1" 404 173 0.004391 10.0.0.65 - - [2025-12-18 03:55:09] "DELETE /project/0d2fa89b-70be-4b41-a065-d776d5995a95 HTTP/1.1" 404 177 0.004118 10.0.0.23 - - [2025-12-18 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2025-12-18 03:55:09] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005532 10.0.0.23 - - [2025-12-18 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-18 03:55:13] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006000 10.0.0.23 - - [2025-12-18 03:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-18 03:55:17] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005949 10.0.0.23 - - [2025-12-18 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008655 10.0.0.23 - - [2025-12-18 03:55:22] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005467 10.0.0.23 - - [2025-12-18 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.23 - - [2025-12-18 03:55:26] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009479 10.0.0.23 - - [2025-12-18 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2025-12-18 03:55:30] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005640 10.0.0.23 - - [2025-12-18 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.23 - - [2025-12-18 03:55:34] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004908 10.0.0.23 - - [2025-12-18 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005560 10.0.0.23 - - [2025-12-18 03:55:38] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008445 10.0.0.23 - - [2025-12-18 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2025-12-18 03:55:42] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005690 10.0.0.23 - - [2025-12-18 03:55:45] "POST /neutron/port HTTP/1.1" 200 1088 0.017062 10.0.0.23 - - [2025-12-18 03:55:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.008796 10.0.0.23 - - [2025-12-18 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2025-12-18 03:55:46] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005152 10.0.0.23 - - [2025-12-18 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-18 03:55:50] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006097 10.0.0.23 - - [2025-12-18 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-12-18 03:55:54] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006482 10.0.0.23 - - [2025-12-18 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2025-12-18 03:55:58] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007711 10.0.0.23 - - [2025-12-18 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-18 03:56:03] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005678 10.0.0.23 - - [2025-12-18 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.23 - - [2025-12-18 03:56:05] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.23 - - [2025-12-18 03:56:05] "GET /virtual-networks?parent_id=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004680 10.0.0.23 - - [2025-12-18 03:56:05] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008258 10.0.0.23 - - [2025-12-18 03:56:05] "POST /neutron/port HTTP/1.1" 200 1088 0.015653 10.0.0.23 - - [2025-12-18 03:56:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008668 10.0.0.23 - - [2025-12-18 03:56:20] "POST /neutron/port HTTP/1.1" 200 1088 0.016320 10.0.0.23 - - [2025-12-18 03:56:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007122 10.0.0.23 - - [2025-12-18 03:56:25] "POST /neutron/port HTTP/1.1" 200 1088 0.018848 10.0.0.23 - - [2025-12-18 03:56:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007474 10.0.0.23 - - [2025-12-18 03:56:36] "POST /neutron/port HTTP/1.1" 200 1088 0.016819 10.0.0.23 - - [2025-12-18 03:56:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009504 10.0.0.23 - - [2025-12-18 03:56:36] "GET /virtual-machine/f74924b0-260e-440e-a500-8ffd7380acdd HTTP/1.1" 200 1292 0.007028 10.0.0.23 - - [2025-12-18 03:56:36] "GET /virtual-machine-interface/90c0d9eb-3a2e-402d-96cc-85637b2981ec HTTP/1.1" 200 2936 0.005712 10.0.0.23 - - [2025-12-18 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2025-12-18 03:56:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.23 - - [2025-12-18 03:56:36] "GET /virtual-networks?parent_id=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003123 10.0.0.23 - - [2025-12-18 03:56:36] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006971 10.0.0.23 - - [2025-12-18 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2025-12-18 03:56:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005618 10.0.0.23 - - [2025-12-18 03:56:37] "GET /virtual-networks?parent_id=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004341 10.0.0.23 - - [2025-12-18 03:56:37] "GET /virtual-network/bffe1c6b-7183-44af-abcc-974e58b93bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006495 10.0.0.23 - - [2025-12-18 03:56:45] "POST /neutron/network HTTP/1.1" 200 834 0.035058 10.0.0.23 - - [2025-12-18 03:56:45] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.65 - - [2025-12-18 03:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.65 - - [2025-12-18 03:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.65 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-12-18 03:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-18 03:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-18 03:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2025-12-18 03:57:11] "GET /obj-perms HTTP/1.1" 200 5056 0.075007 10.0.0.23 - - [2025-12-18 03:57:12] "GET /obj-perms HTTP/1.1" 200 5056 0.061698 10.0.0.23 - - [2025-12-18 03:57:47] "POST /neutron/port HTTP/1.1" 200 1088 0.017400 10.0.0.23 - - [2025-12-18 03:57:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010373 10.0.0.23 - - [2025-12-18 03:58:11] "POST /neutron/network HTTP/1.1" 200 824 0.007122 10.0.0.23 - - [2025-12-18 03:58:12] "POST /neutron/port HTTP/1.1" 200 1114 0.014463 10.0.0.23 - - [2025-12-18 03:58:12] "POST /neutron/port HTTP/1.1" 200 1114 0.015653 10.0.0.50 - - [2025-12-18 03:58:12] "GET /obj-perms HTTP/1.1" 200 5056 0.083665 10.0.0.23 - - [2025-12-18 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006053 10.0.0.65 - - [2025-12-18 03:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004638 10.0.0.65 - - [2025-12-18 03:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003572 10.0.0.23 - - [2025-12-18 03:58:13] "POST /neutron/network HTTP/1.1" 200 151 0.143910 10.0.0.65 - - [2025-12-18 03:58:15] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001043 10.0.0.23 - - [2025-12-18 03:58:15] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048714 10.0.0.65 - - [2025-12-18 03:58:15] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000993 10.0.0.23 - - [2025-12-18 03:58:15] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?fields=virtual_networks HTTP/1.1" 200 1030 0.045392 10.0.0.65 - - [2025-12-18 03:58:15] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001012 10.0.0.23 - - [2025-12-18 03:58:15] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043496 10.0.0.65 - - [2025-12-18 03:58:15] "GET /projects?obj_uuids=ecde64b6-22f8-465f-beb1-d004743f2e08&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001318 10.0.0.23 - - [2025-12-18 03:58:15] "GET /project/ecde64b6-22f8-465f-beb1-d004743f2e08?fields=security_groups HTTP/1.1" 200 1255 0.038617 10.0.0.23 - - [2025-12-18 03:58:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.029289 10.0.0.65 - - [2025-12-18 03:58:16] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003084 10.0.0.65 - - [2025-12-18 03:58:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.65 - - [2025-12-18 03:58:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006885 10.0.0.65 - - [2025-12-18 03:58:16] "POST /id-to-fqname HTTP/1.1" 200 189 0.003406 10.0.0.65 - - [2025-12-18 03:58:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.004150 10.0.0.65 - - [2025-12-18 03:58:16] "POST /security-groups HTTP/1.1" 200 590 0.036610 10.0.0.65 - - [2025-12-18 03:58:16] "POST /projects HTTP/1.1" 200 583 0.251964 10.0.0.23 - - [2025-12-18 03:58:17] "POST /access-control-lists HTTP/1.1" 200 595 0.034672 10.0.0.65 - - [2025-12-18 03:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.327167 10.0.0.23 - - [2025-12-18 03:58:17] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.464581 10.0.0.23 - - [2025-12-18 03:58:18] "GET / HTTP/1.1" 200 35931 0.002600 10.0.0.23 - - [2025-12-18 03:58:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-18 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068052 10.0.0.65 - - [2025-12-18 03:58:20] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001023 10.0.0.23 - - [2025-12-18 03:58:20] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038549 10.0.0.23 - - [2025-12-18 03:58:20] "POST /route-targets HTTP/1.1" 200 327 0.042796 10.0.0.65 - - [2025-12-18 03:58:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010501 10.0.0.23 - - [2025-12-18 03:58:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.244637 10.0.0.23 - - [2025-12-18 03:58:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001388 10.0.0.23 - - [2025-12-18 03:58:21] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005805 10.0.0.23 - - [2025-12-18 03:58:21] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007154 10.0.0.23 - - [2025-12-18 03:58:21] "POST /neutron/network HTTP/1.1" 200 822 0.006884 10.0.0.23 - - [2025-12-18 03:58:21] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007516 10.0.0.23 - - [2025-12-18 03:58:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001383 10.0.0.65 - - [2025-12-18 03:58:24] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001605 10.0.0.23 - - [2025-12-18 03:58:24] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.088771 10.0.0.23 - - [2025-12-18 03:58:24] "POST /neutron/network HTTP/1.1" 200 822 0.035846 10.0.0.23 - - [2025-12-18 03:58:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001464 10.0.0.23 - - [2025-12-18 03:58:24] "POST /neutron/port HTTP/1.1" 200 117 0.012212 10.0.0.65 - - [2025-12-18 03:58:25] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001049 10.0.0.23 - - [2025-12-18 03:58:25] "POST /neutron/port HTTP/1.1" 200 1058 0.319727 10.0.0.23 - - [2025-12-18 03:58:25] "POST /neutron/port HTTP/1.1" 200 1112 0.120578 10.0.0.23 - - [2025-12-18 03:58:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.012213 10.0.0.65 - - [2025-12-18 03:58:25] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001232 10.0.0.23 - - [2025-12-18 03:58:25] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.095823 10.0.0.23 - - [2025-12-18 03:58:25] "POST /neutron/network HTTP/1.1" 200 822 0.008837 10.0.0.23 - - [2025-12-18 03:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.007568 10.0.0.23 - - [2025-12-18 03:58:26] "POST /neutron/network HTTP/1.1" 200 832 0.006496 10.0.0.23 - - [2025-12-18 03:58:26] "POST /neutron/port HTTP/1.1" 200 1058 0.017670 10.0.0.23 - - [2025-12-18 03:58:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390 10.0.0.23 - - [2025-12-18 03:58:27] "POST /neutron/network HTTP/1.1" 200 822 0.007823 10.0.0.23 - - [2025-12-18 03:58:31] "POST /neutron/port HTTP/1.1" 200 1086 0.019268 10.0.0.23 - - [2025-12-18 03:58:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009098 10.0.0.23 - - [2025-12-18 03:58:31] "GET /virtual-machine/71cda21f-66f6-46da-92a6-32371cb8a9e0 HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2025-12-18 03:58:31] "GET /virtual-machine/71cda21f-66f6-46da-92a6-32371cb8a9e0 HTTP/1.1" 200 1291 0.031188 10.0.0.23 - - [2025-12-18 03:58:31] "GET /virtual-machine-interface/a951db06-533b-4be7-9532-9c07f2c6d39e HTTP/1.1" 200 2936 0.007784 10.0.0.23 - - [2025-12-18 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2025-12-18 03:58:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005325 10.0.0.23 - - [2025-12-18 03:58:31] "GET /virtual-networks?parent_id=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003423 10.0.0.23 - - [2025-12-18 03:58:31] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005537 10.0.0.23 - - [2025-12-18 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2025-12-18 03:58:35] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005446 10.0.0.23 - - [2025-12-18 03:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2025-12-18 03:58:39] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008856 10.0.0.23 - - [2025-12-18 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-18 03:58:43] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005350 10.0.0.23 - - [2025-12-18 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.23 - - [2025-12-18 03:58:47] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005540 10.0.0.23 - - [2025-12-18 03:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.23 - - [2025-12-18 03:58:51] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006826 10.0.0.23 - - [2025-12-18 03:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2025-12-18 03:58:55] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005460 10.0.0.23 - - [2025-12-18 03:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.23 - - [2025-12-18 03:58:59] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005776 10.0.0.23 - - [2025-12-18 03:59:02] "DELETE /access-control-list/cf91b9a2-3c20-487b-a556-ac7bc86437d4 HTTP/1.1" 200 115 0.058557 10.0.0.23 - - [2025-12-18 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2025-12-18 03:59:03] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005989 10.0.0.23 - - [2025-12-18 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2025-12-18 03:59:07] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005338 10.0.0.65 - - [2025-12-18 03:59:09] "DELETE /project/ecde64b6-22f8-465f-beb1-d004743f2e08 HTTP/1.1" 404 177 0.005605 10.0.0.65 - - [2025-12-18 03:59:09] "DELETE /project/a21cd398c9c047b3a940fde9c7319f9f HTTP/1.1" 404 173 0.004686 10.0.0.23 - - [2025-12-18 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-18 03:59:11] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006356 10.0.0.23 - - [2025-12-18 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-18 03:59:16] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005868 10.0.0.23 - - [2025-12-18 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.23 - - [2025-12-18 03:59:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010141 10.0.0.23 - - [2025-12-18 03:59:18] "GET /virtual-networks?parent_id=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005187 10.0.0.23 - - [2025-12-18 03:59:18] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005859 10.0.0.23 - - [2025-12-18 03:59:23] "POST /neutron/port HTTP/1.1" 200 1086 0.021062 10.0.0.23 - - [2025-12-18 03:59:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007886 10.0.0.23 - - [2025-12-18 03:59:33] "POST /neutron/port HTTP/1.1" 200 1086 0.017925 10.0.0.23 - - [2025-12-18 03:59:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.031844 10.0.0.23 - - [2025-12-18 03:59:44] "POST /neutron/port HTTP/1.1" 200 1086 0.017537 10.0.0.23 - - [2025-12-18 03:59:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007637 10.0.0.23 - - [2025-12-18 03:59:44] "GET /virtual-machine/d429943a-7a60-462f-be4b-f166ecf2e5b3 HTTP/1.1" 200 1292 0.008020 10.0.0.23 - - [2025-12-18 03:59:44] "GET /virtual-machine-interface/0000cabb-5ef4-4139-9dbf-7aaf33eecbe3 HTTP/1.1" 200 2931 0.005252 10.0.0.23 - - [2025-12-18 03:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.23 - - [2025-12-18 03:59:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005737 10.0.0.23 - - [2025-12-18 03:59:44] "GET /virtual-networks?parent_id=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004225 10.0.0.23 - - [2025-12-18 03:59:44] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007179 10.0.0.23 - - [2025-12-18 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-12-18 03:59:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005344 10.0.0.23 - - [2025-12-18 03:59:45] "GET /virtual-networks?parent_id=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004030 10.0.0.23 - - [2025-12-18 03:59:45] "GET /virtual-network/50d4d2bb-e2a6-46e4-99cb-20a056c350f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006252 10.0.0.23 - - [2025-12-18 03:59:45] "POST /neutron/port HTTP/1.1" 200 1086 0.018356 10.0.0.23 - - [2025-12-18 03:59:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015393 10.0.0.23 - - [2025-12-18 03:59:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.008692 10.0.0.65 - - [2025-12-18 04:00:14] "GET /obj-perms HTTP/1.1" 200 5056 0.069059 10.0.0.23 - - [2025-12-18 04:00:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059323 10.0.0.23 - - [2025-12-18 04:00:19] "POST /neutron/network HTTP/1.1" 200 822 0.009722 10.0.0.23 - - [2025-12-18 04:00:20] "POST /neutron/port HTTP/1.1" 200 1112 0.016809 10.0.0.23 - - [2025-12-18 04:00:20] "POST /neutron/port HTTP/1.1" 200 1112 0.025845 10.0.0.65 - - [2025-12-18 04:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.041818 10.0.0.65 - - [2025-12-18 04:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003403 10.0.0.23 - - [2025-12-18 04:00:22] "POST /neutron/network HTTP/1.1" 200 151 0.205963 10.0.0.65 - - [2025-12-18 04:00:23] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000964 10.0.0.23 - - [2025-12-18 04:00:23] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080239 10.0.0.65 - - [2025-12-18 04:00:23] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001017 10.0.0.23 - - [2025-12-18 04:00:23] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?fields=virtual_networks HTTP/1.1" 200 1030 0.042381 10.0.0.65 - - [2025-12-18 04:00:23] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001849 10.0.0.23 - - [2025-12-18 04:00:23] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046247 10.0.0.65 - - [2025-12-18 04:00:24] "GET /projects?obj_uuids=a21cd398-c9c0-47b3-a940-fde9c7319f9f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001280 10.0.0.23 - - [2025-12-18 04:00:24] "GET /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f?fields=security_groups HTTP/1.1" 200 1255 0.042119 10.0.0.23 - - [2025-12-18 04:00:39] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.23 - - [2025-12-18 04:00:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2025-12-18 04:00:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.063973 10.0.0.65 - - [2025-12-18 04:00:41] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003889 10.0.0.65 - - [2025-12-18 04:00:41] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.65 - - [2025-12-18 04:00:41] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037533 10.0.0.65 - - [2025-12-18 04:00:41] "POST /id-to-fqname HTTP/1.1" 200 203 0.001381 10.0.0.65 - - [2025-12-18 04:00:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.002964 10.0.0.65 - - [2025-12-18 04:00:41] "POST /security-groups HTTP/1.1" 200 604 0.077822 10.0.0.65 - - [2025-12-18 04:00:41] "POST /projects HTTP/1.1" 200 611 0.291759 10.0.0.23 - - [2025-12-18 04:00:41] "POST /fqname-to-id HTTP/1.1" 404 247 0.036849 10.0.0.65 - - [2025-12-18 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.369946 10.0.0.23 - - [2025-12-18 04:00:41] "POST /access-control-lists HTTP/1.1" 200 607 0.049141 10.0.0.23 - - [2025-12-18 04:00:41] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.591672 10.0.0.23 - - [2025-12-18 04:00:43] "GET / HTTP/1.1" 200 35931 0.003213 10.0.0.23 - - [2025-12-18 04:00:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.23 - - [2025-12-18 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.063983 10.0.0.65 - - [2025-12-18 04:00:43] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001084 10.0.0.23 - - [2025-12-18 04:00:43] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048241 10.0.0.65 - - [2025-12-18 04:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008013 10.0.0.23 - - [2025-12-18 04:00:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.286347 10.0.0.23 - - [2025-12-18 04:00:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001465 10.0.0.23 - - [2025-12-18 04:00:44] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006231 10.0.0.23 - - [2025-12-18 04:00:44] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005898 10.0.0.23 - - [2025-12-18 04:00:44] "POST /neutron/network HTTP/1.1" 200 840 0.007592 10.0.0.23 - - [2025-12-18 04:00:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001546 10.0.0.65 - - [2025-12-18 04:00:45] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001290 10.0.0.23 - - [2025-12-18 04:00:45] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.071419 10.0.0.23 - - [2025-12-18 04:00:45] "POST /neutron/network HTTP/1.1" 200 840 0.007055 10.0.0.23 - - [2025-12-18 04:00:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001602 10.0.0.23 - - [2025-12-18 04:00:46] "POST /neutron/port HTTP/1.1" 200 117 0.007369 10.0.0.65 - - [2025-12-18 04:00:46] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001199 10.0.0.23 - - [2025-12-18 04:00:46] "POST /neutron/port HTTP/1.1" 200 1074 0.320295 10.0.0.23 - - [2025-12-18 04:00:47] "POST /neutron/port HTTP/1.1" 200 1128 0.111864 10.0.0.23 - - [2025-12-18 04:00:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.009928 10.0.0.65 - - [2025-12-18 04:00:47] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001370 10.0.0.23 - - [2025-12-18 04:00:47] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.073417 10.0.0.23 - - [2025-12-18 04:00:47] "POST /neutron/network HTTP/1.1" 200 840 0.008444 10.0.0.23 - - [2025-12-18 04:00:47] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.23 - - [2025-12-18 04:00:48] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006155 10.0.0.23 - - [2025-12-18 04:00:48] "POST /neutron/port HTTP/1.1" 200 1074 0.025579 10.0.0.23 - - [2025-12-18 04:00:48] "POST /neutron/port HTTP/1.1" 200 1102 0.019558 10.0.0.23 - - [2025-12-18 04:00:48] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.50 - - [2025-12-18 04:00:49] "GET /obj-perms HTTP/1.1" 200 5056 0.069677 10.0.0.23 - - [2025-12-18 04:00:50] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009003 10.0.0.23 - - [2025-12-18 04:00:50] "POST /neutron/port HTTP/1.1" 200 1102 0.021613 10.0.0.23 - - [2025-12-18 04:00:50] "GET /virtual-machine/720dd118-9de2-463c-b9b1-3fe22e723cdb HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2025-12-18 04:00:50] "GET /virtual-machine/720dd118-9de2-463c-b9b1-3fe22e723cdb HTTP/1.1" 200 1305 0.039777 10.0.0.23 - - [2025-12-18 04:00:50] "GET /virtual-machine-interface/7c3973fe-92cc-4479-b632-265bf10c2082 HTTP/1.1" 200 3008 0.007026 10.0.0.23 - - [2025-12-18 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.23 - - [2025-12-18 04:00:50] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005161 10.0.0.23 - - [2025-12-18 04:00:50] "GET /virtual-networks?parent_id=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004304 10.0.0.23 - - [2025-12-18 04:00:50] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008391 10.0.0.23 - - [2025-12-18 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.23 - - [2025-12-18 04:00:53] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008422 10.0.0.23 - - [2025-12-18 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2025-12-18 04:00:57] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005813 10.0.0.23 - - [2025-12-18 04:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.23 - - [2025-12-18 04:01:01] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007265 10.0.0.23 - - [2025-12-18 04:01:02] "DELETE /access-control-list/b6000eb2-2d0d-490e-ad47-d4c7c488e1a8 HTTP/1.1" 200 115 0.056418 10.0.0.23 - - [2025-12-18 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2025-12-18 04:01:06] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005191 10.0.0.65 - - [2025-12-18 04:01:10] "DELETE /project/b3d8cfdbc4fc45dfa673b2e0c3dad334 HTTP/1.1" 404 173 0.002812 10.0.0.65 - - [2025-12-18 04:01:10] "DELETE /project/a21cd398-c9c0-47b3-a940-fde9c7319f9f HTTP/1.1" 404 177 0.005118 10.0.0.23 - - [2025-12-18 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.23 - - [2025-12-18 04:01:10] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006208 10.0.0.23 - - [2025-12-18 04:01:13] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007216 10.0.0.23 - - [2025-12-18 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2025-12-18 04:01:14] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005755 10.0.0.23 - - [2025-12-18 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.23 - - [2025-12-18 04:01:16] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004941 10.0.0.23 - - [2025-12-18 04:01:16] "GET /virtual-networks?parent_id=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003053 10.0.0.23 - - [2025-12-18 04:01:16] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005919 10.0.0.23 - - [2025-12-18 04:01:16] "POST /neutron/port HTTP/1.1" 200 1102 0.015902 10.0.0.23 - - [2025-12-18 04:01:21] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010309 10.0.0.23 - - [2025-12-18 04:01:26] "POST /neutron/port HTTP/1.1" 200 1102 0.017901 10.0.0.23 - - [2025-12-18 04:01:26] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008313 10.0.0.23 - - [2025-12-18 04:01:26] "GET /virtual-machine/1c0b5a96-0723-465d-bb08-a79d6109172a HTTP/1.1" 200 1305 0.006236 10.0.0.23 - - [2025-12-18 04:01:26] "GET /virtual-machine-interface/789b1829-3f21-4b74-9322-3bd4e976ddbd HTTP/1.1" 200 3008 0.006968 10.0.0.23 - - [2025-12-18 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-18 04:01:26] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.23 - - [2025-12-18 04:01:26] "GET /virtual-networks?parent_id=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003775 10.0.0.23 - - [2025-12-18 04:01:27] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007760 10.0.0.23 - - [2025-12-18 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-18 04:01:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005454 10.0.0.23 - - [2025-12-18 04:01:28] "GET /virtual-networks?parent_id=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003922 10.0.0.23 - - [2025-12-18 04:01:28] "GET /virtual-network/b2f67b40-f5c8-43ee-912a-fac6cac75f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006008 10.0.0.23 - - [2025-12-18 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.23 - - [2025-12-18 04:01:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.23 - - [2025-12-18 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-12-18 04:01:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004710 10.0.0.23 - - [2025-12-18 04:01:28] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.013750 10.0.0.23 - - [2025-12-18 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-12-18 04:01:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004220 10.0.0.23 - - [2025-12-18 04:01:40] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.014605 10.0.0.65 - - [2025-12-18 04:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.65 - - [2025-12-18 04:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.65 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.50 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001000 10.0.0.50 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2025-12-18 04:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-18 04:01:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2025-12-18 04:01:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-18 04:01:52] "POST /neutron/network HTTP/1.1" 200 850 0.036912 10.0.0.23 - - [2025-12-18 04:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.23 - - [2025-12-18 04:02:32] "POST /neutron/network HTTP/1.1" 400 204 0.016680 10.0.0.23 - - [2025-12-18 04:02:33] "POST /neutron/port HTTP/1.1" 200 151 0.252889 10.0.0.23 - - [2025-12-18 04:02:33] "POST /neutron/port HTTP/1.1" 200 151 0.264284 10.0.0.23 - - [2025-12-18 04:02:35] "DELETE /route-target/209ab226-26cf-4a72-a73c-a157cf11f94b HTTP/1.1" 200 115 0.031515 10.0.0.65 - - [2025-12-18 04:02:35] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001030 10.0.0.23 - - [2025-12-18 04:02:35] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041286 10.0.0.65 - - [2025-12-18 04:02:35] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001293 10.0.0.23 - - [2025-12-18 04:02:35] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?fields=virtual_networks HTTP/1.1" 200 1058 0.062168 10.0.0.65 - - [2025-12-18 04:02:35] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001766 10.0.0.23 - - [2025-12-18 04:02:35] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.036485 10.0.0.65 - - [2025-12-18 04:02:35] "GET /projects?obj_uuids=b3d8cfdb-c4fc-45df-a673-b2e0c3dad334&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000990 10.0.0.23 - - [2025-12-18 04:02:35] "GET /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334?fields=security_groups HTTP/1.1" 200 1297 0.054260 10.0.0.23 - - [2025-12-18 04:02:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.031977 10.0.0.65 - - [2025-12-18 04:02:36] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003284 10.0.0.65 - - [2025-12-18 04:02:36] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002338 10.0.0.65 - - [2025-12-18 04:02:36] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013951 10.0.0.65 - - [2025-12-18 04:02:36] "POST /id-to-fqname HTTP/1.1" 200 209 0.007708 10.0.0.65 - - [2025-12-18 04:02:36] "POST /fqname-to-id HTTP/1.1" 404 217 0.003405 10.0.0.65 - - [2025-12-18 04:02:37] "POST /security-groups HTTP/1.1" 200 609 0.039274 10.0.0.65 - - [2025-12-18 04:02:37] "POST /projects HTTP/1.1" 200 621 0.265283 10.0.0.65 - - [2025-12-18 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.303431 10.0.0.23 - - [2025-12-18 04:02:37] "POST /fqname-to-id HTTP/1.1" 404 251 0.017157 10.0.0.23 - - [2025-12-18 04:02:37] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.462513 10.0.0.23 - - [2025-12-18 04:02:38] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.23 - - [2025-12-18 04:02:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2025-12-18 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.067660 10.0.0.65 - - [2025-12-18 04:02:39] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001117 10.0.0.23 - - [2025-12-18 04:02:39] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.038734 10.0.0.23 - - [2025-12-18 04:02:39] "POST /neutron/network HTTP/1.1" 200 117 0.040926 10.0.0.23 - - [2025-12-18 04:02:39] "POST /ref-update HTTP/1.1" 200 156 0.044680 10.0.0.23 - - [2025-12-18 04:02:39] "POST /neutron/network HTTP/1.1" 200 844 0.009844 10.0.0.23 - - [2025-12-18 04:02:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001153 10.0.0.23 - - [2025-12-18 04:02:39] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004883 10.0.0.23 - - [2025-12-18 04:02:39] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005723 10.0.0.23 - - [2025-12-18 04:02:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.008871 10.0.0.23 - - [2025-12-18 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001599 10.0.0.65 - - [2025-12-18 04:02:40] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001107 10.0.0.23 - - [2025-12-18 04:02:40] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.065692 10.0.0.23 - - [2025-12-18 04:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.23 - - [2025-12-18 04:02:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001313 10.0.0.23 - - [2025-12-18 04:02:41] "POST /neutron/network HTTP/1.1" 200 854 0.007806 10.0.0.23 - - [2025-12-18 04:02:42] "POST /neutron/port HTTP/1.1" 200 1078 0.018414 10.0.0.65 - - [2025-12-18 04:02:42] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000905 10.0.0.23 - - [2025-12-18 04:02:42] "POST /neutron/port HTTP/1.1" 200 1106 0.023222 10.0.0.23 - - [2025-12-18 04:02:42] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.082653 10.0.0.23 - - [2025-12-18 04:02:42] "POST /neutron/network HTTP/1.1" 200 844 0.008048 10.0.0.23 - - [2025-12-18 04:02:42] "POST /neutron/port HTTP/1.1" 200 1106 0.022165 10.0.0.23 - - [2025-12-18 04:02:43] "POST /neutron/network HTTP/1.1" 200 854 0.006291 10.0.0.23 - - [2025-12-18 04:02:43] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007543 10.0.0.23 - - [2025-12-18 04:02:43] "POST /neutron/port HTTP/1.1" 200 1078 0.021133 10.0.0.23 - - [2025-12-18 04:02:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004738 10.0.0.23 - - [2025-12-18 04:02:44] "POST /neutron/network HTTP/1.1" 200 844 0.007788 10.0.0.23 - - [2025-12-18 04:02:44] "GET /obj-perms HTTP/1.1" 200 5066 0.068547 10.0.0.50 - - [2025-12-18 04:02:44] "GET /obj-perms HTTP/1.1" 200 5066 0.065502 10.0.0.65 - - [2025-12-18 04:02:44] "GET /obj-perms HTTP/1.1" 200 5066 0.057950 10.0.0.23 - - [2025-12-18 04:02:45] "POST /neutron/port HTTP/1.1" 200 1106 0.020491 10.0.0.23 - - [2025-12-18 04:02:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009047 10.0.0.23 - - [2025-12-18 04:02:45] "GET /virtual-machine/b0b177eb-fc19-46fd-9872-11cfab5e98fa HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2025-12-18 04:02:45] "GET /virtual-machine/b0b177eb-fc19-46fd-9872-11cfab5e98fa HTTP/1.1" 200 1311 0.038154 10.0.0.23 - - [2025-12-18 04:02:45] "GET /virtual-machine-interface/a732fced-f176-4dc3-9935-47e0f94ead5e HTTP/1.1" 200 3034 0.005236 10.0.0.23 - - [2025-12-18 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2025-12-18 04:02:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004994 10.0.0.23 - - [2025-12-18 04:02:45] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003163 10.0.0.23 - - [2025-12-18 04:02:45] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007653 10.0.0.23 - - [2025-12-18 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.23 - - [2025-12-18 04:02:48] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008507 10.0.0.23 - - [2025-12-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.23 - - [2025-12-18 04:02:53] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007730 10.0.0.23 - - [2025-12-18 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2025-12-18 04:02:57] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005479 10.0.0.23 - - [2025-12-18 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.23 - - [2025-12-18 04:03:01] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006567 10.0.0.23 - - [2025-12-18 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.23 - - [2025-12-18 04:03:05] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005839 10.0.0.23 - - [2025-12-18 04:03:08] "POST /neutron/port HTTP/1.1" 200 1106 0.019991 10.0.0.23 - - [2025-12-18 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2025-12-18 04:03:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.23 - - [2025-12-18 04:03:09] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003885 10.0.0.23 - - [2025-12-18 04:03:09] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006273 10.0.0.23 - - [2025-12-18 04:03:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009775 10.0.0.65 - - [2025-12-18 04:03:10] "DELETE /project/4079cc7694a94c91b8072751fd773857 HTTP/1.1" 404 173 0.002920 10.0.0.65 - - [2025-12-18 04:03:10] "DELETE /project/b3d8cfdb-c4fc-45df-a673-b2e0c3dad334 HTTP/1.1" 404 177 0.005632 10.0.0.23 - - [2025-12-18 04:03:19] "POST /neutron/port HTTP/1.1" 200 1106 0.028516 10.0.0.23 - - [2025-12-18 04:03:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008124 10.0.0.23 - - [2025-12-18 04:03:30] "POST /neutron/port HTTP/1.1" 200 1106 0.015356 10.0.0.23 - - [2025-12-18 04:03:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008470 10.0.0.23 - - [2025-12-18 04:03:30] "GET /virtual-machine/2be3edfb-a903-4ce7-9e79-2a82da1f5049 HTTP/1.1" 200 1310 0.006672 10.0.0.23 - - [2025-12-18 04:03:30] "GET /virtual-machine-interface/a0b569fd-0870-4165-ad2d-5312a8739f67 HTTP/1.1" 200 3034 0.005720 10.0.0.23 - - [2025-12-18 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2025-12-18 04:03:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003490 10.0.0.23 - - [2025-12-18 04:03:30] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003069 10.0.0.23 - - [2025-12-18 04:03:30] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005770 10.0.0.23 - - [2025-12-18 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2025-12-18 04:03:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.23 - - [2025-12-18 04:03:31] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003064 10.0.0.23 - - [2025-12-18 04:03:31] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006106 10.0.0.23 - - [2025-12-18 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.65 - - [2025-12-18 04:03:31] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001059 10.0.0.23 - - [2025-12-18 04:03:32] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.057788 10.0.0.23 - - [2025-12-18 04:03:32] "POST /route-targets HTTP/1.1" 200 327 0.016557 10.0.0.65 - - [2025-12-18 04:03:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010276 10.0.0.23 - - [2025-12-18 04:03:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.238716 10.0.0.23 - - [2025-12-18 04:03:32] "POST /id-to-fqname HTTP/1.1" 200 239 0.001335 10.0.0.23 - - [2025-12-18 04:03:32] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006792 10.0.0.23 - - [2025-12-18 04:03:32] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007131 10.0.0.23 - - [2025-12-18 04:03:32] "POST /neutron/network HTTP/1.1" 200 844 0.007960 10.0.0.23 - - [2025-12-18 04:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.65 - - [2025-12-18 04:03:32] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001025 10.0.0.23 - - [2025-12-18 04:03:32] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.087057 10.0.0.65 - - [2025-12-18 04:03:32] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001172 10.0.0.23 - - [2025-12-18 04:03:33] "POST /neutron/network HTTP/1.1" 200 631 0.122395 10.0.0.23 - - [2025-12-18 04:03:33] "POST /ref-update HTTP/1.1" 200 156 0.024019 10.0.0.23 - - [2025-12-18 04:03:33] "POST /id-to-fqname HTTP/1.1" 200 242 0.003872 10.0.0.23 - - [2025-12-18 04:03:33] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007510 10.0.0.23 - - [2025-12-18 04:03:33] "POST /neutron/network HTTP/1.1" 200 851 0.006820 10.0.0.23 - - [2025-12-18 04:03:33] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006368 10.0.0.23 - - [2025-12-18 04:03:33] "POST /id-to-fqname HTTP/1.1" 200 239 0.001405 10.0.0.23 - - [2025-12-18 04:03:33] "POST /neutron/port HTTP/1.1" 200 2096 0.019065 10.0.0.65 - - [2025-12-18 04:03:34] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001026 10.0.0.23 - - [2025-12-18 04:03:34] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.086902 10.0.0.23 - - [2025-12-18 04:03:34] "POST /neutron/network HTTP/1.1" 200 844 0.032088 10.0.0.23 - - [2025-12-18 04:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.006441 10.0.0.23 - - [2025-12-18 04:03:34] "POST /id-to-fqname HTTP/1.1" 200 242 0.001514 10.0.0.23 - - [2025-12-18 04:03:34] "POST /neutron/network HTTP/1.1" 200 861 0.008569 10.0.0.23 - - [2025-12-18 04:03:35] "POST /neutron/port HTTP/1.1" 200 1078 0.047901 10.0.0.23 - - [2025-12-18 04:03:35] "POST /neutron/port HTTP/1.1" 200 1106 0.018742 10.0.0.23 - - [2025-12-18 04:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.65 - - [2025-12-18 04:03:35] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001334 10.0.0.23 - - [2025-12-18 04:03:35] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.115518 10.0.0.23 - - [2025-12-18 04:03:36] "POST /neutron/port HTTP/1.1" 200 3085 0.024735 10.0.0.23 - - [2025-12-18 04:03:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001477 10.0.0.23 - - [2025-12-18 04:03:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001088 10.0.0.23 - - [2025-12-18 04:03:36] "POST /neutron/port HTTP/1.1" 200 3085 0.020962 10.0.0.23 - - [2025-12-18 04:03:36] "POST /neutron/network HTTP/1.1" 200 861 0.009915 10.0.0.23 - - [2025-12-18 04:03:37] "POST /neutron/port HTTP/1.1" 200 1079 0.018134 10.0.0.23 - - [2025-12-18 04:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 10.0.0.65 - - [2025-12-18 04:03:37] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000984 10.0.0.23 - - [2025-12-18 04:03:37] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.096673 10.0.0.23 - - [2025-12-18 04:03:37] "POST /neutron/network HTTP/1.1" 200 851 0.007819 10.0.0.23 - - [2025-12-18 04:03:37] "POST /neutron/port HTTP/1.1" 200 4075 0.029020 10.0.0.23 - - [2025-12-18 04:03:38] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007048 10.0.0.23 - - [2025-12-18 04:03:38] "POST /neutron/network HTTP/1.1" 200 1556 0.011254 10.0.0.23 - - [2025-12-18 04:03:39] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.019989 10.0.0.23 - - [2025-12-18 04:03:39] "POST /neutron/port HTTP/1.1" 200 1078 0.018883 10.0.0.23 - - [2025-12-18 04:03:39] "GET /obj-perms HTTP/1.1" 200 5066 0.007604 10.0.0.23 - - [2025-12-18 04:03:39] "POST /neutron/port HTTP/1.1" 200 1078 0.030562 10.0.0.65 - - [2025-12-18 04:03:39] "GET /obj-perms HTTP/1.1" 200 5066 0.005035 10.0.0.23 - - [2025-12-18 04:03:39] "POST /neutron/port HTTP/1.1" 200 2096 0.049553 10.0.0.23 - - [2025-12-18 04:03:40] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006595 10.0.0.23 - - [2025-12-18 04:03:40] "POST /neutron/port HTTP/1.1" 200 117 0.001705 10.0.0.23 - - [2025-12-18 04:03:40] "POST /neutron/subnet HTTP/1.1" 200 698 0.014595 10.0.0.50 - - [2025-12-18 04:03:40] "GET /obj-perms HTTP/1.1" 200 5066 0.004912 10.0.0.23 - - [2025-12-18 04:03:40] "POST /neutron/port HTTP/1.1" 200 1107 0.014859 10.0.0.23 - - [2025-12-18 04:03:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009366 10.0.0.23 - - [2025-12-18 04:03:40] "GET /virtual-machine/10f9c644-c80a-49d4-a434-592902bb497e HTTP/1.1" 200 1310 0.007214 10.0.0.23 - - [2025-12-18 04:03:40] "GET /virtual-machine-interface/77d61a46-e45d-455f-8c37-3212ca695898 HTTP/1.1" 200 3042 0.007040 10.0.0.23 - - [2025-12-18 04:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.013435 10.0.0.23 - - [2025-12-18 04:03:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004118 10.0.0.23 - - [2025-12-18 04:03:40] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003819 10.0.0.23 - - [2025-12-18 04:03:40] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.012383 10.0.0.23 - - [2025-12-18 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.23 - - [2025-12-18 04:03:43] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006100 10.0.0.23 - - [2025-12-18 04:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.23 - - [2025-12-18 04:03:48] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006078 10.0.0.23 - - [2025-12-18 04:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2025-12-18 04:03:52] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005956 10.0.0.23 - - [2025-12-18 04:03:56] "POST /neutron/port HTTP/1.1" 200 1106 0.017267 10.0.0.23 - - [2025-12-18 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.23 - - [2025-12-18 04:03:56] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005431 10.0.0.23 - - [2025-12-18 04:03:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.23 - - [2025-12-18 04:03:56] "POST /neutron/network HTTP/1.1" 200 844 0.006970 10.0.0.23 - - [2025-12-18 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.23 - - [2025-12-18 04:04:00] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005584 10.0.0.23 - - [2025-12-18 04:04:01] "POST /neutron/port HTTP/1.1" 200 1106 0.018219 10.0.0.23 - - [2025-12-18 04:04:02] "POST /neutron/port HTTP/1.1" 200 1106 0.017144 10.0.0.23 - - [2025-12-18 04:04:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.013844 10.0.0.23 - - [2025-12-18 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.23 - - [2025-12-18 04:04:04] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005122 10.0.0.23 - - [2025-12-18 04:04:05] "POST /neutron/port HTTP/1.1" 200 1107 0.017431 10.0.0.23 - - [2025-12-18 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009230 10.0.0.23 - - [2025-12-18 04:04:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.23 - - [2025-12-18 04:04:06] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002908 10.0.0.23 - - [2025-12-18 04:04:06] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005912 10.0.0.23 - - [2025-12-18 04:04:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008043 10.0.0.23 - - [2025-12-18 04:04:17] "POST /neutron/port HTTP/1.1" 200 1106 0.018610 10.0.0.23 - - [2025-12-18 04:04:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008165 10.0.0.23 - - [2025-12-18 04:04:17] "GET /virtual-machine/b4ac0e1c-c78a-4075-a2c3-95ff626d32bc HTTP/1.1" 200 1311 0.006198 10.0.0.23 - - [2025-12-18 04:04:17] "GET /virtual-machine-interface/58b791bc-8349-45d2-9267-a1f505335b41 HTTP/1.1" 200 3033 0.005654 10.0.0.23 - - [2025-12-18 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.23 - - [2025-12-18 04:04:17] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007106 10.0.0.23 - - [2025-12-18 04:04:17] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004342 10.0.0.23 - - [2025-12-18 04:04:17] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007022 10.0.0.23 - - [2025-12-18 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429 10.0.0.23 - - [2025-12-18 04:04:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005881 10.0.0.23 - - [2025-12-18 04:04:18] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004442 10.0.0.23 - - [2025-12-18 04:04:18] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006184 10.0.0.23 - - [2025-12-18 04:04:18] "POST /neutron/port HTTP/1.1" 200 2096 0.024616 10.0.0.23 - - [2025-12-18 04:04:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008246 10.0.0.23 - - [2025-12-18 04:04:19] "POST /neutron/port HTTP/1.1" 200 2096 0.020453 10.0.0.23 - - [2025-12-18 04:04:19] "GET /virtual-machine/2e89d41d-f587-43f8-9de4-902feb568f0d HTTP/1.1" 200 1586 0.005610 10.0.0.23 - - [2025-12-18 04:04:19] "GET /virtual-machine-interface/1c909dd6-20fb-49fc-ae1e-3877ebbb8907 HTTP/1.1" 200 3033 0.005638 10.0.0.23 - - [2025-12-18 04:04:19] "GET /virtual-machine-interface/c606051b-9f66-4640-bc58-09d82083db43 HTTP/1.1" 200 3034 0.004682 10.0.0.23 - - [2025-12-18 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.23 - - [2025-12-18 04:04:19] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005704 10.0.0.23 - - [2025-12-18 04:04:19] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002891 10.0.0.23 - - [2025-12-18 04:04:19] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007958 10.0.0.23 - - [2025-12-18 04:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.23 - - [2025-12-18 04:04:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.23 - - [2025-12-18 04:04:20] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003189 10.0.0.23 - - [2025-12-18 04:04:20] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007401 10.0.0.23 - - [2025-12-18 04:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-12-18 04:04:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.23 - - [2025-12-18 04:04:20] "GET /virtual-networks?parent_id=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003191 10.0.0.23 - - [2025-12-18 04:04:20] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006802 10.0.0.23 - - [2025-12-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-18 04:04:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.23 - - [2025-12-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-18 04:04:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004409 10.0.0.23 - - [2025-12-18 04:04:22] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.015293 10.0.0.23 - - [2025-12-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 217 0.003086 10.0.0.23 - - [2025-12-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.65 - - [2025-12-18 04:04:22] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000985 10.0.0.23 - - [2025-12-18 04:04:22] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.066276 10.0.0.23 - - [2025-12-18 04:04:22] "POST /network-policys HTTP/1.1" 200 539 0.033457 10.0.0.23 - - [2025-12-18 04:04:22] "GET /network-policy/ba493e54-d005-440d-9dc0-fb8bbb437f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.011743 10.0.0.23 - - [2025-12-18 04:04:22] "POST /neutron/network HTTP/1.1" 200 938 0.125299 10.0.0.23 - - [2025-12-18 04:04:22] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009742 10.0.0.23 - - [2025-12-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2025-12-18 04:04:22] "GET /network-policy/ba493e54-d005-440d-9dc0-fb8bbb437f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004222 10.0.0.23 - - [2025-12-18 04:04:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.008628 10.0.0.23 - - [2025-12-18 04:04:23] "POST /neutron/network HTTP/1.1" 200 938 0.073596 10.0.0.23 - - [2025-12-18 04:04:23] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006292 10.0.0.23 - - [2025-12-18 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.23 - - [2025-12-18 04:04:23] "GET /network-policy/ba493e54-d005-440d-9dc0-fb8bbb437f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004297 10.0.0.23 - - [2025-12-18 04:04:23] "PUT /access-control-list/4b4a16ae-71c0-4bbe-8add-fc0e4723ec22 HTTP/1.1" 200 272 0.024755 10.0.0.23 - - [2025-12-18 04:04:23] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005157 10.0.0.65 - - [2025-12-18 04:04:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003731 10.0.0.23 - - [2025-12-18 04:04:23] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006265 10.0.0.23 - - [2025-12-18 04:04:24] "GET /obj-perms HTTP/1.1" 200 5066 0.004414 10.0.0.50 - - [2025-12-18 04:04:24] "GET /obj-perms HTTP/1.1" 200 5066 0.004200 10.0.0.23 - - [2025-12-18 04:04:24] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008102 10.0.0.23 - - [2025-12-18 04:04:24] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005563 10.0.0.65 - - [2025-12-18 04:04:25] "GET /obj-perms HTTP/1.1" 200 5066 0.003813 10.0.0.23 - - [2025-12-18 04:04:25] "GET /virtual-network/db1e0c66-9bd2-4320-b450-c8b0d52cd697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006998 10.0.0.23 - - [2025-12-18 04:04:25] "GET /obj-perms HTTP/1.1" 200 5066 0.004008 10.0.0.50 - - [2025-12-18 04:04:25] "GET /obj-perms HTTP/1.1" 200 5066 0.004440 10.0.0.23 - - [2025-12-18 04:04:41] "GET /obj-perms HTTP/1.1" 200 5066 0.004164 10.0.0.23 - - [2025-12-18 04:04:57] "POST /neutron/port HTTP/1.1" 200 1106 0.024168 10.0.0.23 - - [2025-12-18 04:04:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.009770 10.0.0.23 - - [2025-12-18 04:05:02] "POST /neutron/port HTTP/1.1" 200 1107 0.019202 10.0.0.23 - - [2025-12-18 04:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008191 10.0.0.23 - - [2025-12-18 04:05:02] "POST /neutron/network HTTP/1.1" 200 851 0.010957 10.0.0.23 - - [2025-12-18 04:05:57] "POST /neutron/network HTTP/1.1" 200 1744 0.009912 10.0.0.23 - - [2025-12-18 04:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.23 - - [2025-12-18 04:05:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.009683 10.0.0.23 - - [2025-12-18 04:06:03] "POST /neutron/port HTTP/1.1" 200 1106 0.023994 10.0.0.23 - - [2025-12-18 04:06:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005723 10.0.0.23 - - [2025-12-18 04:06:03] "POST /neutron/network HTTP/1.1" 200 938 0.006972 10.0.0.65 - - [2025-12-18 04:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2025-12-18 04:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001064 10.0.0.50 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.50 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.50 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2025-12-18 04:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-12-18 04:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-12-18 04:06:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.23 - - [2025-12-18 04:06:57] "POST /neutron/network HTTP/1.1" 200 948 0.033782 10.0.0.23 - - [2025-12-18 04:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.23 - - [2025-12-18 04:07:03] "POST /neutron/port HTTP/1.1" 200 1107 0.014996 10.0.0.23 - - [2025-12-18 04:07:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.009408 10.0.0.65 - - [2025-12-18 04:07:20] "GET /obj-perms HTTP/1.1" 200 5056 0.064965 10.0.0.23 - - [2025-12-18 04:07:58] "POST /neutron/port HTTP/1.1" 200 1106 0.015210 10.0.0.23 - - [2025-12-18 04:07:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.23 - - [2025-12-18 04:07:58] "POST /neutron/network HTTP/1.1" 200 938 0.007761 10.0.0.23 - - [2025-12-18 04:08:02] "GET /obj-perms HTTP/1.1" 200 5066 0.068429 10.0.0.23 - - [2025-12-18 04:08:04] "GET /obj-perms HTTP/1.1" 200 5066 0.005951 10.0.0.23 - - [2025-12-18 04:08:05] "POST /neutron/network HTTP/1.1" 200 948 0.006686 10.0.0.23 - - [2025-12-18 04:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.23 - - [2025-12-18 04:08:05] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.045307 10.0.0.23 - - [2025-12-18 04:08:05] "POST /neutron/network HTTP/1.1" 200 844 0.108723 10.0.0.23 - - [2025-12-18 04:08:06] "GET /virtual-network/573a5118-7a45-48fe-bc65-00ff70397c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.011672 10.0.0.23 - - [2025-12-18 04:08:06] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.007426 10.0.0.23 - - [2025-12-18 04:08:06] "POST /neutron/network HTTP/1.1" 200 844 0.089427 10.0.0.23 - - [2025-12-18 04:08:06] "POST /ref-update HTTP/1.1" 200 156 0.090548 10.0.0.23 - - [2025-12-18 04:08:06] "GET /virtual-network/fc43a150-00cd-46dc-b3f3-a92195f1f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010189 10.0.0.23 - - [2025-12-18 04:08:06] "DELETE /network-policy/ba493e54-d005-440d-9dc0-fb8bbb437f19 HTTP/1.1" 200 115 0.041314 10.0.0.23 - - [2025-12-18 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-18 04:08:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004556 10.0.0.23 - - [2025-12-18 04:08:06] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.017733 10.0.0.23 - - [2025-12-18 04:08:06] "POST /ref-update HTTP/1.1" 200 156 0.037973 10.0.0.23 - - [2025-12-18 04:08:07] "POST /neutron/network HTTP/1.1" 400 204 0.012486 10.0.0.23 - - [2025-12-18 04:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.195896 10.0.0.23 - - [2025-12-18 04:08:09] "POST /neutron/port HTTP/1.1" 200 151 0.342779 10.0.0.23 - - [2025-12-18 04:08:09] "POST /neutron/port HTTP/1.1" 200 151 0.365358 10.0.0.23 - - [2025-12-18 04:08:10] "POST /neutron/network HTTP/1.1" 200 851 0.014956 10.0.0.23 - - [2025-12-18 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006865 10.0.0.65 - - [2025-12-18 04:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.087591 10.0.0.65 - - [2025-12-18 04:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003191 10.0.0.23 - - [2025-12-18 04:08:10] "POST /neutron/network HTTP/1.1" 200 151 0.210199 10.0.0.23 - - [2025-12-18 04:08:11] "POST /neutron/port HTTP/1.1" 200 1106 0.016392 10.0.0.23 - - [2025-12-18 04:08:11] "POST /neutron/port HTTP/1.1" 200 1106 0.016429 10.0.0.23 - - [2025-12-18 04:08:13] "POST /neutron/network HTTP/1.1" 200 844 0.007195 10.0.0.23 - - [2025-12-18 04:08:13] "DELETE /route-target/e1cbe45b-e758-4d93-8dc9-20ec90db1c2b HTTP/1.1" 200 115 0.031926 10.0.0.65 - - [2025-12-18 04:08:13] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000999 10.0.0.23 - - [2025-12-18 04:08:13] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.084483 10.0.0.65 - - [2025-12-18 04:08:13] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001124 10.0.0.23 - - [2025-12-18 04:08:13] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?fields=virtual_networks HTTP/1.1" 200 1067 0.053130 10.0.0.65 - - [2025-12-18 04:08:13] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001386 10.0.0.23 - - [2025-12-18 04:08:13] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.042545 10.0.0.65 - - [2025-12-18 04:08:14] "GET /projects?obj_uuids=4079cc76-94a9-4c91-b807-2751fd773857&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001235 10.0.0.23 - - [2025-12-18 04:08:14] "GET /project/4079cc76-94a9-4c91-b807-2751fd773857?fields=security_groups HTTP/1.1" 200 1311 0.048351 10.0.0.23 - - [2025-12-18 04:08:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.034543 10.0.0.65 - - [2025-12-18 04:08:15] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003217 10.0.0.65 - - [2025-12-18 04:08:15] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.65 - - [2025-12-18 04:08:15] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047143 10.0.0.65 - - [2025-12-18 04:08:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001847 10.0.0.65 - - [2025-12-18 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.008521 10.0.0.65 - - [2025-12-18 04:08:15] "POST /security-groups HTTP/1.1" 200 586 0.038259 10.0.0.65 - - [2025-12-18 04:08:15] "POST /projects HTTP/1.1" 200 575 0.256646 10.0.0.23 - - [2025-12-18 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.009826 10.0.0.65 - - [2025-12-18 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.332390 10.0.0.23 - - [2025-12-18 04:08:15] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.547993 10.0.0.23 - - [2025-12-18 04:08:16] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.65 - - [2025-12-18 04:08:17] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000974 10.0.0.23 - - [2025-12-18 04:08:17] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.041276 10.0.0.23 - - [2025-12-18 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.23 - - [2025-12-18 04:08:18] "GET /security-group/c78fd836-ac5a-4e86-b374-284502934002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004224 10.0.0.23 - - [2025-12-18 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.65 - - [2025-12-18 04:08:18] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000926 10.0.0.23 - - [2025-12-18 04:08:18] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.044953 10.0.0.23 - - [2025-12-18 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.23 - - [2025-12-18 04:08:18] "GET /security-group/c78fd836-ac5a-4e86-b374-284502934002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.005060 10.0.0.23 - - [2025-12-18 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-12-18 04:08:18] "PUT /security-group/c78fd836-ac5a-4e86-b374-284502934002 HTTP/1.1" 200 262 0.026387 10.0.0.23 - - [2025-12-18 04:08:18] "PUT /access-control-list/8da5f346-2efa-4b4a-90b2-71fde042b966 HTTP/1.1" 200 272 0.018820 10.0.0.65 - - [2025-12-18 04:08:21] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.23 - - [2025-12-18 04:08:21] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.045575 10.0.0.65 - - [2025-12-18 04:08:21] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.23 - - [2025-12-18 04:08:21] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?fields=virtual_networks HTTP/1.1" 200 1020 0.072160 10.0.0.50 - - [2025-12-18 04:08:21] "GET /obj-perms HTTP/1.1" 200 5056 0.115055 10.0.0.65 - - [2025-12-18 04:08:21] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.23 - - [2025-12-18 04:08:21] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.051688 10.0.0.65 - - [2025-12-18 04:08:21] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001780 10.0.0.23 - - [2025-12-18 04:08:21] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?fields=security_groups HTTP/1.1" 200 1241 0.044983 10.0.0.23 - - [2025-12-18 04:08:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.036604 10.0.0.65 - - [2025-12-18 04:08:22] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003303 10.0.0.65 - - [2025-12-18 04:08:22] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.65 - - [2025-12-18 04:08:22] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007657 10.0.0.65 - - [2025-12-18 04:08:22] "POST /id-to-fqname HTTP/1.1" 200 194 0.001445 10.0.0.65 - - [2025-12-18 04:08:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.005509 10.0.0.65 - - [2025-12-18 04:08:22] "POST /security-groups HTTP/1.1" 200 595 0.073698 10.0.0.65 - - [2025-12-18 04:08:23] "POST /projects HTTP/1.1" 200 593 0.303780 10.0.0.65 - - [2025-12-18 04:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.340039 10.0.0.23 - - [2025-12-18 04:08:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.006799 10.0.0.23 - - [2025-12-18 04:08:23] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.502014 10.0.0.23 - - [2025-12-18 04:08:24] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.23 - - [2025-12-18 04:08:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-12-18 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.082713 10.0.0.65 - - [2025-12-18 04:08:26] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001294 10.0.0.23 - - [2025-12-18 04:08:26] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044025 10.0.0.65 - - [2025-12-18 04:08:26] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001633 10.0.0.23 - - [2025-12-18 04:08:26] "POST /neutron/network HTTP/1.1" 200 623 0.171392 10.0.0.23 - - [2025-12-18 04:08:26] "POST /ref-update HTTP/1.1" 200 156 0.039637 10.0.0.23 - - [2025-12-18 04:08:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.004916 10.0.0.23 - - [2025-12-18 04:08:27] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006531 10.0.0.23 - - [2025-12-18 04:08:27] "POST /neutron/network HTTP/1.1" 200 840 0.007411 10.0.0.23 - - [2025-12-18 04:08:27] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006054 10.0.0.23 - - [2025-12-18 04:08:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001661 10.0.0.23 - - [2025-12-18 04:08:27] "POST /neutron/network HTTP/1.1" 200 850 0.008286 10.0.0.65 - - [2025-12-18 04:08:28] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001009 10.0.0.23 - - [2025-12-18 04:08:28] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.076431 10.0.0.23 - - [2025-12-18 04:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.007147 10.0.0.23 - - [2025-12-18 04:08:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001473 10.0.0.65 - - [2025-12-18 04:08:29] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.23 - - [2025-12-18 04:08:29] "POST /neutron/port HTTP/1.1" 200 1062 0.334643 10.0.0.23 - - [2025-12-18 04:08:29] "POST /neutron/port HTTP/1.1" 200 1116 0.110820 10.0.0.23 - - [2025-12-18 04:08:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.009367 10.0.0.23 - - [2025-12-18 04:08:48] "POST /neutron/port HTTP/1.1" 200 1090 0.080045 10.0.0.65 - - [2025-12-18 04:08:51] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.23 - - [2025-12-18 04:08:51] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.068866 10.0.0.23 - - [2025-12-18 04:08:51] "POST /neutron/network HTTP/1.1" 200 840 0.035426 10.0.0.23 - - [2025-12-18 04:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.007381 10.0.0.23 - - [2025-12-18 04:08:52] "POST /neutron/port HTTP/1.1" 200 1090 0.021287 10.0.0.23 - - [2025-12-18 04:08:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007866 10.0.0.23 - - [2025-12-18 04:08:52] "GET /virtual-machine/76b3e611-c6a6-469e-a37b-1befa3c59e2c HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 04:08:52] "GET /virtual-machine/76b3e611-c6a6-469e-a37b-1befa3c59e2c HTTP/1.1" 200 1296 0.126272 10.0.0.23 - - [2025-12-18 04:08:52] "GET /virtual-machine-interface/c276a906-5bdf-4402-bcbc-b1e8107d93e0 HTTP/1.1" 200 2982 0.009768 10.0.0.23 - - [2025-12-18 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009983 10.0.0.23 - - [2025-12-18 04:08:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004973 10.0.0.23 - - [2025-12-18 04:08:52] "GET /virtual-networks?parent_id=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.009817 10.0.0.23 - - [2025-12-18 04:08:52] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005520 10.0.0.23 - - [2025-12-18 04:08:53] "POST /neutron/port HTTP/1.1" 200 1062 0.071347 10.0.0.23 - - [2025-12-18 04:08:53] "POST /neutron/port HTTP/1.1" 200 1090 0.038550 10.0.0.23 - - [2025-12-18 04:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.23 - - [2025-12-18 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2025-12-18 04:08:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.23 - - [2025-12-18 04:08:53] "GET /virtual-networks?parent_id=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.012379 10.0.0.23 - - [2025-12-18 04:08:53] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005549 10.0.0.23 - - [2025-12-18 04:08:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015339 10.0.0.23 - - [2025-12-18 04:09:04] "POST /neutron/port HTTP/1.1" 200 1090 0.021359 10.0.0.23 - - [2025-12-18 04:09:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008461 10.0.0.65 - - [2025-12-18 04:09:10] "DELETE /project/4079cc76-94a9-4c91-b807-2751fd773857 HTTP/1.1" 404 177 0.009536 10.0.0.65 - - [2025-12-18 04:09:10] "DELETE /project/3e293c0dfab741e28205cce7e41cb475 HTTP/1.1" 404 173 0.008373 10.0.0.65 - - [2025-12-18 04:09:10] "DELETE /project/940693870848430b9b0c1b6deecc0586 HTTP/1.1" 404 173 0.005904 10.0.0.65 - - [2025-12-18 04:09:10] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.65 - - [2025-12-18 04:09:10] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.050758 10.0.0.65 - - [2025-12-18 04:09:10] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.65 - - [2025-12-18 04:09:10] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?fields=security_groups HTTP/1.1" 200 1346 0.043307 10.0.0.65 - - [2025-12-18 04:09:10] "DELETE /security-group/c2f8bdd7-a06a-406c-b8c0-4264e3682a88 HTTP/1.1" 200 115 0.054246 10.0.0.65 - - [2025-12-18 04:09:10] "GET /projects?obj_uuids=3e293c0d-fab7-41e2-8205-cce7e41cb475&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001730 10.0.0.23 - - [2025-12-18 04:09:10] "DELETE /access-control-list/e37ada8c-de7e-447f-8fd4-328bc2c29458 HTTP/1.1" 200 115 0.052894 10.0.0.65 - - [2025-12-18 04:09:10] "GET /project/3e293c0d-fab7-41e2-8205-cce7e41cb475?fields=application_policy_sets HTTP/1.1" 200 1385 0.061461 10.0.0.65 - - [2025-12-18 04:09:10] "DELETE /project/3e293c0d-fab7-41e2-8205-cce7e41cb475 HTTP/1.1" 200 115 0.453328 10.0.0.23 - - [2025-12-18 04:09:19] "POST /neutron/port HTTP/1.1" 200 1090 0.030720 10.0.0.23 - - [2025-12-18 04:09:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009509 10.0.0.23 - - [2025-12-18 04:09:35] "POST /neutron/port HTTP/1.1" 200 1090 0.016851 10.0.0.23 - - [2025-12-18 04:09:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008203 10.0.0.23 - - [2025-12-18 04:09:35] "GET /virtual-machine/0fab6155-63fc-4070-9acb-f0e0e62fafc9 HTTP/1.1" 200 1296 0.006278 10.0.0.23 - - [2025-12-18 04:09:35] "GET /virtual-machine-interface/310e26db-8d29-4a2b-9c31-a6d157ee5107 HTTP/1.1" 200 2981 0.006109 10.0.0.23 - - [2025-12-18 04:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2025-12-18 04:09:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.23 - - [2025-12-18 04:09:35] "GET /virtual-networks?parent_id=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003664 10.0.0.23 - - [2025-12-18 04:09:35] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006054 10.0.0.23 - - [2025-12-18 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-18 04:09:38] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006379 10.0.0.23 - - [2025-12-18 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006480 10.0.0.23 - - [2025-12-18 04:09:42] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010243 10.0.0.23 - - [2025-12-18 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2025-12-18 04:09:46] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005004 10.0.0.23 - - [2025-12-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2025-12-18 04:09:51] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006363 10.0.0.23 - - [2025-12-18 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.23 - - [2025-12-18 04:09:55] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005019 10.0.0.23 - - [2025-12-18 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005768 10.0.0.23 - - [2025-12-18 04:09:59] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006333 10.0.0.23 - - [2025-12-18 04:10:00] "POST /neutron/port HTTP/1.1" 200 1090 0.020855 10.0.0.23 - - [2025-12-18 04:10:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004862 10.0.0.23 - - [2025-12-18 04:10:00] "POST /neutron/network HTTP/1.1" 200 840 0.007659 10.0.0.23 - - [2025-12-18 04:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-12-18 04:10:03] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009385 10.0.0.23 - - [2025-12-18 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-12-18 04:10:07] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005450 10.0.0.23 - - [2025-12-18 04:10:08] "POST /neutron/network HTTP/1.1" 200 850 0.006847 10.0.0.23 - - [2025-12-18 04:10:08] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.23 - - [2025-12-18 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2025-12-18 04:10:11] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005948 10.0.0.23 - - [2025-12-18 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2025-12-18 04:10:15] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005270 10.0.0.23 - - [2025-12-18 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.23 - - [2025-12-18 04:10:19] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.012130 10.0.0.65 - - [2025-12-18 04:10:23] "GET /obj-perms HTTP/1.1" 200 5056 0.064751 10.0.0.23 - - [2025-12-18 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.23 - - [2025-12-18 04:10:23] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005896 10.0.0.23 - - [2025-12-18 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-12-18 04:10:27] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007585 10.0.0.23 - - [2025-12-18 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2025-12-18 04:10:31] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005208 10.0.0.23 - - [2025-12-18 04:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2025-12-18 04:10:36] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006342 10.0.0.23 - - [2025-12-18 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.23 - - [2025-12-18 04:10:40] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005990 10.0.0.23 - - [2025-12-18 04:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2025-12-18 04:10:44] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004744 10.0.0.23 - - [2025-12-18 04:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006069 10.0.0.23 - - [2025-12-18 04:10:48] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005448 10.0.0.23 - - [2025-12-18 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2025-12-18 04:10:52] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006405 10.0.0.23 - - [2025-12-18 04:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2025-12-18 04:10:56] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005029 10.0.0.23 - - [2025-12-18 04:10:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007805 10.0.0.23 - - [2025-12-18 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587 10.0.0.23 - - [2025-12-18 04:10:58] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006238 10.0.0.23 - - [2025-12-18 04:10:58] "GET /virtual-networks?parent_id=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003946 10.0.0.23 - - [2025-12-18 04:10:58] "GET /virtual-network/dcbc9d23-375a-4f52-8f70-1dbb5e649144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007292 10.0.0.23 - - [2025-12-18 04:11:02] "POST /neutron/port HTTP/1.1" 200 1090 0.020262 10.0.0.23 - - [2025-12-18 04:11:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006404 10.0.0.23 - - [2025-12-18 04:11:02] "POST /neutron/network HTTP/1.1" 200 840 0.006915 10.0.0.23 - - [2025-12-18 04:11:09] "POST /neutron/port HTTP/1.1" 200 1090 0.015241 10.0.0.23 - - [2025-12-18 04:11:10] "POST /neutron/port HTTP/1.1" 200 1090 0.016979 10.0.0.23 - - [2025-12-18 04:11:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.010831 10.0.0.23 - - [2025-12-18 04:11:14] "POST /neutron/port HTTP/1.1" 200 1090 0.022516 10.0.0.23 - - [2025-12-18 04:11:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008279 10.0.0.23 - - [2025-12-18 04:11:23] "GET /obj-perms HTTP/1.1" 200 5056 0.055207 10.0.0.23 - - [2025-12-18 04:11:29] "POST /neutron/port HTTP/1.1" 200 1090 0.018168 10.0.0.23 - - [2025-12-18 04:11:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008151 10.0.0.23 - - [2025-12-18 04:11:45] "POST /neutron/port HTTP/1.1" 200 1090 0.016182 10.0.0.65 - - [2025-12-18 04:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.65 - - [2025-12-18 04:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.65 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-12-18 04:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-12-18 04:11:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014494 10.0.0.23 - - [2025-12-18 04:11:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-12-18 04:11:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-18 04:12:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.003535 10.0.0.23 - - [2025-12-18 04:12:00] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.038325 10.0.0.23 - - [2025-12-18 04:12:01] "GET /bgp-as-a-service/3c4d48c6-3801-42b9-815f-f6e81dc5b6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.006854 10.0.0.23 - - [2025-12-18 04:12:01] "GET /virtual-machine-interface/310e26db-8d29-4a2b-9c31-a6d157ee5107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006220 10.0.0.23 - - [2025-12-18 04:12:01] "POST /ref-update HTTP/1.1" 200 156 0.013537 10.0.0.23 - - [2025-12-18 04:12:01] "POST /neutron/network HTTP/1.1" 200 840 0.013881 10.0.0.23 - - [2025-12-18 04:12:01] "POST /bgp-routers HTTP/1.1" 200 659 0.065568 10.0.0.23 - - [2025-12-18 04:12:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.013574 10.0.0.23 - - [2025-12-18 04:12:01] "PUT /bgp-router/aac89d27-f0d3-4a70-8d5a-4343cd2633ea HTTP/1.1" 200 254 0.043479 10.0.0.23 - - [2025-12-18 04:12:03] "POST /neutron/network HTTP/1.1" 200 850 0.041766 10.0.0.23 - - [2025-12-18 04:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001846 10.0.0.23 - - [2025-12-18 04:12:10] "POST /neutron/port HTTP/1.1" 200 1090 0.019509 10.0.0.23 - - [2025-12-18 04:12:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.011121 10.0.0.23 - - [2025-12-18 04:12:36] "GET /bgp-as-a-service/3c4d48c6-3801-42b9-815f-f6e81dc5b6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006965 10.0.0.23 - - [2025-12-18 04:12:36] "GET /virtual-machine-interface/310e26db-8d29-4a2b-9c31-a6d157ee5107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006512 10.0.0.23 - - [2025-12-18 04:12:36] "POST /ref-update HTTP/1.1" 200 156 0.013464 10.0.0.23 - - [2025-12-18 04:12:37] "DELETE /bgp-as-a-service/3c4d48c6-3801-42b9-815f-f6e81dc5b6d1 HTTP/1.1" 200 115 0.047786 10.0.0.23 - - [2025-12-18 04:12:37] "DELETE /bgp-router/aac89d27-f0d3-4a70-8d5a-4343cd2633ea HTTP/1.1" 200 115 0.079377 10.0.0.23 - - [2025-12-18 04:12:37] "POST /neutron/network HTTP/1.1" 200 840 0.007097 10.0.0.23 - - [2025-12-18 04:12:37] "POST /neutron/port HTTP/1.1" 200 1116 0.014897 10.0.0.23 - - [2025-12-18 04:12:37] "POST /neutron/port HTTP/1.1" 200 1116 0.034751 10.0.0.65 - - [2025-12-18 04:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003434 10.0.0.65 - - [2025-12-18 04:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002418 10.0.0.23 - - [2025-12-18 04:12:39] "POST /neutron/network HTTP/1.1" 200 151 0.195261 10.0.0.65 - - [2025-12-18 04:12:40] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002221 10.0.0.23 - - [2025-12-18 04:12:40] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055652 10.0.0.65 - - [2025-12-18 04:12:40] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001338 10.0.0.23 - - [2025-12-18 04:12:40] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?fields=virtual_networks HTTP/1.1" 200 1040 0.051258 10.0.0.65 - - [2025-12-18 04:12:41] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000996 10.0.0.23 - - [2025-12-18 04:12:41] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.047039 10.0.0.65 - - [2025-12-18 04:12:41] "GET /projects?obj_uuids=94069387-0848-430b-9b0c-1b6deecc0586&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.23 - - [2025-12-18 04:12:41] "GET /project/94069387-0848-430b-9b0c-1b6deecc0586?fields=security_groups HTTP/1.1" 200 1270 0.047990 10.0.0.23 - - [2025-12-18 04:12:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.042462 10.0.0.65 - - [2025-12-18 04:12:42] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.65 - - [2025-12-18 04:12:42] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.65 - - [2025-12-18 04:12:42] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007412 10.0.0.65 - - [2025-12-18 04:12:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.002206 10.0.0.65 - - [2025-12-18 04:12:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003835 10.0.0.65 - - [2025-12-18 04:12:42] "POST /security-groups HTTP/1.1" 200 592 0.073044 10.0.0.65 - - [2025-12-18 04:12:42] "POST /projects HTTP/1.1" 200 587 0.297963 10.0.0.23 - - [2025-12-18 04:12:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.007190 10.0.0.65 - - [2025-12-18 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.335517 10.0.0.23 - - [2025-12-18 04:12:42] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.513965 10.0.0.23 - - [2025-12-18 04:12:42] "POST /access-control-lists HTTP/1.1" 200 595 0.043976 10.0.0.23 - - [2025-12-18 04:12:44] "GET / HTTP/1.1" 200 35931 0.002767 10.0.0.23 - - [2025-12-18 04:12:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2025-12-18 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.076508 10.0.0.65 - - [2025-12-18 04:12:46] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.23 - - [2025-12-18 04:12:46] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043167 10.0.0.65 - - [2025-12-18 04:12:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008871 10.0.0.23 - - [2025-12-18 04:12:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.255252 10.0.0.23 - - [2025-12-18 04:12:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001396 10.0.0.23 - - [2025-12-18 04:12:47] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005189 10.0.0.23 - - [2025-12-18 04:12:47] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005238 10.0.0.23 - - [2025-12-18 04:12:47] "POST /neutron/network HTTP/1.1" 200 834 0.007374 10.0.0.23 - - [2025-12-18 04:12:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001367 10.0.0.65 - - [2025-12-18 04:12:48] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.23 - - [2025-12-18 04:12:48] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073102 10.0.0.23 - - [2025-12-18 04:12:48] "POST /neutron/network HTTP/1.1" 200 834 0.007150 10.0.0.23 - - [2025-12-18 04:12:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001376 10.0.0.23 - - [2025-12-18 04:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.011662 10.0.0.65 - - [2025-12-18 04:12:48] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.23 - - [2025-12-18 04:12:49] "POST /neutron/port HTTP/1.1" 200 1062 0.385101 10.0.0.23 - - [2025-12-18 04:12:49] "POST /neutron/port HTTP/1.1" 200 1116 0.190996 10.0.0.65 - - [2025-12-18 04:12:49] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001383 10.0.0.23 - - [2025-12-18 04:12:49] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.141919 10.0.0.23 - - [2025-12-18 04:12:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004754 10.0.0.23 - - [2025-12-18 04:12:49] "POST /neutron/network HTTP/1.1" 200 834 0.015146 10.0.0.23 - - [2025-12-18 04:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.013260 10.0.0.23 - - [2025-12-18 04:12:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001981 10.0.0.23 - - [2025-12-18 04:12:50] "POST /neutron/network HTTP/1.1" 200 844 0.008600 10.0.0.23 - - [2025-12-18 04:12:51] "POST /neutron/port HTTP/1.1" 200 1062 0.028647 10.0.0.23 - - [2025-12-18 04:12:51] "POST /neutron/port HTTP/1.1" 200 1090 0.043772 10.0.0.65 - - [2025-12-18 04:12:51] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.23 - - [2025-12-18 04:12:51] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.129712 10.0.0.23 - - [2025-12-18 04:12:51] "POST /neutron/network HTTP/1.1" 200 834 0.013658 10.0.0.23 - - [2025-12-18 04:12:52] "POST /neutron/port HTTP/1.1" 200 2064 0.043984 10.0.0.23 - - [2025-12-18 04:12:52] "POST /neutron/port HTTP/1.1" 200 1090 0.033193 10.0.0.65 - - [2025-12-18 04:12:52] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.23 - - [2025-12-18 04:12:53] "POST /neutron/port HTTP/1.1" 200 1062 0.490991 10.0.0.23 - - [2025-12-18 04:12:53] "POST /neutron/port HTTP/1.1" 200 1116 0.169167 10.0.0.23 - - [2025-12-18 04:12:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.015042 10.0.0.23 - - [2025-12-18 04:12:57] "POST /neutron/port HTTP/1.1" 200 1090 0.035389 10.0.0.23 - - [2025-12-18 04:13:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009599 10.0.0.23 - - [2025-12-18 04:13:04] "DELETE /access-control-list/98f97de1-3c93-407f-9f41-c8120d9bca9e HTTP/1.1" 200 115 0.046947 10.0.0.65 - - [2025-12-18 04:13:11] "DELETE /project/94069387-0848-430b-9b0c-1b6deecc0586 HTTP/1.1" 404 177 0.003654 10.0.0.65 - - [2025-12-18 04:13:11] "DELETE /project/a2d796e892cb4d29a08a7932a028c3e0 HTTP/1.1" 404 173 0.007146 10.0.0.23 - - [2025-12-18 04:13:12] "POST /neutron/port HTTP/1.1" 200 1090 0.017365 10.0.0.23 - - [2025-12-18 04:13:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004432 10.0.0.23 - - [2025-12-18 04:13:12] "POST /neutron/network HTTP/1.1" 200 834 0.006656 10.0.0.23 - - [2025-12-18 04:13:17] "POST /neutron/port HTTP/1.1" 200 1090 0.018719 10.0.0.23 - - [2025-12-18 04:13:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007204 10.0.0.50 - - [2025-12-18 04:13:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056487 10.0.0.23 - - [2025-12-18 04:13:28] "POST /neutron/port HTTP/1.1" 200 1090 0.021082 10.0.0.23 - - [2025-12-18 04:13:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009701 10.0.0.23 - - [2025-12-18 04:13:28] "GET /virtual-machine/04d95e34-e7ff-4be1-8872-ddcd7c34e178 HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2025-12-18 04:13:28] "GET /virtual-machine/04d95e34-e7ff-4be1-8872-ddcd7c34e178 HTTP/1.1" 200 1291 0.035619 10.0.0.23 - - [2025-12-18 04:13:28] "GET /virtual-machine-interface/8179cde9-1ca1-4d26-962a-f9b11ffc046b HTTP/1.1" 200 2957 0.005955 10.0.0.23 - - [2025-12-18 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006004 10.0.0.23 - - [2025-12-18 04:13:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003838 10.0.0.23 - - [2025-12-18 04:13:28] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003337 10.0.0.23 - - [2025-12-18 04:13:28] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006453 10.0.0.23 - - [2025-12-18 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2025-12-18 04:13:31] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007046 10.0.0.23 - - [2025-12-18 04:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2025-12-18 04:13:36] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007392 10.0.0.23 - - [2025-12-18 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.23 - - [2025-12-18 04:13:40] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005210 10.0.0.23 - - [2025-12-18 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.23 - - [2025-12-18 04:13:44] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007609 10.0.0.23 - - [2025-12-18 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2025-12-18 04:13:48] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004943 10.0.0.23 - - [2025-12-18 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-12-18 04:13:52] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006537 10.0.0.23 - - [2025-12-18 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.23 - - [2025-12-18 04:13:56] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005548 10.0.0.23 - - [2025-12-18 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-12-18 04:14:00] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005099 10.0.0.23 - - [2025-12-18 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.23 - - [2025-12-18 04:14:04] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005282 10.0.0.23 - - [2025-12-18 04:14:05] "POST /neutron/network HTTP/1.1" 200 844 0.007883 10.0.0.23 - - [2025-12-18 04:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.001728 10.0.0.23 - - [2025-12-18 04:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2025-12-18 04:14:08] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005475 10.0.0.23 - - [2025-12-18 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.23 - - [2025-12-18 04:14:12] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007323 10.0.0.23 - - [2025-12-18 04:14:14] "POST /neutron/port HTTP/1.1" 200 1090 0.048927 10.0.0.23 - - [2025-12-18 04:14:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.010796 10.0.0.23 - - [2025-12-18 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2025-12-18 04:14:16] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006325 10.0.0.23 - - [2025-12-18 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-18 04:14:21] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005450 10.0.0.23 - - [2025-12-18 04:14:23] "POST /neutron/port HTTP/1.1" 200 1090 0.044136 10.0.0.23 - - [2025-12-18 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2025-12-18 04:14:25] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005995 10.0.0.23 - - [2025-12-18 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.23 - - [2025-12-18 04:14:29] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005538 10.0.0.23 - - [2025-12-18 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2025-12-18 04:14:33] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005314 10.0.0.23 - - [2025-12-18 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.23 - - [2025-12-18 04:14:37] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005474 10.0.0.23 - - [2025-12-18 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.23 - - [2025-12-18 04:14:41] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007243 10.0.0.23 - - [2025-12-18 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.23 - - [2025-12-18 04:14:45] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005769 10.0.0.23 - - [2025-12-18 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007018 10.0.0.23 - - [2025-12-18 04:14:49] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006711 10.0.0.23 - - [2025-12-18 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2025-12-18 04:14:53] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006654 10.0.0.23 - - [2025-12-18 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-18 04:14:57] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006155 10.0.0.23 - - [2025-12-18 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2025-12-18 04:15:02] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005919 10.0.0.23 - - [2025-12-18 04:15:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011880 10.0.0.23 - - [2025-12-18 04:15:05] "POST /neutron/network HTTP/1.1" 200 844 0.007691 10.0.0.23 - - [2025-12-18 04:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.23 - - [2025-12-18 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-12-18 04:15:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007113 10.0.0.23 - - [2025-12-18 04:15:06] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002793 10.0.0.23 - - [2025-12-18 04:15:06] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006082 10.0.0.23 - - [2025-12-18 04:15:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008086 10.0.0.23 - - [2025-12-18 04:15:11] "POST /neutron/port HTTP/1.1" 200 1090 0.016748 10.0.0.23 - - [2025-12-18 04:15:16] "POST /neutron/port HTTP/1.1" 200 1090 0.016922 10.0.0.23 - - [2025-12-18 04:15:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.009974 10.0.0.23 - - [2025-12-18 04:15:16] "POST /neutron/port HTTP/1.1" 200 1090 0.015471 10.0.0.23 - - [2025-12-18 04:15:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007123 10.0.0.65 - - [2025-12-18 04:15:26] "GET /obj-perms HTTP/1.1" 200 5056 0.067202 10.0.0.23 - - [2025-12-18 04:15:27] "GET /obj-perms HTTP/1.1" 200 5056 0.062184 10.0.0.23 - - [2025-12-18 04:15:32] "POST /neutron/port HTTP/1.1" 200 1090 0.025860 10.0.0.23 - - [2025-12-18 04:15:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010974 10.0.0.23 - - [2025-12-18 04:15:47] "POST /neutron/port HTTP/1.1" 200 1090 0.015422 10.0.0.23 - - [2025-12-18 04:15:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010250 10.0.0.23 - - [2025-12-18 04:16:03] "POST /neutron/port HTTP/1.1" 200 1090 0.018840 10.0.0.23 - - [2025-12-18 04:16:06] "POST /neutron/port HTTP/1.1" 200 1090 0.018606 10.0.0.23 - - [2025-12-18 04:16:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011982 10.0.0.23 - - [2025-12-18 04:16:08] "POST /neutron/port HTTP/1.1" 200 1090 0.016617 10.0.0.23 - - [2025-12-18 04:16:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007608 10.0.0.23 - - [2025-12-18 04:16:08] "GET /virtual-machine/343422df-0b3d-43ed-a4cc-fa5c3efe3f06 HTTP/1.1" 200 1293 0.006344 10.0.0.23 - - [2025-12-18 04:16:08] "GET /virtual-machine-interface/fa849ba8-29f5-40fb-a4e7-2fc64d661e85 HTTP/1.1" 200 2958 0.005919 10.0.0.23 - - [2025-12-18 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2025-12-18 04:16:08] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.23 - - [2025-12-18 04:16:08] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004203 10.0.0.23 - - [2025-12-18 04:16:08] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008783 10.0.0.23 - - [2025-12-18 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-12-18 04:16:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.23 - - [2025-12-18 04:16:09] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003099 10.0.0.23 - - [2025-12-18 04:16:10] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006676 10.0.0.23 - - [2025-12-18 04:16:10] "POST /neutron/port HTTP/1.1" 200 1090 0.017110 10.0.0.23 - - [2025-12-18 04:16:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008625 10.0.0.23 - - [2025-12-18 04:16:10] "GET /virtual-machine/bf11f987-1d00-43d1-aa53-a4ea43fd0091 HTTP/1.1" 200 1294 0.006080 10.0.0.23 - - [2025-12-18 04:16:10] "GET /virtual-machine-interface/28798be8-6aca-4642-9255-16b31177ef50 HTTP/1.1" 200 2957 0.009466 10.0.0.23 - - [2025-12-18 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-18 04:16:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003636 10.0.0.23 - - [2025-12-18 04:16:10] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002754 10.0.0.23 - - [2025-12-18 04:16:10] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008557 10.0.0.23 - - [2025-12-18 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.23 - - [2025-12-18 04:16:11] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004507 10.0.0.23 - - [2025-12-18 04:16:11] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003557 10.0.0.23 - - [2025-12-18 04:16:11] "GET /virtual-network/327afa7c-8616-4015-80e2-5fd2309cc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006148 10.0.0.23 - - [2025-12-18 04:16:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003373 10.0.0.23 - - [2025-12-18 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.23 - - [2025-12-18 04:16:11] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007068 10.0.0.23 - - [2025-12-18 04:16:11] "POST /control-node-zones HTTP/1.1" 200 569 0.033360 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-12-18 04:16:12] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004819 10.0.0.23 - - [2025-12-18 04:16:12] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006306 10.0.0.23 - - [2025-12-18 04:16:12] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.022633 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003542 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2025-12-18 04:16:12] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006966 10.0.0.23 - - [2025-12-18 04:16:12] "POST /control-node-zones HTTP/1.1" 200 569 0.037268 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2025-12-18 04:16:12] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004803 10.0.0.23 - - [2025-12-18 04:16:12] "GET /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005761 10.0.0.23 - - [2025-12-18 04:16:12] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.019730 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003019 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-18 04:16:12] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008913 10.0.0.23 - - [2025-12-18 04:16:12] "POST /control-node-zones HTTP/1.1" 200 569 0.029738 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.23 - - [2025-12-18 04:16:12] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008396 10.0.0.23 - - [2025-12-18 04:16:12] "GET /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.007733 10.0.0.23 - - [2025-12-18 04:16:12] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.025989 10.0.0.23 - - [2025-12-18 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2025-12-18 04:16:13] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007598 10.0.0.23 - - [2025-12-18 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003531 10.0.0.23 - - [2025-12-18 04:16:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033408 10.0.0.23 - - [2025-12-18 04:16:13] "POST /neutron/network HTTP/1.1" 200 834 0.010345 10.0.0.23 - - [2025-12-18 04:16:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.009864 10.0.0.23 - - [2025-12-18 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2025-12-18 04:16:13] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006206 10.0.0.23 - - [2025-12-18 04:16:13] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004105 10.0.0.23 - - [2025-12-18 04:16:13] "POST /ref-update HTTP/1.1" 200 156 0.015631 10.0.0.23 - - [2025-12-18 04:16:18] "POST /neutron/network HTTP/1.1" 200 844 0.006381 10.0.0.23 - - [2025-12-18 04:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.23 - - [2025-12-18 04:16:36] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.007678 10.0.0.23 - - [2025-12-18 04:16:36] "GET /virtual-machine-interface/8179cde9-1ca1-4d26-962a-f9b11ffc046b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005821 10.0.0.23 - - [2025-12-18 04:16:36] "POST /ref-update HTTP/1.1" 200 156 0.016739 10.0.0.23 - - [2025-12-18 04:16:36] "POST /bgp-routers HTTP/1.1" 200 640 0.093446 10.0.0.23 - - [2025-12-18 04:16:37] "PUT /bgp-router/3265ce26-d911-4f3e-bf24-3cb3d5b04879 HTTP/1.1" 200 254 0.041583 10.0.0.23 - - [2025-12-18 04:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2025-12-18 04:16:38] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006610 10.0.0.23 - - [2025-12-18 04:16:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003056 10.0.0.23 - - [2025-12-18 04:16:38] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033428 10.0.0.23 - - [2025-12-18 04:16:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.012020 10.0.0.23 - - [2025-12-18 04:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2025-12-18 04:16:38] "GET /bgp-as-a-service/d7ba681e-1715-4c9f-a057-62051ba2dd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005509 10.0.0.23 - - [2025-12-18 04:16:39] "GET /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004655 10.0.0.23 - - [2025-12-18 04:16:39] "POST /ref-update HTTP/1.1" 200 156 0.014307 10.0.0.65 - - [2025-12-18 04:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.65 - - [2025-12-18 04:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.65 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.65 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.23 - - [2025-12-18 04:16:49] "GET /bgp-as-a-service/d7ba681e-1715-4c9f-a057-62051ba2dd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007114 10.0.0.23 - - [2025-12-18 04:16:49] "GET /virtual-machine-interface/fa849ba8-29f5-40fb-a4e7-2fc64d661e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008053 10.0.0.23 - - [2025-12-18 04:16:49] "POST /ref-update HTTP/1.1" 200 156 0.019917 10.0.0.23 - - [2025-12-18 04:16:49] "POST /ref-update HTTP/1.1" 200 156 0.020333 10.0.0.23 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.23 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.50 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2025-12-18 04:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2025-12-18 04:16:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.23 - - [2025-12-18 04:16:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-18 04:16:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2025-12-18 04:17:08] "POST /neutron/port HTTP/1.1" 200 1090 0.053485 10.0.0.23 - - [2025-12-18 04:17:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.23 - - [2025-12-18 04:17:08] "POST /neutron/network HTTP/1.1" 200 834 0.007153 10.0.0.23 - - [2025-12-18 04:17:09] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005791 10.0.0.23 - - [2025-12-18 04:17:09] "POST /ref-update HTTP/1.1" 200 156 0.024238 10.0.0.23 - - [2025-12-18 04:17:09] "GET /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004109 10.0.0.23 - - [2025-12-18 04:17:09] "POST /ref-update HTTP/1.1" 200 156 0.021790 10.0.0.23 - - [2025-12-18 04:17:09] "GET /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004124 10.0.0.23 - - [2025-12-18 04:17:09] "POST /ref-update HTTP/1.1" 200 156 0.019159 10.0.0.23 - - [2025-12-18 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2025-12-18 04:17:09] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005092 10.0.0.23 - - [2025-12-18 04:17:09] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003482 10.0.0.23 - - [2025-12-18 04:17:09] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.026540 10.0.0.23 - - [2025-12-18 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-12-18 04:17:10] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005141 10.0.0.23 - - [2025-12-18 04:17:10] "GET /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004489 10.0.0.23 - - [2025-12-18 04:17:10] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.022665 10.0.0.23 - - [2025-12-18 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.23 - - [2025-12-18 04:17:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005881 10.0.0.23 - - [2025-12-18 04:17:10] "GET /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003973 10.0.0.23 - - [2025-12-18 04:17:10] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.020871 10.0.0.23 - - [2025-12-18 04:17:19] "POST /neutron/network HTTP/1.1" 200 844 0.007326 10.0.0.23 - - [2025-12-18 04:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.23 - - [2025-12-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-18 04:17:23] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006283 10.0.0.23 - - [2025-12-18 04:17:23] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003890 10.0.0.23 - - [2025-12-18 04:17:23] "POST /ref-update HTTP/1.1" 200 156 0.017523 10.0.0.23 - - [2025-12-18 04:17:23] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005741 10.0.0.23 - - [2025-12-18 04:17:23] "POST /ref-update HTTP/1.1" 200 156 0.025321 10.0.0.23 - - [2025-12-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006916 10.0.0.23 - - [2025-12-18 04:17:23] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007156 10.0.0.23 - - [2025-12-18 04:17:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.013114 10.0.0.23 - - [2025-12-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2025-12-18 04:17:23] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.007097 10.0.0.23 - - [2025-12-18 04:17:23] "GET /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004292 10.0.0.23 - - [2025-12-18 04:17:23] "POST /ref-update HTTP/1.1" 200 156 0.018218 10.0.0.23 - - [2025-12-18 04:17:26] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.007732 10.0.0.23 - - [2025-12-18 04:17:26] "GET /virtual-machine-interface/8179cde9-1ca1-4d26-962a-f9b11ffc046b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007732 10.0.0.50 - - [2025-12-18 04:17:28] "GET /obj-perms HTTP/1.1" 200 5056 0.069131 10.0.0.23 - - [2025-12-18 04:17:40] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.003963 10.0.0.23 - - [2025-12-18 04:17:40] "GET /virtual-machine-interface/8179cde9-1ca1-4d26-962a-f9b11ffc046b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005017 10.0.0.23 - - [2025-12-18 04:17:40] "POST /ref-update HTTP/1.1" 200 156 0.013763 10.0.0.23 - - [2025-12-18 04:17:40] "GET /bgp-as-a-service/d7ba681e-1715-4c9f-a057-62051ba2dd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.013048 10.0.0.23 - - [2025-12-18 04:17:40] "POST /ref-update HTTP/1.1" 200 156 0.038151 10.0.0.23 - - [2025-12-18 04:17:40] "GET /virtual-machine-interface/fa849ba8-29f5-40fb-a4e7-2fc64d661e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.022116 10.0.0.23 - - [2025-12-18 04:17:40] "POST /ref-update HTTP/1.1" 200 156 0.021439 10.0.0.23 - - [2025-12-18 04:17:40] "POST /ref-update HTTP/1.1" 200 156 0.053130 10.0.0.23 - - [2025-12-18 04:17:40] "DELETE /bgp-as-a-service/d7ba681e-1715-4c9f-a057-62051ba2dd47 HTTP/1.1" 200 115 0.091646 10.0.0.23 - - [2025-12-18 04:17:40] "GET /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.014364 10.0.0.23 - - [2025-12-18 04:17:40] "GET /virtual-machine-interface/8179cde9-1ca1-4d26-962a-f9b11ffc046b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.018048 10.0.0.23 - - [2025-12-18 04:17:41] "DELETE /bgp-as-a-service/443a9f3d-57f7-457b-a59f-bf1b9f48af7c HTTP/1.1" 200 115 0.098238 10.0.0.23 - - [2025-12-18 04:17:41] "GET /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.007317 10.0.0.23 - - [2025-12-18 04:17:41] "POST /ref-update HTTP/1.1" 200 156 0.020792 10.0.0.23 - - [2025-12-18 04:17:41] "DELETE /control-node-zone/2dda0b5e-9c0f-450e-886f-eddd829b537d HTTP/1.1" 200 115 0.032177 10.0.0.23 - - [2025-12-18 04:17:41] "GET /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005959 10.0.0.23 - - [2025-12-18 04:17:41] "POST /ref-update HTTP/1.1" 200 156 0.018243 10.0.0.23 - - [2025-12-18 04:17:41] "DELETE /control-node-zone/9feff033-182d-4e8c-b7d2-72bcceaac3b2 HTTP/1.1" 200 115 0.034140 10.0.0.23 - - [2025-12-18 04:17:41] "GET /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006743 10.0.0.23 - - [2025-12-18 04:17:41] "DELETE /control-node-zone/141f0f09-d225-4bbe-86ae-7fd4ad4010a1 HTTP/1.1" 200 115 0.032938 10.0.0.23 - - [2025-12-18 04:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.007234 10.0.0.23 - - [2025-12-18 04:17:42] "POST /neutron/port HTTP/1.1" 200 1116 0.014889 10.0.0.23 - - [2025-12-18 04:17:42] "POST /neutron/port HTTP/1.1" 200 1116 0.045157 10.0.0.23 - - [2025-12-18 04:17:42] "POST /neutron/port HTTP/1.1" 200 1116 0.019477 10.0.0.23 - - [2025-12-18 04:17:44] "DELETE /route-target/ac6b1370-74da-44bf-b080-e4ee2ea4431a HTTP/1.1" 200 115 0.034822 10.0.0.65 - - [2025-12-18 04:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.045379 10.0.0.65 - - [2025-12-18 04:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.23 - - [2025-12-18 04:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.207743 10.0.0.23 - - [2025-12-18 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.042789 10.0.0.65 - - [2025-12-18 04:17:46] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.23 - - [2025-12-18 04:17:46] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051337 10.0.0.65 - - [2025-12-18 04:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.012323 10.0.0.23 - - [2025-12-18 04:17:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.278091 10.0.0.23 - - [2025-12-18 04:17:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001328 10.0.0.23 - - [2025-12-18 04:17:47] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005611 10.0.0.23 - - [2025-12-18 04:17:47] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005274 10.0.0.23 - - [2025-12-18 04:17:47] "POST /neutron/network HTTP/1.1" 200 833 0.007878 10.0.0.23 - - [2025-12-18 04:17:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001338 10.0.0.65 - - [2025-12-18 04:17:48] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.23 - - [2025-12-18 04:17:48] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095440 10.0.0.23 - - [2025-12-18 04:17:48] "POST /neutron/network HTTP/1.1" 200 833 0.037617 10.0.0.23 - - [2025-12-18 04:17:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001480 10.0.0.23 - - [2025-12-18 04:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.008568 10.0.0.65 - - [2025-12-18 04:17:49] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.23 - - [2025-12-18 04:17:49] "POST /neutron/port HTTP/1.1" 200 1061 0.283961 10.0.0.23 - - [2025-12-18 04:17:49] "POST /neutron/port HTTP/1.1" 200 1115 0.126244 10.0.0.65 - - [2025-12-18 04:17:49] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.23 - - [2025-12-18 04:17:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.011831 10.0.0.23 - - [2025-12-18 04:17:49] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.084944 10.0.0.23 - - [2025-12-18 04:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.006884 10.0.0.23 - - [2025-12-18 04:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.006988 10.0.0.23 - - [2025-12-18 04:17:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001818 10.0.0.23 - - [2025-12-18 04:17:50] "POST /neutron/network HTTP/1.1" 200 843 0.007703 10.0.0.23 - - [2025-12-18 04:17:51] "POST /neutron/port HTTP/1.1" 200 1061 0.016642 10.0.0.23 - - [2025-12-18 04:17:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016895 10.0.0.23 - - [2025-12-18 04:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.65 - - [2025-12-18 04:17:51] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.23 - - [2025-12-18 04:17:51] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085669 10.0.0.23 - - [2025-12-18 04:17:51] "POST /neutron/port HTTP/1.1" 200 2062 0.023164 10.0.0.23 - - [2025-12-18 04:17:52] "POST /neutron/port HTTP/1.1" 200 1089 0.014752 10.0.0.23 - - [2025-12-18 04:17:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007923 10.0.0.23 - - [2025-12-18 04:17:52] "GET /virtual-machine/dc1369b9-b070-4c6f-af5e-3e13da03f6d1 HTTP/1.1" 200 1294 0.005874 10.0.0.23 - - [2025-12-18 04:17:52] "GET /virtual-machine-interface/69b62631-df07-449a-8697-96c30f494712 HTTP/1.1" 200 2956 0.005029 10.0.0.23 - - [2025-12-18 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-18 04:17:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.23 - - [2025-12-18 04:17:52] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003625 10.0.0.23 - - [2025-12-18 04:17:52] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006437 10.0.0.23 - - [2025-12-18 04:17:52] "POST /neutron/network HTTP/1.1" 200 843 0.006814 10.0.0.23 - - [2025-12-18 04:17:52] "POST /neutron/port HTTP/1.1" 200 1061 0.020040 10.0.0.23 - - [2025-12-18 04:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.23 - - [2025-12-18 04:17:53] "POST /neutron/network HTTP/1.1" 200 833 0.007745 10.0.0.23 - - [2025-12-18 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-18 04:17:55] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005625 10.0.0.23 - - [2025-12-18 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2025-12-18 04:17:59] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005857 10.0.0.23 - - [2025-12-18 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.23 - - [2025-12-18 04:18:03] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006012 10.0.0.23 - - [2025-12-18 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.23 - - [2025-12-18 04:18:07] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005599 10.0.0.23 - - [2025-12-18 04:18:08] "POST /neutron/network HTTP/1.1" 200 843 0.008358 10.0.0.23 - - [2025-12-18 04:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.23 - - [2025-12-18 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.23 - - [2025-12-18 04:18:11] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007157 10.0.0.23 - - [2025-12-18 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2025-12-18 04:18:15] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006713 10.0.0.23 - - [2025-12-18 04:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.089191 10.0.0.23 - - [2025-12-18 04:18:20] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006395 10.0.0.23 - - [2025-12-18 04:18:20] "POST /neutron/port HTTP/1.1" 200 1089 0.017953 10.0.0.23 - - [2025-12-18 04:18:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.009654 10.0.0.23 - - [2025-12-18 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-18 04:18:24] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007282 10.0.0.23 - - [2025-12-18 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2025-12-18 04:18:28] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005632 10.0.0.23 - - [2025-12-18 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-12-18 04:18:32] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006068 10.0.0.23 - - [2025-12-18 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2025-12-18 04:18:36] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005935 10.0.0.23 - - [2025-12-18 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.23 - - [2025-12-18 04:18:40] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005484 10.0.0.23 - - [2025-12-18 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.23 - - [2025-12-18 04:18:44] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006115 10.0.0.23 - - [2025-12-18 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2025-12-18 04:18:48] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005252 10.0.0.23 - - [2025-12-18 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2025-12-18 04:18:52] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006420 10.0.0.23 - - [2025-12-18 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-18 04:18:57] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005042 10.0.0.23 - - [2025-12-18 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2025-12-18 04:19:01] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005831 10.0.0.23 - - [2025-12-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007001 10.0.0.23 - - [2025-12-18 04:19:05] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005949 10.0.0.23 - - [2025-12-18 04:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-18 04:19:09] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004904 10.0.0.23 - - [2025-12-18 04:19:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016552 10.0.0.23 - - [2025-12-18 04:19:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.23 - - [2025-12-18 04:19:10] "POST /neutron/network HTTP/1.1" 200 833 0.009848 10.0.0.23 - - [2025-12-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.23 - - [2025-12-18 04:19:13] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006033 10.0.0.23 - - [2025-12-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005763 10.0.0.23 - - [2025-12-18 04:19:17] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006111 10.0.0.23 - - [2025-12-18 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006951 10.0.0.23 - - [2025-12-18 04:19:21] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007636 10.0.0.23 - - [2025-12-18 04:19:22] "POST /neutron/port HTTP/1.1" 200 1089 0.063038 10.0.0.23 - - [2025-12-18 04:19:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.23 - - [2025-12-18 04:19:22] "POST /neutron/network HTTP/1.1" 200 833 0.006231 10.0.0.23 - - [2025-12-18 04:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.23 - - [2025-12-18 04:19:25] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005622 10.0.0.23 - - [2025-12-18 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.23 - - [2025-12-18 04:19:29] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006291 10.0.0.65 - - [2025-12-18 04:19:30] "GET /obj-perms HTTP/1.1" 200 5056 0.049687 10.0.0.23 - - [2025-12-18 04:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2025-12-18 04:19:33] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007851 10.0.0.23 - - [2025-12-18 04:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.23 - - [2025-12-18 04:19:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003510 10.0.0.23 - - [2025-12-18 04:19:36] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003101 10.0.0.23 - - [2025-12-18 04:19:36] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005692 10.0.0.23 - - [2025-12-18 04:19:36] "POST /neutron/port HTTP/1.1" 200 1089 0.016855 10.0.0.23 - - [2025-12-18 04:19:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034975 10.0.0.23 - - [2025-12-18 04:19:46] "POST /neutron/port HTTP/1.1" 200 1089 0.017484 10.0.0.23 - - [2025-12-18 04:19:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007058 10.0.0.23 - - [2025-12-18 04:20:02] "POST /neutron/port HTTP/1.1" 200 1089 0.020568 10.0.0.23 - - [2025-12-18 04:20:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012725 10.0.0.23 - - [2025-12-18 04:20:12] "POST /neutron/network HTTP/1.1" 200 843 0.007497 10.0.0.23 - - [2025-12-18 04:20:12] "POST /neutron/port HTTP/1.1" 200 1089 0.021595 10.0.0.23 - - [2025-12-18 04:20:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009615 10.0.0.23 - - [2025-12-18 04:20:22] "POST /neutron/port HTTP/1.1" 200 1089 0.020277 10.0.0.23 - - [2025-12-18 04:20:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004851 10.0.0.23 - - [2025-12-18 04:20:22] "POST /neutron/network HTTP/1.1" 200 833 0.009258 10.0.0.23 - - [2025-12-18 04:20:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018556 10.0.0.23 - - [2025-12-18 04:20:30] "GET /obj-perms HTTP/1.1" 200 5056 0.059924 10.0.0.23 - - [2025-12-18 04:20:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011822 10.0.0.23 - - [2025-12-18 04:20:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016557 10.0.0.23 - - [2025-12-18 04:20:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008441 10.0.0.23 - - [2025-12-18 04:20:38] "GET /virtual-machine/a656406c-b6de-4703-9c86-e18dba629276 HTTP/1.1" 200 1294 0.038159 10.0.0.23 - - [2025-12-18 04:20:38] "GET /virtual-machine-interface/81efb00a-e4c9-4eba-8b14-83db3aaf800b HTTP/1.1" 200 2957 0.004920 10.0.0.23 - - [2025-12-18 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.23 - - [2025-12-18 04:20:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006330 10.0.0.23 - - [2025-12-18 04:20:38] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003754 10.0.0.23 - - [2025-12-18 04:20:38] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005390 10.0.0.23 - - [2025-12-18 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2025-12-18 04:20:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.23 - - [2025-12-18 04:20:39] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003162 10.0.0.23 - - [2025-12-18 04:20:39] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006354 10.0.0.23 - - [2025-12-18 04:20:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017846 10.0.0.23 - - [2025-12-18 04:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007007 10.0.0.23 - - [2025-12-18 04:20:40] "GET /virtual-machine/f14db289-705b-4b4d-9dd7-12837b473422 HTTP/1.1" 200 1294 0.009061 10.0.0.23 - - [2025-12-18 04:20:40] "GET /virtual-machine-interface/f5683a67-1d04-4fd5-8389-2cae2214531e HTTP/1.1" 200 2957 0.004808 10.0.0.23 - - [2025-12-18 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-12-18 04:20:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004304 10.0.0.23 - - [2025-12-18 04:20:40] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002852 10.0.0.23 - - [2025-12-18 04:20:40] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006929 10.0.0.23 - - [2025-12-18 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.23 - - [2025-12-18 04:20:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004629 10.0.0.23 - - [2025-12-18 04:20:41] "GET /virtual-networks?parent_id=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003211 10.0.0.23 - - [2025-12-18 04:20:41] "GET /virtual-network/9312aa46-7685-449e-9fab-072813bb5191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006391 10.0.0.23 - - [2025-12-18 04:20:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003624 10.0.0.23 - - [2025-12-18 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-12-18 04:20:41] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006259 10.0.0.23 - - [2025-12-18 04:20:41] "POST /control-node-zones HTTP/1.1" 200 569 0.030952 10.0.0.23 - - [2025-12-18 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2025-12-18 04:20:42] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005738 10.0.0.23 - - [2025-12-18 04:20:42] "GET /control-node-zone/a1feda17-cb1f-4bca-bb2b-0666e11ce46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006531 10.0.0.23 - - [2025-12-18 04:20:42] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.020635 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003238 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.23 - - [2025-12-18 04:20:42] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006344 10.0.0.23 - - [2025-12-18 04:20:42] "POST /control-node-zones HTTP/1.1" 200 569 0.035043 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2025-12-18 04:20:42] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006696 10.0.0.23 - - [2025-12-18 04:20:42] "GET /control-node-zone/38ec356b-ac92-4488-a850-b5df6d62dc2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006233 10.0.0.23 - - [2025-12-18 04:20:42] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.025642 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002993 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2025-12-18 04:20:42] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006485 10.0.0.23 - - [2025-12-18 04:20:42] "POST /control-node-zones HTTP/1.1" 200 569 0.040656 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.23 - - [2025-12-18 04:20:42] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005167 10.0.0.23 - - [2025-12-18 04:20:42] "GET /control-node-zone/71f9ae68-ef64-496b-a634-c8b6e4cb7e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005980 10.0.0.23 - - [2025-12-18 04:20:42] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.025941 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-18 04:20:42] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008935 10.0.0.23 - - [2025-12-18 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.003407 10.0.0.23 - - [2025-12-18 04:20:43] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034402 10.0.0.23 - - [2025-12-18 04:20:43] "POST /neutron/network HTTP/1.1" 200 833 0.006662 10.0.0.23 - - [2025-12-18 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 04:20:43] "GET /bgp-as-a-service/7b30820c-44b8-401f-bce5-c2518c3ae0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005196 10.0.0.23 - - [2025-12-18 04:20:43] "GET /control-node-zone/a1feda17-cb1f-4bca-bb2b-0666e11ce46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004165 10.0.0.23 - - [2025-12-18 04:20:43] "POST /ref-update HTTP/1.1" 200 156 0.017506 10.0.0.23 - - [2025-12-18 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2025-12-18 04:20:43] "GET /bgp-as-a-service/7b30820c-44b8-401f-bce5-c2518c3ae0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006628 10.0.0.23 - - [2025-12-18 04:20:43] "GET /control-node-zone/38ec356b-ac92-4488-a850-b5df6d62dc2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003245 10.0.0.23 - - [2025-12-18 04:20:43] "POST /ref-update HTTP/1.1" 200 156 0.016623 10.0.0.23 - - [2025-12-18 04:21:11] "GET /bgp-as-a-service/7b30820c-44b8-401f-bce5-c2518c3ae0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006836 10.0.0.23 - - [2025-12-18 04:21:11] "GET /virtual-machine-interface/69b62631-df07-449a-8697-96c30f494712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005960 10.0.0.23 - - [2025-12-18 04:21:11] "POST /ref-update HTTP/1.1" 200 156 0.015775 10.0.0.23 - - [2025-12-18 04:21:11] "POST /bgp-routers HTTP/1.1" 200 594 0.037600 10.0.0.23 - - [2025-12-18 04:21:11] "POST /ref-update HTTP/1.1" 200 156 0.017727 10.0.0.23 - - [2025-12-18 04:21:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017467 10.0.0.23 - - [2025-12-18 04:21:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.009976 10.0.0.23 - - [2025-12-18 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-12-18 04:21:13] "GET /global-system-config/98968c7d-62ea-4e51-9777-e2d5e81ba766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005791 10.0.0.23 - - [2025-12-18 04:21:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003102 10.0.0.23 - - [2025-12-18 04:21:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032346 10.0.0.23 - - [2025-12-18 04:21:13] "POST /neutron/network HTTP/1.1" 200 833 0.008324 10.0.0.23 - - [2025-12-18 04:21:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.008626 10.0.0.23 - - [2025-12-18 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.23 - - [2025-12-18 04:21:13] "GET /bgp-as-a-service/1ee2d339-66ab-4e60-b276-84aac08ce811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006841 10.0.0.23 - - [2025-12-18 04:21:13] "GET /control-node-zone/a1feda17-cb1f-4bca-bb2b-0666e11ce46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004023 10.0.0.23 - - [2025-12-18 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.015033 10.0.0.23 - - [2025-12-18 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2025-12-18 04:21:13] "GET /bgp-as-a-service/1ee2d339-66ab-4e60-b276-84aac08ce811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006797 10.0.0.23 - - [2025-12-18 04:21:13] "GET /control-node-zone/38ec356b-ac92-4488-a850-b5df6d62dc2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003795 10.0.0.23 - - [2025-12-18 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.018050 10.0.0.23 - - [2025-12-18 04:21:22] "POST /neutron/network HTTP/1.1" 200 843 0.008326 10.0.0.23 - - [2025-12-18 04:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.23 - - [2025-12-18 04:21:23] "GET /bgp-as-a-service/1ee2d339-66ab-4e60-b276-84aac08ce811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008257 10.0.0.23 - - [2025-12-18 04:21:23] "GET /virtual-machine-interface/81efb00a-e4c9-4eba-8b14-83db3aaf800b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005141 10.0.0.23 - - [2025-12-18 04:21:23] "POST /ref-update HTTP/1.1" 200 156 0.012933 10.0.0.23 - - [2025-12-18 04:21:23] "POST /ref-update HTTP/1.1" 200 156 0.036085 10.0.0.23 - - [2025-12-18 04:21:47] "GET /bgp-as-a-service/1ee2d339-66ab-4e60-b276-84aac08ce811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006615 10.0.0.23 - - [2025-12-18 04:21:47] "GET /virtual-machine-interface/81efb00a-e4c9-4eba-8b14-83db3aaf800b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007639 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.015912 10.0.0.23 - - [2025-12-18 04:21:47] "DELETE /bgp-as-a-service/1ee2d339-66ab-4e60-b276-84aac08ce811 HTTP/1.1" 200 115 0.043061 10.0.0.23 - - [2025-12-18 04:21:47] "GET /bgp-as-a-service/7b30820c-44b8-401f-bce5-c2518c3ae0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.009764 10.0.0.23 - - [2025-12-18 04:21:47] "GET /virtual-machine-interface/69b62631-df07-449a-8697-96c30f494712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3050 0.009930 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.013259 10.0.0.23 - - [2025-12-18 04:21:47] "DELETE /bgp-as-a-service/7b30820c-44b8-401f-bce5-c2518c3ae0d6 HTTP/1.1" 200 115 0.043412 10.0.0.23 - - [2025-12-18 04:21:47] "GET /control-node-zone/71f9ae68-ef64-496b-a634-c8b6e4cb7e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003860 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.021158 10.0.0.23 - - [2025-12-18 04:21:47] "DELETE /control-node-zone/71f9ae68-ef64-496b-a634-c8b6e4cb7e70 HTTP/1.1" 200 115 0.030153 10.0.0.23 - - [2025-12-18 04:21:47] "GET /control-node-zone/38ec356b-ac92-4488-a850-b5df6d62dc2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008386 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.020518 10.0.0.23 - - [2025-12-18 04:21:47] "DELETE /control-node-zone/38ec356b-ac92-4488-a850-b5df6d62dc2d HTTP/1.1" 200 115 0.033944 10.0.0.23 - - [2025-12-18 04:21:47] "GET /control-node-zone/a1feda17-cb1f-4bca-bb2b-0666e11ce46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004672 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 404 171 0.048736 10.0.0.23 - - [2025-12-18 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.020689 10.0.0.23 - - [2025-12-18 04:21:48] "DELETE /control-node-zone/a1feda17-cb1f-4bca-bb2b-0666e11ce46d HTTP/1.1" 200 115 0.037142 10.0.0.23 - - [2025-12-18 04:21:48] "POST /ref-update HTTP/1.1" 200 156 0.023699 10.0.0.65 - - [2025-12-18 04:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.65 - - [2025-12-18 04:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2025-12-18 04:21:48] "POST /neutron/network HTTP/1.1" 400 204 0.014746 10.0.0.23 - - [2025-12-18 04:21:48] "POST /neutron/port HTTP/1.1" 200 1089 0.027922 10.0.0.65 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-18 04:21:49] "POST /neutron/port HTTP/1.1" 200 151 0.231945 10.0.0.65 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2025-12-18 04:21:49] "POST /neutron/port HTTP/1.1" 200 151 0.225142 10.0.0.23 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000632 10.0.0.50 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000640 10.0.0.50 - - [2025-12-18 04:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2025-12-18 04:21:50] "DELETE /route-target/2aae261f-94c8-44d5-b3cb-5630ce16a688 HTTP/1.1" 200 115 0.027142 10.0.0.23 - - [2025-12-18 04:21:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2025-12-18 04:21:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2025-12-18 04:21:52] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.23 - - [2025-12-18 04:21:52] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078413 10.0.0.65 - - [2025-12-18 04:21:52] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001696 10.0.0.23 - - [2025-12-18 04:21:52] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?fields=virtual_networks HTTP/1.1" 200 1034 0.069577 10.0.0.65 - - [2025-12-18 04:21:52] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.23 - - [2025-12-18 04:21:52] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042979 10.0.0.65 - - [2025-12-18 04:21:52] "GET /projects?obj_uuids=a2d796e8-92cb-4d29-a08a-7932a028c3e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002148 10.0.0.23 - - [2025-12-18 04:21:52] "GET /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0?fields=security_groups HTTP/1.1" 200 1261 0.042221 10.0.0.23 - - [2025-12-18 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.049145 10.0.0.65 - - [2025-12-18 04:21:53] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.65 - - [2025-12-18 04:21:53] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.65 - - [2025-12-18 04:21:53] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049007 10.0.0.65 - - [2025-12-18 04:21:53] "POST /id-to-fqname HTTP/1.1" 200 183 0.001529 10.0.0.65 - - [2025-12-18 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.005937 10.0.0.65 - - [2025-12-18 04:21:53] "POST /security-groups HTTP/1.1" 200 584 0.031733 10.0.0.65 - - [2025-12-18 04:21:53] "POST /projects HTTP/1.1" 200 571 0.233658 10.0.0.23 - - [2025-12-18 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.005629 10.0.0.65 - - [2025-12-18 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.313683 10.0.0.23 - - [2025-12-18 04:21:53] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.508413 10.0.0.23 - - [2025-12-18 04:21:55] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.65 - - [2025-12-18 04:21:58] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001642 10.0.0.23 - - [2025-12-18 04:21:58] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.039982 10.0.0.65 - - [2025-12-18 04:21:58] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.23 - - [2025-12-18 04:21:58] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?fields=virtual_networks HTTP/1.1" 200 1016 0.039967 10.0.0.65 - - [2025-12-18 04:21:58] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001451 10.0.0.23 - - [2025-12-18 04:21:58] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?fields=virtual_machine_interfaces HTTP/1.1" 200 1016 0.046111 10.0.0.65 - - [2025-12-18 04:21:58] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.23 - - [2025-12-18 04:21:58] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?fields=security_groups HTTP/1.1" 200 1235 0.040615 10.0.0.23 - - [2025-12-18 04:21:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.036310 10.0.0.65 - - [2025-12-18 04:21:59] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003710 10.0.0.65 - - [2025-12-18 04:21:59] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2025-12-18 04:21:59] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006757 10.0.0.65 - - [2025-12-18 04:21:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.003041 10.0.0.65 - - [2025-12-18 04:21:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.003389 10.0.0.65 - - [2025-12-18 04:21:59] "POST /security-groups HTTP/1.1" 200 592 0.073602 10.0.0.65 - - [2025-12-18 04:21:59] "POST /projects HTTP/1.1" 200 587 0.314612 10.0.0.23 - - [2025-12-18 04:21:59] "POST /access-control-lists HTTP/1.1" 200 597 0.024819 10.0.0.65 - - [2025-12-18 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.386840 10.0.0.23 - - [2025-12-18 04:22:00] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.541468 10.0.0.23 - - [2025-12-18 04:22:01] "GET / HTTP/1.1" 200 35931 0.002639 10.0.0.65 - - [2025-12-18 04:22:04] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001625 10.0.0.23 - - [2025-12-18 04:22:04] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052964 10.0.0.65 - - [2025-12-18 04:22:04] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.23 - - [2025-12-18 04:22:04] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?fields=virtual_networks HTTP/1.1" 200 1033 0.054453 10.0.0.65 - - [2025-12-18 04:22:04] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.23 - - [2025-12-18 04:22:04] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039198 10.0.0.65 - - [2025-12-18 04:22:04] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001787 10.0.0.23 - - [2025-12-18 04:22:04] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?fields=security_groups HTTP/1.1" 200 1260 0.040505 10.0.0.23 - - [2025-12-18 04:22:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.050830 10.0.0.65 - - [2025-12-18 04:22:06] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004586 10.0.0.65 - - [2025-12-18 04:22:06] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002005 10.0.0.65 - - [2025-12-18 04:22:06] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011452 10.0.0.23 - - [2025-12-18 04:22:06] "DELETE /access-control-list/6764b01c-50c4-451c-9798-70b8966185d2 HTTP/1.1" 200 115 0.049170 10.0.0.65 - - [2025-12-18 04:22:06] "POST /id-to-fqname HTTP/1.1" 200 197 0.001170 10.0.0.65 - - [2025-12-18 04:22:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.003544 10.0.0.65 - - [2025-12-18 04:22:06] "POST /security-groups HTTP/1.1" 200 598 0.083024 10.0.0.65 - - [2025-12-18 04:22:06] "POST /projects HTTP/1.1" 200 599 0.368767 10.0.0.65 - - [2025-12-18 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.494437 10.0.0.23 - - [2025-12-18 04:22:06] "POST /access-control-lists HTTP/1.1" 200 603 0.035394 10.0.0.23 - - [2025-12-18 04:22:06] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.667751 10.0.0.23 - - [2025-12-18 04:22:07] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.23 - - [2025-12-18 04:22:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2025-12-18 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.067310 10.0.0.23 - - [2025-12-18 04:22:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005277 10.0.0.23 - - [2025-12-18 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2025-12-18 04:22:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004453 10.0.0.23 - - [2025-12-18 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.23 - - [2025-12-18 04:22:10] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.013914 10.0.0.23 - - [2025-12-18 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.65 - - [2025-12-18 04:22:10] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001234 10.0.0.23 - - [2025-12-18 04:22:10] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041560 10.0.0.23 - - [2025-12-18 04:22:10] "POST /neutron/network HTTP/1.1" 200 117 0.048215 10.0.0.23 - - [2025-12-18 04:22:11] "POST /route-targets HTTP/1.1" 200 327 0.025033 10.0.0.23 - - [2025-12-18 04:22:11] "POST /neutron/network HTTP/1.1" 200 808 0.013650 10.0.0.23 - - [2025-12-18 04:22:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001226 10.0.0.23 - - [2025-12-18 04:22:11] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005425 10.0.0.23 - - [2025-12-18 04:22:11] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005179 10.0.0.23 - - [2025-12-18 04:22:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.010264 10.0.0.23 - - [2025-12-18 04:22:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001179 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/a2d796e8-92cb-4d29-a08a-7932a028c3e0 HTTP/1.1" 404 177 0.014854 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/f4a45812bc2540fa9645937e2ac02a51 HTTP/1.1" 404 173 0.013663 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/8870e76b44ac475586819bd49836a538 HTTP/1.1" 404 173 0.012715 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/7be0b4b1095d46d4a15550961b2275c2 HTTP/1.1" 404 173 0.012032 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000865 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.053239 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002093 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.083956 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002376 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?fields=security_groups HTTP/1.1" 200 1365 0.073636 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?fields=security_groups HTTP/1.1" 200 1340 0.090126 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /security-group/530c76d7-43ee-4deb-8f83-be869a0158b3 HTTP/1.1" 200 115 0.059778 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=7be0b4b1-095d-46d4-a155-50961b2275c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/7be0b4b1-095d-46d4-a155-50961b2275c2?fields=application_policy_sets HTTP/1.1" 200 1404 0.076601 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /security-group/c15d0f4a-6318-4278-933c-85d0ec5fd1d1 HTTP/1.1" 200 115 0.122892 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=8870e76b-44ac-4755-8681-9bd49836a538&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002661 10.0.0.23 - - [2025-12-18 04:22:12] "DELETE /access-control-list/cebcb2ac-a41a-44f0-8122-6245439659e5 HTTP/1.1" 200 115 0.108850 10.0.0.65 - - [2025-12-18 04:22:12] "GET /project/8870e76b-44ac-4755-8681-9bd49836a538?fields=application_policy_sets HTTP/1.1" 200 1379 0.072747 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/7be0b4b1-095d-46d4-a155-50961b2275c2 HTTP/1.1" 200 115 0.568157 10.0.0.65 - - [2025-12-18 04:22:12] "DELETE /project/8870e76b-44ac-4755-8681-9bd49836a538 HTTP/1.1" 200 115 0.640828 10.0.0.65 - - [2025-12-18 04:22:12] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001619 10.0.0.23 - - [2025-12-18 04:22:12] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.127110 10.0.0.23 - - [2025-12-18 04:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.005788 10.0.0.23 - - [2025-12-18 04:22:13] "POST /id-to-fqname HTTP/1.1" 200 218 0.001335 10.0.0.23 - - [2025-12-18 04:22:13] "POST /neutron/network HTTP/1.1" 200 818 0.008288 10.0.0.65 - - [2025-12-18 04:22:14] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001340 10.0.0.23 - - [2025-12-18 04:22:14] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.083173 10.0.0.23 - - [2025-12-18 04:22:14] "POST /neutron/port HTTP/1.1" 200 1062 0.066666 10.0.0.23 - - [2025-12-18 04:22:14] "POST /neutron/port HTTP/1.1" 200 1116 0.137099 10.0.0.23 - - [2025-12-18 04:22:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008186 10.0.0.23 - - [2025-12-18 04:22:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.009952 10.0.0.23 - - [2025-12-18 04:22:15] "POST /neutron/network HTTP/1.1" 200 818 0.006973 10.0.0.23 - - [2025-12-18 04:22:15] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005628 10.0.0.23 - - [2025-12-18 04:22:15] "POST /neutron/port HTTP/1.1" 200 1062 0.016041 10.0.0.23 - - [2025-12-18 04:22:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003884 10.0.0.23 - - [2025-12-18 04:22:16] "POST /neutron/network HTTP/1.1" 200 808 0.007034 10.0.0.50 - - [2025-12-18 04:22:16] "GET /obj-perms HTTP/1.1" 200 5044 0.067111 10.0.0.23 - - [2025-12-18 04:22:17] "POST /neutron/port HTTP/1.1" 200 1090 0.017715 10.0.0.23 - - [2025-12-18 04:22:17] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008639 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.035480 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.006931 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.005950 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.005231 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.006270 10.0.0.23 - - [2025-12-18 04:22:17] "GET /instance-ip/07516ac9-ffc8-44f8-9735-7107893c7eff HTTP/1.1" 200 1619 0.007867 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.008454 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.005864 10.0.0.23 - - [2025-12-18 04:22:17] "GET /instance-ip/07516ac9-ffc8-44f8-9735-7107893c7eff HTTP/1.1" 200 1619 0.005576 10.0.0.23 - - [2025-12-18 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-12-18 04:22:17] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004370 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003090 10.0.0.23 - - [2025-12-18 04:22:17] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006867 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005694 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004201 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008676 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005697 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004007 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006681 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005544 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003734 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007055 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004639 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005090 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005864 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005299 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004260 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006217 10.0.0.23 - - [2025-12-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2025-12-18 04:22:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004395 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003502 10.0.0.23 - - [2025-12-18 04:22:18] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008426 10.0.0.23 - - [2025-12-18 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.23 - - [2025-12-18 04:22:21] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005344 10.0.0.23 - - [2025-12-18 04:22:22] "POST /neutron/port HTTP/1.1" 200 1090 0.021777 10.0.0.23 - - [2025-12-18 04:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004091 10.0.0.23 - - [2025-12-18 04:22:22] "POST /neutron/network HTTP/1.1" 200 808 0.008270 10.0.0.23 - - [2025-12-18 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006083 10.0.0.23 - - [2025-12-18 04:22:25] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006824 10.0.0.23 - - [2025-12-18 04:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.23 - - [2025-12-18 04:22:30] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005728 10.0.0.65 - - [2025-12-18 04:22:32] "GET /obj-perms HTTP/1.1" 200 5056 0.059784 10.0.0.23 - - [2025-12-18 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.23 - - [2025-12-18 04:22:34] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005964 10.0.0.23 - - [2025-12-18 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2025-12-18 04:22:38] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006291 10.0.0.23 - - [2025-12-18 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-12-18 04:22:42] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005920 10.0.0.23 - - [2025-12-18 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-18 04:22:46] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006026 10.0.0.23 - - [2025-12-18 04:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-18 04:22:50] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005605 10.0.0.23 - - [2025-12-18 04:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2025-12-18 04:22:54] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005328 10.0.0.23 - - [2025-12-18 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2025-12-18 04:22:58] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008127 10.0.0.23 - - [2025-12-18 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.23 - - [2025-12-18 04:23:00] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004739 10.0.0.23 - - [2025-12-18 04:23:00] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004236 10.0.0.23 - - [2025-12-18 04:23:00] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006984 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.23 - - [2025-12-18 04:23:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007193 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003386 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005892 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2025-12-18 04:23:01] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007972 10.0.0.23 - - [2025-12-18 04:23:01] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005310 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.23 - - [2025-12-18 04:23:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003097 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006002 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2025-12-18 04:23:01] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005429 10.0.0.23 - - [2025-12-18 04:23:01] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004413 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.23 - - [2025-12-18 04:23:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005598 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003138 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006711 10.0.0.23 - - [2025-12-18 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-12-18 04:23:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004593 10.0.0.23 - - [2025-12-18 04:23:01] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003505 10.0.0.23 - - [2025-12-18 04:23:02] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006921 10.0.0.23 - - [2025-12-18 04:23:02] "GET /obj-perms HTTP/1.1" 200 5044 0.061837 10.0.0.23 - - [2025-12-18 04:23:02] "GET /obj-perms HTTP/1.1" 200 5044 0.004417 10.0.0.65 - - [2025-12-18 04:23:02] "GET /obj-perms HTTP/1.1" 200 5044 0.067570 10.0.0.23 - - [2025-12-18 04:23:02] "GET /obj-perms HTTP/1.1" 200 5044 0.003452 10.0.0.65 - - [2025-12-18 04:23:02] "GET /obj-perms HTTP/1.1" 200 5044 0.007052 10.0.0.23 - - [2025-12-18 04:23:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017359 10.0.0.23 - - [2025-12-18 04:23:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008061 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.009750 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.005851 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.006230 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.004807 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.006010 10.0.0.23 - - [2025-12-18 04:23:03] "GET /instance-ip/44706eee-afdf-435f-9bfb-db13e6ef2c51 HTTP/1.1" 200 1620 0.007212 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.003748 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.007007 10.0.0.23 - - [2025-12-18 04:23:03] "GET /instance-ip/44706eee-afdf-435f-9bfb-db13e6ef2c51 HTTP/1.1" 200 1620 0.006983 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004774 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004380 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007513 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.015661 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011986 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006577 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004131 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004007 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006047 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004857 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004813 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006304 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005179 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003396 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006672 10.0.0.23 - - [2025-12-18 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2025-12-18 04:23:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004167 10.0.0.23 - - [2025-12-18 04:23:03] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003412 10.0.0.23 - - [2025-12-18 04:23:04] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006366 10.0.0.23 - - [2025-12-18 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2025-12-18 04:23:04] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005939 10.0.0.23 - - [2025-12-18 04:23:04] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005122 10.0.0.23 - - [2025-12-18 04:23:04] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006761 10.0.0.23 - - [2025-12-18 04:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2025-12-18 04:23:07] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007560 10.0.0.23 - - [2025-12-18 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-18 04:23:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007071 10.0.0.23 - - [2025-12-18 04:23:09] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003069 10.0.0.23 - - [2025-12-18 04:23:09] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005569 10.0.0.23 - - [2025-12-18 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2025-12-18 04:23:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.23 - - [2025-12-18 04:23:09] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003407 10.0.0.23 - - [2025-12-18 04:23:09] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005883 10.0.0.23 - - [2025-12-18 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-12-18 04:23:09] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004208 10.0.0.23 - - [2025-12-18 04:23:09] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006172 10.0.0.23 - - [2025-12-18 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-12-18 04:23:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003710 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003830 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005990 10.0.0.23 - - [2025-12-18 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.23 - - [2025-12-18 04:23:10] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004840 10.0.0.23 - - [2025-12-18 04:23:10] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004429 10.0.0.23 - - [2025-12-18 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.23 - - [2025-12-18 04:23:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004304 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003612 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006760 10.0.0.23 - - [2025-12-18 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2025-12-18 04:23:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006954 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003515 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006453 10.0.0.23 - - [2025-12-18 04:23:10] "GET /obj-perms HTTP/1.1" 200 5044 0.003989 10.0.0.65 - - [2025-12-18 04:23:10] "GET /obj-perms HTTP/1.1" 200 5044 0.005611 10.0.0.23 - - [2025-12-18 04:23:10] "GET /obj-perms HTTP/1.1" 200 5044 0.004622 10.0.0.50 - - [2025-12-18 04:23:10] "GET /obj-perms HTTP/1.1" 200 5044 0.003949 10.0.0.65 - - [2025-12-18 04:23:10] "GET /obj-perms HTTP/1.1" 200 5044 0.003635 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.004647 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.005265 10.0.0.23 - - [2025-12-18 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2025-12-18 04:23:10] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005327 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003362 10.0.0.23 - - [2025-12-18 04:23:10] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006060 10.0.0.23 - - [2025-12-18 04:23:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015009 10.0.0.23 - - [2025-12-18 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2025-12-18 04:23:12] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005528 10.0.0.23 - - [2025-12-18 04:23:12] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003435 10.0.0.23 - - [2025-12-18 04:23:12] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007059 10.0.0.23 - - [2025-12-18 04:23:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009633 10.0.0.23 - - [2025-12-18 04:23:15] "POST /neutron/network HTTP/1.1" 200 818 0.008909 10.0.0.23 - - [2025-12-18 04:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.23 - - [2025-12-18 04:23:17] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008480 10.0.0.23 - - [2025-12-18 04:23:22] "POST /neutron/network HTTP/1.1" 200 818 0.009069 10.0.0.23 - - [2025-12-18 04:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.23 - - [2025-12-18 04:23:22] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.005220 10.0.0.23 - - [2025-12-18 04:23:22] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.007253 10.0.0.23 - - [2025-12-18 04:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.23 - - [2025-12-18 04:23:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004623 10.0.0.23 - - [2025-12-18 04:23:22] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.010645 10.0.0.23 - - [2025-12-18 04:23:22] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006863 10.0.0.23 - - [2025-12-18 04:23:23] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009261 10.0.0.23 - - [2025-12-18 04:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.23 - - [2025-12-18 04:23:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.23 - - [2025-12-18 04:23:23] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003788 10.0.0.23 - - [2025-12-18 04:23:23] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008165 10.0.0.23 - - [2025-12-18 04:23:29] "POST /neutron/port HTTP/1.1" 200 1090 0.018240 10.0.0.23 - - [2025-12-18 04:24:16] "POST /neutron/port HTTP/1.1" 200 1090 0.014194 10.0.0.23 - - [2025-12-18 04:24:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.010041 10.0.0.23 - - [2025-12-18 04:24:24] "POST /neutron/port HTTP/1.1" 200 1090 0.047011 10.0.0.23 - - [2025-12-18 04:24:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005144 10.0.0.23 - - [2025-12-18 04:24:24] "POST /neutron/network HTTP/1.1" 200 808 0.006983 10.0.0.23 - - [2025-12-18 04:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.067420 10.0.0.23 - - [2025-12-18 04:25:16] "POST /neutron/network HTTP/1.1" 200 818 0.007454 10.0.0.23 - - [2025-12-18 04:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.23 - - [2025-12-18 04:25:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018502 10.0.0.23 - - [2025-12-18 04:25:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.012806 10.0.0.23 - - [2025-12-18 04:25:27] "POST /neutron/port HTTP/1.1" 200 1090 0.019298 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.006860 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.005813 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.004261 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.006554 10.0.0.23 - - [2025-12-18 04:25:27] "GET /instance-ip/07516ac9-ffc8-44f8-9735-7107893c7eff HTTP/1.1" 200 1619 0.005983 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.005486 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-machine-interface/fc2002bc-dda1-48c4-ab62-ad3172867393 HTTP/1.1" 200 2949 0.006364 10.0.0.23 - - [2025-12-18 04:25:27] "GET /instance-ip/07516ac9-ffc8-44f8-9735-7107893c7eff HTTP/1.1" 200 1619 0.004934 10.0.0.23 - - [2025-12-18 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.23 - - [2025-12-18 04:25:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005769 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003673 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007189 10.0.0.23 - - [2025-12-18 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.23 - - [2025-12-18 04:25:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005457 10.0.0.23 - - [2025-12-18 04:25:27] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006314 10.0.0.23 - - [2025-12-18 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2025-12-18 04:25:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004137 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006164 10.0.0.23 - - [2025-12-18 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-18 04:25:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007285 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005038 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005560 10.0.0.23 - - [2025-12-18 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.23 - - [2025-12-18 04:25:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005910 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003775 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006193 10.0.0.23 - - [2025-12-18 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2025-12-18 04:25:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004974 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003363 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006371 10.0.0.23 - - [2025-12-18 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-12-18 04:25:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004105 10.0.0.23 - - [2025-12-18 04:25:28] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006823 10.0.0.23 - - [2025-12-18 04:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007465 10.0.0.23 - - [2025-12-18 04:25:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004071 10.0.0.23 - - [2025-12-18 04:25:29] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003156 10.0.0.23 - - [2025-12-18 04:25:29] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007437 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-12-18 04:25:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003369 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004303 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006007 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.23 - - [2025-12-18 04:25:30] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005716 10.0.0.23 - - [2025-12-18 04:25:30] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003922 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-12-18 04:25:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004559 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004383 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007082 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-12-18 04:25:30] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004973 10.0.0.23 - - [2025-12-18 04:25:30] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003806 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2025-12-18 04:25:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004322 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006610 10.0.0.23 - - [2025-12-18 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2025-12-18 04:25:30] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004904 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003364 10.0.0.23 - - [2025-12-18 04:25:30] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007694 10.0.0.65 - - [2025-12-18 04:25:32] "GET /obj-perms HTTP/1.1" 200 5044 0.004076 10.0.0.65 - - [2025-12-18 04:25:35] "GET /obj-perms HTTP/1.1" 200 5044 0.007425 10.0.0.23 - - [2025-12-18 04:25:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004411 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-router/ea52a921-cc87-4311-bd3b-966d88f83384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.042120 10.0.0.23 - - [2025-12-18 04:25:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004330 10.0.0.65 - - [2025-12-18 04:25:35] "GET /obj-perms HTTP/1.1" 200 5044 0.003868 10.0.0.50 - - [2025-12-18 04:25:35] "GET /obj-perms HTTP/1.1" 200 5044 0.003786 10.0.0.23 - - [2025-12-18 04:25:35] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011288 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.004105 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.005380 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.003513 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.005074 10.0.0.23 - - [2025-12-18 04:25:35] "GET /instance-ip/44706eee-afdf-435f-9bfb-db13e6ef2c51 HTTP/1.1" 200 1620 0.004183 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.003543 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.005119 10.0.0.23 - - [2025-12-18 04:25:35] "GET /instance-ip/44706eee-afdf-435f-9bfb-db13e6ef2c51 HTTP/1.1" 200 1620 0.004783 10.0.0.23 - - [2025-12-18 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-18 04:25:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003447 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003284 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006083 10.0.0.23 - - [2025-12-18 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.23 - - [2025-12-18 04:25:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005647 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003605 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005339 10.0.0.23 - - [2025-12-18 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2025-12-18 04:25:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004857 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002926 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006357 10.0.0.23 - - [2025-12-18 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2025-12-18 04:25:35] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004175 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003458 10.0.0.23 - - [2025-12-18 04:25:35] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007502 10.0.0.23 - - [2025-12-18 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2025-12-18 04:25:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003273 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005821 10.0.0.23 - - [2025-12-18 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-12-18 04:25:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003143 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007415 10.0.0.23 - - [2025-12-18 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2025-12-18 04:25:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004851 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003776 10.0.0.23 - - [2025-12-18 04:25:36] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006088 10.0.0.23 - - [2025-12-18 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2025-12-18 04:25:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003976 10.0.0.23 - - [2025-12-18 04:25:37] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003730 10.0.0.23 - - [2025-12-18 04:25:37] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005461 10.0.0.23 - - [2025-12-18 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-18 04:25:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004105 10.0.0.23 - - [2025-12-18 04:25:37] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003144 10.0.0.23 - - [2025-12-18 04:25:37] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006610 10.0.0.23 - - [2025-12-18 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2025-12-18 04:25:37] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004389 10.0.0.23 - - [2025-12-18 04:25:37] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004746 10.0.0.23 - - [2025-12-18 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2025-12-18 04:25:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003971 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003765 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007594 10.0.0.23 - - [2025-12-18 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2025-12-18 04:25:38] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005566 10.0.0.23 - - [2025-12-18 04:25:38] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005041 10.0.0.23 - - [2025-12-18 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-12-18 04:25:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003374 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005637 10.0.0.23 - - [2025-12-18 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.23 - - [2025-12-18 04:25:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003991 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002965 10.0.0.23 - - [2025-12-18 04:25:38] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006520 10.0.0.65 - - [2025-12-18 04:25:40] "GET /obj-perms HTTP/1.1" 200 5044 0.003968 10.0.0.23 - - [2025-12-18 04:25:44] "GET /obj-perms HTTP/1.1" 200 5044 0.003677 10.0.0.65 - - [2025-12-18 04:25:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004083 10.0.0.23 - - [2025-12-18 04:25:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004522 10.0.0.65 - - [2025-12-18 04:25:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004306 10.0.0.23 - - [2025-12-18 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005909 10.0.0.23 - - [2025-12-18 04:26:05] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.23 - - [2025-12-18 04:26:05] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004668 10.0.0.23 - - [2025-12-18 04:26:05] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008999 10.0.0.23 - - [2025-12-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.23 - - [2025-12-18 04:26:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004418 10.0.0.23 - - [2025-12-18 04:26:06] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003446 10.0.0.23 - - [2025-12-18 04:26:06] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011317 10.0.0.23 - - [2025-12-18 04:26:16] "POST /neutron/network HTTP/1.1" 200 818 0.008107 10.0.0.23 - - [2025-12-18 04:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.23 - - [2025-12-18 04:26:22] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.004436 10.0.0.23 - - [2025-12-18 04:26:22] "GET /virtual-machine-interface/8a3ef8fc-5e2e-4a96-a67d-34168f721304 HTTP/1.1" 200 2948 0.006855 10.0.0.23 - - [2025-12-18 04:26:22] "GET /instance-ip/44706eee-afdf-435f-9bfb-db13e6ef2c51 HTTP/1.1" 200 1620 0.004982 10.0.0.23 - - [2025-12-18 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.23 - - [2025-12-18 04:26:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003256 10.0.0.23 - - [2025-12-18 04:26:22] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006025 10.0.0.23 - - [2025-12-18 04:26:22] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006462 10.0.0.23 - - [2025-12-18 04:26:26] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 200 1299 0.004404 10.0.0.23 - - [2025-12-18 04:26:26] "POST /neutron/port HTTP/1.1" 200 1116 0.012550 10.0.0.23 - - [2025-12-18 04:26:28] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003487 10.0.0.23 - - [2025-12-18 04:26:28] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003062 10.0.0.23 - - [2025-12-18 04:26:28] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.002938 10.0.0.23 - - [2025-12-18 04:26:29] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003446 10.0.0.23 - - [2025-12-18 04:26:30] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.004201 10.0.0.23 - - [2025-12-18 04:26:31] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.002881 10.0.0.23 - - [2025-12-18 04:26:32] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003688 10.0.0.23 - - [2025-12-18 04:26:33] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003803 10.0.0.23 - - [2025-12-18 04:26:34] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003212 10.0.0.23 - - [2025-12-18 04:26:34] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003105 10.0.0.23 - - [2025-12-18 04:26:35] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003544 10.0.0.23 - - [2025-12-18 04:26:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059190 10.0.0.23 - - [2025-12-18 04:26:36] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003771 10.0.0.23 - - [2025-12-18 04:26:37] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003527 10.0.0.23 - - [2025-12-18 04:26:38] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003528 10.0.0.23 - - [2025-12-18 04:26:39] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.004704 10.0.0.23 - - [2025-12-18 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2025-12-18 04:26:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.23 - - [2025-12-18 04:26:39] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003970 10.0.0.23 - - [2025-12-18 04:26:39] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005673 10.0.0.23 - - [2025-12-18 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2025-12-18 04:26:39] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004728 10.0.0.23 - - [2025-12-18 04:26:39] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005882 10.0.0.23 - - [2025-12-18 04:26:39] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003204 10.0.0.23 - - [2025-12-18 04:26:40] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.004117 10.0.0.23 - - [2025-12-18 04:26:41] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003399 10.0.0.23 - - [2025-12-18 04:26:42] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.004051 10.0.0.23 - - [2025-12-18 04:26:43] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003354 10.0.0.23 - - [2025-12-18 04:26:44] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.004200 10.0.0.23 - - [2025-12-18 04:26:44] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003866 10.0.0.23 - - [2025-12-18 04:26:45] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003804 10.0.0.23 - - [2025-12-18 04:26:46] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003111 10.0.0.23 - - [2025-12-18 04:26:47] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003636 10.0.0.65 - - [2025-12-18 04:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2025-12-18 04:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2025-12-18 04:26:48] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003407 10.0.0.65 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.65 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2025-12-18 04:26:49] "GET /virtual-machine/0ebc9183-72f7-46fb-bb42-32336816b7ef HTTP/1.1" 404 171 0.003701 10.0.0.23 - - [2025-12-18 04:26:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003616 10.0.0.50 - - [2025-12-18 04:26:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003802 10.0.0.65 - - [2025-12-18 04:26:49] "GET /obj-perms HTTP/1.1" 200 5044 0.006098 10.0.0.23 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-18 04:26:49] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 200 1300 0.004582 10.0.0.23 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.50 - - [2025-12-18 04:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000681 10.0.0.50 - - [2025-12-18 04:26:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2025-12-18 04:26:50] "POST /neutron/port HTTP/1.1" 200 1116 0.016354 10.0.0.23 - - [2025-12-18 04:26:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-18 04:26:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2025-12-18 04:26:51] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003422 10.0.0.23 - - [2025-12-18 04:26:51] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.002600 10.0.0.23 - - [2025-12-18 04:26:51] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.002572 10.0.0.23 - - [2025-12-18 04:26:51] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.004145 10.0.0.23 - - [2025-12-18 04:26:52] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003006 10.0.0.23 - - [2025-12-18 04:26:53] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.002841 10.0.0.23 - - [2025-12-18 04:26:54] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003846 10.0.0.23 - - [2025-12-18 04:26:56] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003148 10.0.0.23 - - [2025-12-18 04:26:57] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003864 10.0.0.23 - - [2025-12-18 04:26:57] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.004663 10.0.0.23 - - [2025-12-18 04:26:58] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003551 10.0.0.23 - - [2025-12-18 04:26:59] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003325 10.0.0.23 - - [2025-12-18 04:27:00] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003711 10.0.0.23 - - [2025-12-18 04:27:01] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003111 10.0.0.23 - - [2025-12-18 04:27:02] "GET /virtual-machine/96c7dba3-d225-41d5-b6be-6d32b7c15b7d HTTP/1.1" 404 171 0.003623 10.0.0.23 - - [2025-12-18 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.23 - - [2025-12-18 04:27:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.23 - - [2025-12-18 04:27:02] "GET /virtual-networks?parent_id=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003932 10.0.0.23 - - [2025-12-18 04:27:02] "GET /virtual-network/380ce337-9196-45de-8493-2c07435438e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007061 10.0.0.23 - - [2025-12-18 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2025-12-18 04:27:02] "GET /routing-instance/9cadc08a-09ec-4297-bfe9-60589ef22272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005030 10.0.0.23 - - [2025-12-18 04:27:02] "GET /route-target/689fbf88-cce2-4a60-a1d0-3195fc632a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004427 10.0.0.23 - - [2025-12-18 04:27:05] "GET /obj-perms HTTP/1.1" 200 5044 0.003570 10.0.0.65 - - [2025-12-18 04:27:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004770 10.0.0.65 - - [2025-12-18 04:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.050702 10.0.0.65 - - [2025-12-18 04:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003288 10.0.0.23 - - [2025-12-18 04:27:05] "POST /neutron/network HTTP/1.1" 200 151 0.179026 10.0.0.23 - - [2025-12-18 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.088921 10.0.0.23 - - [2025-12-18 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.23 - - [2025-12-18 04:27:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004478 10.0.0.23 - - [2025-12-18 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2025-12-18 04:27:06] "PUT /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8 HTTP/1.1" 200 276 0.012448 10.0.0.65 - - [2025-12-18 04:27:08] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001168 10.0.0.23 - - [2025-12-18 04:27:08] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.081915 10.0.0.65 - - [2025-12-18 04:27:08] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000929 10.0.0.23 - - [2025-12-18 04:27:08] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?fields=virtual_networks HTTP/1.1" 200 1046 0.049667 10.0.0.65 - - [2025-12-18 04:27:08] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001342 10.0.0.23 - - [2025-12-18 04:27:09] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.056937 10.0.0.65 - - [2025-12-18 04:27:09] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001269 10.0.0.23 - - [2025-12-18 04:27:09] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?fields=security_groups HTTP/1.1" 200 1279 0.042367 10.0.0.23 - - [2025-12-18 04:27:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.034098 10.0.0.65 - - [2025-12-18 04:27:10] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.65 - - [2025-12-18 04:27:10] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.65 - - [2025-12-18 04:27:10] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051381 10.0.0.65 - - [2025-12-18 04:27:10] "POST /id-to-fqname HTTP/1.1" 200 196 0.004379 10.0.0.65 - - [2025-12-18 04:27:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.009482 10.0.0.65 - - [2025-12-18 04:27:10] "POST /security-groups HTTP/1.1" 200 597 0.039132 10.0.0.65 - - [2025-12-18 04:27:10] "POST /projects HTTP/1.1" 200 597 0.255882 10.0.0.65 - - [2025-12-18 04:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.330914 10.0.0.23 - - [2025-12-18 04:27:10] "POST /access-control-lists HTTP/1.1" 200 602 0.031219 10.0.0.23 - - [2025-12-18 04:27:10] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.547344 10.0.0.23 - - [2025-12-18 04:27:12] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.65 - - [2025-12-18 04:27:13] "DELETE /project/1f2276ce251b4a79be7aabd8b490bb61 HTTP/1.1" 404 173 0.005892 10.0.0.65 - - [2025-12-18 04:27:13] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000904 10.0.0.65 - - [2025-12-18 04:27:13] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.060444 10.0.0.65 - - [2025-12-18 04:27:13] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001886 10.0.0.65 - - [2025-12-18 04:27:13] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?fields=security_groups HTTP/1.1" 200 1384 0.056138 10.0.0.65 - - [2025-12-18 04:27:13] "DELETE /security-group/696853c5-85d9-4e2d-be62-2ae6cda26603 HTTP/1.1" 200 115 0.065553 10.0.0.65 - - [2025-12-18 04:27:13] "GET /projects?obj_uuids=f4a45812-bc25-40fa-9645-937e2ac02a51&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000827 10.0.0.23 - - [2025-12-18 04:27:13] "DELETE /access-control-list/bc9fef8a-26b2-425b-bcf5-29c62a4f9a92 HTTP/1.1" 200 115 0.036312 10.0.0.65 - - [2025-12-18 04:27:13] "GET /project/f4a45812-bc25-40fa-9645-937e2ac02a51?fields=application_policy_sets HTTP/1.1" 200 1423 0.049709 10.0.0.65 - - [2025-12-18 04:27:13] "DELETE /project/f4a45812-bc25-40fa-9645-937e2ac02a51 HTTP/1.1" 200 115 0.469272 10.0.0.65 - - [2025-12-18 04:27:15] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001118 10.0.0.23 - - [2025-12-18 04:27:15] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051566 10.0.0.65 - - [2025-12-18 04:27:15] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001429 10.0.0.23 - - [2025-12-18 04:27:15] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?fields=virtual_networks HTTP/1.1" 200 1043 0.051765 10.0.0.65 - - [2025-12-18 04:27:15] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.23 - - [2025-12-18 04:27:15] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041956 10.0.0.65 - - [2025-12-18 04:27:15] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.23 - - [2025-12-18 04:27:15] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?fields=security_groups HTTP/1.1" 200 1275 0.052078 10.0.0.23 - - [2025-12-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.030708 10.0.0.65 - - [2025-12-18 04:27:16] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002659 10.0.0.65 - - [2025-12-18 04:27:16] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.65 - - [2025-12-18 04:27:16] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007549 10.0.0.65 - - [2025-12-18 04:27:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.004002 10.0.0.65 - - [2025-12-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.007289 10.0.0.65 - - [2025-12-18 04:27:16] "POST /security-groups HTTP/1.1" 200 591 0.033624 10.0.0.65 - - [2025-12-18 04:27:16] "POST /projects HTTP/1.1" 200 585 0.236299 10.0.0.23 - - [2025-12-18 04:27:16] "POST /access-control-lists HTTP/1.1" 200 596 0.031275 10.0.0.65 - - [2025-12-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.316540 10.0.0.23 - - [2025-12-18 04:27:16] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.483248 10.0.0.23 - - [2025-12-18 04:27:18] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.65 - - [2025-12-18 04:27:21] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.23 - - [2025-12-18 04:27:21] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035964 10.0.0.65 - - [2025-12-18 04:27:21] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.23 - - [2025-12-18 04:27:21] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?fields=virtual_networks HTTP/1.1" 200 1031 0.100972 10.0.0.65 - - [2025-12-18 04:27:21] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001764 10.0.0.23 - - [2025-12-18 04:27:21] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.078565 10.0.0.65 - - [2025-12-18 04:27:21] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.23 - - [2025-12-18 04:27:21] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?fields=security_groups HTTP/1.1" 200 1257 0.039518 10.0.0.23 - - [2025-12-18 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.043833 10.0.0.65 - - [2025-12-18 04:27:22] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007509 10.0.0.65 - - [2025-12-18 04:27:22] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.65 - - [2025-12-18 04:27:22] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007690 10.0.0.65 - - [2025-12-18 04:27:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.004241 10.0.0.65 - - [2025-12-18 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.021708 10.0.0.65 - - [2025-12-18 04:27:22] "POST /security-groups HTTP/1.1" 200 599 0.057224 10.0.0.23 - - [2025-12-18 04:27:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.004934 10.0.0.65 - - [2025-12-18 04:27:23] "POST /projects HTTP/1.1" 200 601 0.318926 10.0.0.65 - - [2025-12-18 04:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.357706 10.0.0.23 - - [2025-12-18 04:27:23] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.546021 10.0.0.23 - - [2025-12-18 04:27:23] "POST /access-control-lists HTTP/1.1" 200 602 0.066816 10.0.0.23 - - [2025-12-18 04:27:24] "GET / HTTP/1.1" 200 35931 0.002470 10.0.0.23 - - [2025-12-18 04:27:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.23 - - [2025-12-18 04:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.074187 10.0.0.65 - - [2025-12-18 04:27:25] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.23 - - [2025-12-18 04:27:25] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040934 10.0.0.65 - - [2025-12-18 04:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.23 - - [2025-12-18 04:27:25] "POST /neutron/subnet HTTP/1.1" 200 716 0.267392 10.0.0.23 - - [2025-12-18 04:27:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.043343 10.0.0.23 - - [2025-12-18 04:27:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001293 10.0.0.23 - - [2025-12-18 04:27:26] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009025 10.0.0.23 - - [2025-12-18 04:27:26] "POST /neutron/network HTTP/1.1" 200 977 0.010973 10.0.0.23 - - [2025-12-18 04:27:26] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006501 10.0.0.23 - - [2025-12-18 04:27:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.008280 10.0.0.23 - - [2025-12-18 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.65 - - [2025-12-18 04:27:26] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.23 - - [2025-12-18 04:27:26] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050124 10.0.0.23 - - [2025-12-18 04:27:26] "POST /route-targets HTTP/1.1" 200 327 0.014429 10.0.0.65 - - [2025-12-18 04:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007285 10.0.0.23 - - [2025-12-18 04:27:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.207439 10.0.0.23 - - [2025-12-18 04:27:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001343 10.0.0.23 - - [2025-12-18 04:27:27] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008838 10.0.0.23 - - [2025-12-18 04:27:27] "POST /neutron/network HTTP/1.1" 200 975 0.012736 10.0.0.23 - - [2025-12-18 04:27:27] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007378 10.0.0.23 - - [2025-12-18 04:27:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.011505 10.0.0.23 - - [2025-12-18 04:27:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001109 10.0.0.65 - - [2025-12-18 04:27:28] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.23 - - [2025-12-18 04:27:28] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075613 10.0.0.23 - - [2025-12-18 04:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.006172 10.0.0.23 - - [2025-12-18 04:27:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.23 - - [2025-12-18 04:27:28] "POST /neutron/network HTTP/1.1" 200 985 0.010265 10.0.0.23 - - [2025-12-18 04:27:29] "POST /neutron/port HTTP/1.1" 200 1155 0.048942 10.0.0.65 - - [2025-12-18 04:27:29] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.23 - - [2025-12-18 04:27:29] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085513 10.0.0.23 - - [2025-12-18 04:27:29] "POST /neutron/port HTTP/1.1" 200 1183 0.041111 10.0.0.23 - - [2025-12-18 04:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003823 10.0.0.23 - - [2025-12-18 04:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.002197 10.0.0.23 - - [2025-12-18 04:27:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008615 10.0.0.23 - - [2025-12-18 04:27:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009307 10.0.0.23 - - [2025-12-18 04:27:31] "POST /neutron/port HTTP/1.1" 200 1153 0.018732 10.0.0.23 - - [2025-12-18 04:27:31] "POST /neutron/port HTTP/1.1" 200 1181 0.020550 10.0.0.23 - - [2025-12-18 04:27:31] "POST /neutron/subnet HTTP/1.1" 200 1272 0.012952 10.0.0.23 - - [2025-12-18 04:27:31] "POST /neutron/network HTTP/1.1" 200 975 0.012297 10.0.0.23 - - [2025-12-18 04:27:35] "POST /neutron/port HTTP/1.1" 200 1183 0.017092 10.0.0.23 - - [2025-12-18 04:27:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009000 10.0.0.23 - - [2025-12-18 04:27:35] "GET /virtual-machine/2f7c959e-f644-48e8-aa9c-ad70b301a019 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-18 04:27:36] "GET /virtual-machine/2f7c959e-f644-48e8-aa9c-ad70b301a019 HTTP/1.1" 200 1300 0.326074 10.0.0.23 - - [2025-12-18 04:27:36] "GET /virtual-machine-interface/2fa37b13-5e32-476e-8137-c161d0a6521f HTTP/1.1" 200 3155 0.005460 10.0.0.23 - - [2025-12-18 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2025-12-18 04:27:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004355 10.0.0.23 - - [2025-12-18 04:27:36] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003531 10.0.0.23 - - [2025-12-18 04:27:36] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.016902 10.0.0.23 - - [2025-12-18 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.23 - - [2025-12-18 04:27:39] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006652 10.0.0.23 - - [2025-12-18 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2025-12-18 04:27:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005161 10.0.0.23 - - [2025-12-18 04:27:41] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004179 10.0.0.23 - - [2025-12-18 04:27:41] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005382 10.0.0.23 - - [2025-12-18 04:27:41] "POST /neutron/port HTTP/1.1" 200 1183 0.016571 10.0.0.23 - - [2025-12-18 04:27:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033195 10.0.0.23 - - [2025-12-18 04:27:47] "POST /neutron/port HTTP/1.1" 200 1181 0.020186 10.0.0.23 - - [2025-12-18 04:27:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008556 10.0.0.23 - - [2025-12-18 04:27:47] "GET /virtual-machine/bcef4f7d-ec25-4adc-8c78-a27622debb03 HTTP/1.1" 200 1301 0.006043 10.0.0.23 - - [2025-12-18 04:27:47] "GET /virtual-machine-interface/6c3979cd-89f5-4f7b-ab02-0d5471aa5ca6 HTTP/1.1" 200 3156 0.004748 10.0.0.23 - - [2025-12-18 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-18 04:27:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.23 - - [2025-12-18 04:27:47] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002987 10.0.0.23 - - [2025-12-18 04:27:47] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005882 10.0.0.23 - - [2025-12-18 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-12-18 04:27:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003458 10.0.0.23 - - [2025-12-18 04:27:48] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003505 10.0.0.23 - - [2025-12-18 04:27:48] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005502 10.0.0.23 - - [2025-12-18 04:27:48] "POST /fqname-to-id HTTP/1.1" 404 209 0.003273 10.0.0.23 - - [2025-12-18 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.65 - - [2025-12-18 04:27:48] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2025-12-18 04:27:48] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043839 10.0.0.23 - - [2025-12-18 04:27:48] "POST /network-policys HTTP/1.1" 200 533 0.029635 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005231 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.23 - - [2025-12-18 04:27:49] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.010428 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007212 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.010158 10.0.0.23 - - [2025-12-18 04:27:49] "POST /ref-update HTTP/1.1" 200 156 0.069185 10.0.0.23 - - [2025-12-18 04:27:49] "POST /access-control-lists HTTP/1.1" 200 578 0.054086 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011230 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005235 10.0.0.23 - - [2025-12-18 04:27:49] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008073 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003749 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2025-12-18 04:27:49] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006819 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007386 10.0.0.23 - - [2025-12-18 04:27:49] "POST /ref-update HTTP/1.1" 200 156 0.058874 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007642 10.0.0.23 - - [2025-12-18 04:27:49] "POST /ref-update HTTP/1.1" 200 156 0.028950 10.0.0.23 - - [2025-12-18 04:27:49] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.013956 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005694 10.0.0.23 - - [2025-12-18 04:27:49] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004967 10.0.0.23 - - [2025-12-18 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.65 - - [2025-12-18 04:27:49] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.23 - - [2025-12-18 04:27:49] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045405 10.0.0.23 - - [2025-12-18 04:27:50] "POST /neutron/network HTTP/1.1" 200 117 0.016017 10.0.0.23 - - [2025-12-18 04:27:50] "POST /ref-update HTTP/1.1" 200 156 0.028625 10.0.0.23 - - [2025-12-18 04:27:50] "POST /neutron/network HTTP/1.1" 200 799 0.008854 10.0.0.23 - - [2025-12-18 04:27:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001135 10.0.0.23 - - [2025-12-18 04:27:50] "GET /virtual-network/ca56044a-12f7-4a86-9afe-7c722414edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005653 10.0.0.23 - - [2025-12-18 04:27:50] "GET /virtual-network/ca56044a-12f7-4a86-9afe-7c722414edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005733 10.0.0.23 - - [2025-12-18 04:27:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.008853 10.0.0.23 - - [2025-12-18 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.65 - - [2025-12-18 04:27:50] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.23 - - [2025-12-18 04:27:50] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044864 10.0.0.65 - - [2025-12-18 04:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005055 10.0.0.23 - - [2025-12-18 04:27:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.176522 10.0.0.23 - - [2025-12-18 04:27:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001346 10.0.0.23 - - [2025-12-18 04:27:51] "GET /virtual-network/7caa2402-bf51-407f-bf4b-4c28961a4c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005651 10.0.0.23 - - [2025-12-18 04:27:51] "GET /virtual-network/7caa2402-bf51-407f-bf4b-4c28961a4c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005952 10.0.0.23 - - [2025-12-18 04:27:51] "POST /neutron/network HTTP/1.1" 200 799 0.011411 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.004314 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.65 - - [2025-12-18 04:27:51] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.23 - - [2025-12-18 04:27:51] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035615 10.0.0.23 - - [2025-12-18 04:27:51] "POST /network-policys HTTP/1.1" 200 587 0.028606 10.0.0.23 - - [2025-12-18 04:27:51] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006881 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.23 - - [2025-12-18 04:27:51] "GET /virtual-network/ca56044a-12f7-4a86-9afe-7c722414edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005519 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2025-12-18 04:27:51] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004735 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.004612 10.0.0.23 - - [2025-12-18 04:27:51] "POST /ref-update HTTP/1.1" 200 156 0.093416 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.011689 10.0.0.23 - - [2025-12-18 04:27:51] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004197 10.0.0.23 - - [2025-12-18 04:27:51] "GET /virtual-network/ca56044a-12f7-4a86-9afe-7c722414edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008982 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2025-12-18 04:27:51] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004629 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.23 - - [2025-12-18 04:27:51] "GET /virtual-network/7caa2402-bf51-407f-bf4b-4c28961a4c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.010734 10.0.0.23 - - [2025-12-18 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.23 - - [2025-12-18 04:27:52] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006686 10.0.0.23 - - [2025-12-18 04:27:52] "POST /ref-update HTTP/1.1" 200 156 0.072010 10.0.0.23 - - [2025-12-18 04:27:52] "POST /access-control-lists HTTP/1.1" 200 554 0.048754 10.0.0.23 - - [2025-12-18 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-12-18 04:27:52] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.013072 10.0.0.23 - - [2025-12-18 04:27:52] "POST /neutron/network HTTP/1.1" 200 912 0.025039 10.0.0.23 - - [2025-12-18 04:27:52] "GET /virtual-network/7caa2402-bf51-407f-bf4b-4c28961a4c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.019225 10.0.0.23 - - [2025-12-18 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.23 - - [2025-12-18 04:27:52] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005397 10.0.0.23 - - [2025-12-18 04:27:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001100 10.0.0.23 - - [2025-12-18 04:27:52] "POST /neutron/network HTTP/1.1" 200 922 0.006757 10.0.0.65 - - [2025-12-18 04:27:53] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.23 - - [2025-12-18 04:27:53] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072122 10.0.0.23 - - [2025-12-18 04:27:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007856 10.0.0.23 - - [2025-12-18 04:27:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001273 10.0.0.23 - - [2025-12-18 04:27:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009854 10.0.0.65 - - [2025-12-18 04:27:54] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.23 - - [2025-12-18 04:27:54] "POST /neutron/port HTTP/1.1" 200 1063 0.288047 10.0.0.23 - - [2025-12-18 04:27:54] "POST /neutron/port HTTP/1.1" 200 1117 0.108815 10.0.0.23 - - [2025-12-18 04:27:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.009007 10.0.0.65 - - [2025-12-18 04:27:54] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.23 - - [2025-12-18 04:27:54] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081248 10.0.0.23 - - [2025-12-18 04:27:54] "POST /neutron/network HTTP/1.1" 200 912 0.041487 10.0.0.23 - - [2025-12-18 04:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.008857 10.0.0.23 - - [2025-12-18 04:27:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003034 10.0.0.23 - - [2025-12-18 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2025-12-18 04:27:55] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005506 10.0.0.23 - - [2025-12-18 04:27:55] "PUT /access-control-list/f8839e2b-80a7-4fbd-b0d9-605a2485c45c HTTP/1.1" 200 272 0.020908 10.0.0.23 - - [2025-12-18 04:27:56] "POST /neutron/port HTTP/1.1" 200 1063 0.015525 10.0.0.23 - - [2025-12-18 04:27:56] "POST /neutron/port HTTP/1.1" 200 1091 0.015872 10.0.0.23 - - [2025-12-18 04:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2025-12-18 04:27:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003713 10.0.0.23 - - [2025-12-18 04:27:56] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003941 10.0.0.23 - - [2025-12-18 04:27:56] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003767 10.0.0.23 - - [2025-12-18 04:27:56] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.029268 10.0.0.23 - - [2025-12-18 04:27:56] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.053484 10.0.0.23 - - [2025-12-18 04:27:56] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011638 10.0.0.23 - - [2025-12-18 04:27:56] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011670 10.0.0.23 - - [2025-12-18 04:27:56] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.041049 10.0.0.23 - - [2025-12-18 04:27:56] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.037398 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007445 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004898 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.037994 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.037833 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004225 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005541 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.022927 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004813 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004617 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003799 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.030997 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.072443 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004798 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004240 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.038706 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.054921 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005756 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005042 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.044842 10.0.0.23 - - [2025-12-18 04:27:57] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.034320 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007332 10.0.0.23 - - [2025-12-18 04:27:57] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004619 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.032780 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004076 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004993 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006218 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.043126 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.066345 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005454 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004594 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.045599 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.039787 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005351 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007704 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.028603 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.058839 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005769 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004647 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.027264 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003655 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004489 10.0.0.23 - - [2025-12-18 04:27:58] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004068 10.0.0.23 - - [2025-12-18 04:27:58] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.033005 10.0.0.23 - - [2025-12-18 04:27:59] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.036894 10.0.0.23 - - [2025-12-18 04:27:59] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005048 10.0.0.23 - - [2025-12-18 04:27:59] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003789 10.0.0.23 - - [2025-12-18 04:27:59] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.032949 10.0.0.23 - - [2025-12-18 04:27:59] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.050871 10.0.0.23 - - [2025-12-18 04:27:59] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008763 10.0.0.23 - - [2025-12-18 04:27:59] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005298 10.0.0.23 - - [2025-12-18 04:27:59] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.039692 10.0.0.23 - - [2025-12-18 04:27:59] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.051690 10.0.0.23 - - [2025-12-18 04:28:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006755 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004201 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005996 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004592 10.0.0.23 - - [2025-12-18 04:28:09] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.028686 10.0.0.23 - - [2025-12-18 04:28:09] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.032407 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005572 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007948 10.0.0.23 - - [2025-12-18 04:28:09] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.036658 10.0.0.23 - - [2025-12-18 04:28:09] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.055171 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009158 10.0.0.23 - - [2025-12-18 04:28:09] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008466 10.0.0.23 - - [2025-12-18 04:28:09] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.032796 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.051732 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008348 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005164 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.023350 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004326 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004605 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004290 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.027047 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.052307 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011052 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007516 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.049852 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.046628 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010184 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009663 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.053084 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.045781 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010551 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009300 10.0.0.23 - - [2025-12-18 04:28:10] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.032085 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004393 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007277 10.0.0.23 - - [2025-12-18 04:28:10] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005697 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.042385 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.050470 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005568 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006340 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.033656 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.042312 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.018546 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006597 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.044510 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.049566 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012429 10.0.0.23 - - [2025-12-18 04:28:11] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006537 10.0.0.23 - - [2025-12-18 04:28:11] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.033731 10.0.0.23 - - [2025-12-18 04:28:11] "POST /ref-update HTTP/1.1" 200 156 0.052514 10.0.0.23 - - [2025-12-18 04:28:11] "POST /neutron/network HTTP/1.1" 200 799 0.012800 10.0.0.23 - - [2025-12-18 04:28:11] "GET /virtual-network/7caa2402-bf51-407f-bf4b-4c28961a4c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004910 10.0.0.23 - - [2025-12-18 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.23 - - [2025-12-18 04:28:12] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008249 10.0.0.23 - - [2025-12-18 04:28:12] "POST /ref-update HTTP/1.1" 200 156 0.088451 10.0.0.23 - - [2025-12-18 04:28:12] "DELETE /access-control-list/d513d447-0423-4b14-a47d-4db644289fed HTTP/1.1" 200 115 0.061197 10.0.0.23 - - [2025-12-18 04:28:12] "GET /virtual-network/ca56044a-12f7-4a86-9afe-7c722414edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008475 10.0.0.23 - - [2025-12-18 04:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010116 10.0.0.23 - - [2025-12-18 04:28:12] "GET /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005159 10.0.0.23 - - [2025-12-18 04:28:12] "DELETE /network-policy/dad2816c-7184-466e-a37c-cd86854bf31f HTTP/1.1" 200 115 0.042902 10.0.0.23 - - [2025-12-18 04:28:12] "POST /neutron/network HTTP/1.1" 400 204 0.019244 10.0.0.23 - - [2025-12-18 04:28:12] "POST /neutron/port HTTP/1.1" 200 1091 0.023505 10.0.0.23 - - [2025-12-18 04:28:12] "POST /neutron/port HTTP/1.1" 200 151 0.323358 10.0.0.65 - - [2025-12-18 04:28:13] "DELETE /project/87194c91f7fa49e98d86c513c96ec5ae HTTP/1.1" 404 173 0.009570 10.0.0.65 - - [2025-12-18 04:28:13] "DELETE /project/523411a5e12c4adb8e0b230869cf1196 HTTP/1.1" 404 173 0.008323 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.65 - - [2025-12-18 04:28:13] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.048396 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001842 10.0.0.65 - - [2025-12-18 04:28:13] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.067383 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.65 - - [2025-12-18 04:28:13] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?fields=security_groups HTTP/1.1" 200 1380 0.074899 10.0.0.65 - - [2025-12-18 04:28:13] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?fields=security_groups HTTP/1.1" 200 1362 0.100936 10.0.0.65 - - [2025-12-18 04:28:13] "DELETE /security-group/e97a8a1c-04ab-416b-af6c-a4050a8f82ed HTTP/1.1" 200 115 0.065877 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=1f2276ce-251b-4a79-be7a-abd8b490bb61&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.65 - - [2025-12-18 04:28:13] "DELETE /security-group/48c0d88e-6353-4558-87c2-b6c8fbcbf692 HTTP/1.1" 200 115 0.094941 10.0.0.65 - - [2025-12-18 04:28:13] "GET /project/1f2276ce-251b-4a79-be7a-abd8b490bb61?fields=application_policy_sets HTTP/1.1" 200 1419 0.080957 10.0.0.65 - - [2025-12-18 04:28:13] "GET /projects?obj_uuids=523411a5-e12c-4adb-8e0b-230869cf1196&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.23 - - [2025-12-18 04:28:13] "DELETE /access-control-list/a25d0593-35e5-4a32-b2c1-62fb3fc47005 HTTP/1.1" 200 115 0.076344 10.0.0.65 - - [2025-12-18 04:28:14] "GET /project/523411a5-e12c-4adb-8e0b-230869cf1196?fields=application_policy_sets HTTP/1.1" 200 1401 0.092206 10.0.0.65 - - [2025-12-18 04:28:14] "DELETE /project/1f2276ce-251b-4a79-be7a-abd8b490bb61 HTTP/1.1" 200 115 0.591482 10.0.0.65 - - [2025-12-18 04:28:14] "DELETE /project/523411a5-e12c-4adb-8e0b-230869cf1196 HTTP/1.1" 200 115 0.615881 10.0.0.23 - - [2025-12-18 04:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2025-12-18 04:28:14] "POST /neutron/network HTTP/1.1" 200 799 0.009434 10.0.0.23 - - [2025-12-18 04:28:14] "DELETE /route-target/9fac63e0-0b06-4c3b-bc61-0fcfff04880d HTTP/1.1" 200 115 0.037334 10.0.0.23 - - [2025-12-18 04:28:14] "POST /ref-update HTTP/1.1" 200 156 0.064700 10.0.0.23 - - [2025-12-18 04:28:14] "GET /virtual-network/d61b92ab-4341-4242-992c-4a3998a93612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009514 10.0.0.23 - - [2025-12-18 04:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.23 - - [2025-12-18 04:28:14] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005182 10.0.0.23 - - [2025-12-18 04:28:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.007899 10.0.0.23 - - [2025-12-18 04:28:15] "POST /ref-update HTTP/1.1" 200 156 0.056720 10.0.0.23 - - [2025-12-18 04:28:15] "DELETE /access-control-list/c7cde331-f1a4-4ea1-ae3c-38625c0898bb HTTP/1.1" 200 115 0.058442 10.0.0.23 - - [2025-12-18 04:28:15] "POST /neutron/network HTTP/1.1" 200 977 0.016724 10.0.0.23 - - [2025-12-18 04:28:15] "GET /virtual-network/130e9a19-91e0-448f-bb6d-27a8475d95ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006560 10.0.0.23 - - [2025-12-18 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.23 - - [2025-12-18 04:28:15] "GET /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004568 10.0.0.23 - - [2025-12-18 04:28:15] "DELETE /network-policy/db4b0a5a-1e7e-40b9-897a-bfe0eeba0660 HTTP/1.1" 200 115 0.041004 10.0.0.23 - - [2025-12-18 04:28:15] "POST /neutron/port HTTP/1.1" 200 1181 0.015955 10.0.0.23 - - [2025-12-18 04:28:16] "POST /neutron/port HTTP/1.1" 200 1183 0.018157 10.0.0.23 - - [2025-12-18 04:28:17] "POST /neutron/network HTTP/1.1" 200 975 0.013585 10.0.0.23 - - [2025-12-18 04:28:17] "DELETE /route-target/ff0f7666-b293-4945-a5df-f03b52bc490a HTTP/1.1" 200 115 0.031024 10.0.0.65 - - [2025-12-18 04:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006830 10.0.0.65 - - [2025-12-18 04:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.65 - - [2025-12-18 04:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.65 - - [2025-12-18 04:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.23 - - [2025-12-18 04:28:17] "POST /neutron/network HTTP/1.1" 200 151 0.179540 10.0.0.23 - - [2025-12-18 04:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.65 - - [2025-12-18 04:28:19] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.23 - - [2025-12-18 04:28:19] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038871 10.0.0.23 - - [2025-12-18 04:28:19] "POST /route-targets HTTP/1.1" 200 327 0.014367 10.0.0.65 - - [2025-12-18 04:28:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009207 10.0.0.23 - - [2025-12-18 04:28:19] "POST /neutron/subnet HTTP/1.1" 200 716 0.242414 10.0.0.23 - - [2025-12-18 04:28:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.23 - - [2025-12-18 04:28:20] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008231 10.0.0.23 - - [2025-12-18 04:28:20] "POST /neutron/network HTTP/1.1" 200 975 0.016613 10.0.0.23 - - [2025-12-18 04:28:20] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006346 10.0.0.23 - - [2025-12-18 04:28:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.012433 10.0.0.23 - - [2025-12-18 04:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.65 - - [2025-12-18 04:28:20] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2025-12-18 04:28:20] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077284 10.0.0.23 - - [2025-12-18 04:28:20] "POST /ref-update HTTP/1.1" 200 156 0.034733 10.0.0.23 - - [2025-12-18 04:28:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.003228 10.0.0.65 - - [2025-12-18 04:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007076 10.0.0.23 - - [2025-12-18 04:28:20] "POST /neutron/subnet HTTP/1.1" 200 716 0.203261 10.0.0.23 - - [2025-12-18 04:28:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001304 10.0.0.23 - - [2025-12-18 04:28:21] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007511 10.0.0.23 - - [2025-12-18 04:28:21] "POST /neutron/network HTTP/1.1" 200 974 0.009350 10.0.0.23 - - [2025-12-18 04:28:21] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005692 10.0.0.23 - - [2025-12-18 04:28:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.010152 10.0.0.23 - - [2025-12-18 04:28:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.65 - - [2025-12-18 04:28:22] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.23 - - [2025-12-18 04:28:22] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078386 10.0.0.23 - - [2025-12-18 04:28:22] "POST /neutron/port HTTP/1.1" 200 117 0.007991 10.0.0.23 - - [2025-12-18 04:28:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001865 10.0.0.23 - - [2025-12-18 04:28:22] "POST /neutron/network HTTP/1.1" 200 984 0.007887 10.0.0.23 - - [2025-12-18 04:28:23] "POST /neutron/port HTTP/1.1" 200 1153 0.024668 10.0.0.65 - - [2025-12-18 04:28:23] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.23 - - [2025-12-18 04:28:23] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.133643 10.0.0.23 - - [2025-12-18 04:28:23] "POST /neutron/network HTTP/1.1" 200 974 0.010285 10.0.0.23 - - [2025-12-18 04:28:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005897 10.0.0.23 - - [2025-12-18 04:28:24] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.23 - - [2025-12-18 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006975 10.0.0.23 - - [2025-12-18 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007411 10.0.0.23 - - [2025-12-18 04:28:25] "POST /neutron/port HTTP/1.1" 200 1152 0.022935 10.0.0.23 - - [2025-12-18 04:28:25] "POST /neutron/port HTTP/1.1" 200 1180 0.019945 10.0.0.23 - - [2025-12-18 04:28:25] "POST /neutron/subnet HTTP/1.1" 200 1267 0.013198 10.0.0.23 - - [2025-12-18 04:28:25] "POST /neutron/network HTTP/1.1" 200 974 0.011337 10.0.0.23 - - [2025-12-18 04:28:29] "POST /neutron/port HTTP/1.1" 200 1181 0.015928 10.0.0.23 - - [2025-12-18 04:28:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007372 10.0.0.23 - - [2025-12-18 04:28:29] "GET /virtual-machine/8c7abb4b-343f-4831-859f-af16a2b30da2 HTTP/1.1" 200 1300 0.005939 10.0.0.23 - - [2025-12-18 04:28:29] "GET /virtual-machine-interface/80bf0511-4884-4b36-bff8-408f12f24428 HTTP/1.1" 200 3156 0.005138 10.0.0.23 - - [2025-12-18 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.23 - - [2025-12-18 04:28:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004776 10.0.0.23 - - [2025-12-18 04:28:29] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003407 10.0.0.23 - - [2025-12-18 04:28:29] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006118 10.0.0.23 - - [2025-12-18 04:28:30] "POST /neutron/network HTTP/1.1" 200 984 0.007369 10.0.0.23 - - [2025-12-18 04:28:30] "POST /neutron/subnet HTTP/1.1" 200 1267 0.014379 10.0.0.23 - - [2025-12-18 04:28:30] "POST /neutron/network HTTP/1.1" 200 974 0.011686 10.0.0.23 - - [2025-12-18 04:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2025-12-18 04:28:32] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005757 10.0.0.23 - - [2025-12-18 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-12-18 04:28:34] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006492 10.0.0.23 - - [2025-12-18 04:28:34] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003747 10.0.0.23 - - [2025-12-18 04:28:35] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006725 10.0.0.23 - - [2025-12-18 04:28:35] "POST /neutron/port HTTP/1.1" 200 1181 0.020489 10.0.0.23 - - [2025-12-18 04:28:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007359 10.0.0.23 - - [2025-12-18 04:28:40] "POST /neutron/port HTTP/1.1" 200 1180 0.015903 10.0.0.23 - - [2025-12-18 04:28:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007384 10.0.0.23 - - [2025-12-18 04:28:40] "GET /virtual-machine/97c3a292-8d6c-4df5-8d2b-280fcd44968c HTTP/1.1" 200 1301 0.005797 10.0.0.23 - - [2025-12-18 04:28:40] "GET /virtual-machine-interface/5fc17390-50d2-4145-8fc0-d7a0dd1518c4 HTTP/1.1" 200 3156 0.005629 10.0.0.23 - - [2025-12-18 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-12-18 04:28:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.23 - - [2025-12-18 04:28:40] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003452 10.0.0.23 - - [2025-12-18 04:28:40] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006297 10.0.0.23 - - [2025-12-18 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2025-12-18 04:28:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.23 - - [2025-12-18 04:28:41] "GET /virtual-networks?parent_id=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003664 10.0.0.23 - - [2025-12-18 04:28:41] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006814 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 404 209 0.004017 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.65 - - [2025-12-18 04:28:42] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.23 - - [2025-12-18 04:28:42] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048276 10.0.0.23 - - [2025-12-18 04:28:42] "POST /network-policys HTTP/1.1" 200 533 0.029890 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008648 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.23 - - [2025-12-18 04:28:42] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005876 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005668 10.0.0.23 - - [2025-12-18 04:28:42] "POST /ref-update HTTP/1.1" 200 156 0.056844 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004619 10.0.0.23 - - [2025-12-18 04:28:42] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.007787 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004091 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2025-12-18 04:28:42] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006849 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004173 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.011197 10.0.0.23 - - [2025-12-18 04:28:42] "POST /ref-update HTTP/1.1" 200 156 0.065417 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.025485 10.0.0.23 - - [2025-12-18 04:28:42] "POST /fqname-to-id HTTP/1.1" 404 230 0.005955 10.0.0.23 - - [2025-12-18 04:28:42] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006253 10.0.0.23 - - [2025-12-18 04:28:43] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.021931 10.0.0.23 - - [2025-12-18 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007175 10.0.0.23 - - [2025-12-18 04:28:43] "PUT /access-control-list/ab36b8cd-9bfc-40d8-81bd-a67bfa71e596 HTTP/1.1" 200 272 0.038164 10.0.0.23 - - [2025-12-18 04:28:43] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005225 10.0.0.23 - - [2025-12-18 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005751 10.0.0.65 - - [2025-12-18 04:28:43] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.23 - - [2025-12-18 04:28:43] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044472 10.0.0.23 - - [2025-12-18 04:28:43] "POST /neutron/network HTTP/1.1" 200 117 0.019726 10.0.0.23 - - [2025-12-18 04:28:43] "POST /neutron/network HTTP/1.1" 200 799 0.017845 10.0.0.23 - - [2025-12-18 04:28:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001412 10.0.0.23 - - [2025-12-18 04:28:43] "GET /virtual-network/12e6882f-21c7-43a3-91f5-8be5a6eb988f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005147 10.0.0.23 - - [2025-12-18 04:28:43] "GET /virtual-network/12e6882f-21c7-43a3-91f5-8be5a6eb988f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005420 10.0.0.23 - - [2025-12-18 04:28:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.010249 10.0.0.23 - - [2025-12-18 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.65 - - [2025-12-18 04:28:43] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001368 10.0.0.23 - - [2025-12-18 04:28:43] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059222 10.0.0.23 - - [2025-12-18 04:28:44] "POST /route-targets HTTP/1.1" 200 327 0.016561 10.0.0.65 - - [2025-12-18 04:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007504 10.0.0.23 - - [2025-12-18 04:28:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.245040 10.0.0.23 - - [2025-12-18 04:28:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001316 10.0.0.23 - - [2025-12-18 04:28:44] "GET /virtual-network/997360c5-ed49-4bc0-802d-cf58333f94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005368 10.0.0.23 - - [2025-12-18 04:28:44] "GET /virtual-network/997360c5-ed49-4bc0-802d-cf58333f94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006068 10.0.0.23 - - [2025-12-18 04:28:44] "POST /neutron/network HTTP/1.1" 200 799 0.007822 10.0.0.23 - - [2025-12-18 04:28:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.004080 10.0.0.23 - - [2025-12-18 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.65 - - [2025-12-18 04:28:44] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002067 10.0.0.23 - - [2025-12-18 04:28:44] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042558 10.0.0.23 - - [2025-12-18 04:28:44] "POST /network-policys HTTP/1.1" 200 587 0.038053 10.0.0.23 - - [2025-12-18 04:28:44] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007006 10.0.0.23 - - [2025-12-18 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.23 - - [2025-12-18 04:28:44] "GET /virtual-network/12e6882f-21c7-43a3-91f5-8be5a6eb988f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005894 10.0.0.23 - - [2025-12-18 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-18 04:28:44] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006046 10.0.0.23 - - [2025-12-18 04:28:44] "POST /ref-update HTTP/1.1" 200 156 0.066945 10.0.0.23 - - [2025-12-18 04:28:45] "POST /access-control-lists HTTP/1.1" 200 554 0.055959 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.013806 10.0.0.23 - - [2025-12-18 04:28:45] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006527 10.0.0.23 - - [2025-12-18 04:28:45] "GET /virtual-network/12e6882f-21c7-43a3-91f5-8be5a6eb988f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008509 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.23 - - [2025-12-18 04:28:45] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004483 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2025-12-18 04:28:45] "GET /virtual-network/997360c5-ed49-4bc0-802d-cf58333f94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005626 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-12-18 04:28:45] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004388 10.0.0.23 - - [2025-12-18 04:28:45] "POST /ref-update HTTP/1.1" 200 156 0.050665 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2025-12-18 04:28:45] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.015830 10.0.0.23 - - [2025-12-18 04:28:45] "POST /ref-update HTTP/1.1" 200 156 0.043485 10.0.0.23 - - [2025-12-18 04:28:45] "POST /neutron/network HTTP/1.1" 200 912 0.013683 10.0.0.23 - - [2025-12-18 04:28:45] "GET /virtual-network/997360c5-ed49-4bc0-802d-cf58333f94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.014336 10.0.0.23 - - [2025-12-18 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008570 10.0.0.23 - - [2025-12-18 04:28:45] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003865 10.0.0.23 - - [2025-12-18 04:28:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001146 10.0.0.23 - - [2025-12-18 04:28:45] "POST /neutron/network HTTP/1.1" 200 922 0.008415 10.0.0.65 - - [2025-12-18 04:28:46] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.23 - - [2025-12-18 04:28:46] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.083274 10.0.0.23 - - [2025-12-18 04:28:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008000 10.0.0.23 - - [2025-12-18 04:28:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001209 10.0.0.23 - - [2025-12-18 04:28:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008172 10.0.0.65 - - [2025-12-18 04:28:47] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001550 10.0.0.23 - - [2025-12-18 04:28:47] "POST /neutron/port HTTP/1.1" 200 1063 0.315956 10.0.0.23 - - [2025-12-18 04:28:47] "POST /neutron/port HTTP/1.1" 200 1117 0.118863 10.0.0.23 - - [2025-12-18 04:28:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.009537 10.0.0.65 - - [2025-12-18 04:28:48] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.23 - - [2025-12-18 04:28:48] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079438 10.0.0.23 - - [2025-12-18 04:28:48] "POST /neutron/network HTTP/1.1" 200 912 0.007467 10.0.0.23 - - [2025-12-18 04:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.006630 10.0.0.23 - - [2025-12-18 04:28:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004634 10.0.0.23 - - [2025-12-18 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2025-12-18 04:28:48] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004502 10.0.0.23 - - [2025-12-18 04:28:49] "POST /neutron/port HTTP/1.1" 200 1063 0.022877 10.0.0.23 - - [2025-12-18 04:28:49] "POST /neutron/port HTTP/1.1" 200 1091 0.018420 10.0.0.23 - - [2025-12-18 04:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.23 - - [2025-12-18 04:28:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003709 10.0.0.23 - - [2025-12-18 04:28:49] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004061 10.0.0.23 - - [2025-12-18 04:28:49] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004177 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.037785 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.049902 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008393 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004313 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.039450 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.040166 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013596 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011611 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.038312 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.051731 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004549 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006716 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.030603 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003814 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005406 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005234 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.028101 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.052314 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011844 10.0.0.23 - - [2025-12-18 04:28:50] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003843 10.0.0.23 - - [2025-12-18 04:28:50] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.037562 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.044503 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004833 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004498 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.032645 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.034597 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009495 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004900 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.029660 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005539 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004785 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004801 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.027216 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.041380 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006684 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006237 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.038695 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.049812 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015788 10.0.0.23 - - [2025-12-18 04:28:51] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004572 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.046433 10.0.0.23 - - [2025-12-18 04:28:51] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.057446 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006219 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005605 10.0.0.23 - - [2025-12-18 04:28:52] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.024506 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005587 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004014 10.0.0.23 - - [2025-12-18 04:28:52] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.016351 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004809 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005012 10.0.0.23 - - [2025-12-18 04:28:52] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.023805 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004502 10.0.0.23 - - [2025-12-18 04:28:52] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004585 10.0.0.23 - - [2025-12-18 04:28:52] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.016977 10.0.0.23 - - [2025-12-18 04:28:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006743 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004362 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004946 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004010 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.030302 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.041562 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.013024 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007208 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.070584 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.051495 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006123 10.0.0.23 - - [2025-12-18 04:29:02] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004966 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.055088 10.0.0.23 - - [2025-12-18 04:29:02] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.040386 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007211 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004732 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.031493 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006835 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008065 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005581 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.048920 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.045866 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006546 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007054 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.047585 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.052770 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008118 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.014783 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.046225 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.050005 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.016807 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.014418 10.0.0.23 - - [2025-12-18 04:29:03] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.034402 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004111 10.0.0.23 - - [2025-12-18 04:29:03] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006346 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005550 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.058628 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/608d6831-0b87-4e35-9c03-a3570a98dfd0 HTTP/1.1" 200 254 0.045346 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.016067 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008109 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.052423 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/894f3d2a-a19b-4c13-9fde-2485e8a80cb5 HTTP/1.1" 200 254 0.040073 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009234 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004887 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.041653 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.051339 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007203 10.0.0.23 - - [2025-12-18 04:29:04] "GET /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005851 10.0.0.23 - - [2025-12-18 04:29:04] "PUT /bgp-router/03bc0891-da8f-4bf6-abd0-fb8b47d7b437 HTTP/1.1" 200 254 0.035897 10.0.0.23 - - [2025-12-18 04:29:05] "POST /ref-update HTTP/1.1" 200 156 0.057040 10.0.0.23 - - [2025-12-18 04:29:05] "DELETE /access-control-list/becc8254-75da-4785-ad19-0a150ca0de01 HTTP/1.1" 200 115 0.041295 10.0.0.23 - - [2025-12-18 04:29:05] "POST /neutron/network HTTP/1.1" 200 799 0.027829 10.0.0.23 - - [2025-12-18 04:29:05] "GET /virtual-network/997360c5-ed49-4bc0-802d-cf58333f94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.017766 10.0.0.23 - - [2025-12-18 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2025-12-18 04:29:05] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004705 10.0.0.23 - - [2025-12-18 04:29:05] "POST /ref-update HTTP/1.1" 200 156 0.075275 10.0.0.23 - - [2025-12-18 04:29:05] "POST /ref-update HTTP/1.1" 200 156 0.042672 10.0.0.23 - - [2025-12-18 04:29:05] "GET /virtual-network/12e6882f-21c7-43a3-91f5-8be5a6eb988f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.017568 10.0.0.23 - - [2025-12-18 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008464 10.0.0.23 - - [2025-12-18 04:29:05] "GET /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005240 10.0.0.23 - - [2025-12-18 04:29:05] "DELETE /network-policy/148684d3-2440-4bc7-b6d2-39cf3ec3ded3 HTTP/1.1" 200 115 0.049014 10.0.0.23 - - [2025-12-18 04:29:05] "POST /neutron/network HTTP/1.1" 400 204 0.015014 10.0.0.23 - - [2025-12-18 04:29:05] "POST /neutron/port HTTP/1.1" 200 1117 0.014546 10.0.0.23 - - [2025-12-18 04:29:05] "POST /neutron/port HTTP/1.1" 200 151 0.262490 10.0.0.23 - - [2025-12-18 04:29:07] "POST /neutron/network HTTP/1.1" 200 799 0.013802 10.0.0.23 - - [2025-12-18 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.23 - - [2025-12-18 04:29:08] "POST /ref-update HTTP/1.1" 200 156 0.082356 10.0.0.23 - - [2025-12-18 04:29:08] "GET /virtual-network/96c76766-43e1-46e3-9756-32a0b61cdd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.024015 10.0.0.23 - - [2025-12-18 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022308 10.0.0.23 - - [2025-12-18 04:29:08] "POST /ref-update HTTP/1.1" 200 156 0.081217 10.0.0.23 - - [2025-12-18 04:29:08] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007927 10.0.0.23 - - [2025-12-18 04:29:08] "POST /ref-update HTTP/1.1" 200 156 0.072264 10.0.0.23 - - [2025-12-18 04:29:08] "POST /neutron/network HTTP/1.1" 200 975 0.019709 10.0.0.23 - - [2025-12-18 04:29:08] "GET /virtual-network/a9f5a4c2-ba4c-48b4-a046-2087a4ed35b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.010344 10.0.0.23 - - [2025-12-18 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.23 - - [2025-12-18 04:29:08] "GET /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007582 10.0.0.23 - - [2025-12-18 04:29:08] "DELETE /network-policy/e53b5d8a-9983-420f-987d-f176f770f0d5 HTTP/1.1" 200 115 0.068436 10.0.0.23 - - [2025-12-18 04:29:09] "POST /neutron/port HTTP/1.1" 200 1180 0.020611 10.0.0.23 - - [2025-12-18 04:29:09] "POST /neutron/port HTTP/1.1" 200 1207 0.014644 10.0.0.23 - - [2025-12-18 04:29:10] "POST /neutron/network HTTP/1.1" 200 974 0.009786 10.0.0.23 - - [2025-12-18 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.65 - - [2025-12-18 04:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.65 - - [2025-12-18 04:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005359 10.0.0.65 - - [2025-12-18 04:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003684 10.0.0.65 - - [2025-12-18 04:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.23 - - [2025-12-18 04:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.158446 10.0.0.23 - - [2025-12-18 04:29:11] "DELETE /route-target/31bfbd82-6502-4d0f-8ea5-76bf70633ede HTTP/1.1" 200 115 0.034705 10.0.0.65 - - [2025-12-18 04:29:12] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.23 - - [2025-12-18 04:29:12] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049273 10.0.0.65 - - [2025-12-18 04:29:12] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.23 - - [2025-12-18 04:29:12] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?fields=virtual_networks HTTP/1.1" 200 1047 0.060703 10.0.0.65 - - [2025-12-18 04:29:12] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.23 - - [2025-12-18 04:29:12] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.046537 10.0.0.65 - - [2025-12-18 04:29:12] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.23 - - [2025-12-18 04:29:12] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?fields=security_groups HTTP/1.1" 200 1281 0.052886 10.0.0.23 - - [2025-12-18 04:29:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.039773 10.0.0.65 - - [2025-12-18 04:29:13] "GET /projects?obj_uuids=6829ad44-d811-4474-93b3-a695f0a5c74f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003282 10.0.0.65 - - [2025-12-18 04:29:13] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.65 - - [2025-12-18 04:29:13] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007039 10.0.0.65 - - [2025-12-18 04:29:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.003577 10.0.0.65 - - [2025-12-18 04:29:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.006744 10.0.0.65 - - [2025-12-18 04:29:14] "POST /security-groups HTTP/1.1" 200 586 0.031846 10.0.0.65 - - [2025-12-18 04:29:14] "POST /projects HTTP/1.1" 200 575 0.248827 10.0.0.23 - - [2025-12-18 04:29:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.003862 10.0.0.65 - - [2025-12-18 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.328868 10.0.0.23 - - [2025-12-18 04:29:14] "GET /project/6829ad44-d811-4474-93b3-a695f0a5c74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.479460 10.0.0.65 - - [2025-12-18 04:29:14] "DELETE /project/6829ad44d811447493b3a695f0a5c74f HTTP/1.1" 404 173 0.004005 10.0.0.65 - - [2025-12-18 04:29:14] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.65 - - [2025-12-18 04:29:14] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.049189 10.0.0.65 - - [2025-12-18 04:29:14] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.65 - - [2025-12-18 04:29:14] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?fields=security_groups HTTP/1.1" 200 1386 0.048367 10.0.0.65 - - [2025-12-18 04:29:14] "DELETE /security-group/e1a50415-a55c-4693-a0b9-6ae1dc1b598d HTTP/1.1" 200 115 0.067393 10.0.0.65 - - [2025-12-18 04:29:14] "GET /projects?obj_uuids=87194c91-f7fa-49e9-8d86-c513c96ec5ae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001861 10.0.0.65 - - [2025-12-18 04:29:14] "GET /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae?fields=application_policy_sets HTTP/1.1" 200 1425 0.062358 10.0.0.23 - - [2025-12-18 04:29:14] "DELETE /access-control-list/c8cf85ea-c630-494e-8fb1-43842406fd5b HTTP/1.1" 200 115 0.072943 10.0.0.65 - - [2025-12-18 04:29:14] "DELETE /project/87194c91-f7fa-49e9-8d86-c513c96ec5ae HTTP/1.1" 200 115 0.478871 10.0.0.23 - - [2025-12-18 04:29:15] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.23 - - [2025-12-18 04:29:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000636 10.0.0.23 - - [2025-12-18 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.055307 10.0.0.23 - - [2025-12-18 04:29:18] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003947 10.0.0.23 - - [2025-12-18 04:29:18] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003835 10.0.0.23 - - [2025-12-18 04:29:18] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.009317 10.0.0.23 - - [2025-12-18 04:29:18] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.015702 10.0.0.23 - - [2025-12-18 04:29:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.029573 10.0.0.65 - - [2025-12-18 04:29:20] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002615 10.0.0.65 - - [2025-12-18 04:29:20] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.65 - - [2025-12-18 04:29:20] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007283 10.0.0.65 - - [2025-12-18 04:29:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001221 10.0.0.65 - - [2025-12-18 04:29:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.009621 10.0.0.65 - - [2025-12-18 04:29:21] "POST /security-groups HTTP/1.1" 200 586 0.037549 10.0.0.65 - - [2025-12-18 04:29:21] "POST /projects HTTP/1.1" 200 575 0.255501 10.0.0.23 - - [2025-12-18 04:29:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.003053 10.0.0.65 - - [2025-12-18 04:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.331659 10.0.0.23 - - [2025-12-18 04:29:21] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.496243 10.0.0.23 - - [2025-12-18 04:29:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.032611 10.0.0.65 - - [2025-12-18 04:29:21] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004435 10.0.0.65 - - [2025-12-18 04:29:21] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.65 - - [2025-12-18 04:29:21] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013417 10.0.0.65 - - [2025-12-18 04:29:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.003848 10.0.0.65 - - [2025-12-18 04:29:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.004883 10.0.0.65 - - [2025-12-18 04:29:22] "POST /security-groups HTTP/1.1" 200 586 0.082029 10.0.0.65 - - [2025-12-18 04:29:22] "POST /projects HTTP/1.1" 200 575 0.302279 10.0.0.65 - - [2025-12-18 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.336189 10.0.0.23 - - [2025-12-18 04:29:22] "POST /access-control-lists HTTP/1.1" 200 591 0.032658 10.0.0.23 - - [2025-12-18 04:29:22] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.495601 10.0.0.23 - - [2025-12-18 04:29:22] "GET / HTTP/1.1" 200 35931 0.001543 10.0.0.23 - - [2025-12-18 04:29:23] "GET / HTTP/1.1" 200 35931 0.001488 10.0.0.23 - - [2025-12-18 04:29:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.003684 10.0.0.23 - - [2025-12-18 04:29:24] "POST /api-access-lists HTTP/1.1" 200 521 0.027117 10.0.0.23 - - [2025-12-18 04:29:24] "GET /api-access-list/d4afe345-4d8e-4473-942b-b8e13d9b485b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005707 10.0.0.23 - - [2025-12-18 04:29:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.102863 10.0.0.65 - - [2025-12-18 04:29:25] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.23 - - [2025-12-18 04:29:25] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.081034 10.0.0.23 - - [2025-12-18 04:29:25] "GET /virtual-networks?parent_id=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015891 10.0.0.23 - - [2025-12-18 04:29:25] "POST /virtual-networks HTTP/1.1" 200 568 0.095465 10.0.0.23 - - [2025-12-18 04:29:25] "POST /route-targets HTTP/1.1" 200 327 0.015366 10.0.0.23 - - [2025-12-18 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.030707 10.0.0.23 - - [2025-12-18 04:29:25] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.016543 10.0.0.65 - - [2025-12-18 04:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008412 10.0.0.23 - - [2025-12-18 04:29:25] "POST /ref-update HTTP/1.1" 200 156 0.093178 10.0.0.23 - - [2025-12-18 04:29:26] "GET /virtual-network/d479333d-0585-4041-83e0-d01b8866be6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.022741 10.0.0.23 - - [2025-12-18 04:29:26] "POST /neutron/network HTTP/1.1" 200 834 0.064527 10.0.0.23 - - [2025-12-18 04:29:27] "GET /obj-perms HTTP/1.1" 200 4915 0.082141 10.0.0.23 - - [2025-12-18 04:29:27] "GET /virtual-network/d479333d-0585-4041-83e0-d01b8866be6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.021585 10.0.0.23 - - [2025-12-18 04:29:28] "GET /obj-perms HTTP/1.1" 200 4915 0.103072 10.0.0.23 - - [2025-12-18 04:29:28] "GET /obj-perms HTTP/1.1" 200 4915 0.022980 10.0.0.23 - - [2025-12-18 04:29:28] "POST /id-to-fqname HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-18 04:29:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.046638 10.0.0.65 - - [2025-12-18 04:29:30] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.23 - - [2025-12-18 04:29:30] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.065157 10.0.0.23 - - [2025-12-18 04:29:30] "POST /neutron/network HTTP/1.1" 200 834 0.007409 10.0.0.23 - - [2025-12-18 04:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.036137 10.0.0.65 - - [2025-12-18 04:29:31] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.23 - - [2025-12-18 04:29:31] "POST /neutron/port HTTP/1.1" 200 1057 0.575724 10.0.0.23 - - [2025-12-18 04:29:32] "POST /neutron/port HTTP/1.1" 200 1111 0.141992 10.0.0.23 - - [2025-12-18 04:29:32] "POST /neutron/subnet HTTP/1.1" 200 659 0.011784 10.0.0.23 - - [2025-12-18 04:29:35] "POST /neutron/port HTTP/1.1" 200 1085 0.018079 10.0.0.23 - - [2025-12-18 04:29:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009573 10.0.0.23 - - [2025-12-18 04:29:36] "POST /neutron/port HTTP/1.1" 200 1085 0.015301 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 200 1288 0.047221 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 200 1288 0.020140 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine-interface/697633d4-814f-408f-af0f-1007a657e115 HTTP/1.1" 200 2530 0.023851 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 200 1288 0.021990 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine-interface/697633d4-814f-408f-af0f-1007a657e115 HTTP/1.1" 200 2530 0.029124 10.0.0.23 - - [2025-12-18 04:29:36] "GET /instance-ip/4e9ad5c2-2352-4ea9-96d1-0dc9aaa6751d HTTP/1.1" 200 1627 0.026071 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 200 1288 0.023241 10.0.0.23 - - [2025-12-18 04:29:36] "GET /virtual-machine-interface/697633d4-814f-408f-af0f-1007a657e115 HTTP/1.1" 200 2530 0.028577 10.0.0.23 - - [2025-12-18 04:29:36] "GET /instance-ip/4e9ad5c2-2352-4ea9-96d1-0dc9aaa6751d HTTP/1.1" 200 1627 0.021814 10.0.0.23 - - [2025-12-18 04:29:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.018651 10.0.0.23 - - [2025-12-18 04:29:36] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.033191 10.0.0.23 - - [2025-12-18 04:29:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003671 10.0.0.23 - - [2025-12-18 04:29:37] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021324 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.021250 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.23 - - [2025-12-18 04:29:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004536 10.0.0.23 - - [2025-12-18 04:29:37] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020776 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.021430 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006309 10.0.0.23 - - [2025-12-18 04:29:37] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004535 10.0.0.23 - - [2025-12-18 04:29:37] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026711 10.0.0.23 - - [2025-12-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.017159 10.0.0.23 - - [2025-12-18 04:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2025-12-18 04:29:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.23 - - [2025-12-18 04:29:38] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022148 10.0.0.23 - - [2025-12-18 04:29:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.017459 10.0.0.23 - - [2025-12-18 04:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.23 - - [2025-12-18 04:29:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004484 10.0.0.23 - - [2025-12-18 04:29:38] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020693 10.0.0.50 - - [2025-12-18 04:29:38] "GET /obj-perms HTTP/1.1" 200 5056 0.056457 10.0.0.23 - - [2025-12-18 04:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017324 10.0.0.23 - - [2025-12-18 04:29:41] "GET /virtual-network/d479333d-0585-4041-83e0-d01b8866be6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.020445 10.0.0.23 - - [2025-12-18 04:29:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006791 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.015218 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.23 - - [2025-12-18 04:29:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.23 - - [2025-12-18 04:29:45] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015846 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.019412 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-12-18 04:29:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006092 10.0.0.23 - - [2025-12-18 04:29:45] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016074 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 403 361 0.021203 10.0.0.23 - - [2025-12-18 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.23 - - [2025-12-18 04:29:45] "GET /routing-instance/59fd308e-debc-413c-ad57-445c7ba01f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004253 10.0.0.23 - - [2025-12-18 04:29:45] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015793 10.0.0.23 - - [2025-12-18 04:29:46] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004316 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.016289 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.23 - - [2025-12-18 04:29:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003303 10.0.0.23 - - [2025-12-18 04:29:46] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016237 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.020033 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.23 - - [2025-12-18 04:29:46] "GET /routing-instance/59fd308e-debc-413c-ad57-445c7ba01f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004459 10.0.0.23 - - [2025-12-18 04:29:46] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014742 10.0.0.23 - - [2025-12-18 04:29:46] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003727 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.017870 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-12-18 04:29:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003377 10.0.0.23 - - [2025-12-18 04:29:46] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015590 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.020001 10.0.0.23 - - [2025-12-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-18 04:29:46] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003816 10.0.0.23 - - [2025-12-18 04:29:46] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016622 10.0.0.65 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.075306 10.0.0.23 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.013158 10.0.0.23 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.015981 10.0.0.65 - - [2025-12-18 04:29:47] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016933 10.0.0.23 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.016894 10.0.0.23 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.014114 10.0.0.23 - - [2025-12-18 04:29:47] "GET /obj-perms HTTP/1.1" 200 4915 0.013278 10.0.0.23 - - [2025-12-18 04:29:48] "GET /obj-perms HTTP/1.1" 200 4915 0.077411 10.0.0.65 - - [2025-12-18 04:29:48] "GET /obj-perms HTTP/1.1" 200 5020 0.056391 10.0.0.23 - - [2025-12-18 04:29:49] "GET /obj-perms HTTP/1.1" 200 4915 0.016932 10.0.0.23 - - [2025-12-18 04:29:49] "GET /obj-perms HTTP/1.1" 200 5020 0.053438 10.0.0.65 - - [2025-12-18 04:29:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.020140 10.0.0.23 - - [2025-12-18 04:29:50] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 200 1288 0.019665 10.0.0.23 - - [2025-12-18 04:29:51] "POST /neutron/port HTTP/1.1" 200 151 0.216827 10.0.0.23 - - [2025-12-18 04:29:52] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 404 171 0.020674 10.0.0.23 - - [2025-12-18 04:29:52] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 404 171 0.016680 10.0.0.23 - - [2025-12-18 04:29:52] "GET /virtual-machine/ffaffec0-9d93-4812-9fed-06bd1b2e86ab HTTP/1.1" 404 171 0.014650 10.0.0.23 - - [2025-12-18 04:29:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.018760 10.0.0.23 - - [2025-12-18 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2025-12-18 04:29:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.23 - - [2025-12-18 04:29:52] "GET /virtual-networks?parent_id=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019096 10.0.0.23 - - [2025-12-18 04:29:52] "POST /fqname-to-id HTTP/1.1" 403 361 0.032260 10.0.0.23 - - [2025-12-18 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.23 - - [2025-12-18 04:29:52] "GET /routing-instance/59fd308e-debc-413c-ad57-445c7ba01f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.007149 10.0.0.23 - - [2025-12-18 04:29:52] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019428 10.0.0.23 - - [2025-12-18 04:29:52] "GET /route-target/98e0cdda-4d5b-4470-95a6-76e474413034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003581 10.0.0.23 - - [2025-12-18 04:29:53] "GET /obj-perms HTTP/1.1" 200 4915 0.081373 10.0.0.23 - - [2025-12-18 04:29:53] "GET /obj-perms HTTP/1.1" 200 4915 0.082132 10.0.0.23 - - [2025-12-18 04:29:59] "GET /obj-perms HTTP/1.1" 200 5020 0.004060 10.0.0.65 - - [2025-12-18 04:29:59] "GET /obj-perms HTTP/1.1" 200 5020 0.006492 10.0.0.23 - - [2025-12-18 04:30:09] "GET /obj-perms HTTP/1.1" 200 5020 0.004087 10.0.0.65 - - [2025-12-18 04:30:09] "GET /obj-perms HTTP/1.1" 200 5020 0.004129 10.0.0.65 - - [2025-12-18 04:30:14] "DELETE /project/123ecd1443024b2b92611e22a30cfde5 HTTP/1.1" 404 173 0.002721 10.0.0.65 - - [2025-12-18 04:30:14] "DELETE /project/f07e242ccfb74522a8886caaf996ed6e HTTP/1.1" 404 173 0.004902 10.0.0.23 - - [2025-12-18 04:30:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004086 10.0.0.50 - - [2025-12-18 04:30:15] "GET /obj-perms HTTP/1.1" 200 5020 0.057420 10.0.0.65 - - [2025-12-18 04:30:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004006 10.0.0.65 - - [2025-12-18 04:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006482 10.0.0.65 - - [2025-12-18 04:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003560 10.0.0.23 - - [2025-12-18 04:30:15] "DELETE /virtual-network/d479333d-0585-4041-83e0-d01b8866be6e HTTP/1.1" 200 115 0.146888 10.0.0.23 - - [2025-12-18 04:30:15] "DELETE /route-target/98e0cdda-4d5b-4470-95a6-76e474413034 HTTP/1.1" 200 115 0.031387 10.0.0.23 - - [2025-12-18 04:30:15] "DELETE /api-access-list/d4afe345-4d8e-4473-942b-b8e13d9b485b HTTP/1.1" 200 115 0.058460 10.0.0.65 - - [2025-12-18 04:30:16] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.23 - - [2025-12-18 04:30:16] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042017 10.0.0.65 - - [2025-12-18 04:30:16] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.23 - - [2025-12-18 04:30:16] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?fields=virtual_networks HTTP/1.1" 200 1022 0.035716 10.0.0.65 - - [2025-12-18 04:30:16] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001920 10.0.0.23 - - [2025-12-18 04:30:16] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042139 10.0.0.65 - - [2025-12-18 04:30:16] "GET /projects?obj_uuids=f07e242c-cfb7-4522-a888-6caaf996ed6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.23 - - [2025-12-18 04:30:16] "GET /project/f07e242c-cfb7-4522-a888-6caaf996ed6e?fields=security_groups HTTP/1.1" 200 1243 0.039209 10.0.0.65 - - [2025-12-18 04:30:17] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001196 10.0.0.23 - - [2025-12-18 04:30:17] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.050968 10.0.0.65 - - [2025-12-18 04:30:17] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.23 - - [2025-12-18 04:30:17] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?fields=virtual_networks HTTP/1.1" 200 1021 0.061058 10.0.0.65 - - [2025-12-18 04:30:17] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.23 - - [2025-12-18 04:30:17] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050002 10.0.0.65 - - [2025-12-18 04:30:17] "GET /projects?obj_uuids=123ecd14-4302-4b2b-9261-1e22a30cfde5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001499 10.0.0.23 - - [2025-12-18 04:30:17] "GET /project/123ecd14-4302-4b2b-9261-1e22a30cfde5?fields=security_groups HTTP/1.1" 200 1242 0.049272 10.0.0.23 - - [2025-12-18 04:30:19] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004665 10.0.0.23 - - [2025-12-18 04:30:20] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.015794 10.0.0.65 - - [2025-12-18 04:30:20] "GET /projects?obj_uuids=6829ad44-d811-4474-93b3-a695f0a5c74f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.23 - - [2025-12-18 04:30:20] "GET /project/6829ad44-d811-4474-93b3-a695f0a5c74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.071846 10.0.0.65 - - [2025-12-18 04:30:20] "GET /projects?obj_uuids=6829ad44-d811-4474-93b3-a695f0a5c74f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001992 10.0.0.23 - - [2025-12-18 04:30:20] "GET /project/6829ad44-d811-4474-93b3-a695f0a5c74f?fields=virtual_networks HTTP/1.1" 200 1021 0.066361 10.0.0.65 - - [2025-12-18 04:30:20] "GET /projects?obj_uuids=6829ad44-d811-4474-93b3-a695f0a5c74f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.23 - - [2025-12-18 04:30:20] "GET /project/6829ad44-d811-4474-93b3-a695f0a5c74f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.067106 10.0.0.65 - - [2025-12-18 04:30:20] "GET /projects?obj_uuids=6829ad44-d811-4474-93b3-a695f0a5c74f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.23 - - [2025-12-18 04:30:20] "GET /project/6829ad44-d811-4474-93b3-a695f0a5c74f?fields=security_groups HTTP/1.1" 200 1242 0.059550 10.0.0.23 - - [2025-12-18 04:30:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.034346 10.0.0.65 - - [2025-12-18 04:30:21] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003186 10.0.0.65 - - [2025-12-18 04:30:21] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003400 10.0.0.65 - - [2025-12-18 04:30:21] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010474 10.0.0.65 - - [2025-12-18 04:30:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001575 10.0.0.65 - - [2025-12-18 04:30:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.003514 10.0.0.65 - - [2025-12-18 04:30:21] "POST /security-groups HTTP/1.1" 200 591 0.030288 10.0.0.65 - - [2025-12-18 04:30:21] "POST /projects HTTP/1.1" 200 585 0.258953 10.0.0.65 - - [2025-12-18 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.334789 10.0.0.23 - - [2025-12-18 04:30:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.013289 10.0.0.23 - - [2025-12-18 04:30:21] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.489292 10.0.0.23 - - [2025-12-18 04:30:23] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.23 - - [2025-12-18 04:30:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-18 04:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.032414 10.0.0.23 - - [2025-12-18 04:30:25] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005436 10.0.0.23 - - [2025-12-18 04:30:25] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004928 10.0.0.23 - - [2025-12-18 04:30:25] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003641 10.0.0.23 - - [2025-12-18 04:30:25] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.012840 10.0.0.23 - - [2025-12-18 04:30:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.027274 10.0.0.65 - - [2025-12-18 04:30:27] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003720 10.0.0.65 - - [2025-12-18 04:30:27] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.65 - - [2025-12-18 04:30:27] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006886 10.0.0.65 - - [2025-12-18 04:30:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001143 10.0.0.65 - - [2025-12-18 04:30:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.006744 10.0.0.65 - - [2025-12-18 04:30:28] "POST /security-groups HTTP/1.1" 200 591 0.083520 10.0.0.65 - - [2025-12-18 04:30:28] "POST /projects HTTP/1.1" 200 585 0.309582 10.0.0.65 - - [2025-12-18 04:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.357162 10.0.0.23 - - [2025-12-18 04:30:28] "POST /access-control-lists HTTP/1.1" 200 596 0.038278 10.0.0.23 - - [2025-12-18 04:30:28] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.515110 10.0.0.23 - - [2025-12-18 04:30:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.037418 10.0.0.65 - - [2025-12-18 04:30:28] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.65 - - [2025-12-18 04:30:28] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.65 - - [2025-12-18 04:30:28] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007625 10.0.0.65 - - [2025-12-18 04:30:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.002768 10.0.0.65 - - [2025-12-18 04:30:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.015486 10.0.0.65 - - [2025-12-18 04:30:29] "POST /security-groups HTTP/1.1" 200 591 0.034275 10.0.0.23 - - [2025-12-18 04:30:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.004097 10.0.0.65 - - [2025-12-18 04:30:29] "POST /projects HTTP/1.1" 200 585 0.306241 10.0.0.65 - - [2025-12-18 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.389861 10.0.0.23 - - [2025-12-18 04:30:29] "POST /access-control-lists HTTP/1.1" 200 594 0.033915 10.0.0.23 - - [2025-12-18 04:30:29] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.560502 10.0.0.23 - - [2025-12-18 04:30:29] "GET / HTTP/1.1" 200 35931 0.002261 10.0.0.23 - - [2025-12-18 04:30:30] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.23 - - [2025-12-18 04:30:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.004650 10.0.0.23 - - [2025-12-18 04:30:31] "POST /api-access-lists HTTP/1.1" 200 521 0.024808 10.0.0.23 - - [2025-12-18 04:30:31] "GET /api-access-list/37c65baf-8992-4e24-89a9-a7d09844d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006409 10.0.0.23 - - [2025-12-18 04:30:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.23 - - [2025-12-18 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.054299 10.0.0.65 - - [2025-12-18 04:30:32] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001492 10.0.0.23 - - [2025-12-18 04:30:32] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067260 10.0.0.23 - - [2025-12-18 04:30:32] "GET /virtual-networks?parent_id=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019742 10.0.0.23 - - [2025-12-18 04:30:32] "POST /virtual-networks HTTP/1.1" 200 583 0.118975 10.0.0.23 - - [2025-12-18 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.039559 10.0.0.23 - - [2025-12-18 04:30:32] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.016517 10.0.0.65 - - [2025-12-18 04:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012009 10.0.0.23 - - [2025-12-18 04:30:32] "POST /ref-update HTTP/1.1" 200 156 0.101405 10.0.0.23 - - [2025-12-18 04:30:32] "GET /virtual-network/ea78d892-7a75-4d2f-be02-ef482c91e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.024005 10.0.0.23 - - [2025-12-18 04:30:33] "POST /neutron/network HTTP/1.1" 200 849 0.067854 10.0.0.23 - - [2025-12-18 04:30:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2025-12-18 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.043015 10.0.0.65 - - [2025-12-18 04:30:33] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.23 - - [2025-12-18 04:30:33] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072828 10.0.0.23 - - [2025-12-18 04:30:33] "GET /virtual-networks?parent_id=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020412 10.0.0.23 - - [2025-12-18 04:30:33] "POST /virtual-networks HTTP/1.1" 200 583 0.136131 10.0.0.23 - - [2025-12-18 04:30:33] "POST /route-targets HTTP/1.1" 200 327 0.017411 10.0.0.23 - - [2025-12-18 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.036055 10.0.0.23 - - [2025-12-18 04:30:33] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.028376 10.0.0.65 - - [2025-12-18 04:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008471 10.0.0.23 - - [2025-12-18 04:30:34] "POST /ref-update HTTP/1.1" 200 156 0.088117 10.0.0.23 - - [2025-12-18 04:30:34] "POST /neutron/network HTTP/1.1" 200 848 0.064716 10.0.0.23 - - [2025-12-18 04:30:34] "GET /virtual-network/0439d9b0-4397-4d4d-a627-8a8a3e0e53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.021165 10.0.0.23 - - [2025-12-18 04:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.034903 10.0.0.23 - - [2025-12-18 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.50 - - [2025-12-18 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.030589 10.0.0.65 - - [2025-12-18 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.034351 10.0.0.23 - - [2025-12-18 04:30:38] "GET /obj-perms HTTP/1.1" 403 257 0.048929 10.0.0.23 - - [2025-12-18 04:30:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.066014 10.0.0.23 - - [2025-12-18 04:30:38] "PUT /virtual-network/ea78d892-7a75-4d2f-be02-ef482c91e99f HTTP/1.1" 200 264 0.054231 10.0.0.23 - - [2025-12-18 04:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2025-12-18 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.50 - - [2025-12-18 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.65 - - [2025-12-18 04:30:40] "GET /obj-perms HTTP/1.1" 403 257 0.046421 10.0.0.23 - - [2025-12-18 04:30:40] "GET /obj-perms HTTP/1.1" 403 257 0.014635 10.0.0.23 - - [2025-12-18 04:30:40] "GET /obj-perms HTTP/1.1" 200 5030 0.079139 10.0.0.23 - - [2025-12-18 04:30:40] "GET /obj-perms HTTP/1.1" 403 257 0.013035 10.0.0.23 - - [2025-12-18 04:30:40] "PUT /virtual-network/ea78d892-7a75-4d2f-be02-ef482c91e99f HTTP/1.1" 200 264 0.045492 10.0.0.65 - - [2025-12-18 04:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005058 10.0.0.65 - - [2025-12-18 04:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 10.0.0.23 - - [2025-12-18 04:30:40] "DELETE /virtual-network/0439d9b0-4397-4d4d-a627-8a8a3e0e53bd HTTP/1.1" 200 115 0.136201 10.0.0.23 - - [2025-12-18 04:30:40] "DELETE /route-target/31aa6de1-5516-4379-af7a-c1b3d13757c6 HTTP/1.1" 200 115 0.033918 10.0.0.65 - - [2025-12-18 04:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.65 - - [2025-12-18 04:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004655 10.0.0.23 - - [2025-12-18 04:30:41] "DELETE /virtual-network/ea78d892-7a75-4d2f-be02-ef482c91e99f HTTP/1.1" 200 115 0.165396 10.0.0.23 - - [2025-12-18 04:30:41] "DELETE /api-access-list/37c65baf-8992-4e24-89a9-a7d09844d5df HTTP/1.1" 200 115 0.047727 10.0.0.65 - - [2025-12-18 04:30:41] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.23 - - [2025-12-18 04:30:41] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038339 10.0.0.65 - - [2025-12-18 04:30:41] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.23 - - [2025-12-18 04:30:41] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?fields=virtual_networks HTTP/1.1" 200 1032 0.038334 10.0.0.65 - - [2025-12-18 04:30:41] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.23 - - [2025-12-18 04:30:41] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047819 10.0.0.65 - - [2025-12-18 04:30:41] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.23 - - [2025-12-18 04:30:41] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?fields=security_groups HTTP/1.1" 200 1258 0.051582 10.0.0.65 - - [2025-12-18 04:30:42] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.23 - - [2025-12-18 04:30:42] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063354 10.0.0.65 - - [2025-12-18 04:30:42] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.23 - - [2025-12-18 04:30:42] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?fields=virtual_networks HTTP/1.1" 200 1032 0.043553 10.0.0.65 - - [2025-12-18 04:30:42] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001918 10.0.0.23 - - [2025-12-18 04:30:42] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.053637 10.0.0.65 - - [2025-12-18 04:30:42] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.23 - - [2025-12-18 04:30:42] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?fields=security_groups HTTP/1.1" 200 1258 0.052464 10.0.0.23 - - [2025-12-18 04:30:46] "GET / HTTP/1.1" 200 35931 0.002909 10.0.0.23 - - [2025-12-18 04:30:47] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.23 - - [2025-12-18 04:30:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2025-12-18 04:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.088045 10.0.0.65 - - [2025-12-18 04:30:48] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001759 10.0.0.23 - - [2025-12-18 04:30:48] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079450 10.0.0.23 - - [2025-12-18 04:30:48] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.015161 10.0.0.23 - - [2025-12-18 04:30:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.014981 10.0.0.23 - - [2025-12-18 04:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.019222 10.0.0.65 - - [2025-12-18 04:30:48] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.23 - - [2025-12-18 04:30:48] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.036558 10.0.0.23 - - [2025-12-18 04:30:48] "POST /service-templates HTTP/1.1" 403 264 0.013642 10.0.0.23 - - [2025-12-18 04:30:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003476 10.0.0.23 - - [2025-12-18 04:30:48] "POST /api-access-lists HTTP/1.1" 200 555 0.027578 10.0.0.23 - - [2025-12-18 04:30:48] "GET /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.007406 10.0.0.23 - - [2025-12-18 04:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.019205 10.0.0.65 - - [2025-12-18 04:30:48] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.23 - - [2025-12-18 04:30:48] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054012 10.0.0.23 - - [2025-12-18 04:30:48] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018603 10.0.0.23 - - [2025-12-18 04:30:48] "POST /virtual-networks HTTP/1.1" 200 583 0.109107 10.0.0.23 - - [2025-12-18 04:30:49] "POST /route-targets HTTP/1.1" 200 327 0.016162 10.0.0.23 - - [2025-12-18 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.051880 10.0.0.23 - - [2025-12-18 04:30:49] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020297 10.0.0.65 - - [2025-12-18 04:30:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008024 10.0.0.23 - - [2025-12-18 04:30:49] "POST /ref-update HTTP/1.1" 200 156 0.081536 10.0.0.23 - - [2025-12-18 04:30:49] "POST /neutron/network HTTP/1.1" 200 849 0.070309 10.0.0.23 - - [2025-12-18 04:30:49] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.020631 10.0.0.23 - - [2025-12-18 04:30:49] "POST /neutron/subnet HTTP/1.1" 200 684 0.040828 10.0.0.23 - - [2025-12-18 04:30:49] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007151 10.0.0.23 - - [2025-12-18 04:30:49] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004925 10.0.0.23 - - [2025-12-18 04:30:50] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005313 10.0.0.23 - - [2025-12-18 04:30:50] "GET /obj-perms HTTP/1.1" 200 5030 0.006531 10.0.0.65 - - [2025-12-18 04:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.072663 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.017396 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014521 10.0.0.65 - - [2025-12-18 04:30:51] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.23 - - [2025-12-18 04:30:51] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019739 10.0.0.23 - - [2025-12-18 04:30:51] "POST /service-templates HTTP/1.1" 403 264 0.014348 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003758 10.0.0.23 - - [2025-12-18 04:30:51] "POST /api-access-lists HTTP/1.1" 200 521 0.024373 10.0.0.23 - - [2025-12-18 04:30:51] "GET /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005854 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.017792 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.017324 10.0.0.65 - - [2025-12-18 04:30:51] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.23 - - [2025-12-18 04:30:51] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022506 10.0.0.23 - - [2025-12-18 04:30:51] "POST /service-templates HTTP/1.1" 200 551 0.051243 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.023617 10.0.0.23 - - [2025-12-18 04:30:51] "GET /service-template/0b9a780e-82e9-4319-9069-2e4f3611adf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.022689 10.0.0.23 - - [2025-12-18 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.021346 10.0.0.23 - - [2025-12-18 04:30:51] "GET /service-template/0b9a780e-82e9-4319-9069-2e4f3611adf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.023885 10.0.0.23 - - [2025-12-18 04:30:53] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042375 10.0.0.50 - - [2025-12-18 04:30:53] "GET /obj-perms HTTP/1.1" 403 257 0.046965 10.0.0.65 - - [2025-12-18 04:30:54] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039221 10.0.0.23 - - [2025-12-18 04:30:54] "GET /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004676 10.0.0.23 - - [2025-12-18 04:30:54] "PUT /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce HTTP/1.1" 200 264 0.014677 10.0.0.23 - - [2025-12-18 04:30:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2025-12-18 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.053539 10.0.0.65 - - [2025-12-18 04:30:54] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.23 - - [2025-12-18 04:30:54] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074403 10.0.0.23 - - [2025-12-18 04:30:54] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031018 10.0.0.23 - - [2025-12-18 04:30:54] "POST /virtual-networks HTTP/1.1" 403 263 0.014499 10.0.0.23 - - [2025-12-18 04:30:55] "GET /obj-perms HTTP/1.1" 403 257 0.017261 10.0.0.23 - - [2025-12-18 04:30:55] "GET /obj-perms HTTP/1.1" 403 257 0.014434 10.0.0.23 - - [2025-12-18 04:30:55] "GET /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.003602 10.0.0.23 - - [2025-12-18 04:30:55] "PUT /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea HTTP/1.1" 200 264 0.012364 10.0.0.23 - - [2025-12-18 04:30:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.014299 10.0.0.23 - - [2025-12-18 04:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015422 10.0.0.65 - - [2025-12-18 04:30:55] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.23 - - [2025-12-18 04:30:55] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026360 10.0.0.23 - - [2025-12-18 04:30:55] "POST /service-templates HTTP/1.1" 403 264 0.014901 10.0.0.23 - - [2025-12-18 04:30:55] "GET /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004016 10.0.0.23 - - [2025-12-18 04:30:55] "PUT /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce HTTP/1.1" 200 264 0.012881 10.0.0.23 - - [2025-12-18 04:30:55] "GET /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003621 10.0.0.23 - - [2025-12-18 04:30:55] "PUT /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea HTTP/1.1" 200 264 0.012825 10.0.0.23 - - [2025-12-18 04:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2025-12-18 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2025-12-18 04:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.014729 10.0.0.50 - - [2025-12-18 04:30:57] "GET /obj-perms HTTP/1.1" 403 257 0.048604 10.0.0.65 - - [2025-12-18 04:30:57] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015236 10.0.0.65 - - [2025-12-18 04:30:58] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.051370 10.0.0.23 - - [2025-12-18 04:30:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.050698 10.0.0.23 - - [2025-12-18 04:30:58] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005651 10.0.0.23 - - [2025-12-18 04:30:58] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.012663 10.0.0.23 - - [2025-12-18 04:30:58] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.026589 10.0.0.23 - - [2025-12-18 04:30:58] "DELETE /api-access-list/849d552f-8f3b-4b63-ad29-c7ca394d62ce HTTP/1.1" 200 115 0.045832 10.0.0.23 - - [2025-12-18 04:30:58] "DELETE /api-access-list/2948388d-e97c-4794-8815-b66490cee5ea HTTP/1.1" 200 115 0.035461 10.0.0.23 - - [2025-12-18 04:30:59] "GET /obj-perms HTTP/1.1" 403 257 0.043730 10.0.0.50 - - [2025-12-18 04:31:00] "GET /obj-perms HTTP/1.1" 403 257 0.045573 10.0.0.65 - - [2025-12-18 04:31:00] "GET /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.048072 10.0.0.23 - - [2025-12-18 04:31:00] "GET /obj-perms HTTP/1.1" 403 257 0.020148 10.0.0.23 - - [2025-12-18 04:31:00] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.008175 10.0.0.23 - - [2025-12-18 04:31:00] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.021375 10.0.0.23 - - [2025-12-18 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2025-12-18 04:31:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.042533 10.0.0.23 - - [2025-12-18 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029404 10.0.0.23 - - [2025-12-18 04:31:01] "DELETE /service-template/0b9a780e-82e9-4319-9069-2e4f3611adf0 HTTP/1.1" 200 115 0.062307 10.0.0.23 - - [2025-12-18 04:31:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.030321 10.0.0.65 - - [2025-12-18 04:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.65 - - [2025-12-18 04:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004214 10.0.0.23 - - [2025-12-18 04:31:01] "DELETE /virtual-network/6606ade2-c967-4c0a-ae55-97f59a39e5d6 HTTP/1.1" 200 115 0.139423 10.0.0.23 - - [2025-12-18 04:31:01] "DELETE /route-target/0577f0e7-e5fe-4d52-80c1-56588e383379 HTTP/1.1" 200 115 0.025460 10.0.0.23 - - [2025-12-18 04:31:01] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007451 10.0.0.23 - - [2025-12-18 04:31:01] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.018461 10.0.0.23 - - [2025-12-18 04:31:01] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006256 10.0.0.23 - - [2025-12-18 04:31:01] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.017202 10.0.0.23 - - [2025-12-18 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.65 - - [2025-12-18 04:31:04] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002420 10.0.0.23 - - [2025-12-18 04:31:04] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050509 10.0.0.65 - - [2025-12-18 04:31:04] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.23 - - [2025-12-18 04:31:05] "POST /neutron/network HTTP/1.1" 200 643 0.236097 10.0.0.23 - - [2025-12-18 04:31:05] "POST /id-to-fqname HTTP/1.1" 200 240 0.003318 10.0.0.23 - - [2025-12-18 04:31:05] "GET /virtual-network/44881245-bc33-4365-9159-9ae253bed32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005521 10.0.0.23 - - [2025-12-18 04:31:05] "POST /neutron/network HTTP/1.1" 200 859 0.006971 10.0.0.23 - - [2025-12-18 04:31:05] "GET /virtual-network/44881245-bc33-4365-9159-9ae253bed32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006079 10.0.0.23 - - [2025-12-18 04:31:05] "POST /neutron/network HTTP/1.1" 200 859 0.008212 10.0.0.23 - - [2025-12-18 04:31:05] "GET /virtual-network/44881245-bc33-4365-9159-9ae253bed32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006677 10.0.0.23 - - [2025-12-18 04:31:05] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006459 10.0.0.23 - - [2025-12-18 04:31:05] "GET /virtual-network/44881245-bc33-4365-9159-9ae253bed32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006340 10.0.0.50 - - [2025-12-18 04:31:06] "GET /obj-perms HTTP/1.1" 200 5030 0.064551 10.0.0.23 - - [2025-12-18 04:31:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.004465 10.0.0.23 - - [2025-12-18 04:31:06] "POST /api-access-lists HTTP/1.1" 200 555 0.033053 10.0.0.23 - - [2025-12-18 04:31:06] "GET /api-access-list/5af84b7a-c6e5-464f-b982-d1028e1ba468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.006428 10.0.0.23 - - [2025-12-18 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019758 10.0.0.65 - - [2025-12-18 04:31:06] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.23 - - [2025-12-18 04:31:06] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062652 10.0.0.23 - - [2025-12-18 04:31:07] "POST /neutron/network HTTP/1.1" 200 693 0.050965 10.0.0.23 - - [2025-12-18 04:31:07] "POST /route-targets HTTP/1.1" 200 327 0.022189 10.0.0.23 - - [2025-12-18 04:31:08] "DELETE /access-control-list/0294adb4-6490-4e65-911f-23b741952e87 HTTP/1.1" 200 115 0.085151 10.0.0.23 - - [2025-12-18 04:31:08] "POST /neutron/network HTTP/1.1" 200 865 0.080478 10.0.0.23 - - [2025-12-18 04:31:08] "POST /id-to-fqname HTTP/1.1" 200 240 0.052723 10.0.0.23 - - [2025-12-18 04:31:08] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.048155 10.0.0.23 - - [2025-12-18 04:31:08] "DELETE /access-control-list/546f4ed4-87c9-4c72-8e28-dda37bda9bfb HTTP/1.1" 200 115 0.095074 10.0.0.23 - - [2025-12-18 04:31:08] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.061737 10.0.0.23 - - [2025-12-18 04:31:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.073628 10.0.0.23 - - [2025-12-18 04:31:08] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006951 10.0.0.23 - - [2025-12-18 04:31:08] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008360 10.0.0.23 - - [2025-12-18 04:31:09] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.009803 10.0.0.23 - - [2025-12-18 04:31:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.016896 10.0.0.23 - - [2025-12-18 04:31:10] "POST /access-control-lists HTTP/1.1" 200 626 0.036849 10.0.0.23 - - [2025-12-18 04:31:10] "PUT /access-control-list/b93fd691-8873-4758-93c1-64b056015174 HTTP/1.1" 200 272 0.018138 10.0.0.65 - - [2025-12-18 04:31:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002181 10.0.0.23 - - [2025-12-18 04:31:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.134356 10.0.0.65 - - [2025-12-18 04:31:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001589 10.0.0.23 - - [2025-12-18 04:31:10] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.092632 10.0.0.23 - - [2025-12-18 04:31:11] "PUT /access-control-list/66b63ce6-c48f-4ed0-9057-9d9464335425 HTTP/1.1" 200 272 0.023137 10.0.0.65 - - [2025-12-18 04:31:11] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.23 - - [2025-12-18 04:31:11] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.298003 10.0.0.23 - - [2025-12-18 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.023082 10.0.0.23 - - [2025-12-18 04:31:11] "GET /security-group/b89d1c4d-76be-4b5e-956b-e250423b8a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.025563 10.0.0.23 - - [2025-12-18 04:31:12] "POST /id-to-fqname HTTP/1.1" 200 240 0.019019 10.0.0.65 - - [2025-12-18 04:31:13] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.23 - - [2025-12-18 04:31:14] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.103896 10.0.0.23 - - [2025-12-18 04:31:14] "POST /neutron/network HTTP/1.1" 200 865 0.007609 10.0.0.23 - - [2025-12-18 04:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.041911 10.0.0.65 - - [2025-12-18 04:31:14] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002083 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/a51df1b9cb3941d0ba97d09bc12bad4a HTTP/1.1" 404 173 0.010688 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/c362c93a3bb34c329efef77b299675d2 HTTP/1.1" 404 173 0.006202 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/c5b2293156bb42f8aed790864ecf4d4e HTTP/1.1" 404 173 0.015708 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/f07e242c-cfb7-4522-a888-6caaf996ed6e HTTP/1.1" 404 177 0.017440 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/123ecd14-4302-4b2b-9261-1e22a30cfde5 HTTP/1.1" 404 177 0.009707 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/6829ad44-d811-4474-93b3-a695f0a5c74f HTTP/1.1" 404 177 0.012576 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.066838 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.112114 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?fields=security_groups HTTP/1.1" 200 1363 0.084385 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?fields=security_groups HTTP/1.1" 200 1363 0.050656 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /security-group/26f43a41-c807-4752-a433-1c059b76489d HTTP/1.1" 200 115 0.088484 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=c362c93a-3bb3-4c32-9efe-f77b299675d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /security-group/4bde1b81-b413-4ebb-8667-5a57974c62cd HTTP/1.1" 200 115 0.098535 10.0.0.65 - - [2025-12-18 04:31:15] "GET /projects?obj_uuids=a51df1b9-cb39-41d0-ba97-d09bc12bad4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/c362c93a-3bb3-4c32-9efe-f77b299675d2?fields=application_policy_sets HTTP/1.1" 200 1402 0.064725 10.0.0.23 - - [2025-12-18 04:31:15] "DELETE /access-control-list/47e1dfb8-65e6-475e-9172-4b9296379301 HTTP/1.1" 200 115 0.046590 10.0.0.65 - - [2025-12-18 04:31:15] "GET /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a?fields=application_policy_sets HTTP/1.1" 200 1402 0.112388 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/c362c93a-3bb3-4c32-9efe-f77b299675d2 HTTP/1.1" 200 115 0.642813 10.0.0.65 - - [2025-12-18 04:31:15] "DELETE /project/a51df1b9-cb39-41d0-ba97-d09bc12bad4a HTTP/1.1" 200 115 0.704370 10.0.0.23 - - [2025-12-18 04:31:15] "POST /neutron/port HTTP/1.1" 200 1061 0.966419 10.0.0.23 - - [2025-12-18 04:31:16] "POST /neutron/port HTTP/1.1" 200 1115 0.116173 10.0.0.23 - - [2025-12-18 04:31:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.021816 10.0.0.23 - - [2025-12-18 04:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.020744 10.0.0.23 - - [2025-12-18 04:31:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008822 10.0.0.23 - - [2025-12-18 04:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.019830 10.0.0.23 - - [2025-12-18 04:31:19] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.055210 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.020708 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine-interface/6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5 HTTP/1.1" 200 3023 0.030704 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.051874 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine-interface/6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5 HTTP/1.1" 200 3023 0.046734 10.0.0.23 - - [2025-12-18 04:31:20] "GET /instance-ip/37fdd442-7443-4033-b50a-923ff61e2f43 HTTP/1.1" 200 1641 0.037508 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.029652 10.0.0.23 - - [2025-12-18 04:31:20] "GET /virtual-machine-interface/6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5 HTTP/1.1" 200 3023 0.041614 10.0.0.23 - - [2025-12-18 04:31:20] "GET /instance-ip/37fdd442-7443-4033-b50a-923ff61e2f43 HTTP/1.1" 200 1641 0.024829 10.0.0.23 - - [2025-12-18 04:31:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.021691 10.0.0.23 - - [2025-12-18 04:31:20] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-18 04:31:21] "POST /neutron/port HTTP/1.1" 200 1089 0.017957 10.0.0.23 - - [2025-12-18 04:31:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.009478 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.042383 10.0.0.23 - - [2025-12-18 04:31:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006309 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023460 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.018616 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.035560 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2025-12-18 04:31:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029135 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.022583 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.016773 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.23 - - [2025-12-18 04:31:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.015468 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027626 10.0.0.23 - - [2025-12-18 04:31:21] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025662 10.0.0.23 - - [2025-12-18 04:31:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.017381 10.0.0.23 - - [2025-12-18 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007104 10.0.0.23 - - [2025-12-18 04:31:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004162 10.0.0.23 - - [2025-12-18 04:31:22] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023734 10.0.0.23 - - [2025-12-18 04:31:22] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.022323 10.0.0.23 - - [2025-12-18 04:31:22] "POST /fqname-to-id HTTP/1.1" 403 354 0.024538 10.0.0.23 - - [2025-12-18 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2025-12-18 04:31:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.23 - - [2025-12-18 04:31:22] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025193 10.0.0.23 - - [2025-12-18 04:31:22] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025155 10.0.0.23 - - [2025-12-18 04:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.019066 10.0.0.23 - - [2025-12-18 04:31:25] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020772 10.0.0.23 - - [2025-12-18 04:31:26] "POST /neutron/port HTTP/1.1" 200 1089 0.018575 10.0.0.23 - - [2025-12-18 04:31:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.015961 10.0.0.23 - - [2025-12-18 04:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.23 - - [2025-12-18 04:31:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.23 - - [2025-12-18 04:31:27] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020725 10.0.0.23 - - [2025-12-18 04:31:27] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024604 10.0.0.23 - - [2025-12-18 04:31:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.016948 10.0.0.23 - - [2025-12-18 04:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.23 - - [2025-12-18 04:31:27] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004378 10.0.0.23 - - [2025-12-18 04:31:27] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028108 10.0.0.23 - - [2025-12-18 04:31:27] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025014 10.0.0.23 - - [2025-12-18 04:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.016798 10.0.0.23 - - [2025-12-18 04:31:28] "GET /routing-instance/97c5bdaa-8aeb-4b95-a1dd-5337739196ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.027000 10.0.0.23 - - [2025-12-18 04:31:28] "POST /fqname-to-id HTTP/1.1" 403 354 0.020285 10.0.0.23 - - [2025-12-18 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.23 - - [2025-12-18 04:31:28] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005223 10.0.0.23 - - [2025-12-18 04:31:28] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033190 10.0.0.23 - - [2025-12-18 04:31:28] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.028292 10.0.0.23 - - [2025-12-18 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.021270 10.0.0.23 - - [2025-12-18 04:31:28] "GET /routing-instance/97c5bdaa-8aeb-4b95-a1dd-5337739196ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022586 10.0.0.65 - - [2025-12-18 04:31:28] "GET /obj-perms HTTP/1.1" 403 257 0.012413 10.0.0.65 - - [2025-12-18 04:31:30] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018735 10.0.0.65 - - [2025-12-18 04:31:34] "GET /obj-perms HTTP/1.1" 403 257 0.013957 10.0.0.23 - - [2025-12-18 04:31:34] "GET /obj-perms HTTP/1.1" 403 257 0.013824 10.0.0.23 - - [2025-12-18 04:31:34] "GET /obj-perms HTTP/1.1" 403 257 0.016643 10.0.0.65 - - [2025-12-18 04:31:34] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018676 10.0.0.23 - - [2025-12-18 04:31:34] "GET /obj-perms HTTP/1.1" 403 257 0.014501 10.0.0.23 - - [2025-12-18 04:31:34] "GET /obj-perms HTTP/1.1" 403 257 0.012300 10.0.0.23 - - [2025-12-18 04:31:35] "GET /obj-perms HTTP/1.1" 403 257 0.014390 10.0.0.23 - - [2025-12-18 04:31:35] "GET /obj-perms HTTP/1.1" 403 257 0.052906 10.0.0.65 - - [2025-12-18 04:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.005775 10.0.0.23 - - [2025-12-18 04:31:35] "GET /obj-perms HTTP/1.1" 403 257 0.013000 10.0.0.23 - - [2025-12-18 04:31:36] "GET /obj-perms HTTP/1.1" 200 5030 0.007343 10.0.0.50 - - [2025-12-18 04:31:36] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023917 10.0.0.65 - - [2025-12-18 04:31:36] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021518 10.0.0.23 - - [2025-12-18 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.016271 10.0.0.65 - - [2025-12-18 04:31:36] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.23 - - [2025-12-18 04:31:36] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076176 10.0.0.23 - - [2025-12-18 04:31:36] "GET /virtual-network/44881245-bc33-4365-9159-9ae253bed32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.022149 10.0.0.23 - - [2025-12-18 04:31:36] "GET /floating-ip-pools?parent_id=44881245-bc33-4365-9159-9ae253bed32b&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016875 10.0.0.23 - - [2025-12-18 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018257 10.0.0.23 - - [2025-12-18 04:31:36] "GET /floating-ip-pool/4b43a8b0-c9c3-4e29-8628-85a927aa2457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.016373 10.0.0.65 - - [2025-12-18 04:31:36] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001626 10.0.0.23 - - [2025-12-18 04:31:36] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069049 10.0.0.23 - - [2025-12-18 04:31:36] "POST /floating-ips HTTP/1.1" 200 616 0.077015 10.0.0.23 - - [2025-12-18 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.020002 10.0.0.23 - - [2025-12-18 04:31:36] "GET /floating-ip/836f65d1-c00a-4898-b641-2323e36d1699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.025783 10.0.0.23 - - [2025-12-18 04:31:36] "GET /floating-ip/836f65d1-c00a-4898-b641-2323e36d1699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.021313 10.0.0.23 - - [2025-12-18 04:31:37] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.020901 10.0.0.23 - - [2025-12-18 04:31:37] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.026346 10.0.0.23 - - [2025-12-18 04:31:37] "GET /virtual-machine-interface/6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.025988 10.0.0.23 - - [2025-12-18 04:31:37] "POST /ref-update HTTP/1.1" 200 156 0.027051 10.0.0.23 - - [2025-12-18 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015687 10.0.0.23 - - [2025-12-18 04:31:37] "GET /routing-instance/bb2ad255-eae6-4a86-b734-9ac7af4b2479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023856 10.0.0.23 - - [2025-12-18 04:31:37] "GET /obj-perms HTTP/1.1" 403 257 0.042316 10.0.0.23 - - [2025-12-18 04:31:37] "GET /obj-perms HTTP/1.1" 403 257 0.013133 10.0.0.23 - - [2025-12-18 04:31:37] "POST /neutron/security_group HTTP/1.1" 200 542 0.046127 10.0.0.23 - - [2025-12-18 04:31:38] "POST /neutron/port HTTP/1.1" 200 1115 0.068524 10.0.0.23 - - [2025-12-18 04:31:38] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.018872 10.0.0.23 - - [2025-12-18 04:31:38] "GET /virtual-machine-interface/6733ecbd-bc0b-4e5a-9e96-45f4b21d5ea5 HTTP/1.1" 200 3585 0.026402 10.0.0.23 - - [2025-12-18 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.015902 10.0.0.23 - - [2025-12-18 04:31:38] "GET /security-group/b89d1c4d-76be-4b5e-956b-e250423b8a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.014916 10.0.0.23 - - [2025-12-18 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018022 10.0.0.23 - - [2025-12-18 04:31:38] "GET /security-group/b89d1c4d-76be-4b5e-956b-e250423b8a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017693 10.0.0.23 - - [2025-12-18 04:31:38] "DELETE /floating-ip/836f65d1-c00a-4898-b641-2323e36d1699 HTTP/1.1" 200 115 0.103500 10.0.0.23 - - [2025-12-18 04:31:38] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 200 1293 0.020155 10.0.0.23 - - [2025-12-18 04:31:39] "POST /neutron/port HTTP/1.1" 200 1130 0.022924 10.0.0.23 - - [2025-12-18 04:31:40] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 404 171 0.017530 10.0.0.23 - - [2025-12-18 04:31:40] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 404 171 0.014491 10.0.0.23 - - [2025-12-18 04:31:40] "GET /virtual-machine/f075aadf-3ec1-4852-8ef4-cd01923696a9 HTTP/1.1" 404 171 0.019601 10.0.0.23 - - [2025-12-18 04:31:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.017613 10.0.0.23 - - [2025-12-18 04:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.23 - - [2025-12-18 04:31:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005403 10.0.0.23 - - [2025-12-18 04:31:41] "GET /virtual-networks?parent_id=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025162 10.0.0.23 - - [2025-12-18 04:31:41] "GET /virtual-network/2f64ff22-fa3c-40f1-8b80-9d18b6afcc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.035992 10.0.0.23 - - [2025-12-18 04:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015703 10.0.0.23 - - [2025-12-18 04:31:41] "GET /routing-instance/97c5bdaa-8aeb-4b95-a1dd-5337739196ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.023551 10.0.0.23 - - [2025-12-18 04:31:41] "GET /obj-perms HTTP/1.1" 403 257 0.013759 10.0.0.23 - - [2025-12-18 04:31:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004961 10.0.0.65 - - [2025-12-18 04:31:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004172 10.0.0.65 - - [2025-12-18 04:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.65 - - [2025-12-18 04:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.65 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.65 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001096 10.0.0.23 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000693 10.0.0.50 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.50 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.50 - - [2025-12-18 04:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.50 - - [2025-12-18 04:31:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2025-12-18 04:31:51] "GET /obj-perms HTTP/1.1" 200 5030 0.008042 10.0.0.23 - - [2025-12-18 04:31:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-12-18 04:31:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2025-12-18 04:31:54] "GET /obj-perms HTTP/1.1" 200 5030 0.006403 10.0.0.23 - - [2025-12-18 04:32:00] "GET /obj-perms HTTP/1.1" 200 5030 0.006159 10.0.0.65 - - [2025-12-18 04:32:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005748 10.0.0.23 - - [2025-12-18 04:32:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003895 10.0.0.23 - - [2025-12-18 04:32:06] "POST /neutron/security_group HTTP/1.1" 200 568 0.015388 10.0.0.23 - - [2025-12-18 04:32:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.018187 10.0.0.23 - - [2025-12-18 04:32:06] "DELETE /access-control-list/b93fd691-8873-4758-93c1-64b056015174 HTTP/1.1" 200 115 0.073963 10.0.0.23 - - [2025-12-18 04:32:07] "DELETE /route-target/24f32093-1568-4a11-bba3-fd6ea8269ecb HTTP/1.1" 200 115 0.025515 10.0.0.65 - - [2025-12-18 04:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.049197 10.0.0.65 - - [2025-12-18 04:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002492 10.0.0.23 - - [2025-12-18 04:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.274372 10.0.0.23 - - [2025-12-18 04:32:07] "DELETE /api-access-list/5af84b7a-c6e5-464f-b982-d1028e1ba468 HTTP/1.1" 200 115 0.036589 10.0.0.23 - - [2025-12-18 04:32:10] "GET /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004673 10.0.0.23 - - [2025-12-18 04:32:10] "PUT /api-access-list/ce9fc6ab-c9b1-42a7-8909-326b06254665 HTTP/1.1" 200 264 0.012765 10.0.0.65 - - [2025-12-18 04:32:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.23 - - [2025-12-18 04:32:10] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.108582 10.0.0.65 - - [2025-12-18 04:32:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.079830 10.0.0.23 - - [2025-12-18 04:32:10] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?fields=virtual_networks HTTP/1.1" 200 1032 0.133607 10.0.0.65 - - [2025-12-18 04:32:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001470 10.0.0.23 - - [2025-12-18 04:32:10] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.060848 10.0.0.65 - - [2025-12-18 04:32:10] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.23 - - [2025-12-18 04:32:10] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?fields=security_groups HTTP/1.1" 200 1258 0.058358 10.0.0.65 - - [2025-12-18 04:32:11] "GET /projects?obj_uuids=6e32814d-a2cc-4c51-b56a-a9baa6462285&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.23 - - [2025-12-18 04:32:11] "GET /project/6e32814d-a2cc-4c51-b56a-a9baa6462285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.043285 [Introspect:8084]10.0.0.23 - - [2025-12-18 04:32:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001164 10.0.0.23 - - [2025-12-18 04:32:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.031595 10.0.0.65 - - [2025-12-18 04:32:15] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005188 10.0.0.65 - - [2025-12-18 04:32:15] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.65 - - [2025-12-18 04:32:15] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041253 10.0.0.65 - - [2025-12-18 04:32:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.003306 10.0.0.65 - - [2025-12-18 04:32:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.006489 10.0.0.65 - - [2025-12-18 04:32:15] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000830 10.0.0.65 - - [2025-12-18 04:32:15] "POST /security-groups HTTP/1.1" 200 592 0.085382 10.0.0.65 - - [2025-12-18 04:32:15] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.084026 10.0.0.65 - - [2025-12-18 04:32:15] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.23 - - [2025-12-18 04:32:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.014634 10.0.0.65 - - [2025-12-18 04:32:15] "POST /projects HTTP/1.1" 200 587 0.297601 10.0.0.65 - - [2025-12-18 04:32:15] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?fields=security_groups HTTP/1.1" 200 1363 0.056750 10.0.0.65 - - [2025-12-18 04:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.379298 10.0.0.23 - - [2025-12-18 04:32:16] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.588533 10.0.0.65 - - [2025-12-18 04:32:16] "DELETE /security-group/8a6e81bd-5ca4-4bc9-ade3-7a0e15ffcc8f HTTP/1.1" 200 115 0.101699 10.0.0.65 - - [2025-12-18 04:32:16] "GET /projects?obj_uuids=c5b22931-56bb-42f8-aed7-90864ecf4d4e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001749 10.0.0.23 - - [2025-12-18 04:32:16] "POST /access-control-lists HTTP/1.1" 200 595 0.085513 10.0.0.65 - - [2025-12-18 04:32:16] "GET /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e?fields=application_policy_sets HTTP/1.1" 200 1402 0.061267 10.0.0.65 - - [2025-12-18 04:32:16] "DELETE /project/c5b22931-56bb-42f8-aed7-90864ecf4d4e HTTP/1.1" 200 115 0.556310 10.0.0.23 - - [2025-12-18 04:32:17] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.23 - - [2025-12-18 04:32:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2025-12-18 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.073473 10.0.0.65 - - [2025-12-18 04:32:19] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.23 - - [2025-12-18 04:32:19] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047863 10.0.0.23 - - [2025-12-18 04:32:19] "POST /neutron/network HTTP/1.1" 200 117 0.044088 10.0.0.23 - - [2025-12-18 04:32:20] "POST /route-targets HTTP/1.1" 200 327 0.019979 10.0.0.23 - - [2025-12-18 04:32:20] "POST /neutron/network HTTP/1.1" 200 825 0.011313 10.0.0.23 - - [2025-12-18 04:32:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001124 10.0.0.23 - - [2025-12-18 04:32:20] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005146 10.0.0.23 - - [2025-12-18 04:32:20] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007434 10.0.0.23 - - [2025-12-18 04:32:20] "POST /neutron/subnet HTTP/1.1" 200 716 0.009702 10.0.0.23 - - [2025-12-18 04:32:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010980 10.0.0.50 - - [2025-12-18 04:32:22] "GET /obj-perms HTTP/1.1" 200 5032 0.073979 10.0.0.65 - - [2025-12-18 04:32:22] "GET /obj-perms HTTP/1.1" 200 5032 0.063570 10.0.0.23 - - [2025-12-18 04:32:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001833 10.0.0.65 - - [2025-12-18 04:32:23] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.23 - - [2025-12-18 04:32:23] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079600 10.0.0.23 - - [2025-12-18 04:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.005685 10.0.0.23 - - [2025-12-18 04:32:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001386 10.0.0.23 - - [2025-12-18 04:32:24] "POST /neutron/network HTTP/1.1" 200 835 0.010277 10.0.0.23 - - [2025-12-18 04:32:24] "POST /neutron/port HTTP/1.1" 200 1059 0.016040 10.0.0.23 - - [2025-12-18 04:32:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018637 10.0.0.65 - - [2025-12-18 04:32:25] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001512 10.0.0.23 - - [2025-12-18 04:32:25] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082597 10.0.0.23 - - [2025-12-18 04:32:25] "POST /neutron/network HTTP/1.1" 200 825 0.007454 10.0.0.23 - - [2025-12-18 04:32:25] "POST /neutron/port HTTP/1.1" 200 1087 0.017055 10.0.0.23 - - [2025-12-18 04:32:25] "POST /neutron/port HTTP/1.1" 200 1087 0.017293 10.0.0.65 - - [2025-12-18 04:32:25] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.23 - - [2025-12-18 04:32:26] "POST /neutron/port HTTP/1.1" 200 1059 0.310919 10.0.0.23 - - [2025-12-18 04:32:26] "POST /neutron/port HTTP/1.1" 200 1113 0.133904 10.0.0.23 - - [2025-12-18 04:32:26] "POST /neutron/subnet HTTP/1.1" 200 690 0.013798 10.0.0.23 - - [2025-12-18 04:32:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015532 10.0.0.23 - - [2025-12-18 04:32:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008243 10.0.0.23 - - [2025-12-18 04:32:30] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2025-12-18 04:32:31] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 200 1293 0.035088 10.0.0.23 - - [2025-12-18 04:32:31] "GET /virtual-machine-interface/e7869e79-8f1f-49b3-9deb-2e4d24e356de HTTP/1.1" 200 2949 0.006885 10.0.0.23 - - [2025-12-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.23 - - [2025-12-18 04:32:31] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.23 - - [2025-12-18 04:32:31] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005437 10.0.0.23 - - [2025-12-18 04:32:31] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008061 10.0.0.23 - - [2025-12-18 04:32:32] "POST /neutron/port HTTP/1.1" 200 1087 0.018353 10.0.0.23 - - [2025-12-18 04:32:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003586 10.0.0.23 - - [2025-12-18 04:32:32] "POST /neutron/network HTTP/1.1" 200 825 0.006892 10.0.0.23 - - [2025-12-18 04:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2025-12-18 04:32:34] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005492 10.0.0.23 - - [2025-12-18 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2025-12-18 04:32:38] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007237 10.0.0.23 - - [2025-12-18 04:32:41] "GET /obj-perms HTTP/1.1" 200 5056 0.068027 10.0.0.23 - - [2025-12-18 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.23 - - [2025-12-18 04:32:42] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008249 10.0.0.23 - - [2025-12-18 04:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-18 04:32:46] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005104 10.0.0.23 - - [2025-12-18 04:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2025-12-18 04:32:50] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005844 10.0.0.23 - - [2025-12-18 04:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2025-12-18 04:32:54] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005017 10.0.0.23 - - [2025-12-18 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2025-12-18 04:32:59] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007283 10.0.0.23 - - [2025-12-18 04:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.23 - - [2025-12-18 04:33:03] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005780 10.0.0.23 - - [2025-12-18 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2025-12-18 04:33:07] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007663 10.0.0.23 - - [2025-12-18 04:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.23 - - [2025-12-18 04:33:11] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005142 10.0.0.23 - - [2025-12-18 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2025-12-18 04:33:13] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004157 10.0.0.23 - - [2025-12-18 04:33:13] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003211 10.0.0.23 - - [2025-12-18 04:33:13] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005382 10.0.0.23 - - [2025-12-18 04:33:18] "POST /neutron/port HTTP/1.1" 200 1087 0.020665 10.0.0.23 - - [2025-12-18 04:33:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010340 10.0.0.23 - - [2025-12-18 04:33:24] "POST /neutron/network HTTP/1.1" 200 835 0.035062 10.0.0.23 - - [2025-12-18 04:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.23 - - [2025-12-18 04:33:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034220 10.0.0.23 - - [2025-12-18 04:33:32] "POST /neutron/port HTTP/1.1" 200 1087 0.014364 10.0.0.23 - - [2025-12-18 04:33:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009815 10.0.0.23 - - [2025-12-18 04:33:34] "POST /neutron/network HTTP/1.1" 200 835 0.011077 10.0.0.23 - - [2025-12-18 04:33:34] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.23 - - [2025-12-18 04:33:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008633 10.0.0.23 - - [2025-12-18 04:33:39] "POST /neutron/port HTTP/1.1" 200 1087 0.014750 10.0.0.23 - - [2025-12-18 04:33:39] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 200 1293 0.006587 10.0.0.23 - - [2025-12-18 04:33:39] "GET /virtual-machine-interface/5365936a-d50a-48ad-a681-10f19a2966a4 HTTP/1.1" 200 2948 0.007476 10.0.0.23 - - [2025-12-18 04:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2025-12-18 04:33:39] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003448 10.0.0.23 - - [2025-12-18 04:33:39] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002496 10.0.0.23 - - [2025-12-18 04:33:39] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006278 10.0.0.23 - - [2025-12-18 04:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-12-18 04:33:40] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.23 - - [2025-12-18 04:33:40] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004508 10.0.0.23 - - [2025-12-18 04:33:41] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008510 10.0.0.23 - - [2025-12-18 04:33:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007962 10.0.0.23 - - [2025-12-18 04:34:24] "POST /neutron/network HTTP/1.1" 200 835 0.007740 10.0.0.23 - - [2025-12-18 04:34:24] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.23 - - [2025-12-18 04:34:35] "POST /neutron/port HTTP/1.1" 200 1087 0.050643 10.0.0.23 - - [2025-12-18 04:34:35] "POST /neutron/subnet HTTP/1.1" 200 690 0.008676 10.0.0.23 - - [2025-12-18 04:35:20] "POST /neutron/port HTTP/1.1" 200 1087 0.016035 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 200 1293 0.004306 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine-interface/e7869e79-8f1f-49b3-9deb-2e4d24e356de HTTP/1.1" 200 2949 0.005773 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 200 1293 0.008618 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine-interface/e7869e79-8f1f-49b3-9deb-2e4d24e356de HTTP/1.1" 200 2949 0.006855 10.0.0.23 - - [2025-12-18 04:35:20] "GET /instance-ip/4744b682-280f-42bc-8ba6-3dd79f60fda1 HTTP/1.1" 200 1621 0.008707 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 200 1293 0.003960 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-machine-interface/e7869e79-8f1f-49b3-9deb-2e4d24e356de HTTP/1.1" 200 2949 0.005504 10.0.0.23 - - [2025-12-18 04:35:20] "GET /instance-ip/4744b682-280f-42bc-8ba6-3dd79f60fda1 HTTP/1.1" 200 1621 0.004306 10.0.0.23 - - [2025-12-18 04:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2025-12-18 04:35:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003636 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003685 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009988 10.0.0.23 - - [2025-12-18 04:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2025-12-18 04:35:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004567 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003458 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005541 10.0.0.23 - - [2025-12-18 04:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-12-18 04:35:20] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005084 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003528 10.0.0.23 - - [2025-12-18 04:35:20] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005372 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2025-12-18 04:35:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004520 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003493 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010299 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2025-12-18 04:35:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003528 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007096 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-12-18 04:35:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004767 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004199 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005590 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2025-12-18 04:35:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005893 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003517 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006169 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006161 10.0.0.23 - - [2025-12-18 04:35:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003832 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003786 10.0.0.23 - - [2025-12-18 04:35:21] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008818 10.0.0.23 - - [2025-12-18 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.23 - - [2025-12-18 04:35:21] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008065 10.0.0.23 - - [2025-12-18 04:35:21] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005903 10.0.0.23 - - [2025-12-18 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-12-18 04:35:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007954 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003727 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006689 10.0.0.23 - - [2025-12-18 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.23 - - [2025-12-18 04:35:22] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004440 10.0.0.23 - - [2025-12-18 04:35:22] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.009025 10.0.0.23 - - [2025-12-18 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.23 - - [2025-12-18 04:35:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003832 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008931 10.0.0.23 - - [2025-12-18 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.23 - - [2025-12-18 04:35:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005831 10.0.0.23 - - [2025-12-18 04:35:22] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008580 10.0.0.65 - - [2025-12-18 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.007020 10.0.0.23 - - [2025-12-18 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.065982 10.0.0.23 - - [2025-12-18 04:35:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003891 10.0.0.65 - - [2025-12-18 04:35:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004441 10.0.0.50 - - [2025-12-18 04:35:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004440 10.0.0.23 - - [2025-12-18 04:35:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008449 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 200 1293 0.004043 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine-interface/5365936a-d50a-48ad-a681-10f19a2966a4 HTTP/1.1" 200 2948 0.005435 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 200 1293 0.004967 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine-interface/5365936a-d50a-48ad-a681-10f19a2966a4 HTTP/1.1" 200 2948 0.008395 10.0.0.23 - - [2025-12-18 04:35:23] "GET /instance-ip/108e4b18-30a1-4e58-baa9-2e2203e56255 HTTP/1.1" 200 1621 0.007515 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 200 1293 0.005893 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-machine-interface/5365936a-d50a-48ad-a681-10f19a2966a4 HTTP/1.1" 200 2948 0.005821 10.0.0.23 - - [2025-12-18 04:35:23] "GET /instance-ip/108e4b18-30a1-4e58-baa9-2e2203e56255 HTTP/1.1" 200 1621 0.006628 10.0.0.23 - - [2025-12-18 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2025-12-18 04:35:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003882 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005939 10.0.0.23 - - [2025-12-18 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2025-12-18 04:35:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005143 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003891 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007164 10.0.0.23 - - [2025-12-18 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.23 - - [2025-12-18 04:35:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003300 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006768 10.0.0.23 - - [2025-12-18 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.23 - - [2025-12-18 04:35:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004403 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003277 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006402 10.0.0.23 - - [2025-12-18 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-18 04:35:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005059 10.0.0.23 - - [2025-12-18 04:35:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003611 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006902 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2025-12-18 04:35:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003439 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009214 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2025-12-18 04:35:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004017 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005786 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.23 - - [2025-12-18 04:35:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004679 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003926 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005657 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.23 - - [2025-12-18 04:35:24] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006194 10.0.0.23 - - [2025-12-18 04:35:24] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004109 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.23 - - [2025-12-18 04:35:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004639 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003009 10.0.0.23 - - [2025-12-18 04:35:24] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006855 10.0.0.23 - - [2025-12-18 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.23 - - [2025-12-18 04:35:24] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006036 10.0.0.23 - - [2025-12-18 04:35:25] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005966 10.0.0.23 - - [2025-12-18 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.23 - - [2025-12-18 04:35:25] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.23 - - [2025-12-18 04:35:25] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004363 10.0.0.23 - - [2025-12-18 04:35:25] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006830 10.0.0.23 - - [2025-12-18 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2025-12-18 04:35:25] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006682 10.0.0.23 - - [2025-12-18 04:35:25] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005869 10.0.0.23 - - [2025-12-18 04:35:25] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008235 10.0.0.65 - - [2025-12-18 04:35:25] "GET /obj-perms HTTP/1.1" 200 5032 0.005969 10.0.0.23 - - [2025-12-18 04:35:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004263 10.0.0.23 - - [2025-12-18 04:35:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004344 10.0.0.65 - - [2025-12-18 04:35:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004349 10.0.0.23 - - [2025-12-18 04:35:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003658 10.0.0.23 - - [2025-12-18 04:35:26] "POST /neutron/network HTTP/1.1" 200 835 0.006983 10.0.0.23 - - [2025-12-18 04:35:26] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.23 - - [2025-12-18 04:35:31] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 200 1293 0.005833 10.0.0.23 - - [2025-12-18 04:35:31] "POST /neutron/port HTTP/1.1" 200 1113 0.011327 10.0.0.23 - - [2025-12-18 04:35:33] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 404 171 0.003436 10.0.0.23 - - [2025-12-18 04:35:33] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 404 171 0.004139 10.0.0.23 - - [2025-12-18 04:35:33] "GET /virtual-machine/6b3bfceb-49a7-4caf-bd59-29445f4afce6 HTTP/1.1" 404 171 0.004100 10.0.0.23 - - [2025-12-18 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.23 - - [2025-12-18 04:35:33] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005043 10.0.0.23 - - [2025-12-18 04:35:33] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003206 10.0.0.23 - - [2025-12-18 04:35:33] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005987 10.0.0.23 - - [2025-12-18 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2025-12-18 04:35:33] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006976 10.0.0.23 - - [2025-12-18 04:35:33] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005131 10.0.0.65 - - [2025-12-18 04:35:33] "GET /obj-perms HTTP/1.1" 200 5032 0.004754 10.0.0.23 - - [2025-12-18 04:35:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004001 10.0.0.65 - - [2025-12-18 04:35:43] "GET /obj-perms HTTP/1.1" 200 5032 0.003754 10.0.0.23 - - [2025-12-18 04:35:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004250 10.0.0.50 - - [2025-12-18 04:35:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004645 10.0.0.23 - - [2025-12-18 04:35:46] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 200 1293 0.004573 10.0.0.23 - - [2025-12-18 04:35:46] "POST /neutron/port HTTP/1.1" 200 1113 0.012597 10.0.0.23 - - [2025-12-18 04:35:48] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 404 171 0.005053 10.0.0.23 - - [2025-12-18 04:35:48] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 404 171 0.003650 10.0.0.23 - - [2025-12-18 04:35:48] "GET /virtual-machine/369c80ce-e274-44fa-b113-3e896c230b39 HTTP/1.1" 404 171 0.003525 10.0.0.23 - - [2025-12-18 04:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.23 - - [2025-12-18 04:35:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.23 - - [2025-12-18 04:35:48] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003294 10.0.0.23 - - [2025-12-18 04:35:48] "GET /virtual-network/cdaefc8b-c468-4a38-b566-1676f7c06a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009322 10.0.0.23 - - [2025-12-18 04:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.23 - - [2025-12-18 04:35:48] "GET /routing-instance/08c76ee7-1762-4682-b468-6fb1db04a627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004291 10.0.0.23 - - [2025-12-18 04:35:48] "GET /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004887 10.0.0.23 - - [2025-12-18 04:35:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004723 10.0.0.65 - - [2025-12-18 04:35:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004955 10.0.0.23 - - [2025-12-18 04:35:58] "GET /obj-perms HTTP/1.1" 200 5032 0.005533 10.0.0.65 - - [2025-12-18 04:35:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003608 10.0.0.23 - - [2025-12-18 04:36:04] "GET /obj-perms HTTP/1.1" 200 5032 0.003935 10.0.0.65 - - [2025-12-18 04:36:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004178 10.0.0.65 - - [2025-12-18 04:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003979 10.0.0.65 - - [2025-12-18 04:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004386 10.0.0.23 - - [2025-12-18 04:36:04] "POST /neutron/network HTTP/1.1" 200 151 0.151965 10.0.0.23 - - [2025-12-18 04:36:04] "DELETE /route-target/697ec43a-7a0f-4f80-b7a5-90bbe8430d2f HTTP/1.1" 200 115 0.035933 10.0.0.23 - - [2025-12-18 04:36:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002908 10.0.0.23 - - [2025-12-18 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006091 10.0.0.65 - - [2025-12-18 04:36:07] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.23 - - [2025-12-18 04:36:07] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051367 10.0.0.23 - - [2025-12-18 04:36:07] "POST /network-policys HTTP/1.1" 200 522 0.033297 10.0.0.23 - - [2025-12-18 04:36:07] "GET /network-policy/a19a1325-d6db-459c-9c3d-67524405e811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006739 10.0.0.23 - - [2025-12-18 04:36:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.003438 10.0.0.23 - - [2025-12-18 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2025-12-18 04:36:07] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.23 - - [2025-12-18 04:36:07] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058547 10.0.0.23 - - [2025-12-18 04:36:07] "POST /network-policys HTTP/1.1" 200 522 0.030324 10.0.0.23 - - [2025-12-18 04:36:07] "GET /network-policy/225c97ca-1b9f-4486-b74f-f24ae0989c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006451 10.0.0.23 - - [2025-12-18 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.65 - - [2025-12-18 04:36:07] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.23 - - [2025-12-18 04:36:08] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055622 10.0.0.23 - - [2025-12-18 04:36:08] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004458 10.0.0.23 - - [2025-12-18 04:36:08] "POST /virtual-networks HTTP/1.1" 200 546 0.093611 10.0.0.23 - - [2025-12-18 04:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2025-12-18 04:36:08] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.008706 10.0.0.65 - - [2025-12-18 04:36:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004668 10.0.0.23 - - [2025-12-18 04:36:08] "POST /ref-update HTTP/1.1" 200 156 0.067366 10.0.0.23 - - [2025-12-18 04:36:08] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005827 10.0.0.23 - - [2025-12-18 04:36:08] "POST /neutron/network HTTP/1.1" 200 809 0.007763 10.0.0.23 - - [2025-12-18 04:36:08] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005414 10.0.0.23 - - [2025-12-18 04:36:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005649 10.0.0.23 - - [2025-12-18 04:36:09] "PUT /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2 HTTP/1.1" 200 264 0.059783 10.0.0.23 - - [2025-12-18 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.23 - - [2025-12-18 04:36:09] "GET /network-policy/a19a1325-d6db-459c-9c3d-67524405e811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004213 10.0.0.23 - - [2025-12-18 04:36:09] "POST /fqname-to-id HTTP/1.1" 404 237 0.010032 10.0.0.23 - - [2025-12-18 04:36:09] "POST /ref-update HTTP/1.1" 200 156 0.064699 10.0.0.23 - - [2025-12-18 04:36:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009374 10.0.0.23 - - [2025-12-18 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.23 - - [2025-12-18 04:36:09] "GET /network-policy/a19a1325-d6db-459c-9c3d-67524405e811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005518 10.0.0.23 - - [2025-12-18 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.65 - - [2025-12-18 04:36:09] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.23 - - [2025-12-18 04:36:09] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042593 10.0.0.23 - - [2025-12-18 04:36:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004038 10.0.0.23 - - [2025-12-18 04:36:10] "POST /virtual-networks HTTP/1.1" 200 546 0.108756 10.0.0.23 - - [2025-12-18 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.23 - - [2025-12-18 04:36:10] "POST /ref-update HTTP/1.1" 200 156 0.032970 10.0.0.23 - - [2025-12-18 04:36:10] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003710 10.0.0.65 - - [2025-12-18 04:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008243 10.0.0.23 - - [2025-12-18 04:36:10] "POST /ref-update HTTP/1.1" 200 156 0.094806 10.0.0.23 - - [2025-12-18 04:36:10] "POST /neutron/network HTTP/1.1" 200 809 0.006687 10.0.0.23 - - [2025-12-18 04:36:10] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005925 10.0.0.23 - - [2025-12-18 04:36:10] "POST /neutron/subnet HTTP/1.1" 200 672 0.009892 10.0.0.23 - - [2025-12-18 04:36:10] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007269 10.0.0.23 - - [2025-12-18 04:36:10] "GET /obj-perms HTTP/1.1" 200 5032 0.005001 10.0.0.50 - - [2025-12-18 04:36:10] "GET /obj-perms HTTP/1.1" 200 5032 0.009231 10.0.0.23 - - [2025-12-18 04:36:10] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005612 10.0.0.23 - - [2025-12-18 04:36:11] "PUT /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03 HTTP/1.1" 200 264 0.058851 10.0.0.23 - - [2025-12-18 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-12-18 04:36:11] "GET /network-policy/225c97ca-1b9f-4486-b74f-f24ae0989c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004472 10.0.0.23 - - [2025-12-18 04:36:11] "POST /ref-update HTTP/1.1" 200 156 0.062635 10.0.0.23 - - [2025-12-18 04:36:11] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006343 10.0.0.23 - - [2025-12-18 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.23 - - [2025-12-18 04:36:11] "POST /ref-update HTTP/1.1" 200 156 0.025886 10.0.0.23 - - [2025-12-18 04:36:11] "GET /network-policy/225c97ca-1b9f-4486-b74f-f24ae0989c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006816 10.0.0.23 - - [2025-12-18 04:36:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001785 10.0.0.65 - - [2025-12-18 04:36:12] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.23 - - [2025-12-18 04:36:12] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079259 10.0.0.23 - - [2025-12-18 04:36:12] "POST /neutron/network HTTP/1.1" 200 886 0.036749 10.0.0.23 - - [2025-12-18 04:36:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001702 10.0.0.23 - - [2025-12-18 04:36:12] "POST /neutron/port HTTP/1.1" 200 117 0.008523 10.0.0.65 - - [2025-12-18 04:36:13] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001634 10.0.0.23 - - [2025-12-18 04:36:13] "POST /neutron/port HTTP/1.1" 200 1061 0.347644 10.0.0.23 - - [2025-12-18 04:36:13] "POST /neutron/port HTTP/1.1" 200 1115 0.087475 10.0.0.23 - - [2025-12-18 04:36:14] "POST /neutron/subnet HTTP/1.1" 200 646 0.008977 10.0.0.65 - - [2025-12-18 04:36:14] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.23 - - [2025-12-18 04:36:14] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.098140 10.0.0.23 - - [2025-12-18 04:36:14] "POST /neutron/network HTTP/1.1" 200 886 0.006858 10.0.0.23 - - [2025-12-18 04:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.006141 10.0.0.23 - - [2025-12-18 04:36:14] "POST /neutron/network HTTP/1.1" 200 896 0.008368 10.0.0.23 - - [2025-12-18 04:36:15] "POST /neutron/port HTTP/1.1" 200 1061 0.016908 10.0.0.23 - - [2025-12-18 04:36:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004845 10.0.0.23 - - [2025-12-18 04:36:15] "POST /neutron/network HTTP/1.1" 200 886 0.007392 10.0.0.23 - - [2025-12-18 04:36:19] "POST /neutron/port HTTP/1.1" 200 1089 0.015910 10.0.0.23 - - [2025-12-18 04:36:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008370 10.0.0.23 - - [2025-12-18 04:36:19] "GET /virtual-machine/dbd4c53e-9a9c-4744-a9f6-39c5c82ec1c4 HTTP/1.1" 200 1294 0.006537 10.0.0.23 - - [2025-12-18 04:36:19] "GET /virtual-machine-interface/e39cc4ad-9243-40c4-b3f2-f07c8f517a2f HTTP/1.1" 200 2949 0.005846 10.0.0.23 - - [2025-12-18 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.23 - - [2025-12-18 04:36:19] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.23 - - [2025-12-18 04:36:19] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004587 10.0.0.23 - - [2025-12-18 04:36:19] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008688 10.0.0.23 - - [2025-12-18 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2025-12-18 04:36:22] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007379 10.0.0.23 - - [2025-12-18 04:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2025-12-18 04:36:27] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004816 10.0.0.23 - - [2025-12-18 04:36:27] "POST /neutron/network HTTP/1.1" 200 896 0.007630 10.0.0.23 - - [2025-12-18 04:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.23 - - [2025-12-18 04:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.23 - - [2025-12-18 04:36:31] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006899 10.0.0.23 - - [2025-12-18 04:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-18 04:36:35] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006981 10.0.0.23 - - [2025-12-18 04:36:37] "POST /neutron/port HTTP/1.1" 200 1089 0.019227 10.0.0.23 - - [2025-12-18 04:36:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.010146 10.0.0.23 - - [2025-12-18 04:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-18 04:36:39] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005008 10.0.0.23 - - [2025-12-18 04:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.23 - - [2025-12-18 04:36:43] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007451 10.0.0.65 - - [2025-12-18 04:36:44] "GET /obj-perms HTTP/1.1" 200 5056 0.062128 10.0.0.23 - - [2025-12-18 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.23 - - [2025-12-18 04:36:47] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005018 10.0.0.65 - - [2025-12-18 04:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.65 - - [2025-12-18 04:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.65 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.50 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.50 - - [2025-12-18 04:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-12-18 04:36:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-12-18 04:36:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-18 04:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.23 - - [2025-12-18 04:36:51] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005893 10.0.0.23 - - [2025-12-18 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.23 - - [2025-12-18 04:36:55] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006857 10.0.0.23 - - [2025-12-18 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2025-12-18 04:36:59] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005878 10.0.0.23 - - [2025-12-18 04:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.23 - - [2025-12-18 04:37:01] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004899 10.0.0.23 - - [2025-12-18 04:37:01] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004202 10.0.0.23 - - [2025-12-18 04:37:02] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007101 10.0.0.23 - - [2025-12-18 04:37:02] "POST /neutron/port HTTP/1.1" 200 1089 0.018798 10.0.0.23 - - [2025-12-18 04:37:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008113 10.0.0.23 - - [2025-12-18 04:37:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015822 10.0.0.23 - - [2025-12-18 04:37:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009743 10.0.0.23 - - [2025-12-18 04:37:23] "POST /neutron/port HTTP/1.1" 200 1089 0.048779 10.0.0.23 - - [2025-12-18 04:37:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009988 10.0.0.23 - - [2025-12-18 04:37:23] "GET /virtual-machine/f5cea55d-6bfb-468e-82a9-b769083f4d52 HTTP/1.1" 200 1293 0.006832 10.0.0.23 - - [2025-12-18 04:37:23] "GET /virtual-machine-interface/65916539-f597-488b-8cd0-fa6bc0b85f5e HTTP/1.1" 200 2948 0.005605 10.0.0.23 - - [2025-12-18 04:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.039530 10.0.0.23 - - [2025-12-18 04:37:23] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009158 10.0.0.23 - - [2025-12-18 04:37:23] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004666 10.0.0.23 - - [2025-12-18 04:37:23] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008136 10.0.0.23 - - [2025-12-18 04:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176 10.0.0.23 - - [2025-12-18 04:37:24] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003653 10.0.0.23 - - [2025-12-18 04:37:24] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004069 10.0.0.23 - - [2025-12-18 04:37:24] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007565 10.0.0.23 - - [2025-12-18 04:37:24] "POST /neutron/port HTTP/1.1" 200 1089 0.026524 10.0.0.23 - - [2025-12-18 04:37:27] "POST /neutron/port HTTP/1.1" 200 1089 0.015827 10.0.0.23 - - [2025-12-18 04:37:27] "POST /neutron/subnet HTTP/1.1" 200 646 0.010363 10.0.0.23 - - [2025-12-18 04:37:29] "POST /neutron/port HTTP/1.1" 200 1089 0.019374 10.0.0.23 - - [2025-12-18 04:37:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008127 10.0.0.23 - - [2025-12-18 04:37:37] "POST /neutron/network HTTP/1.1" 200 896 0.012046 10.0.0.23 - - [2025-12-18 04:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2025-12-18 04:38:27] "POST /neutron/port HTTP/1.1" 200 1089 0.045545 10.0.0.23 - - [2025-12-18 04:38:27] "POST /neutron/subnet HTTP/1.1" 200 646 0.011162 10.0.0.23 - - [2025-12-18 04:38:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014493 10.0.0.23 - - [2025-12-18 04:38:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.23 - - [2025-12-18 04:38:38] "POST /neutron/network HTTP/1.1" 200 886 0.006533 10.0.0.23 - - [2025-12-18 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.033693 10.0.0.23 - - [2025-12-18 04:39:39] "POST /neutron/port HTTP/1.1" 200 1089 0.592933 10.0.0.23 - - [2025-12-18 04:39:39] "POST /neutron/subnet HTTP/1.1" 200 646 0.014337 ++ 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 18 04:39:43 AM UTC 2025 ===================' INFO: =================== Thu Dec 18 04:39:43 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.50:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.50:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.50:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.50:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.50:8086 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.50:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.50:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.50:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.50:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65: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.129,10.20.0.14,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.50:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.50:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.50:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.50:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.50:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.50:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.50:6379 10.0.0.65: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.23,10.0.0.50,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.50:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.50:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.50,10.0.0.65 ++ 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.23,10.0.0.50,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.23,10.0.0.50,10.0.0.65 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.50,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.50,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.50:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/18/2025 04:39:51.840 7fcc0cd1f640 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/18/2025 04:39:51.976 7fcc0cd1f640 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/18/2025 04:39:51.987 7fcc0cd1f640 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/18/2025 04:39:51.987 7fcc0cd1f640 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-12-18 04:39:52] "GET / HTTP/1.1" 503 181 0.000208 10.0.0.65 - - [2025-12-18 04:39:52] "GET / HTTP/1.1" 503 181 0.000179 10.0.0.65 - - [2025-12-18 04:39:53] "GET / HTTP/1.1" 200 45871 0.001288 10.0.0.65 - - [2025-12-18 04:39:53] "GET / HTTP/1.1" 200 45871 0.001046 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.65 - - [2025-12-18 04:39:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.65 - - [2025-12-18 04:39:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000292 [Introspect:8084]10.0.0.23 - - [2025-12-18 04:39:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001354 10.0.0.65 - - [2025-12-18 04:39:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.687504 10.0.0.65 - - [2025-12-18 04:39:54] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003857 10.0.0.65 - - [2025-12-18 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.382116 10.0.0.65 - - [2025-12-18 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 /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.65 - - [2025-12-18 04:39:55] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.65 - - [2025-12-18 04:39:55] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.037424 10.0.0.65 - - [2025-12-18 04:39:55] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.65 - - [2025-12-18 04:39:55] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=security_groups HTTP/1.1" 200 1087 0.055125 10.0.0.65 - - [2025-12-18 04:39:55] "GET /projects?obj_uuids=67eebe97-b407-4fa3-92ad-09e40d708670&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001086 10.0.0.65 - - [2025-12-18 04:39:55] "GET /project/67eebe97-b407-4fa3-92ad-09e40d708670?fields=application_policy_sets HTTP/1.1" 200 1380 0.034269 10.0.0.65 - - [2025-12-18 04:39:55] "DELETE /project/67eebe97-b407-4fa3-92ad-09e40d708670 HTTP/1.1" 409 278 0.226949 [Introspect:8084]10.0.0.23 - - [2025-12-18 04:39:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001461 [Introspect:8084]10.0.0.23 - - [2025-12-18 04:39:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001011 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-12-18 04:40:00] "GET /obj-perms HTTP/1.1" 200 5032 0.408777 10.0.0.23 - - [2025-12-18 04:40:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004294 10.0.0.23 - - [2025-12-18 04:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.033515 10.0.0.65 - - [2025-12-18 04:40:00] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.23 - - [2025-12-18 04:40:00] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053746 10.0.0.23 - - [2025-12-18 04:40:00] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.008739 10.0.0.23 - - [2025-12-18 04:40:00] "POST /virtual-networks HTTP/1.1" 200 546 0.089860 10.0.0.23 - - [2025-12-18 04:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.23 - - [2025-12-18 04:40:00] "GET /network-ipam/d9ce5d3b-d8e9-46ce-8fd5-58f49e3dd819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005062 10.0.0.65 - - [2025-12-18 04:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005850 10.0.0.23 - - [2025-12-18 04:40:00] "POST /ref-update HTTP/1.1" 200 156 0.073592 10.0.0.23 - - [2025-12-18 04:40:00] "POST /neutron/network HTTP/1.1" 200 809 0.042262 10.0.0.23 - - [2025-12-18 04:40:01] "GET /virtual-network/f28a49cb-7acd-409b-b423-f8184a33ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006730 10.0.0.23 - - [2025-12-18 04:40:01] "POST /neutron/subnet HTTP/1.1" 200 672 0.013672 10.0.0.23 - - [2025-12-18 04:40:01] "POST /route-targets HTTP/1.1" 200 327 0.054728 10.0.0.23 - - [2025-12-18 04:40:01] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007156 10.0.0.23 - - [2025-12-18 04:40:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004299 10.0.0.50 - - [2025-12-18 04:40:01] "GET /obj-perms HTTP/1.1" 200 5032 0.069273 10.0.0.65 - - [2025-12-18 04:40:01] "GET /obj-perms HTTP/1.1" 200 5032 0.067793 10.0.0.23 - - [2025-12-18 04:40:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001754 10.0.0.23 - - [2025-12-18 04:40:02] "POST /neutron/network HTTP/1.1" 200 896 0.008422 10.0.0.65 - - [2025-12-18 04:40:02] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001727 10.0.0.23 - - [2025-12-18 04:40:03] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080376 10.0.0.23 - - [2025-12-18 04:40:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007321 10.0.0.23 - - [2025-12-18 04:40:03] "POST /neutron/network HTTP/1.1" 200 896 0.009009 10.0.0.23 - - [2025-12-18 04:40:04] "POST /neutron/port HTTP/1.1" 200 1061 0.052985 10.0.0.23 - - [2025-12-18 04:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.23 - - [2025-12-18 04:40:04] "POST /neutron/network HTTP/1.1" 200 886 0.008605 10.0.0.23 - - [2025-12-18 04:40:08] "POST /neutron/port HTTP/1.1" 200 1089 0.021187 10.0.0.23 - - [2025-12-18 04:40:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007650 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.046171 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.004025 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine-interface/a29f9245-5deb-4893-9dd8-c8a362c2e936 HTTP/1.1" 200 2949 0.005433 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.004042 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine-interface/a29f9245-5deb-4893-9dd8-c8a362c2e936 HTTP/1.1" 200 2949 0.004977 10.0.0.23 - - [2025-12-18 04:40:08] "GET /instance-ip/7a4d7ea5-3957-4c47-a035-ca505ee0c674 HTTP/1.1" 200 1623 0.006803 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.003560 10.0.0.23 - - [2025-12-18 04:40:08] "GET /virtual-machine-interface/a29f9245-5deb-4893-9dd8-c8a362c2e936 HTTP/1.1" 200 2949 0.006616 10.0.0.23 - - [2025-12-18 04:40:08] "GET /instance-ip/7a4d7ea5-3957-4c47-a035-ca505ee0c674 HTTP/1.1" 200 1623 0.010320 10.0.0.23 - - [2025-12-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2025-12-18 04:40:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003693 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003478 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005219 10.0.0.23 - - [2025-12-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2025-12-18 04:40:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004134 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003015 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005406 10.0.0.23 - - [2025-12-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2025-12-18 04:40:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003506 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002989 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005786 10.0.0.23 - - [2025-12-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2025-12-18 04:40:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004297 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005303 10.0.0.23 - - [2025-12-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.23 - - [2025-12-18 04:40:09] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005060 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005801 10.0.0.23 - - [2025-12-18 04:40:09] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007148 10.0.0.23 - - [2025-12-18 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2025-12-18 04:40:12] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005098 10.0.0.23 - - [2025-12-18 04:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005511 10.0.0.23 - - [2025-12-18 04:40:16] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005916 10.0.0.23 - - [2025-12-18 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-18 04:40:20] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005277 10.0.0.23 - - [2025-12-18 04:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.23 - - [2025-12-18 04:40:25] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007741 10.0.0.23 - - [2025-12-18 04:40:28] "POST /neutron/port HTTP/1.1" 200 1089 0.020618 10.0.0.23 - - [2025-12-18 04:40:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005732 10.0.0.23 - - [2025-12-18 04:40:28] "POST /neutron/network HTTP/1.1" 200 886 0.006969 10.0.0.23 - - [2025-12-18 04:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.23 - - [2025-12-18 04:40:29] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005634 10.0.0.23 - - [2025-12-18 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2025-12-18 04:40:33] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007233 10.0.0.23 - - [2025-12-18 04:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.23 - - [2025-12-18 04:40:37] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006777 10.0.0.23 - - [2025-12-18 04:40:38] "POST /neutron/network HTTP/1.1" 200 896 0.042775 10.0.0.23 - - [2025-12-18 04:40:38] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.23 - - [2025-12-18 04:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.23 - - [2025-12-18 04:40:41] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004869 10.0.0.23 - - [2025-12-18 04:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2025-12-18 04:40:45] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006632 10.0.0.23 - - [2025-12-18 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2025-12-18 04:40:49] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006780 10.0.0.23 - - [2025-12-18 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-12-18 04:40:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004680 10.0.0.23 - - [2025-12-18 04:40:53] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003500 10.0.0.23 - - [2025-12-18 04:40:53] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005974 10.0.0.23 - - [2025-12-18 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2025-12-18 04:40:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003997 10.0.0.23 - - [2025-12-18 04:40:53] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002770 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007801 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2025-12-18 04:40:54] "GET /routing-instance/ac103052-c199-4be4-8b36-41c5a1e422fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005857 10.0.0.23 - - [2025-12-18 04:40:54] "GET /route-target/b7e21873-3958-4ebf-9fdb-468041b46bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003855 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.23 - - [2025-12-18 04:40:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005291 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003662 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007992 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.23 - - [2025-12-18 04:40:54] "GET /routing-instance/ac103052-c199-4be4-8b36-41c5a1e422fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006626 10.0.0.23 - - [2025-12-18 04:40:54] "GET /route-target/b7e21873-3958-4ebf-9fdb-468041b46bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005059 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.23 - - [2025-12-18 04:40:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003631 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007052 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.23 - - [2025-12-18 04:40:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005839 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004086 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006938 10.0.0.23 - - [2025-12-18 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.23 - - [2025-12-18 04:40:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004567 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003048 10.0.0.23 - - [2025-12-18 04:40:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006280 10.0.0.65 - - [2025-12-18 04:40:54] "GET /obj-perms HTTP/1.1" 200 5032 0.005248 10.0.0.23 - - [2025-12-18 04:40:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003278 10.0.0.23 - - [2025-12-18 04:40:55] "GET /obj-perms HTTP/1.1" 200 5032 0.005114 10.0.0.50 - - [2025-12-18 04:40:55] "GET /obj-perms HTTP/1.1" 200 5032 0.003550 10.0.0.23 - - [2025-12-18 04:40:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.23 - - [2025-12-18 04:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007345 10.0.0.65 - - [2025-12-18 04:40:56] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001718 10.0.0.23 - - [2025-12-18 04:40:56] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072973 10.0.0.23 - - [2025-12-18 04:40:56] "POST /neutron/port HTTP/1.1" 200 3034 0.031328 10.0.0.23 - - [2025-12-18 04:40:56] "POST /neutron/port HTTP/1.1" 200 117 0.006292 10.0.0.23 - - [2025-12-18 04:40:57] "POST /neutron/port HTTP/1.1" 200 1061 0.022572 10.0.0.23 - - [2025-12-18 04:40:57] "POST /neutron/port HTTP/1.1" 200 1089 0.019659 10.0.0.23 - - [2025-12-18 04:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.23 - - [2025-12-18 04:41:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008925 10.0.0.23 - - [2025-12-18 04:41:02] "POST /neutron/port HTTP/1.1" 200 1089 0.017420 10.0.0.23 - - [2025-12-18 04:41:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011765 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.008488 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.005321 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine-interface/8fe68c7d-b9a7-478b-bf85-a793e843d19d HTTP/1.1" 200 2949 0.007639 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.006290 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine-interface/8fe68c7d-b9a7-478b-bf85-a793e843d19d HTTP/1.1" 200 2949 0.007006 10.0.0.23 - - [2025-12-18 04:41:02] "GET /instance-ip/4fe37fc7-095c-4560-be08-c6cc7b7231bb HTTP/1.1" 200 1623 0.009449 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.006741 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-machine-interface/8fe68c7d-b9a7-478b-bf85-a793e843d19d HTTP/1.1" 200 2949 0.006839 10.0.0.23 - - [2025-12-18 04:41:02] "GET /instance-ip/4fe37fc7-095c-4560-be08-c6cc7b7231bb HTTP/1.1" 200 1623 0.006209 10.0.0.23 - - [2025-12-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005405 10.0.0.23 - - [2025-12-18 04:41:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005212 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004538 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006522 10.0.0.23 - - [2025-12-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2025-12-18 04:41:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004043 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003225 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005472 10.0.0.23 - - [2025-12-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.23 - - [2025-12-18 04:41:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.015743 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006385 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006175 10.0.0.23 - - [2025-12-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.23 - - [2025-12-18 04:41:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006327 10.0.0.23 - - [2025-12-18 04:41:02] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004544 10.0.0.23 - - [2025-12-18 04:41:03] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.011320 10.0.0.23 - - [2025-12-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.23 - - [2025-12-18 04:41:03] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006564 10.0.0.23 - - [2025-12-18 04:41:03] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003855 10.0.0.23 - - [2025-12-18 04:41:03] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.009905 10.0.0.23 - - [2025-12-18 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.23 - - [2025-12-18 04:41:06] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006442 10.0.0.23 - - [2025-12-18 04:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005350 10.0.0.23 - - [2025-12-18 04:41:10] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005691 10.0.0.23 - - [2025-12-18 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-12-18 04:41:14] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008263 10.0.0.23 - - [2025-12-18 04:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.23 - - [2025-12-18 04:41:18] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005984 10.0.0.23 - - [2025-12-18 04:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2025-12-18 04:41:22] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005762 10.0.0.23 - - [2025-12-18 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.23 - - [2025-12-18 04:41:26] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005267 10.0.0.23 - - [2025-12-18 04:41:28] "POST /neutron/port HTTP/1.1" 200 1089 0.018800 10.0.0.23 - - [2025-12-18 04:41:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.23 - - [2025-12-18 04:41:28] "POST /neutron/network HTTP/1.1" 200 886 0.009750 10.0.0.23 - - [2025-12-18 04:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.23 - - [2025-12-18 04:41:30] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007187 10.0.0.23 - - [2025-12-18 04:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2025-12-18 04:41:34] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005870 10.0.0.23 - - [2025-12-18 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2025-12-18 04:41:39] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005700 10.0.0.23 - - [2025-12-18 04:41:40] "POST /neutron/network HTTP/1.1" 200 896 0.008080 10.0.0.23 - - [2025-12-18 04:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.23 - - [2025-12-18 04:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2025-12-18 04:41:43] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006505 10.0.0.23 - - [2025-12-18 04:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-18 04:41:47] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005289 10.0.0.65 - - [2025-12-18 04:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.65 - - [2025-12-18 04:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.65 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000707 10.0.0.23 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.50 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.50 - - [2025-12-18 04:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001603 10.0.0.50 - - [2025-12-18 04:41:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-18 04:41:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-18 04:41:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2025-12-18 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.23 - - [2025-12-18 04:41:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004333 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003645 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007674 10.0.0.23 - - [2025-12-18 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2025-12-18 04:41:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003517 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003582 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006810 10.0.0.23 - - [2025-12-18 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2025-12-18 04:41:51] "GET /routing-instance/82045cad-91c9-4556-a4a2-f12738941203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005853 10.0.0.23 - - [2025-12-18 04:41:51] "GET /route-target/9380479a-324a-44c1-824d-670909ccaeca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004608 10.0.0.23 - - [2025-12-18 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.23 - - [2025-12-18 04:41:51] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004247 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004454 10.0.0.23 - - [2025-12-18 04:41:51] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010974 10.0.0.23 - - [2025-12-18 04:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.23 - - [2025-12-18 04:41:51] "GET /routing-instance/82045cad-91c9-4556-a4a2-f12738941203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006319 10.0.0.23 - - [2025-12-18 04:41:51] "GET /route-target/9380479a-324a-44c1-824d-670909ccaeca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006216 10.0.0.23 - - [2025-12-18 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.23 - - [2025-12-18 04:41:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004538 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004107 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008158 10.0.0.23 - - [2025-12-18 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-18 04:41:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004864 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008322 10.0.0.23 - - [2025-12-18 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2025-12-18 04:41:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007106 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004440 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008703 10.0.0.65 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.005251 10.0.0.23 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004760 10.0.0.23 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004800 10.0.0.65 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004654 10.0.0.23 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004910 10.0.0.50 - - [2025-12-18 04:41:52] "GET /obj-perms HTTP/1.1" 200 5032 0.005399 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.007048 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-machine-interface/a29f9245-5deb-4893-9dd8-c8a362c2e936 HTTP/1.1" 200 2949 0.007963 10.0.0.23 - - [2025-12-18 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.23 - - [2025-12-18 04:41:52] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005102 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003672 10.0.0.23 - - [2025-12-18 04:41:52] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005892 10.0.0.23 - - [2025-12-18 04:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2025-12-18 04:41:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.23 - - [2025-12-18 04:41:53] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003089 10.0.0.23 - - [2025-12-18 04:41:54] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005920 10.0.0.23 - - [2025-12-18 04:41:54] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.005613 10.0.0.23 - - [2025-12-18 04:41:54] "GET /virtual-machine-interface/8fe68c7d-b9a7-478b-bf85-a793e843d19d HTTP/1.1" 200 2949 0.006459 10.0.0.23 - - [2025-12-18 04:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006157 10.0.0.23 - - [2025-12-18 04:41:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.23 - - [2025-12-18 04:41:54] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004134 10.0.0.23 - - [2025-12-18 04:41:54] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007112 10.0.0.23 - - [2025-12-18 04:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-12-18 04:41:55] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004113 10.0.0.23 - - [2025-12-18 04:41:55] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004434 10.0.0.23 - - [2025-12-18 04:41:55] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006825 10.0.0.23 - - [2025-12-18 04:41:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007246 10.0.0.23 - - [2025-12-18 04:42:05] "POST /neutron/port HTTP/1.1" 200 1089 0.054401 10.0.0.23 - - [2025-12-18 04:42:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007307 10.0.0.23 - - [2025-12-18 04:42:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016322 10.0.0.23 - - [2025-12-18 04:42:30] "POST /neutron/port HTTP/1.1" 200 1089 0.017192 10.0.0.23 - - [2025-12-18 04:42:30] "POST /neutron/subnet HTTP/1.1" 200 646 0.008992 10.0.0.23 - - [2025-12-18 04:42:40] "POST /neutron/port HTTP/1.1" 200 1089 0.016039 10.0.0.23 - - [2025-12-18 04:42:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.23 - - [2025-12-18 04:42:40] "POST /neutron/network HTTP/1.1" 200 886 0.008671 10.0.0.65 - - [2025-12-18 04:42:50] "GET /obj-perms HTTP/1.1" 200 5056 0.072077 10.0.0.23 - - [2025-12-18 04:43:10] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 200 1294 0.005385 10.0.0.23 - - [2025-12-18 04:43:10] "POST /neutron/port HTTP/1.1" 200 151 0.193843 10.0.0.23 - - [2025-12-18 04:43:12] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 404 171 0.004030 10.0.0.23 - - [2025-12-18 04:43:12] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 404 171 0.002506 10.0.0.23 - - [2025-12-18 04:43:12] "GET /virtual-machine/9e0a5f57-cc44-4f70-94bc-facd5f32ec11 HTTP/1.1" 404 171 0.056876 10.0.0.23 - - [2025-12-18 04:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005619 10.0.0.23 - - [2025-12-18 04:43:12] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005708 10.0.0.23 - - [2025-12-18 04:43:12] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003766 10.0.0.23 - - [2025-12-18 04:43:12] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006787 10.0.0.23 - - [2025-12-18 04:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.23 - - [2025-12-18 04:43:12] "GET /routing-instance/82045cad-91c9-4556-a4a2-f12738941203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004757 10.0.0.23 - - [2025-12-18 04:43:12] "GET /route-target/9380479a-324a-44c1-824d-670909ccaeca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003842 10.0.0.23 - - [2025-12-18 04:43:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003520 10.0.0.65 - - [2025-12-18 04:43:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004186 10.0.0.23 - - [2025-12-18 04:43:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005942 10.0.0.23 - - [2025-12-18 04:43:19] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 200 1294 0.004613 10.0.0.23 - - [2025-12-18 04:43:20] "POST /neutron/port HTTP/1.1" 200 151 0.216230 10.0.0.23 - - [2025-12-18 04:43:21] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 404 171 0.004665 10.0.0.23 - - [2025-12-18 04:43:21] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 404 171 0.003354 10.0.0.23 - - [2025-12-18 04:43:21] "GET /virtual-machine/91efc933-6f81-447a-b2c7-962feb8c21d8 HTTP/1.1" 404 171 0.003693 10.0.0.23 - - [2025-12-18 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2025-12-18 04:43:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.23 - - [2025-12-18 04:43:21] "GET /virtual-networks?parent_id=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004098 10.0.0.23 - - [2025-12-18 04:43:21] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005512 10.0.0.23 - - [2025-12-18 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.23 - - [2025-12-18 04:43:21] "GET /routing-instance/ac103052-c199-4be4-8b36-41c5a1e422fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005382 10.0.0.23 - - [2025-12-18 04:43:21] "GET /route-target/b7e21873-3958-4ebf-9fdb-468041b46bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004719 10.0.0.50 - - [2025-12-18 04:43:25] "GET /obj-perms HTTP/1.1" 200 5032 0.007619 10.0.0.23 - - [2025-12-18 04:43:28] "GET /obj-perms HTTP/1.1" 200 5032 0.003519 10.0.0.50 - - [2025-12-18 04:43:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004155 10.0.0.23 - - [2025-12-18 04:43:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004539 10.0.0.23 - - [2025-12-18 04:43:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003973 10.0.0.50 - - [2025-12-18 04:43:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004839 10.0.0.65 - - [2025-12-18 04:43:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006916 10.0.0.65 - - [2025-12-18 04:43:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.23 - - [2025-12-18 04:43:40] "DELETE /virtual-network/f28a49cb-7acd-409b-b423-f8184a33ab3c HTTP/1.1" 200 115 0.115653 10.0.0.23 - - [2025-12-18 04:43:40] "DELETE /route-target/13b6c87c-4478-4b4c-96ba-3138c3defd7c HTTP/1.1" 200 115 0.024002 10.0.0.23 - - [2025-12-18 04:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2025-12-18 04:43:40] "GET /network-policy/225c97ca-1b9f-4486-b74f-f24ae0989c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003797 10.0.0.23 - - [2025-12-18 04:43:40] "POST /ref-update HTTP/1.1" 200 156 0.060488 10.0.0.23 - - [2025-12-18 04:43:41] "GET /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.012499 10.0.0.23 - - [2025-12-18 04:43:41] "DELETE /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03 HTTP/1.1" 409 248 0.015359 10.0.0.23 - - [2025-12-18 04:43:41] "POST /neutron/port HTTP/1.1" 200 1115 0.011756 10.0.0.23 - - [2025-12-18 04:43:41] "POST /neutron/port HTTP/1.1" 200 1115 0.013283 10.0.0.65 - - [2025-12-18 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003225 10.0.0.65 - - [2025-12-18 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.23 - - [2025-12-18 04:43:43] "DELETE /virtual-network/86c66272-9e5e-4655-a8de-24524feaee03 HTTP/1.1" 200 115 0.103435 10.0.0.23 - - [2025-12-18 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2025-12-18 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.23 - - [2025-12-18 04:43:43] "GET /network-policy/a19a1325-d6db-459c-9c3d-67524405e811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004095 10.0.0.23 - - [2025-12-18 04:43:43] "POST /ref-update HTTP/1.1" 200 156 0.068316 10.0.0.23 - - [2025-12-18 04:43:43] "GET /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008335 10.0.0.65 - - [2025-12-18 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005914 10.0.0.23 - - [2025-12-18 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.65 - - [2025-12-18 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008691 10.0.0.23 - - [2025-12-18 04:43:43] "DELETE /virtual-network/a63173a2-9ba1-47b0-902b-b48945d3a0c2 HTTP/1.1" 200 115 0.121064 10.0.0.23 - - [2025-12-18 04:43:43] "DELETE /network-policy/225c97ca-1b9f-4486-b74f-f24ae0989c28 HTTP/1.1" 200 115 0.035504 10.0.0.23 - - [2025-12-18 04:43:43] "DELETE /network-policy/a19a1325-d6db-459c-9c3d-67524405e811 HTTP/1.1" 200 115 0.029717 10.0.0.65 - - [2025-12-18 04:43:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059945 10.0.0.65 - - [2025-12-18 04:44:12] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.23 - - [2025-12-18 04:44:12] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.106845 10.0.0.65 - - [2025-12-18 04:44:12] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002069 10.0.0.23 - - [2025-12-18 04:44:12] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?fields=virtual_networks HTTP/1.1" 200 1033 0.046258 10.0.0.65 - - [2025-12-18 04:44:12] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.23 - - [2025-12-18 04:44:12] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039432 10.0.0.65 - - [2025-12-18 04:44:12] "GET /projects?obj_uuids=32b7e988-cfee-40d9-a277-8a66f7d713d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.23 - - [2025-12-18 04:44:12] "GET /project/32b7e988-cfee-40d9-a277-8a66f7d713d5?fields=security_groups HTTP/1.1" 200 1260 0.049006 10.0.0.23 - - [2025-12-18 04:44:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.371259 10.0.0.65 - - [2025-12-18 04:44:14] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004415 10.0.0.65 - - [2025-12-18 04:44:14] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.65 - - [2025-12-18 04:44:14] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006304 10.0.0.65 - - [2025-12-18 04:44:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.003333 10.0.0.65 - - [2025-12-18 04:44:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.007655 10.0.0.65 - - [2025-12-18 04:44:14] "POST /security-groups HTTP/1.1" 200 591 0.084893 10.0.0.65 - - [2025-12-18 04:44:14] "POST /projects HTTP/1.1" 200 585 0.299927 10.0.0.23 - - [2025-12-18 04:44:14] "POST /access-control-lists HTTP/1.1" 200 596 0.030754 10.0.0.65 - - [2025-12-18 04:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.379051 10.0.0.23 - - [2025-12-18 04:44:14] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.546903 10.0.0.23 - - [2025-12-18 04:44:15] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.23 - - [2025-12-18 04:44:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-12-18 04:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.065998 10.0.0.65 - - [2025-12-18 04:44:18] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.23 - - [2025-12-18 04:44:18] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033030 10.0.0.23 - - [2025-12-18 04:44:18] "POST /neutron/network HTTP/1.1" 200 117 0.047374 10.0.0.23 - - [2025-12-18 04:44:18] "POST /route-targets HTTP/1.1" 200 327 0.015162 10.0.0.23 - - [2025-12-18 04:44:18] "POST /neutron/network HTTP/1.1" 200 822 0.009607 10.0.0.23 - - [2025-12-18 04:44:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001109 10.0.0.23 - - [2025-12-18 04:44:18] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007371 10.0.0.23 - - [2025-12-18 04:44:19] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006392 10.0.0.23 - - [2025-12-18 04:44:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.009498 10.0.0.23 - - [2025-12-18 04:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.65 - - [2025-12-18 04:44:19] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.23 - - [2025-12-18 04:44:19] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058965 10.0.0.23 - - [2025-12-18 04:44:19] "POST /ref-update HTTP/1.1" 200 156 0.034046 10.0.0.65 - - [2025-12-18 04:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008926 10.0.0.23 - - [2025-12-18 04:44:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.208880 10.0.0.23 - - [2025-12-18 04:44:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001262 10.0.0.23 - - [2025-12-18 04:44:19] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008144 10.0.0.23 - - [2025-12-18 04:44:19] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011699 10.0.0.23 - - [2025-12-18 04:44:19] "POST /neutron/network HTTP/1.1" 200 825 0.012036 10.0.0.23 - - [2025-12-18 04:44:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001218 10.0.0.65 - - [2025-12-18 04:44:20] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.23 - - [2025-12-18 04:44:20] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071064 10.0.0.23 - - [2025-12-18 04:44:21] "POST /neutron/network HTTP/1.1" 200 822 0.056622 10.0.0.23 - - [2025-12-18 04:44:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.002217 10.0.0.23 - - [2025-12-18 04:44:21] "POST /neutron/port HTTP/1.1" 200 117 0.008738 10.0.0.65 - - [2025-12-18 04:44:21] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001772 10.0.0.23 - - [2025-12-18 04:44:22] "POST /neutron/port HTTP/1.1" 200 1058 0.406266 10.0.0.23 - - [2025-12-18 04:44:22] "POST /neutron/port HTTP/1.1" 200 1112 0.150359 10.0.0.23 - - [2025-12-18 04:44:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.012672 10.0.0.65 - - [2025-12-18 04:44:22] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.23 - - [2025-12-18 04:44:22] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.134787 10.0.0.23 - - [2025-12-18 04:44:22] "POST /neutron/network HTTP/1.1" 200 825 0.011820 10.0.0.23 - - [2025-12-18 04:44:23] "POST /neutron/port HTTP/1.1" 200 117 0.008836 10.0.0.23 - - [2025-12-18 04:44:23] "POST /neutron/network HTTP/1.1" 200 835 0.008050 10.0.0.23 - - [2025-12-18 04:44:24] "POST /neutron/port HTTP/1.1" 200 1061 0.024015 10.0.0.23 - - [2025-12-18 04:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003663 10.0.0.23 - - [2025-12-18 04:44:24] "POST /neutron/network HTTP/1.1" 200 825 0.007484 10.0.0.23 - - [2025-12-18 04:44:28] "POST /neutron/port HTTP/1.1" 200 1086 0.013568 10.0.0.23 - - [2025-12-18 04:44:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008013 10.0.0.23 - - [2025-12-18 04:44:28] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-12-18 04:44:28] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 200 1292 0.039248 10.0.0.23 - - [2025-12-18 04:44:28] "GET /virtual-machine-interface/ce61f14f-0d2f-40ef-8a2e-e83100548999 HTTP/1.1" 200 2940 0.005363 10.0.0.23 - - [2025-12-18 04:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.23 - - [2025-12-18 04:44:29] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.23 - - [2025-12-18 04:44:29] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003016 10.0.0.23 - - [2025-12-18 04:44:29] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006298 10.0.0.23 - - [2025-12-18 04:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.23 - - [2025-12-18 04:44:32] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006487 10.0.0.23 - - [2025-12-18 04:44:33] "POST /neutron/network HTTP/1.1" 200 832 0.011574 10.0.0.23 - - [2025-12-18 04:44:33] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.23 - - [2025-12-18 04:44:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009125 10.0.0.23 - - [2025-12-18 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.23 - - [2025-12-18 04:44:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003644 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005872 10.0.0.23 - - [2025-12-18 04:44:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016221 10.0.0.23 - - [2025-12-18 04:44:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007584 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 200 1293 0.007022 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-machine-interface/430d5b95-53fe-432f-a7f1-ad002ee1d823 HTTP/1.1" 200 2940 0.008863 10.0.0.23 - - [2025-12-18 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006860 10.0.0.23 - - [2025-12-18 04:44:36] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003598 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003787 10.0.0.23 - - [2025-12-18 04:44:36] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007800 10.0.0.23 - - [2025-12-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-12-18 04:44:38] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005010 10.0.0.23 - - [2025-12-18 04:44:38] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003556 10.0.0.23 - - [2025-12-18 04:44:38] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005706 10.0.0.23 - - [2025-12-18 04:44:38] "POST /neutron/port HTTP/1.1" 200 1089 0.018241 10.0.0.23 - - [2025-12-18 04:44:42] "POST /neutron/port HTTP/1.1" 200 1089 0.015827 10.0.0.23 - - [2025-12-18 04:44:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.009063 10.0.0.23 - - [2025-12-18 04:44:43] "POST /neutron/port HTTP/1.1" 200 1086 0.017091 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 200 1292 0.005188 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine-interface/ce61f14f-0d2f-40ef-8a2e-e83100548999 HTTP/1.1" 200 2940 0.006443 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 200 1292 0.003940 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine-interface/ce61f14f-0d2f-40ef-8a2e-e83100548999 HTTP/1.1" 200 2940 0.005595 10.0.0.23 - - [2025-12-18 04:44:43] "GET /instance-ip/70c33914-605a-4206-89b4-78a5cf5dc1fd HTTP/1.1" 200 1617 0.006762 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 200 1292 0.004358 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-machine-interface/ce61f14f-0d2f-40ef-8a2e-e83100548999 HTTP/1.1" 200 2940 0.005079 10.0.0.23 - - [2025-12-18 04:44:43] "GET /instance-ip/70c33914-605a-4206-89b4-78a5cf5dc1fd HTTP/1.1" 200 1617 0.003930 10.0.0.23 - - [2025-12-18 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2025-12-18 04:44:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003583 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005596 10.0.0.23 - - [2025-12-18 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2025-12-18 04:44:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005194 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004057 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005572 10.0.0.23 - - [2025-12-18 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2025-12-18 04:44:43] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004075 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.23 - - [2025-12-18 04:44:43] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006005 10.0.0.23 - - [2025-12-18 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-18 04:44:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004161 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003481 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007142 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.23 - - [2025-12-18 04:44:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003757 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004699 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006445 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.23 - - [2025-12-18 04:44:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005040 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003416 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005730 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2025-12-18 04:44:44] "GET /routing-instance/7f2c7a43-f513-4cf6-9681-57792e651265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006670 10.0.0.23 - - [2025-12-18 04:44:44] "GET /route-target/c9418d7f-d7a3-4478-929b-d01ed7bee066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005034 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2025-12-18 04:44:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004098 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003537 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006986 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2025-12-18 04:44:44] "GET /routing-instance/7f2c7a43-f513-4cf6-9681-57792e651265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005007 10.0.0.23 - - [2025-12-18 04:44:44] "GET /route-target/c9418d7f-d7a3-4478-929b-d01ed7bee066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003744 10.0.0.23 - - [2025-12-18 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2025-12-18 04:44:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.23 - - [2025-12-18 04:44:44] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003346 10.0.0.23 - - [2025-12-18 04:44:45] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005482 10.0.0.23 - - [2025-12-18 04:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.23 - - [2025-12-18 04:44:45] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004102 10.0.0.23 - - [2025-12-18 04:44:45] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003025 10.0.0.23 - - [2025-12-18 04:44:45] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006126 10.0.0.23 - - [2025-12-18 04:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.065699 10.0.0.65 - - [2025-12-18 04:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.055825 10.0.0.23 - - [2025-12-18 04:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004514 10.0.0.50 - - [2025-12-18 04:44:47] "GET /obj-perms HTTP/1.1" 200 5030 0.073502 10.0.0.23 - - [2025-12-18 04:44:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012455 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 200 1293 0.004172 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine-interface/430d5b95-53fe-432f-a7f1-ad002ee1d823 HTTP/1.1" 200 2940 0.005487 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 200 1293 0.004319 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine-interface/430d5b95-53fe-432f-a7f1-ad002ee1d823 HTTP/1.1" 200 2940 0.005167 10.0.0.23 - - [2025-12-18 04:44:47] "GET /instance-ip/2d23f8a2-a711-4236-9a7e-9a663f17048c HTTP/1.1" 200 1621 0.006340 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 200 1293 0.003802 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-machine-interface/430d5b95-53fe-432f-a7f1-ad002ee1d823 HTTP/1.1" 200 2940 0.005573 10.0.0.23 - - [2025-12-18 04:44:47] "GET /instance-ip/2d23f8a2-a711-4236-9a7e-9a663f17048c HTTP/1.1" 200 1621 0.004590 10.0.0.23 - - [2025-12-18 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.23 - - [2025-12-18 04:44:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003226 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005502 10.0.0.23 - - [2025-12-18 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2025-12-18 04:44:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007054 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004221 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006517 10.0.0.23 - - [2025-12-18 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.23 - - [2025-12-18 04:44:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005699 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004848 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006281 10.0.0.23 - - [2025-12-18 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-12-18 04:44:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003747 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007025 10.0.0.23 - - [2025-12-18 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-12-18 04:44:47] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007808 10.0.0.23 - - [2025-12-18 04:44:47] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004527 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006228 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.23 - - [2025-12-18 04:44:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003857 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003023 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009601 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2025-12-18 04:44:48] "GET /routing-instance/5e68d700-4079-46e1-886c-4e34b5378e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005202 10.0.0.23 - - [2025-12-18 04:44:48] "GET /route-target/1b996f15-c07d-4205-9fca-0fefd40b4cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006384 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005135 10.0.0.23 - - [2025-12-18 04:44:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005088 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006634 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006042 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.23 - - [2025-12-18 04:44:48] "GET /routing-instance/5e68d700-4079-46e1-886c-4e34b5378e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004820 10.0.0.23 - - [2025-12-18 04:44:48] "GET /route-target/1b996f15-c07d-4205-9fca-0fefd40b4cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004739 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.23 - - [2025-12-18 04:44:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004938 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003843 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005631 10.0.0.23 - - [2025-12-18 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2025-12-18 04:44:48] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003722 10.0.0.23 - - [2025-12-18 04:44:48] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005856 10.0.0.23 - - [2025-12-18 04:44:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005617 10.0.0.65 - - [2025-12-18 04:44:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004522 10.0.0.23 - - [2025-12-18 04:44:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004587 10.0.0.65 - - [2025-12-18 04:44:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004623 10.0.0.23 - - [2025-12-18 04:44:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059840 10.0.0.50 - - [2025-12-18 04:44:52] "GET /obj-perms HTTP/1.1" 200 5056 0.064285 10.0.0.65 - - [2025-12-18 04:44:55] "DELETE /project/32b7e988-cfee-40d9-a277-8a66f7d713d5 HTTP/1.1" 404 177 0.042358 10.0.0.65 - - [2025-12-18 04:44:55] "DELETE /project/b4c6f3d8753b4080933a21319ddc6d74 HTTP/1.1" 404 173 0.059994 10.0.0.23 - - [2025-12-18 04:45:11] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 200 1293 0.004385 10.0.0.23 - - [2025-12-18 04:45:12] "POST /neutron/port HTTP/1.1" 200 151 0.190976 10.0.0.23 - - [2025-12-18 04:45:13] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 404 171 0.003908 10.0.0.23 - - [2025-12-18 04:45:13] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 404 171 0.004171 10.0.0.23 - - [2025-12-18 04:45:13] "GET /virtual-machine/90f83178-5bfd-4bf2-a5dd-f5c4a7185d55 HTTP/1.1" 404 171 0.002685 10.0.0.23 - - [2025-12-18 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.23 - - [2025-12-18 04:45:14] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.23 - - [2025-12-18 04:45:14] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004083 10.0.0.23 - - [2025-12-18 04:45:14] "GET /virtual-network/1a9ac4e8-5e69-4351-b4a4-8eb5e09cee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006402 10.0.0.23 - - [2025-12-18 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2025-12-18 04:45:14] "GET /routing-instance/5e68d700-4079-46e1-886c-4e34b5378e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005300 10.0.0.23 - - [2025-12-18 04:45:14] "GET /route-target/1b996f15-c07d-4205-9fca-0fefd40b4cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005524 10.0.0.65 - - [2025-12-18 04:45:17] "GET /obj-perms HTTP/1.1" 200 5030 0.008834 10.0.0.23 - - [2025-12-18 04:45:20] "GET /obj-perms HTTP/1.1" 200 5030 0.006670 10.0.0.23 - - [2025-12-18 04:45:20] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 200 1292 0.004589 10.0.0.23 - - [2025-12-18 04:45:21] "POST /neutron/port HTTP/1.1" 200 151 0.208577 10.0.0.23 - - [2025-12-18 04:45:22] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 404 171 0.003580 10.0.0.23 - - [2025-12-18 04:45:22] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 404 171 0.003119 10.0.0.23 - - [2025-12-18 04:45:22] "GET /virtual-machine/1685df03-414b-42fc-9a28-63c7ab41109b HTTP/1.1" 404 171 0.003742 10.0.0.23 - - [2025-12-18 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2025-12-18 04:45:22] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004694 10.0.0.23 - - [2025-12-18 04:45:22] "GET /virtual-networks?parent_id=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004340 10.0.0.23 - - [2025-12-18 04:45:22] "GET /virtual-network/928557d0-57fa-432e-95e6-313e3c5d2218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007816 10.0.0.23 - - [2025-12-18 04:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011222 10.0.0.23 - - [2025-12-18 04:45:23] "GET /routing-instance/7f2c7a43-f513-4cf6-9681-57792e651265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005264 10.0.0.23 - - [2025-12-18 04:45:23] "GET /route-target/c9418d7f-d7a3-4478-929b-d01ed7bee066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004297 10.0.0.23 - - [2025-12-18 04:45:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004282 10.0.0.50 - - [2025-12-18 04:45:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003471 10.0.0.23 - - [2025-12-18 04:45:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004488 10.0.0.50 - - [2025-12-18 04:45:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004046 10.0.0.23 - - [2025-12-18 04:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004381 10.0.0.50 - - [2025-12-18 04:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.011323 10.0.0.65 - - [2025-12-18 04:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.005089 10.0.0.23 - - [2025-12-18 04:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.049510 10.0.0.23 - - [2025-12-18 04:45:42] "POST /neutron/network HTTP/1.1" 200 822 0.012858 10.0.0.23 - - [2025-12-18 04:45:42] "DELETE /route-target/c9418d7f-d7a3-4478-929b-d01ed7bee066 HTTP/1.1" 200 115 0.028107 10.0.0.65 - - [2025-12-18 04:45:43] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.039869 10.0.0.23 - - [2025-12-18 04:45:43] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.085186 10.0.0.65 - - [2025-12-18 04:45:43] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.23 - - [2025-12-18 04:45:43] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?fields=virtual_networks HTTP/1.1" 200 1032 0.049476 10.0.0.65 - - [2025-12-18 04:45:43] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.23 - - [2025-12-18 04:45:43] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.066137 10.0.0.65 - - [2025-12-18 04:45:44] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.23 - - [2025-12-18 04:45:44] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?fields=security_groups HTTP/1.1" 200 1258 0.050825 10.0.0.23 - - [2025-12-18 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.035613 10.0.0.65 - - [2025-12-18 04:45:45] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004962 10.0.0.65 - - [2025-12-18 04:45:45] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.65 - - [2025-12-18 04:45:45] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008478 10.0.0.65 - - [2025-12-18 04:45:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.002286 10.0.0.65 - - [2025-12-18 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005449 10.0.0.65 - - [2025-12-18 04:45:45] "POST /security-groups HTTP/1.1" 200 599 0.035963 10.0.0.65 - - [2025-12-18 04:45:45] "POST /projects HTTP/1.1" 200 601 0.250169 10.0.0.23 - - [2025-12-18 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 241 0.010970 10.0.0.65 - - [2025-12-18 04:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.327810 10.0.0.23 - - [2025-12-18 04:45:45] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.493681 10.0.0.23 - - [2025-12-18 04:45:46] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.23 - - [2025-12-18 04:45:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000754 10.0.0.23 - - [2025-12-18 04:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.067957 10.0.0.65 - - [2025-12-18 04:45:50] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.23 - - [2025-12-18 04:45:50] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.040390 10.0.0.65 - - [2025-12-18 04:45:50] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.23 - - [2025-12-18 04:45:50] "POST /neutron/network HTTP/1.1" 200 613 0.157861 10.0.0.23 - - [2025-12-18 04:45:50] "POST /ref-update HTTP/1.1" 200 156 0.028043 10.0.0.23 - - [2025-12-18 04:45:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.064484 10.0.0.23 - - [2025-12-18 04:45:51] "POST /neutron/network HTTP/1.1" 200 1004 0.011127 10.0.0.23 - - [2025-12-18 04:45:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001656 10.0.0.23 - - [2025-12-18 04:45:51] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008163 10.0.0.23 - - [2025-12-18 04:45:51] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005878 10.0.0.23 - - [2025-12-18 04:45:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.011165 10.0.0.23 - - [2025-12-18 04:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.65 - - [2025-12-18 04:45:51] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.23 - - [2025-12-18 04:45:51] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.061403 10.0.0.65 - - [2025-12-18 04:45:51] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.23 - - [2025-12-18 04:45:51] "POST /neutron/network HTTP/1.1" 200 613 0.151349 10.0.0.23 - - [2025-12-18 04:45:52] "POST /neutron/network HTTP/1.1" 200 1002 0.011842 10.0.0.23 - - [2025-12-18 04:45:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001137 10.0.0.23 - - [2025-12-18 04:45:52] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005297 10.0.0.23 - - [2025-12-18 04:45:52] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007141 10.0.0.23 - - [2025-12-18 04:45:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.010890 10.0.0.23 - - [2025-12-18 04:45:53] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005932 10.0.0.23 - - [2025-12-18 04:45:53] "GET /obj-perms HTTP/1.1" 200 5056 0.107874 10.0.0.23 - - [2025-12-18 04:45:54] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006616 10.0.0.65 - - [2025-12-18 04:45:55] "GET /obj-perms HTTP/1.1" 200 5046 0.067432 10.0.0.23 - - [2025-12-18 04:45:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.010346 10.0.0.23 - - [2025-12-18 04:45:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001389 10.0.0.65 - - [2025-12-18 04:45:55] "DELETE /project/02b1dfff3c8449a48580f986e638308e HTTP/1.1" 404 173 0.004039 10.0.0.65 - - [2025-12-18 04:45:55] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.65 - - [2025-12-18 04:45:56] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.068227 10.0.0.65 - - [2025-12-18 04:45:56] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001666 10.0.0.65 - - [2025-12-18 04:45:56] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?fields=security_groups HTTP/1.1" 200 1363 0.049387 10.0.0.65 - - [2025-12-18 04:45:56] "DELETE /security-group/974baae0-6c74-4033-adec-5981b9379600 HTTP/1.1" 200 115 0.051550 10.0.0.65 - - [2025-12-18 04:45:56] "GET /projects?obj_uuids=b4c6f3d8-753b-4080-933a-21319ddc6d74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003557 10.0.0.23 - - [2025-12-18 04:45:56] "DELETE /access-control-list/9e06797b-de49-45f0-98e4-5de0a88ed12c HTTP/1.1" 200 115 0.048166 10.0.0.65 - - [2025-12-18 04:45:56] "GET /project/b4c6f3d8-753b-4080-933a-21319ddc6d74?fields=application_policy_sets HTTP/1.1" 200 1402 0.069725 10.0.0.65 - - [2025-12-18 04:45:56] "DELETE /project/b4c6f3d8-753b-4080-933a-21319ddc6d74 HTTP/1.1" 200 115 0.481840 10.0.0.65 - - [2025-12-18 04:45:56] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.23 - - [2025-12-18 04:45:56] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.073630 10.0.0.23 - - [2025-12-18 04:45:56] "POST /neutron/network HTTP/1.1" 200 1004 0.008327 10.0.0.23 - - [2025-12-18 04:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.009011 10.0.0.23 - - [2025-12-18 04:45:57] "POST /neutron/port HTTP/1.1" 200 1173 0.054183 10.0.0.23 - - [2025-12-18 04:45:58] "POST /neutron/port HTTP/1.1" 200 1201 0.023369 10.0.0.23 - - [2025-12-18 04:45:58] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013917 10.0.0.23 - - [2025-12-18 04:45:58] "POST /neutron/network HTTP/1.1" 200 1004 0.010433 10.0.0.23 - - [2025-12-18 04:46:02] "POST /neutron/port HTTP/1.1" 200 1201 0.017235 10.0.0.23 - - [2025-12-18 04:46:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011256 10.0.0.23 - - [2025-12-18 04:46:02] "GET /virtual-machine/09d08d79-a2e9-4620-8d0d-aded890a8687 HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2025-12-18 04:46:02] "GET /virtual-machine/09d08d79-a2e9-4620-8d0d-aded890a8687 HTTP/1.1" 200 1299 0.032510 10.0.0.23 - - [2025-12-18 04:46:02] "GET /virtual-machine-interface/7a0a3176-2a5c-486f-9230-8cdbacf2a0c5 HTTP/1.1" 200 3174 0.005667 10.0.0.23 - - [2025-12-18 04:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-18 04:46:02] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.23 - - [2025-12-18 04:46:02] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003129 10.0.0.23 - - [2025-12-18 04:46:02] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006419 10.0.0.23 - - [2025-12-18 04:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2025-12-18 04:46:05] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006373 10.0.0.23 - - [2025-12-18 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-12-18 04:46:09] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007220 10.0.0.23 - - [2025-12-18 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2025-12-18 04:46:13] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005021 10.0.0.23 - - [2025-12-18 04:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010842 10.0.0.23 - - [2025-12-18 04:46:18] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.015436 10.0.0.23 - - [2025-12-18 04:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.23 - - [2025-12-18 04:46:22] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007291 10.0.0.23 - - [2025-12-18 04:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2025-12-18 04:46:26] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005709 10.0.0.23 - - [2025-12-18 04:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.23 - - [2025-12-18 04:46:30] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007316 10.0.0.23 - - [2025-12-18 04:46:34] "POST /neutron/network HTTP/1.1" 200 1014 0.009618 10.0.0.23 - - [2025-12-18 04:46:34] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015452 10.0.0.23 - - [2025-12-18 04:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.23 - - [2025-12-18 04:46:34] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007108 10.0.0.23 - - [2025-12-18 04:46:34] "POST /neutron/network HTTP/1.1" 200 1004 0.013007 10.0.0.23 - - [2025-12-18 04:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.23 - - [2025-12-18 04:46:38] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007201 10.0.0.23 - - [2025-12-18 04:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.23 - - [2025-12-18 04:46:42] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005301 10.0.0.23 - - [2025-12-18 04:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.23 - - [2025-12-18 04:46:44] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004446 10.0.0.23 - - [2025-12-18 04:46:44] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003219 10.0.0.23 - - [2025-12-18 04:46:44] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.010586 10.0.0.65 - - [2025-12-18 04:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.65 - - [2025-12-18 04:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.65 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.65 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.50 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000894 10.0.0.50 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-12-18 04:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2025-12-18 04:46:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.23 - - [2025-12-18 04:46:50] "POST /neutron/port HTTP/1.1" 200 1201 0.022327 10.0.0.23 - - [2025-12-18 04:46:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2025-12-18 04:46:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2025-12-18 04:46:53] "GET /obj-perms HTTP/1.1" 200 5056 0.051675 10.0.0.23 - - [2025-12-18 04:46:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007972 10.0.0.23 - - [2025-12-18 04:47:00] "POST /neutron/port HTTP/1.1" 200 1201 0.022957 10.0.0.23 - - [2025-12-18 04:47:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008879 10.0.0.23 - - [2025-12-18 04:47:11] "POST /neutron/port HTTP/1.1" 200 1201 0.025110 10.0.0.23 - - [2025-12-18 04:47:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012434 10.0.0.23 - - [2025-12-18 04:47:11] "POST /neutron/network HTTP/1.1" 200 978 0.018745 10.0.0.23 - - [2025-12-18 04:47:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001208 10.0.0.23 - - [2025-12-18 04:47:11] "GET /virtual-machine/09d08d79-a2e9-4620-8d0d-aded890a8687 HTTP/1.1" 200 1299 0.003548 10.0.0.23 - - [2025-12-18 04:47:11] "GET /virtual-machine-interface/7a0a3176-2a5c-486f-9230-8cdbacf2a0c5 HTTP/1.1" 200 3174 0.005744 10.0.0.23 - - [2025-12-18 04:47:11] "GET /instance-ip/535df5dd-3a32-4ed2-bec9-a8036178163f HTTP/1.1" 200 1634 0.006492 10.0.0.23 - - [2025-12-18 04:47:11] "GET /instance-ip/fa8e1c84-5ced-489e-9a13-973999821868 HTTP/1.1" 200 1657 0.010979 10.0.0.23 - - [2025-12-18 04:47:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.003133 10.0.0.23 - - [2025-12-18 04:47:11] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006502 10.0.0.65 - - [2025-12-18 04:47:11] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.23 - - [2025-12-18 04:47:11] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.052600 10.0.0.23 - - [2025-12-18 04:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.23 - - [2025-12-18 04:47:11] "GET /security-group/d865dabc-a050-4133-b716-74a27e0b3605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005522 10.0.0.23 - - [2025-12-18 04:47:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.095517 10.0.0.23 - - [2025-12-18 04:47:11] "POST /instance-ips HTTP/1.1" 200 357 0.034977 10.0.0.23 - - [2025-12-18 04:47:11] "GET /instance-ip/df8118d9-b741-4476-92c1-03bccdbf8049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005383 10.0.0.23 - - [2025-12-18 04:47:11] "POST /instance-ips HTTP/1.1" 200 357 0.041621 10.0.0.23 - - [2025-12-18 04:47:11] "GET /instance-ip/71934373-337e-413e-ba5b-2a512a6fee61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006732 10.0.0.23 - - [2025-12-18 04:47:11] "GET /virtual-machine-interface/c4a2a2a0-8220-4e1e-8d6c-61427f4ada3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.008850 10.0.0.23 - - [2025-12-18 04:47:11] "GET /virtual-machine-interface/c4a2a2a0-8220-4e1e-8d6c-61427f4ada3f?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.008991 10.0.0.23 - - [2025-12-18 04:47:12] "GET /instance-ip/71934373-337e-413e-ba5b-2a512a6fee61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.010200 10.0.0.23 - - [2025-12-18 04:47:12] "GET /instance-ip/df8118d9-b741-4476-92c1-03bccdbf8049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005575 10.0.0.23 - - [2025-12-18 04:47:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.005727 10.0.0.23 - - [2025-12-18 04:47:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007731 10.0.0.23 - - [2025-12-18 04:47:12] "POST /neutron/network HTTP/1.1" 200 1004 0.010952 10.0.0.23 - - [2025-12-18 04:47:12] "POST /neutron/port HTTP/1.1" 200 1079 0.011200 10.0.0.23 - - [2025-12-18 04:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.008610 10.0.0.23 - - [2025-12-18 04:47:13] "POST /neutron/port HTTP/1.1" 200 1079 0.012681 10.0.0.23 - - [2025-12-18 04:47:13] "POST /neutron/port HTTP/1.1" 200 1146 0.027562 10.0.0.23 - - [2025-12-18 04:47:13] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018277 10.0.0.23 - - [2025-12-18 04:47:13] "POST /neutron/network HTTP/1.1" 200 1004 0.009223 10.0.0.23 - - [2025-12-18 04:47:18] "POST /neutron/port HTTP/1.1" 200 1146 0.019169 10.0.0.23 - - [2025-12-18 04:47:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007139 10.0.0.23 - - [2025-12-18 04:47:18] "GET /virtual-machine/07b4486e-4c3c-4bd8-b414-4ef1c0724836 HTTP/1.1" 200 1277 0.006302 10.0.0.23 - - [2025-12-18 04:47:18] "GET /virtual-machine-interface/c4a2a2a0-8220-4e1e-8d6c-61427f4ada3f HTTP/1.1" 200 3225 0.005959 10.0.0.23 - - [2025-12-18 04:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-12-18 04:47:18] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.23 - - [2025-12-18 04:47:18] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004207 10.0.0.23 - - [2025-12-18 04:47:18] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005649 10.0.0.23 - - [2025-12-18 04:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-12-18 04:47:21] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005903 10.0.0.23 - - [2025-12-18 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.23 - - [2025-12-18 04:47:25] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005038 10.0.0.23 - - [2025-12-18 04:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2025-12-18 04:47:29] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005638 10.0.0.23 - - [2025-12-18 04:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2025-12-18 04:47:33] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005859 10.0.0.23 - - [2025-12-18 04:47:36] "POST /neutron/network HTTP/1.1" 200 1014 0.008211 10.0.0.23 - - [2025-12-18 04:47:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017473 10.0.0.23 - - [2025-12-18 04:47:36] "POST /neutron/network HTTP/1.1" 200 1004 0.012355 10.0.0.23 - - [2025-12-18 04:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.23 - - [2025-12-18 04:47:37] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008203 10.0.0.23 - - [2025-12-18 04:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.23 - - [2025-12-18 04:47:41] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006760 10.0.0.23 - - [2025-12-18 04:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.23 - - [2025-12-18 04:47:45] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005961 10.0.0.23 - - [2025-12-18 04:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2025-12-18 04:47:50] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005943 10.0.0.23 - - [2025-12-18 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2025-12-18 04:47:54] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007056 10.0.0.23 - - [2025-12-18 04:47:54] "GET /obj-perms HTTP/1.1" 200 5056 0.065472 10.0.0.23 - - [2025-12-18 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2025-12-18 04:47:58] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005136 10.0.0.23 - - [2025-12-18 04:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.23 - - [2025-12-18 04:48:02] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006007 10.0.0.23 - - [2025-12-18 04:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-18 04:48:06] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005347 10.0.0.23 - - [2025-12-18 04:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2025-12-18 04:48:10] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006895 10.0.0.23 - - [2025-12-18 04:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2025-12-18 04:48:14] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005554 10.0.0.23 - - [2025-12-18 04:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2025-12-18 04:48:18] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005203 10.0.0.23 - - [2025-12-18 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2025-12-18 04:48:22] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005461 10.0.0.23 - - [2025-12-18 04:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2025-12-18 04:48:26] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006989 10.0.0.23 - - [2025-12-18 04:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-12-18 04:48:31] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005732 10.0.0.23 - - [2025-12-18 04:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2025-12-18 04:48:35] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007570 10.0.0.23 - - [2025-12-18 04:48:37] "POST /neutron/network HTTP/1.1" 200 1014 0.008537 10.0.0.23 - - [2025-12-18 04:48:37] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013091 10.0.0.23 - - [2025-12-18 04:48:37] "POST /neutron/network HTTP/1.1" 200 1004 0.008449 10.0.0.23 - - [2025-12-18 04:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-18 04:48:39] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008289 10.0.0.23 - - [2025-12-18 04:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.23 - - [2025-12-18 04:48:41] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005080 10.0.0.23 - - [2025-12-18 04:48:41] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003397 10.0.0.23 - - [2025-12-18 04:48:41] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008365 10.0.0.23 - - [2025-12-18 04:48:46] "POST /neutron/port HTTP/1.1" 200 1146 0.016079 10.0.0.23 - - [2025-12-18 04:48:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007206 10.0.0.23 - - [2025-12-18 04:49:02] "POST /neutron/port HTTP/1.1" 200 1146 0.017078 10.0.0.23 - - [2025-12-18 04:49:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009071 10.0.0.23 - - [2025-12-18 04:49:17] "POST /neutron/port HTTP/1.1" 200 1146 0.017926 10.0.0.23 - - [2025-12-18 04:49:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009738 10.0.0.23 - - [2025-12-18 04:49:33] "POST /neutron/port HTTP/1.1" 200 1146 0.020122 10.0.0.23 - - [2025-12-18 04:49:38] "POST /neutron/port HTTP/1.1" 200 1201 0.016800 10.0.0.23 - - [2025-12-18 04:49:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004079 10.0.0.23 - - [2025-12-18 04:49:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014471 10.0.0.23 - - [2025-12-18 04:49:38] "POST /neutron/network HTTP/1.1" 200 1004 0.010599 10.0.0.23 - - [2025-12-18 04:49:48] "POST /neutron/port HTTP/1.1" 200 1146 0.019783 10.0.0.23 - - [2025-12-18 04:49:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.047159 10.0.0.65 - - [2025-12-18 04:49:56] "GET /obj-perms HTTP/1.1" 200 5056 0.085568 10.0.0.23 - - [2025-12-18 04:49:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001919 10.0.0.23 - - [2025-12-18 04:49:59] "POST /neutron/port HTTP/1.1" 200 2229 0.020084 10.0.0.65 - - [2025-12-18 04:50:00] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.23 - - [2025-12-18 04:50:00] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.111317 10.0.0.23 - - [2025-12-18 04:50:00] "POST /neutron/network HTTP/1.1" 200 1002 0.044816 10.0.0.23 - - [2025-12-18 04:50:00] "POST /neutron/port HTTP/1.1" 200 117 0.010003 10.0.0.65 - - [2025-12-18 04:50:01] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001455 10.0.0.23 - - [2025-12-18 04:50:01] "POST /neutron/port HTTP/1.1" 200 1171 0.428771 10.0.0.23 - - [2025-12-18 04:50:02] "POST /neutron/port HTTP/1.1" 200 1225 0.183965 10.0.0.23 - - [2025-12-18 04:50:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005153 10.0.0.23 - - [2025-12-18 04:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.23 - - [2025-12-18 04:50:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006610 10.0.0.23 - - [2025-12-18 04:50:05] "POST /neutron/port HTTP/1.1" 200 1199 0.020034 10.0.0.23 - - [2025-12-18 04:50:05] "GET /virtual-machine/310d6036-e817-44c1-8d63-0b9e43d231ac HTTP/1.1" 200 1300 0.005489 10.0.0.23 - - [2025-12-18 04:50:06] "GET /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e HTTP/1.1" 200 3174 0.005847 10.0.0.23 - - [2025-12-18 04:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.23 - - [2025-12-18 04:50:06] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.23 - - [2025-12-18 04:50:06] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003078 10.0.0.23 - - [2025-12-18 04:50:06] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006491 10.0.0.23 - - [2025-12-18 04:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.23 - - [2025-12-18 04:50:09] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005263 10.0.0.23 - - [2025-12-18 04:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.23 - - [2025-12-18 04:50:13] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004877 10.0.0.23 - - [2025-12-18 04:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006757 10.0.0.23 - - [2025-12-18 04:50:17] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005524 10.0.0.23 - - [2025-12-18 04:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.23 - - [2025-12-18 04:50:21] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006505 10.0.0.23 - - [2025-12-18 04:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-18 04:50:25] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005559 10.0.0.23 - - [2025-12-18 04:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2025-12-18 04:50:29] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007113 10.0.0.23 - - [2025-12-18 04:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006637 10.0.0.23 - - [2025-12-18 04:50:33] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007087 10.0.0.23 - - [2025-12-18 04:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.23 - - [2025-12-18 04:50:37] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005952 10.0.0.23 - - [2025-12-18 04:50:39] "POST /neutron/port HTTP/1.1" 200 1146 0.016345 10.0.0.23 - - [2025-12-18 04:50:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031 10.0.0.23 - - [2025-12-18 04:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.001774 10.0.0.23 - - [2025-12-18 04:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.23 - - [2025-12-18 04:50:42] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006774 10.0.0.23 - - [2025-12-18 04:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.23 - - [2025-12-18 04:50:46] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006286 10.0.0.23 - - [2025-12-18 04:50:49] "POST /neutron/port HTTP/1.1" 200 1199 0.016266 10.0.0.23 - - [2025-12-18 04:50:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005254 10.0.0.23 - - [2025-12-18 04:50:49] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.23 - - [2025-12-18 04:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.034200 10.0.0.23 - - [2025-12-18 04:50:50] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005692 10.0.0.23 - - [2025-12-18 04:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.23 - - [2025-12-18 04:50:54] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005033 10.0.0.23 - - [2025-12-18 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2025-12-18 04:50:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003817 10.0.0.23 - - [2025-12-18 04:50:56] "GET /virtual-networks?parent_id=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004098 10.0.0.23 - - [2025-12-18 04:50:56] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007070 10.0.0.23 - - [2025-12-18 04:50:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.369313 10.0.0.50 - - [2025-12-18 04:50:57] "GET /obj-perms HTTP/1.1" 200 5056 0.064474 10.0.0.23 - - [2025-12-18 04:51:07] "POST /neutron/port HTTP/1.1" 200 1199 0.017118 10.0.0.23 - - [2025-12-18 04:51:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006695 10.0.0.23 - - [2025-12-18 04:51:17] "POST /neutron/port HTTP/1.1" 200 1199 0.016282 10.0.0.23 - - [2025-12-18 04:51:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011593 10.0.0.23 - - [2025-12-18 04:51:23] "POST /neutron/port HTTP/1.1" 200 1199 0.018826 10.0.0.23 - - [2025-12-18 04:51:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007669 10.0.0.23 - - [2025-12-18 04:51:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001166 10.0.0.23 - - [2025-12-18 04:51:23] "GET /virtual-machine/310d6036-e817-44c1-8d63-0b9e43d231ac HTTP/1.1" 200 1300 0.031747 10.0.0.23 - - [2025-12-18 04:51:23] "GET /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e HTTP/1.1" 200 3174 0.005441 10.0.0.23 - - [2025-12-18 04:51:23] "GET /instance-ip/42ce28d9-82a4-4757-bafb-228f4f170c3a HTTP/1.1" 200 1634 0.005757 10.0.0.23 - - [2025-12-18 04:51:23] "GET /instance-ip/a2b09dfb-faf0-4189-b96e-93100205b95d HTTP/1.1" 200 1655 0.007948 10.0.0.23 - - [2025-12-18 04:51:23] "POST /fqname-to-id HTTP/1.1" 404 230 0.003342 10.0.0.23 - - [2025-12-18 04:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.65 - - [2025-12-18 04:51:23] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034724 10.0.0.23 - - [2025-12-18 04:51:23] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.078556 10.0.0.23 - - [2025-12-18 04:51:23] "POST /network-policys HTTP/1.1" 200 569 0.036478 10.0.0.23 - - [2025-12-18 04:51:23] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007365 10.0.0.23 - - [2025-12-18 04:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2025-12-18 04:51:23] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006725 10.0.0.23 - - [2025-12-18 04:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2025-12-18 04:51:23] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003502 10.0.0.23 - - [2025-12-18 04:51:23] "POST /ref-update HTTP/1.1" 200 156 0.055036 10.0.0.23 - - [2025-12-18 04:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2025-12-18 04:51:24] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003931 10.0.0.23 - - [2025-12-18 04:51:24] "POST /neutron/network HTTP/1.1" 200 1108 0.012936 10.0.0.23 - - [2025-12-18 04:51:24] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005281 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.23 - - [2025-12-18 04:51:24] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004389 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.23 - - [2025-12-18 04:51:24] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005430 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2025-12-18 04:51:24] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004384 10.0.0.23 - - [2025-12-18 04:51:24] "POST /ref-update HTTP/1.1" 200 156 0.066111 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.043254 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2025-12-18 04:51:24] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.006242 10.0.0.23 - - [2025-12-18 04:51:24] "POST /access-control-lists HTTP/1.1" 200 596 0.114295 10.0.0.23 - - [2025-12-18 04:51:24] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009646 10.0.0.23 - - [2025-12-18 04:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-12-18 04:51:24] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003753 10.0.0.23 - - [2025-12-18 04:51:24] "GET /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005348 10.0.0.23 - - [2025-12-18 04:51:24] "PUT /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e HTTP/1.1" 200 284 0.013082 10.0.0.23 - - [2025-12-18 04:51:24] "GET /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3068 0.009345 10.0.0.23 - - [2025-12-18 04:51:24] "POST /ref-update HTTP/1.1" 200 156 0.047877 10.0.0.23 - - [2025-12-18 04:51:24] "PUT /virtual-machine-interface/5f84d741-b54b-4532-bc19-275920a9510e HTTP/1.1" 200 284 0.044155 10.0.0.23 - - [2025-12-18 04:51:41] "POST /neutron/port HTTP/1.1" 200 1201 0.045074 10.0.0.23 - - [2025-12-18 04:51:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.23 - - [2025-12-18 04:51:41] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.65 - - [2025-12-18 04:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.65 - - [2025-12-18 04:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.50 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2025-12-18 04:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.50 - - [2025-12-18 04:51:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-12-18 04:51:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2025-12-18 04:51:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2025-12-18 04:51:51] "POST /neutron/port HTTP/1.1" 200 1199 0.015452 10.0.0.23 - - [2025-12-18 04:51:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 10.0.0.23 - - [2025-12-18 04:51:51] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.23 - - [2025-12-18 04:51:58] "GET /obj-perms HTTP/1.1" 200 5056 0.076279 10.0.0.23 - - [2025-12-18 04:52:42] "POST /neutron/port HTTP/1.1" 200 1146 0.022098 10.0.0.23 - - [2025-12-18 04:52:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004568 10.0.0.23 - - [2025-12-18 04:52:42] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.23 - - [2025-12-18 04:52:52] "POST /neutron/port HTTP/1.1" 200 1199 0.034181 10.0.0.23 - - [2025-12-18 04:52:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005173 10.0.0.23 - - [2025-12-18 04:52:52] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.23 - - [2025-12-18 04:53:44] "POST /neutron/port HTTP/1.1" 200 1201 0.016483 10.0.0.23 - - [2025-12-18 04:53:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003737 10.0.0.23 - - [2025-12-18 04:53:44] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.23 - - [2025-12-18 04:53:53] "POST /neutron/port HTTP/1.1" 200 1199 0.026619 10.0.0.23 - - [2025-12-18 04:53:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004722 10.0.0.23 - - [2025-12-18 04:53:53] "POST /ref-update HTTP/1.1" 200 156 0.086539 10.0.0.23 - - [2025-12-18 04:53:53] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.23 - - [2025-12-18 04:53:53] "POST /ref-update HTTP/1.1" 200 156 0.034004 10.0.0.23 - - [2025-12-18 04:53:53] "GET /virtual-network/cd19bad3-b5d8-428b-ae24-6507601472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.016101 10.0.0.23 - - [2025-12-18 04:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.23 - - [2025-12-18 04:53:53] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004057 10.0.0.23 - - [2025-12-18 04:53:53] "POST /ref-update HTTP/1.1" 200 156 0.050927 10.0.0.23 - - [2025-12-18 04:53:53] "POST /neutron/network HTTP/1.1" 200 1004 0.010490 10.0.0.23 - - [2025-12-18 04:53:53] "GET /virtual-network/922b700e-ba2b-4b70-94f2-f3736ce33577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004419 10.0.0.23 - - [2025-12-18 04:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.23 - - [2025-12-18 04:53:53] "GET /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004467 10.0.0.23 - - [2025-12-18 04:53:53] "DELETE /network-policy/6076a004-cf03-46f2-8ea6-d48c40598ab3 HTTP/1.1" 200 115 0.037084 10.0.0.23 - - [2025-12-18 04:53:54] "DELETE /instance-ip/71934373-337e-413e-ba5b-2a512a6fee61 HTTP/1.1" 200 115 0.057199 10.0.0.23 - - [2025-12-18 04:53:54] "DELETE /instance-ip/df8118d9-b741-4476-92c1-03bccdbf8049 HTTP/1.1" 200 115 0.052855 10.0.0.23 - - [2025-12-18 04:53:54] "DELETE /virtual-machine-interface/c4a2a2a0-8220-4e1e-8d6c-61427f4ada3f HTTP/1.1" 200 115 0.117651 10.0.0.23 - - [2025-12-18 04:53:54] "POST /neutron/port HTTP/1.1" 200 1199 0.022415 10.0.0.23 - - [2025-12-18 04:53:55] "POST /neutron/port HTTP/1.1" 200 1201 0.016660 10.0.0.23 - - [2025-12-18 04:53:56] "POST /neutron/network HTTP/1.1" 200 1002 0.009227 10.0.0.23 - - [2025-12-18 04:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.65 - - [2025-12-18 04:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007858 10.0.0.65 - - [2025-12-18 04:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.65 - - [2025-12-18 04:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005467 10.0.0.65 - - [2025-12-18 04:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004062 10.0.0.23 - - [2025-12-18 04:53:57] "POST /neutron/network HTTP/1.1" 200 151 0.150896 10.0.0.23 - - [2025-12-18 04:53:57] "DELETE /route-target/d203b24c-66ae-4015-be9d-c963581e7c3d HTTP/1.1" 200 115 0.036444 10.0.0.65 - - [2025-12-18 04:54:00] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.23 - - [2025-12-18 04:54:00] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.083028 10.0.0.65 - - [2025-12-18 04:54:00] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.23 - - [2025-12-18 04:54:00] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?fields=virtual_networks HTTP/1.1" 200 1045 0.066173 10.0.0.65 - - [2025-12-18 04:54:00] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004021 10.0.0.23 - - [2025-12-18 04:54:00] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.055916 10.0.0.65 - - [2025-12-18 04:54:00] "GET /projects?obj_uuids=02b1dfff-3c84-49a4-8580-f986e638308e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.23 - - [2025-12-18 04:54:00] "GET /project/02b1dfff-3c84-49a4-8580-f986e638308e?fields=security_groups HTTP/1.1" 200 1279 0.047329 10.0.0.23 - - [2025-12-18 04:54:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.038072 10.0.0.65 - - [2025-12-18 04:54:01] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004376 10.0.0.65 - - [2025-12-18 04:54:01] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.65 - - [2025-12-18 04:54:01] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035621 10.0.0.65 - - [2025-12-18 04:54:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.001099 10.0.0.65 - - [2025-12-18 04:54:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.005965 10.0.0.65 - - [2025-12-18 04:54:01] "POST /security-groups HTTP/1.1" 200 595 0.035389 10.0.0.65 - - [2025-12-18 04:54:01] "POST /projects HTTP/1.1" 200 593 0.250332 10.0.0.23 - - [2025-12-18 04:54:01] "POST /fqname-to-id HTTP/1.1" 404 237 0.012693 10.0.0.65 - - [2025-12-18 04:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.333737 10.0.0.23 - - [2025-12-18 04:54:01] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.527274 10.0.0.23 - - [2025-12-18 04:54:03] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.23 - - [2025-12-18 04:54:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-12-18 04:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.064553 10.0.0.65 - - [2025-12-18 04:54:05] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000866 10.0.0.23 - - [2025-12-18 04:54:05] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052020 10.0.0.23 - - [2025-12-18 04:54:05] "POST /neutron/network HTTP/1.1" 200 117 0.045408 10.0.0.23 - - [2025-12-18 04:54:06] "POST /ref-update HTTP/1.1" 200 156 0.037877 10.0.0.23 - - [2025-12-18 04:54:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.010352 10.0.0.65 - - [2025-12-18 04:54:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003625 10.0.0.23 - - [2025-12-18 04:54:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.212281 10.0.0.23 - - [2025-12-18 04:54:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001507 10.0.0.23 - - [2025-12-18 04:54:06] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006360 10.0.0.23 - - [2025-12-18 04:54:06] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005492 10.0.0.23 - - [2025-12-18 04:54:06] "POST /neutron/network HTTP/1.1" 200 999 0.009486 10.0.0.23 - - [2025-12-18 04:54:07] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005444 10.0.0.50 - - [2025-12-18 04:54:08] "GET /obj-perms HTTP/1.1" 200 5038 0.081507 10.0.0.65 - - [2025-12-18 04:54:08] "GET /obj-perms HTTP/1.1" 200 5038 0.065724 10.0.0.23 - - [2025-12-18 04:54:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.23 - - [2025-12-18 04:54:09] "POST /neutron/network HTTP/1.1" 200 1009 0.007860 10.0.0.65 - - [2025-12-18 04:54:10] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.23 - - [2025-12-18 04:54:10] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.122549 10.0.0.23 - - [2025-12-18 04:54:10] "POST /neutron/port HTTP/1.1" 200 117 0.008229 10.0.0.23 - - [2025-12-18 04:54:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001745 10.0.0.23 - - [2025-12-18 04:54:10] "POST /neutron/network HTTP/1.1" 200 1009 0.011469 10.0.0.23 - - [2025-12-18 04:54:11] "POST /neutron/port HTTP/1.1" 200 1168 0.025721 10.0.0.65 - - [2025-12-18 04:54:11] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001155 10.0.0.23 - - [2025-12-18 04:54:11] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.184973 10.0.0.23 - - [2025-12-18 04:54:11] "POST /neutron/port HTTP/1.1" 200 1196 0.024715 10.0.0.23 - - [2025-12-18 04:54:11] "POST /neutron/subnet HTTP/1.1" 200 1370 0.018768 10.0.0.23 - - [2025-12-18 04:54:12] "POST /neutron/network HTTP/1.1" 200 999 0.013871 10.0.0.23 - - [2025-12-18 04:54:12] "POST /neutron/port HTTP/1.1" 200 117 0.006217 10.0.0.23 - - [2025-12-18 04:54:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001243 10.0.0.23 - - [2025-12-18 04:54:12] "POST /neutron/network HTTP/1.1" 200 1009 0.009034 10.0.0.23 - - [2025-12-18 04:54:13] "POST /neutron/port HTTP/1.1" 200 1168 0.029247 10.0.0.23 - - [2025-12-18 04:54:13] "POST /neutron/port HTTP/1.1" 200 1196 0.022041 10.0.0.23 - - [2025-12-18 04:54:13] "POST /neutron/subnet HTTP/1.1" 200 1370 0.017895 10.0.0.65 - - [2025-12-18 04:54:13] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001508 10.0.0.23 - - [2025-12-18 04:54:13] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.172212 10.0.0.23 - - [2025-12-18 04:54:13] "POST /neutron/network HTTP/1.1" 200 999 0.010938 10.0.0.23 - - [2025-12-18 04:54:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008990 10.0.0.23 - - [2025-12-18 04:54:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009411 10.0.0.23 - - [2025-12-18 04:54:14] "POST /neutron/port HTTP/1.1" 200 1196 0.015273 10.0.0.23 - - [2025-12-18 04:54:14] "GET /virtual-machine/dcdf866f-2838-4e5d-a2db-556a225a9c10 HTTP/1.1" 401 292 0.000459 10.0.0.65 - - [2025-12-18 04:54:14] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.23 - - [2025-12-18 04:54:14] "GET /virtual-machine/dcdf866f-2838-4e5d-a2db-556a225a9c10 HTTP/1.1" 200 1297 0.043273 10.0.0.23 - - [2025-12-18 04:54:14] "GET /virtual-machine-interface/6be18d96-1969-4876-91ef-8015ddc79017 HTTP/1.1" 200 3154 0.009501 10.0.0.23 - - [2025-12-18 04:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2025-12-18 04:54:14] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004779 10.0.0.23 - - [2025-12-18 04:54:14] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004584 10.0.0.23 - - [2025-12-18 04:54:15] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006078 10.0.0.23 - - [2025-12-18 04:54:15] "POST /neutron/port HTTP/1.1" 200 1168 0.431852 10.0.0.23 - - [2025-12-18 04:54:15] "POST /neutron/port HTTP/1.1" 200 1222 0.128426 10.0.0.23 - - [2025-12-18 04:54:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.23 - - [2025-12-18 04:54:15] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.23 - - [2025-12-18 04:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2025-12-18 04:54:18] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.009508 10.0.0.23 - - [2025-12-18 04:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2025-12-18 04:54:22] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007985 10.0.0.23 - - [2025-12-18 04:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-12-18 04:54:26] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005249 10.0.0.23 - - [2025-12-18 04:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2025-12-18 04:54:30] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005703 10.0.0.23 - - [2025-12-18 04:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2025-12-18 04:54:34] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005927 10.0.0.23 - - [2025-12-18 04:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.23 - - [2025-12-18 04:54:38] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006244 10.0.0.23 - - [2025-12-18 04:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.23 - - [2025-12-18 04:54:42] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005503 10.0.0.23 - - [2025-12-18 04:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-12-18 04:54:46] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005078 10.0.0.23 - - [2025-12-18 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2025-12-18 04:54:50] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006893 10.0.0.23 - - [2025-12-18 04:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2025-12-18 04:54:54] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006080 10.0.0.23 - - [2025-12-18 04:54:55] "POST /neutron/port HTTP/1.1" 200 1196 0.017402 10.0.0.23 - - [2025-12-18 04:54:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.23 - - [2025-12-18 04:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.65 - - [2025-12-18 04:54:56] "DELETE /project/63395408b890457da0cc23200d09d1d8 HTTP/1.1" 404 173 0.005518 10.0.0.65 - - [2025-12-18 04:54:56] "DELETE /project/02b1dfff-3c84-49a4-8580-f986e638308e HTTP/1.1" 404 177 0.004977 10.0.0.23 - - [2025-12-18 04:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2025-12-18 04:54:59] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005853 10.0.0.23 - - [2025-12-18 04:55:00] "GET /obj-perms HTTP/1.1" 200 5056 0.064235 10.0.0.23 - - [2025-12-18 04:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2025-12-18 04:55:03] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005893 10.0.0.23 - - [2025-12-18 04:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2025-12-18 04:55:07] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.004888 10.0.0.23 - - [2025-12-18 04:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334 10.0.0.23 - - [2025-12-18 04:55:11] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.009631 10.0.0.23 - - [2025-12-18 04:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-18 04:55:15] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006444 10.0.0.23 - - [2025-12-18 04:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2025-12-18 04:55:19] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005381 10.0.0.23 - - [2025-12-18 04:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-12-18 04:55:21] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003589 10.0.0.23 - - [2025-12-18 04:55:21] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003026 10.0.0.23 - - [2025-12-18 04:55:21] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.009765 10.0.0.23 - - [2025-12-18 04:55:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007148 10.0.0.23 - - [2025-12-18 04:55:26] "POST /neutron/port HTTP/1.1" 200 1196 0.018392 10.0.0.23 - - [2025-12-18 04:55:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006586 10.0.0.23 - - [2025-12-18 04:55:37] "POST /neutron/port HTTP/1.1" 200 1196 0.019835 10.0.0.23 - - [2025-12-18 04:55:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.032435 10.0.0.23 - - [2025-12-18 04:55:44] "POST /neutron/port HTTP/1.1" 200 1196 0.017143 10.0.0.23 - - [2025-12-18 04:55:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006444 10.0.0.23 - - [2025-12-18 04:55:44] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.23 - - [2025-12-18 04:55:47] "POST /neutron/port HTTP/1.1" 200 1196 0.018600 10.0.0.23 - - [2025-12-18 04:55:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007888 10.0.0.23 - - [2025-12-18 04:55:53] "POST /neutron/port HTTP/1.1" 200 1196 0.014483 10.0.0.23 - - [2025-12-18 04:55:53] "GET /virtual-machine/f411f50f-7068-4de2-bb03-b3cde58cd520 HTTP/1.1" 200 1297 0.005989 10.0.0.23 - - [2025-12-18 04:55:53] "GET /virtual-machine-interface/1fc9e005-768f-404a-adc9-9f913c79a9e5 HTTP/1.1" 200 3154 0.005803 10.0.0.23 - - [2025-12-18 04:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2025-12-18 04:55:53] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.23 - - [2025-12-18 04:55:53] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003046 10.0.0.23 - - [2025-12-18 04:55:53] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005649 10.0.0.23 - - [2025-12-18 04:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2025-12-18 04:55:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003272 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002888 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005871 10.0.0.23 - - [2025-12-18 04:55:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008951 10.0.0.23 - - [2025-12-18 04:55:54] "POST /neutron/port HTTP/1.1" 200 1196 0.013846 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-machine/8b13a479-596a-4d6c-b851-b09a19fa216c HTTP/1.1" 200 1297 0.006000 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-machine-interface/1fc78158-a59e-4326-953b-ba48bba1ddc6 HTTP/1.1" 200 3154 0.006306 10.0.0.23 - - [2025-12-18 04:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.23 - - [2025-12-18 04:55:54] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003286 10.0.0.23 - - [2025-12-18 04:55:54] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007802 10.0.0.23 - - [2025-12-18 04:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2025-12-18 04:55:56] "GET /global-vrouter-config/c2bc54cb-802e-47fa-bf34-dbc99a4066d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003576 10.0.0.23 - - [2025-12-18 04:55:56] "GET /virtual-networks?parent_id=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002882 10.0.0.23 - - [2025-12-18 04:55:56] "GET /virtual-network/b11fbbe6-f3ac-45b3-a894-4570a92e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006728 10.0.0.23 - - [2025-12-18 04:55:56] "GET /virtual-machine-interface/1fc78158-a59e-4326-953b-ba48bba1ddc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005934 10.0.0.23 - - [2025-12-18 04:55:56] "PUT /virtual-machine-interface/1fc78158-a59e-4326-953b-ba48bba1ddc6 HTTP/1.1" 200 284 0.016472 10.0.0.23 - - [2025-12-18 04:55:57] "POST /neutron/port HTTP/1.1" 200 1196 0.052372 10.0.0.23 - - [2025-12-18 04:55:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.23 - - [2025-12-18 04:55:57] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.23 - - [2025-12-18 04:56:45] "POST /neutron/port HTTP/1.1" 200 1196 0.061172 10.0.0.23 - - [2025-12-18 04:56:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005774 10.0.0.23 - - [2025-12-18 04:56:45] "POST /neutron/port HTTP/1.1" 200 117 0.002409 10.0.0.65 - - [2025-12-18 04:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.65 - - [2025-12-18 04:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.65 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.50 - - [2025-12-18 04:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2025-12-18 04:56:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2025-12-18 04:56:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-18 04:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-18 04:56:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000920 10.0.0.23 - - [2025-12-18 04:56:59] "POST /neutron/port HTTP/1.1" 200 1196 0.025134 10.0.0.23 - - [2025-12-18 04:56:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004658 10.0.0.23 - - [2025-12-18 04:56:59] "POST /neutron/port HTTP/1.1" 200 117 0.001666 10.0.0.23 - - [2025-12-18 04:57:32] "POST /neutron/network HTTP/1.1" 400 204 0.014963 10.0.0.23 - - [2025-12-18 04:57:33] "POST /neutron/port HTTP/1.1" 200 151 0.269636 10.0.0.23 - - [2025-12-18 04:57:33] "POST /neutron/port HTTP/1.1" 200 1222 0.015337 10.0.0.23 - - [2025-12-18 04:57:33] "POST /neutron/port HTTP/1.1" 200 151 0.355257 10.0.0.23 - - [2025-12-18 04:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.050341 10.0.0.65 - - [2025-12-18 04:57:36] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.033915 10.0.0.23 - - [2025-12-18 04:57:36] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079852 10.0.0.65 - - [2025-12-18 04:57:36] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.23 - - [2025-12-18 04:57:36] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?fields=virtual_networks HTTP/1.1" 200 1039 0.039536 10.0.0.65 - - [2025-12-18 04:57:36] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.23 - - [2025-12-18 04:57:36] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.056930 10.0.0.65 - - [2025-12-18 04:57:36] "GET /projects?obj_uuids=63395408-b890-457d-a0cc-23200d09d1d8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002465 10.0.0.23 - - [2025-12-18 04:57:36] "GET /project/63395408-b890-457d-a0cc-23200d09d1d8?fields=security_groups HTTP/1.1" 200 1269 0.044862 10.0.0.23 - - [2025-12-18 04:57:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.033742 10.0.0.65 - - [2025-12-18 04:57:37] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002910 10.0.0.65 - - [2025-12-18 04:57:37] "GET /domains?obj_uuids=48c3cb03-f70f-4f5d-8ebd-0d23e5db0707&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001475 10.0.0.65 - - [2025-12-18 04:57:37] "GET /domain/48c3cb03-f70f-4f5d-8ebd-0d23e5db0707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008334 10.0.0.65 - - [2025-12-18 04:57:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001838 10.0.0.65 - - [2025-12-18 04:57:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.005870 10.0.0.65 - - [2025-12-18 04:57:38] "POST /security-groups HTTP/1.1" 200 591 0.074743 10.0.0.65 - - [2025-12-18 04:57:38] "POST /projects HTTP/1.1" 200 585 0.286395 10.0.0.65 - - [2025-12-18 04:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.359972 10.0.0.23 - - [2025-12-18 04:57:38] "POST /access-control-lists HTTP/1.1" 200 596 0.047026 10.0.0.23 - - [2025-12-18 04:57:38] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.548782 10.0.0.23 - - [2025-12-18 04:57:39] "GET / HTTP/1.1" 200 35931 0.001763 10.0.0.23 - - [2025-12-18 04:57:41] "DELETE /access-control-list/0556c59a-b424-4110-8ece-3fe85e3bd9c8 HTTP/1.1" 200 115 0.054569 10.0.0.65 - - [2025-12-18 04:57:45] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.23 - - [2025-12-18 04:57:45] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031598 10.0.0.65 - - [2025-12-18 04:57:45] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.23 - - [2025-12-18 04:57:45] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?fields=virtual_networks HTTP/1.1" 200 1032 0.086066 10.0.0.65 - - [2025-12-18 04:57:45] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.23 - - [2025-12-18 04:57:45] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042750 10.0.0.65 - - [2025-12-18 04:57:45] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.23 - - [2025-12-18 04:57:45] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?fields=security_groups HTTP/1.1" 200 1258 0.060465 10.0.0.65 - - [2025-12-18 04:57:57] "DELETE /project/63395408-b890-457d-a0cc-23200d09d1d8 HTTP/1.1" 404 177 0.004283 10.0.0.65 - - [2025-12-18 04:57:57] "DELETE /project/ef126f81f72a45a59b0ae4fa95fc2b54 HTTP/1.1" 404 173 0.006090 10.0.0.65 - - [2025-12-18 04:57:57] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.65 - - [2025-12-18 04:57:57] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.044230 10.0.0.65 - - [2025-12-18 04:57:57] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.65 - - [2025-12-18 04:57:57] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?fields=security_groups HTTP/1.1" 200 1363 0.044385 10.0.0.65 - - [2025-12-18 04:57:57] "DELETE /security-group/cf628605-1492-43d1-8d92-4d3e7ab4b6d9 HTTP/1.1" 200 115 0.057474 10.0.0.65 - - [2025-12-18 04:57:57] "GET /projects?obj_uuids=ef126f81-f72a-45a5-9b0a-e4fa95fc2b54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000799 10.0.0.65 - - [2025-12-18 04:57:57] "GET /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54?fields=application_policy_sets HTTP/1.1" 200 1402 0.027838 10.0.0.23 - - [2025-12-18 04:57:57] "DELETE /access-control-list/8e5dacb0-8b75-4131-bc33-9777befde992 HTTP/1.1" 200 115 0.063180 10.0.0.65 - - [2025-12-18 04:57:57] "DELETE /project/ef126f81-f72a-45a5-9b0a-e4fa95fc2b54 HTTP/1.1" 200 115 0.422356 10.0.0.65 - - [2025-12-18 04:58:02] "GET /obj-perms HTTP/1.1" 200 5056 0.078196 10.0.0.50 - - [2025-12-18 04:59:03] "GET /obj-perms HTTP/1.1" 200 5056 0.058855 10.0.0.23 - - [2025-12-18 05:00:04] "GET /obj-perms HTTP/1.1" 200 5056 0.066084 [Introspect:8084]10.0.0.65 - - [2025-12-18 05:00:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000884 [Introspect:8084]10.0.0.65 - - [2025-12-18 05:00:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000908