++ 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: =================== Mon Dec 22 02:03:24 AM UTC 2025 ===================' INFO: =================== Mon Dec 22 02:03:24 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 ++ 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)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22: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.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22: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.192,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22: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.22,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.22,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.22,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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.65,10.20.0.129,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.129,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,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.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.22: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 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/22/2025 02:03:34.096 7f9d7d310780 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/22/2025 02:03:34.253 7f9d7d310780 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/22/2025 02:03:34.267 7f9d7d310780 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/22/2025 02:03:34.268 7f9d7d310780 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Dec 22 02:03:53 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=) 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /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_vrouter_config:...da75cb2e-1a17-423d-8ac0-ca2776e5681b at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: da75cb2e-1a17-423d-8ac0-ca2776e5681b at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...da75cb2e-1a17-423d-8ac0-ca2776e5681b 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_vrouter_config:...da75cb2e-1a17-423d-8ac0-ca2776e5681b at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...da75cb2e-1a17-423d-8ac0-ca2776e5681b 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_vrouter_config default-global-system-config:default-global-vrouter-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 3743, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( 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_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: da75cb2e-1a17-423d-8ac0-ca2776e5681b 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: =================== Mon Dec 22 02:03:54 AM UTC 2025 ===================' INFO: =================== Mon Dec 22 02:03:54 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ 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)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22: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.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22: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.192,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22: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.22,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.22,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.22,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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ tr '\n' , ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.65,10.20.0.129,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.129,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,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.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.22: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/22/2025 02:04:02.840 7eff35b549c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/22/2025 02:04:02.982 7eff35b549c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/22/2025 02:04:02.994 7eff35b549c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/22/2025 02:04:02.994 7eff35b549c0 [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-22 02:04:03] "GET / HTTP/1.1" 200 45871 0.001411 10.0.0.65 - - [2025-12-22 02:04:03] "GET / HTTP/1.1" 200 45871 0.001150 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-22 02:04:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.65 - - [2025-12-22 02:04:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000230 10.0.0.65 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.22 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2025-12-22 02:04:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 4.069409 10.0.0.65 - - [2025-12-22 02:04:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.012470 10.0.0.65 - - [2025-12-22 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 3.808946 10.0.0.65 - - [2025-12-22 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009616 10.0.0.65 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.22 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.22 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.65 - - [2025-12-22 02:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000653 10.0.0.22 - - [2025-12-22 02:04:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.65 - - [2025-12-22 02:04:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 /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-22 02:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-22 02:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2025-12-22 02:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-22 02:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2025-12-22 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.062418 10.0.0.23 - - [2025-12-22 02:04:14] "POST /access-control-lists HTTP/1.1" 200 587 0.057108 10.0.0.23 - - [2025-12-22 02:04:14] "POST /route-targets HTTP/1.1" 200 327 0.038745 10.0.0.23 - - [2025-12-22 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.031964 10.0.0.23 - - [2025-12-22 02:04:14] "POST /route-targets HTTP/1.1" 200 327 0.022473 10.0.0.23 - - [2025-12-22 02:04:14] "POST /access-control-lists HTTP/1.1" 200 551 0.044077 10.0.0.23 - - [2025-12-22 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.056868 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-22 02:08:02] "GET /obj-perms HTTP/1.1" 200 5056 0.385490 10.0.0.22 - - [2025-12-22 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.045757 10.0.0.65 - - [2025-12-22 02:09:03] "GET /obj-perms HTTP/1.1" 200 5056 0.048998 10.0.0.65 - - [2025-12-22 02:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000661 10.0.0.65 - - [2025-12-22 02:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.22 - - [2025-12-22 02:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.22 - - [2025-12-22 02:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.22 - - [2025-12-22 02:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-12-22 02:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000692 10.0.0.65 - - [2025-12-22 02:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000682 10.0.0.65 - - [2025-12-22 02:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000664 10.0.0.23 - - [2025-12-22 02:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.23 - - [2025-12-22 02:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2025-12-22 02:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2025-12-22 02:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.23 - - [2025-12-22 02:09:19] "PUT /access-control-list/3b60c6c5-9fcf-4b64-8572-ab4d1055b968 HTTP/1.1" 200 272 0.058101 [Introspect:8084]10.0.0.65 - - [2025-12-22 02:09:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001513 [Introspect:8084]10.0.0.65 - - [2025-12-22 02:09:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001768 [Introspect:8084]10.0.0.65 - - [2025-12-22 02:10:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001206 [Introspect:8084]10.0.0.65 - - [2025-12-22 02:10:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001630 10.0.0.23 - - [2025-12-22 02:11:02] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.23 - - [2025-12-22 02:11:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000719 10.0.0.23 - - [2025-12-22 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.711999 10.0.0.65 - - [2025-12-22 02:11:04] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.059358 10.0.0.65 - - [2025-12-22 02:11:05] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.65 - - [2025-12-22 02:11:05] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047209 10.0.0.65 - - [2025-12-22 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.006972 10.0.0.65 - - [2025-12-22 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.007291 10.0.0.65 - - [2025-12-22 02:11:05] "POST /security-groups HTTP/1.1" 200 589 0.054957 10.0.0.65 - - [2025-12-22 02:11:05] "POST /projects HTTP/1.1" 200 581 0.341325 10.0.0.65 - - [2025-12-22 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.381040 10.0.0.23 - - [2025-12-22 02:11:05] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.630742 10.0.0.23 - - [2025-12-22 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.010636 10.0.0.23 - - [2025-12-22 02:11:06] "GET / HTTP/1.1" 200 35931 0.002951 10.0.0.65 - - [2025-12-22 02:11:09] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.23 - - [2025-12-22 02:11:09] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066401 10.0.0.65 - - [2025-12-22 02:11:09] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.23 - - [2025-12-22 02:11:10] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?fields=virtual_networks HTTP/1.1" 200 1027 0.060239 10.0.0.65 - - [2025-12-22 02:11:10] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.23 - - [2025-12-22 02:11:10] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.066053 10.0.0.65 - - [2025-12-22 02:11:10] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.23 - - [2025-12-22 02:11:10] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?fields=security_groups HTTP/1.1" 200 1251 0.073677 10.0.0.65 - - [2025-12-22 02:11:10] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004622 10.0.0.65 - - [2025-12-22 02:11:10] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.65 - - [2025-12-22 02:11:10] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007623 10.0.0.65 - - [2025-12-22 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 167 0.001723 10.0.0.65 - - [2025-12-22 02:11:11] "POST /fqname-to-id HTTP/1.1" 404 176 0.005423 10.0.0.65 - - [2025-12-22 02:11:11] "POST /security-groups HTTP/1.1" 200 568 0.055334 10.0.0.65 - - [2025-12-22 02:11:11] "POST /projects HTTP/1.1" 200 539 0.321858 10.0.0.65 - - [2025-12-22 02:11:11] "DELETE /project/557bc0bbca6f4b1f85f8e9a4b677e649 HTTP/1.1" 404 173 0.012514 10.0.0.65 - - [2025-12-22 02:11:11] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003093 10.0.0.65 - - [2025-12-22 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.410317 10.0.0.23 - - [2025-12-22 02:11:11] "POST /access-control-lists HTTP/1.1" 200 573 0.094908 10.0.0.65 - - [2025-12-22 02:11:11] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.162295 10.0.0.65 - - [2025-12-22 02:11:11] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001669 10.0.0.23 - - [2025-12-22 02:11:11] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.682181 10.0.0.65 - - [2025-12-22 02:11:11] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?fields=security_groups HTTP/1.1" 200 1356 0.100593 10.0.0.65 - - [2025-12-22 02:11:11] "DELETE /security-group/8269ea4f-66ae-4ff2-a0d1-d21a404acb90 HTTP/1.1" 200 115 0.084724 10.0.0.65 - - [2025-12-22 02:11:11] "GET /projects?obj_uuids=557bc0bb-ca6f-4b1f-85f8-e9a4b677e649&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.23 - - [2025-12-22 02:11:11] "DELETE /access-control-list/417d01f2-f110-4f7d-8562-d7901abc6e54 HTTP/1.1" 200 115 0.074533 10.0.0.65 - - [2025-12-22 02:11:11] "GET /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649?fields=application_policy_sets HTTP/1.1" 200 1395 0.097064 10.0.0.65 - - [2025-12-22 02:11:12] "DELETE /project/557bc0bb-ca6f-4b1f-85f8-e9a4b677e649 HTTP/1.1" 200 115 0.755933 [Introspect:8084]10.0.0.23 - - [2025-12-22 02:11:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001287 10.0.0.65 - - [2025-12-22 02:11:13] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001157 10.0.0.23 - - [2025-12-22 02:11:13] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.055815 10.0.0.65 - - [2025-12-22 02:11:14] "GET /obj-perms HTTP/1.1" 200 5056 0.052566 [Introspect:8084]10.0.0.23 - - [2025-12-22 02:11:16] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000704 10.0.0.23 - - [2025-12-22 02:11:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045118 10.0.0.23 - - [2025-12-22 02:11:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004397 10.0.0.23 - - [2025-12-22 02:11:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004833 10.0.0.23 - - [2025-12-22 02:11:16] "GET /obj-perms HTTP/1.1" 200 5056 0.009692 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.005755 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004454 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.005497 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.006006 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.005523 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.005553 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004832 10.0.0.65 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004251 10.0.0.23 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004615 10.0.0.65 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004798 10.0.0.65 - - [2025-12-22 02:11:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004694 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006011 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005043 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006898 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004278 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006187 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005995 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004494 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004798 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004714 10.0.0.23 - - [2025-12-22 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004452 10.0.0.23 - - [2025-12-22 02:11:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004807 10.0.0.23 - - [2025-12-22 02:11:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004729 10.0.0.23 - - [2025-12-22 02:11:22] "GET /obj-perms HTTP/1.1" 200 5056 0.006150 10.0.0.23 - - [2025-12-22 02:11:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004352 10.0.0.23 - - [2025-12-22 02:11:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004803 10.0.0.23 - - [2025-12-22 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.030112 10.0.0.65 - - [2025-12-22 02:11:25] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003678 10.0.0.65 - - [2025-12-22 02:11:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002019 10.0.0.65 - - [2025-12-22 02:11:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012480 10.0.0.65 - - [2025-12-22 02:11:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.004353 10.0.0.65 - - [2025-12-22 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.008796 10.0.0.65 - - [2025-12-22 02:11:25] "POST /security-groups HTTP/1.1" 200 602 0.083015 10.0.0.65 - - [2025-12-22 02:11:25] "POST /projects HTTP/1.1" 200 607 0.378891 10.0.0.23 - - [2025-12-22 02:11:25] "POST /access-control-lists HTTP/1.1" 200 607 0.054341 10.0.0.65 - - [2025-12-22 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.459549 10.0.0.23 - - [2025-12-22 02:11:25] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.637429 10.0.0.23 - - [2025-12-22 02:11:27] "GET / HTTP/1.1" 200 35931 0.002651 10.0.0.23 - - [2025-12-22 02:11:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2025-12-22 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.067320 10.0.0.65 - - [2025-12-22 02:11:28] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.23 - - [2025-12-22 02:11:28] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.063975 10.0.0.23 - - [2025-12-22 02:11:29] "POST /route-targets HTTP/1.1" 200 327 0.030909 10.0.0.65 - - [2025-12-22 02:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.013948 10.0.0.23 - - [2025-12-22 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.335530 10.0.0.23 - - [2025-12-22 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001336 10.0.0.23 - - [2025-12-22 02:11:29] "GET /virtual-network/a2fdeb97-1cf6-4ccd-af8a-c77fabfc32bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006143 10.0.0.23 - - [2025-12-22 02:11:29] "GET /virtual-network/a2fdeb97-1cf6-4ccd-af8a-c77fabfc32bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007316 10.0.0.23 - - [2025-12-22 02:11:29] "POST /neutron/network HTTP/1.1" 200 840 0.009678 10.0.0.23 - - [2025-12-22 02:11:30] "GET /virtual-network/a2fdeb97-1cf6-4ccd-af8a-c77fabfc32bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.009433 10.0.0.23 - - [2025-12-22 02:11:30] "GET /obj-perms HTTP/1.1" 200 5052 0.051868 10.0.0.65 - - [2025-12-22 02:11:31] "GET /obj-perms HTTP/1.1" 200 5052 0.055916 10.0.0.23 - - [2025-12-22 02:11:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.002825 10.0.0.65 - - [2025-12-22 02:11:33] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001624 10.0.0.23 - - [2025-12-22 02:11:33] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.126767 10.0.0.23 - - [2025-12-22 02:11:34] "POST /neutron/network HTTP/1.1" 200 840 0.033466 10.0.0.23 - - [2025-12-22 02:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.009300 10.0.0.23 - - [2025-12-22 02:11:36] "POST /neutron/port HTTP/1.1" 200 1072 0.058190 10.0.0.23 - - [2025-12-22 02:11:36] "POST /neutron/port HTTP/1.1" 200 1136 0.033866 10.0.0.23 - - [2025-12-22 02:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.001811 10.0.0.23 - - [2025-12-22 02:11:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.013146 10.0.0.23 - - [2025-12-22 02:11:47] "GET /obj-perms HTTP/1.1" 200 5052 0.006484 10.0.0.23 - - [2025-12-22 02:11:50] "POST /neutron/network HTTP/1.1" 200 840 0.010703 10.0.0.23 - - [2025-12-22 02:11:50] "POST /neutron/port HTTP/1.1" 200 1126 0.033471 10.0.0.65 - - [2025-12-22 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004256 10.0.0.65 - - [2025-12-22 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003185 10.0.0.23 - - [2025-12-22 02:11:52] "POST /neutron/network HTTP/1.1" 200 151 0.209270 10.0.0.23 - - [2025-12-22 02:11:52] "DELETE /route-target/672dfac6-1d3e-4fa7-8a68-d61167ef3095 HTTP/1.1" 200 115 0.035407 10.0.0.65 - - [2025-12-22 02:11:53] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.23 - - [2025-12-22 02:11:53] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.076608 10.0.0.65 - - [2025-12-22 02:11:53] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001317 10.0.0.23 - - [2025-12-22 02:11:53] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?fields=virtual_networks HTTP/1.1" 200 1055 0.081354 10.0.0.65 - - [2025-12-22 02:11:53] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001785 10.0.0.23 - - [2025-12-22 02:11:53] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.081373 10.0.0.65 - - [2025-12-22 02:11:53] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001816 10.0.0.23 - - [2025-12-22 02:11:53] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?fields=security_groups HTTP/1.1" 200 1292 0.083643 10.0.0.65 - - [2025-12-22 02:11:54] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001409 10.0.0.23 - - [2025-12-22 02:11:54] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.094238 10.0.0.65 - - [2025-12-22 02:12:00] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001161 10.0.0.23 - - [2025-12-22 02:12:00] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.070036 10.0.0.23 - - [2025-12-22 02:12:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.032281 10.0.0.65 - - [2025-12-22 02:12:03] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004689 10.0.0.65 - - [2025-12-22 02:12:03] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.65 - - [2025-12-22 02:12:03] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008885 10.0.0.65 - - [2025-12-22 02:12:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.004249 10.0.0.65 - - [2025-12-22 02:12:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.006089 10.0.0.65 - - [2025-12-22 02:12:04] "POST /security-groups HTTP/1.1" 200 603 0.158390 10.0.0.65 - - [2025-12-22 02:12:04] "POST /projects HTTP/1.1" 200 609 0.451668 10.0.0.23 - - [2025-12-22 02:12:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.009636 10.0.0.65 - - [2025-12-22 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.528326 10.0.0.23 - - [2025-12-22 02:12:04] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.699387 10.0.0.23 - - [2025-12-22 02:12:05] "GET / HTTP/1.1" 200 35931 0.002364 10.0.0.22 - - [2025-12-22 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.368121 10.0.0.23 - - [2025-12-22 02:12:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.23 - - [2025-12-22 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.038899 10.0.0.65 - - [2025-12-22 02:12:06] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001776 10.0.0.23 - - [2025-12-22 02:12:06] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061318 10.0.0.65 - - [2025-12-22 02:12:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.23 - - [2025-12-22 02:12:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.289586 10.0.0.23 - - [2025-12-22 02:12:07] "POST /id-to-fqname HTTP/1.1" 200 275 0.001326 10.0.0.23 - - [2025-12-22 02:12:07] "GET /virtual-network/2ba8d34e-597a-4c57-ae26-eb06cfefb267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007823 10.0.0.23 - - [2025-12-22 02:12:07] "GET /virtual-network/2ba8d34e-597a-4c57-ae26-eb06cfefb267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.019264 10.0.0.23 - - [2025-12-22 02:12:07] "POST /neutron/network HTTP/1.1" 200 922 0.010545 10.0.0.23 - - [2025-12-22 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.65 - - [2025-12-22 02:12:07] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.23 - - [2025-12-22 02:12:07] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.096487 10.0.0.23 - - [2025-12-22 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.062721 10.0.0.65 - - [2025-12-22 02:12:07] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.23 - - [2025-12-22 02:12:08] "POST /neutron/network HTTP/1.1" 200 703 0.193774 10.0.0.23 - - [2025-12-22 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 275 0.004552 10.0.0.23 - - [2025-12-22 02:12:08] "GET /virtual-network/370a96ae-90f3-403d-8a96-ea2aebd096e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.007317 10.0.0.23 - - [2025-12-22 02:12:08] "POST /neutron/network HTTP/1.1" 200 921 0.010910 10.0.0.23 - - [2025-12-22 02:12:08] "GET /virtual-network/370a96ae-90f3-403d-8a96-ea2aebd096e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.007195 10.0.0.23 - - [2025-12-22 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.65 - - [2025-12-22 02:12:08] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.23 - - [2025-12-22 02:12:08] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.086185 10.0.0.23 - - [2025-12-22 02:12:08] "POST /neutron/network HTTP/1.1" 200 117 0.020566 10.0.0.23 - - [2025-12-22 02:12:08] "POST /route-targets HTTP/1.1" 200 327 0.021815 10.0.0.23 - - [2025-12-22 02:12:09] "POST /neutron/network HTTP/1.1" 200 922 0.017219 10.0.0.23 - - [2025-12-22 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 276 0.001940 10.0.0.23 - - [2025-12-22 02:12:09] "GET /virtual-network/1c5f35f7-b8fb-45b9-8d8e-fb2db1a4545c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.014585 10.0.0.23 - - [2025-12-22 02:12:09] "GET /virtual-network/1c5f35f7-b8fb-45b9-8d8e-fb2db1a4545c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.007844 10.0.0.23 - - [2025-12-22 02:12:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.011810 10.0.0.23 - - [2025-12-22 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 275 0.001344 10.0.0.65 - - [2025-12-22 02:12:10] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.23 - - [2025-12-22 02:12:10] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.084048 10.0.0.23 - - [2025-12-22 02:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.008133 10.0.0.23 - - [2025-12-22 02:12:10] "POST /id-to-fqname HTTP/1.1" 200 276 0.001445 10.0.0.23 - - [2025-12-22 02:12:10] "POST /neutron/network HTTP/1.1" 200 932 0.009826 10.0.0.65 - - [2025-12-22 02:12:11] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.23 - - [2025-12-22 02:12:11] "POST /neutron/port HTTP/1.1" 200 1071 0.035601 10.0.0.23 - - [2025-12-22 02:12:11] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.110650 10.0.0.23 - - [2025-12-22 02:12:12] "POST /neutron/port HTTP/1.1" 200 1125 0.166045 10.0.0.23 - - [2025-12-22 02:12:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006166 10.0.0.65 - - [2025-12-22 02:12:12] "DELETE /project/1cfa471429d742afa91edd23cbb31a58 HTTP/1.1" 404 173 0.005064 10.0.0.65 - - [2025-12-22 02:12:12] "DELETE /project/f141ce9fc1634ac3a2b13ffc6e352f2b HTTP/1.1" 404 173 0.012315 10.0.0.65 - - [2025-12-22 02:12:12] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001124 10.0.0.23 - - [2025-12-22 02:12:12] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.65 - - [2025-12-22 02:12:12] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.070934 10.0.0.65 - - [2025-12-22 02:12:12] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002290 10.0.0.65 - - [2025-12-22 02:12:12] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?fields=security_groups HTTP/1.1" 200 1397 0.074358 10.0.0.65 - - [2025-12-22 02:12:12] "DELETE /security-group/a6b83cc8-bf1a-4756-8cc8-4390330bdf1b HTTP/1.1" 200 115 0.090465 10.0.0.65 - - [2025-12-22 02:12:12] "GET /projects?obj_uuids=f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001241 10.0.0.23 - - [2025-12-22 02:12:12] "DELETE /access-control-list/a966b0dd-b885-40b7-8085-fa4812a785dc HTTP/1.1" 200 115 0.082995 10.0.0.65 - - [2025-12-22 02:12:12] "GET /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b?fields=application_policy_sets HTTP/1.1" 200 1436 0.126538 10.0.0.65 - - [2025-12-22 02:12:12] "DELETE /project/f141ce9f-c163-4ac3-a2b1-3ffc6e352f2b HTTP/1.1" 200 115 0.684694 10.0.0.23 - - [2025-12-22 02:12:13] "POST /neutron/network HTTP/1.1" 200 932 0.014408 10.0.0.23 - - [2025-12-22 02:12:13] "POST /neutron/network HTTP/1.1" 400 204 0.023364 10.0.0.23 - - [2025-12-22 02:12:14] "POST /neutron/port HTTP/1.1" 200 1124 0.227212 10.0.0.23 - - [2025-12-22 02:12:14] "POST /neutron/port HTTP/1.1" 200 1125 0.019479 10.0.0.23 - - [2025-12-22 02:12:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.015203 10.0.0.23 - - [2025-12-22 02:12:16] "POST /neutron/network HTTP/1.1" 200 921 0.009396 10.0.0.23 - - [2025-12-22 02:12:16] "POST /neutron/network HTTP/1.1" 400 204 0.025931 10.0.0.23 - - [2025-12-22 02:12:18] "POST /neutron/port HTTP/1.1" 200 1134 0.021323 10.0.0.23 - - [2025-12-22 02:12:19] "POST /neutron/port HTTP/1.1" 200 117 0.007732 10.0.0.23 - - [2025-12-22 02:12:19] "POST /neutron/port HTTP/1.1" 200 117 0.010134 10.0.0.23 - - [2025-12-22 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2025-12-22 02:12:20] "POST /neutron/network HTTP/1.1" 200 922 0.011917 10.0.0.65 - - [2025-12-22 02:12:20] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004065 10.0.0.23 - - [2025-12-22 02:12:20] "DELETE /route-target/2d834256-d41c-4451-8fe0-483f1e8deba6 HTTP/1.1" 200 115 0.072140 10.0.0.23 - - [2025-12-22 02:12:20] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.097797 10.0.0.65 - - [2025-12-22 02:12:20] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.23 - - [2025-12-22 02:12:20] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?fields=virtual_networks HTTP/1.1" 200 1056 0.101985 10.0.0.65 - - [2025-12-22 02:12:20] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002461 10.0.0.23 - - [2025-12-22 02:12:20] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.081890 10.0.0.65 - - [2025-12-22 02:12:21] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.23 - - [2025-12-22 02:12:21] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?fields=security_groups HTTP/1.1" 200 1294 0.068759 10.0.0.23 - - [2025-12-22 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.034729 10.0.0.65 - - [2025-12-22 02:12:22] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004002 10.0.0.65 - - [2025-12-22 02:12:22] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.65 - - [2025-12-22 02:12:22] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008501 10.0.0.65 - - [2025-12-22 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 192 0.001245 10.0.0.65 - - [2025-12-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.004261 10.0.0.65 - - [2025-12-22 02:12:22] "POST /security-groups HTTP/1.1" 200 593 0.090115 10.0.0.65 - - [2025-12-22 02:12:22] "POST /projects HTTP/1.1" 200 589 0.358166 10.0.0.65 - - [2025-12-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.394429 10.0.0.23 - - [2025-12-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.011501 10.0.0.23 - - [2025-12-22 02:12:22] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.602681 10.0.0.23 - - [2025-12-22 02:12:23] "GET / HTTP/1.1" 200 35931 0.002789 10.0.0.23 - - [2025-12-22 02:12:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.23 - - [2025-12-22 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052861 10.0.0.65 - - [2025-12-22 02:12:24] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.23 - - [2025-12-22 02:12:24] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072875 10.0.0.65 - - [2025-12-22 02:12:24] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001419 10.0.0.23 - - [2025-12-22 02:12:24] "POST /neutron/network HTTP/1.1" 200 673 0.208671 10.0.0.23 - - [2025-12-22 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.030468 10.0.0.23 - - [2025-12-22 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 255 0.004479 10.0.0.23 - - [2025-12-22 02:12:25] "GET /virtual-network/cb5cabf7-574c-4476-bab6-a94cc4e18fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006186 10.0.0.23 - - [2025-12-22 02:12:25] "POST /neutron/network HTTP/1.1" 200 891 0.008322 10.0.0.23 - - [2025-12-22 02:12:25] "GET /virtual-network/cb5cabf7-574c-4476-bab6-a94cc4e18fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005908 10.0.0.23 - - [2025-12-22 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.65 - - [2025-12-22 02:12:25] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001514 10.0.0.23 - - [2025-12-22 02:12:25] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053039 10.0.0.23 - - [2025-12-22 02:12:25] "POST /neutron/network HTTP/1.1" 200 117 0.018053 10.0.0.23 - - [2025-12-22 02:12:25] "POST /neutron/network HTTP/1.1" 200 891 0.010178 10.0.0.23 - - [2025-12-22 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 255 0.001286 10.0.0.23 - - [2025-12-22 02:12:25] "GET /virtual-network/b8271ec1-5a38-4d6a-915b-4a520d6e79e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006235 10.0.0.23 - - [2025-12-22 02:12:25] "GET /virtual-network/b8271ec1-5a38-4d6a-915b-4a520d6e79e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005912 10.0.0.23 - - [2025-12-22 02:12:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.012610 10.0.0.23 - - [2025-12-22 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.65 - - [2025-12-22 02:12:25] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001523 10.0.0.23 - - [2025-12-22 02:12:26] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071404 10.0.0.23 - - [2025-12-22 02:12:26] "POST /route-targets HTTP/1.1" 200 327 0.023522 10.0.0.65 - - [2025-12-22 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.015776 10.0.0.23 - - [2025-12-22 02:12:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.276077 10.0.0.23 - - [2025-12-22 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 256 0.001432 10.0.0.23 - - [2025-12-22 02:12:26] "GET /virtual-network/82b47221-4997-4ee7-b324-b9579fe405bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006854 10.0.0.23 - - [2025-12-22 02:12:26] "GET /virtual-network/82b47221-4997-4ee7-b324-b9579fe405bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007542 10.0.0.23 - - [2025-12-22 02:12:26] "POST /neutron/network HTTP/1.1" 200 892 0.009476 10.0.0.23 - - [2025-12-22 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 255 0.001455 10.0.0.65 - - [2025-12-22 02:12:27] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001726 10.0.0.23 - - [2025-12-22 02:12:27] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.102492 10.0.0.23 - - [2025-12-22 02:12:27] "POST /neutron/network HTTP/1.1" 200 891 0.009477 10.0.0.23 - - [2025-12-22 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 256 0.002003 10.0.0.23 - - [2025-12-22 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.008404 10.0.0.65 - - [2025-12-22 02:12:28] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002239 10.0.0.23 - - [2025-12-22 02:12:28] "POST /neutron/port HTTP/1.1" 200 1061 0.428155 10.0.0.65 - - [2025-12-22 02:12:28] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001149 10.0.0.23 - - [2025-12-22 02:12:28] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091912 10.0.0.23 - - [2025-12-22 02:12:29] "POST /neutron/port HTTP/1.1" 200 1115 0.194504 10.0.0.23 - - [2025-12-22 02:12:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010364 10.0.0.23 - - [2025-12-22 02:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.002249 10.0.0.23 - - [2025-12-22 02:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.012522 10.0.0.23 - - [2025-12-22 02:12:30] "POST /neutron/port HTTP/1.1" 200 1060 0.026229 10.0.0.23 - - [2025-12-22 02:12:30] "POST /neutron/port HTTP/1.1" 200 1124 0.026622 10.0.0.23 - - [2025-12-22 02:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.23 - - [2025-12-22 02:12:30] "POST /neutron/network HTTP/1.1" 400 204 0.016459 10.0.0.23 - - [2025-12-22 02:12:31] "POST /neutron/port HTTP/1.1" 200 151 0.263639 10.0.0.23 - - [2025-12-22 02:12:32] "POST /neutron/port HTTP/1.1" 200 151 0.235494 10.0.0.65 - - [2025-12-22 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.65 - - [2025-12-22 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004636 10.0.0.23 - - [2025-12-22 02:12:33] "POST /neutron/network HTTP/1.1" 200 151 0.174886 10.0.0.23 - - [2025-12-22 02:12:33] "DELETE /route-target/a8cc5e5a-7e4d-46f1-a1d7-d908b67dd0c4 HTTP/1.1" 200 115 0.041252 10.0.0.23 - - [2025-12-22 02:12:33] "POST /neutron/network HTTP/1.1" 200 891 0.010701 10.0.0.23 - - [2025-12-22 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.65 - - [2025-12-22 02:12:33] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001653 10.0.0.23 - - [2025-12-22 02:12:33] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077522 10.0.0.65 - - [2025-12-22 02:12:33] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002161 10.0.0.23 - - [2025-12-22 02:12:33] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?fields=virtual_networks HTTP/1.1" 200 1036 0.058994 10.0.0.65 - - [2025-12-22 02:12:33] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.23 - - [2025-12-22 02:12:33] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052835 10.0.0.65 - - [2025-12-22 02:12:33] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.23 - - [2025-12-22 02:12:33] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?fields=security_groups HTTP/1.1" 200 1264 0.056175 10.0.0.23 - - [2025-12-22 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.032799 10.0.0.65 - - [2025-12-22 02:12:34] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005088 10.0.0.65 - - [2025-12-22 02:12:34] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001581 10.0.0.65 - - [2025-12-22 02:12:34] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010174 10.0.0.65 - - [2025-12-22 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.005926 10.0.0.65 - - [2025-12-22 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004265 10.0.0.65 - - [2025-12-22 02:12:35] "POST /security-groups HTTP/1.1" 200 599 0.083560 10.0.0.65 - - [2025-12-22 02:12:35] "POST /projects HTTP/1.1" 200 601 0.314700 10.0.0.23 - - [2025-12-22 02:12:35] "POST /access-control-lists HTTP/1.1" 200 604 0.041466 10.0.0.65 - - [2025-12-22 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.401153 10.0.0.23 - - [2025-12-22 02:12:35] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.572633 10.0.0.23 - - [2025-12-22 02:12:36] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.23 - - [2025-12-22 02:12:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.23 - - [2025-12-22 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.052974 10.0.0.65 - - [2025-12-22 02:12:37] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.23 - - [2025-12-22 02:12:37] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077450 10.0.0.65 - - [2025-12-22 02:12:37] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001121 10.0.0.23 - - [2025-12-22 02:12:37] "POST /neutron/network HTTP/1.1" 200 691 0.190863 10.0.0.23 - - [2025-12-22 02:12:37] "POST /route-targets HTTP/1.1" 200 327 0.018278 10.0.0.23 - - [2025-12-22 02:12:37] "POST /id-to-fqname HTTP/1.1" 200 267 0.004917 10.0.0.23 - - [2025-12-22 02:12:37] "GET /virtual-network/3ecce29a-fe9e-4a50-a011-b09b4bb9fbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006134 10.0.0.23 - - [2025-12-22 02:12:37] "POST /neutron/network HTTP/1.1" 200 911 0.007972 10.0.0.23 - - [2025-12-22 02:12:37] "GET /virtual-network/3ecce29a-fe9e-4a50-a011-b09b4bb9fbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006163 10.0.0.23 - - [2025-12-22 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.65 - - [2025-12-22 02:12:37] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.23 - - [2025-12-22 02:12:38] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056477 10.0.0.23 - - [2025-12-22 02:12:38] "POST /neutron/network HTTP/1.1" 200 117 0.020110 10.0.0.23 - - [2025-12-22 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.035413 10.0.0.23 - - [2025-12-22 02:12:38] "POST /neutron/network HTTP/1.1" 200 910 0.010380 10.0.0.23 - - [2025-12-22 02:12:38] "POST /id-to-fqname HTTP/1.1" 200 267 0.001802 10.0.0.23 - - [2025-12-22 02:12:38] "GET /virtual-network/4298c40d-665a-4efe-b381-1d51016a81b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005892 10.0.0.23 - - [2025-12-22 02:12:38] "GET /virtual-network/4298c40d-665a-4efe-b381-1d51016a81b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007024 10.0.0.23 - - [2025-12-22 02:12:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.014117 10.0.0.23 - - [2025-12-22 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.65 - - [2025-12-22 02:12:38] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.23 - - [2025-12-22 02:12:38] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054056 10.0.0.65 - - [2025-12-22 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004508 10.0.0.23 - - [2025-12-22 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.246332 10.0.0.23 - - [2025-12-22 02:12:39] "POST /id-to-fqname HTTP/1.1" 200 268 0.001415 10.0.0.23 - - [2025-12-22 02:12:39] "GET /virtual-network/356f1aff-1aef-4c37-b8e4-3631b76caae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006409 10.0.0.23 - - [2025-12-22 02:12:39] "GET /virtual-network/356f1aff-1aef-4c37-b8e4-3631b76caae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005669 10.0.0.23 - - [2025-12-22 02:12:39] "POST /neutron/network HTTP/1.1" 200 911 0.008190 10.0.0.23 - - [2025-12-22 02:12:39] "POST /id-to-fqname HTTP/1.1" 200 267 0.002387 10.0.0.23 - - [2025-12-22 02:13:07] "GET /obj-perms HTTP/1.1" 200 5056 0.062434 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /project/33cfc6db0b5a43d6ab07b653cfff25d6 HTTP/1.1" 404 173 0.010849 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /project/2822388e2a124675a2c57347651cfa44 HTTP/1.1" 404 173 0.008054 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001274 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.088583 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003097 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.135999 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001277 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.23 - - [2025-12-22 02:13:13] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.153421 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?fields=security_groups HTTP/1.1" 200 1369 0.085947 10.0.0.23 - - [2025-12-22 02:13:13] "POST /neutron/network HTTP/1.1" 200 910 0.032274 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?fields=security_groups HTTP/1.1" 200 1399 0.166218 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /security-group/aa466182-6d13-476c-9919-08ce63313a6f HTTP/1.1" 200 115 0.109351 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=2822388e-2a12-4675-a2c5-7347651cfa44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.23 - - [2025-12-22 02:13:13] "DELETE /access-control-list/c60d763e-b4e4-487b-9e70-12656fb02fea HTTP/1.1" 200 115 0.084078 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/2822388e-2a12-4675-a2c5-7347651cfa44?fields=application_policy_sets HTTP/1.1" 200 1408 0.094208 10.0.0.23 - - [2025-12-22 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 268 0.001899 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /security-group/fbb0cb4e-b591-4adf-b5cf-d6e2a67fde7e HTTP/1.1" 200 115 0.194870 10.0.0.65 - - [2025-12-22 02:13:13] "GET /projects?obj_uuids=1cfa4714-29d7-42af-a91e-dd23cbb31a58&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.65 - - [2025-12-22 02:13:13] "GET /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58?fields=application_policy_sets HTTP/1.1" 200 1438 0.069152 10.0.0.23 - - [2025-12-22 02:13:13] "POST /neutron/port HTTP/1.1" 200 117 0.025635 10.0.0.23 - - [2025-12-22 02:13:13] "DELETE /access-control-list/6a944323-2373-4153-a406-9e82d7a4bb4c HTTP/1.1" 200 115 0.078320 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /project/2822388e-2a12-4675-a2c5-7347651cfa44 HTTP/1.1" 200 115 0.748166 10.0.0.65 - - [2025-12-22 02:13:13] "DELETE /project/1cfa4714-29d7-42af-a91e-dd23cbb31a58 HTTP/1.1" 200 115 0.891183 10.0.0.65 - - [2025-12-22 02:13:14] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.65 - - [2025-12-22 02:13:14] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.23 - - [2025-12-22 02:13:14] "POST /neutron/port HTTP/1.1" 200 1068 0.616033 10.0.0.23 - - [2025-12-22 02:13:14] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.144355 10.0.0.23 - - [2025-12-22 02:13:14] "POST /neutron/port HTTP/1.1" 200 1068 0.026829 10.0.0.23 - - [2025-12-22 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016035 10.0.0.23 - - [2025-12-22 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004868 10.0.0.65 - - [2025-12-22 02:13:15] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001106 10.0.0.23 - - [2025-12-22 02:13:15] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.099679 10.0.0.23 - - [2025-12-22 02:13:15] "POST /neutron/network HTTP/1.1" 200 910 0.009833 10.0.0.23 - - [2025-12-22 02:13:16] "POST /neutron/port HTTP/1.1" 200 1067 0.038170 10.0.0.23 - - [2025-12-22 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012698 10.0.0.23 - - [2025-12-22 02:13:16] "GET /security-group/93c880da-cf37-483d-aa57-a4654786e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006772 10.0.0.23 - - [2025-12-22 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.013499 10.0.0.65 - - [2025-12-22 02:13:16] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001277 10.0.0.23 - - [2025-12-22 02:13:16] "POST /neutron/port HTTP/1.1" 200 1131 0.044901 10.0.0.23 - - [2025-12-22 02:13:16] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.121243 10.0.0.23 - - [2025-12-22 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.003547 10.0.0.23 - - [2025-12-22 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.013261 10.0.0.23 - - [2025-12-22 02:13:16] "GET /security-group/93c880da-cf37-483d-aa57-a4654786e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006534 10.0.0.23 - - [2025-12-22 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.23 - - [2025-12-22 02:13:16] "PUT /security-group/93c880da-cf37-483d-aa57-a4654786e67f HTTP/1.1" 200 262 0.072098 10.0.0.23 - - [2025-12-22 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.005224 10.0.0.23 - - [2025-12-22 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005758 10.0.0.65 - - [2025-12-22 02:13:17] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.23 - - [2025-12-22 02:13:17] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015453 10.0.0.23 - - [2025-12-22 02:13:17] "POST /service-templates HTTP/1.1" 200 543 0.087675 10.0.0.23 - - [2025-12-22 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012751 10.0.0.23 - - [2025-12-22 02:13:18] "GET /service-template/71332420-f517-48e0-8e58-5dfe733933b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.009237 10.0.0.23 - - [2025-12-22 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013779 10.0.0.23 - - [2025-12-22 02:13:18] "GET /service-template/71332420-f517-48e0-8e58-5dfe733933b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006477 10.0.0.23 - - [2025-12-22 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 267 0.002523 10.0.0.23 - - [2025-12-22 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 267 0.002992 10.0.0.23 - - [2025-12-22 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 268 0.003372 10.0.0.23 - - [2025-12-22 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019778 10.0.0.23 - - [2025-12-22 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006081 10.0.0.23 - - [2025-12-22 02:13:18] "DELETE /service-template/71332420-f517-48e0-8e58-5dfe733933b9 HTTP/1.1" 200 115 0.093311 10.0.0.23 - - [2025-12-22 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.007622 10.0.0.23 - - [2025-12-22 02:13:23] "POST /neutron/network HTTP/1.1" 200 910 0.018426 10.0.0.23 - - [2025-12-22 02:13:25] "POST /neutron/network HTTP/1.1" 400 204 0.039167 10.0.0.23 - - [2025-12-22 02:13:29] "POST /neutron/network HTTP/1.1" 200 910 0.010413 10.0.0.23 - - [2025-12-22 02:13:31] "POST /neutron/network HTTP/1.1" 400 204 0.028238 10.0.0.23 - - [2025-12-22 02:13:36] "POST /neutron/network HTTP/1.1" 200 910 0.008612 10.0.0.23 - - [2025-12-22 02:13:38] "POST /neutron/network HTTP/1.1" 400 204 0.020605 10.0.0.23 - - [2025-12-22 02:13:42] "POST /neutron/network HTTP/1.1" 200 910 0.008317 10.0.0.23 - - [2025-12-22 02:13:44] "POST /neutron/network HTTP/1.1" 400 204 0.019758 10.0.0.23 - - [2025-12-22 02:13:48] "POST /neutron/network HTTP/1.1" 200 910 0.008791 10.0.0.23 - - [2025-12-22 02:13:50] "POST /neutron/network HTTP/1.1" 400 204 0.017764 10.0.0.23 - - [2025-12-22 02:13:54] "POST /neutron/network HTTP/1.1" 200 910 0.010896 10.0.0.23 - - [2025-12-22 02:13:56] "POST /neutron/network HTTP/1.1" 400 204 0.016487 10.0.0.23 - - [2025-12-22 02:14:00] "POST /neutron/network HTTP/1.1" 200 910 0.008030 10.0.0.23 - - [2025-12-22 02:14:02] "POST /neutron/network HTTP/1.1" 400 204 0.019095 10.0.0.23 - - [2025-12-22 02:14:06] "POST /neutron/network HTTP/1.1" 200 910 0.007527 10.0.0.65 - - [2025-12-22 02:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.65 - - [2025-12-22 02:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2025-12-22 02:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-12-22 02:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-12-22 02:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-12-22 02:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.65 - - [2025-12-22 02:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.65 - - [2025-12-22 02:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2025-12-22 02:14:08] "POST /neutron/network HTTP/1.1" 400 204 0.018671 10.0.0.23 - - [2025-12-22 02:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001415 10.0.0.23 - - [2025-12-22 02:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2025-12-22 02:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-22 02:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-22 02:14:11] "POST /neutron/port HTTP/1.1" 200 1132 0.025790 10.0.0.23 - - [2025-12-22 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.008403 10.0.0.23 - - [2025-12-22 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006198 10.0.0.23 - - [2025-12-22 02:14:13] "POST /neutron/network HTTP/1.1" 200 911 0.008283 10.0.0.23 - - [2025-12-22 02:14:15] "POST /neutron/network HTTP/1.1" 400 204 0.020528 10.0.0.23 - - [2025-12-22 02:14:15] "POST /neutron/port HTTP/1.1" 200 151 0.274642 10.0.0.65 - - [2025-12-22 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008286 10.0.0.65 - - [2025-12-22 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003864 10.0.0.23 - - [2025-12-22 02:14:17] "POST /neutron/network HTTP/1.1" 200 151 0.179877 10.0.0.23 - - [2025-12-22 02:14:17] "DELETE /route-target/4a65b50a-e30c-411d-a8db-a33672525040 HTTP/1.1" 200 115 0.048373 10.0.0.65 - - [2025-12-22 02:14:17] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2025-12-22 02:14:17] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.102323 10.0.0.65 - - [2025-12-22 02:14:17] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.23 - - [2025-12-22 02:14:17] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?fields=virtual_networks HTTP/1.1" 200 1048 0.066587 10.0.0.65 - - [2025-12-22 02:14:17] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.23 - - [2025-12-22 02:14:17] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.049740 10.0.0.65 - - [2025-12-22 02:14:17] "GET /projects?obj_uuids=33cfc6db-0b5a-43d6-ab07-b653cfff25d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.23 - - [2025-12-22 02:14:17] "GET /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6?fields=security_groups HTTP/1.1" 200 1282 0.078143 10.0.0.23 - - [2025-12-22 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.027553 10.0.0.65 - - [2025-12-22 02:14:18] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005132 10.0.0.65 - - [2025-12-22 02:14:18] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.65 - - [2025-12-22 02:14:18] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008960 10.0.0.65 - - [2025-12-22 02:14:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.003550 10.0.0.65 - - [2025-12-22 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.013043 10.0.0.65 - - [2025-12-22 02:14:19] "POST /security-groups HTTP/1.1" 200 592 0.072474 10.0.0.65 - - [2025-12-22 02:14:19] "POST /projects HTTP/1.1" 200 587 0.342968 10.0.0.23 - - [2025-12-22 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.039367 10.0.0.65 - - [2025-12-22 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.414849 10.0.0.23 - - [2025-12-22 02:14:19] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.579491 10.0.0.23 - - [2025-12-22 02:14:19] "POST /access-control-lists HTTP/1.1" 200 595 0.070891 10.0.0.23 - - [2025-12-22 02:14:20] "GET / HTTP/1.1" 200 35931 0.002400 10.0.0.23 - - [2025-12-22 02:14:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2025-12-22 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.056559 10.0.0.65 - - [2025-12-22 02:14:21] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002227 10.0.0.23 - - [2025-12-22 02:14:21] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064028 10.0.0.23 - - [2025-12-22 02:14:21] "POST /neutron/network HTTP/1.1" 200 117 0.040823 10.0.0.23 - - [2025-12-22 02:14:21] "POST /neutron/network HTTP/1.1" 200 889 0.009530 10.0.0.23 - - [2025-12-22 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 253 0.001292 10.0.0.23 - - [2025-12-22 02:14:21] "GET /virtual-network/4e4fc56e-7c92-411c-8fcd-f994fb2cdcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006645 10.0.0.23 - - [2025-12-22 02:14:22] "GET /virtual-network/4e4fc56e-7c92-411c-8fcd-f994fb2cdcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006256 10.0.0.23 - - [2025-12-22 02:14:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.015078 10.0.0.23 - - [2025-12-22 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.65 - - [2025-12-22 02:14:22] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001804 10.0.0.23 - - [2025-12-22 02:14:22] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079735 10.0.0.23 - - [2025-12-22 02:14:22] "POST /route-targets HTTP/1.1" 200 327 0.026158 10.0.0.65 - - [2025-12-22 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009478 10.0.0.23 - - [2025-12-22 02:14:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.269136 10.0.0.23 - - [2025-12-22 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 253 0.001793 10.0.0.23 - - [2025-12-22 02:14:22] "GET /virtual-network/1dd0ff5f-6c70-48a3-a1fe-dcd2407cd064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006120 10.0.0.23 - - [2025-12-22 02:14:22] "GET /virtual-network/1dd0ff5f-6c70-48a3-a1fe-dcd2407cd064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.007023 10.0.0.23 - - [2025-12-22 02:14:22] "POST /neutron/network HTTP/1.1" 200 889 0.011453 10.0.0.23 - - [2025-12-22 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.65 - - [2025-12-22 02:14:22] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001562 10.0.0.23 - - [2025-12-22 02:14:22] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071035 10.0.0.65 - - [2025-12-22 02:14:22] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002130 10.0.0.23 - - [2025-12-22 02:14:23] "POST /neutron/network HTTP/1.1" 200 672 0.177031 10.0.0.23 - - [2025-12-22 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.038131 10.0.0.23 - - [2025-12-22 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 254 0.004152 10.0.0.23 - - [2025-12-22 02:14:23] "GET /virtual-network/5829e78b-865c-4d28-9b54-ee8c41c19bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006040 10.0.0.23 - - [2025-12-22 02:14:23] "POST /neutron/network HTTP/1.1" 200 890 0.018960 10.0.0.23 - - [2025-12-22 02:14:23] "GET /virtual-network/5829e78b-865c-4d28-9b54-ee8c41c19bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006471 10.0.0.23 - - [2025-12-22 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.001560 10.0.0.23 - - [2025-12-22 02:14:23] "POST /neutron/network HTTP/1.1" 200 899 0.008200 10.0.0.65 - - [2025-12-22 02:14:24] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.23 - - [2025-12-22 02:14:24] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.089863 10.0.0.23 - - [2025-12-22 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.007658 10.0.0.23 - - [2025-12-22 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 254 0.001369 10.0.0.23 - - [2025-12-22 02:14:25] "POST /neutron/network HTTP/1.1" 200 899 0.009097 10.0.0.23 - - [2025-12-22 02:14:25] "POST /neutron/port HTTP/1.1" 200 1061 0.027614 10.0.0.65 - - [2025-12-22 02:14:25] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.23 - - [2025-12-22 02:14:25] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.139307 10.0.0.23 - - [2025-12-22 02:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008879 10.0.0.23 - - [2025-12-22 02:14:25] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2025-12-22 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011437 10.0.0.65 - - [2025-12-22 02:14:26] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.23 - - [2025-12-22 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.005714 10.0.0.23 - - [2025-12-22 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.23 - - [2025-12-22 02:14:26] "POST /neutron/port HTTP/1.1" 200 1060 0.394732 10.0.0.65 - - [2025-12-22 02:14:26] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.23 - - [2025-12-22 02:14:26] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014411 10.0.0.23 - - [2025-12-22 02:14:26] "POST /service-templates HTTP/1.1" 200 543 0.067480 10.0.0.23 - - [2025-12-22 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-12-22 02:14:26] "POST /neutron/port HTTP/1.1" 200 1114 0.169551 10.0.0.23 - - [2025-12-22 02:14:26] "GET /service-template/71bb639c-f9b7-4b75-8ef2-7ab43bb0e22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.011240 10.0.0.23 - - [2025-12-22 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.23 - - [2025-12-22 02:14:26] "GET /service-template/71bb639c-f9b7-4b75-8ef2-7ab43bb0e22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004117 10.0.0.23 - - [2025-12-22 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 253 0.001302 10.0.0.23 - - [2025-12-22 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.014629 10.0.0.23 - - [2025-12-22 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 253 0.001365 10.0.0.23 - - [2025-12-22 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 254 0.001411 10.0.0.23 - - [2025-12-22 02:14:27] "POST /neutron/port HTTP/1.1" 200 2097 0.033720 10.0.0.23 - - [2025-12-22 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.23 - - [2025-12-22 02:14:27] "DELETE /service-template/71bb639c-f9b7-4b75-8ef2-7ab43bb0e22a HTTP/1.1" 200 115 0.070250 10.0.0.23 - - [2025-12-22 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.008145 10.0.0.23 - - [2025-12-22 02:14:29] "POST /neutron/network HTTP/1.1" 400 204 0.021290 10.0.0.23 - - [2025-12-22 02:14:30] "POST /neutron/port HTTP/1.1" 200 151 0.276263 10.0.0.23 - - [2025-12-22 02:14:30] "POST /neutron/port HTTP/1.1" 200 151 0.301335 10.0.0.23 - - [2025-12-22 02:14:31] "POST /neutron/network HTTP/1.1" 200 890 0.008935 10.0.0.23 - - [2025-12-22 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.65 - - [2025-12-22 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010939 10.0.0.65 - - [2025-12-22 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.23 - - [2025-12-22 02:14:32] "POST /neutron/network HTTP/1.1" 200 151 0.160441 10.0.0.65 - - [2025-12-22 02:14:32] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.23 - - [2025-12-22 02:14:32] "DELETE /route-target/09e7f1d2-9d38-4fe6-8da4-e6f1a13f1654 HTTP/1.1" 200 115 0.032507 10.0.0.23 - - [2025-12-22 02:14:32] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.108148 10.0.0.65 - - [2025-12-22 02:14:32] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.23 - - [2025-12-22 02:14:32] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?fields=virtual_networks HTTP/1.1" 200 1033 0.056959 10.0.0.65 - - [2025-12-22 02:14:32] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001729 10.0.0.23 - - [2025-12-22 02:14:32] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052920 10.0.0.65 - - [2025-12-22 02:14:32] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001347 10.0.0.23 - - [2025-12-22 02:14:32] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?fields=security_groups HTTP/1.1" 200 1260 0.053347 10.0.0.23 - - [2025-12-22 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.029975 10.0.0.65 - - [2025-12-22 02:14:33] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004456 10.0.0.65 - - [2025-12-22 02:14:33] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.65 - - [2025-12-22 02:14:33] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010247 10.0.0.65 - - [2025-12-22 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 195 0.013064 10.0.0.65 - - [2025-12-22 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 204 0.012682 10.0.0.65 - - [2025-12-22 02:14:33] "POST /security-groups HTTP/1.1" 200 596 0.078489 10.0.0.65 - - [2025-12-22 02:14:33] "POST /projects HTTP/1.1" 200 595 0.334627 10.0.0.23 - - [2025-12-22 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 238 0.016473 10.0.0.65 - - [2025-12-22 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.407971 10.0.0.23 - - [2025-12-22 02:14:34] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.572483 10.0.0.23 - - [2025-12-22 02:14:35] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.23 - - [2025-12-22 02:14:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.23 - - [2025-12-22 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.058834 10.0.0.65 - - [2025-12-22 02:14:35] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001730 10.0.0.23 - - [2025-12-22 02:14:35] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.069485 10.0.0.23 - - [2025-12-22 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.040575 10.0.0.65 - - [2025-12-22 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008126 10.0.0.23 - - [2025-12-22 02:14:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.350530 10.0.0.23 - - [2025-12-22 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 261 0.001912 10.0.0.23 - - [2025-12-22 02:14:36] "GET /virtual-network/5d7c5030-d7a2-4c98-9d48-ed9213dede9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.010878 10.0.0.23 - - [2025-12-22 02:14:36] "POST /neutron/network HTTP/1.1" 200 1072 0.016537 10.0.0.23 - - [2025-12-22 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.030405 10.0.0.23 - - [2025-12-22 02:14:36] "GET /virtual-network/5d7c5030-d7a2-4c98-9d48-ed9213dede9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.007240 10.0.0.23 - - [2025-12-22 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.010752 10.0.0.23 - - [2025-12-22 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.65 - - [2025-12-22 02:14:37] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001586 10.0.0.23 - - [2025-12-22 02:14:37] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066114 10.0.0.65 - - [2025-12-22 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008432 10.0.0.23 - - [2025-12-22 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.287386 10.0.0.23 - - [2025-12-22 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.012327 10.0.0.23 - - [2025-12-22 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.001884 10.0.0.23 - - [2025-12-22 02:14:37] "GET /virtual-network/3776a551-c8b4-4dbc-87e0-6dcb60288642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008056 10.0.0.23 - - [2025-12-22 02:14:38] "POST /neutron/network HTTP/1.1" 200 1075 0.012076 10.0.0.23 - - [2025-12-22 02:14:38] "GET /virtual-network/3776a551-c8b4-4dbc-87e0-6dcb60288642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008457 10.0.0.23 - - [2025-12-22 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.010734 10.0.0.23 - - [2025-12-22 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.65 - - [2025-12-22 02:14:38] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.23 - - [2025-12-22 02:14:38] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056752 10.0.0.23 - - [2025-12-22 02:14:38] "POST /route-targets HTTP/1.1" 200 327 0.015701 10.0.0.65 - - [2025-12-22 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.014538 10.0.0.23 - - [2025-12-22 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.250873 10.0.0.23 - - [2025-12-22 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 262 0.001523 10.0.0.23 - - [2025-12-22 02:14:38] "GET /virtual-network/85d72924-79b5-4425-8e96-297186c7e905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.010244 10.0.0.23 - - [2025-12-22 02:14:38] "POST /neutron/network HTTP/1.1" 200 1076 0.011757 10.0.0.23 - - [2025-12-22 02:14:38] "GET /virtual-network/85d72924-79b5-4425-8e96-297186c7e905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006362 10.0.0.23 - - [2025-12-22 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.015709 10.0.0.23 - - [2025-12-22 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001920 10.0.0.65 - - [2025-12-22 02:14:39] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001528 10.0.0.23 - - [2025-12-22 02:14:40] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.074196 10.0.0.23 - - [2025-12-22 02:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.007177 10.0.0.23 - - [2025-12-22 02:14:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001385 10.0.0.23 - - [2025-12-22 02:14:40] "POST /neutron/network HTTP/1.1" 200 1086 0.008041 10.0.0.23 - - [2025-12-22 02:14:41] "POST /neutron/port HTTP/1.1" 200 1172 0.025823 10.0.0.65 - - [2025-12-22 02:14:41] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003409 10.0.0.23 - - [2025-12-22 02:14:41] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.172548 10.0.0.23 - - [2025-12-22 02:14:41] "POST /neutron/port HTTP/1.1" 200 1236 0.041978 10.0.0.23 - - [2025-12-22 02:14:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004694 10.0.0.23 - - [2025-12-22 02:14:41] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.23 - - [2025-12-22 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009718 10.0.0.65 - - [2025-12-22 02:14:41] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001789 10.0.0.23 - - [2025-12-22 02:14:42] "POST /neutron/port HTTP/1.1" 200 1171 0.428653 10.0.0.23 - - [2025-12-22 02:14:42] "POST /neutron/port HTTP/1.1" 200 1225 0.162953 10.0.0.23 - - [2025-12-22 02:14:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.23 - - [2025-12-22 02:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.23 - - [2025-12-22 02:14:43] "POST /neutron/network HTTP/1.1" 400 204 0.020865 10.0.0.23 - - [2025-12-22 02:14:44] "POST /neutron/port HTTP/1.1" 200 151 0.347520 10.0.0.23 - - [2025-12-22 02:14:44] "POST /neutron/port HTTP/1.1" 200 151 0.327287 10.0.0.23 - - [2025-12-22 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.007094 10.0.0.23 - - [2025-12-22 02:14:45] "DELETE /route-target/ecd9b832-8402-4564-8629-5b9d470a70b1 HTTP/1.1" 200 115 0.031510 10.0.0.23 - - [2025-12-22 02:14:45] "POST /neutron/network HTTP/1.1" 200 1072 0.015556 10.0.0.23 - - [2025-12-22 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.65 - - [2025-12-22 02:14:45] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001191 10.0.0.23 - - [2025-12-22 02:14:46] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.076678 10.0.0.65 - - [2025-12-22 02:14:46] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001898 10.0.0.23 - - [2025-12-22 02:14:46] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?fields=virtual_networks HTTP/1.1" 200 1041 0.078785 10.0.0.65 - - [2025-12-22 02:14:46] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001278 10.0.0.23 - - [2025-12-22 02:14:46] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.067618 10.0.0.65 - - [2025-12-22 02:14:46] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001171 10.0.0.23 - - [2025-12-22 02:14:46] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?fields=security_groups HTTP/1.1" 200 1272 0.073209 10.0.0.23 - - [2025-12-22 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.032370 10.0.0.65 - - [2025-12-22 02:14:47] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003901 10.0.0.65 - - [2025-12-22 02:14:47] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.65 - - [2025-12-22 02:14:47] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009426 10.0.0.65 - - [2025-12-22 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001253 10.0.0.65 - - [2025-12-22 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004308 10.0.0.65 - - [2025-12-22 02:14:47] "POST /security-groups HTTP/1.1" 200 599 0.034322 10.0.0.65 - - [2025-12-22 02:14:47] "POST /projects HTTP/1.1" 200 601 0.313377 10.0.0.23 - - [2025-12-22 02:14:47] "POST /access-control-lists HTTP/1.1" 200 604 0.031578 10.0.0.65 - - [2025-12-22 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.391964 10.0.0.23 - - [2025-12-22 02:14:47] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.551504 10.0.0.23 - - [2025-12-22 02:14:48] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.23 - - [2025-12-22 02:14:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.23 - - [2025-12-22 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.053566 10.0.0.65 - - [2025-12-22 02:14:49] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.23 - - [2025-12-22 02:14:49] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061413 10.0.0.65 - - [2025-12-22 02:14:49] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.23 - - [2025-12-22 02:14:49] "POST /neutron/network HTTP/1.1" 200 691 0.169257 10.0.0.23 - - [2025-12-22 02:14:50] "POST /route-targets HTTP/1.1" 200 327 0.017117 10.0.0.23 - - [2025-12-22 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.003956 10.0.0.23 - - [2025-12-22 02:14:50] "GET /virtual-network/a1f440ec-1e80-409a-94e2-2da59b5d5a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005549 10.0.0.23 - - [2025-12-22 02:14:50] "POST /neutron/network HTTP/1.1" 200 912 0.007510 10.0.0.23 - - [2025-12-22 02:14:50] "GET /virtual-network/a1f440ec-1e80-409a-94e2-2da59b5d5a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006525 10.0.0.23 - - [2025-12-22 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.65 - - [2025-12-22 02:14:50] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.23 - - [2025-12-22 02:14:50] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041967 10.0.0.23 - - [2025-12-22 02:14:50] "POST /neutron/network HTTP/1.1" 200 117 0.016411 10.0.0.23 - - [2025-12-22 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.030084 10.0.0.23 - - [2025-12-22 02:14:50] "POST /neutron/network HTTP/1.1" 200 910 0.009427 10.0.0.23 - - [2025-12-22 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.001335 10.0.0.23 - - [2025-12-22 02:14:50] "GET /virtual-network/fd73896c-79ee-42bb-b343-ad4118df93be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006117 10.0.0.23 - - [2025-12-22 02:14:50] "GET /virtual-network/fd73896c-79ee-42bb-b343-ad4118df93be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005697 10.0.0.23 - - [2025-12-22 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.010534 10.0.0.23 - - [2025-12-22 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.65 - - [2025-12-22 02:14:51] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.23 - - [2025-12-22 02:14:51] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075901 10.0.0.65 - - [2025-12-22 02:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.018307 10.0.0.23 - - [2025-12-22 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.266585 10.0.0.23 - - [2025-12-22 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 268 0.001988 10.0.0.23 - - [2025-12-22 02:14:51] "GET /virtual-network/ff6908b6-5f95-4edc-99b6-12e6a335720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.017065 10.0.0.23 - - [2025-12-22 02:14:51] "GET /virtual-network/ff6908b6-5f95-4edc-99b6-12e6a335720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.007431 10.0.0.23 - - [2025-12-22 02:14:51] "POST /neutron/network HTTP/1.1" 200 912 0.009178 10.0.0.23 - - [2025-12-22 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 267 0.001445 10.0.0.65 - - [2025-12-22 02:14:52] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.23 - - [2025-12-22 02:14:52] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080326 10.0.0.23 - - [2025-12-22 02:14:52] "POST /neutron/network HTTP/1.1" 200 910 0.008168 10.0.0.23 - - [2025-12-22 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 268 0.001558 10.0.0.23 - - [2025-12-22 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.006618 10.0.0.65 - - [2025-12-22 02:14:53] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.23 - - [2025-12-22 02:14:53] "POST /neutron/port HTTP/1.1" 200 1068 0.375126 10.0.0.65 - - [2025-12-22 02:14:53] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.23 - - [2025-12-22 02:14:53] "POST /neutron/port HTTP/1.1" 200 1122 0.153606 10.0.0.23 - - [2025-12-22 02:14:53] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.127054 10.0.0.23 - - [2025-12-22 02:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004936 10.0.0.23 - - [2025-12-22 02:14:54] "POST /neutron/network HTTP/1.1" 200 910 0.008152 10.0.0.23 - - [2025-12-22 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.007275 10.0.0.23 - - [2025-12-22 02:14:54] "POST /neutron/port HTTP/1.1" 200 1068 0.028311 10.0.0.23 - - [2025-12-22 02:14:55] "POST /neutron/port HTTP/1.1" 200 1132 0.026124 10.0.0.23 - - [2025-12-22 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.23 - - [2025-12-22 02:14:55] "POST /neutron/network HTTP/1.1" 400 204 0.020331 10.0.0.23 - - [2025-12-22 02:14:56] "POST /neutron/port HTTP/1.1" 200 151 0.214988 10.0.0.23 - - [2025-12-22 02:14:56] "POST /neutron/port HTTP/1.1" 200 151 0.196365 10.0.0.23 - - [2025-12-22 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008547 10.0.0.65 - - [2025-12-22 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004062 10.0.0.65 - - [2025-12-22 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.028756 10.0.0.23 - - [2025-12-22 02:14:57] "POST /neutron/network HTTP/1.1" 200 151 0.214652 10.0.0.23 - - [2025-12-22 02:14:58] "POST /neutron/network HTTP/1.1" 200 912 0.006211 10.0.0.23 - - [2025-12-22 02:14:58] "DELETE /route-target/65a5d885-88ec-47ad-9a5f-2cec462f6be1 HTTP/1.1" 200 115 0.033855 10.0.0.65 - - [2025-12-22 02:14:58] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.23 - - [2025-12-22 02:14:58] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061106 10.0.0.65 - - [2025-12-22 02:14:58] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003009 10.0.0.23 - - [2025-12-22 02:14:58] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?fields=virtual_networks HTTP/1.1" 200 1048 0.058306 10.0.0.65 - - [2025-12-22 02:14:58] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001751 10.0.0.23 - - [2025-12-22 02:14:58] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.057170 10.0.0.65 - - [2025-12-22 02:14:58] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002253 10.0.0.23 - - [2025-12-22 02:14:58] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?fields=security_groups HTTP/1.1" 200 1282 0.057579 10.0.0.23 - - [2025-12-22 02:14:59] "DELETE /access-control-list/9b8fbf99-5ec5-46bb-93b8-b3e98d1896fa HTTP/1.1" 200 115 0.094898 10.0.0.23 - - [2025-12-22 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.032743 10.0.0.65 - - [2025-12-22 02:14:59] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003918 10.0.0.65 - - [2025-12-22 02:14:59] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.65 - - [2025-12-22 02:14:59] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008817 10.0.0.65 - - [2025-12-22 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 195 0.002704 10.0.0.65 - - [2025-12-22 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 204 0.006006 10.0.0.65 - - [2025-12-22 02:15:00] "POST /security-groups HTTP/1.1" 200 596 0.050623 10.0.0.65 - - [2025-12-22 02:15:00] "POST /projects HTTP/1.1" 200 595 0.359711 10.0.0.23 - - [2025-12-22 02:15:00] "POST /access-control-lists HTTP/1.1" 200 601 0.041452 10.0.0.65 - - [2025-12-22 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.441538 10.0.0.23 - - [2025-12-22 02:15:00] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.600551 10.0.0.23 - - [2025-12-22 02:15:01] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.23 - - [2025-12-22 02:15:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2025-12-22 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053163 10.0.0.65 - - [2025-12-22 02:15:02] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001187 10.0.0.23 - - [2025-12-22 02:15:02] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051021 10.0.0.65 - - [2025-12-22 02:15:02] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001725 10.0.0.23 - - [2025-12-22 02:15:02] "POST /neutron/network HTTP/1.1" 200 682 0.204574 10.0.0.23 - - [2025-12-22 02:15:02] "POST /route-targets HTTP/1.1" 200 327 0.025017 10.0.0.23 - - [2025-12-22 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.005460 10.0.0.23 - - [2025-12-22 02:15:03] "GET /virtual-network/76a8b4f0-45dc-49be-b3af-1beeaa55c564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006659 10.0.0.23 - - [2025-12-22 02:15:03] "POST /neutron/network HTTP/1.1" 200 900 0.007879 10.0.0.23 - - [2025-12-22 02:15:03] "GET /virtual-network/76a8b4f0-45dc-49be-b3af-1beeaa55c564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006350 10.0.0.23 - - [2025-12-22 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.65 - - [2025-12-22 02:15:03] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001184 10.0.0.23 - - [2025-12-22 02:15:03] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052264 10.0.0.23 - - [2025-12-22 02:15:03] "POST /neutron/network HTTP/1.1" 200 117 0.018988 10.0.0.23 - - [2025-12-22 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.030012 10.0.0.23 - - [2025-12-22 02:15:03] "POST /neutron/network HTTP/1.1" 200 901 0.017575 10.0.0.23 - - [2025-12-22 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001386 10.0.0.23 - - [2025-12-22 02:15:03] "GET /virtual-network/4a7cd6fe-5fd4-4c7b-9068-50e133d2e06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.008511 10.0.0.23 - - [2025-12-22 02:15:03] "GET /virtual-network/4a7cd6fe-5fd4-4c7b-9068-50e133d2e06c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006816 10.0.0.23 - - [2025-12-22 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.009900 10.0.0.23 - - [2025-12-22 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.65 - - [2025-12-22 02:15:03] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001709 10.0.0.23 - - [2025-12-22 02:15:03] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047769 10.0.0.65 - - [2025-12-22 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.051169 10.0.0.23 - - [2025-12-22 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.265332 10.0.0.23 - - [2025-12-22 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 262 0.001425 10.0.0.23 - - [2025-12-22 02:15:04] "GET /virtual-network/7a4326c0-52fa-491e-a669-75b88ba53fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006201 10.0.0.23 - - [2025-12-22 02:15:04] "GET /virtual-network/7a4326c0-52fa-491e-a669-75b88ba53fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006322 10.0.0.23 - - [2025-12-22 02:15:04] "POST /neutron/network HTTP/1.1" 200 900 0.007599 10.0.0.23 - - [2025-12-22 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001367 10.0.0.65 - - [2025-12-22 02:15:05] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001865 10.0.0.23 - - [2025-12-22 02:15:05] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.098737 10.0.0.23 - - [2025-12-22 02:15:05] "POST /neutron/network HTTP/1.1" 200 901 0.009652 10.0.0.23 - - [2025-12-22 02:15:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.002086 10.0.0.23 - - [2025-12-22 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.007853 10.0.0.65 - - [2025-12-22 02:15:06] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001296 10.0.0.23 - - [2025-12-22 02:15:06] "POST /neutron/port HTTP/1.1" 200 1065 0.386254 10.0.0.65 - - [2025-12-22 02:15:06] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005056 10.0.0.23 - - [2025-12-22 02:15:06] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.121368 10.0.0.23 - - [2025-12-22 02:15:06] "POST /neutron/port HTTP/1.1" 200 1119 0.150256 10.0.0.23 - - [2025-12-22 02:15:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004289 10.0.0.23 - - [2025-12-22 02:15:06] "POST /neutron/network HTTP/1.1" 200 901 0.007627 10.0.0.23 - - [2025-12-22 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.006839 10.0.0.23 - - [2025-12-22 02:15:07] "POST /neutron/port HTTP/1.1" 200 1062 0.020545 10.0.0.23 - - [2025-12-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003683 10.0.0.23 - - [2025-12-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007440 10.0.0.65 - - [2025-12-22 02:15:07] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.23 - - [2025-12-22 02:15:07] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008284 10.0.0.23 - - [2025-12-22 02:15:07] "POST /neutron/port HTTP/1.1" 200 1126 0.027624 10.0.0.23 - - [2025-12-22 02:15:07] "POST /service-templates HTTP/1.1" 200 543 0.044694 10.0.0.23 - - [2025-12-22 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.23 - - [2025-12-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.23 - - [2025-12-22 02:15:07] "GET /service-template/20cdf355-97ab-407e-9705-4be47d886dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.008910 10.0.0.23 - - [2025-12-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-12-22 02:15:08] "GET /service-template/20cdf355-97ab-407e-9705-4be47d886dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007255 10.0.0.23 - - [2025-12-22 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.003072 10.0.0.23 - - [2025-12-22 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.002028 10.0.0.23 - - [2025-12-22 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 262 0.001430 10.0.0.23 - - [2025-12-22 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2063 0.010543 10.0.0.23 - - [2025-12-22 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.23 - - [2025-12-22 02:15:08] "DELETE /service-template/20cdf355-97ab-407e-9705-4be47d886dbe HTTP/1.1" 200 115 0.053428 10.0.0.23 - - [2025-12-22 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004481 10.0.0.65 - - [2025-12-22 02:15:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050677 10.0.0.23 - - [2025-12-22 02:15:11] "POST /neutron/port HTTP/1.1" 200 1126 0.020067 10.0.0.23 - - [2025-12-22 02:15:11] "POST /neutron/port HTTP/1.1" 200 1129 0.019850 10.0.0.23 - - [2025-12-22 02:15:12] "POST /neutron/network HTTP/1.1" 200 901 0.008720 10.0.0.23 - - [2025-12-22 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.65 - - [2025-12-22 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004390 10.0.0.65 - - [2025-12-22 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.23 - - [2025-12-22 02:15:13] "POST /neutron/network HTTP/1.1" 200 151 0.180092 10.0.0.23 - - [2025-12-22 02:15:13] "DELETE /route-target/fd8912a7-98b7-407f-bf6f-d913f91f206c HTTP/1.1" 200 115 0.043271 10.0.0.65 - - [2025-12-22 02:15:13] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002199 10.0.0.23 - - [2025-12-22 02:15:13] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.067281 10.0.0.65 - - [2025-12-22 02:15:13] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001235 10.0.0.23 - - [2025-12-22 02:15:13] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?fields=virtual_networks HTTP/1.1" 200 1042 0.050342 10.0.0.65 - - [2025-12-22 02:15:13] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001148 10.0.0.23 - - [2025-12-22 02:15:13] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.044173 10.0.0.65 - - [2025-12-22 02:15:13] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001176 10.0.0.23 - - [2025-12-22 02:15:13] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?fields=security_groups HTTP/1.1" 200 1273 0.048558 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /project/33cfc6db-0b5a-43d6-ab07-b653cfff25d6 HTTP/1.1" 404 177 0.025470 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /project/33b384dc6be34ad2bf9d05a25e4cdb90 HTTP/1.1" 404 173 0.029902 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /project/114e4d9f28ea468da476e2014f579aa6 HTTP/1.1" 404 173 0.023283 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /project/18cbebb5754842c882976f024d38eee8 HTTP/1.1" 404 173 0.018781 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /project/58602a746e9543498abe5b4a84f2ba2b HTTP/1.1" 404 173 0.020438 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001229 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002614 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.092019 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002361 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.121040 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.140255 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.132311 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001923 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001693 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001560 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?fields=security_groups HTTP/1.1" 200 1378 0.134101 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?fields=security_groups HTTP/1.1" 200 1365 0.093822 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?fields=security_groups HTTP/1.1" 200 1387 0.113946 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?fields=security_groups HTTP/1.1" 200 1377 0.113609 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /security-group/4ea53fc9-c219-473e-8666-59ff0464bf4e HTTP/1.1" 200 115 0.091094 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=33b384dc-6be3-4ad2-bf9d-05a25e4cdb90&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001271 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /security-group/cfd86228-211e-4416-9faa-e79b85ba45c5 HTTP/1.1" 200 115 0.120044 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=58602a74-6e95-4349-8abe-5b4a84f2ba2b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005921 10.0.0.23 - - [2025-12-22 02:15:14] "DELETE /access-control-list/3b86a78a-fe29-48cd-bd53-bdb1676582ad HTTP/1.1" 200 115 0.102601 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /security-group/72170d05-5f24-4674-9adf-82a9183ce3a1 HTTP/1.1" 200 115 0.143486 10.0.0.65 - - [2025-12-22 02:15:14] "DELETE /security-group/66a89b4b-81b7-4ebf-810a-9faf49d55d0c HTTP/1.1" 200 115 0.145415 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=114e4d9f-28ea-468d-a476-e2014f579aa6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=18cbebb5-7548-42c8-8297-6f024d38eee8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001259 10.0.0.23 - - [2025-12-22 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.111458 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90?fields=application_policy_sets HTTP/1.1" 200 1417 0.123015 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b?fields=application_policy_sets HTTP/1.1" 200 1404 0.102447 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/18cbebb5-7548-42c8-8297-6f024d38eee8?fields=application_policy_sets HTTP/1.1" 200 1416 0.136615 10.0.0.65 - - [2025-12-22 02:15:14] "GET /project/114e4d9f-28ea-468d-a476-e2014f579aa6?fields=application_policy_sets HTTP/1.1" 200 1426 0.222591 10.0.0.65 - - [2025-12-22 02:15:14] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020160 10.0.0.23 - - [2025-12-22 02:15:14] "DELETE /access-control-list/c79033a8-9c6e-47ee-a59f-51e4ab35530b HTTP/1.1" 200 115 0.200693 10.0.0.65 - - [2025-12-22 02:15:14] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002160 10.0.0.65 - - [2025-12-22 02:15:15] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037728 10.0.0.65 - - [2025-12-22 02:15:15] "DELETE /project/33b384dc-6be3-4ad2-bf9d-05a25e4cdb90 HTTP/1.1" 200 115 1.055187 10.0.0.23 - - [2025-12-22 02:15:15] "DELETE /access-control-list/6f2fd43e-cce7-4619-9285-eaa58a1095ff HTTP/1.1" 200 115 0.087394 10.0.0.65 - - [2025-12-22 02:15:15] "DELETE /project/58602a74-6e95-4349-8abe-5b4a84f2ba2b HTTP/1.1" 200 115 1.084769 10.0.0.65 - - [2025-12-22 02:15:15] "DELETE /project/18cbebb5-7548-42c8-8297-6f024d38eee8 HTTP/1.1" 200 115 1.068195 10.0.0.65 - - [2025-12-22 02:15:15] "DELETE /project/114e4d9f-28ea-468d-a476-e2014f579aa6 HTTP/1.1" 200 115 1.132329 10.0.0.65 - - [2025-12-22 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 199 0.002032 10.0.0.65 - - [2025-12-22 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.011101 10.0.0.65 - - [2025-12-22 02:15:15] "POST /security-groups HTTP/1.1" 200 600 0.096637 10.0.0.65 - - [2025-12-22 02:15:15] "POST /projects HTTP/1.1" 200 603 0.458233 10.0.0.65 - - [2025-12-22 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.524615 10.0.0.23 - - [2025-12-22 02:15:15] "POST /access-control-lists HTTP/1.1" 200 605 0.046133 10.0.0.23 - - [2025-12-22 02:15:15] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.874728 10.0.0.23 - - [2025-12-22 02:15:16] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.23 - - [2025-12-22 02:15:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2025-12-22 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.054396 10.0.0.65 - - [2025-12-22 02:15:17] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002114 10.0.0.23 - - [2025-12-22 02:15:17] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.058913 10.0.0.23 - - [2025-12-22 02:15:17] "POST /neutron/network HTTP/1.1" 200 117 0.044052 10.0.0.23 - - [2025-12-22 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003290 10.0.0.65 - - [2025-12-22 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010177 10.0.0.23 - - [2025-12-22 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.193960 10.0.0.23 - - [2025-12-22 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001368 10.0.0.23 - - [2025-12-22 02:15:18] "GET /virtual-network/b6e95060-9e6f-4882-b372-aeae5b94941c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.006385 10.0.0.23 - - [2025-12-22 02:15:18] "POST /route-targets HTTP/1.1" 200 327 0.021942 10.0.0.23 - - [2025-12-22 02:15:18] "GET /virtual-network/b6e95060-9e6f-4882-b372-aeae5b94941c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.023749 10.0.0.23 - - [2025-12-22 02:15:18] "POST /neutron/network HTTP/1.1" 200 1089 0.014865 10.0.0.23 - - [2025-12-22 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.65 - - [2025-12-22 02:15:18] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001108 10.0.0.23 - - [2025-12-22 02:15:18] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.052830 10.0.0.23 - - [2025-12-22 02:15:18] "POST /neutron/network HTTP/1.1" 200 117 0.018010 10.0.0.23 - - [2025-12-22 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.021885 10.0.0.23 - - [2025-12-22 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.008394 10.0.0.65 - - [2025-12-22 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013109 10.0.0.23 - - [2025-12-22 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.235788 10.0.0.23 - - [2025-12-22 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 269 0.004164 10.0.0.23 - - [2025-12-22 02:15:19] "GET /virtual-network/6ab85bfa-2c94-4831-a936-30bc6758ae1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.010533 10.0.0.23 - - [2025-12-22 02:15:19] "GET /virtual-network/6ab85bfa-2c94-4831-a936-30bc6758ae1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.008125 10.0.0.23 - - [2025-12-22 02:15:19] "POST /neutron/network HTTP/1.1" 200 1084 0.012279 10.0.0.23 - - [2025-12-22 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006645 10.0.0.65 - - [2025-12-22 02:15:19] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001062 10.0.0.23 - - [2025-12-22 02:15:19] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048935 10.0.0.23 - - [2025-12-22 02:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.019184 10.0.0.65 - - [2025-12-22 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005305 10.0.0.23 - - [2025-12-22 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.256676 10.0.0.23 - - [2025-12-22 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 270 0.001795 10.0.0.23 - - [2025-12-22 02:15:20] "GET /virtual-network/93faf877-ba5c-441a-8d5e-3f47a21f9731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007193 10.0.0.23 - - [2025-12-22 02:15:20] "GET /virtual-network/93faf877-ba5c-441a-8d5e-3f47a21f9731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006380 10.0.0.23 - - [2025-12-22 02:15:20] "POST /neutron/network HTTP/1.1" 200 1089 0.017811 10.0.0.23 - - [2025-12-22 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 269 0.001889 10.0.0.23 - - [2025-12-22 02:15:20] "POST /neutron/network HTTP/1.1" 200 1094 0.009326 10.0.0.65 - - [2025-12-22 02:15:21] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001270 10.0.0.23 - - [2025-12-22 02:15:21] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.067262 10.0.0.23 - - [2025-12-22 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.006723 10.0.0.23 - - [2025-12-22 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 270 0.001384 10.0.0.23 - - [2025-12-22 02:15:21] "POST /neutron/network HTTP/1.1" 200 1094 0.007783 10.0.0.23 - - [2025-12-22 02:15:22] "POST /neutron/port HTTP/1.1" 200 1173 0.025496 10.0.0.65 - - [2025-12-22 02:15:22] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001893 10.0.0.23 - - [2025-12-22 02:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011455 10.0.0.23 - - [2025-12-22 02:15:22] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.087852 10.0.0.23 - - [2025-12-22 02:15:22] "POST /neutron/subnet HTTP/1.1" 200 1370 0.021286 10.0.0.23 - - [2025-12-22 02:15:22] "POST /neutron/network HTTP/1.1" 200 1084 0.012989 10.0.0.23 - - [2025-12-22 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.015225 10.0.0.23 - - [2025-12-22 02:15:23] "POST /neutron/port HTTP/1.1" 200 1176 0.033508 10.0.0.23 - - [2025-12-22 02:15:24] "POST /neutron/port HTTP/1.1" 200 1240 0.020992 10.0.0.23 - - [2025-12-22 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 1384 0.019811 10.0.0.23 - - [2025-12-22 02:15:24] "POST /neutron/network HTTP/1.1" 200 1089 0.011101 10.0.0.23 - - [2025-12-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004064 10.0.0.23 - - [2025-12-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.65 - - [2025-12-22 02:15:24] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.23 - - [2025-12-22 02:15:24] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009268 10.0.0.23 - - [2025-12-22 02:15:24] "POST /service-templates HTTP/1.1" 200 543 0.034574 10.0.0.23 - - [2025-12-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2025-12-22 02:15:24] "GET /service-template/14060018-d817-477c-ae57-068d0e899f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.010387 10.0.0.23 - - [2025-12-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.23 - - [2025-12-22 02:15:24] "GET /service-template/14060018-d817-477c-ae57-068d0e899f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005555 10.0.0.23 - - [2025-12-22 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001849 10.0.0.23 - - [2025-12-22 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.003043 10.0.0.23 - - [2025-12-22 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 270 0.002717 10.0.0.23 - - [2025-12-22 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.23 - - [2025-12-22 02:15:25] "DELETE /service-template/14060018-d817-477c-ae57-068d0e899f26 HTTP/1.1" 200 115 0.036052 10.0.0.23 - - [2025-12-22 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003946 10.0.0.23 - - [2025-12-22 02:15:26] "POST /neutron/network HTTP/1.1" 200 1084 0.012877 10.0.0.23 - - [2025-12-22 02:15:27] "POST /neutron/port HTTP/1.1" 200 1230 0.021168 10.0.0.23 - - [2025-12-22 02:15:27] "POST /neutron/port HTTP/1.1" 200 1227 0.031600 10.0.0.65 - - [2025-12-22 02:15:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004015 10.0.0.23 - - [2025-12-22 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008988 10.0.0.65 - - [2025-12-22 02:15:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006575 10.0.0.65 - - [2025-12-22 02:15:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002695 10.0.0.65 - - [2025-12-22 02:15:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.23 - - [2025-12-22 02:15:28] "POST /neutron/network HTTP/1.1" 200 151 0.167889 10.0.0.23 - - [2025-12-22 02:15:29] "POST /neutron/network HTTP/1.1" 200 1089 0.010128 10.0.0.23 - - [2025-12-22 02:15:29] "DELETE /route-target/380bff89-2e9b-458b-859d-77d99da6b2f8 HTTP/1.1" 200 115 0.048288 10.0.0.65 - - [2025-12-22 02:15:29] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001255 10.0.0.23 - - [2025-12-22 02:15:29] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.059093 10.0.0.65 - - [2025-12-22 02:15:29] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002306 10.0.0.23 - - [2025-12-22 02:15:29] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?fields=virtual_networks HTTP/1.1" 200 1051 0.056131 10.0.0.65 - - [2025-12-22 02:15:29] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002429 10.0.0.23 - - [2025-12-22 02:15:29] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.061307 10.0.0.65 - - [2025-12-22 02:15:29] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001125 10.0.0.23 - - [2025-12-22 02:15:29] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?fields=security_groups HTTP/1.1" 200 1286 0.069522 10.0.0.23 - - [2025-12-22 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.026068 10.0.0.65 - - [2025-12-22 02:15:30] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005286 10.0.0.65 - - [2025-12-22 02:15:30] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.65 - - [2025-12-22 02:15:30] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009766 10.0.0.65 - - [2025-12-22 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.006033 10.0.0.65 - - [2025-12-22 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.004740 10.0.0.65 - - [2025-12-22 02:15:30] "POST /security-groups HTTP/1.1" 200 603 0.044791 10.0.0.23 - - [2025-12-22 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.004429 10.0.0.65 - - [2025-12-22 02:15:30] "POST /projects HTTP/1.1" 200 609 0.307837 10.0.0.65 - - [2025-12-22 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.378816 10.0.0.23 - - [2025-12-22 02:15:30] "POST /access-control-lists HTTP/1.1" 200 606 0.034603 10.0.0.23 - - [2025-12-22 02:15:30] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.529744 10.0.0.23 - - [2025-12-22 02:15:31] "GET / HTTP/1.1" 200 35931 0.002166 10.0.0.23 - - [2025-12-22 02:15:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.23 - - [2025-12-22 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.055014 10.0.0.65 - - [2025-12-22 02:15:33] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.23 - - [2025-12-22 02:15:33] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052181 10.0.0.65 - - [2025-12-22 02:15:33] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.23 - - [2025-12-22 02:15:33] "POST /neutron/network HTTP/1.1" 200 619 0.165046 10.0.0.23 - - [2025-12-22 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.003713 10.0.0.23 - - [2025-12-22 02:15:33] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006464 10.0.0.23 - - [2025-12-22 02:15:34] "POST /neutron/network HTTP/1.1" 200 840 0.008165 10.0.0.23 - - [2025-12-22 02:15:34] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006312 10.0.0.23 - - [2025-12-22 02:15:34] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005869 10.0.0.22 - - [2025-12-22 02:15:35] "GET /obj-perms HTTP/1.1" 200 5054 0.059053 10.0.0.23 - - [2025-12-22 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.65 - - [2025-12-22 02:15:35] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.23 - - [2025-12-22 02:15:35] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050363 10.0.0.23 - - [2025-12-22 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.019225 10.0.0.23 - - [2025-12-22 02:15:36] "POST /route-targets HTTP/1.1" 200 327 0.016312 10.0.0.23 - - [2025-12-22 02:15:36] "POST /neutron/network HTTP/1.1" 200 838 0.010278 10.0.0.23 - - [2025-12-22 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001446 10.0.0.23 - - [2025-12-22 02:15:36] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006374 10.0.0.23 - - [2025-12-22 02:15:36] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006011 10.0.0.23 - - [2025-12-22 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.012716 10.0.0.23 - - [2025-12-22 02:15:36] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006280 10.0.0.23 - - [2025-12-22 02:15:37] "GET /obj-perms HTTP/1.1" 200 5054 0.047173 10.0.0.23 - - [2025-12-22 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001509 10.0.0.65 - - [2025-12-22 02:16:07] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025378 10.0.0.23 - - [2025-12-22 02:16:07] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.107829 10.0.0.23 - - [2025-12-22 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.007344 10.0.0.23 - - [2025-12-22 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001492 10.0.0.23 - - [2025-12-22 02:16:08] "POST /neutron/network HTTP/1.1" 200 850 0.008293 10.0.0.23 - - [2025-12-22 02:16:09] "POST /neutron/port HTTP/1.1" 200 1072 0.049866 10.0.0.65 - - [2025-12-22 02:16:09] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.23 - - [2025-12-22 02:16:09] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.113268 10.0.0.23 - - [2025-12-22 02:16:09] "POST /neutron/network HTTP/1.1" 200 840 0.032923 10.0.0.23 - - [2025-12-22 02:16:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005412 10.0.0.23 - - [2025-12-22 02:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.019398 10.0.0.23 - - [2025-12-22 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.013757 10.0.0.65 - - [2025-12-22 02:16:09] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.23 - - [2025-12-22 02:16:09] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.073819 10.0.0.23 - - [2025-12-22 02:16:09] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006189 10.0.0.23 - - [2025-12-22 02:16:09] "GET /floating-ip-pools?parent_id=f000788a-bcf7-4a62-9f89-51037966c0f5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004045 10.0.0.23 - - [2025-12-22 02:16:09] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012058 10.0.0.23 - - [2025-12-22 02:16:09] "POST /floating-ip-pools HTTP/1.1" 200 609 0.073145 10.0.0.23 - - [2025-12-22 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.036261 10.0.0.23 - - [2025-12-22 02:16:10] "POST /neutron/network HTTP/1.1" 200 850 0.012093 10.0.0.23 - - [2025-12-22 02:16:10] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007061 10.0.0.23 - - [2025-12-22 02:16:10] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011656 10.0.0.23 - - [2025-12-22 02:16:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018489 10.0.0.23 - - [2025-12-22 02:16:11] "POST /neutron/port HTTP/1.1" 200 1128 0.186366 10.0.0.23 - - [2025-12-22 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.016512 10.0.0.65 - - [2025-12-22 02:16:15] "DELETE /project/a423379cbce34f809a194642345d1c5b HTTP/1.1" 404 173 0.045068 10.0.0.65 - - [2025-12-22 02:16:15] "DELETE /project/236e090319854ba3888a12d93dbbd2e6 HTTP/1.1" 404 173 0.062679 10.0.0.65 - - [2025-12-22 02:16:15] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001694 10.0.0.65 - - [2025-12-22 02:16:15] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.070835 10.0.0.65 - - [2025-12-22 02:16:15] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001616 10.0.0.65 - - [2025-12-22 02:16:15] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?fields=security_groups HTTP/1.1" 200 1391 0.100674 10.0.0.65 - - [2025-12-22 02:16:15] "DELETE /security-group/f5848a7c-715c-4483-95aa-e6365ffa8b6b HTTP/1.1" 200 115 0.112713 10.0.0.65 - - [2025-12-22 02:16:15] "GET /projects?obj_uuids=a423379c-bce3-4f80-9a19-4642345d1c5b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001382 10.0.0.23 - - [2025-12-22 02:16:15] "POST /neutron/port HTTP/1.1" 200 1136 0.056332 10.0.0.65 - - [2025-12-22 02:16:15] "GET /project/a423379c-bce3-4f80-9a19-4642345d1c5b?fields=application_policy_sets HTTP/1.1" 200 1430 0.083416 10.0.0.23 - - [2025-12-22 02:16:15] "DELETE /access-control-list/27c2c10f-4637-426e-b0be-1760bedd032b HTTP/1.1" 200 115 0.087045 10.0.0.65 - - [2025-12-22 02:16:16] "DELETE /project/a423379c-bce3-4f80-9a19-4642345d1c5b HTTP/1.1" 200 115 0.766077 10.0.0.23 - - [2025-12-22 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010084 10.0.0.23 - - [2025-12-22 02:16:31] "POST /neutron/port HTTP/1.1" 200 1136 0.022865 10.0.0.23 - - [2025-12-22 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009723 10.0.0.23 - - [2025-12-22 02:16:46] "POST /neutron/port HTTP/1.1" 200 1136 0.024585 10.0.0.23 - - [2025-12-22 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008404 10.0.0.23 - - [2025-12-22 02:17:01] "POST /neutron/port HTTP/1.1" 200 1136 0.022951 10.0.0.23 - - [2025-12-22 02:17:06] "POST /neutron/port HTTP/1.1" 200 1136 0.044363 10.0.0.23 - - [2025-12-22 02:17:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.017934 10.0.0.23 - - [2025-12-22 02:17:06] "POST /neutron/port HTTP/1.1" 200 1136 0.022269 10.0.0.23 - - [2025-12-22 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009380 10.0.0.23 - - [2025-12-22 02:17:06] "GET /virtual-machine/6b8b4e22-1c24-4b1f-97fd-9a4615882c66 HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-22 02:17:07] "GET /virtual-machine/6b8b4e22-1c24-4b1f-97fd-9a4615882c66 HTTP/1.1" 200 1304 0.040204 10.0.0.23 - - [2025-12-22 02:17:07] "GET /virtual-machine-interface/b6a2e373-2449-4ec3-94ba-b8ae696d47b9 HTTP/1.1" 200 3005 0.006443 10.0.0.23 - - [2025-12-22 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.23 - - [2025-12-22 02:17:07] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005852 10.0.0.23 - - [2025-12-22 02:17:07] "GET /virtual-networks?parent_id=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003909 10.0.0.23 - - [2025-12-22 02:17:07] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006405 10.0.0.23 - - [2025-12-22 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.23 - - [2025-12-22 02:17:10] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007625 10.0.0.65 - - [2025-12-22 02:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.098536 10.0.0.23 - - [2025-12-22 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.23 - - [2025-12-22 02:17:14] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006516 10.0.0.23 - - [2025-12-22 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.23 - - [2025-12-22 02:17:18] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005895 10.0.0.23 - - [2025-12-22 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.23 - - [2025-12-22 02:17:22] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006109 10.0.0.23 - - [2025-12-22 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.23 - - [2025-12-22 02:17:26] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008629 10.0.0.23 - - [2025-12-22 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.23 - - [2025-12-22 02:17:30] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008196 10.0.0.23 - - [2025-12-22 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2025-12-22 02:17:34] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.012295 10.0.0.23 - - [2025-12-22 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.23 - - [2025-12-22 02:17:38] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009882 10.0.0.23 - - [2025-12-22 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.23 - - [2025-12-22 02:17:42] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006174 10.0.0.23 - - [2025-12-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.23 - - [2025-12-22 02:17:47] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006916 10.0.0.23 - - [2025-12-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2025-12-22 02:17:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005699 10.0.0.23 - - [2025-12-22 02:17:49] "GET /virtual-networks?parent_id=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004174 10.0.0.23 - - [2025-12-22 02:17:49] "GET /virtual-network/36f7eb84-dfd7-4e11-8784-c579490262dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009177 10.0.0.23 - - [2025-12-22 02:17:49] "POST /neutron/port HTTP/1.1" 200 1136 0.023453 10.0.0.23 - - [2025-12-22 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009670 10.0.0.23 - - [2025-12-22 02:18:01] "POST /neutron/port HTTP/1.1" 200 1136 0.057036 10.0.0.23 - - [2025-12-22 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008631 10.0.0.23 - - [2025-12-22 02:18:07] "POST /neutron/network HTTP/1.1" 200 850 0.032314 10.0.0.23 - - [2025-12-22 02:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.23 - - [2025-12-22 02:18:08] "POST /neutron/port HTTP/1.1" 200 1136 0.023032 10.0.0.23 - - [2025-12-22 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.011617 10.0.0.23 - - [2025-12-22 02:18:08] "POST /neutron/port HTTP/1.1" 200 1138 0.034516 10.0.0.23 - - [2025-12-22 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007475 10.0.0.22 - - [2025-12-22 02:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056087 10.0.0.23 - - [2025-12-22 02:18:15] "POST /neutron/floatingip HTTP/1.1" 200 532 0.012436 10.0.0.23 - - [2025-12-22 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008076 10.0.0.23 - - [2025-12-22 02:18:15] "POST /neutron/port HTTP/1.1" 200 1138 0.018670 10.0.0.23 - - [2025-12-22 02:18:15] "GET /virtual-machine/d444de3a-ce0d-4012-bd39-1ae24c44af0b HTTP/1.1" 200 1305 0.006769 10.0.0.23 - - [2025-12-22 02:18:15] "GET /virtual-machine-interface/a643e794-56c6-4560-9938-330feda20750 HTTP/1.1" 200 3005 0.005310 10.0.0.23 - - [2025-12-22 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.23 - - [2025-12-22 02:18:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004914 10.0.0.23 - - [2025-12-22 02:18:15] "GET /virtual-networks?parent_id=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003477 10.0.0.23 - - [2025-12-22 02:18:15] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008020 10.0.0.23 - - [2025-12-22 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.23 - - [2025-12-22 02:18:16] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004472 10.0.0.23 - - [2025-12-22 02:18:16] "GET /virtual-networks?parent_id=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004038 10.0.0.23 - - [2025-12-22 02:18:16] "GET /virtual-network/f000788a-bcf7-4a62-9f89-51037966c0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007995 10.0.0.23 - - [2025-12-22 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008460 10.0.0.23 - - [2025-12-22 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-12-22 02:18:21] "GET /routing-instance/68ff5102-b839-42d1-a90e-5ad52d215769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.011226 10.0.0.23 - - [2025-12-22 02:18:21] "GET /route-target/fba78cda-dec6-4dca-9505-ed54038c2482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006426 10.0.0.23 - - [2025-12-22 02:18:41] "POST /neutron/floatingip HTTP/1.1" 200 532 0.036170 10.0.0.23 - - [2025-12-22 02:18:41] "GET /floating-ip-pool/ac64186a-261d-449f-ab9c-5aca8ebd3218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004263 10.0.0.23 - - [2025-12-22 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.019859 10.0.0.23 - - [2025-12-22 02:18:41] "DELETE /floating-ip-pool/ac64186a-261d-449f-ab9c-5aca8ebd3218 HTTP/1.1" 200 115 0.054536 10.0.0.23 - - [2025-12-22 02:18:42] "POST /neutron/network HTTP/1.1" 200 838 0.008457 10.0.0.23 - - [2025-12-22 02:18:42] "POST /neutron/port HTTP/1.1" 200 1128 0.016202 10.0.0.23 - - [2025-12-22 02:18:42] "POST /neutron/port HTTP/1.1" 200 1126 0.028792 10.0.0.65 - - [2025-12-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004985 10.0.0.65 - - [2025-12-22 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007025 10.0.0.23 - - [2025-12-22 02:18:44] "POST /neutron/network HTTP/1.1" 200 151 0.195518 10.0.0.23 - - [2025-12-22 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.65 - - [2025-12-22 02:18:46] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001752 10.0.0.23 - - [2025-12-22 02:18:46] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.097802 10.0.0.65 - - [2025-12-22 02:18:46] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.23 - - [2025-12-22 02:18:46] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?fields=virtual_networks HTTP/1.1" 200 1055 0.077318 10.0.0.65 - - [2025-12-22 02:18:46] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.23 - - [2025-12-22 02:18:46] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.060045 10.0.0.65 - - [2025-12-22 02:18:46] "GET /projects?obj_uuids=236e0903-1985-4ba3-888a-12d93dbbd2e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001599 10.0.0.23 - - [2025-12-22 02:18:46] "GET /project/236e0903-1985-4ba3-888a-12d93dbbd2e6?fields=security_groups HTTP/1.1" 200 1293 0.060614 10.0.0.23 - - [2025-12-22 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.034835 10.0.0.65 - - [2025-12-22 02:18:47] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003794 10.0.0.65 - - [2025-12-22 02:18:47] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002138 10.0.0.65 - - [2025-12-22 02:18:47] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011774 10.0.0.65 - - [2025-12-22 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.006208 10.0.0.65 - - [2025-12-22 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.006017 10.0.0.65 - - [2025-12-22 02:18:48] "POST /security-groups HTTP/1.1" 200 591 0.096634 10.0.0.65 - - [2025-12-22 02:18:48] "POST /projects HTTP/1.1" 200 585 0.364464 10.0.0.65 - - [2025-12-22 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.400526 10.0.0.23 - - [2025-12-22 02:18:48] "POST /access-control-lists HTTP/1.1" 200 596 0.033467 10.0.0.23 - - [2025-12-22 02:18:48] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.599857 10.0.0.23 - - [2025-12-22 02:18:49] "GET / HTTP/1.1" 200 35931 0.002754 10.0.0.65 - - [2025-12-22 02:18:52] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.23 - - [2025-12-22 02:18:52] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051456 10.0.0.65 - - [2025-12-22 02:18:52] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.23 - - [2025-12-22 02:18:52] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?fields=virtual_networks HTTP/1.1" 200 1033 0.053761 10.0.0.65 - - [2025-12-22 02:18:52] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.23 - - [2025-12-22 02:18:52] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050052 10.0.0.65 - - [2025-12-22 02:18:52] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.23 - - [2025-12-22 02:18:52] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?fields=security_groups HTTP/1.1" 200 1259 0.042845 10.0.0.23 - - [2025-12-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.027673 10.0.0.65 - - [2025-12-22 02:18:53] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.65 - - [2025-12-22 02:18:53] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.65 - - [2025-12-22 02:18:53] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007540 10.0.0.65 - - [2025-12-22 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.001864 10.0.0.65 - - [2025-12-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.014811 10.0.0.65 - - [2025-12-22 02:18:53] "POST /security-groups HTTP/1.1" 200 586 0.040318 10.0.0.23 - - [2025-12-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.007962 10.0.0.65 - - [2025-12-22 02:18:53] "POST /projects HTTP/1.1" 200 575 0.275083 10.0.0.65 - - [2025-12-22 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.346300 10.0.0.23 - - [2025-12-22 02:18:54] "POST /access-control-lists HTTP/1.1" 200 589 0.041763 10.0.0.23 - - [2025-12-22 02:18:54] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.503853 10.0.0.23 - - [2025-12-22 02:18:55] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.65 - - [2025-12-22 02:19:00] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.23 - - [2025-12-22 02:19:00] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.073176 10.0.0.65 - - [2025-12-22 02:19:00] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.23 - - [2025-12-22 02:19:00] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?fields=virtual_networks HTTP/1.1" 200 1022 0.056190 10.0.0.65 - - [2025-12-22 02:19:00] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.23 - - [2025-12-22 02:19:01] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051898 10.0.0.65 - - [2025-12-22 02:19:01] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.23 - - [2025-12-22 02:19:01] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?fields=security_groups HTTP/1.1" 200 1243 0.053844 10.0.0.23 - - [2025-12-22 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.031445 10.0.0.65 - - [2025-12-22 02:19:02] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003534 10.0.0.65 - - [2025-12-22 02:19:02] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.65 - - [2025-12-22 02:19:02] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009219 10.0.0.65 - - [2025-12-22 02:19:02] "POST /id-to-fqname HTTP/1.1" 200 189 0.004277 10.0.0.65 - - [2025-12-22 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.007301 10.0.0.65 - - [2025-12-22 02:19:02] "POST /security-groups HTTP/1.1" 200 590 0.038702 10.0.0.23 - - [2025-12-22 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.004196 10.0.0.65 - - [2025-12-22 02:19:02] "POST /projects HTTP/1.1" 200 583 0.277544 10.0.0.65 - - [2025-12-22 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.353226 10.0.0.23 - - [2025-12-22 02:19:02] "POST /access-control-lists HTTP/1.1" 200 593 0.037327 10.0.0.23 - - [2025-12-22 02:19:02] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.528621 10.0.0.23 - - [2025-12-22 02:19:03] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.65 - - [2025-12-22 02:19:06] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001033 10.0.0.23 - - [2025-12-22 02:19:06] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056284 10.0.0.65 - - [2025-12-22 02:19:06] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001407 10.0.0.23 - - [2025-12-22 02:19:06] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?fields=virtual_networks HTTP/1.1" 200 1030 0.055291 10.0.0.65 - - [2025-12-22 02:19:06] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001787 10.0.0.23 - - [2025-12-22 02:19:07] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.063622 10.0.0.65 - - [2025-12-22 02:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000826 10.0.0.65 - - [2025-12-22 02:19:07] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001681 10.0.0.65 - - [2025-12-22 02:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000739 10.0.0.23 - - [2025-12-22 02:19:07] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?fields=security_groups HTTP/1.1" 200 1255 0.073500 10.0.0.22 - - [2025-12-22 02:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-12-22 02:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000771 10.0.0.23 - - [2025-12-22 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.042658 10.0.0.65 - - [2025-12-22 02:19:08] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004436 10.0.0.65 - - [2025-12-22 02:19:08] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002193 10.0.0.65 - - [2025-12-22 02:19:08] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012235 10.0.0.65 - - [2025-12-22 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001384 10.0.0.65 - - [2025-12-22 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.008938 10.0.0.22 - - [2025-12-22 02:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2025-12-22 02:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.65 - - [2025-12-22 02:19:08] "POST /security-groups HTTP/1.1" 200 591 0.084622 10.0.0.65 - - [2025-12-22 02:19:08] "POST /projects HTTP/1.1" 200 585 0.322745 10.0.0.65 - - [2025-12-22 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.356543 10.0.0.65 - - [2025-12-22 02:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-22 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.012292 10.0.0.23 - - [2025-12-22 02:19:08] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.524575 10.0.0.65 - - [2025-12-22 02:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2025-12-22 02:19:09] "GET / HTTP/1.1" 200 35931 0.002009 10.0.0.23 - - [2025-12-22 02:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2025-12-22 02:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2025-12-22 02:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2025-12-22 02:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-22 02:19:12] "GET /obj-perms HTTP/1.1" 200 5056 0.079260 10.0.0.65 - - [2025-12-22 02:19:12] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.23 - - [2025-12-22 02:19:13] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065652 10.0.0.65 - - [2025-12-22 02:19:13] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001624 10.0.0.23 - - [2025-12-22 02:19:13] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?fields=virtual_networks HTTP/1.1" 200 1032 0.063502 10.0.0.65 - - [2025-12-22 02:19:13] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001774 10.0.0.23 - - [2025-12-22 02:19:13] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.064193 10.0.0.65 - - [2025-12-22 02:19:13] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001763 10.0.0.23 - - [2025-12-22 02:19:13] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?fields=security_groups HTTP/1.1" 200 1258 0.045057 10.0.0.23 - - [2025-12-22 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.028417 10.0.0.65 - - [2025-12-22 02:19:14] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004099 10.0.0.65 - - [2025-12-22 02:19:14] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.65 - - [2025-12-22 02:19:14] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009334 10.0.0.65 - - [2025-12-22 02:19:14] "POST /id-to-fqname HTTP/1.1" 200 194 0.004217 10.0.0.65 - - [2025-12-22 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.005827 10.0.0.65 - - [2025-12-22 02:19:14] "POST /security-groups HTTP/1.1" 200 595 0.048773 10.0.0.65 - - [2025-12-22 02:19:14] "POST /projects HTTP/1.1" 200 593 0.278400 10.0.0.23 - - [2025-12-22 02:19:14] "POST /access-control-lists HTTP/1.1" 200 600 0.034984 10.0.0.65 - - [2025-12-22 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.352451 10.0.0.23 - - [2025-12-22 02:19:14] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.519047 10.0.0.23 - - [2025-12-22 02:19:15] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/236e0903-1985-4ba3-888a-12d93dbbd2e6 HTTP/1.1" 404 177 0.019531 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/d83920b421fb4a18b889c5e79c070efb HTTP/1.1" 404 173 0.016002 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/291e7079b97849a095b283b964f0c75a HTTP/1.1" 404 173 0.017322 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/a6851afd6b7f4fc982f442e948a84642 HTTP/1.1" 404 173 0.015672 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/aef5340103f445898ac639ad98e7e9f9 HTTP/1.1" 404 173 0.010547 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /project/e54c80a30eb745d5a99b69d318fbdfb7 HTTP/1.1" 404 173 0.015098 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000767 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000756 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000703 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.142906 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.169085 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.180303 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.191333 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001912 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?fields=security_groups HTTP/1.1" 200 1364 0.124588 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?fields=security_groups HTTP/1.1" 200 1360 0.106725 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?fields=security_groups HTTP/1.1" 200 1348 0.114246 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?fields=security_groups HTTP/1.1" 200 1363 0.129721 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /security-group/e6c35766-3c1e-4ce6-a078-0c6194346bc2 HTTP/1.1" 200 115 0.103136 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=aef53401-03f4-4589-8ac6-39ad98e7e9f9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005490 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /security-group/7e374b9d-1455-4854-b3f7-77621426107f HTTP/1.1" 200 115 0.162739 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /security-group/7b62b43b-ec08-4550-8a9e-95028ed4660d HTTP/1.1" 200 115 0.152616 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=e54c80a3-0eb7-45d5-a99b-69d318fbdfb7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=291e7079-b978-49a0-95b2-83b964f0c75a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002080 10.0.0.23 - - [2025-12-22 02:19:16] "DELETE /access-control-list/555ecfcb-1f7d-4392-b138-6fc4647d72df HTTP/1.1" 200 115 0.134476 10.0.0.65 - - [2025-12-22 02:19:16] "DELETE /security-group/f13e6fcf-4fa0-4211-9a23-3f21e8145d2b HTTP/1.1" 200 115 0.180305 10.0.0.65 - - [2025-12-22 02:19:16] "GET /projects?obj_uuids=a6851afd-6b7f-4fc9-82f4-42e948a84642&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9?fields=application_policy_sets HTTP/1.1" 200 1399 0.138413 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7?fields=application_policy_sets HTTP/1.1" 200 1403 0.104887 10.0.0.65 - - [2025-12-22 02:19:16] "GET /project/a6851afd-6b7f-4fc9-82f4-42e948a84642?fields=application_policy_sets HTTP/1.1" 200 1402 0.122144 10.0.0.65 - - [2025-12-22 02:19:17] "GET /project/291e7079-b978-49a0-95b2-83b964f0c75a?fields=application_policy_sets HTTP/1.1" 200 1387 0.186815 10.0.0.23 - - [2025-12-22 02:19:17] "DELETE /access-control-list/9af5dbe0-0155-449f-b6de-513f364da618 HTTP/1.1" 200 115 0.154443 10.0.0.65 - - [2025-12-22 02:19:17] "DELETE /project/aef53401-03f4-4589-8ac6-39ad98e7e9f9 HTTP/1.1" 200 115 1.048398 10.0.0.65 - - [2025-12-22 02:19:17] "DELETE /project/a6851afd-6b7f-4fc9-82f4-42e948a84642 HTTP/1.1" 200 115 1.091795 10.0.0.65 - - [2025-12-22 02:19:17] "DELETE /project/e54c80a3-0eb7-45d5-a99b-69d318fbdfb7 HTTP/1.1" 200 115 1.092277 10.0.0.23 - - [2025-12-22 02:19:17] "DELETE /access-control-list/999924a1-0919-4997-bb16-f64361030888 HTTP/1.1" 200 115 0.074937 10.0.0.65 - - [2025-12-22 02:19:17] "DELETE /project/291e7079-b978-49a0-95b2-83b964f0c75a HTTP/1.1" 200 115 1.133048 10.0.0.65 - - [2025-12-22 02:19:18] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001172 10.0.0.23 - - [2025-12-22 02:19:19] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046631 10.0.0.65 - - [2025-12-22 02:19:19] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001206 10.0.0.23 - - [2025-12-22 02:19:19] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?fields=virtual_networks HTTP/1.1" 200 1041 0.052515 10.0.0.65 - - [2025-12-22 02:19:19] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001269 10.0.0.23 - - [2025-12-22 02:19:19] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056918 10.0.0.65 - - [2025-12-22 02:19:19] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.23 - - [2025-12-22 02:19:19] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?fields=security_groups HTTP/1.1" 200 1271 0.054944 10.0.0.23 - - [2025-12-22 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.026703 10.0.0.65 - - [2025-12-22 02:19:20] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003878 10.0.0.65 - - [2025-12-22 02:19:20] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.65 - - [2025-12-22 02:19:20] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011160 10.0.0.65 - - [2025-12-22 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.005183 10.0.0.65 - - [2025-12-22 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.011279 10.0.0.65 - - [2025-12-22 02:19:20] "POST /security-groups HTTP/1.1" 200 586 0.085840 10.0.0.65 - - [2025-12-22 02:19:20] "POST /projects HTTP/1.1" 200 575 0.338904 10.0.0.65 - - [2025-12-22 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.387668 10.0.0.23 - - [2025-12-22 02:19:20] "POST /access-control-lists HTTP/1.1" 200 591 0.110200 10.0.0.23 - - [2025-12-22 02:19:20] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.630893 10.0.0.23 - - [2025-12-22 02:19:21] "GET / HTTP/1.1" 200 35931 0.001982 10.0.0.23 - - [2025-12-22 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003879 10.0.0.65 - - [2025-12-22 02:19:22] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001622 10.0.0.23 - - [2025-12-22 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.007625 10.0.0.23 - - [2025-12-22 02:19:22] "POST /access-control-lists HTTP/1.1" 200 588 0.038426 10.0.0.23 - - [2025-12-22 02:19:22] "POST /neutron/security_group HTTP/1.1" 200 1364 0.420892 10.0.0.23 - - [2025-12-22 02:19:22] "PUT /access-control-list/30064a9c-a56e-46bf-a4af-405dc052d0bf HTTP/1.1" 200 272 0.041780 10.0.0.23 - - [2025-12-22 02:19:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.191437 10.0.0.23 - - [2025-12-22 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.007711 10.0.0.65 - - [2025-12-22 02:19:23] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002401 10.0.0.23 - - [2025-12-22 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.008777 10.0.0.23 - - [2025-12-22 02:19:23] "POST /access-control-lists HTTP/1.1" 200 588 0.036889 10.0.0.23 - - [2025-12-22 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 1364 0.398519 10.0.0.23 - - [2025-12-22 02:19:23] "PUT /access-control-list/3df0231c-4516-4603-970a-dfcb80d23c8c HTTP/1.1" 200 272 0.019870 10.0.0.23 - - [2025-12-22 02:19:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178290 10.0.0.23 - - [2025-12-22 02:19:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-22 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.027399 10.0.0.65 - - [2025-12-22 02:19:24] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002086 10.0.0.23 - - [2025-12-22 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.004180 10.0.0.23 - - [2025-12-22 02:19:24] "POST /access-control-lists HTTP/1.1" 200 605 0.034041 10.0.0.23 - - [2025-12-22 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 1379 0.458065 10.0.0.23 - - [2025-12-22 02:19:25] "PUT /access-control-list/4c3784d6-5ff7-4da5-a95e-51749fe85a09 HTTP/1.1" 200 272 0.022460 10.0.0.23 - - [2025-12-22 02:19:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.189244 10.0.0.23 - - [2025-12-22 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.005412 10.0.0.65 - - [2025-12-22 02:19:25] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001856 10.0.0.23 - - [2025-12-22 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.006634 10.0.0.23 - - [2025-12-22 02:19:25] "POST /access-control-lists HTTP/1.1" 200 605 0.046288 10.0.0.23 - - [2025-12-22 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 1379 0.502181 10.0.0.23 - - [2025-12-22 02:19:26] "PUT /access-control-list/c684380b-640a-45f1-899d-8411061e1fcb HTTP/1.1" 200 272 0.024627 10.0.0.23 - - [2025-12-22 02:19:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164071 10.0.0.65 - - [2025-12-22 02:19:27] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001443 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.120744 10.0.0.23 - - [2025-12-22 02:19:28] "POST /route-targets HTTP/1.1" 200 327 0.018933 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.009134 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004360 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.005948 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.006422 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004259 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004394 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.005776 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004025 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004152 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.005009 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.038260 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 541 0.004339 10.0.0.23 - - [2025-12-22 02:19:28] "DELETE /route-target/c310c33e-2bec-4474-8f9c-dfb53d8b724e HTTP/1.1" 200 115 0.030481 10.0.0.23 - - [2025-12-22 02:19:28] "POST /neutron/router HTTP/1.1" 200 559 0.007933 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.012819 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004438 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.007351 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004304 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004369 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004334 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004107 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004224 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004521 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.004385 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 559 0.006213 10.0.0.23 - - [2025-12-22 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 151 0.110270 10.0.0.23 - - [2025-12-22 02:19:29] "GET /logical-router/665ac247-5e25-48db-b858-87d91438365b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.074326 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 541 0.012794 10.0.0.23 - - [2025-12-22 02:19:29] "PUT /logical-router/b9dd0981-b720-4e9b-bd7f-919fc9b8811e HTTP/1.1" 200 262 0.048160 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 541 0.006253 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 541 0.004089 10.0.0.23 - - [2025-12-22 02:19:29] "POST /neutron/router HTTP/1.1" 200 541 0.004525 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004912 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.005974 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004474 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004428 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004085 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004251 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 541 0.004491 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/router HTTP/1.1" 200 542 0.054817 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 521 0.007897 10.0.0.23 - - [2025-12-22 02:19:30] "DELETE /access-control-list/2db75c36-1a05-495f-92d2-df5e633ab2a6 HTTP/1.1" 200 115 0.042626 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.068542 10.0.0.23 - - [2025-12-22 02:19:30] "DELETE /access-control-list/4c3784d6-5ff7-4da5-a95e-51749fe85a09 HTTP/1.1" 200 115 0.044698 10.0.0.23 - - [2025-12-22 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.004984 10.0.0.23 - - [2025-12-22 02:19:30] "DELETE /access-control-list/27f20de4-ee7f-4615-b64d-c6a2d1df856b HTTP/1.1" 200 115 0.045892 10.0.0.65 - - [2025-12-22 02:19:32] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.23 - - [2025-12-22 02:19:32] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041953 10.0.0.65 - - [2025-12-22 02:19:32] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001162 10.0.0.23 - - [2025-12-22 02:19:32] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?fields=virtual_networks HTTP/1.1" 200 1022 0.046750 10.0.0.65 - - [2025-12-22 02:19:32] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.23 - - [2025-12-22 02:19:32] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.045969 10.0.0.65 - - [2025-12-22 02:19:32] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.23 - - [2025-12-22 02:19:32] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?fields=security_groups HTTP/1.1" 200 1243 0.047978 10.0.0.23 - - [2025-12-22 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.037740 10.0.0.65 - - [2025-12-22 02:19:33] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004642 10.0.0.65 - - [2025-12-22 02:19:33] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.65 - - [2025-12-22 02:19:33] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013008 10.0.0.65 - - [2025-12-22 02:19:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.004132 10.0.0.65 - - [2025-12-22 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.008049 10.0.0.65 - - [2025-12-22 02:19:33] "POST /security-groups HTTP/1.1" 200 587 0.035696 10.0.0.65 - - [2025-12-22 02:19:33] "POST /projects HTTP/1.1" 200 577 0.287136 10.0.0.65 - - [2025-12-22 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.323074 10.0.0.23 - - [2025-12-22 02:19:33] "POST /access-control-lists HTTP/1.1" 200 592 0.031640 10.0.0.23 - - [2025-12-22 02:19:33] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.487196 10.0.0.23 - - [2025-12-22 02:19:34] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.23 - - [2025-12-22 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.23 - - [2025-12-22 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.062438 10.0.0.65 - - [2025-12-22 02:19:36] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001247 10.0.0.23 - - [2025-12-22 02:19:37] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.067214 10.0.0.65 - - [2025-12-22 02:19:37] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.23 - - [2025-12-22 02:19:37] "POST /neutron/network HTTP/1.1" 200 601 0.155076 10.0.0.23 - - [2025-12-22 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.016105 10.0.0.23 - - [2025-12-22 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 216 0.004401 10.0.0.23 - - [2025-12-22 02:19:37] "GET /virtual-network/a16be695-269a-4149-8d71-c58140accb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005952 10.0.0.23 - - [2025-12-22 02:19:37] "POST /neutron/network HTTP/1.1" 200 820 0.008123 10.0.0.23 - - [2025-12-22 02:19:37] "GET /virtual-network/a16be695-269a-4149-8d71-c58140accb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006046 10.0.0.23 - - [2025-12-22 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003100 10.0.0.23 - - [2025-12-22 02:19:37] "GET /virtual-network/a16be695-269a-4149-8d71-c58140accb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007198 10.0.0.65 - - [2025-12-22 02:19:37] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.23 - - [2025-12-22 02:19:37] "POST /neutron/port HTTP/1.1" 200 1017 0.253871 10.0.0.23 - - [2025-12-22 02:19:37] "GET /virtual-machine-interface/cafdf2fd-3dd7-4c0c-8476-a6bf5ead1428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007419 10.0.0.23 - - [2025-12-22 02:19:37] "GET /virtual-machine-interface/cafdf2fd-3dd7-4c0c-8476-a6bf5ead1428?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.005938 10.0.0.23 - - [2025-12-22 02:19:38] "GET /instance-ip/e3b5097b-f18d-4e60-9c9f-d9ad00084f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004632 10.0.0.23 - - [2025-12-22 02:19:38] "POST /neutron/network HTTP/1.1" 200 820 0.007103 10.0.0.23 - - [2025-12-22 02:19:38] "DELETE /route-target/849976c6-051e-4b23-9d58-b5978a8c2cb3 HTTP/1.1" 200 115 0.023653 10.0.0.23 - - [2025-12-22 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.65 - - [2025-12-22 02:19:41] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001937 10.0.0.23 - - [2025-12-22 02:19:41] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.052562 10.0.0.65 - - [2025-12-22 02:19:41] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001172 10.0.0.23 - - [2025-12-22 02:19:41] "POST /neutron/network HTTP/1.1" 200 603 0.140644 10.0.0.23 - - [2025-12-22 02:19:42] "POST /neutron/network HTTP/1.1" 200 980 0.012241 10.0.0.23 - - [2025-12-22 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001937 10.0.0.23 - - [2025-12-22 02:19:42] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007829 10.0.0.23 - - [2025-12-22 02:19:42] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005813 10.0.0.23 - - [2025-12-22 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.010707 10.0.0.65 - - [2025-12-22 02:19:42] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001303 10.0.0.23 - - [2025-12-22 02:19:42] "POST /neutron/port HTTP/1.1" 200 1020 0.266192 10.0.0.23 - - [2025-12-22 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.002344 10.0.0.23 - - [2025-12-22 02:19:43] "POST /neutron/network HTTP/1.1" 200 980 0.032541 10.0.0.23 - - [2025-12-22 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.23 - - [2025-12-22 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001432 10.0.0.23 - - [2025-12-22 02:19:43] "POST /neutron/port HTTP/1.1" 200 1020 0.016369 10.0.0.23 - - [2025-12-22 02:19:43] "POST /neutron/port HTTP/1.1" 200 1018 0.017820 10.0.0.23 - - [2025-12-22 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.006672 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/network HTTP/1.1" 200 990 0.008931 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 1110 0.163375 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 1020 0.012196 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/port HTTP/1.1" 200 1112 0.186274 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003965 10.0.0.23 - - [2025-12-22 02:19:44] "POST /neutron/network HTTP/1.1" 200 980 0.009363 10.0.0.23 - - [2025-12-22 02:19:48] "POST /neutron/port HTTP/1.1" 200 1120 0.018315 10.0.0.23 - - [2025-12-22 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008967 10.0.0.23 - - [2025-12-22 02:19:49] "GET /virtual-machine/e3c2c269-b63c-4c29-95d8-d82b1e31016f HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-12-22 02:19:49] "GET /virtual-machine/e3c2c269-b63c-4c29-95d8-d82b1e31016f HTTP/1.1" 200 1285 0.027972 10.0.0.23 - - [2025-12-22 02:19:49] "GET /virtual-machine-interface/88d70cf6-8626-438c-88ac-2b4fefd8e208 HTTP/1.1" 200 2923 0.005900 10.0.0.23 - - [2025-12-22 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.23 - - [2025-12-22 02:19:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004696 10.0.0.23 - - [2025-12-22 02:19:49] "GET /virtual-networks?parent_id=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004421 10.0.0.23 - - [2025-12-22 02:19:49] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006051 10.0.0.23 - - [2025-12-22 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2025-12-22 02:19:52] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006870 10.0.0.23 - - [2025-12-22 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2025-12-22 02:19:54] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331 10.0.0.23 - - [2025-12-22 02:19:54] "GET /virtual-networks?parent_id=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003366 10.0.0.23 - - [2025-12-22 02:19:54] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006153 10.0.0.23 - - [2025-12-22 02:19:54] "POST /neutron/port HTTP/1.1" 200 1120 0.021968 10.0.0.23 - - [2025-12-22 02:19:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007564 10.0.0.23 - - [2025-12-22 02:20:00] "POST /neutron/port HTTP/1.1" 200 1122 0.022849 10.0.0.23 - - [2025-12-22 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011652 10.0.0.23 - - [2025-12-22 02:20:00] "GET /virtual-machine/dbfa4bc6-b26f-45ad-b838-be3a2cc9c2a8 HTTP/1.1" 200 1285 0.007915 10.0.0.23 - - [2025-12-22 02:20:00] "GET /virtual-machine-interface/b4e53fb2-9948-4b7a-8988-9d8640045815 HTTP/1.1" 200 2924 0.008300 10.0.0.23 - - [2025-12-22 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.23 - - [2025-12-22 02:20:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007582 10.0.0.23 - - [2025-12-22 02:20:00] "GET /virtual-networks?parent_id=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005150 10.0.0.23 - - [2025-12-22 02:20:00] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007751 10.0.0.23 - - [2025-12-22 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2025-12-22 02:20:01] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003957 10.0.0.23 - - [2025-12-22 02:20:01] "GET /virtual-networks?parent_id=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003789 10.0.0.23 - - [2025-12-22 02:20:01] "GET /virtual-network/71bced80-e8a6-4b90-be90-170db29b6932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007812 10.0.0.23 - - [2025-12-22 02:20:05] "POST /neutron/port HTTP/1.1" 200 151 0.217985 10.0.0.23 - - [2025-12-22 02:20:05] "POST /neutron/port HTTP/1.1" 200 151 0.195067 10.0.0.23 - - [2025-12-22 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.008224 10.0.0.23 - - [2025-12-22 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.65 - - [2025-12-22 02:20:07] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001676 10.0.0.23 - - [2025-12-22 02:20:07] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046778 10.0.0.65 - - [2025-12-22 02:20:07] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001695 10.0.0.23 - - [2025-12-22 02:20:07] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?fields=virtual_networks HTTP/1.1" 200 1024 0.064052 10.0.0.65 - - [2025-12-22 02:20:07] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001250 10.0.0.23 - - [2025-12-22 02:20:07] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.052186 10.0.0.65 - - [2025-12-22 02:20:07] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001448 10.0.0.23 - - [2025-12-22 02:20:07] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?fields=security_groups HTTP/1.1" 200 1246 0.054081 10.0.0.23 - - [2025-12-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.031645 10.0.0.65 - - [2025-12-22 02:20:08] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003695 10.0.0.65 - - [2025-12-22 02:20:08] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.65 - - [2025-12-22 02:20:08] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009575 10.0.0.65 - - [2025-12-22 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.003116 10.0.0.65 - - [2025-12-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.011551 10.0.0.65 - - [2025-12-22 02:20:08] "POST /security-groups HTTP/1.1" 200 589 0.084551 10.0.0.65 - - [2025-12-22 02:20:08] "POST /projects HTTP/1.1" 200 581 0.340708 10.0.0.23 - - [2025-12-22 02:20:08] "POST /access-control-lists HTTP/1.1" 200 594 0.039492 10.0.0.65 - - [2025-12-22 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.428171 10.0.0.23 - - [2025-12-22 02:20:08] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.603686 10.0.0.23 - - [2025-12-22 02:20:10] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.23 - - [2025-12-22 02:20:10] "POST /neutron/port HTTP/1.1" 400 205 0.004120 10.0.0.23 - - [2025-12-22 02:20:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2025-12-22 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.069649 10.0.0.65 - - [2025-12-22 02:20:12] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.23 - - [2025-12-22 02:20:12] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.064562 10.0.0.23 - - [2025-12-22 02:20:12] "POST /route-targets HTTP/1.1" 200 327 0.029091 10.0.0.65 - - [2025-12-22 02:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006757 10.0.0.23 - - [2025-12-22 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.312787 10.0.0.23 - - [2025-12-22 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001524 10.0.0.23 - - [2025-12-22 02:20:12] "GET /virtual-network/9c224042-2514-4418-9ff1-1a75f195ce58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005997 10.0.0.23 - - [2025-12-22 02:20:12] "GET /virtual-network/9c224042-2514-4418-9ff1-1a75f195ce58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007212 10.0.0.23 - - [2025-12-22 02:20:12] "POST /neutron/network HTTP/1.1" 200 824 0.007581 10.0.0.23 - - [2025-12-22 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.65 - - [2025-12-22 02:20:12] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.23 - - [2025-12-22 02:20:13] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057309 10.0.0.65 - - [2025-12-22 02:20:13] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.23 - - [2025-12-22 02:20:13] "POST /neutron/network HTTP/1.1" 200 605 0.138225 10.0.0.23 - - [2025-12-22 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.025883 10.0.0.23 - - [2025-12-22 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.003675 10.0.0.23 - - [2025-12-22 02:20:13] "GET /virtual-network/c6edcae6-30dd-4039-ae29-a451b4ef1234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005858 10.0.0.23 - - [2025-12-22 02:20:13] "POST /neutron/network HTTP/1.1" 200 824 0.007143 10.0.0.23 - - [2025-12-22 02:20:13] "GET /virtual-network/c6edcae6-30dd-4039-ae29-a451b4ef1234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006067 10.0.0.23 - - [2025-12-22 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001473 10.0.0.23 - - [2025-12-22 02:20:13] "POST /neutron/network HTTP/1.1" 200 834 0.007223 10.0.0.65 - - [2025-12-22 02:20:14] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001954 10.0.0.23 - - [2025-12-22 02:20:14] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.079940 10.0.0.23 - - [2025-12-22 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.008370 10.0.0.23 - - [2025-12-22 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.002171 10.0.0.23 - - [2025-12-22 02:20:15] "POST /neutron/network HTTP/1.1" 200 834 0.008498 10.0.0.23 - - [2025-12-22 02:20:15] "POST /neutron/port HTTP/1.1" 200 1058 0.020805 10.0.0.23 - - [2025-12-22 02:20:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.23 - - [2025-12-22 02:20:15] "POST /neutron/network HTTP/1.1" 200 824 0.007292 10.0.0.65 - - [2025-12-22 02:20:15] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.23 - - [2025-12-22 02:20:15] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.074500 10.0.0.23 - - [2025-12-22 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008250 10.0.0.23 - - [2025-12-22 02:20:16] "POST /neutron/router HTTP/1.1" 200 580 0.010219 10.0.0.65 - - [2025-12-22 02:20:16] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.23 - - [2025-12-22 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.019352 10.0.0.23 - - [2025-12-22 02:20:17] "POST /neutron/port HTTP/1.1" 200 1058 0.425258 10.0.0.23 - - [2025-12-22 02:20:17] "POST /neutron/port HTTP/1.1" 200 1058 0.021610 10.0.0.23 - - [2025-12-22 02:20:17] "POST /neutron/port HTTP/1.1" 200 1122 0.028754 10.0.0.23 - - [2025-12-22 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.65 - - [2025-12-22 02:20:17] "DELETE /project/d8e674bba05348e9a7bdd014bf9873e1 HTTP/1.1" 404 173 0.019873 10.0.0.65 - - [2025-12-22 02:20:17] "DELETE /project/6642ab65e1d0442d9ad43648f64d1255 HTTP/1.1" 404 173 0.011784 10.0.0.65 - - [2025-12-22 02:20:17] "DELETE /project/0ebabe1f494f412fbc78e75ffe8749eb HTTP/1.1" 404 173 0.017043 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074385 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.082596 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.093484 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.010144 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001255 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?fields=security_groups HTTP/1.1" 200 1351 0.095782 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?fields=security_groups HTTP/1.1" 200 1348 0.115875 10.0.0.65 - - [2025-12-22 02:20:17] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?fields=security_groups HTTP/1.1" 200 1376 0.120931 10.0.0.65 - - [2025-12-22 02:20:17] "DELETE /security-group/c2066191-b5c0-49d8-9f5d-2a212b66c443 HTTP/1.1" 200 115 0.076814 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=6642ab65-e1d0-442d-9ad4-3648f64d1255&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002487 10.0.0.65 - - [2025-12-22 02:20:17] "DELETE /security-group/c1491196-7b85-4835-b340-5cfa2d2c37fa HTTP/1.1" 200 115 0.142690 10.0.0.65 - - [2025-12-22 02:20:17] "GET /projects?obj_uuids=0ebabe1f-494f-412f-bc78-e75ffe8749eb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003741 10.0.0.65 - - [2025-12-22 02:20:18] "GET /project/6642ab65-e1d0-442d-9ad4-3648f64d1255?fields=application_policy_sets HTTP/1.1" 200 1390 0.154272 10.0.0.65 - - [2025-12-22 02:20:18] "DELETE /security-group/e7a8249e-ea4e-46be-87eb-5f39c3c3aeec HTTP/1.1" 200 115 0.241789 10.0.0.65 - - [2025-12-22 02:20:18] "GET /projects?obj_uuids=d83920b4-21fb-4a18-b889-c5e79c070efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001760 10.0.0.23 - - [2025-12-22 02:20:18] "DELETE /access-control-list/fbfbad07-f6ee-43e4-9225-974245ed1783 HTTP/1.1" 200 115 0.139811 10.0.0.65 - - [2025-12-22 02:20:18] "GET /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb?fields=application_policy_sets HTTP/1.1" 200 1387 0.182847 10.0.0.65 - - [2025-12-22 02:20:18] "GET /project/d83920b4-21fb-4a18-b889-c5e79c070efb?fields=application_policy_sets HTTP/1.1" 200 1415 0.133171 10.0.0.23 - - [2025-12-22 02:20:18] "DELETE /access-control-list/c35f6bce-defe-46ec-96be-7c10b3fa9317 HTTP/1.1" 200 115 0.077888 10.0.0.65 - - [2025-12-22 02:20:18] "DELETE /project/6642ab65-e1d0-442d-9ad4-3648f64d1255 HTTP/1.1" 200 115 0.918971 10.0.0.65 - - [2025-12-22 02:20:18] "DELETE /project/0ebabe1f-494f-412f-bc78-e75ffe8749eb HTTP/1.1" 200 115 0.993037 10.0.0.65 - - [2025-12-22 02:20:18] "DELETE /project/d83920b4-21fb-4a18-b889-c5e79c070efb HTTP/1.1" 200 115 1.001804 10.0.0.23 - - [2025-12-22 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008317 10.0.0.23 - - [2025-12-22 02:20:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021878 10.0.0.23 - - [2025-12-22 02:20:22] "GET /virtual-machine/b2502086-080b-47bf-9264-2552ccade0c6 HTTP/1.1" 401 292 0.000795 10.0.0.23 - - [2025-12-22 02:20:22] "GET /virtual-machine/b2502086-080b-47bf-9264-2552ccade0c6 HTTP/1.1" 200 1291 0.030952 10.0.0.23 - - [2025-12-22 02:20:22] "GET /virtual-machine-interface/d4878aa4-aad6-4e53-9f52-2ef22278d516 HTTP/1.1" 200 2935 0.007057 10.0.0.23 - - [2025-12-22 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2025-12-22 02:20:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.23 - - [2025-12-22 02:20:22] "GET /virtual-networks?parent_id=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005406 10.0.0.23 - - [2025-12-22 02:20:22] "GET /virtual-network/9c224042-2514-4418-9ff1-1a75f195ce58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006304 10.0.0.23 - - [2025-12-22 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2025-12-22 02:20:25] "GET /virtual-network/9c224042-2514-4418-9ff1-1a75f195ce58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009025 10.0.0.23 - - [2025-12-22 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009714 10.0.0.23 - - [2025-12-22 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2025-12-22 02:20:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004545 10.0.0.23 - - [2025-12-22 02:20:27] "GET /virtual-networks?parent_id=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004549 10.0.0.23 - - [2025-12-22 02:20:27] "GET /virtual-network/9c224042-2514-4418-9ff1-1a75f195ce58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010469 10.0.0.23 - - [2025-12-22 02:20:28] "POST /neutron/port HTTP/1.1" 200 1122 0.025951 10.0.0.23 - - [2025-12-22 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009525 10.0.0.23 - - [2025-12-22 02:20:28] "GET /virtual-machine/0c0ce06b-8127-4b97-bb2f-daaba0cf0e5b HTTP/1.1" 200 1289 0.011252 10.0.0.23 - - [2025-12-22 02:20:28] "GET /virtual-machine-interface/14c435a7-9bcb-4bbc-8256-0ab4f86f2249 HTTP/1.1" 200 2933 0.006113 10.0.0.23 - - [2025-12-22 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2025-12-22 02:20:28] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004367 10.0.0.23 - - [2025-12-22 02:20:28] "GET /virtual-networks?parent_id=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003679 10.0.0.23 - - [2025-12-22 02:20:28] "GET /virtual-network/c6edcae6-30dd-4039-ae29-a451b4ef1234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005851 10.0.0.23 - - [2025-12-22 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2025-12-22 02:20:31] "GET /virtual-network/c6edcae6-30dd-4039-ae29-a451b4ef1234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006255 10.0.0.23 - - [2025-12-22 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.23 - - [2025-12-22 02:20:33] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006032 10.0.0.23 - - [2025-12-22 02:20:33] "GET /virtual-networks?parent_id=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003799 10.0.0.23 - - [2025-12-22 02:20:33] "GET /virtual-network/c6edcae6-30dd-4039-ae29-a451b4ef1234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007349 10.0.0.23 - - [2025-12-22 02:20:33] "POST /neutron/port HTTP/1.1" 200 1122 0.029494 10.0.0.65 - - [2025-12-22 02:20:43] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001704 10.0.0.23 - - [2025-12-22 02:20:43] "POST /neutron/router HTTP/1.1" 200 344 0.356508 10.0.0.23 - - [2025-12-22 02:20:50] "POST /neutron/router HTTP/1.1" 200 344 0.264829 10.0.0.23 - - [2025-12-22 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.021889 10.0.0.23 - - [2025-12-22 02:20:56] "POST /neutron/router HTTP/1.1" 200 580 0.008817 10.0.0.23 - - [2025-12-22 02:20:56] "POST /neutron/router HTTP/1.1" 200 344 0.258317 10.0.0.23 - - [2025-12-22 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.23 - - [2025-12-22 02:20:56] "POST /neutron/network HTTP/1.1" 200 824 0.010051 10.0.0.23 - - [2025-12-22 02:20:57] "POST /neutron/port HTTP/1.1" 200 1112 0.016142 10.0.0.23 - - [2025-12-22 02:20:57] "POST /neutron/port HTTP/1.1" 200 1112 0.017245 10.0.0.65 - - [2025-12-22 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007081 10.0.0.65 - - [2025-12-22 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.23 - - [2025-12-22 02:20:59] "POST /neutron/network HTTP/1.1" 200 151 0.135054 10.0.0.23 - - [2025-12-22 02:20:59] "DELETE /route-target/9b81e564-f0ca-406b-aed0-eb1cf61a05e2 HTTP/1.1" 200 115 0.035729 10.0.0.65 - - [2025-12-22 02:21:00] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.23 - - [2025-12-22 02:21:00] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062587 10.0.0.65 - - [2025-12-22 02:21:00] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.23 - - [2025-12-22 02:21:00] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?fields=virtual_networks HTTP/1.1" 200 1029 0.037684 10.0.0.65 - - [2025-12-22 02:21:00] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.23 - - [2025-12-22 02:21:00] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.036713 10.0.0.65 - - [2025-12-22 02:21:00] "GET /projects?obj_uuids=d8e674bb-a053-48e9-a7bd-d014bf9873e1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001724 10.0.0.23 - - [2025-12-22 02:21:00] "GET /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1?fields=security_groups HTTP/1.1" 200 1253 0.063035 10.0.0.23 - - [2025-12-22 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 191 0.031003 10.0.0.65 - - [2025-12-22 02:21:01] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004319 10.0.0.65 - - [2025-12-22 02:21:01] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.65 - - [2025-12-22 02:21:01] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008655 10.0.0.65 - - [2025-12-22 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 193 0.002792 10.0.0.65 - - [2025-12-22 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.008925 10.0.0.65 - - [2025-12-22 02:21:02] "POST /security-groups HTTP/1.1" 200 594 0.035924 10.0.0.23 - - [2025-12-22 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 237 0.003391 10.0.0.65 - - [2025-12-22 02:21:02] "POST /projects HTTP/1.1" 200 591 0.256288 10.0.0.65 - - [2025-12-22 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.331419 10.0.0.23 - - [2025-12-22 02:21:02] "POST /access-control-lists HTTP/1.1" 200 597 0.032886 10.0.0.23 - - [2025-12-22 02:21:02] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.488277 10.0.0.23 - - [2025-12-22 02:21:03] "GET / HTTP/1.1" 200 35931 0.002455 10.0.0.23 - - [2025-12-22 02:21:05] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.65 - - [2025-12-22 02:21:05] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.23 - - [2025-12-22 02:21:05] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.072665 10.0.0.23 - - [2025-12-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-22 02:21:05] "GET /security-group/c492d8a5-c5ba-4510-9cd8-a829b5b5479d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006787 10.0.0.23 - - [2025-12-22 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.65 - - [2025-12-22 02:21:06] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001469 10.0.0.23 - - [2025-12-22 02:21:06] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051065 10.0.0.23 - - [2025-12-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2025-12-22 02:21:06] "GET /security-group/c492d8a5-c5ba-4510-9cd8-a829b5b5479d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004853 10.0.0.23 - - [2025-12-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.23 - - [2025-12-22 02:21:06] "PUT /security-group/c492d8a5-c5ba-4510-9cd8-a829b5b5479d HTTP/1.1" 200 262 0.022634 10.0.0.23 - - [2025-12-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.005024 10.0.0.23 - - [2025-12-22 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.65 - - [2025-12-22 02:21:06] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001516 10.0.0.23 - - [2025-12-22 02:21:06] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062780 10.0.0.23 - - [2025-12-22 02:21:06] "POST /neutron/network HTTP/1.1" 200 117 0.044710 10.0.0.23 - - [2025-12-22 02:21:06] "POST /route-targets HTTP/1.1" 200 327 0.014363 10.0.0.23 - - [2025-12-22 02:21:07] "POST /neutron/network HTTP/1.1" 200 825 0.011235 10.0.0.23 - - [2025-12-22 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001431 10.0.0.23 - - [2025-12-22 02:21:07] "GET /virtual-network/ad159f1a-07fd-4f4c-9ba5-59544cc25ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006273 10.0.0.23 - - [2025-12-22 02:21:07] "GET /virtual-network/ad159f1a-07fd-4f4c-9ba5-59544cc25ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006070 10.0.0.23 - - [2025-12-22 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 714 0.010278 10.0.0.23 - - [2025-12-22 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.65 - - [2025-12-22 02:21:07] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.028125 10.0.0.23 - - [2025-12-22 02:21:07] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.082214 10.0.0.23 - - [2025-12-22 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.039246 10.0.0.65 - - [2025-12-22 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011330 10.0.0.23 - - [2025-12-22 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.236510 10.0.0.23 - - [2025-12-22 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001777 10.0.0.23 - - [2025-12-22 02:21:07] "GET /virtual-network/b855540e-29b4-475c-9083-5a54edef5a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008296 10.0.0.23 - - [2025-12-22 02:21:07] "GET /virtual-network/b855540e-29b4-475c-9083-5a54edef5a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007401 10.0.0.23 - - [2025-12-22 02:21:07] "POST /neutron/network HTTP/1.1" 200 835 0.007917 10.0.0.23 - - [2025-12-22 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001379 10.0.0.65 - - [2025-12-22 02:21:08] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001633 10.0.0.23 - - [2025-12-22 02:21:08] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.081221 10.0.0.23 - - [2025-12-22 02:21:08] "POST /neutron/network HTTP/1.1" 200 825 0.007287 10.0.0.23 - - [2025-12-22 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001513 10.0.0.23 - - [2025-12-22 02:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.009051 10.0.0.65 - - [2025-12-22 02:21:09] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001463 10.0.0.23 - - [2025-12-22 02:21:09] "POST /neutron/port HTTP/1.1" 200 1061 0.320050 10.0.0.23 - - [2025-12-22 02:21:09] "POST /neutron/port HTTP/1.1" 200 1115 0.154888 10.0.0.65 - - [2025-12-22 02:21:09] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001490 10.0.0.23 - - [2025-12-22 02:21:10] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.107895 10.0.0.23 - - [2025-12-22 02:21:10] "POST /neutron/network HTTP/1.1" 200 835 0.009116 10.0.0.23 - - [2025-12-22 02:21:10] "POST /neutron/network HTTP/1.1" 200 825 0.011560 10.0.0.23 - - [2025-12-22 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.009606 10.0.0.23 - - [2025-12-22 02:21:10] "POST /neutron/router HTTP/1.1" 200 656 0.073560 10.0.0.23 - - [2025-12-22 02:21:10] "GET /logical-router/7833f771-1063-4823-8d77-64812852f3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.071796 10.0.0.23 - - [2025-12-22 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003325 10.0.0.23 - - [2025-12-22 02:21:10] "POST /neutron/network HTTP/1.1" 200 845 0.010662 10.0.0.23 - - [2025-12-22 02:21:10] "POST /route-targets HTTP/1.1" 200 327 0.019491 10.0.0.23 - - [2025-12-22 02:21:10] "POST /route-tables HTTP/1.1" 200 582 0.107820 10.0.0.23 - - [2025-12-22 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009691 10.0.0.23 - - [2025-12-22 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009193 10.0.0.23 - - [2025-12-22 02:21:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.139259 10.0.0.23 - - [2025-12-22 02:21:11] "POST /instance-ips HTTP/1.1" 400 246 0.073281 10.0.0.23 - - [2025-12-22 02:21:11] "POST /neutron/port HTTP/1.1" 200 1118 0.205337 10.0.0.23 - - [2025-12-22 02:21:11] "PUT /instance-ip/0fa46a9e-f04c-4a2c-9209-0cd1685728c8 HTTP/1.1" 200 256 0.044997 10.0.0.23 - - [2025-12-22 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.019692 10.0.0.23 - - [2025-12-22 02:21:11] "POST /chown HTTP/1.1" 200 109 0.042034 10.0.0.23 - - [2025-12-22 02:21:12] "POST /chown HTTP/1.1" 200 109 0.016896 10.0.0.23 - - [2025-12-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.035868 10.0.0.23 - - [2025-12-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.028775 10.0.0.23 - - [2025-12-22 02:21:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.108700 10.0.0.23 - - [2025-12-22 02:21:12] "POST /chown HTTP/1.1" 200 109 0.013865 10.0.0.23 - - [2025-12-22 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.018079 10.0.0.23 - - [2025-12-22 02:21:12] "POST /chown HTTP/1.1" 200 109 0.044744 10.0.0.23 - - [2025-12-22 02:21:12] "PUT /routing-instance/912d3663-d110-4fd5-95e6-a9cd24d3fbab HTTP/1.1" 200 266 0.055166 10.0.0.23 - - [2025-12-22 02:21:12] "PUT /virtual-machine-interface/6b739433-f085-4fc5-876e-20d573103a21 HTTP/1.1" 200 284 0.029965 10.0.0.23 - - [2025-12-22 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.054203 10.0.0.23 - - [2025-12-22 02:21:13] "DELETE /access-control-list/c6e499aa-fa56-43a4-8b5b-67d016f22e12 HTTP/1.1" 200 115 0.139498 10.0.0.65 - - [2025-12-22 02:21:14] "GET /obj-perms HTTP/1.1" 200 5056 0.065578 10.0.0.23 - - [2025-12-22 02:21:16] "POST /neutron/port HTTP/1.1" 200 1125 0.023231 10.0.0.23 - - [2025-12-22 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010851 10.0.0.23 - - [2025-12-22 02:21:16] "GET /virtual-machine/b549b2d3-2210-49d2-a5cd-a9b02ef52a99 HTTP/1.1" 401 292 0.000567 10.0.0.23 - - [2025-12-22 02:21:16] "GET /virtual-machine/b549b2d3-2210-49d2-a5cd-a9b02ef52a99 HTTP/1.1" 200 1296 0.030301 10.0.0.23 - - [2025-12-22 02:21:16] "GET /virtual-machine-interface/65827ee8-3337-4a55-8ecf-eae51e3c5226 HTTP/1.1" 200 2956 0.006604 10.0.0.23 - - [2025-12-22 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-12-22 02:21:16] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003976 10.0.0.23 - - [2025-12-22 02:21:16] "GET /virtual-networks?parent_id=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003358 10.0.0.23 - - [2025-12-22 02:21:16] "GET /virtual-network/ad159f1a-07fd-4f4c-9ba5-59544cc25ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008206 10.0.0.65 - - [2025-12-22 02:21:18] "DELETE /project/d8e674bb-a053-48e9-a7bd-d014bf9873e1 HTTP/1.1" 404 177 0.031952 10.0.0.65 - - [2025-12-22 02:21:18] "DELETE /project/5e54fb6796e8442bacc79a636f0279a7 HTTP/1.1" 404 173 0.043085 10.0.0.23 - - [2025-12-22 02:21:20] "POST /neutron/port HTTP/1.1" 200 1125 0.019938 10.0.0.23 - - [2025-12-22 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2025-12-22 02:21:20] "GET /virtual-network/ad159f1a-07fd-4f4c-9ba5-59544cc25ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006161 10.0.0.23 - - [2025-12-22 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009355 10.0.0.23 - - [2025-12-22 02:21:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004661 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-networks?parent_id=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003667 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-network/ad159f1a-07fd-4f4c-9ba5-59544cc25ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006177 10.0.0.23 - - [2025-12-22 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008056 10.0.0.23 - - [2025-12-22 02:21:22] "POST /neutron/port HTTP/1.1" 200 1128 0.020339 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-machine/15c02b27-a255-4956-a1ff-85911d958001 HTTP/1.1" 200 1295 0.009339 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-machine-interface/b7c97d74-9f45-4b3d-a662-9ab5c9407eff HTTP/1.1" 200 2969 0.006071 10.0.0.23 - - [2025-12-22 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-12-22 02:21:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004710 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-networks?parent_id=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003611 10.0.0.23 - - [2025-12-22 02:21:22] "GET /virtual-network/b855540e-29b4-475c-9083-5a54edef5a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006150 10.0.0.23 - - [2025-12-22 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007972 10.0.0.23 - - [2025-12-22 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.23 - - [2025-12-22 02:21:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005331 10.0.0.23 - - [2025-12-22 02:21:25] "GET /virtual-networks?parent_id=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004613 10.0.0.23 - - [2025-12-22 02:21:25] "GET /virtual-network/b855540e-29b4-475c-9083-5a54edef5a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007073 10.0.0.23 - - [2025-12-22 02:21:30] "POST /neutron/router HTTP/1.1" 200 656 0.014309 10.0.0.23 - - [2025-12-22 02:21:30] "GET /service-instance/b8678fd5-9116-43ae-802f-80c9998f9ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006131 10.0.0.23 - - [2025-12-22 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.23 - - [2025-12-22 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.23 - - [2025-12-22 02:21:30] "PUT /routing-instance/912d3663-d110-4fd5-95e6-a9cd24d3fbab HTTP/1.1" 200 266 0.056961 10.0.0.23 - - [2025-12-22 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.031289 10.0.0.23 - - [2025-12-22 02:21:30] "POST /neutron/network HTTP/1.1" 400 204 0.086675 10.0.0.23 - - [2025-12-22 02:21:30] "DELETE /service-instance/b8678fd5-9116-43ae-802f-80c9998f9ef9 HTTP/1.1" 200 115 0.089164 10.0.0.23 - - [2025-12-22 02:21:30] "GET /virtual-machine-interface/de584f0f-da8a-4d93-937f-1837385d89bf?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.007823 10.0.0.23 - - [2025-12-22 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.023563 10.0.0.23 - - [2025-12-22 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.031621 10.0.0.23 - - [2025-12-22 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.333103 10.0.0.23 - - [2025-12-22 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.078925 10.0.0.23 - - [2025-12-22 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.427452 10.0.0.23 - - [2025-12-22 02:21:31] "DELETE /virtual-machine-interface/afb77d30-2402-48db-aa8e-42527de30782 HTTP/1.1" 200 115 0.112290 10.0.0.23 - - [2025-12-22 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.022624 10.0.0.23 - - [2025-12-22 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2025-12-22 02:21:32] "POST /neutron/network HTTP/1.1" 200 825 0.006799 10.0.0.23 - - [2025-12-22 02:21:32] "DELETE /route-target/50e48254-fb56-4685-85f0-6bdb67d5e4b7 HTTP/1.1" 200 115 0.029868 10.0.0.65 - - [2025-12-22 02:21:34] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.23 - - [2025-12-22 02:21:34] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045923 10.0.0.65 - - [2025-12-22 02:21:34] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001414 10.0.0.23 - - [2025-12-22 02:21:34] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?fields=virtual_networks HTTP/1.1" 200 1038 0.059690 10.0.0.65 - - [2025-12-22 02:21:34] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.23 - - [2025-12-22 02:21:34] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.047726 10.0.0.65 - - [2025-12-22 02:21:34] "GET /projects?obj_uuids=5e54fb67-96e8-442b-acc7-9a636f0279a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.23 - - [2025-12-22 02:21:34] "GET /project/5e54fb67-96e8-442b-acc7-9a636f0279a7?fields=security_groups HTTP/1.1" 200 1267 0.044264 10.0.0.23 - - [2025-12-22 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.029858 10.0.0.65 - - [2025-12-22 02:21:35] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004168 10.0.0.65 - - [2025-12-22 02:21:35] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.65 - - [2025-12-22 02:21:35] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007746 10.0.0.65 - - [2025-12-22 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.004221 10.0.0.65 - - [2025-12-22 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.007571 10.0.0.65 - - [2025-12-22 02:21:35] "POST /security-groups HTTP/1.1" 200 599 0.081178 10.0.0.65 - - [2025-12-22 02:21:35] "POST /projects HTTP/1.1" 200 601 0.319476 10.0.0.23 - - [2025-12-22 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 241 0.011508 10.0.0.65 - - [2025-12-22 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.391162 10.0.0.23 - - [2025-12-22 02:21:35] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.538283 10.0.0.23 - - [2025-12-22 02:21:36] "GET / HTTP/1.1" 200 35931 0.003495 10.0.0.23 - - [2025-12-22 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.23 - - [2025-12-22 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.057020 10.0.0.65 - - [2025-12-22 02:21:39] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.23 - - [2025-12-22 02:21:39] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077868 10.0.0.65 - - [2025-12-22 02:21:39] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.23 - - [2025-12-22 02:21:39] "POST /neutron/network HTTP/1.1" 200 613 0.182433 10.0.0.23 - - [2025-12-22 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.032938 10.0.0.23 - - [2025-12-22 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.068971 10.0.0.23 - - [2025-12-22 02:21:39] "POST /neutron/network HTTP/1.1" 200 1006 0.013249 10.0.0.23 - - [2025-12-22 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001529 10.0.0.23 - - [2025-12-22 02:21:39] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006026 10.0.0.23 - - [2025-12-22 02:21:39] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006252 10.0.0.23 - - [2025-12-22 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.010038 10.0.0.23 - - [2025-12-22 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.65 - - [2025-12-22 02:21:40] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.23 - - [2025-12-22 02:21:40] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056011 10.0.0.65 - - [2025-12-22 02:21:40] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.23 - - [2025-12-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 613 0.160100 10.0.0.23 - - [2025-12-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 1008 0.012069 10.0.0.23 - - [2025-12-22 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001371 10.0.0.23 - - [2025-12-22 02:21:40] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005998 10.0.0.23 - - [2025-12-22 02:21:40] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006514 10.0.0.23 - - [2025-12-22 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.010419 10.0.0.23 - - [2025-12-22 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003765 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.65 - - [2025-12-22 02:21:41] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.23 - - [2025-12-22 02:21:41] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053365 10.0.0.23 - - [2025-12-22 02:21:41] "POST /network-policys HTTP/1.1" 200 577 0.035939 10.0.0.23 - - [2025-12-22 02:21:41] "GET /network-policy/af7d9049-4ed9-4930-b2d6-27883fa18128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006408 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.010294 10.0.0.23 - - [2025-12-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1114 0.108870 10.0.0.23 - - [2025-12-22 02:21:41] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005943 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009879 10.0.0.23 - - [2025-12-22 02:21:41] "GET /network-policy/af7d9049-4ed9-4930-b2d6-27883fa18128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005086 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003850 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.006322 10.0.0.23 - - [2025-12-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1116 0.111271 10.0.0.23 - - [2025-12-22 02:21:41] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.014199 10.0.0.23 - - [2025-12-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006295 10.0.0.23 - - [2025-12-22 02:21:41] "GET /network-policy/af7d9049-4ed9-4930-b2d6-27883fa18128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005136 10.0.0.23 - - [2025-12-22 02:21:42] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007134 10.0.0.22 - - [2025-12-22 02:21:43] "GET /obj-perms HTTP/1.1" 200 5046 0.062804 10.0.0.23 - - [2025-12-22 02:21:43] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007640 10.0.0.23 - - [2025-12-22 02:21:43] "GET /obj-perms HTTP/1.1" 200 5046 0.054706 10.0.0.23 - - [2025-12-22 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001475 10.0.0.65 - - [2025-12-22 02:21:45] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.23 - - [2025-12-22 02:21:45] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.102988 10.0.0.23 - - [2025-12-22 02:21:45] "POST /neutron/network HTTP/1.1" 200 1114 0.021260 10.0.0.23 - - [2025-12-22 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001433 10.0.0.23 - - [2025-12-22 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.006799 10.0.0.65 - - [2025-12-22 02:21:45] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 1175 0.466844 10.0.0.65 - - [2025-12-22 02:21:46] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001583 10.0.0.23 - - [2025-12-22 02:21:46] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092983 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/network HTTP/1.1" 200 1116 0.018609 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005701 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017799 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.23 - - [2025-12-22 02:21:46] "POST /neutron/port HTTP/1.1" 200 1239 0.035862 10.0.0.65 - - [2025-12-22 02:21:47] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001851 10.0.0.23 - - [2025-12-22 02:21:47] "PUT /access-control-list/c3d15da9-2387-406f-9d1e-a18fcfeebc33 HTTP/1.1" 200 272 0.026695 10.0.0.23 - - [2025-12-22 02:21:47] "POST /neutron/port HTTP/1.1" 200 1177 0.426676 10.0.0.23 - - [2025-12-22 02:21:47] "POST /neutron/port HTTP/1.1" 200 1231 0.179168 10.0.0.23 - - [2025-12-22 02:21:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.23 - - [2025-12-22 02:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.23 - - [2025-12-22 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009656 10.0.0.23 - - [2025-12-22 02:21:52] "POST /neutron/port HTTP/1.1" 200 1239 0.025208 10.0.0.23 - - [2025-12-22 02:21:52] "GET /virtual-machine/6e070fd9-3be8-4a55-a635-206eddc973be HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-12-22 02:21:52] "GET /virtual-machine/6e070fd9-3be8-4a55-a635-206eddc973be HTTP/1.1" 200 1300 0.036059 10.0.0.23 - - [2025-12-22 02:21:52] "GET /virtual-machine-interface/879000a6-6a5f-4dad-91f5-fd3a1173da59 HTTP/1.1" 200 3175 0.005801 10.0.0.23 - - [2025-12-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2025-12-22 02:21:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234 10.0.0.23 - - [2025-12-22 02:21:52] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003132 10.0.0.23 - - [2025-12-22 02:21:52] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006557 10.0.0.23 - - [2025-12-22 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2025-12-22 02:21:55] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007357 10.0.0.23 - - [2025-12-22 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-12-22 02:21:59] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005915 10.0.0.23 - - [2025-12-22 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.23 - - [2025-12-22 02:22:03] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.010717 10.0.0.23 - - [2025-12-22 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.23 - - [2025-12-22 02:22:07] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006191 10.0.0.23 - - [2025-12-22 02:22:09] "POST /neutron/port HTTP/1.1" 200 1241 0.031175 10.0.0.23 - - [2025-12-22 02:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005234 10.0.0.23 - - [2025-12-22 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001636 10.0.0.23 - - [2025-12-22 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2025-12-22 02:22:12] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007712 10.0.0.23 - - [2025-12-22 02:22:12] "POST /neutron/port HTTP/1.1" 200 1239 0.053822 10.0.0.23 - - [2025-12-22 02:22:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004700 10.0.0.23 - - [2025-12-22 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.001741 10.0.0.23 - - [2025-12-22 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2025-12-22 02:22:16] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006439 10.0.0.65 - - [2025-12-22 02:22:18] "DELETE /project/5e54fb67-96e8-442b-acc7-9a636f0279a7 HTTP/1.1" 404 177 0.004360 10.0.0.65 - - [2025-12-22 02:22:18] "DELETE /project/691a0d26a0c24755a769dc40a26464cd HTTP/1.1" 404 173 0.006695 10.0.0.23 - - [2025-12-22 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.23 - - [2025-12-22 02:22:20] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008217 10.0.0.23 - - [2025-12-22 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2025-12-22 02:22:24] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008043 10.0.0.23 - - [2025-12-22 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.23 - - [2025-12-22 02:22:28] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008101 10.0.0.23 - - [2025-12-22 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2025-12-22 02:22:32] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.23 - - [2025-12-22 02:22:32] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.006763 10.0.0.23 - - [2025-12-22 02:22:32] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007154 10.0.0.23 - - [2025-12-22 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011390 10.0.0.23 - - [2025-12-22 02:22:43] "POST /neutron/port HTTP/1.1" 200 1239 0.020549 10.0.0.23 - - [2025-12-22 02:22:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007768 10.0.0.23 - - [2025-12-22 02:22:51] "POST /neutron/port HTTP/1.1" 200 1241 0.022893 10.0.0.23 - - [2025-12-22 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010180 10.0.0.23 - - [2025-12-22 02:22:58] "POST /neutron/port HTTP/1.1" 200 1241 0.017351 10.0.0.23 - - [2025-12-22 02:22:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008045 10.0.0.23 - - [2025-12-22 02:22:58] "GET /virtual-machine/7296dac5-22e6-4b65-8d8e-4690b772fd3d HTTP/1.1" 200 1300 0.007418 10.0.0.23 - - [2025-12-22 02:22:58] "GET /virtual-machine-interface/30d0a510-eedd-4624-b1bc-1cc96fe7682c HTTP/1.1" 200 3175 0.005495 10.0.0.23 - - [2025-12-22 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2025-12-22 02:22:58] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005668 10.0.0.23 - - [2025-12-22 02:22:58] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003519 10.0.0.23 - - [2025-12-22 02:22:58] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006337 10.0.0.23 - - [2025-12-22 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.23 - - [2025-12-22 02:23:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007493 10.0.0.23 - - [2025-12-22 02:23:00] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004870 10.0.0.23 - - [2025-12-22 02:23:00] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007216 10.0.0.23 - - [2025-12-22 02:23:09] "POST /neutron/port HTTP/1.1" 200 1241 0.045264 10.0.0.23 - - [2025-12-22 02:23:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006734 10.0.0.23 - - [2025-12-22 02:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.002423 10.0.0.23 - - [2025-12-22 02:23:13] "POST /neutron/port HTTP/1.1" 200 1239 0.019155 10.0.0.23 - - [2025-12-22 02:23:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.23 - - [2025-12-22 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.65 - - [2025-12-22 02:23:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051488 10.0.0.23 - - [2025-12-22 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.65 - - [2025-12-22 02:23:24] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.23 - - [2025-12-22 02:23:24] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046128 10.0.0.23 - - [2025-12-22 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.23 - - [2025-12-22 02:23:24] "PUT /network-policy/af7d9049-4ed9-4930-b2d6-27883fa18128 HTTP/1.1" 200 262 0.018390 10.0.0.23 - - [2025-12-22 02:23:25] "PUT /access-control-list/b6cbb8bd-2c50-4b80-bca6-43edbe49c0ef HTTP/1.1" 200 272 0.062393 10.0.0.23 - - [2025-12-22 02:23:28] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006218 10.0.0.23 - - [2025-12-22 02:23:28] "POST /neutron/network HTTP/1.1" 200 1116 0.012373 10.0.0.23 - - [2025-12-22 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.031842 10.0.0.23 - - [2025-12-22 02:23:28] "GET /virtual-network/4c90128c-4a23-4143-8534-b191274595aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.032178 10.0.0.23 - - [2025-12-22 02:23:28] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.017040 10.0.0.23 - - [2025-12-22 02:23:28] "POST /neutron/network HTTP/1.1" 200 1114 0.009952 10.0.0.23 - - [2025-12-22 02:23:29] "GET /virtual-network/32d8be17-73ef-4994-984f-590b03dd1308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.014875 10.0.0.23 - - [2025-12-22 02:23:29] "DELETE /network-policy/af7d9049-4ed9-4930-b2d6-27883fa18128 HTTP/1.1" 200 115 0.060722 10.0.0.23 - - [2025-12-22 02:23:29] "POST /neutron/port HTTP/1.1" 200 1241 0.024235 10.0.0.23 - - [2025-12-22 02:23:29] "POST /neutron/port HTTP/1.1" 200 1231 0.020466 10.0.0.23 - - [2025-12-22 02:23:29] "POST /neutron/port HTTP/1.1" 200 1229 0.018031 10.0.0.23 - - [2025-12-22 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.65 - - [2025-12-22 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005132 10.0.0.65 - - [2025-12-22 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003198 10.0.0.65 - - [2025-12-22 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007610 10.0.0.65 - - [2025-12-22 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004749 10.0.0.23 - - [2025-12-22 02:23:31] "POST /neutron/network HTTP/1.1" 200 151 0.186851 10.0.0.23 - - [2025-12-22 02:23:31] "DELETE /route-target/30f7e63e-8ec0-45d5-b1b4-0a0d75bed71d HTTP/1.1" 200 115 0.041956 10.0.0.65 - - [2025-12-22 02:23:36] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.23 - - [2025-12-22 02:23:36] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068133 10.0.0.23 - - [2025-12-22 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.65 - - [2025-12-22 02:23:36] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.23 - - [2025-12-22 02:23:36] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011416 10.0.0.23 - - [2025-12-22 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.65 - - [2025-12-22 02:23:36] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001561 10.0.0.23 - - [2025-12-22 02:23:36] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058617 10.0.0.23 - - [2025-12-22 02:23:37] "GET /domains HTTP/1.1" 200 280 0.007170 10.0.0.65 - - [2025-12-22 02:23:37] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2025-12-22 02:23:37] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822 HTTP/1.1" 200 2582 0.009827 10.0.0.65 - - [2025-12-22 02:23:37] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001639 10.0.0.23 - - [2025-12-22 02:23:37] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd HTTP/1.1" 200 1900 0.089515 10.0.0.23 - - [2025-12-22 02:23:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003334 10.0.0.23 - - [2025-12-22 02:23:37] "POST /network-ipams HTTP/1.1" 200 609 0.029872 10.0.0.23 - - [2025-12-22 02:23:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003406 10.0.0.23 - - [2025-12-22 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.23 - - [2025-12-22 02:23:37] "GET /network-ipam/8bbe137f-7804-4318-8c46-8e918adf89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.007912 10.0.0.23 - - [2025-12-22 02:23:37] "PUT /network-ipam/8bbe137f-7804-4318-8c46-8e918adf89ed HTTP/1.1" 200 258 0.019933 10.0.0.23 - - [2025-12-22 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.65 - - [2025-12-22 02:23:37] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001918 10.0.0.23 - - [2025-12-22 02:23:38] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068149 10.0.0.23 - - [2025-12-22 02:23:38] "POST /neutron/network HTTP/1.1" 200 117 0.015259 10.0.0.65 - - [2025-12-22 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007742 10.0.0.23 - - [2025-12-22 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.244354 10.0.0.23 - - [2025-12-22 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003427 10.0.0.23 - - [2025-12-22 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.002169 10.0.0.23 - - [2025-12-22 02:23:38] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.010527 10.0.0.23 - - [2025-12-22 02:23:39] "POST /neutron/network HTTP/1.1" 200 1309 0.014819 10.0.0.23 - - [2025-12-22 02:23:39] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008484 10.0.0.23 - - [2025-12-22 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.011566 10.0.0.23 - - [2025-12-22 02:23:39] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006619 10.0.0.23 - - [2025-12-22 02:23:39] "GET /obj-perms HTTP/1.1" 200 5046 0.004168 10.0.0.22 - - [2025-12-22 02:23:39] "GET /obj-perms HTTP/1.1" 200 5046 0.004369 10.0.0.23 - - [2025-12-22 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.65 - - [2025-12-22 02:23:39] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001468 10.0.0.23 - - [2025-12-22 02:23:39] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054435 10.0.0.65 - - [2025-12-22 02:23:39] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.23 - - [2025-12-22 02:23:39] "POST /neutron/network HTTP/1.1" 200 619 0.149920 10.0.0.23 - - [2025-12-22 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.017898 10.0.0.65 - - [2025-12-22 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009162 10.0.0.23 - - [2025-12-22 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.202182 10.0.0.23 - - [2025-12-22 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001398 10.0.0.23 - - [2025-12-22 02:23:40] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006333 10.0.0.23 - - [2025-12-22 02:23:40] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005631 10.0.0.23 - - [2025-12-22 02:23:40] "POST /neutron/network HTTP/1.1" 200 1309 0.011484 10.0.0.23 - - [2025-12-22 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.009323 10.0.0.23 - - [2025-12-22 02:23:40] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007873 10.0.0.23 - - [2025-12-22 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.65 - - [2025-12-22 02:23:41] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.23 - - [2025-12-22 02:23:41] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056832 10.0.0.65 - - [2025-12-22 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007487 10.0.0.23 - - [2025-12-22 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.229776 10.0.0.23 - - [2025-12-22 02:23:42] "POST /neutron/network HTTP/1.1" 200 1309 0.013821 10.0.0.23 - - [2025-12-22 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001360 10.0.0.23 - - [2025-12-22 02:23:42] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005929 10.0.0.23 - - [2025-12-22 02:23:42] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005980 10.0.0.23 - - [2025-12-22 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.010635 10.0.0.23 - - [2025-12-22 02:23:42] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007183 10.0.0.65 - - [2025-12-22 02:23:42] "GET /obj-perms HTTP/1.1" 200 5046 0.054672 10.0.0.23 - - [2025-12-22 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.65 - - [2025-12-22 02:23:42] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.23 - - [2025-12-22 02:23:42] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082659 10.0.0.23 - - [2025-12-22 02:23:43] "POST /neutron/network HTTP/1.1" 200 117 0.020668 10.0.0.23 - - [2025-12-22 02:23:43] "POST /route-targets HTTP/1.1" 200 327 0.014202 10.0.0.65 - - [2025-12-22 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005928 10.0.0.23 - - [2025-12-22 02:23:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.217964 10.0.0.23 - - [2025-12-22 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.009283 10.0.0.23 - - [2025-12-22 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001463 10.0.0.23 - - [2025-12-22 02:23:43] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.011460 10.0.0.23 - - [2025-12-22 02:23:43] "POST /neutron/network HTTP/1.1" 200 1309 0.013517 10.0.0.23 - - [2025-12-22 02:23:43] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007513 10.0.0.23 - - [2025-12-22 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.010115 10.0.0.23 - - [2025-12-22 02:23:44] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006032 10.0.0.23 - - [2025-12-22 02:23:44] "GET /obj-perms HTTP/1.1" 200 5046 0.004479 10.0.0.22 - - [2025-12-22 02:23:44] "GET /obj-perms HTTP/1.1" 200 5046 0.003844 10.0.0.23 - - [2025-12-22 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003923 10.0.0.23 - - [2025-12-22 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.65 - - [2025-12-22 02:23:44] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2025-12-22 02:23:44] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067235 10.0.0.23 - - [2025-12-22 02:23:44] "POST /network-policys HTTP/1.1" 200 559 0.087868 10.0.0.23 - - [2025-12-22 02:23:44] "GET /network-policy/3b060d89-7ae0-41ef-a9a7-f90871f78253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006907 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003606 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.65 - - [2025-12-22 02:23:45] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.23 - - [2025-12-22 02:23:45] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043405 10.0.0.23 - - [2025-12-22 02:23:45] "POST /network-policys HTTP/1.1" 200 559 0.089034 10.0.0.23 - - [2025-12-22 02:23:45] "GET /network-policy/9e73e427-d0fd-4cbd-a758-a62331395c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007010 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.005220 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.65 - - [2025-12-22 02:23:45] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.23 - - [2025-12-22 02:23:45] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063889 10.0.0.23 - - [2025-12-22 02:23:45] "POST /network-policys HTTP/1.1" 200 559 0.108613 10.0.0.23 - - [2025-12-22 02:23:45] "GET /network-policy/71e8f2f6-102e-4b06-9021-a71332029845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.008941 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003658 10.0.0.23 - - [2025-12-22 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.65 - - [2025-12-22 02:23:46] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.23 - - [2025-12-22 02:23:46] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053750 10.0.0.23 - - [2025-12-22 02:23:46] "POST /network-policys HTTP/1.1" 200 559 0.083102 10.0.0.23 - - [2025-12-22 02:23:46] "GET /network-policy/aeaec491-3639-4d7b-984a-5396eeb607a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008569 10.0.0.23 - - [2025-12-22 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003722 10.0.0.23 - - [2025-12-22 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.65 - - [2025-12-22 02:23:46] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.23 - - [2025-12-22 02:23:46] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055394 10.0.0.23 - - [2025-12-22 02:23:46] "POST /network-policys HTTP/1.1" 200 559 0.076442 10.0.0.23 - - [2025-12-22 02:23:46] "GET /network-policy/3ecc84ac-812a-444f-bd3d-2419245c06e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006564 10.0.0.23 - - [2025-12-22 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003395 10.0.0.23 - - [2025-12-22 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006207 10.0.0.65 - - [2025-12-22 02:23:46] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.23 - - [2025-12-22 02:23:46] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050056 10.0.0.23 - - [2025-12-22 02:23:47] "POST /network-policys HTTP/1.1" 200 559 0.088917 10.0.0.23 - - [2025-12-22 02:23:47] "GET /network-policy/a2d693e7-e071-4613-b2ae-a0cee523936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008143 10.0.0.23 - - [2025-12-22 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.007890 10.0.0.23 - - [2025-12-22 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.65 - - [2025-12-22 02:23:47] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001846 10.0.0.23 - - [2025-12-22 02:23:47] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087013 10.0.0.23 - - [2025-12-22 02:23:47] "POST /network-policys HTTP/1.1" 200 559 0.083734 10.0.0.23 - - [2025-12-22 02:23:47] "GET /network-policy/f920e077-125b-4f6b-a246-d3a9a2146a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007905 10.0.0.23 - - [2025-12-22 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003423 10.0.0.23 - - [2025-12-22 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.65 - - [2025-12-22 02:23:47] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002175 10.0.0.23 - - [2025-12-22 02:23:47] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058500 10.0.0.23 - - [2025-12-22 02:23:48] "POST /network-policys HTTP/1.1" 200 559 0.082459 10.0.0.23 - - [2025-12-22 02:23:48] "GET /network-policy/2f6ab394-2105-46bc-ba6e-5377b747e29c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007585 10.0.0.23 - - [2025-12-22 02:23:48] "POST /neutron/network HTTP/1.1" 200 1494 0.132273 10.0.0.23 - - [2025-12-22 02:23:48] "POST /access-control-lists HTTP/1.1" 200 605 0.060468 10.0.0.23 - - [2025-12-22 02:23:48] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.015737 10.0.0.23 - - [2025-12-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.23 - - [2025-12-22 02:23:48] "GET /network-policy/3b060d89-7ae0-41ef-a9a7-f90871f78253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006564 10.0.0.23 - - [2025-12-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-12-22 02:23:48] "GET /network-policy/9e73e427-d0fd-4cbd-a758-a62331395c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005273 10.0.0.23 - - [2025-12-22 02:23:48] "POST /neutron/network HTTP/1.1" 200 1494 0.114541 10.0.0.23 - - [2025-12-22 02:23:48] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006122 10.0.0.23 - - [2025-12-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2025-12-22 02:23:49] "GET /network-policy/71e8f2f6-102e-4b06-9021-a71332029845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.009214 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.23 - - [2025-12-22 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.047986 10.0.0.23 - - [2025-12-22 02:23:49] "GET /network-policy/aeaec491-3639-4d7b-984a-5396eeb607a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.016660 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006463 10.0.0.23 - - [2025-12-22 02:23:49] "POST /neutron/network HTTP/1.1" 200 1494 0.110709 10.0.0.23 - - [2025-12-22 02:23:49] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007673 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2025-12-22 02:23:49] "GET /network-policy/3ecc84ac-812a-444f-bd3d-2419245c06e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005896 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005819 10.0.0.23 - - [2025-12-22 02:23:49] "GET /network-policy/a2d693e7-e071-4613-b2ae-a0cee523936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006189 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 248 0.016742 10.0.0.23 - - [2025-12-22 02:23:49] "POST /neutron/network HTTP/1.1" 200 1494 0.113591 10.0.0.23 - - [2025-12-22 02:23:49] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.015194 10.0.0.23 - - [2025-12-22 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.23 - - [2025-12-22 02:23:49] "GET /network-policy/2f6ab394-2105-46bc-ba6e-5377b747e29c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006350 10.0.0.23 - - [2025-12-22 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2025-12-22 02:23:50] "GET /network-policy/f920e077-125b-4f6b-a246-d3a9a2146a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007837 10.0.0.23 - - [2025-12-22 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.002318 10.0.0.65 - - [2025-12-22 02:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.65 - - [2025-12-22 02:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2025-12-22 02:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.22 - - [2025-12-22 02:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.22 - - [2025-12-22 02:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-12-22 02:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.65 - - [2025-12-22 02:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.65 - - [2025-12-22 02:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-22 02:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-22 02:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-22 02:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-22 02:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2025-12-22 02:24:24] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.23 - - [2025-12-22 02:24:24] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070447 10.0.0.23 - - [2025-12-22 02:24:24] "POST /neutron/network HTTP/1.1" 200 1494 0.014762 10.0.0.23 - - [2025-12-22 02:24:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001334 10.0.0.23 - - [2025-12-22 02:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.010303 10.0.0.65 - - [2025-12-22 02:24:24] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.65 - - [2025-12-22 02:24:25] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.23 - - [2025-12-22 02:24:25] "POST /neutron/port HTTP/1.1" 200 1170 0.648618 10.0.0.23 - - [2025-12-22 02:24:25] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.146715 10.0.0.23 - - [2025-12-22 02:24:25] "POST /neutron/port HTTP/1.1" 200 1170 0.037004 10.0.0.23 - - [2025-12-22 02:24:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010639 10.0.0.23 - - [2025-12-22 02:24:25] "POST /neutron/port HTTP/1.1" 200 1234 0.043637 10.0.0.23 - - [2025-12-22 02:24:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005964 10.0.0.65 - - [2025-12-22 02:24:26] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001773 10.0.0.23 - - [2025-12-22 02:24:26] "POST /neutron/network HTTP/1.1" 200 1494 0.019229 10.0.0.23 - - [2025-12-22 02:24:26] "PUT /access-control-list/6f91b7ad-98b5-4e20-b70b-4f345f4668e3 HTTP/1.1" 200 272 0.097498 10.0.0.23 - - [2025-12-22 02:24:26] "POST /neutron/port HTTP/1.1" 200 1170 0.730897 10.0.0.23 - - [2025-12-22 02:24:27] "POST /neutron/port HTTP/1.1" 200 1224 0.209431 10.0.0.23 - - [2025-12-22 02:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007946 10.0.0.23 - - [2025-12-22 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.003665 10.0.0.23 - - [2025-12-22 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016773 10.0.0.23 - - [2025-12-22 02:24:41] "POST /neutron/port HTTP/1.1" 200 1234 0.044122 10.0.0.23 - - [2025-12-22 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008091 10.0.0.23 - - [2025-12-22 02:24:56] "POST /neutron/port HTTP/1.1" 200 1234 0.019873 10.0.0.23 - - [2025-12-22 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013971 10.0.0.23 - - [2025-12-22 02:25:11] "POST /neutron/port HTTP/1.1" 200 1234 0.021393 10.0.0.23 - - [2025-12-22 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007787 10.0.0.23 - - [2025-12-22 02:25:27] "POST /neutron/port HTTP/1.1" 200 1234 0.023038 10.0.0.23 - - [2025-12-22 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008904 10.0.0.23 - - [2025-12-22 02:25:27] "GET /virtual-machine/9d05871d-9b6b-4961-87f0-cff074f7f992 HTTP/1.1" 200 1300 0.006533 10.0.0.23 - - [2025-12-22 02:25:27] "GET /virtual-machine-interface/94f525b4-c246-4025-9a3e-2266baddf048 HTTP/1.1" 200 3185 0.005757 10.0.0.23 - - [2025-12-22 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-12-22 02:25:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004633 10.0.0.23 - - [2025-12-22 02:25:27] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003448 10.0.0.23 - - [2025-12-22 02:25:27] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005984 10.0.0.23 - - [2025-12-22 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-12-22 02:25:30] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007360 10.0.0.23 - - [2025-12-22 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-12-22 02:25:34] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006106 10.0.0.23 - - [2025-12-22 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2025-12-22 02:25:38] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009522 10.0.0.23 - - [2025-12-22 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2025-12-22 02:25:42] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009492 10.0.0.23 - - [2025-12-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005941 10.0.0.23 - - [2025-12-22 02:25:46] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005663 10.0.0.23 - - [2025-12-22 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.23 - - [2025-12-22 02:25:51] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008278 10.0.0.23 - - [2025-12-22 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2025-12-22 02:25:55] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006841 10.0.0.23 - - [2025-12-22 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-12-22 02:25:59] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007256 10.0.0.23 - - [2025-12-22 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2025-12-22 02:26:03] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007215 10.0.0.23 - - [2025-12-22 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.23 - - [2025-12-22 02:26:05] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005576 10.0.0.23 - - [2025-12-22 02:26:05] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003892 10.0.0.23 - - [2025-12-22 02:26:05] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008207 10.0.0.23 - - [2025-12-22 02:26:05] "POST /neutron/port HTTP/1.1" 200 1234 0.027413 10.0.0.23 - - [2025-12-22 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009754 10.0.0.23 - - [2025-12-22 02:26:11] "POST /neutron/network HTTP/1.1" 200 1504 0.008090 10.0.0.23 - - [2025-12-22 02:26:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.021845 10.0.0.23 - - [2025-12-22 02:26:11] "POST /neutron/network HTTP/1.1" 200 1494 0.013036 10.0.0.23 - - [2025-12-22 02:26:14] "POST /neutron/network HTTP/1.1" 200 1504 0.009195 10.0.0.23 - - [2025-12-22 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018879 10.0.0.23 - - [2025-12-22 02:26:14] "POST /neutron/network HTTP/1.1" 200 1494 0.015896 10.0.0.65 - - [2025-12-22 02:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.112156 10.0.0.23 - - [2025-12-22 02:26:17] "POST /neutron/port HTTP/1.1" 200 1234 0.333041 10.0.0.23 - - [2025-12-22 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016792 10.0.0.23 - - [2025-12-22 02:26:26] "POST /neutron/port HTTP/1.1" 200 1234 0.026158 10.0.0.23 - - [2025-12-22 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008396 10.0.0.23 - - [2025-12-22 02:26:31] "POST /neutron/port HTTP/1.1" 200 1234 0.023310 10.0.0.23 - - [2025-12-22 02:26:31] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 200 1300 0.006361 10.0.0.23 - - [2025-12-22 02:26:31] "GET /virtual-machine-interface/c7a3077e-c053-4bc6-90ca-f69d98e0e1e4 HTTP/1.1" 200 3185 0.006101 10.0.0.23 - - [2025-12-22 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2025-12-22 02:26:31] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.23 - - [2025-12-22 02:26:31] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003739 10.0.0.23 - - [2025-12-22 02:26:31] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006646 10.0.0.23 - - [2025-12-22 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.23 - - [2025-12-22 02:26:32] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005888 10.0.0.23 - - [2025-12-22 02:26:32] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004159 10.0.0.23 - - [2025-12-22 02:26:32] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006225 10.0.0.23 - - [2025-12-22 02:26:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008458 10.0.0.23 - - [2025-12-22 02:26:38] "POST /neutron/port HTTP/1.1" 200 1234 0.020615 10.0.0.23 - - [2025-12-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.028665 10.0.0.23 - - [2025-12-22 02:26:38] "GET /network-policy/71e8f2f6-102e-4b06-9021-a71332029845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004303 10.0.0.23 - - [2025-12-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2025-12-22 02:26:38] "GET /network-policy/aeaec491-3639-4d7b-984a-5396eeb607a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005326 10.0.0.23 - - [2025-12-22 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007812 10.0.0.23 - - [2025-12-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2025-12-22 02:26:38] "GET /network-policy/3b060d89-7ae0-41ef-a9a7-f90871f78253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004690 10.0.0.23 - - [2025-12-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.23 - - [2025-12-22 02:26:39] "GET /network-policy/9e73e427-d0fd-4cbd-a758-a62331395c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005358 10.0.0.23 - - [2025-12-22 02:26:59] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 200 1300 0.036983 10.0.0.23 - - [2025-12-22 02:27:00] "POST /neutron/port HTTP/1.1" 200 151 0.277254 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003462 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003801 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.004651 10.0.0.23 - - [2025-12-22 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.23 - - [2025-12-22 02:27:01] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004520 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004358 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009080 10.0.0.23 - - [2025-12-22 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.23 - - [2025-12-22 02:27:01] "GET /routing-instance/9c4d1151-6111-445d-9bc9-8e9309743fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006926 10.0.0.23 - - [2025-12-22 02:27:01] "GET /route-target/89ff5e46-a095-4e84-bdfe-1d9fd79f4f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005325 10.0.0.23 - - [2025-12-22 02:27:01] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003772 10.0.0.23 - - [2025-12-22 02:27:02] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.004733 10.0.0.23 - - [2025-12-22 02:27:03] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003978 10.0.0.23 - - [2025-12-22 02:27:04] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003887 10.0.0.23 - - [2025-12-22 02:27:05] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.004110 10.0.0.23 - - [2025-12-22 02:27:06] "GET /virtual-machine/1121b0f8-5692-4cc2-a9ba-95d011cd6b24 HTTP/1.1" 404 171 0.003860 10.0.0.23 - - [2025-12-22 02:27:06] "GET /obj-perms HTTP/1.1" 200 5046 0.046282 10.0.0.65 - - [2025-12-22 02:27:13] "GET /obj-perms HTTP/1.1" 200 5046 0.005275 10.0.0.23 - - [2025-12-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5046 0.005385 10.0.0.23 - - [2025-12-22 02:27:16] "POST /neutron/network HTTP/1.1" 200 1504 0.031013 10.0.0.23 - - [2025-12-22 02:27:16] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016573 10.0.0.23 - - [2025-12-22 02:27:16] "POST /neutron/network HTTP/1.1" 200 1494 0.013345 10.0.0.22 - - [2025-12-22 02:27:18] "GET /obj-perms HTTP/1.1" 200 5056 0.067909 10.0.0.65 - - [2025-12-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004214 10.0.0.23 - - [2025-12-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004218 10.0.0.23 - - [2025-12-22 02:27:19] "GET /virtual-machine/9d05871d-9b6b-4961-87f0-cff074f7f992 HTTP/1.1" 200 1300 0.006119 10.0.0.23 - - [2025-12-22 02:27:20] "POST /neutron/port HTTP/1.1" 200 151 0.331681 10.0.0.23 - - [2025-12-22 02:27:21] "GET /virtual-machine/9d05871d-9b6b-4961-87f0-cff074f7f992 HTTP/1.1" 404 171 0.004671 10.0.0.23 - - [2025-12-22 02:27:21] "GET /virtual-machine/9d05871d-9b6b-4961-87f0-cff074f7f992 HTTP/1.1" 404 171 0.003822 10.0.0.23 - - [2025-12-22 02:27:21] "GET /virtual-machine/9d05871d-9b6b-4961-87f0-cff074f7f992 HTTP/1.1" 404 171 0.002860 10.0.0.23 - - [2025-12-22 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-12-22 02:27:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.23 - - [2025-12-22 02:27:21] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004724 10.0.0.23 - - [2025-12-22 02:27:21] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005668 10.0.0.23 - - [2025-12-22 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2025-12-22 02:27:21] "GET /routing-instance/35b11b9b-b341-4df1-8536-1b75e26db60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004806 10.0.0.23 - - [2025-12-22 02:27:21] "GET /route-target/767efd5a-76e4-4fbd-b762-173c084a7f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005614 10.0.0.65 - - [2025-12-22 02:27:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004328 10.0.0.23 - - [2025-12-22 02:27:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004208 10.0.0.65 - - [2025-12-22 02:27:34] "GET /obj-perms HTTP/1.1" 200 5046 0.006233 10.0.0.23 - - [2025-12-22 02:27:37] "GET /obj-perms HTTP/1.1" 200 5046 0.005768 10.0.0.65 - - [2025-12-22 02:27:43] "GET /obj-perms HTTP/1.1" 200 5046 0.005351 10.0.0.23 - - [2025-12-22 02:27:46] "GET /obj-perms HTTP/1.1" 200 5046 0.006798 10.0.0.23 - - [2025-12-22 02:27:49] "GET /obj-perms HTTP/1.1" 200 5046 0.004761 10.0.0.65 - - [2025-12-22 02:27:49] "GET /obj-perms HTTP/1.1" 200 5046 0.004382 10.0.0.23 - - [2025-12-22 02:27:49] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007056 10.0.0.23 - - [2025-12-22 02:27:49] "POST /neutron/network HTTP/1.1" 200 1309 0.026432 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/2cabd665-df78-406c-afed-ddf5ac8ee012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009793 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006380 10.0.0.23 - - [2025-12-22 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.064212 10.0.0.23 - - [2025-12-22 02:27:50] "POST /neutron/network HTTP/1.1" 200 1309 0.014167 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/6e657aec-2002-4c72-9596-c619519dfbdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.016863 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006168 10.0.0.23 - - [2025-12-22 02:27:50] "DELETE /access-control-list/6f91b7ad-98b5-4e20-b70b-4f345f4668e3 HTTP/1.1" 200 115 0.068865 10.0.0.23 - - [2025-12-22 02:27:50] "POST /neutron/network HTTP/1.1" 200 1309 0.043791 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/1b93819f-3a41-4157-be70-fefcd9fb0a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008051 10.0.0.23 - - [2025-12-22 02:27:50] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006196 10.0.0.23 - - [2025-12-22 02:27:51] "POST /neutron/network HTTP/1.1" 200 1309 0.028165 10.0.0.23 - - [2025-12-22 02:27:51] "GET /virtual-network/76632ba4-cb0c-456d-9ce2-fb20bea04786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007558 10.0.0.23 - - [2025-12-22 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.056941 10.0.0.23 - - [2025-12-22 02:27:51] "DELETE /network-policy/2f6ab394-2105-46bc-ba6e-5377b747e29c HTTP/1.1" 200 115 0.094932 10.0.0.23 - - [2025-12-22 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006473 10.0.0.65 - - [2025-12-22 02:27:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.033714 10.0.0.23 - - [2025-12-22 02:27:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088124 10.0.0.23 - - [2025-12-22 02:27:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006941 10.0.0.23 - - [2025-12-22 02:27:51] "DELETE /network-policy/f920e077-125b-4f6b-a246-d3a9a2146a0c HTTP/1.1" 200 115 0.051353 10.0.0.23 - - [2025-12-22 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019 10.0.0.65 - - [2025-12-22 02:27:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.23 - - [2025-12-22 02:27:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067884 10.0.0.23 - - [2025-12-22 02:27:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.008265 10.0.0.23 - - [2025-12-22 02:27:51] "DELETE /network-policy/a2d693e7-e071-4613-b2ae-a0cee523936e HTTP/1.1" 200 115 0.045874 10.0.0.23 - - [2025-12-22 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006449 10.0.0.65 - - [2025-12-22 02:27:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002275 10.0.0.23 - - [2025-12-22 02:27:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056844 10.0.0.23 - - [2025-12-22 02:27:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005945 10.0.0.23 - - [2025-12-22 02:27:51] "DELETE /network-policy/3ecc84ac-812a-444f-bd3d-2419245c06e6 HTTP/1.1" 200 115 0.041073 10.0.0.23 - - [2025-12-22 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.65 - - [2025-12-22 02:27:52] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.23 - - [2025-12-22 02:27:52] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053279 10.0.0.23 - - [2025-12-22 02:27:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006760 10.0.0.23 - - [2025-12-22 02:27:52] "DELETE /network-policy/aeaec491-3639-4d7b-984a-5396eeb607a6 HTTP/1.1" 200 115 0.060126 10.0.0.23 - - [2025-12-22 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.65 - - [2025-12-22 02:27:52] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001737 10.0.0.23 - - [2025-12-22 02:27:52] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047086 10.0.0.23 - - [2025-12-22 02:27:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005606 10.0.0.23 - - [2025-12-22 02:27:52] "DELETE /network-policy/71e8f2f6-102e-4b06-9021-a71332029845 HTTP/1.1" 200 115 0.053796 10.0.0.23 - - [2025-12-22 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.65 - - [2025-12-22 02:27:52] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001677 10.0.0.23 - - [2025-12-22 02:27:52] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054716 10.0.0.23 - - [2025-12-22 02:27:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.007072 10.0.0.23 - - [2025-12-22 02:27:52] "DELETE /network-policy/9e73e427-d0fd-4cbd-a758-a62331395c07 HTTP/1.1" 200 115 0.046454 10.0.0.23 - - [2025-12-22 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006513 10.0.0.65 - - [2025-12-22 02:27:52] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001761 10.0.0.23 - - [2025-12-22 02:27:52] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060698 10.0.0.23 - - [2025-12-22 02:27:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007606 10.0.0.23 - - [2025-12-22 02:27:52] "DELETE /network-policy/3b060d89-7ae0-41ef-a9a7-f90871f78253 HTTP/1.1" 200 115 0.052925 10.0.0.23 - - [2025-12-22 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.65 - - [2025-12-22 02:27:53] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001782 10.0.0.23 - - [2025-12-22 02:27:53] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063726 10.0.0.23 - - [2025-12-22 02:27:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-09495670&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007353 10.0.0.23 - - [2025-12-22 02:27:53] "POST /neutron/network HTTP/1.1" 200 1309 0.012573 10.0.0.23 - - [2025-12-22 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004381 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006715 10.0.0.23 - - [2025-12-22 02:27:54] "DELETE /route-target/89ff5e46-a095-4e84-bdfe-1d9fd79f4f8a HTTP/1.1" 200 115 0.039231 10.0.0.65 - - [2025-12-22 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006249 10.0.0.23 - - [2025-12-22 02:27:54] "POST /neutron/network HTTP/1.1" 200 151 0.198771 10.0.0.23 - - [2025-12-22 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-22 02:27:54] "DELETE /network-ipam/8bbe137f-7804-4318-8c46-8e918adf89ed HTTP/1.1" 200 115 0.038115 10.0.0.23 - - [2025-12-22 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.004135 10.0.0.65 - - [2025-12-22 02:27:54] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.65 - - [2025-12-22 02:27:54] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.051144 10.0.0.65 - - [2025-12-22 02:27:54] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.65 - - [2025-12-22 02:27:54] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?fields=security_groups HTTP/1.1" 200 1387 0.049086 10.0.0.65 - - [2025-12-22 02:27:55] "DELETE /security-group/121cc152-5c69-444a-8de5-f9ba8d8d556b HTTP/1.1" 200 115 0.065854 10.0.0.65 - - [2025-12-22 02:27:55] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001718 10.0.0.23 - - [2025-12-22 02:27:55] "DELETE /access-control-list/9a6750e2-2495-4ace-a0d3-05ae8a1b8fde HTTP/1.1" 200 115 0.048553 10.0.0.65 - - [2025-12-22 02:27:55] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?fields=application_policy_sets HTTP/1.1" 200 1426 0.098910 10.0.0.23 - - [2025-12-22 02:27:55] "DELETE /project/691a0d26-a0c2-4755-a769-dc40a26464cd HTTP/1.1" 200 115 0.502493 10.0.0.65 - - [2025-12-22 02:27:55] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.23 - - [2025-12-22 02:27:55] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?fields=projects HTTP/1.1" 200 1245 0.011013 10.0.0.23 - - [2025-12-22 02:28:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.004204 10.0.0.65 - - [2025-12-22 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.001825 10.0.0.65 - - [2025-12-22 02:28:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.010340 10.0.0.65 - - [2025-12-22 02:28:00] "POST /security-groups HTTP/1.1" 200 599 0.048678 10.0.0.65 - - [2025-12-22 02:28:01] "POST /projects HTTP/1.1" 200 601 0.315807 10.0.0.23 - - [2025-12-22 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.351621 10.0.0.23 - - [2025-12-22 02:28:01] "POST /access-control-lists HTTP/1.1" 200 604 0.032931 10.0.0.65 - - [2025-12-22 02:28:01] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001830 10.0.0.23 - - [2025-12-22 02:28:01] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079762 10.0.0.23 - - [2025-12-22 02:28:01] "POST /network-policys HTTP/1.1" 200 559 0.077383 10.0.0.23 - - [2025-12-22 02:28:01] "GET /network-policy/977cc8ee-505c-495d-8e92-c3fef93827e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006890 10.0.0.23 - - [2025-12-22 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.65 - - [2025-12-22 02:28:01] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.23 - - [2025-12-22 02:28:01] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072667 10.0.0.23 - - [2025-12-22 02:28:01] "POST /neutron/network HTTP/1.1" 200 117 0.014964 10.0.0.23 - - [2025-12-22 02:28:01] "POST /route-targets HTTP/1.1" 200 327 0.016305 10.0.0.23 - - [2025-12-22 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.014194 10.0.0.65 - - [2025-12-22 02:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004019 10.0.0.23 - - [2025-12-22 02:28:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.219026 10.0.0.23 - - [2025-12-22 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001761 10.0.0.23 - - [2025-12-22 02:28:02] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006016 10.0.0.23 - - [2025-12-22 02:28:02] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005630 10.0.0.23 - - [2025-12-22 02:28:02] "POST /neutron/network HTTP/1.1" 200 1006 0.010427 10.0.0.23 - - [2025-12-22 02:28:02] "POST /neutron/network HTTP/1.1" 200 1006 0.011874 10.0.0.23 - - [2025-12-22 02:28:02] "POST /access-control-lists HTTP/1.1" 200 599 0.063208 10.0.0.23 - - [2025-12-22 02:28:02] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008497 10.0.0.23 - - [2025-12-22 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.23 - - [2025-12-22 02:28:02] "GET /network-policy/977cc8ee-505c-495d-8e92-c3fef93827e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004596 10.0.0.23 - - [2025-12-22 02:28:02] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006022 10.0.0.22 - - [2025-12-22 02:28:02] "GET /obj-perms HTTP/1.1" 200 5046 0.052804 10.0.0.23 - - [2025-12-22 02:28:03] "POST /id-to-fqname HTTP/1.1" 200 229 0.001341 10.0.0.23 - - [2025-12-22 02:28:03] "POST /neutron/network HTTP/1.1" 200 1115 0.011390 10.0.0.65 - - [2025-12-22 02:28:03] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001723 10.0.0.23 - - [2025-12-22 02:28:03] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086397 10.0.0.23 - - [2025-12-22 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.008274 10.0.0.23 - - [2025-12-22 02:28:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001632 10.0.0.23 - - [2025-12-22 02:28:04] "POST /neutron/network HTTP/1.1" 200 1115 0.007673 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/port HTTP/1.1" 200 1173 0.033256 10.0.0.65 - - [2025-12-22 02:28:05] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.23 - - [2025-12-22 02:28:05] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.102148 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/port HTTP/1.1" 200 1237 0.025830 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 1376 0.013393 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.007950 10.0.0.23 - - [2025-12-22 02:28:05] "POST /neutron/network HTTP/1.1" 200 1115 0.007321 10.0.0.23 - - [2025-12-22 02:28:06] "POST /neutron/port HTTP/1.1" 200 1173 0.028085 10.0.0.23 - - [2025-12-22 02:28:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004644 10.0.0.23 - - [2025-12-22 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.001774 10.0.0.23 - - [2025-12-22 02:28:10] "POST /neutron/port HTTP/1.1" 200 1237 0.020097 10.0.0.23 - - [2025-12-22 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010761 10.0.0.23 - - [2025-12-22 02:28:10] "GET /virtual-machine/94140fa7-7282-45d6-8323-4376c9b478a4 HTTP/1.1" 200 1300 0.007948 10.0.0.23 - - [2025-12-22 02:28:10] "GET /virtual-machine-interface/86292d19-3b9c-4300-a7c4-20f6641a472e HTTP/1.1" 200 3178 0.009278 10.0.0.23 - - [2025-12-22 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.23 - - [2025-12-22 02:28:10] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006993 10.0.0.23 - - [2025-12-22 02:28:11] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005370 10.0.0.23 - - [2025-12-22 02:28:11] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008644 10.0.0.23 - - [2025-12-22 02:28:13] "POST /neutron/port HTTP/1.1" 200 1237 0.052553 10.0.0.23 - - [2025-12-22 02:28:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005671 10.0.0.23 - - [2025-12-22 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.001718 10.0.0.23 - - [2025-12-22 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006639 10.0.0.23 - - [2025-12-22 02:28:14] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.010220 10.0.0.23 - - [2025-12-22 02:28:17] "POST /neutron/port HTTP/1.1" 200 1237 0.030199 10.0.0.23 - - [2025-12-22 02:28:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.23 - - [2025-12-22 02:28:18] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.23 - - [2025-12-22 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2025-12-22 02:28:18] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008668 10.0.0.65 - - [2025-12-22 02:28:19] "DELETE /project/691a0d26a0c24755a769dc40a26464cd HTTP/1.1" 404 173 0.046411 10.0.0.23 - - [2025-12-22 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2025-12-22 02:28:22] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008915 10.0.0.23 - - [2025-12-22 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2025-12-22 02:28:26] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006712 10.0.0.23 - - [2025-12-22 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-12-22 02:28:30] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007835 10.0.0.23 - - [2025-12-22 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2025-12-22 02:28:34] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005999 10.0.0.23 - - [2025-12-22 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2025-12-22 02:28:38] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005872 10.0.0.23 - - [2025-12-22 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2025-12-22 02:28:42] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006768 10.0.0.23 - - [2025-12-22 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.23 - - [2025-12-22 02:28:46] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007166 10.0.0.23 - - [2025-12-22 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.23 - - [2025-12-22 02:28:48] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005034 10.0.0.23 - - [2025-12-22 02:28:48] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004223 10.0.0.23 - - [2025-12-22 02:28:49] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006578 10.0.0.23 - - [2025-12-22 02:28:49] "POST /neutron/port HTTP/1.1" 200 1237 0.024146 10.0.0.23 - - [2025-12-22 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010164 10.0.0.23 - - [2025-12-22 02:29:01] "POST /neutron/port HTTP/1.1" 200 1237 0.021527 10.0.0.23 - - [2025-12-22 02:29:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010671 10.0.0.65 - - [2025-12-22 02:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000719 10.0.0.65 - - [2025-12-22 02:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-12-22 02:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-12-22 02:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.22 - - [2025-12-22 02:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.22 - - [2025-12-22 02:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-12-22 02:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2025-12-22 02:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-12-22 02:29:10] "POST /neutron/port HTTP/1.1" 200 1237 0.021653 10.0.0.23 - - [2025-12-22 02:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-22 02:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2025-12-22 02:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-22 02:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-12-22 02:29:14] "POST /neutron/port HTTP/1.1" 200 1237 0.020897 10.0.0.23 - - [2025-12-22 02:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.23 - - [2025-12-22 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.23 - - [2025-12-22 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007839 10.0.0.23 - - [2025-12-22 02:29:15] "POST /neutron/port HTTP/1.1" 200 1237 0.021436 10.0.0.23 - - [2025-12-22 02:29:15] "GET /virtual-machine/80f97919-0df7-486c-bf35-2304bb63d78c HTTP/1.1" 200 1300 0.005541 10.0.0.23 - - [2025-12-22 02:29:15] "GET /virtual-machine-interface/0ae2fb00-cd6b-49a9-9b72-2198313cef98 HTTP/1.1" 200 3177 0.005280 10.0.0.23 - - [2025-12-22 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-22 02:29:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004127 10.0.0.23 - - [2025-12-22 02:29:15] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003478 10.0.0.23 - - [2025-12-22 02:29:15] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008807 10.0.0.23 - - [2025-12-22 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2025-12-22 02:29:16] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005281 10.0.0.23 - - [2025-12-22 02:29:16] "GET /virtual-networks?parent_id=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003904 10.0.0.23 - - [2025-12-22 02:29:16] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008508 10.0.0.23 - - [2025-12-22 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011254 10.0.0.23 - - [2025-12-22 02:29:18] "POST /neutron/network HTTP/1.1" 200 1115 0.010800 10.0.0.23 - - [2025-12-22 02:29:18] "POST /neutron/subnet HTTP/1.1" 200 1376 0.015197 10.0.0.23 - - [2025-12-22 02:29:18] "POST /neutron/network HTTP/1.1" 200 1105 0.012038 10.0.0.23 - - [2025-12-22 02:29:20] "GET /obj-perms HTTP/1.1" 200 5056 0.060810 10.0.0.23 - - [2025-12-22 02:29:45] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006191 10.0.0.23 - - [2025-12-22 02:29:46] "POST /neutron/network HTTP/1.1" 200 1006 0.019226 10.0.0.23 - - [2025-12-22 02:29:46] "GET /virtual-network/6ac6d137-00dd-49ed-bfb8-d904331ce94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006558 10.0.0.23 - - [2025-12-22 02:29:46] "POST /neutron/port HTTP/1.1" 200 1237 0.021306 10.0.0.23 - - [2025-12-22 02:29:46] "POST /neutron/port HTTP/1.1" 200 151 0.375015 10.0.0.23 - - [2025-12-22 02:29:48] "POST /neutron/network HTTP/1.1" 200 1006 0.012246 10.0.0.23 - - [2025-12-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.036751 10.0.0.23 - - [2025-12-22 02:29:48] "DELETE /network-policy/977cc8ee-505c-495d-8e92-c3fef93827e1 HTTP/1.1" 200 115 0.044019 10.0.0.65 - - [2025-12-22 02:29:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.23 - - [2025-12-22 02:29:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071554 10.0.0.65 - - [2025-12-22 02:29:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.23 - - [2025-12-22 02:29:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?fields=virtual_networks HTTP/1.1" 200 1048 0.051537 10.0.0.65 - - [2025-12-22 02:29:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.23 - - [2025-12-22 02:29:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038176 10.0.0.65 - - [2025-12-22 02:29:51] "GET /projects?obj_uuids=691a0d26-a0c2-4755-a769-dc40a26464cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.23 - - [2025-12-22 02:29:51] "GET /project/691a0d26-a0c2-4755-a769-dc40a26464cd?fields=security_groups HTTP/1.1" 200 1282 0.057418 10.0.0.23 - - [2025-12-22 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.038618 10.0.0.65 - - [2025-12-22 02:29:52] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003864 10.0.0.65 - - [2025-12-22 02:29:52] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.65 - - [2025-12-22 02:29:52] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010413 10.0.0.65 - - [2025-12-22 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 204 0.008281 10.0.0.65 - - [2025-12-22 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 213 0.005671 10.0.0.65 - - [2025-12-22 02:29:52] "POST /security-groups HTTP/1.1" 200 605 0.086543 10.0.0.65 - - [2025-12-22 02:29:52] "POST /projects HTTP/1.1" 200 613 0.323551 10.0.0.65 - - [2025-12-22 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.354913 10.0.0.23 - - [2025-12-22 02:29:52] "POST /access-control-lists HTTP/1.1" 200 610 0.028874 10.0.0.23 - - [2025-12-22 02:29:53] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.530865 10.0.0.23 - - [2025-12-22 02:29:54] "GET / HTTP/1.1" 200 35931 0.001567 10.0.0.23 - - [2025-12-22 02:29:57] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000661 10.0.0.65 - - [2025-12-22 02:29:57] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001472 10.0.0.23 - - [2025-12-22 02:29:57] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.086705 10.0.0.23 - - [2025-12-22 02:29:58] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.23 - - [2025-12-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2025-12-22 02:29:58] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.23 - - [2025-12-22 02:29:58] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009402 10.0.0.23 - - [2025-12-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.65 - - [2025-12-22 02:29:58] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001224 10.0.0.23 - - [2025-12-22 02:29:58] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.054752 10.0.0.23 - - [2025-12-22 02:30:00] "GET /domains HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-22 02:30:00] "GET /domains HTTP/1.1" 200 280 0.030383 10.0.0.65 - - [2025-12-22 02:30:00] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001743 10.0.0.23 - - [2025-12-22 02:30:00] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822 HTTP/1.1" 200 2782 0.014803 10.0.0.65 - - [2025-12-22 02:30:00] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002161 10.0.0.23 - - [2025-12-22 02:30:00] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed HTTP/1.1" 200 1937 0.096488 10.0.0.23 - - [2025-12-22 02:30:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005154 10.0.0.23 - - [2025-12-22 02:30:00] "POST /network-ipams HTTP/1.1" 200 627 0.032267 10.0.0.23 - - [2025-12-22 02:30:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.005865 10.0.0.23 - - [2025-12-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.23 - - [2025-12-22 02:30:00] "GET /network-ipam/811cc113-948b-42cc-b285-4fbe86b8af1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009868 10.0.0.23 - - [2025-12-22 02:30:00] "PUT /network-ipam/811cc113-948b-42cc-b285-4fbe86b8af1c HTTP/1.1" 200 258 0.017190 10.0.0.23 - - [2025-12-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000784 10.0.0.23 - - [2025-12-22 02:30:01] "DELETE /access-control-list/1ea7ce51-b256-4f8a-9fd4-cfc855eb2ed5 HTTP/1.1" 200 115 0.064258 10.0.0.23 - - [2025-12-22 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.047220 10.0.0.65 - - [2025-12-22 02:30:01] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001831 10.0.0.23 - - [2025-12-22 02:30:01] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.080425 10.0.0.65 - - [2025-12-22 02:30:01] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001229 10.0.0.23 - - [2025-12-22 02:30:01] "POST /neutron/network HTTP/1.1" 200 625 0.171927 10.0.0.23 - - [2025-12-22 02:30:01] "POST /ref-update HTTP/1.1" 200 156 0.033619 10.0.0.23 - - [2025-12-22 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.006392 10.0.0.23 - - [2025-12-22 02:30:02] "POST /neutron/network HTTP/1.1" 200 1141 0.014057 10.0.0.23 - - [2025-12-22 02:30:02] "POST /id-to-fqname HTTP/1.1" 200 237 0.001290 10.0.0.23 - - [2025-12-22 02:30:02] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006137 10.0.0.23 - - [2025-12-22 02:30:02] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005915 10.0.0.23 - - [2025-12-22 02:30:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.013637 10.0.0.23 - - [2025-12-22 02:30:02] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007115 10.0.0.65 - - [2025-12-22 02:30:04] "GET /obj-perms HTTP/1.1" 200 5021 0.059553 10.0.0.23 - - [2025-12-22 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.004265 10.0.0.23 - - [2025-12-22 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.65 - - [2025-12-22 02:30:04] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002004 10.0.0.23 - - [2025-12-22 02:30:04] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.058776 10.0.0.23 - - [2025-12-22 02:30:04] "POST /network-policys HTTP/1.1" 200 565 0.035778 10.0.0.23 - - [2025-12-22 02:30:04] "GET /network-policy/cbc85f81-8f67-4193-a584-96cded33d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006755 10.0.0.23 - - [2025-12-22 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.004134 10.0.0.23 - - [2025-12-22 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009836 10.0.0.65 - - [2025-12-22 02:30:04] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001179 10.0.0.23 - - [2025-12-22 02:30:04] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.049654 10.0.0.23 - - [2025-12-22 02:30:04] "POST /network-policys HTTP/1.1" 200 565 0.034193 10.0.0.23 - - [2025-12-22 02:30:04] "GET /network-policy/b1bc42b1-6991-4168-baa4-43d1cdea97aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.008428 10.0.0.23 - - [2025-12-22 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.003668 10.0.0.23 - - [2025-12-22 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.65 - - [2025-12-22 02:30:05] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001137 10.0.0.23 - - [2025-12-22 02:30:05] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.056072 10.0.0.23 - - [2025-12-22 02:30:05] "POST /network-policys HTTP/1.1" 200 565 0.046775 10.0.0.23 - - [2025-12-22 02:30:05] "GET /network-policy/f6768890-7930-4916-a6f4-16e09ed0e37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007791 10.0.0.23 - - [2025-12-22 02:30:05] "POST /neutron/network HTTP/1.1" 200 1339 0.128626 10.0.0.23 - - [2025-12-22 02:30:05] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006059 10.0.0.23 - - [2025-12-22 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2025-12-22 02:30:05] "GET /network-policy/b1bc42b1-6991-4168-baa4-43d1cdea97aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004611 10.0.0.23 - - [2025-12-22 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.23 - - [2025-12-22 02:30:05] "GET /network-policy/cbc85f81-8f67-4193-a584-96cded33d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007333 10.0.0.23 - - [2025-12-22 02:30:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001863 10.0.0.65 - - [2025-12-22 02:30:06] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001179 10.0.0.23 - - [2025-12-22 02:30:06] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.078677 10.0.0.23 - - [2025-12-22 02:30:07] "POST /neutron/network HTTP/1.1" 200 1339 0.034348 10.0.0.23 - - [2025-12-22 02:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.009115 10.0.0.23 - - [2025-12-22 02:30:07] "PUT /access-control-list/416a8220-3d1b-4e6e-99be-1436ffabd69b HTTP/1.1" 200 272 0.018194 10.0.0.23 - - [2025-12-22 02:30:07] "POST /neutron/port HTTP/1.1" 200 1180 0.028221 10.0.0.23 - - [2025-12-22 02:30:08] "POST /neutron/port HTTP/1.1" 200 1244 0.021502 10.0.0.23 - - [2025-12-22 02:30:08] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014834 10.0.0.23 - - [2025-12-22 02:30:08] "POST /neutron/network HTTP/1.1" 200 1339 0.012851 10.0.0.23 - - [2025-12-22 02:30:12] "POST /neutron/port HTTP/1.1" 200 1244 0.021923 10.0.0.23 - - [2025-12-22 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008407 10.0.0.23 - - [2025-12-22 02:30:12] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2025-12-22 02:30:12] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 200 1307 0.032409 10.0.0.23 - - [2025-12-22 02:30:12] "GET /virtual-machine-interface/1da3e6cb-d260-43c6-9fc5-61f75311128e HTTP/1.1" 200 3177 0.006707 10.0.0.23 - - [2025-12-22 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2025-12-22 02:30:12] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005080 10.0.0.23 - - [2025-12-22 02:30:12] "GET /virtual-networks?parent_id=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003639 10.0.0.23 - - [2025-12-22 02:30:13] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008427 10.0.0.23 - - [2025-12-22 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-22 02:30:16] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006091 10.0.0.65 - - [2025-12-22 02:30:19] "DELETE /project/691a0d26-a0c2-4755-a769-dc40a26464cd HTTP/1.1" 404 177 0.003526 10.0.0.65 - - [2025-12-22 02:30:19] "DELETE /project/eec2cbdde08b4e4aa9ea28dc440dd7ed HTTP/1.1" 404 173 0.006048 10.0.0.23 - - [2025-12-22 02:30:20] "POST /neutron/network HTTP/1.1" 200 1349 0.009252 10.0.0.23 - - [2025-12-22 02:30:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016680 10.0.0.23 - - [2025-12-22 02:30:20] "POST /neutron/network HTTP/1.1" 200 1339 0.016623 10.0.0.23 - - [2025-12-22 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005478 10.0.0.23 - - [2025-12-22 02:30:20] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006908 10.0.0.22 - - [2025-12-22 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.064845 10.0.0.23 - - [2025-12-22 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.23 - - [2025-12-22 02:30:24] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006541 10.0.0.23 - - [2025-12-22 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2025-12-22 02:30:28] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005635 10.0.0.23 - - [2025-12-22 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2025-12-22 02:30:32] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006012 10.0.0.23 - - [2025-12-22 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-22 02:30:36] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006535 10.0.0.23 - - [2025-12-22 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.23 - - [2025-12-22 02:30:40] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008712 10.0.0.23 - - [2025-12-22 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.23 - - [2025-12-22 02:30:44] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007647 10.0.0.23 - - [2025-12-22 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-12-22 02:30:48] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005791 10.0.0.23 - - [2025-12-22 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2025-12-22 02:30:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004265 10.0.0.23 - - [2025-12-22 02:30:52] "GET /virtual-networks?parent_id=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003966 10.0.0.23 - - [2025-12-22 02:30:53] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006231 10.0.0.23 - - [2025-12-22 02:30:58] "POST /neutron/port HTTP/1.1" 200 1244 0.022239 10.0.0.23 - - [2025-12-22 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007849 10.0.0.23 - - [2025-12-22 02:31:08] "POST /neutron/port HTTP/1.1" 200 1244 0.023668 10.0.0.23 - - [2025-12-22 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008048 10.0.0.23 - - [2025-12-22 02:31:19] "POST /neutron/port HTTP/1.1" 200 1244 0.024543 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/cbc85f81-8f67-4193-a584-96cded33d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004353 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/b1bc42b1-6991-4168-baa4-43d1cdea97aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005656 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/f6768890-7930-4916-a6f4-16e09ed0e37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005546 10.0.0.23 - - [2025-12-22 02:31:19] "POST /neutron/network HTTP/1.1" 200 1431 0.122091 10.0.0.23 - - [2025-12-22 02:31:19] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.018861 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/b1bc42b1-6991-4168-baa4-43d1cdea97aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004924 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/cbc85f81-8f67-4193-a584-96cded33d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005332 10.0.0.23 - - [2025-12-22 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2025-12-22 02:31:19] "GET /network-policy/f6768890-7930-4916-a6f4-16e09ed0e37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005031 10.0.0.23 - - [2025-12-22 02:31:22] "POST /neutron/port HTTP/1.1" 200 1244 0.026834 10.0.0.23 - - [2025-12-22 02:31:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005651 10.0.0.23 - - [2025-12-22 02:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.001708 10.0.0.23 - - [2025-12-22 02:31:24] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005812 10.0.0.23 - - [2025-12-22 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.008580 10.0.0.23 - - [2025-12-22 02:31:25] "POST /neutron/network HTTP/1.1" 200 1141 0.105356 10.0.0.23 - - [2025-12-22 02:31:25] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.009624 10.0.0.23 - - [2025-12-22 02:31:30] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 200 1307 0.006277 10.0.0.23 - - [2025-12-22 02:31:30] "POST /neutron/port HTTP/1.1" 200 1234 0.021931 10.0.0.23 - - [2025-12-22 02:31:32] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 404 171 0.003472 10.0.0.23 - - [2025-12-22 02:31:32] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 404 171 0.003196 10.0.0.23 - - [2025-12-22 02:31:32] "GET /virtual-machine/ca2f5659-8c9e-43be-bffc-e95031b4fbbe HTTP/1.1" 404 171 0.003961 10.0.0.23 - - [2025-12-22 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.23 - - [2025-12-22 02:31:32] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004806 10.0.0.23 - - [2025-12-22 02:31:32] "GET /virtual-networks?parent_id=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004250 10.0.0.23 - - [2025-12-22 02:31:32] "GET /virtual-network/1515778e-fbce-4ecd-8d33-6a4391a52557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.008213 10.0.0.23 - - [2025-12-22 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2025-12-22 02:31:32] "GET /routing-instance/0e62a272-1e58-4ed2-8323-95ab15f81106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005885 10.0.0.23 - - [2025-12-22 02:31:32] "GET /route-target/55294c85-01dc-41e2-8df4-70190a101faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005733 10.0.0.23 - - [2025-12-22 02:31:32] "GET /obj-perms HTTP/1.1" 200 5021 0.060181 10.0.0.65 - - [2025-12-22 02:31:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004156 10.0.0.23 - - [2025-12-22 02:31:42] "GET /obj-perms HTTP/1.1" 200 5021 0.004654 10.0.0.65 - - [2025-12-22 02:31:45] "GET /obj-perms HTTP/1.1" 200 5021 0.009825 10.0.0.23 - - [2025-12-22 02:31:48] "GET /obj-perms HTTP/1.1" 200 5021 0.004243 10.0.0.23 - - [2025-12-22 02:31:48] "DELETE /network-policy/f6768890-7930-4916-a6f4-16e09ed0e37e HTTP/1.1" 200 115 0.040005 10.0.0.23 - - [2025-12-22 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068 10.0.0.65 - - [2025-12-22 02:31:48] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002638 10.0.0.23 - - [2025-12-22 02:31:48] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.055398 10.0.0.23 - - [2025-12-22 02:31:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-89086697&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005756 10.0.0.23 - - [2025-12-22 02:31:48] "DELETE /network-policy/b1bc42b1-6991-4168-baa4-43d1cdea97aa HTTP/1.1" 200 115 0.040947 10.0.0.23 - - [2025-12-22 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006225 10.0.0.65 - - [2025-12-22 02:31:48] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001079 10.0.0.23 - - [2025-12-22 02:31:48] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.038265 10.0.0.23 - - [2025-12-22 02:31:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-89086697&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006148 10.0.0.23 - - [2025-12-22 02:31:49] "DELETE /network-policy/cbc85f81-8f67-4193-a584-96cded33d0db HTTP/1.1" 200 115 0.046756 10.0.0.23 - - [2025-12-22 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2025-12-22 02:31:49] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001252 10.0.0.23 - - [2025-12-22 02:31:49] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.048655 10.0.0.23 - - [2025-12-22 02:31:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-89086697&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.013181 10.0.0.65 - - [2025-12-22 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004787 10.0.0.23 - - [2025-12-22 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.65 - - [2025-12-22 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.65 - - [2025-12-22 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.65 - - [2025-12-22 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.23 - - [2025-12-22 02:31:49] "POST /neutron/network HTTP/1.1" 200 151 0.155071 10.0.0.23 - - [2025-12-22 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2025-12-22 02:31:49] "DELETE /network-ipam/811cc113-948b-42cc-b285-4fbe86b8af1c HTTP/1.1" 200 115 0.036932 10.0.0.23 - - [2025-12-22 02:31:49] "POST /fqname-to-id HTTP/1.1" 404 264 0.005031 10.0.0.65 - - [2025-12-22 02:31:49] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001313 10.0.0.65 - - [2025-12-22 02:31:49] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.059499 10.0.0.65 - - [2025-12-22 02:31:49] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001128 10.0.0.65 - - [2025-12-22 02:31:49] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?fields=security_groups HTTP/1.1" 200 1406 0.051236 10.0.0.65 - - [2025-12-22 02:31:49] "DELETE /security-group/dd15100a-016f-48f6-9552-902fb0265099 HTTP/1.1" 200 115 0.070533 10.0.0.65 - - [2025-12-22 02:31:49] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001090 10.0.0.65 - - [2025-12-22 02:31:49] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?fields=application_policy_sets HTTP/1.1" 200 1445 0.062055 10.0.0.23 - - [2025-12-22 02:31:50] "DELETE /access-control-list/4f3c53e1-f1a3-448a-9768-72202d212e18 HTTP/1.1" 200 115 0.068547 10.0.0.23 - - [2025-12-22 02:31:50] "DELETE /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed HTTP/1.1" 200 115 0.480720 10.0.0.65 - - [2025-12-22 02:31:50] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.23 - - [2025-12-22 02:31:50] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?fields=projects HTTP/1.1" 200 1245 0.010597 10.0.0.65 - - [2025-12-22 02:31:52] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005868 10.0.0.65 - - [2025-12-22 02:31:52] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2025-12-22 02:31:52] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049245 10.0.0.65 - - [2025-12-22 02:31:53] "POST /id-to-fqname HTTP/1.1" 200 204 0.003962 10.0.0.65 - - [2025-12-22 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.006640 10.0.0.65 - - [2025-12-22 02:31:53] "POST /security-groups HTTP/1.1" 200 605 0.085123 10.0.0.65 - - [2025-12-22 02:31:53] "POST /projects HTTP/1.1" 200 613 0.326389 10.0.0.23 - - [2025-12-22 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 247 0.007179 10.0.0.65 - - [2025-12-22 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.400714 10.0.0.23 - - [2025-12-22 02:31:53] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.593846 10.0.0.65 - - [2025-12-22 02:31:53] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001176 10.0.0.23 - - [2025-12-22 02:31:53] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?fields=virtual_networks HTTP/1.1" 200 1061 0.057981 10.0.0.65 - - [2025-12-22 02:31:53] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001643 10.0.0.23 - - [2025-12-22 02:31:53] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.046260 10.0.0.65 - - [2025-12-22 02:31:53] "GET /projects?obj_uuids=eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001425 10.0.0.23 - - [2025-12-22 02:31:53] "GET /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed?fields=security_groups HTTP/1.1" 200 1301 0.041697 10.0.0.23 - - [2025-12-22 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.024588 10.0.0.65 - - [2025-12-22 02:31:54] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004025 10.0.0.65 - - [2025-12-22 02:31:54] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001434 10.0.0.65 - - [2025-12-22 02:31:54] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010933 10.0.0.65 - - [2025-12-22 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 206 0.001438 10.0.0.65 - - [2025-12-22 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.009773 10.0.0.65 - - [2025-12-22 02:31:54] "POST /security-groups HTTP/1.1" 200 607 0.082108 10.0.0.65 - - [2025-12-22 02:31:54] "POST /projects HTTP/1.1" 200 617 0.338165 10.0.0.65 - - [2025-12-22 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.372334 10.0.0.23 - - [2025-12-22 02:31:54] "POST /access-control-lists HTTP/1.1" 200 612 0.034248 10.0.0.23 - - [2025-12-22 02:31:55] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.541105 10.0.0.23 - - [2025-12-22 02:31:56] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.23 - - [2025-12-22 02:31:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-12-22 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.057253 10.0.0.23 - - [2025-12-22 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.65 - - [2025-12-22 02:31:59] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002211 10.0.0.23 - - [2025-12-22 02:31:59] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.058041 10.0.0.23 - - [2025-12-22 02:31:59] "POST /network-policys HTTP/1.1" 200 567 0.031657 10.0.0.23 - - [2025-12-22 02:31:59] "GET /network-policy/3a982aff-1813-453c-906a-1e91424c56f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006643 10.0.0.23 - - [2025-12-22 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006161 10.0.0.65 - - [2025-12-22 02:31:59] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002336 10.0.0.23 - - [2025-12-22 02:31:59] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.059164 10.0.0.23 - - [2025-12-22 02:32:00] "POST /route-targets HTTP/1.1" 200 327 0.015122 10.0.0.65 - - [2025-12-22 02:32:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008661 10.0.0.23 - - [2025-12-22 02:32:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.271208 10.0.0.23 - - [2025-12-22 02:32:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.001431 10.0.0.23 - - [2025-12-22 02:32:00] "GET /virtual-network/218b440c-f735-4d7a-837f-40b7cc28d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.008548 10.0.0.23 - - [2025-12-22 02:32:00] "POST /neutron/network HTTP/1.1" 200 1015 0.010597 10.0.0.23 - - [2025-12-22 02:32:00] "GET /virtual-network/218b440c-f735-4d7a-837f-40b7cc28d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005865 10.0.0.23 - - [2025-12-22 02:32:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.009978 10.0.0.23 - - [2025-12-22 02:32:00] "POST /neutron/network HTTP/1.1" 200 1122 0.013197 10.0.0.23 - - [2025-12-22 02:32:00] "GET /virtual-network/218b440c-f735-4d7a-837f-40b7cc28d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.037382 10.0.0.23 - - [2025-12-22 02:32:00] "POST /access-control-lists HTTP/1.1" 200 607 0.092804 10.0.0.23 - - [2025-12-22 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.021792 10.0.0.23 - - [2025-12-22 02:32:01] "GET /network-policy/3a982aff-1813-453c-906a-1e91424c56f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005239 10.0.0.23 - - [2025-12-22 02:32:01] "GET /virtual-network/218b440c-f735-4d7a-837f-40b7cc28d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.008936 10.0.0.22 - - [2025-12-22 02:32:02] "GET /obj-perms HTTP/1.1" 200 5062 0.052463 10.0.0.65 - - [2025-12-22 02:32:03] "GET /obj-perms HTTP/1.1" 200 5062 0.054850 10.0.0.23 - - [2025-12-22 02:32:03] "DELETE /network-policy/3a982aff-1813-453c-906a-1e91424c56f3 HTTP/1.1" 409 238 0.008863 10.0.0.23 - - [2025-12-22 02:32:03] "DELETE /access-control-list/4e20b489-ab4a-48da-9689-0a8699ab5868 HTTP/1.1" 200 115 0.036338 10.0.0.23 - - [2025-12-22 02:32:03] "DELETE /network-policy/3a982aff-1813-453c-906a-1e91424c56f3 HTTP/1.1" 200 115 0.049980 10.0.0.23 - - [2025-12-22 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.65 - - [2025-12-22 02:32:03] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002334 10.0.0.23 - - [2025-12-22 02:32:03] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.062082 10.0.0.23 - - [2025-12-22 02:32:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-63184786&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006721 10.0.0.65 - - [2025-12-22 02:32:06] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001423 10.0.0.23 - - [2025-12-22 02:32:06] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.051375 10.0.0.65 - - [2025-12-22 02:32:06] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001118 10.0.0.23 - - [2025-12-22 02:32:06] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?fields=virtual_networks HTTP/1.1" 200 1063 0.052283 10.0.0.65 - - [2025-12-22 02:32:06] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001362 10.0.0.23 - - [2025-12-22 02:32:06] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.054565 10.0.0.65 - - [2025-12-22 02:32:06] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.23 - - [2025-12-22 02:32:06] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?fields=security_groups HTTP/1.1" 200 1305 0.044856 10.0.0.23 - - [2025-12-22 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.028651 10.0.0.65 - - [2025-12-22 02:32:07] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004172 10.0.0.65 - - [2025-12-22 02:32:07] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001905 10.0.0.65 - - [2025-12-22 02:32:07] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010868 10.0.0.65 - - [2025-12-22 02:32:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.007616 10.0.0.65 - - [2025-12-22 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.010507 10.0.0.65 - - [2025-12-22 02:32:07] "POST /security-groups HTTP/1.1" 200 591 0.082192 10.0.0.23 - - [2025-12-22 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.008896 10.0.0.65 - - [2025-12-22 02:32:08] "POST /projects HTTP/1.1" 200 585 0.348691 10.0.0.65 - - [2025-12-22 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.433201 10.0.0.23 - - [2025-12-22 02:32:08] "POST /access-control-lists HTTP/1.1" 200 594 0.040391 10.0.0.23 - - [2025-12-22 02:32:08] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.596796 10.0.0.23 - - [2025-12-22 02:32:09] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.23 - - [2025-12-22 02:32:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.064498 10.0.0.23 - - [2025-12-22 02:32:11] "POST /network-ipams HTTP/1.1" 200 513 0.047301 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003334 10.0.0.23 - - [2025-12-22 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipam/4df93c13-f2f3-478a-87fc-1d4f67a2daf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.093618 10.0.0.23 - - [2025-12-22 02:32:11] "PUT /network-ipam/4df93c13-f2f3-478a-87fc-1d4f67a2daf2 HTTP/1.1" 200 258 0.014745 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003495 10.0.0.23 - - [2025-12-22 02:32:11] "POST /network-ipams HTTP/1.1" 200 513 0.037973 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.005892 10.0.0.23 - - [2025-12-22 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.23 - - [2025-12-22 02:32:11] "GET /network-ipam/626d3c89-8bbc-42a6-8adc-7b33f37b4f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007158 10.0.0.23 - - [2025-12-22 02:32:12] "PUT /network-ipam/626d3c89-8bbc-42a6-8adc-7b33f37b4f17 HTTP/1.1" 200 258 0.018755 10.0.0.23 - - [2025-12-22 02:32:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004027 10.0.0.23 - - [2025-12-22 02:32:12] "POST /network-ipams HTTP/1.1" 200 513 0.032166 10.0.0.23 - - [2025-12-22 02:32:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004534 10.0.0.23 - - [2025-12-22 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2025-12-22 02:32:12] "GET /network-ipam/52385ef3-1359-413d-83b1-0199e062bf79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007836 10.0.0.23 - - [2025-12-22 02:32:12] "PUT /network-ipam/52385ef3-1359-413d-83b1-0199e062bf79 HTTP/1.1" 200 258 0.015928 10.0.0.23 - - [2025-12-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.65 - - [2025-12-22 02:32:13] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.23 - - [2025-12-22 02:32:13] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048354 10.0.0.23 - - [2025-12-22 02:32:13] "POST /neutron/network HTTP/1.1" 200 117 0.042641 10.0.0.23 - - [2025-12-22 02:32:13] "POST /neutron/network HTTP/1.1" 200 823 0.010216 10.0.0.23 - - [2025-12-22 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001329 10.0.0.23 - - [2025-12-22 02:32:13] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007638 10.0.0.23 - - [2025-12-22 02:32:13] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008246 10.0.0.23 - - [2025-12-22 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.013920 10.0.0.23 - - [2025-12-22 02:32:13] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008451 10.0.0.23 - - [2025-12-22 02:32:13] "GET /network-ipam/4df93c13-f2f3-478a-87fc-1d4f67a2daf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005552 10.0.0.23 - - [2025-12-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.65 - - [2025-12-22 02:32:14] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.23 - - [2025-12-22 02:32:14] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052659 10.0.0.65 - - [2025-12-22 02:32:14] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001853 10.0.0.23 - - [2025-12-22 02:32:14] "POST /neutron/network HTTP/1.1" 200 607 0.153601 10.0.0.23 - - [2025-12-22 02:32:14] "POST /route-targets HTTP/1.1" 200 327 0.018753 10.0.0.23 - - [2025-12-22 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.004531 10.0.0.23 - - [2025-12-22 02:32:14] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006663 10.0.0.23 - - [2025-12-22 02:32:14] "POST /neutron/network HTTP/1.1" 200 823 0.009310 10.0.0.23 - - [2025-12-22 02:32:14] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006251 10.0.0.23 - - [2025-12-22 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.65 - - [2025-12-22 02:32:14] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001847 10.0.0.23 - - [2025-12-22 02:32:14] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060232 10.0.0.23 - - [2025-12-22 02:32:14] "POST /neutron/network HTTP/1.1" 200 117 0.019940 10.0.0.23 - - [2025-12-22 02:32:15] "POST /ref-update HTTP/1.1" 200 156 0.030090 10.0.0.23 - - [2025-12-22 02:32:15] "POST /neutron/network HTTP/1.1" 200 821 0.011472 10.0.0.23 - - [2025-12-22 02:32:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001536 10.0.0.23 - - [2025-12-22 02:32:15] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005774 10.0.0.23 - - [2025-12-22 02:32:15] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007409 10.0.0.23 - - [2025-12-22 02:32:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.010600 10.0.0.23 - - [2025-12-22 02:32:15] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008045 10.0.0.23 - - [2025-12-22 02:32:16] "GET /obj-perms HTTP/1.1" 200 5030 0.050895 10.0.0.23 - - [2025-12-22 02:32:17] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005928 10.0.0.23 - - [2025-12-22 02:32:17] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006043 10.0.0.22 - - [2025-12-22 02:32:18] "GET /obj-perms HTTP/1.1" 200 5030 0.054716 10.0.0.65 - - [2025-12-22 02:32:18] "GET /obj-perms HTTP/1.1" 200 5030 0.051521 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003820 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.65 - - [2025-12-22 02:32:18] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.23 - - [2025-12-22 02:32:18] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049573 10.0.0.23 - - [2025-12-22 02:32:18] "POST /network-policys HTTP/1.1" 200 553 0.034761 10.0.0.23 - - [2025-12-22 02:32:18] "GET /network-policy/24c26ae7-6477-4a45-864d-cbb9c1334d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.009438 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003348 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.65 - - [2025-12-22 02:32:18] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.23 - - [2025-12-22 02:32:18] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063699 10.0.0.23 - - [2025-12-22 02:32:18] "POST /network-policys HTTP/1.1" 200 553 0.030792 10.0.0.23 - - [2025-12-22 02:32:18] "GET /network-policy/240528b3-746e-4cbe-b2a5-987c06c51a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006634 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003294 10.0.0.23 - - [2025-12-22 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.65 - - [2025-12-22 02:32:18] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001882 10.0.0.23 - - [2025-12-22 02:32:18] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.057382 10.0.0.23 - - [2025-12-22 02:32:18] "POST /network-policys HTTP/1.1" 200 553 0.033122 10.0.0.23 - - [2025-12-22 02:32:18] "GET /network-policy/8e54e40e-8471-44dd-8755-630ae721bd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006547 10.0.0.23 - - [2025-12-22 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.070309 10.0.0.23 - - [2025-12-22 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.081572 10.0.0.23 - - [2025-12-22 02:32:19] "PUT /access-control-list/46b3b55f-2e9f-4375-872d-eaac8662c2e4 HTTP/1.1" 200 272 0.045514 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /project/e62dc7b4aee44c419ff3c49b128b9cc5 HTTP/1.1" 404 173 0.014168 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /project/eec2cbdde08b4e4aa9ea28dc440dd7ed HTTP/1.1" 404 173 0.010046 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /project/eec2cbdd-e08b-4e4a-a9ea-28dc440dd7ed HTTP/1.1" 404 177 0.022145 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /project/2f9475f70af24c85885bbd0e06acd242 HTTP/1.1" 404 173 0.009441 10.0.0.65 - - [2025-12-22 02:32:19] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001016 10.0.0.65 - - [2025-12-22 02:32:19] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.053477 10.0.0.65 - - [2025-12-22 02:32:19] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001672 10.0.0.65 - - [2025-12-22 02:32:19] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?fields=security_groups HTTP/1.1" 200 1410 0.080371 10.0.0.23 - - [2025-12-22 02:32:19] "POST /neutron/network HTTP/1.1" 200 915 0.029470 10.0.0.23 - - [2025-12-22 02:32:19] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.013422 10.0.0.23 - - [2025-12-22 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2025-12-22 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.059849 10.0.0.23 - - [2025-12-22 02:32:19] "GET /network-policy/240528b3-746e-4cbe-b2a5-987c06c51a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007457 10.0.0.23 - - [2025-12-22 02:32:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.002225 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /security-group/04933003-c077-4b8e-956e-777d0d6313cb HTTP/1.1" 200 115 0.101770 10.0.0.65 - - [2025-12-22 02:32:19] "GET /projects?obj_uuids=2f9475f7-0af2-4c85-885b-bd0e06acd242&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001617 10.0.0.65 - - [2025-12-22 02:32:19] "GET /project/2f9475f7-0af2-4c85-885b-bd0e06acd242?fields=application_policy_sets HTTP/1.1" 200 1449 0.064729 10.0.0.65 - - [2025-12-22 02:32:19] "DELETE /project/2f9475f7-0af2-4c85-885b-bd0e06acd242 HTTP/1.1" 200 115 0.538435 10.0.0.65 - - [2025-12-22 02:32:20] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.23 - - [2025-12-22 02:32:20] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.109096 10.0.0.23 - - [2025-12-22 02:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.008983 10.0.0.23 - - [2025-12-22 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001658 10.0.0.23 - - [2025-12-22 02:32:21] "POST /neutron/network HTTP/1.1" 200 925 0.008255 10.0.0.65 - - [2025-12-22 02:32:22] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.23 - - [2025-12-22 02:32:22] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.310629 10.0.0.23 - - [2025-12-22 02:32:22] "POST /neutron/port HTTP/1.1" 200 1059 0.131753 10.0.0.23 - - [2025-12-22 02:32:22] "POST /neutron/port HTTP/1.1" 200 1113 0.147196 10.0.0.23 - - [2025-12-22 02:32:22] "POST /neutron/port HTTP/1.1" 200 1123 0.021568 10.0.0.23 - - [2025-12-22 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001394 10.0.0.23 - - [2025-12-22 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.021713 10.0.0.23 - - [2025-12-22 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007488 10.0.0.23 - - [2025-12-22 02:32:23] "GET /obj-perms HTTP/1.1" 200 5056 0.129693 10.0.0.23 - - [2025-12-22 02:32:23] "POST /neutron/network HTTP/1.1" 200 925 0.008675 10.0.0.23 - - [2025-12-22 02:32:23] "PUT /access-control-list/e5942db0-2b2e-4bce-a131-77205e8f8013 HTTP/1.1" 200 272 0.068600 10.0.0.23 - - [2025-12-22 02:32:23] "POST /neutron/port HTTP/1.1" 200 1059 0.021737 10.0.0.23 - - [2025-12-22 02:32:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007278 10.0.0.23 - - [2025-12-22 02:32:24] "POST /neutron/network HTTP/1.1" 200 915 0.010969 10.0.0.65 - - [2025-12-22 02:32:24] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001727 10.0.0.23 - - [2025-12-22 02:32:24] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.115421 10.0.0.23 - - [2025-12-22 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009506 10.0.0.23 - - [2025-12-22 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013405 10.0.0.23 - - [2025-12-22 02:32:24] "POST /neutron/port HTTP/1.1" 200 1123 0.023961 10.0.0.23 - - [2025-12-22 02:32:25] "POST /neutron/port HTTP/1.1" 200 1123 0.023281 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 401 292 0.000684 10.0.0.23 - - [2025-12-22 02:32:25] "POST /neutron/port HTTP/1.1" 200 1057 0.032409 10.0.0.23 - - [2025-12-22 02:32:25] "POST /neutron/port HTTP/1.1" 200 1121 0.027200 10.0.0.23 - - [2025-12-22 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001893 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.042551 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.005460 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine-interface/927ddf5c-d191-40a5-96d0-c24e65681ff4 HTTP/1.1" 200 2945 0.006351 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.005740 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine-interface/927ddf5c-d191-40a5-96d0-c24e65681ff4 HTTP/1.1" 200 2945 0.007746 10.0.0.23 - - [2025-12-22 02:32:25] "GET /instance-ip/506759e1-c913-46d8-8f71-38f2657a27fe HTTP/1.1" 200 1620 0.012580 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.004463 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-machine-interface/927ddf5c-d191-40a5-96d0-c24e65681ff4 HTTP/1.1" 200 2945 0.005836 10.0.0.23 - - [2025-12-22 02:32:25] "GET /instance-ip/506759e1-c913-46d8-8f71-38f2657a27fe HTTP/1.1" 200 1620 0.004569 10.0.0.23 - - [2025-12-22 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2025-12-22 02:32:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005672 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004108 10.0.0.23 - - [2025-12-22 02:32:25] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008430 10.0.0.23 - - [2025-12-22 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.23 - - [2025-12-22 02:32:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005592 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004771 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007032 10.0.0.23 - - [2025-12-22 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008289 10.0.0.23 - - [2025-12-22 02:32:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005061 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003816 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006748 10.0.0.23 - - [2025-12-22 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2025-12-22 02:32:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004817 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004274 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008192 10.0.0.23 - - [2025-12-22 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-22 02:32:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004639 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004496 10.0.0.23 - - [2025-12-22 02:32:26] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008270 10.0.0.23 - - [2025-12-22 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2025-12-22 02:32:29] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005817 10.0.0.23 - - [2025-12-22 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.23 - - [2025-12-22 02:32:33] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006680 10.0.0.23 - - [2025-12-22 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.23 - - [2025-12-22 02:32:37] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006085 10.0.0.23 - - [2025-12-22 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2025-12-22 02:32:42] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007295 10.0.0.23 - - [2025-12-22 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005378 10.0.0.23 - - [2025-12-22 02:32:46] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007043 10.0.0.23 - - [2025-12-22 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2025-12-22 02:32:50] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008860 10.0.0.23 - - [2025-12-22 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2025-12-22 02:32:54] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006217 10.0.0.23 - - [2025-12-22 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2025-12-22 02:32:58] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008284 10.0.0.23 - - [2025-12-22 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.23 - - [2025-12-22 02:33:02] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007915 10.0.0.23 - - [2025-12-22 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-22 02:33:06] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006098 10.0.0.23 - - [2025-12-22 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2025-12-22 02:33:10] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006225 10.0.0.23 - - [2025-12-22 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2025-12-22 02:33:14] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006366 10.0.0.23 - - [2025-12-22 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-12-22 02:33:16] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.23 - - [2025-12-22 02:33:16] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003565 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006400 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2025-12-22 02:33:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003966 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003621 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006461 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-12-22 02:33:17] "GET /routing-instance/b81d206b-099a-40a0-b026-e65299909b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005937 10.0.0.23 - - [2025-12-22 02:33:17] "GET /route-target/279d5b0a-5d0e-4587-9ce2-9a3c7aae594f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004454 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2025-12-22 02:33:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004958 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004220 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007746 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-12-22 02:33:17] "GET /routing-instance/b81d206b-099a-40a0-b026-e65299909b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005606 10.0.0.23 - - [2025-12-22 02:33:17] "GET /route-target/279d5b0a-5d0e-4587-9ce2-9a3c7aae594f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004035 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-12-22 02:33:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004860 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004096 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006680 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2025-12-22 02:33:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004181 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007307 10.0.0.23 - - [2025-12-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2025-12-22 02:33:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004307 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003913 10.0.0.23 - - [2025-12-22 02:33:17] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006635 10.0.0.65 - - [2025-12-22 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004011 10.0.0.23 - - [2025-12-22 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004187 10.0.0.23 - - [2025-12-22 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005067 10.0.0.65 - - [2025-12-22 02:33:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004901 10.0.0.23 - - [2025-12-22 02:33:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009412 10.0.0.23 - - [2025-12-22 02:33:18] "POST /neutron/port HTTP/1.1" 200 1123 0.024186 10.0.0.23 - - [2025-12-22 02:33:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008898 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.006833 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.003914 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine-interface/c1c99205-5026-4609-a2f4-219b2d8cf9be HTTP/1.1" 200 2945 0.006498 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.004664 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine-interface/c1c99205-5026-4609-a2f4-219b2d8cf9be HTTP/1.1" 200 2945 0.007705 10.0.0.23 - - [2025-12-22 02:33:18] "GET /instance-ip/554d2541-9bbd-4d57-a233-f649db56c2ff HTTP/1.1" 200 1620 0.008287 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.004487 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-machine-interface/c1c99205-5026-4609-a2f4-219b2d8cf9be HTTP/1.1" 200 2945 0.006465 10.0.0.23 - - [2025-12-22 02:33:18] "GET /instance-ip/554d2541-9bbd-4d57-a233-f649db56c2ff HTTP/1.1" 200 1620 0.006555 10.0.0.23 - - [2025-12-22 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2025-12-22 02:33:18] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004739 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006778 10.0.0.23 - - [2025-12-22 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2025-12-22 02:33:18] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005288 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004416 10.0.0.23 - - [2025-12-22 02:33:18] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006417 10.0.0.23 - - [2025-12-22 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176 10.0.0.23 - - [2025-12-22 02:33:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006810 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005377 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006493 10.0.0.23 - - [2025-12-22 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2025-12-22 02:33:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004799 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005409 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005870 10.0.0.23 - - [2025-12-22 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-12-22 02:33:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011047 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003558 10.0.0.23 - - [2025-12-22 02:33:19] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007867 10.0.0.23 - - [2025-12-22 02:33:20] "POST /neutron/network HTTP/1.1" 200 925 0.047933 10.0.0.23 - - [2025-12-22 02:33:20] "POST /neutron/port HTTP/1.1" 200 117 0.001579 10.0.0.23 - - [2025-12-22 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2025-12-22 02:33:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004158 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007226 10.0.0.23 - - [2025-12-22 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2025-12-22 02:33:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005585 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003747 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005839 10.0.0.23 - - [2025-12-22 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.23 - - [2025-12-22 02:33:20] "GET /routing-instance/5377a656-b157-4082-a5ae-7c6171972109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004943 10.0.0.23 - - [2025-12-22 02:33:20] "GET /route-target/e7277854-845b-4572-a725-d90ea704360f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005551 10.0.0.23 - - [2025-12-22 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2025-12-22 02:33:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006205 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004936 10.0.0.23 - - [2025-12-22 02:33:20] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005994 10.0.0.23 - - [2025-12-22 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.23 - - [2025-12-22 02:33:21] "GET /routing-instance/5377a656-b157-4082-a5ae-7c6171972109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004694 10.0.0.23 - - [2025-12-22 02:33:21] "GET /route-target/e7277854-845b-4572-a725-d90ea704360f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004203 10.0.0.23 - - [2025-12-22 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-12-22 02:33:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003632 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008252 10.0.0.23 - - [2025-12-22 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.23 - - [2025-12-22 02:33:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005788 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004339 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006106 10.0.0.23 - - [2025-12-22 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2025-12-22 02:33:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004678 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003778 10.0.0.23 - - [2025-12-22 02:33:21] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006937 10.0.0.23 - - [2025-12-22 02:33:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.65 - - [2025-12-22 02:33:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003788 10.0.0.23 - - [2025-12-22 02:33:21] "GET /obj-perms HTTP/1.1" 200 5030 0.005106 10.0.0.65 - - [2025-12-22 02:33:21] "GET /obj-perms HTTP/1.1" 200 5030 0.005293 10.0.0.23 - - [2025-12-22 02:33:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009211 10.0.0.23 - - [2025-12-22 02:33:22] "POST /neutron/port HTTP/1.1" 200 1121 0.021095 10.0.0.23 - - [2025-12-22 02:33:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010404 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.011436 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.004138 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine-interface/525dbdc8-2595-4f50-a1d0-2d043e2f19ad HTTP/1.1" 200 2944 0.006104 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.004326 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine-interface/525dbdc8-2595-4f50-a1d0-2d043e2f19ad HTTP/1.1" 200 2944 0.008076 10.0.0.23 - - [2025-12-22 02:33:22] "GET /instance-ip/63868525-e376-4bb4-b125-026a2feebf45 HTTP/1.1" 200 1618 0.013031 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.005211 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-machine-interface/525dbdc8-2595-4f50-a1d0-2d043e2f19ad HTTP/1.1" 200 2944 0.006074 10.0.0.23 - - [2025-12-22 02:33:22] "GET /instance-ip/63868525-e376-4bb4-b125-026a2feebf45 HTTP/1.1" 200 1618 0.004612 10.0.0.23 - - [2025-12-22 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.23 - - [2025-12-22 02:33:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004896 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003964 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006720 10.0.0.23 - - [2025-12-22 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.23 - - [2025-12-22 02:33:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005437 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003430 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.011782 10.0.0.23 - - [2025-12-22 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006092 10.0.0.23 - - [2025-12-22 02:33:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004570 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005242 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006167 10.0.0.23 - - [2025-12-22 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-12-22 02:33:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004682 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003889 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006926 10.0.0.23 - - [2025-12-22 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-12-22 02:33:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003580 10.0.0.23 - - [2025-12-22 02:33:22] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006200 10.0.0.22 - - [2025-12-22 02:33:23] "GET /obj-perms HTTP/1.1" 200 5056 0.046916 10.0.0.23 - - [2025-12-22 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2025-12-22 02:33:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005468 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003268 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007580 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.23 - - [2025-12-22 02:33:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003666 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006043 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2025-12-22 02:33:24] "GET /routing-instance/3b5c8eed-b212-4be3-b7b0-ce505a81fad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005178 10.0.0.23 - - [2025-12-22 02:33:24] "GET /route-target/2fe807f7-bd65-467c-be2a-cebaf7a3de6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005149 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2025-12-22 02:33:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004649 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006689 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.23 - - [2025-12-22 02:33:24] "GET /routing-instance/3b5c8eed-b212-4be3-b7b0-ce505a81fad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004993 10.0.0.23 - - [2025-12-22 02:33:24] "GET /route-target/2fe807f7-bd65-467c-be2a-cebaf7a3de6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004417 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.23 - - [2025-12-22 02:33:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005370 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003410 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006259 10.0.0.23 - - [2025-12-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2025-12-22 02:33:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005619 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004507 10.0.0.23 - - [2025-12-22 02:33:24] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005930 10.0.0.65 - - [2025-12-22 02:33:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005549 10.0.0.23 - - [2025-12-22 02:33:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004515 10.0.0.23 - - [2025-12-22 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004080 10.0.0.65 - - [2025-12-22 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004695 10.0.0.23 - - [2025-12-22 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005367 10.0.0.23 - - [2025-12-22 02:33:25] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.004173 10.0.0.23 - - [2025-12-22 02:33:25] "GET /virtual-machine-interface/927ddf5c-d191-40a5-96d0-c24e65681ff4 HTTP/1.1" 200 2945 0.005960 10.0.0.23 - - [2025-12-22 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.23 - - [2025-12-22 02:33:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.23 - - [2025-12-22 02:33:25] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003600 10.0.0.23 - - [2025-12-22 02:33:25] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005899 10.0.0.23 - - [2025-12-22 02:33:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007373 10.0.0.23 - - [2025-12-22 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.23 - - [2025-12-22 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.23 - - [2025-12-22 02:33:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004479 10.0.0.23 - - [2025-12-22 02:33:26] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005533 10.0.0.23 - - [2025-12-22 02:33:26] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007343 10.0.0.23 - - [2025-12-22 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009559 10.0.0.23 - - [2025-12-22 02:33:30] "POST /neutron/port HTTP/1.1" 200 1123 0.059311 10.0.0.23 - - [2025-12-22 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007973 10.0.0.23 - - [2025-12-22 02:33:36] "POST /neutron/port HTTP/1.1" 200 1123 0.021109 10.0.0.23 - - [2025-12-22 02:33:42] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.004563 10.0.0.23 - - [2025-12-22 02:33:42] "GET /virtual-machine-interface/c1c99205-5026-4609-a2f4-219b2d8cf9be HTTP/1.1" 200 2945 0.006025 10.0.0.23 - - [2025-12-22 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-22 02:33:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006384 10.0.0.23 - - [2025-12-22 02:33:42] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003881 10.0.0.23 - - [2025-12-22 02:33:42] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006121 10.0.0.23 - - [2025-12-22 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.23 - - [2025-12-22 02:33:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005846 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004755 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007629 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.004445 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-machine-interface/525dbdc8-2595-4f50-a1d0-2d043e2f19ad HTTP/1.1" 200 2944 0.007645 10.0.0.23 - - [2025-12-22 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.23 - - [2025-12-22 02:33:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005599 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003804 10.0.0.23 - - [2025-12-22 02:33:43] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006394 10.0.0.23 - - [2025-12-22 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2025-12-22 02:33:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005212 10.0.0.23 - - [2025-12-22 02:33:44] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003353 10.0.0.23 - - [2025-12-22 02:33:44] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006463 10.0.0.65 - - [2025-12-22 02:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.65 - - [2025-12-22 02:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2025-12-22 02:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.22 - - [2025-12-22 02:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.22 - - [2025-12-22 02:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2025-12-22 02:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.65 - - [2025-12-22 02:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2025-12-22 02:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2025-12-22 02:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000779 10.0.0.23 - - [2025-12-22 02:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2025-12-22 02:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-22 02:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2025-12-22 02:34:11] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 200 1291 0.004802 10.0.0.23 - - [2025-12-22 02:34:12] "POST /neutron/port HTTP/1.1" 200 1111 0.018847 10.0.0.23 - - [2025-12-22 02:34:13] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 404 171 0.003737 10.0.0.23 - - [2025-12-22 02:34:13] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 404 171 0.002847 10.0.0.23 - - [2025-12-22 02:34:13] "GET /virtual-machine/17f59f81-1aec-4a12-86c5-119969c4527a HTTP/1.1" 404 171 0.003419 10.0.0.23 - - [2025-12-22 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.23 - - [2025-12-22 02:34:14] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005913 10.0.0.23 - - [2025-12-22 02:34:14] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004287 10.0.0.23 - - [2025-12-22 02:34:14] "GET /virtual-network/83c64480-fd21-4673-ab31-895c05ca52dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006547 10.0.0.23 - - [2025-12-22 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2025-12-22 02:34:14] "GET /routing-instance/3b5c8eed-b212-4be3-b7b0-ce505a81fad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004898 10.0.0.23 - - [2025-12-22 02:34:14] "GET /route-target/2fe807f7-bd65-467c-be2a-cebaf7a3de6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004554 10.0.0.65 - - [2025-12-22 02:34:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004619 10.0.0.23 - - [2025-12-22 02:34:20] "GET /obj-perms HTTP/1.1" 200 5030 0.005255 10.0.0.65 - - [2025-12-22 02:34:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004432 10.0.0.23 - - [2025-12-22 02:34:20] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 200 1293 0.005647 10.0.0.23 - - [2025-12-22 02:34:21] "POST /neutron/port HTTP/1.1" 200 1113 0.018770 10.0.0.23 - - [2025-12-22 02:34:22] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 404 171 0.003768 10.0.0.23 - - [2025-12-22 02:34:22] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 404 171 0.003385 10.0.0.23 - - [2025-12-22 02:34:22] "GET /virtual-machine/e8c10103-2dbe-4feb-9c48-17b0b8f77707 HTTP/1.1" 404 171 0.003763 10.0.0.23 - - [2025-12-22 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.23 - - [2025-12-22 02:34:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234 10.0.0.23 - - [2025-12-22 02:34:23] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003598 10.0.0.23 - - [2025-12-22 02:34:23] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006237 10.0.0.23 - - [2025-12-22 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.23 - - [2025-12-22 02:34:23] "GET /routing-instance/5377a656-b157-4082-a5ae-7c6171972109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004350 10.0.0.23 - - [2025-12-22 02:34:23] "GET /route-target/e7277854-845b-4572-a725-d90ea704360f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.011107 10.0.0.23 - - [2025-12-22 02:34:23] "GET /obj-perms HTTP/1.1" 200 5030 0.007062 10.0.0.22 - - [2025-12-22 02:34:24] "GET /obj-perms HTTP/1.1" 200 5056 0.065223 10.0.0.23 - - [2025-12-22 02:34:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004418 10.0.0.65 - - [2025-12-22 02:34:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004759 10.0.0.23 - - [2025-12-22 02:34:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004658 10.0.0.65 - - [2025-12-22 02:34:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004540 10.0.0.23 - - [2025-12-22 02:34:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004497 10.0.0.65 - - [2025-12-22 02:34:47] "GET /obj-perms HTTP/1.1" 200 5030 0.005795 10.0.0.23 - - [2025-12-22 02:34:47] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 200 1292 0.005152 10.0.0.23 - - [2025-12-22 02:34:48] "POST /neutron/port HTTP/1.1" 200 1113 0.016173 10.0.0.23 - - [2025-12-22 02:34:49] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 404 171 0.004130 10.0.0.23 - - [2025-12-22 02:34:49] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 404 171 0.003885 10.0.0.23 - - [2025-12-22 02:34:50] "GET /virtual-machine/71e749b9-fdbf-4fd5-ae86-7a6edcb9fbbb HTTP/1.1" 404 171 0.004105 10.0.0.23 - - [2025-12-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-22 02:34:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.23 - - [2025-12-22 02:34:50] "GET /virtual-networks?parent_id=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004516 10.0.0.23 - - [2025-12-22 02:34:50] "GET /virtual-network/5e75d24e-72e8-4159-a417-864964d8021e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.010641 10.0.0.23 - - [2025-12-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2025-12-22 02:34:50] "GET /routing-instance/b81d206b-099a-40a0-b026-e65299909b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005975 10.0.0.23 - - [2025-12-22 02:34:50] "GET /route-target/279d5b0a-5d0e-4587-9ce2-9a3c7aae594f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005044 10.0.0.23 - - [2025-12-22 02:34:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004445 10.0.0.65 - - [2025-12-22 02:34:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004344 10.0.0.23 - - [2025-12-22 02:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.005670 10.0.0.65 - - [2025-12-22 02:35:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005086 10.0.0.23 - - [2025-12-22 02:35:08] "GET /obj-perms HTTP/1.1" 200 5030 0.006608 10.0.0.65 - - [2025-12-22 02:35:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004718 10.0.0.23 - - [2025-12-22 02:35:18] "GET /obj-perms HTTP/1.1" 200 5030 0.006780 10.0.0.65 - - [2025-12-22 02:35:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005566 10.0.0.23 - - [2025-12-22 02:35:18] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008304 10.0.0.23 - - [2025-12-22 02:35:18] "POST /neutron/network HTTP/1.1" 200 823 0.078319 10.0.0.23 - - [2025-12-22 02:35:18] "GET /virtual-network/2cf5b24c-0ded-4a68-ab04-aeed4e0d1e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005974 10.0.0.23 - - [2025-12-22 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.049770 10.0.0.23 - - [2025-12-22 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.069198 10.0.0.23 - - [2025-12-22 02:35:18] "DELETE /network-policy/8e54e40e-8471-44dd-8755-630ae721bd1a HTTP/1.1" 200 115 0.034864 10.0.0.23 - - [2025-12-22 02:35:18] "DELETE /network-policy/240528b3-746e-4cbe-b2a5-987c06c51a03 HTTP/1.1" 200 115 0.037091 10.0.0.23 - - [2025-12-22 02:35:18] "DELETE /network-policy/24c26ae7-6477-4a45-864d-cbb9c1334d68 HTTP/1.1" 200 115 0.033062 10.0.0.65 - - [2025-12-22 02:35:19] "POST /useragent-kv HTTP/1.1" 200 115 0.031543 10.0.0.65 - - [2025-12-22 02:35:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004069 10.0.0.23 - - [2025-12-22 02:35:19] "POST /neutron/network HTTP/1.1" 200 151 0.155734 10.0.0.23 - - [2025-12-22 02:35:19] "DELETE /access-control-list/46b3b55f-2e9f-4375-872d-eaac8662c2e4 HTTP/1.1" 200 115 0.071114 10.0.0.23 - - [2025-12-22 02:35:19] "DELETE /route-target/2fe807f7-bd65-467c-be2a-cebaf7a3de6a HTTP/1.1" 200 115 0.038889 10.0.0.23 - - [2025-12-22 02:35:19] "POST /neutron/network HTTP/1.1" 200 823 0.015171 10.0.0.23 - - [2025-12-22 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-12-22 02:35:20] "DELETE /network-ipam/52385ef3-1359-413d-83b1-0199e062bf79 HTTP/1.1" 200 115 0.042609 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003965 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2025-12-22 02:35:20] "DELETE /network-ipam/626d3c89-8bbc-42a6-8adc-7b33f37b4f17 HTTP/1.1" 200 115 0.052866 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.008625 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2025-12-22 02:35:20] "DELETE /network-ipam/4df93c13-f2f3-478a-87fc-1d4f67a2daf2 HTTP/1.1" 200 115 0.041595 10.0.0.23 - - [2025-12-22 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.009873 10.0.0.65 - - [2025-12-22 02:35:21] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.23 - - [2025-12-22 02:35:21] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081549 10.0.0.65 - - [2025-12-22 02:35:21] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.23 - - [2025-12-22 02:35:21] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?fields=virtual_networks HTTP/1.1" 200 1033 0.052405 10.0.0.65 - - [2025-12-22 02:35:22] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001855 10.0.0.23 - - [2025-12-22 02:35:22] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060786 10.0.0.65 - - [2025-12-22 02:35:22] "GET /projects?obj_uuids=e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.23 - - [2025-12-22 02:35:22] "GET /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5?fields=security_groups HTTP/1.1" 200 1259 0.040619 10.0.0.23 - - [2025-12-22 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.036864 10.0.0.65 - - [2025-12-22 02:35:23] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002897 10.0.0.65 - - [2025-12-22 02:35:23] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.65 - - [2025-12-22 02:35:23] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038166 10.0.0.65 - - [2025-12-22 02:35:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.006040 10.0.0.65 - - [2025-12-22 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.008029 10.0.0.65 - - [2025-12-22 02:35:23] "POST /security-groups HTTP/1.1" 200 597 0.079198 10.0.0.65 - - [2025-12-22 02:35:23] "POST /projects HTTP/1.1" 200 597 0.304589 10.0.0.23 - - [2025-12-22 02:35:23] "POST /access-control-lists HTTP/1.1" 200 602 0.039011 10.0.0.65 - - [2025-12-22 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.381709 10.0.0.23 - - [2025-12-22 02:35:23] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.578417 10.0.0.23 - - [2025-12-22 02:35:25] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.23 - - [2025-12-22 02:35:25] "GET /obj-perms HTTP/1.1" 200 5056 0.103388 10.0.0.23 - - [2025-12-22 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2025-12-22 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.030650 10.0.0.23 - - [2025-12-22 02:35:28] "POST /network-ipams HTTP/1.1" 200 519 0.030166 10.0.0.23 - - [2025-12-22 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003621 10.0.0.23 - - [2025-12-22 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.23 - - [2025-12-22 02:35:28] "GET /network-ipam/bd4e1547-c7dd-447a-941b-043a8a92a885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.018753 10.0.0.23 - - [2025-12-22 02:35:28] "PUT /network-ipam/bd4e1547-c7dd-447a-941b-043a8a92a885 HTTP/1.1" 200 258 0.020345 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004701 10.0.0.23 - - [2025-12-22 02:35:29] "POST /network-ipams HTTP/1.1" 200 519 0.035402 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003688 10.0.0.23 - - [2025-12-22 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipam/a2831152-8cc7-4024-b806-e6b7c8773bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007406 10.0.0.23 - - [2025-12-22 02:35:29] "PUT /network-ipam/a2831152-8cc7-4024-b806-e6b7c8773bd2 HTTP/1.1" 200 258 0.016207 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003777 10.0.0.23 - - [2025-12-22 02:35:29] "POST /network-ipams HTTP/1.1" 200 519 0.037405 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003854 10.0.0.23 - - [2025-12-22 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-12-22 02:35:29] "GET /network-ipam/975f4bdf-d637-48a3-932c-4f9cc1e25392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006518 10.0.0.23 - - [2025-12-22 02:35:29] "PUT /network-ipam/975f4bdf-d637-48a3-932c-4f9cc1e25392 HTTP/1.1" 200 258 0.014254 10.0.0.23 - - [2025-12-22 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.65 - - [2025-12-22 02:35:30] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001639 10.0.0.23 - - [2025-12-22 02:35:30] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054594 10.0.0.65 - - [2025-12-22 02:35:30] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001620 10.0.0.23 - - [2025-12-22 02:35:30] "POST /neutron/network HTTP/1.1" 200 613 0.187239 10.0.0.23 - - [2025-12-22 02:35:30] "POST /route-targets HTTP/1.1" 200 327 0.021985 10.0.0.23 - - [2025-12-22 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.050371 10.0.0.23 - - [2025-12-22 02:35:31] "POST /neutron/network HTTP/1.1" 200 1013 0.012581 10.0.0.23 - - [2025-12-22 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001444 10.0.0.23 - - [2025-12-22 02:35:31] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005836 10.0.0.23 - - [2025-12-22 02:35:31] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005529 10.0.0.23 - - [2025-12-22 02:35:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.009943 10.0.0.23 - - [2025-12-22 02:35:31] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006741 10.0.0.23 - - [2025-12-22 02:35:31] "GET /network-ipam/bd4e1547-c7dd-447a-941b-043a8a92a885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004460 10.0.0.23 - - [2025-12-22 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.65 - - [2025-12-22 02:35:31] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.23 - - [2025-12-22 02:35:31] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046346 10.0.0.23 - - [2025-12-22 02:35:31] "POST /neutron/network HTTP/1.1" 200 117 0.017064 10.0.0.23 - - [2025-12-22 02:35:32] "POST /ref-update HTTP/1.1" 200 156 0.037454 10.0.0.65 - - [2025-12-22 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.016178 10.0.0.23 - - [2025-12-22 02:35:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.253597 10.0.0.23 - - [2025-12-22 02:35:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001423 10.0.0.23 - - [2025-12-22 02:35:32] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005956 10.0.0.23 - - [2025-12-22 02:35:32] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006299 10.0.0.23 - - [2025-12-22 02:35:32] "POST /neutron/network HTTP/1.1" 200 1012 0.010123 10.0.0.23 - - [2025-12-22 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.65 - - [2025-12-22 02:35:32] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001310 10.0.0.23 - - [2025-12-22 02:35:32] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050066 10.0.0.23 - - [2025-12-22 02:35:32] "POST /neutron/network HTTP/1.1" 200 117 0.017403 10.0.0.65 - - [2025-12-22 02:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005781 10.0.0.23 - - [2025-12-22 02:35:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.244125 10.0.0.23 - - [2025-12-22 02:35:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.002017 10.0.0.23 - - [2025-12-22 02:35:33] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008250 10.0.0.23 - - [2025-12-22 02:35:33] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010474 10.0.0.23 - - [2025-12-22 02:35:33] "POST /neutron/network HTTP/1.1" 200 1011 0.013104 10.0.0.23 - - [2025-12-22 02:35:33] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008728 10.0.0.22 - - [2025-12-22 02:35:34] "GET /obj-perms HTTP/1.1" 200 5042 0.047514 10.0.0.23 - - [2025-12-22 02:35:35] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006810 10.0.0.65 - - [2025-12-22 02:35:35] "GET /obj-perms HTTP/1.1" 200 5042 0.056540 10.0.0.23 - - [2025-12-22 02:35:35] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007121 10.0.0.23 - - [2025-12-22 02:35:36] "GET /obj-perms HTTP/1.1" 200 5042 0.052936 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.004538 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.65 - - [2025-12-22 02:35:36] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001604 10.0.0.23 - - [2025-12-22 02:35:36] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050309 10.0.0.23 - - [2025-12-22 02:35:36] "POST /network-policys HTTP/1.1" 200 559 0.033424 10.0.0.23 - - [2025-12-22 02:35:36] "GET /network-policy/15551f0e-9f44-42bd-b041-69dd262bda64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006982 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.003576 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.65 - - [2025-12-22 02:35:36] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.23 - - [2025-12-22 02:35:36] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050919 10.0.0.23 - - [2025-12-22 02:35:36] "POST /network-policys HTTP/1.1" 200 559 0.037199 10.0.0.23 - - [2025-12-22 02:35:36] "GET /network-policy/83b2659f-e277-4f6b-a9e4-e545705435c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007817 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.004076 10.0.0.23 - - [2025-12-22 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.65 - - [2025-12-22 02:35:36] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001297 10.0.0.23 - - [2025-12-22 02:35:37] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063948 10.0.0.23 - - [2025-12-22 02:35:37] "POST /network-policys HTTP/1.1" 200 559 0.032497 10.0.0.23 - - [2025-12-22 02:35:37] "GET /network-policy/74096e66-bda1-41e9-b29d-1d8d493968d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007069 10.0.0.23 - - [2025-12-22 02:35:37] "POST /neutron/network HTTP/1.1" 200 1013 0.013397 10.0.0.23 - - [2025-12-22 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.021940 10.0.0.23 - - [2025-12-22 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.017818 10.0.0.23 - - [2025-12-22 02:35:37] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.010126 10.0.0.23 - - [2025-12-22 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.035060 10.0.0.23 - - [2025-12-22 02:35:37] "GET /network-policy/15551f0e-9f44-42bd-b041-69dd262bda64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004526 10.0.0.23 - - [2025-12-22 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-22 02:35:37] "GET /network-policy/83b2659f-e277-4f6b-a9e4-e545705435c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006019 10.0.0.23 - - [2025-12-22 02:35:37] "POST /neutron/network HTTP/1.1" 200 1012 0.015009 10.0.0.23 - - [2025-12-22 02:35:37] "POST /access-control-lists HTTP/1.1" 200 597 0.085032 10.0.0.23 - - [2025-12-22 02:35:37] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.011138 10.0.0.23 - - [2025-12-22 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2025-12-22 02:35:38] "GET /network-policy/74096e66-bda1-41e9-b29d-1d8d493968d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006241 10.0.0.23 - - [2025-12-22 02:35:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001394 10.0.0.23 - - [2025-12-22 02:35:38] "POST /neutron/network HTTP/1.1" 200 1207 0.009058 10.0.0.65 - - [2025-12-22 02:35:38] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002031 10.0.0.23 - - [2025-12-22 02:35:39] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.084028 10.0.0.23 - - [2025-12-22 02:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.007764 10.0.0.23 - - [2025-12-22 02:35:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001975 10.0.0.23 - - [2025-12-22 02:35:39] "POST /neutron/network HTTP/1.1" 200 1207 0.009923 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/port HTTP/1.1" 200 1172 0.030196 10.0.0.65 - - [2025-12-22 02:35:40] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006237 10.0.0.23 - - [2025-12-22 02:35:40] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.106998 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/port HTTP/1.1" 200 1236 0.020564 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014247 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/port HTTP/1.1" 200 117 0.006442 10.0.0.23 - - [2025-12-22 02:35:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001378 10.0.0.23 - - [2025-12-22 02:35:40] "POST /neutron/network HTTP/1.1" 200 1021 0.007965 10.0.0.23 - - [2025-12-22 02:35:41] "PUT /access-control-list/c6c8c6b0-4020-405c-827c-374b50c9f779 HTTP/1.1" 200 272 0.020354 10.0.0.23 - - [2025-12-22 02:35:41] "POST /neutron/port HTTP/1.1" 200 1171 0.025805 10.0.0.65 - - [2025-12-22 02:35:41] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.23 - - [2025-12-22 02:35:41] "POST /neutron/port HTTP/1.1" 200 1235 0.026737 10.0.0.23 - - [2025-12-22 02:35:41] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.076209 10.0.0.23 - - [2025-12-22 02:35:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005570 10.0.0.23 - - [2025-12-22 02:35:41] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.23 - - [2025-12-22 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009228 10.0.0.23 - - [2025-12-22 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010647 10.0.0.23 - - [2025-12-22 02:35:42] "POST /neutron/port HTTP/1.1" 200 1236 0.026269 10.0.0.65 - - [2025-12-22 02:35:42] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.23 - - [2025-12-22 02:35:42] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-22 02:35:42] "POST /neutron/port HTTP/1.1" 200 1170 0.427671 10.0.0.23 - - [2025-12-22 02:35:42] "POST /neutron/port HTTP/1.1" 200 1170 0.019067 10.0.0.23 - - [2025-12-22 02:35:42] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.047326 10.0.0.23 - - [2025-12-22 02:35:42] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.013170 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-machine-interface/c8074b12-98e2-4ea2-acdf-6cb649b1078c HTTP/1.1" 200 3169 0.010852 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.013545 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-machine-interface/c8074b12-98e2-4ea2-acdf-6cb649b1078c HTTP/1.1" 200 3169 0.008253 10.0.0.23 - - [2025-12-22 02:35:43] "GET /instance-ip/ab2a607e-cc34-42c0-9896-4e1494ac5b5e HTTP/1.1" 200 1633 0.007468 10.0.0.23 - - [2025-12-22 02:35:43] "GET /instance-ip/ae7b68b1-c5ad-4211-a13c-2edc9204d9d8 HTTP/1.1" 200 1654 0.008091 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.007193 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-machine-interface/c8074b12-98e2-4ea2-acdf-6cb649b1078c HTTP/1.1" 200 3169 0.010369 10.0.0.23 - - [2025-12-22 02:35:43] "GET /instance-ip/ab2a607e-cc34-42c0-9896-4e1494ac5b5e HTTP/1.1" 200 1633 0.006472 10.0.0.23 - - [2025-12-22 02:35:43] "POST /neutron/port HTTP/1.1" 200 1234 0.038364 10.0.0.23 - - [2025-12-22 02:35:43] "GET /instance-ip/ae7b68b1-c5ad-4211-a13c-2edc9204d9d8 HTTP/1.1" 200 1654 0.005986 10.0.0.23 - - [2025-12-22 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.23 - - [2025-12-22 02:35:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006011 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005533 10.0.0.23 - - [2025-12-22 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 1370 0.021524 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009137 10.0.0.23 - - [2025-12-22 02:35:43] "POST /neutron/network HTTP/1.1" 200 1011 0.013159 10.0.0.23 - - [2025-12-22 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.23 - - [2025-12-22 02:35:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005272 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007325 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008533 10.0.0.23 - - [2025-12-22 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.23 - - [2025-12-22 02:35:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006868 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004478 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009733 10.0.0.23 - - [2025-12-22 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.23 - - [2025-12-22 02:35:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006213 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004431 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008868 10.0.0.23 - - [2025-12-22 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.23 - - [2025-12-22 02:35:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006029 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004779 10.0.0.23 - - [2025-12-22 02:35:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008710 10.0.0.23 - - [2025-12-22 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2025-12-22 02:35:47] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006739 10.0.0.23 - - [2025-12-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2025-12-22 02:35:51] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007213 10.0.0.23 - - [2025-12-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.23 - - [2025-12-22 02:35:55] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005813 10.0.0.23 - - [2025-12-22 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.23 - - [2025-12-22 02:35:59] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006398 10.0.0.23 - - [2025-12-22 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2025-12-22 02:36:03] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009109 10.0.0.23 - - [2025-12-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.23 - - [2025-12-22 02:36:07] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006633 10.0.0.23 - - [2025-12-22 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.23 - - [2025-12-22 02:36:11] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007569 10.0.0.23 - - [2025-12-22 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-12-22 02:36:15] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006551 10.0.0.23 - - [2025-12-22 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.23 - - [2025-12-22 02:36:19] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006212 10.0.0.65 - - [2025-12-22 02:36:20] "DELETE /project/035d31253c284cc0b1aab040f93aa136 HTTP/1.1" 404 173 0.007649 10.0.0.65 - - [2025-12-22 02:36:20] "DELETE /project/e62dc7b4-aee4-4c41-9ff3-c49b128b9cc5 HTTP/1.1" 404 177 0.011745 10.0.0.23 - - [2025-12-22 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2025-12-22 02:36:23] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007360 10.0.0.23 - - [2025-12-22 02:36:24] "POST /neutron/network HTTP/1.1" 200 1120 0.009978 10.0.0.23 - - [2025-12-22 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.025150 10.0.0.23 - - [2025-12-22 02:36:24] "POST /neutron/network HTTP/1.1" 200 1110 0.014041 10.0.0.22 - - [2025-12-22 02:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.062054 10.0.0.23 - - [2025-12-22 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2025-12-22 02:36:28] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007408 10.0.0.23 - - [2025-12-22 02:36:29] "POST /neutron/network HTTP/1.1" 200 1207 0.007638 10.0.0.23 - - [2025-12-22 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015547 10.0.0.23 - - [2025-12-22 02:36:29] "POST /neutron/network HTTP/1.1" 200 1197 0.011362 10.0.0.23 - - [2025-12-22 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2025-12-22 02:36:32] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005959 10.0.0.23 - - [2025-12-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2025-12-22 02:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004588 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003528 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006384 10.0.0.23 - - [2025-12-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.23 - - [2025-12-22 02:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005874 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003875 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006450 10.0.0.23 - - [2025-12-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-12-22 02:36:34] "GET /routing-instance/d0818bc4-5b24-423d-b7f0-c02e9811bd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.007606 10.0.0.23 - - [2025-12-22 02:36:34] "GET /route-target/48022058-d401-48b6-96fb-9b042d768809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005311 10.0.0.23 - - [2025-12-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2025-12-22 02:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005172 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003898 10.0.0.23 - - [2025-12-22 02:36:34] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007157 10.0.0.23 - - [2025-12-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-22 02:36:34] "GET /routing-instance/d0818bc4-5b24-423d-b7f0-c02e9811bd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006738 10.0.0.23 - - [2025-12-22 02:36:34] "GET /route-target/48022058-d401-48b6-96fb-9b042d768809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005282 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007104 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004281 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008315 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007298 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004243 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007338 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005781 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005696 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007048 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005591 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004576 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007272 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008652 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004368 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007786 10.0.0.23 - - [2025-12-22 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.23 - - [2025-12-22 02:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005240 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004537 10.0.0.23 - - [2025-12-22 02:36:35] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008340 10.0.0.65 - - [2025-12-22 02:36:35] "GET /obj-perms HTTP/1.1" 200 5042 0.005151 10.0.0.23 - - [2025-12-22 02:36:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004621 10.0.0.23 - - [2025-12-22 02:36:35] "GET /obj-perms HTTP/1.1" 200 5042 0.006378 10.0.0.65 - - [2025-12-22 02:36:35] "GET /obj-perms HTTP/1.1" 200 5042 0.005162 10.0.0.23 - - [2025-12-22 02:36:36] "POST /neutron/port HTTP/1.1" 200 1235 0.021532 10.0.0.23 - - [2025-12-22 02:36:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012928 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.007914 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.005402 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine-interface/64d9f95b-3cfb-4241-9c31-aaf213300aaa HTTP/1.1" 200 3168 0.007676 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.005207 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine-interface/64d9f95b-3cfb-4241-9c31-aaf213300aaa HTTP/1.1" 200 3168 0.005760 10.0.0.23 - - [2025-12-22 02:36:36] "GET /instance-ip/2a098ec6-907e-474f-952c-fd0273c95baa HTTP/1.1" 200 1652 0.007102 10.0.0.23 - - [2025-12-22 02:36:36] "GET /instance-ip/772b5a84-a1e6-4a87-8c41-4b991cfc1d82 HTTP/1.1" 200 1632 0.008127 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.004331 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-machine-interface/64d9f95b-3cfb-4241-9c31-aaf213300aaa HTTP/1.1" 200 3168 0.006365 10.0.0.23 - - [2025-12-22 02:36:36] "GET /instance-ip/2a098ec6-907e-474f-952c-fd0273c95baa HTTP/1.1" 200 1652 0.004632 10.0.0.23 - - [2025-12-22 02:36:36] "GET /instance-ip/772b5a84-a1e6-4a87-8c41-4b991cfc1d82 HTTP/1.1" 200 1632 0.005149 10.0.0.23 - - [2025-12-22 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2025-12-22 02:36:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004448 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003361 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009434 10.0.0.23 - - [2025-12-22 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2025-12-22 02:36:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006067 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004292 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006664 10.0.0.23 - - [2025-12-22 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.23 - - [2025-12-22 02:36:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007811 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004129 10.0.0.23 - - [2025-12-22 02:36:36] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009057 10.0.0.23 - - [2025-12-22 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.23 - - [2025-12-22 02:36:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004664 10.0.0.23 - - [2025-12-22 02:36:37] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003762 10.0.0.23 - - [2025-12-22 02:36:37] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007198 10.0.0.23 - - [2025-12-22 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.23 - - [2025-12-22 02:36:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006556 10.0.0.23 - - [2025-12-22 02:36:37] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005446 10.0.0.23 - - [2025-12-22 02:36:37] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008909 10.0.0.23 - - [2025-12-22 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2025-12-22 02:36:38] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005634 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004150 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.010471 10.0.0.23 - - [2025-12-22 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.23 - - [2025-12-22 02:36:38] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005210 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004402 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006639 10.0.0.23 - - [2025-12-22 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-12-22 02:36:38] "GET /routing-instance/31fee90c-60fe-4ad1-8996-593a33cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.006044 10.0.0.23 - - [2025-12-22 02:36:38] "GET /route-target/b9244c57-4b43-4071-9d6c-720d0541ccc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004538 10.0.0.23 - - [2025-12-22 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-12-22 02:36:38] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005699 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006520 10.0.0.23 - - [2025-12-22 02:36:38] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006182 10.0.0.23 - - [2025-12-22 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.23 - - [2025-12-22 02:36:38] "GET /routing-instance/31fee90c-60fe-4ad1-8996-593a33cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005851 10.0.0.23 - - [2025-12-22 02:36:38] "GET /route-target/b9244c57-4b43-4071-9d6c-720d0541ccc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007165 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003750 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008243 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004619 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004477 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009090 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005191 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003774 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006621 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006082 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005841 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009780 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005924 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006509 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004116 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007565 10.0.0.23 - - [2025-12-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008525 10.0.0.23 - - [2025-12-22 02:36:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005582 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003763 10.0.0.23 - - [2025-12-22 02:36:39] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006415 10.0.0.65 - - [2025-12-22 02:36:39] "GET /obj-perms HTTP/1.1" 200 5042 0.004969 10.0.0.23 - - [2025-12-22 02:36:39] "GET /obj-perms HTTP/1.1" 200 5042 0.004019 10.0.0.23 - - [2025-12-22 02:36:39] "GET /obj-perms HTTP/1.1" 200 5042 0.004037 10.0.0.65 - - [2025-12-22 02:36:39] "GET /obj-perms HTTP/1.1" 200 5042 0.005000 10.0.0.23 - - [2025-12-22 02:36:39] "GET /obj-perms HTTP/1.1" 200 5042 0.003947 10.0.0.23 - - [2025-12-22 02:36:40] "POST /neutron/port HTTP/1.1" 200 1234 0.021492 10.0.0.23 - - [2025-12-22 02:36:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010445 10.0.0.23 - - [2025-12-22 02:36:40] "POST /neutron/port HTTP/1.1" 200 1234 0.026330 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.007772 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.005194 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine-interface/c83eb8e7-dd10-481b-8a87-bbc0a61d2d73 HTTP/1.1" 200 3168 0.009084 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.004230 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine-interface/c83eb8e7-dd10-481b-8a87-bbc0a61d2d73 HTTP/1.1" 200 3168 0.009685 10.0.0.23 - - [2025-12-22 02:36:40] "GET /instance-ip/9e750444-abe1-402b-b78c-fc2fd1655ce4 HTTP/1.1" 200 1654 0.009081 10.0.0.23 - - [2025-12-22 02:36:40] "GET /instance-ip/c0902416-1853-48f3-8cae-9b7a90ba9512 HTTP/1.1" 200 1631 0.009829 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.006653 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-machine-interface/c83eb8e7-dd10-481b-8a87-bbc0a61d2d73 HTTP/1.1" 200 3168 0.008991 10.0.0.23 - - [2025-12-22 02:36:40] "GET /instance-ip/9e750444-abe1-402b-b78c-fc2fd1655ce4 HTTP/1.1" 200 1654 0.005556 10.0.0.23 - - [2025-12-22 02:36:40] "GET /instance-ip/c0902416-1853-48f3-8cae-9b7a90ba9512 HTTP/1.1" 200 1631 0.007095 10.0.0.23 - - [2025-12-22 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.23 - - [2025-12-22 02:36:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005373 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007437 10.0.0.23 - - [2025-12-22 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.23 - - [2025-12-22 02:36:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006451 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005566 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008303 10.0.0.23 - - [2025-12-22 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.23 - - [2025-12-22 02:36:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005069 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004050 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008525 10.0.0.23 - - [2025-12-22 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-22 02:36:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005488 10.0.0.23 - - [2025-12-22 02:36:40] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004230 10.0.0.23 - - [2025-12-22 02:36:41] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006471 10.0.0.23 - - [2025-12-22 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007323 10.0.0.23 - - [2025-12-22 02:36:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005484 10.0.0.23 - - [2025-12-22 02:36:41] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003822 10.0.0.23 - - [2025-12-22 02:36:41] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008190 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.23 - - [2025-12-22 02:36:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004114 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003628 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008144 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2025-12-22 02:36:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004121 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004320 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006468 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2025-12-22 02:36:42] "GET /routing-instance/8b202428-1099-4deb-b355-461418ffadd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005488 10.0.0.23 - - [2025-12-22 02:36:42] "GET /route-target/394d3b22-3fb0-4dc5-8c1a-4d4beebaca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005039 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2025-12-22 02:36:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003329 10.0.0.23 - - [2025-12-22 02:36:42] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006174 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2025-12-22 02:36:42] "GET /routing-instance/8b202428-1099-4deb-b355-461418ffadd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004522 10.0.0.23 - - [2025-12-22 02:36:42] "GET /route-target/394d3b22-3fb0-4dc5-8c1a-4d4beebaca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005710 10.0.0.23 - - [2025-12-22 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.23 - - [2025-12-22 02:36:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005314 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004102 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007054 10.0.0.23 - - [2025-12-22 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.23 - - [2025-12-22 02:36:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003891 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005959 10.0.0.23 - - [2025-12-22 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.23 - - [2025-12-22 02:36:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006438 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005013 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008285 10.0.0.23 - - [2025-12-22 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.23 - - [2025-12-22 02:36:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005368 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004726 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.011239 10.0.0.65 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.007734 10.0.0.23 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.005294 10.0.0.23 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004432 10.0.0.65 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.007335 10.0.0.23 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.005556 10.0.0.22 - - [2025-12-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.006132 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.005622 10.0.0.23 - - [2025-12-22 02:36:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.013558 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-machine-interface/c8074b12-98e2-4ea2-acdf-6cb649b1078c HTTP/1.1" 200 3169 0.005997 10.0.0.23 - - [2025-12-22 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2025-12-22 02:36:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005074 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003689 10.0.0.23 - - [2025-12-22 02:36:43] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007396 10.0.0.23 - - [2025-12-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.23 - - [2025-12-22 02:36:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005243 10.0.0.23 - - [2025-12-22 02:36:45] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005377 10.0.0.23 - - [2025-12-22 02:36:45] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007519 10.0.0.23 - - [2025-12-22 02:36:46] "POST /neutron/port HTTP/1.1" 200 1236 0.020557 10.0.0.23 - - [2025-12-22 02:36:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008958 10.0.0.23 - - [2025-12-22 02:36:55] "POST /neutron/port HTTP/1.1" 200 1236 0.020031 10.0.0.23 - - [2025-12-22 02:37:00] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.005519 10.0.0.23 - - [2025-12-22 02:37:00] "GET /virtual-machine-interface/64d9f95b-3cfb-4241-9c31-aaf213300aaa HTTP/1.1" 200 3168 0.006077 10.0.0.23 - - [2025-12-22 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.23 - - [2025-12-22 02:37:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006132 10.0.0.23 - - [2025-12-22 02:37:00] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004237 10.0.0.23 - - [2025-12-22 02:37:00] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006280 10.0.0.23 - - [2025-12-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.23 - - [2025-12-22 02:37:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004584 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009734 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.005044 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-machine-interface/c83eb8e7-dd10-481b-8a87-bbc0a61d2d73 HTTP/1.1" 200 3168 0.006768 10.0.0.23 - - [2025-12-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.23 - - [2025-12-22 02:37:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005689 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004512 10.0.0.23 - - [2025-12-22 02:37:02] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007468 10.0.0.23 - - [2025-12-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.23 - - [2025-12-22 02:37:03] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.23 - - [2025-12-22 02:37:03] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003258 10.0.0.23 - - [2025-12-22 02:37:03] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006750 10.0.0.23 - - [2025-12-22 02:37:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009311 10.0.0.23 - - [2025-12-22 02:37:25] "POST /neutron/network HTTP/1.1" 200 1120 0.008480 10.0.0.23 - - [2025-12-22 02:37:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015162 10.0.0.23 - - [2025-12-22 02:37:25] "POST /neutron/network HTTP/1.1" 200 1110 0.011745 10.0.0.23 - - [2025-12-22 02:37:29] "POST /neutron/network HTTP/1.1" 200 1021 0.033986 10.0.0.23 - - [2025-12-22 02:37:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.019203 10.0.0.23 - - [2025-12-22 02:37:29] "POST /neutron/network HTTP/1.1" 200 1011 0.012789 10.0.0.23 - - [2025-12-22 02:37:32] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 200 1298 0.006296 10.0.0.23 - - [2025-12-22 02:37:33] "POST /neutron/port HTTP/1.1" 200 151 0.250539 10.0.0.23 - - [2025-12-22 02:37:34] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 404 171 0.004284 10.0.0.23 - - [2025-12-22 02:37:34] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 404 171 0.004194 10.0.0.23 - - [2025-12-22 02:37:34] "GET /virtual-machine/85a2e1ab-c500-4f7c-b7d6-26a063f0c22c HTTP/1.1" 404 171 0.003286 10.0.0.23 - - [2025-12-22 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.23 - - [2025-12-22 02:37:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008239 10.0.0.23 - - [2025-12-22 02:37:34] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005848 10.0.0.23 - - [2025-12-22 02:37:35] "GET /virtual-network/50d650d8-1472-405b-ae62-afb600173212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007298 10.0.0.23 - - [2025-12-22 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-12-22 02:37:35] "GET /routing-instance/8b202428-1099-4deb-b355-461418ffadd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006067 10.0.0.23 - - [2025-12-22 02:37:35] "GET /route-target/394d3b22-3fb0-4dc5-8c1a-4d4beebaca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004501 10.0.0.65 - - [2025-12-22 02:37:35] "GET /obj-perms HTTP/1.1" 200 5042 0.005131 10.0.0.23 - - [2025-12-22 02:37:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004193 10.0.0.65 - - [2025-12-22 02:37:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004312 10.0.0.23 - - [2025-12-22 02:37:47] "GET /obj-perms HTTP/1.1" 200 5042 0.005421 10.0.0.23 - - [2025-12-22 02:37:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004409 10.0.0.65 - - [2025-12-22 02:37:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004608 10.0.0.23 - - [2025-12-22 02:37:50] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 200 1299 0.005602 10.0.0.23 - - [2025-12-22 02:37:51] "POST /neutron/port HTTP/1.1" 200 151 0.246075 10.0.0.23 - - [2025-12-22 02:37:52] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 404 171 0.004001 10.0.0.23 - - [2025-12-22 02:37:52] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 404 171 0.003191 10.0.0.23 - - [2025-12-22 02:37:52] "GET /virtual-machine/ee63c1c0-b091-454e-8db9-cddc6db4aa49 HTTP/1.1" 404 171 0.003093 10.0.0.23 - - [2025-12-22 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.23 - - [2025-12-22 02:37:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004044 10.0.0.23 - - [2025-12-22 02:37:52] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003060 10.0.0.23 - - [2025-12-22 02:37:53] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007737 10.0.0.23 - - [2025-12-22 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-12-22 02:37:53] "GET /routing-instance/31fee90c-60fe-4ad1-8996-593a33cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005199 10.0.0.23 - - [2025-12-22 02:37:53] "GET /route-target/b9244c57-4b43-4071-9d6c-720d0541ccc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004239 10.0.0.23 - - [2025-12-22 02:37:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004272 10.0.0.65 - - [2025-12-22 02:37:59] "GET /obj-perms HTTP/1.1" 200 5042 0.005302 10.0.0.23 - - [2025-12-22 02:38:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004839 10.0.0.65 - - [2025-12-22 02:38:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003901 10.0.0.23 - - [2025-12-22 02:38:17] "GET /obj-perms HTTP/1.1" 200 5042 0.007000 10.0.0.65 - - [2025-12-22 02:38:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004900 10.0.0.22 - - [2025-12-22 02:38:17] "GET /obj-perms HTTP/1.1" 200 5042 0.006089 10.0.0.23 - - [2025-12-22 02:38:17] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 200 1298 0.006060 10.0.0.23 - - [2025-12-22 02:38:18] "POST /neutron/port HTTP/1.1" 200 151 0.279248 10.0.0.23 - - [2025-12-22 02:38:19] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 404 171 0.004809 10.0.0.23 - - [2025-12-22 02:38:19] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 404 171 0.003676 10.0.0.23 - - [2025-12-22 02:38:19] "GET /virtual-machine/37296242-b511-41ee-bf6b-96a6b7b4d8db HTTP/1.1" 404 171 0.003418 10.0.0.23 - - [2025-12-22 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2025-12-22 02:38:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.23 - - [2025-12-22 02:38:20] "GET /virtual-networks?parent_id=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003546 10.0.0.23 - - [2025-12-22 02:38:20] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008619 10.0.0.23 - - [2025-12-22 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2025-12-22 02:38:20] "GET /routing-instance/d0818bc4-5b24-423d-b7f0-c02e9811bd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004912 10.0.0.23 - - [2025-12-22 02:38:20] "GET /route-target/48022058-d401-48b6-96fb-9b042d768809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004070 10.0.0.23 - - [2025-12-22 02:38:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004765 10.0.0.65 - - [2025-12-22 02:38:23] "GET /obj-perms HTTP/1.1" 200 5042 0.003771 10.0.0.23 - - [2025-12-22 02:38:27] "GET /obj-perms HTTP/1.1" 200 5056 0.057810 10.0.0.65 - - [2025-12-22 02:38:29] "GET /obj-perms HTTP/1.1" 200 5042 0.005719 10.0.0.23 - - [2025-12-22 02:38:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004233 10.0.0.65 - - [2025-12-22 02:38:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004339 10.0.0.23 - - [2025-12-22 02:38:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004071 10.0.0.65 - - [2025-12-22 02:38:48] "GET /obj-perms HTTP/1.1" 200 5042 0.004186 10.0.0.23 - - [2025-12-22 02:38:48] "GET /obj-perms HTTP/1.1" 200 5042 0.004575 10.0.0.23 - - [2025-12-22 02:38:48] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005966 10.0.0.23 - - [2025-12-22 02:38:48] "POST /neutron/network HTTP/1.1" 200 1012 0.027311 10.0.0.23 - - [2025-12-22 02:38:48] "DELETE /access-control-list/c6c8c6b0-4020-405c-827c-374b50c9f779 HTTP/1.1" 200 115 0.062818 10.0.0.23 - - [2025-12-22 02:38:48] "GET /virtual-network/9ee44167-f81d-4315-94ed-7556d205dd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005862 10.0.0.23 - - [2025-12-22 02:38:48] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006068 10.0.0.23 - - [2025-12-22 02:38:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002946 10.0.0.23 - - [2025-12-22 02:38:48] "POST /neutron/network HTTP/1.1" 200 1013 0.024252 10.0.0.23 - - [2025-12-22 02:38:48] "GET /virtual-network/117b1ec5-8639-4f2f-ab04-17a280f9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006191 10.0.0.23 - - [2025-12-22 02:38:48] "DELETE /network-policy/74096e66-bda1-41e9-b29d-1d8d493968d8 HTTP/1.1" 200 115 0.050349 10.0.0.23 - - [2025-12-22 02:38:48] "DELETE /network-policy/83b2659f-e277-4f6b-a9e4-e545705435c6 HTTP/1.1" 200 115 0.037585 10.0.0.23 - - [2025-12-22 02:38:48] "DELETE /network-policy/15551f0e-9f44-42bd-b041-69dd262bda64 HTTP/1.1" 200 115 0.041958 10.0.0.23 - - [2025-12-22 02:38:49] "POST /ref-update HTTP/1.1" 200 156 0.046099 10.0.0.23 - - [2025-12-22 02:38:49] "DELETE /route-target/394d3b22-3fb0-4dc5-8c1a-4d4beebaca3e HTTP/1.1" 200 115 0.022572 10.0.0.23 - - [2025-12-22 02:38:49] "POST /neutron/network HTTP/1.1" 200 1012 0.010288 10.0.0.65 - - [2025-12-22 02:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.65 - - [2025-12-22 02:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005623 10.0.0.23 - - [2025-12-22 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.65 - - [2025-12-22 02:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002654 10.0.0.65 - - [2025-12-22 02:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.23 - - [2025-12-22 02:38:49] "POST /neutron/network HTTP/1.1" 200 151 0.150892 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2025-12-22 02:38:50] "DELETE /network-ipam/975f4bdf-d637-48a3-932c-4f9cc1e25392 HTTP/1.1" 200 115 0.032872 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.003640 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.23 - - [2025-12-22 02:38:50] "DELETE /network-ipam/a2831152-8cc7-4024-b806-e6b7c8773bd2 HTTP/1.1" 200 115 0.045117 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.004375 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011970 10.0.0.23 - - [2025-12-22 02:38:50] "DELETE /network-ipam/bd4e1547-c7dd-447a-941b-043a8a92a885 HTTP/1.1" 200 115 0.063673 10.0.0.23 - - [2025-12-22 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.004502 10.0.0.65 - - [2025-12-22 02:38:53] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001507 10.0.0.23 - - [2025-12-22 02:38:53] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.056429 10.0.0.65 - - [2025-12-22 02:38:53] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001460 10.0.0.23 - - [2025-12-22 02:38:53] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?fields=virtual_networks HTTP/1.1" 200 1043 0.037681 10.0.0.65 - - [2025-12-22 02:38:53] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001055 10.0.0.23 - - [2025-12-22 02:38:53] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.050441 10.0.0.65 - - [2025-12-22 02:38:53] "GET /projects?obj_uuids=035d3125-3c28-4cc0-b1aa-b040f93aa136&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001454 10.0.0.23 - - [2025-12-22 02:38:53] "GET /project/035d3125-3c28-4cc0-b1aa-b040f93aa136?fields=security_groups HTTP/1.1" 200 1275 0.048394 10.0.0.23 - - [2025-12-22 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.032732 10.0.0.65 - - [2025-12-22 02:38:54] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004212 10.0.0.65 - - [2025-12-22 02:38:54] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.65 - - [2025-12-22 02:38:54] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008152 10.0.0.65 - - [2025-12-22 02:38:54] "POST /id-to-fqname HTTP/1.1" 200 192 0.002873 10.0.0.65 - - [2025-12-22 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.010667 10.0.0.65 - - [2025-12-22 02:38:54] "POST /security-groups HTTP/1.1" 200 593 0.032133 10.0.0.65 - - [2025-12-22 02:38:54] "POST /projects HTTP/1.1" 200 589 0.254035 10.0.0.23 - - [2025-12-22 02:38:54] "POST /access-control-lists HTTP/1.1" 200 598 0.030024 10.0.0.65 - - [2025-12-22 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.329262 10.0.0.23 - - [2025-12-22 02:38:54] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.490052 10.0.0.23 - - [2025-12-22 02:38:55] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.23 - - [2025-12-22 02:38:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.23 - - [2025-12-22 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.190810 10.0.0.65 - - [2025-12-22 02:38:58] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001721 10.0.0.23 - - [2025-12-22 02:38:58] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051485 10.0.0.23 - - [2025-12-22 02:38:58] "POST /route-targets HTTP/1.1" 200 327 0.017040 10.0.0.65 - - [2025-12-22 02:38:58] "POST /useragent-kv HTTP/1.1" 200 115 0.013690 10.0.0.23 - - [2025-12-22 02:38:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.307424 10.0.0.23 - - [2025-12-22 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.002128 10.0.0.23 - - [2025-12-22 02:38:58] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008502 10.0.0.23 - - [2025-12-22 02:38:58] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005942 10.0.0.23 - - [2025-12-22 02:38:58] "POST /neutron/network HTTP/1.1" 200 827 0.007399 10.0.0.23 - - [2025-12-22 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.65 - - [2025-12-22 02:38:58] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001762 10.0.0.23 - - [2025-12-22 02:38:58] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071977 10.0.0.65 - - [2025-12-22 02:38:58] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.23 - - [2025-12-22 02:38:59] "POST /neutron/network HTTP/1.1" 200 607 0.159002 10.0.0.23 - - [2025-12-22 02:38:59] "POST /ref-update HTTP/1.1" 200 156 0.037836 10.0.0.23 - - [2025-12-22 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.003577 10.0.0.23 - - [2025-12-22 02:38:59] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006340 10.0.0.23 - - [2025-12-22 02:38:59] "POST /neutron/network HTTP/1.1" 200 827 0.007573 10.0.0.23 - - [2025-12-22 02:38:59] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005591 10.0.0.23 - - [2025-12-22 02:38:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.004279 10.0.0.23 - - [2025-12-22 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.65 - - [2025-12-22 02:38:59] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001473 10.0.0.23 - - [2025-12-22 02:38:59] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042228 10.0.0.23 - - [2025-12-22 02:38:59] "POST /network-policys HTTP/1.1" 200 571 0.035471 10.0.0.23 - - [2025-12-22 02:38:59] "GET /network-policy/de81f733-1c63-469f-8ba8-06966670a38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006482 10.0.0.23 - - [2025-12-22 02:38:59] "POST /neutron/network HTTP/1.1" 200 827 0.007634 10.0.0.23 - - [2025-12-22 02:38:59] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008127 10.0.0.23 - - [2025-12-22 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2025-12-22 02:38:59] "GET /network-policy/de81f733-1c63-469f-8ba8-06966670a38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005459 10.0.0.23 - - [2025-12-22 02:39:00] "POST /neutron/network HTTP/1.1" 200 827 0.008247 10.0.0.23 - - [2025-12-22 02:39:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.004286 10.0.0.23 - - [2025-12-22 02:39:00] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011698 10.0.0.23 - - [2025-12-22 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2025-12-22 02:39:00] "GET /network-policy/de81f733-1c63-469f-8ba8-06966670a38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.011245 10.0.0.23 - - [2025-12-22 02:39:00] "PUT /access-control-list/60e470ce-d2bf-485b-8826-b0d8507900d9 HTTP/1.1" 200 272 0.080790 10.0.0.23 - - [2025-12-22 02:39:00] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005511 10.0.0.23 - - [2025-12-22 02:39:02] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005696 10.0.0.22 - - [2025-12-22 02:39:02] "GET /obj-perms HTTP/1.1" 200 5034 0.059855 10.0.0.65 - - [2025-12-22 02:39:02] "GET /obj-perms HTTP/1.1" 200 5034 0.052771 10.0.0.23 - - [2025-12-22 02:39:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001744 10.0.0.23 - - [2025-12-22 02:39:02] "POST /neutron/network HTTP/1.1" 200 939 0.008140 10.0.0.65 - - [2025-12-22 02:39:03] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001386 10.0.0.23 - - [2025-12-22 02:39:03] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070792 10.0.0.23 - - [2025-12-22 02:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.008503 10.0.0.23 - - [2025-12-22 02:39:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001765 10.0.0.23 - - [2025-12-22 02:39:04] "POST /neutron/network HTTP/1.1" 200 939 0.010381 10.0.0.23 - - [2025-12-22 02:39:04] "POST /neutron/port HTTP/1.1" 200 1063 0.018621 10.0.0.23 - - [2025-12-22 02:39:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.23 - - [2025-12-22 02:39:05] "POST /neutron/network HTTP/1.1" 200 929 0.008738 10.0.0.65 - - [2025-12-22 02:39:05] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.23 - - [2025-12-22 02:39:05] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069283 10.0.0.23 - - [2025-12-22 02:39:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008349 10.0.0.23 - - [2025-12-22 02:39:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008847 10.0.0.23 - - [2025-12-22 02:39:05] "PUT /access-control-list/a09842ea-6487-4882-886e-0358c0a75656 HTTP/1.1" 200 272 0.044338 10.0.0.23 - - [2025-12-22 02:39:06] "POST /neutron/port HTTP/1.1" 200 1063 0.055329 10.0.0.23 - - [2025-12-22 02:39:06] "POST /neutron/port HTTP/1.1" 200 1127 0.021677 10.0.0.23 - - [2025-12-22 02:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.65 - - [2025-12-22 02:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.65 - - [2025-12-22 02:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-12-22 02:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-12-22 02:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2025-12-22 02:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.22 - - [2025-12-22 02:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000633 10.0.0.65 - - [2025-12-22 02:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.65 - - [2025-12-22 02:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-22 02:39:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-22 02:39:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-22 02:39:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009583 10.0.0.23 - - [2025-12-22 02:39:10] "POST /neutron/port HTTP/1.1" 200 1127 0.024223 10.0.0.23 - - [2025-12-22 02:39:10] "GET /virtual-machine/1a592bdf-7d46-4551-8842-8a2dcdfe1990 HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2025-12-22 02:39:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2025-12-22 02:39:11] "GET /virtual-machine/1a592bdf-7d46-4551-8842-8a2dcdfe1990 HTTP/1.1" 200 1293 0.066331 10.0.0.23 - - [2025-12-22 02:39:11] "GET /virtual-machine-interface/26c371b5-8c96-41bd-a143-882ba5236bf4 HTTP/1.1" 200 2951 0.009212 10.0.0.23 - - [2025-12-22 02:39:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000897 10.0.0.23 - - [2025-12-22 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005326 10.0.0.23 - - [2025-12-22 02:39:11] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004295 10.0.0.23 - - [2025-12-22 02:39:11] "GET /virtual-networks?parent_id=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005382 10.0.0.23 - - [2025-12-22 02:39:11] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008728 10.0.0.23 - - [2025-12-22 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2025-12-22 02:39:14] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008087 10.0.0.23 - - [2025-12-22 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.23 - - [2025-12-22 02:39:18] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008365 10.0.0.65 - - [2025-12-22 02:39:20] "DELETE /project/86718898a9864c03b553ae9191de93e2 HTTP/1.1" 404 173 0.003453 10.0.0.65 - - [2025-12-22 02:39:20] "DELETE /project/035d3125-3c28-4cc0-b1aa-b040f93aa136 HTTP/1.1" 404 177 0.006325 10.0.0.23 - - [2025-12-22 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-12-22 02:39:22] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005579 10.0.0.23 - - [2025-12-22 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-12-22 02:39:26] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006335 10.0.0.23 - - [2025-12-22 02:39:27] "POST /neutron/port HTTP/1.1" 200 1127 0.027742 10.0.0.23 - - [2025-12-22 02:39:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.011746 10.0.0.23 - - [2025-12-22 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2025-12-22 02:39:30] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005468 10.0.0.23 - - [2025-12-22 02:39:30] "POST /neutron/port HTTP/1.1" 200 1127 0.019601 10.0.0.23 - - [2025-12-22 02:39:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004586 10.0.0.23 - - [2025-12-22 02:39:31] "POST /neutron/network HTTP/1.1" 200 929 0.007575 10.0.0.23 - - [2025-12-22 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.23 - - [2025-12-22 02:39:34] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006967 10.0.0.23 - - [2025-12-22 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2025-12-22 02:39:38] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005398 10.0.0.23 - - [2025-12-22 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.23 - - [2025-12-22 02:39:42] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006645 10.0.0.23 - - [2025-12-22 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.23 - - [2025-12-22 02:39:47] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007430 10.0.0.23 - - [2025-12-22 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.23 - - [2025-12-22 02:39:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.23 - - [2025-12-22 02:39:49] "GET /virtual-networks?parent_id=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003509 10.0.0.23 - - [2025-12-22 02:39:49] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005886 10.0.0.23 - - [2025-12-22 02:39:54] "POST /neutron/port HTTP/1.1" 200 1127 0.019286 10.0.0.23 - - [2025-12-22 02:39:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010113 10.0.0.23 - - [2025-12-22 02:40:04] "POST /neutron/port HTTP/1.1" 200 1127 0.023950 10.0.0.23 - - [2025-12-22 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.029107 10.0.0.23 - - [2025-12-22 02:40:15] "POST /neutron/port HTTP/1.1" 200 1127 0.023385 10.0.0.23 - - [2025-12-22 02:40:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009517 10.0.0.23 - - [2025-12-22 02:40:15] "GET /virtual-machine/5ceaefa7-3d4b-47ee-8be3-22ed03e33c05 HTTP/1.1" 200 1294 0.007375 10.0.0.23 - - [2025-12-22 02:40:15] "GET /virtual-machine-interface/86d597c3-0cb5-4315-a9a0-e8f3d15dec3a HTTP/1.1" 200 2951 0.006393 10.0.0.23 - - [2025-12-22 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-12-22 02:40:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007556 10.0.0.23 - - [2025-12-22 02:40:15] "GET /virtual-networks?parent_id=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004894 10.0.0.23 - - [2025-12-22 02:40:15] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006723 10.0.0.23 - - [2025-12-22 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.23 - - [2025-12-22 02:40:16] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006505 10.0.0.23 - - [2025-12-22 02:40:16] "GET /virtual-networks?parent_id=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004261 10.0.0.23 - - [2025-12-22 02:40:16] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006383 10.0.0.23 - - [2025-12-22 02:40:16] "POST /neutron/port HTTP/1.1" 200 1127 0.020193 10.0.0.23 - - [2025-12-22 02:40:28] "POST /neutron/port HTTP/1.1" 200 1127 0.019815 10.0.0.23 - - [2025-12-22 02:40:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.010800 10.0.0.23 - - [2025-12-22 02:40:29] "GET /obj-perms HTTP/1.1" 200 5056 0.069250 10.0.0.23 - - [2025-12-22 02:40:30] "POST /neutron/port HTTP/1.1" 200 1127 0.020100 10.0.0.23 - - [2025-12-22 02:40:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.23 - - [2025-12-22 02:40:31] "POST /neutron/network HTTP/1.1" 200 929 0.008896 10.0.0.23 - - [2025-12-22 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.65 - - [2025-12-22 02:40:41] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.035389 10.0.0.23 - - [2025-12-22 02:40:41] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.087221 10.0.0.23 - - [2025-12-22 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.23 - - [2025-12-22 02:40:42] "PUT /network-policy/de81f733-1c63-469f-8ba8-06966670a38a HTTP/1.1" 200 262 0.018524 10.0.0.23 - - [2025-12-22 02:40:42] "PUT /access-control-list/60e470ce-d2bf-485b-8826-b0d8507900d9 HTTP/1.1" 200 272 0.062325 10.0.0.23 - - [2025-12-22 02:40:45] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.015942 10.0.0.23 - - [2025-12-22 02:40:45] "POST /neutron/network HTTP/1.1" 200 827 0.011520 10.0.0.23 - - [2025-12-22 02:40:46] "GET /virtual-network/2117ac18-4d91-47e5-bbdd-f763df56f7b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.023396 10.0.0.23 - - [2025-12-22 02:40:46] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008860 10.0.0.23 - - [2025-12-22 02:40:46] "POST /neutron/network HTTP/1.1" 200 827 0.032743 10.0.0.23 - - [2025-12-22 02:40:46] "DELETE /access-control-list/60e470ce-d2bf-485b-8826-b0d8507900d9 HTTP/1.1" 200 115 0.076067 10.0.0.23 - - [2025-12-22 02:40:46] "GET /virtual-network/404268a6-a0f6-47b3-8cbe-708d9601c107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010926 10.0.0.23 - - [2025-12-22 02:40:46] "DELETE /network-policy/de81f733-1c63-469f-8ba8-06966670a38a HTTP/1.1" 200 115 0.048058 10.0.0.23 - - [2025-12-22 02:40:46] "POST /neutron/network HTTP/1.1" 400 204 0.038309 10.0.0.23 - - [2025-12-22 02:40:46] "POST /neutron/port HTTP/1.1" 200 151 0.305691 10.0.0.23 - - [2025-12-22 02:40:48] "POST /neutron/network HTTP/1.1" 200 827 0.007742 10.0.0.65 - - [2025-12-22 02:40:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.23 - - [2025-12-22 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.65 - - [2025-12-22 02:40:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.23 - - [2025-12-22 02:40:48] "POST /neutron/network HTTP/1.1" 200 151 0.134122 10.0.0.65 - - [2025-12-22 02:40:50] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.23 - - [2025-12-22 02:40:50] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.082429 10.0.0.65 - - [2025-12-22 02:40:50] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.23 - - [2025-12-22 02:40:50] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?fields=virtual_networks HTTP/1.1" 200 1036 0.040970 10.0.0.65 - - [2025-12-22 02:40:50] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001653 10.0.0.23 - - [2025-12-22 02:40:50] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.041661 10.0.0.65 - - [2025-12-22 02:40:50] "GET /projects?obj_uuids=86718898-a986-4c03-b553-ae9191de93e2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.23 - - [2025-12-22 02:40:50] "GET /project/86718898-a986-4c03-b553-ae9191de93e2?fields=security_groups HTTP/1.1" 200 1264 0.044960 10.0.0.23 - - [2025-12-22 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.031286 10.0.0.65 - - [2025-12-22 02:40:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003917 10.0.0.65 - - [2025-12-22 02:40:51] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.65 - - [2025-12-22 02:40:51] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033910 10.0.0.65 - - [2025-12-22 02:40:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.009254 10.0.0.65 - - [2025-12-22 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.003603 10.0.0.65 - - [2025-12-22 02:40:51] "POST /security-groups HTTP/1.1" 200 603 0.035386 10.0.0.65 - - [2025-12-22 02:40:52] "POST /projects HTTP/1.1" 200 609 0.263968 10.0.0.23 - - [2025-12-22 02:40:52] "POST /access-control-lists HTTP/1.1" 200 608 0.032030 10.0.0.65 - - [2025-12-22 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.336747 10.0.0.23 - - [2025-12-22 02:40:52] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.512828 10.0.0.23 - - [2025-12-22 02:40:53] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.23 - - [2025-12-22 02:40:56] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.65 - - [2025-12-22 02:40:56] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001635 10.0.0.23 - - [2025-12-22 02:40:57] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077551 10.0.0.23 - - [2025-12-22 02:40:57] "GET / HTTP/1.1" 200 35931 0.002974 10.0.0.23 - - [2025-12-22 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.65 - - [2025-12-22 02:40:57] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.23 - - [2025-12-22 02:40:57] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008596 10.0.0.23 - - [2025-12-22 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.65 - - [2025-12-22 02:40:58] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001702 10.0.0.23 - - [2025-12-22 02:40:58] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049127 10.0.0.23 - - [2025-12-22 02:40:59] "GET /domains HTTP/1.1" 401 292 0.000658 10.0.0.23 - - [2025-12-22 02:40:59] "GET /domains HTTP/1.1" 200 280 0.032474 10.0.0.65 - - [2025-12-22 02:40:59] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.23 - - [2025-12-22 02:40:59] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822 HTTP/1.1" 200 2774 0.010432 10.0.0.65 - - [2025-12-22 02:40:59] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.23 - - [2025-12-22 02:40:59] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0 HTTP/1.1" 200 1924 0.100739 10.0.0.23 - - [2025-12-22 02:40:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003247 10.0.0.23 - - [2025-12-22 02:40:59] "POST /network-ipams HTTP/1.1" 200 621 0.033959 10.0.0.23 - - [2025-12-22 02:40:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003696 10.0.0.23 - - [2025-12-22 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-12-22 02:40:59] "GET /network-ipam/a517bc11-9e67-49f9-9e10-aa3ab90c77d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007937 10.0.0.23 - - [2025-12-22 02:40:59] "PUT /network-ipam/a517bc11-9e67-49f9-9e10-aa3ab90c77d6 HTTP/1.1" 200 258 0.017221 10.0.0.23 - - [2025-12-22 02:40:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-22 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035544 10.0.0.65 - - [2025-12-22 02:41:00] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001638 10.0.0.23 - - [2025-12-22 02:41:00] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067257 10.0.0.23 - - [2025-12-22 02:41:00] "POST /route-targets HTTP/1.1" 200 327 0.016500 10.0.0.65 - - [2025-12-22 02:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.010337 10.0.0.23 - - [2025-12-22 02:41:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.260096 10.0.0.23 - - [2025-12-22 02:41:01] "POST /neutron/network HTTP/1.1" 200 1335 0.014479 10.0.0.23 - - [2025-12-22 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001285 10.0.0.23 - - [2025-12-22 02:41:01] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.005751 10.0.0.23 - - [2025-12-22 02:41:01] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.006662 10.0.0.23 - - [2025-12-22 02:41:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.009826 10.0.0.23 - - [2025-12-22 02:41:02] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.008738 10.0.0.22 - - [2025-12-22 02:41:03] "GET /obj-perms HTTP/1.1" 200 5019 0.052974 10.0.0.23 - - [2025-12-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003521 10.0.0.23 - - [2025-12-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.65 - - [2025-12-22 02:41:03] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001742 10.0.0.23 - - [2025-12-22 02:41:03] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060497 10.0.0.23 - - [2025-12-22 02:41:03] "POST /network-policys HTTP/1.1" 200 563 0.069172 10.0.0.23 - - [2025-12-22 02:41:03] "GET /network-policy/ade2ad4e-3988-4fda-a79d-ad865b7f8f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.011114 10.0.0.23 - - [2025-12-22 02:41:03] "DELETE /access-control-list/079df907-08f0-4d99-af03-c95cba11879a HTTP/1.1" 200 115 0.065346 10.0.0.23 - - [2025-12-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003173 10.0.0.23 - - [2025-12-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.65 - - [2025-12-22 02:41:04] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.23 - - [2025-12-22 02:41:04] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063804 10.0.0.23 - - [2025-12-22 02:41:04] "POST /network-policys HTTP/1.1" 200 563 0.080018 10.0.0.23 - - [2025-12-22 02:41:04] "GET /network-policy/88e9949f-13a0-45dd-83e2-1a0653dee483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.006680 10.0.0.23 - - [2025-12-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.004910 10.0.0.23 - - [2025-12-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.65 - - [2025-12-22 02:41:04] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001598 10.0.0.23 - - [2025-12-22 02:41:04] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052494 10.0.0.23 - - [2025-12-22 02:41:04] "POST /network-policys HTTP/1.1" 200 563 0.078300 10.0.0.23 - - [2025-12-22 02:41:04] "GET /network-policy/6e296b3b-8043-4fd4-84b2-c80b908875ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007013 10.0.0.23 - - [2025-12-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003149 10.0.0.23 - - [2025-12-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-12-22 02:41:04] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.23 - - [2025-12-22 02:41:04] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046887 10.0.0.23 - - [2025-12-22 02:41:05] "POST /network-policys HTTP/1.1" 200 563 0.076645 10.0.0.23 - - [2025-12-22 02:41:05] "GET /network-policy/c9347d76-fc66-42d4-a787-0ce7a54e17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009172 10.0.0.23 - - [2025-12-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003484 10.0.0.23 - - [2025-12-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.65 - - [2025-12-22 02:41:05] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.23 - - [2025-12-22 02:41:05] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046738 10.0.0.23 - - [2025-12-22 02:41:05] "POST /network-policys HTTP/1.1" 200 563 0.081680 10.0.0.23 - - [2025-12-22 02:41:05] "GET /network-policy/fb5e6bfc-e728-46ea-80ee-7b939cb5694d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010181 10.0.0.23 - - [2025-12-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.004364 10.0.0.23 - - [2025-12-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.65 - - [2025-12-22 02:41:05] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.23 - - [2025-12-22 02:41:05] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072827 10.0.0.23 - - [2025-12-22 02:41:05] "POST /network-policys HTTP/1.1" 200 563 0.080172 10.0.0.23 - - [2025-12-22 02:41:05] "GET /network-policy/eada6199-e9ef-4d99-b173-e9faeb60e89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008445 10.0.0.23 - - [2025-12-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003290 10.0.0.23 - - [2025-12-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.65 - - [2025-12-22 02:41:06] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001752 10.0.0.23 - - [2025-12-22 02:41:06] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053239 10.0.0.23 - - [2025-12-22 02:41:06] "POST /network-policys HTTP/1.1" 200 563 0.084146 10.0.0.23 - - [2025-12-22 02:41:06] "GET /network-policy/6168cf82-aeb6-40ee-886a-a260ccc90b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008086 10.0.0.23 - - [2025-12-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.004507 10.0.0.23 - - [2025-12-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.65 - - [2025-12-22 02:41:06] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001696 10.0.0.23 - - [2025-12-22 02:41:06] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042276 10.0.0.23 - - [2025-12-22 02:41:06] "POST /network-policys HTTP/1.1" 200 563 0.079901 10.0.0.23 - - [2025-12-22 02:41:06] "GET /network-policy/b55314b0-070d-4274-9d5d-dd338dac2c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007483 10.0.0.23 - - [2025-12-22 02:41:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003395 10.0.0.23 - - [2025-12-22 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.65 - - [2025-12-22 02:41:07] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.23 - - [2025-12-22 02:41:07] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045682 10.0.0.23 - - [2025-12-22 02:41:07] "POST /network-policys HTTP/1.1" 200 563 0.071727 10.0.0.23 - - [2025-12-22 02:41:07] "GET /network-policy/9a80280b-6f2e-4529-84c2-81ffa31ae73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007497 10.0.0.23 - - [2025-12-22 02:41:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003171 10.0.0.23 - - [2025-12-22 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.65 - - [2025-12-22 02:41:07] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.23 - - [2025-12-22 02:41:07] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054173 10.0.0.23 - - [2025-12-22 02:41:07] "POST /network-policys HTTP/1.1" 200 563 0.079972 10.0.0.23 - - [2025-12-22 02:41:07] "GET /network-policy/edd8926b-9b66-4ba4-a16a-d44a01ab0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006738 10.0.0.23 - - [2025-12-22 02:41:07] "POST /neutron/network HTTP/1.1" 200 1335 0.014399 10.0.0.23 - - [2025-12-22 02:41:08] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.009317 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/6168cf82-aeb6-40ee-886a-a260ccc90b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004519 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/6e296b3b-8043-4fd4-84b2-c80b908875ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006682 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/88e9949f-13a0-45dd-83e2-1a0653dee483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005033 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006322 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/9a80280b-6f2e-4529-84c2-81ffa31ae73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004843 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/ade2ad4e-3988-4fda-a79d-ad865b7f8f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004314 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/b55314b0-070d-4274-9d5d-dd338dac2c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006219 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/c9347d76-fc66-42d4-a787-0ce7a54e17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005765 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/eada6199-e9ef-4d99-b173-e9faeb60e89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004849 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/edd8926b-9b66-4ba4-a16a-d44a01ab0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005080 10.0.0.23 - - [2025-12-22 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.23 - - [2025-12-22 02:41:08] "GET /network-policy/fb5e6bfc-e728-46ea-80ee-7b939cb5694d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006048 10.0.0.23 - - [2025-12-22 02:41:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.002236 10.0.0.23 - - [2025-12-22 02:41:09] "POST /neutron/network HTTP/1.1" 200 2258 0.008409 10.0.0.65 - - [2025-12-22 02:41:09] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.23 - - [2025-12-22 02:41:09] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075013 10.0.0.23 - - [2025-12-22 02:41:10] "POST /neutron/port HTTP/1.1" 200 117 0.008308 10.0.0.65 - - [2025-12-22 02:41:10] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.23 - - [2025-12-22 02:41:10] "PUT /access-control-list/b424c245-3176-4128-90aa-647546719bb5 HTTP/1.1" 200 272 0.023107 10.0.0.23 - - [2025-12-22 02:41:10] "POST /neutron/port HTTP/1.1" 200 1172 0.391548 10.0.0.23 - - [2025-12-22 02:41:11] "POST /neutron/port HTTP/1.1" 200 1226 0.144308 10.0.0.23 - - [2025-12-22 02:41:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005934 10.0.0.23 - - [2025-12-22 02:41:11] "POST /neutron/port HTTP/1.1" 200 117 0.001824 10.0.0.23 - - [2025-12-22 02:41:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007865 10.0.0.23 - - [2025-12-22 02:41:15] "POST /neutron/port HTTP/1.1" 200 1236 0.021812 10.0.0.23 - - [2025-12-22 02:41:15] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 401 292 0.000575 10.0.0.23 - - [2025-12-22 02:41:15] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 200 1303 0.031785 10.0.0.23 - - [2025-12-22 02:41:15] "GET /virtual-machine-interface/193f12c6-cca1-4c4b-a1e1-253dc306b5e5 HTTP/1.1" 200 3169 0.006059 10.0.0.23 - - [2025-12-22 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.23 - - [2025-12-22 02:41:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004269 10.0.0.23 - - [2025-12-22 02:41:15] "GET /virtual-networks?parent_id=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003487 10.0.0.23 - - [2025-12-22 02:41:16] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006761 10.0.0.23 - - [2025-12-22 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2025-12-22 02:41:19] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.007509 10.0.0.65 - - [2025-12-22 02:41:20] "DELETE /project/86718898-a986-4c03-b553-ae9191de93e2 HTTP/1.1" 404 177 0.003044 10.0.0.65 - - [2025-12-22 02:41:20] "DELETE /project/7698bc7e4c2d4113ad6bd944a8b147a0 HTTP/1.1" 404 173 0.005725 10.0.0.23 - - [2025-12-22 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-22 02:41:23] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006430 10.0.0.23 - - [2025-12-22 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2025-12-22 02:41:27] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.008362 10.0.0.65 - - [2025-12-22 02:41:29] "GET /obj-perms HTTP/1.1" 200 5056 0.060335 10.0.0.23 - - [2025-12-22 02:41:31] "POST /neutron/port HTTP/1.1" 200 1236 0.021265 10.0.0.23 - - [2025-12-22 02:41:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004477 10.0.0.23 - - [2025-12-22 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.23 - - [2025-12-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2025-12-22 02:41:31] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006526 10.0.0.23 - - [2025-12-22 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2025-12-22 02:41:35] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.008572 10.0.0.23 - - [2025-12-22 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.23 - - [2025-12-22 02:41:39] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006407 10.0.0.23 - - [2025-12-22 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.23 - - [2025-12-22 02:41:43] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006240 10.0.0.23 - - [2025-12-22 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.23 - - [2025-12-22 02:41:47] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006444 10.0.0.23 - - [2025-12-22 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.23 - - [2025-12-22 02:41:51] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.006166 10.0.0.23 - - [2025-12-22 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.23 - - [2025-12-22 02:41:56] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.007135 10.0.0.23 - - [2025-12-22 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2025-12-22 02:42:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004824 10.0.0.23 - - [2025-12-22 02:42:00] "GET /virtual-networks?parent_id=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004688 10.0.0.23 - - [2025-12-22 02:42:00] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6135 0.009085 10.0.0.23 - - [2025-12-22 02:42:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008192 10.0.0.23 - - [2025-12-22 02:42:10] "POST /neutron/port HTTP/1.1" 200 1236 0.024708 10.0.0.23 - - [2025-12-22 02:42:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008650 10.0.0.23 - - [2025-12-22 02:42:21] "POST /neutron/port HTTP/1.1" 200 1236 0.026644 10.0.0.23 - - [2025-12-22 02:42:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008923 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/ade2ad4e-3988-4fda-a79d-ad865b7f8f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007246 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/88e9949f-13a0-45dd-83e2-1a0653dee483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.007408 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/6e296b3b-8043-4fd4-84b2-c80b908875ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005411 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/c9347d76-fc66-42d4-a787-0ce7a54e17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004867 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/fb5e6bfc-e728-46ea-80ee-7b939cb5694d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004886 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/eada6199-e9ef-4d99-b173-e9faeb60e89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004925 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.23 - - [2025-12-22 02:42:26] "GET /network-policy/6168cf82-aeb6-40ee-886a-a260ccc90b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005751 10.0.0.23 - - [2025-12-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.23 - - [2025-12-22 02:42:27] "GET /network-policy/b55314b0-070d-4274-9d5d-dd338dac2c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006845 10.0.0.23 - - [2025-12-22 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-12-22 02:42:27] "GET /network-policy/9a80280b-6f2e-4529-84c2-81ffa31ae73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005312 10.0.0.23 - - [2025-12-22 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.23 - - [2025-12-22 02:42:27] "GET /network-policy/edd8926b-9b66-4ba4-a16a-d44a01ab0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007287 10.0.0.23 - - [2025-12-22 02:42:27] "POST /neutron/network HTTP/1.1" 200 2248 0.018259 10.0.0.23 - - [2025-12-22 02:42:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.098440 10.0.0.23 - - [2025-12-22 02:42:27] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.010845 10.0.0.23 - - [2025-12-22 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.23 - - [2025-12-22 02:42:27] "GET /network-policy/ade2ad4e-3988-4fda-a79d-ad865b7f8f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007864 10.0.0.23 - - [2025-12-22 02:42:32] "POST /neutron/port HTTP/1.1" 200 1236 0.049775 10.0.0.23 - - [2025-12-22 02:42:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.23 - - [2025-12-22 02:42:32] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.23 - - [2025-12-22 02:42:32] "POST /neutron/network HTTP/1.1" 200 1438 0.016622 10.0.0.23 - - [2025-12-22 02:42:32] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.008580 10.0.0.23 - - [2025-12-22 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2025-12-22 02:42:32] "GET /network-policy/88e9949f-13a0-45dd-83e2-1a0653dee483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005915 10.0.0.23 - - [2025-12-22 02:42:37] "POST /neutron/network HTTP/1.1" 200 1438 0.016526 10.0.0.23 - - [2025-12-22 02:42:38] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.010797 10.0.0.23 - - [2025-12-22 02:42:38] "PUT /access-control-list/b424c245-3176-4128-90aa-647546719bb5 HTTP/1.1" 200 272 0.096230 10.0.0.23 - - [2025-12-22 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.23 - - [2025-12-22 02:42:38] "GET /network-policy/6e296b3b-8043-4fd4-84b2-c80b908875ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006147 10.0.0.23 - - [2025-12-22 02:42:43] "POST /neutron/network HTTP/1.1" 200 1438 0.015773 10.0.0.23 - - [2025-12-22 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.012154 10.0.0.23 - - [2025-12-22 02:42:43] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.008120 10.0.0.23 - - [2025-12-22 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-12-22 02:42:43] "GET /network-policy/c9347d76-fc66-42d4-a787-0ce7a54e17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005395 10.0.0.23 - - [2025-12-22 02:42:48] "POST /neutron/network HTTP/1.1" 200 1438 0.014046 10.0.0.23 - - [2025-12-22 02:42:48] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.011055 10.0.0.23 - - [2025-12-22 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.23 - - [2025-12-22 02:42:48] "GET /network-policy/fb5e6bfc-e728-46ea-80ee-7b939cb5694d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005776 10.0.0.23 - - [2025-12-22 02:42:53] "POST /neutron/network HTTP/1.1" 200 1438 0.017102 10.0.0.23 - - [2025-12-22 02:42:53] "PUT /access-control-list/b424c245-3176-4128-90aa-647546719bb5 HTTP/1.1" 200 272 0.075205 10.0.0.23 - - [2025-12-22 02:42:53] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.018213 10.0.0.23 - - [2025-12-22 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.23 - - [2025-12-22 02:42:53] "GET /network-policy/eada6199-e9ef-4d99-b173-e9faeb60e89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006227 10.0.0.23 - - [2025-12-22 02:42:58] "POST /neutron/network HTTP/1.1" 200 1438 0.013036 10.0.0.23 - - [2025-12-22 02:42:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.012862 10.0.0.23 - - [2025-12-22 02:42:59] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.009844 10.0.0.23 - - [2025-12-22 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2025-12-22 02:42:59] "GET /network-policy/6168cf82-aeb6-40ee-886a-a260ccc90b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004921 10.0.0.23 - - [2025-12-22 02:43:04] "POST /neutron/network HTTP/1.1" 200 1438 0.017655 10.0.0.23 - - [2025-12-22 02:43:04] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.010356 10.0.0.23 - - [2025-12-22 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2025-12-22 02:43:04] "GET /network-policy/b55314b0-070d-4274-9d5d-dd338dac2c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005771 10.0.0.23 - - [2025-12-22 02:43:09] "POST /neutron/network HTTP/1.1" 200 1438 0.014555 10.0.0.23 - - [2025-12-22 02:43:09] "PUT /access-control-list/b424c245-3176-4128-90aa-647546719bb5 HTTP/1.1" 200 272 0.064733 10.0.0.23 - - [2025-12-22 02:43:09] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.010428 10.0.0.23 - - [2025-12-22 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2025-12-22 02:43:09] "GET /network-policy/9a80280b-6f2e-4529-84c2-81ffa31ae73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006184 10.0.0.23 - - [2025-12-22 02:43:14] "POST /neutron/network HTTP/1.1" 200 1438 0.016105 10.0.0.23 - - [2025-12-22 02:43:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003589 10.0.0.23 - - [2025-12-22 02:43:15] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.009214 10.0.0.23 - - [2025-12-22 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.23 - - [2025-12-22 02:43:15] "GET /network-policy/edd8926b-9b66-4ba4-a16a-d44a01ab0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005347 10.0.0.23 - - [2025-12-22 02:43:20] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 200 1303 0.004855 10.0.0.23 - - [2025-12-22 02:43:20] "POST /neutron/port HTTP/1.1" 200 1236 0.032771 10.0.0.23 - - [2025-12-22 02:43:22] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 404 171 0.003403 10.0.0.23 - - [2025-12-22 02:43:22] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 404 171 0.002926 10.0.0.23 - - [2025-12-22 02:43:22] "GET /virtual-machine/160a4d62-41f2-4c09-86c5-23b77589bdd5 HTTP/1.1" 404 171 0.002801 10.0.0.23 - - [2025-12-22 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.23 - - [2025-12-22 02:43:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007475 10.0.0.23 - - [2025-12-22 02:43:22] "GET /virtual-networks?parent_id=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004134 10.0.0.23 - - [2025-12-22 02:43:22] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.006666 10.0.0.23 - - [2025-12-22 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2025-12-22 02:43:22] "GET /routing-instance/ab26672a-ad55-4aa4-8592-fd5ad70624d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004758 10.0.0.23 - - [2025-12-22 02:43:22] "GET /route-target/dc862f6a-c62a-45e5-8bdf-a96093f07ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004733 10.0.0.23 - - [2025-12-22 02:43:22] "GET /obj-perms HTTP/1.1" 200 5019 0.051710 10.0.0.65 - - [2025-12-22 02:43:25] "GET /obj-perms HTTP/1.1" 200 5019 0.054233 10.0.0.23 - - [2025-12-22 02:43:31] "GET /obj-perms HTTP/1.1" 200 5056 0.046241 10.0.0.65 - - [2025-12-22 02:43:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004150 10.0.0.23 - - [2025-12-22 02:43:38] "GET /obj-perms HTTP/1.1" 200 5019 0.004633 10.0.0.65 - - [2025-12-22 02:43:44] "GET /obj-perms HTTP/1.1" 200 5019 0.004626 10.0.0.23 - - [2025-12-22 02:43:47] "GET /obj-perms HTTP/1.1" 200 5019 0.005001 10.0.0.23 - - [2025-12-22 02:43:50] "GET /obj-perms HTTP/1.1" 200 5019 0.005346 10.0.0.22 - - [2025-12-22 02:43:50] "GET /obj-perms HTTP/1.1" 200 5019 0.004853 10.0.0.65 - - [2025-12-22 02:43:50] "GET /obj-perms HTTP/1.1" 200 5019 0.005138 10.0.0.23 - - [2025-12-22 02:43:50] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3489 0.005844 10.0.0.23 - - [2025-12-22 02:43:50] "POST /neutron/network HTTP/1.1" 200 1438 0.012378 10.0.0.23 - - [2025-12-22 02:43:50] "GET /virtual-network/91a3b2ea-aafe-4684-8793-ab251b3c1d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.007981 10.0.0.23 - - [2025-12-22 02:43:50] "DELETE /network-policy/edd8926b-9b66-4ba4-a16a-d44a01ab0cf8 HTTP/1.1" 200 115 0.043171 10.0.0.23 - - [2025-12-22 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.65 - - [2025-12-22 02:43:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001449 10.0.0.23 - - [2025-12-22 02:43:51] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056916 10.0.0.23 - - [2025-12-22 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007827 10.0.0.23 - - [2025-12-22 02:43:51] "DELETE /network-policy/9a80280b-6f2e-4529-84c2-81ffa31ae73c HTTP/1.1" 200 115 0.045402 10.0.0.23 - - [2025-12-22 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006928 10.0.0.65 - - [2025-12-22 02:43:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001503 10.0.0.23 - - [2025-12-22 02:43:51] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050565 10.0.0.23 - - [2025-12-22 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.007509 10.0.0.23 - - [2025-12-22 02:43:51] "DELETE /network-policy/b55314b0-070d-4274-9d5d-dd338dac2c9a HTTP/1.1" 200 115 0.051511 10.0.0.23 - - [2025-12-22 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.65 - - [2025-12-22 02:43:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001808 10.0.0.23 - - [2025-12-22 02:43:51] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056028 10.0.0.23 - - [2025-12-22 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.007355 10.0.0.23 - - [2025-12-22 02:43:51] "DELETE /network-policy/6168cf82-aeb6-40ee-886a-a260ccc90b98 HTTP/1.1" 200 115 0.045048 10.0.0.23 - - [2025-12-22 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.65 - - [2025-12-22 02:43:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.23 - - [2025-12-22 02:43:51] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040814 10.0.0.23 - - [2025-12-22 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006927 10.0.0.23 - - [2025-12-22 02:43:51] "DELETE /network-policy/eada6199-e9ef-4d99-b173-e9faeb60e89b HTTP/1.1" 200 115 0.038132 10.0.0.23 - - [2025-12-22 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.65 - - [2025-12-22 02:43:51] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001771 10.0.0.23 - - [2025-12-22 02:43:51] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049597 10.0.0.23 - - [2025-12-22 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006711 10.0.0.23 - - [2025-12-22 02:43:52] "DELETE /network-policy/fb5e6bfc-e728-46ea-80ee-7b939cb5694d HTTP/1.1" 200 115 0.045845 10.0.0.23 - - [2025-12-22 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.65 - - [2025-12-22 02:43:52] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.23 - - [2025-12-22 02:43:52] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043815 10.0.0.23 - - [2025-12-22 02:43:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.010127 10.0.0.23 - - [2025-12-22 02:43:52] "DELETE /network-policy/c9347d76-fc66-42d4-a787-0ce7a54e17c2 HTTP/1.1" 200 115 0.045517 10.0.0.23 - - [2025-12-22 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007822 10.0.0.65 - - [2025-12-22 02:43:52] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.23 - - [2025-12-22 02:43:52] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038612 10.0.0.23 - - [2025-12-22 02:43:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005743 10.0.0.23 - - [2025-12-22 02:43:52] "DELETE /network-policy/6e296b3b-8043-4fd4-84b2-c80b908875ba HTTP/1.1" 200 115 0.044541 10.0.0.23 - - [2025-12-22 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.65 - - [2025-12-22 02:43:52] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001330 10.0.0.23 - - [2025-12-22 02:43:52] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064676 10.0.0.23 - - [2025-12-22 02:43:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006772 10.0.0.23 - - [2025-12-22 02:43:52] "DELETE /network-policy/88e9949f-13a0-45dd-83e2-1a0653dee483 HTTP/1.1" 200 115 0.053420 10.0.0.23 - - [2025-12-22 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.65 - - [2025-12-22 02:43:52] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.23 - - [2025-12-22 02:43:52] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047743 10.0.0.23 - - [2025-12-22 02:43:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005486 10.0.0.23 - - [2025-12-22 02:43:53] "DELETE /network-policy/ade2ad4e-3988-4fda-a79d-ad865b7f8f36 HTTP/1.1" 200 115 0.045623 10.0.0.23 - - [2025-12-22 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.65 - - [2025-12-22 02:43:53] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.23 - - [2025-12-22 02:43:53] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048731 10.0.0.23 - - [2025-12-22 02:43:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-58030944&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007082 10.0.0.23 - - [2025-12-22 02:43:53] "POST /neutron/network HTTP/1.1" 200 1335 0.012287 10.0.0.23 - - [2025-12-22 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2025-12-22 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2025-12-22 02:43:53] "DELETE /network-ipam/a517bc11-9e67-49f9-9e10-aa3ab90c77d6 HTTP/1.1" 200 115 0.034747 10.0.0.23 - - [2025-12-22 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 260 0.004733 10.0.0.65 - - [2025-12-22 02:43:53] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.65 - - [2025-12-22 02:43:53] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.044162 10.0.0.65 - - [2025-12-22 02:43:53] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.65 - - [2025-12-22 02:43:53] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?fields=security_groups HTTP/1.1" 200 1399 0.038927 10.0.0.65 - - [2025-12-22 02:43:54] "DELETE /security-group/806b40ce-6736-47fb-bcfa-d7ef87326e45 HTTP/1.1" 200 115 0.055906 10.0.0.65 - - [2025-12-22 02:43:54] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001989 10.0.0.65 - - [2025-12-22 02:43:54] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?fields=application_policy_sets HTTP/1.1" 200 1438 0.095513 10.0.0.23 - - [2025-12-22 02:43:54] "DELETE /access-control-list/4b449514-47cd-42f6-89ec-2c4ca73bc2ce HTTP/1.1" 200 115 0.094745 10.0.0.23 - - [2025-12-22 02:43:54] "DELETE /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0 HTTP/1.1" 200 115 0.479057 10.0.0.65 - - [2025-12-22 02:43:54] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001820 10.0.0.23 - - [2025-12-22 02:43:54] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?fields=projects HTTP/1.1" 200 1245 0.015459 10.0.0.65 - - [2025-12-22 02:43:56] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005645 10.0.0.65 - - [2025-12-22 02:43:57] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001874 10.0.0.65 - - [2025-12-22 02:43:57] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054164 10.0.0.65 - - [2025-12-22 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.002570 10.0.0.65 - - [2025-12-22 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.004739 10.0.0.65 - - [2025-12-22 02:43:57] "POST /security-groups HTTP/1.1" 200 603 0.041348 10.0.0.65 - - [2025-12-22 02:43:57] "POST /projects HTTP/1.1" 200 609 0.305155 10.0.0.23 - - [2025-12-22 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 245 0.018613 10.0.0.65 - - [2025-12-22 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.379172 10.0.0.23 - - [2025-12-22 02:43:57] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.556154 10.0.0.65 - - [2025-12-22 02:43:57] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001397 10.0.0.23 - - [2025-12-22 02:43:57] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?fields=virtual_networks HTTP/1.1" 200 1056 0.069360 10.0.0.65 - - [2025-12-22 02:43:57] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001611 10.0.0.23 - - [2025-12-22 02:43:57] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.076620 10.0.0.65 - - [2025-12-22 02:43:57] "GET /projects?obj_uuids=7698bc7e-4c2d-4113-ad6b-d944a8b147a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001835 10.0.0.23 - - [2025-12-22 02:43:57] "GET /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0?fields=security_groups HTTP/1.1" 200 1294 0.051724 10.0.0.23 - - [2025-12-22 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.027602 10.0.0.65 - - [2025-12-22 02:43:58] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004631 10.0.0.65 - - [2025-12-22 02:43:58] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.65 - - [2025-12-22 02:43:58] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008384 10.0.0.65 - - [2025-12-22 02:43:58] "POST /id-to-fqname HTTP/1.1" 200 196 0.001297 10.0.0.65 - - [2025-12-22 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.007460 10.0.0.65 - - [2025-12-22 02:43:59] "POST /security-groups HTTP/1.1" 200 597 0.077593 10.0.0.65 - - [2025-12-22 02:43:59] "POST /projects HTTP/1.1" 200 597 0.300867 10.0.0.23 - - [2025-12-22 02:43:59] "POST /access-control-lists HTTP/1.1" 200 602 0.042442 10.0.0.65 - - [2025-12-22 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.372328 10.0.0.23 - - [2025-12-22 02:43:59] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.536141 10.0.0.23 - - [2025-12-22 02:44:00] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.23 - - [2025-12-22 02:44:02] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000535 10.0.0.65 - - [2025-12-22 02:44:02] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001613 10.0.0.23 - - [2025-12-22 02:44:02] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.072168 10.0.0.23 - - [2025-12-22 02:44:03] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.23 - - [2025-12-22 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.65 - - [2025-12-22 02:44:03] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.23 - - [2025-12-22 02:44:03] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008608 10.0.0.23 - - [2025-12-22 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.65 - - [2025-12-22 02:44:03] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001255 10.0.0.23 - - [2025-12-22 02:44:03] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043552 10.0.0.23 - - [2025-12-22 02:44:04] "DELETE /access-control-list/55d8694a-5246-4a50-87af-3d5286a872fd HTTP/1.1" 200 115 0.044125 10.0.0.23 - - [2025-12-22 02:44:05] "GET /domains HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-22 02:44:05] "GET /domains HTTP/1.1" 200 280 0.035728 10.0.0.65 - - [2025-12-22 02:44:05] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.23 - - [2025-12-22 02:44:05] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822 HTTP/1.1" 200 2580 0.010137 10.0.0.65 - - [2025-12-22 02:44:05] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001510 10.0.0.23 - - [2025-12-22 02:44:05] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee HTTP/1.1" 200 1889 0.098525 10.0.0.23 - - [2025-12-22 02:44:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003474 10.0.0.23 - - [2025-12-22 02:44:05] "POST /network-ipams HTTP/1.1" 200 603 0.029869 10.0.0.23 - - [2025-12-22 02:44:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004374 10.0.0.23 - - [2025-12-22 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2025-12-22 02:44:05] "GET /network-ipam/e3937589-3bdc-44e1-a49e-b18652d179d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006831 10.0.0.23 - - [2025-12-22 02:44:05] "PUT /network-ipam/e3937589-3bdc-44e1-a49e-b18652d179d9 HTTP/1.1" 200 258 0.019073 10.0.0.23 - - [2025-12-22 02:44:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-22 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.033360 10.0.0.65 - - [2025-12-22 02:44:06] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.23 - - [2025-12-22 02:44:06] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048248 10.0.0.65 - - [2025-12-22 02:44:06] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002097 10.0.0.23 - - [2025-12-22 02:44:06] "POST /neutron/network HTTP/1.1" 200 617 0.170405 10.0.0.23 - - [2025-12-22 02:44:06] "POST /ref-update HTTP/1.1" 200 156 0.025455 10.0.0.65 - - [2025-12-22 02:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.65 - - [2025-12-22 02:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-12-22 02:44:07] "POST /neutron/network HTTP/1.1" 200 1074 0.010976 10.0.0.23 - - [2025-12-22 02:44:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001389 10.0.0.23 - - [2025-12-22 02:44:07] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006231 10.0.0.23 - - [2025-12-22 02:44:07] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005883 10.0.0.23 - - [2025-12-22 02:44:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.009490 10.0.0.22 - - [2025-12-22 02:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000822 10.0.0.22 - - [2025-12-22 02:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.23 - - [2025-12-22 02:44:08] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006209 10.0.0.22 - - [2025-12-22 02:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.22 - - [2025-12-22 02:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000684 10.0.0.65 - - [2025-12-22 02:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.65 - - [2025-12-22 02:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2025-12-22 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.65 - - [2025-12-22 02:44:09] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002267 10.0.0.23 - - [2025-12-22 02:44:09] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.064093 10.0.0.65 - - [2025-12-22 02:44:09] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001528 10.0.0.23 - - [2025-12-22 02:44:09] "POST /neutron/network HTTP/1.1" 200 617 0.144831 10.0.0.23 - - [2025-12-22 02:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-22 02:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-22 02:44:10] "POST /neutron/network HTTP/1.1" 200 1074 0.011607 10.0.0.23 - - [2025-12-22 02:44:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001264 10.0.0.23 - - [2025-12-22 02:44:10] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005898 10.0.0.23 - - [2025-12-22 02:44:10] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006994 10.0.0.23 - - [2025-12-22 02:44:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.010131 10.0.0.23 - - [2025-12-22 02:44:10] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006661 10.0.0.23 - - [2025-12-22 02:44:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.004342 10.0.0.23 - - [2025-12-22 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2025-12-22 02:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-22 02:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2025-12-22 02:44:10] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001888 10.0.0.23 - - [2025-12-22 02:44:11] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.070421 10.0.0.23 - - [2025-12-22 02:44:11] "POST /network-policys HTTP/1.1" 200 527 0.074941 10.0.0.23 - - [2025-12-22 02:44:11] "GET /network-policy/4dec9d9c-155d-417b-b0ff-63e0e7e39373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006323 10.0.0.23 - - [2025-12-22 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.003364 10.0.0.23 - - [2025-12-22 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.65 - - [2025-12-22 02:44:11] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001165 10.0.0.23 - - [2025-12-22 02:44:11] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058659 10.0.0.23 - - [2025-12-22 02:44:11] "POST /network-policys HTTP/1.1" 200 527 0.082656 10.0.0.23 - - [2025-12-22 02:44:11] "GET /network-policy/d295cc92-5ab1-4dbf-a616-aecac5e4f855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006870 10.0.0.23 - - [2025-12-22 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.004635 10.0.0.23 - - [2025-12-22 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.65 - - [2025-12-22 02:44:11] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001882 10.0.0.23 - - [2025-12-22 02:44:11] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060324 10.0.0.23 - - [2025-12-22 02:44:11] "POST /network-policys HTTP/1.1" 200 527 0.079568 10.0.0.23 - - [2025-12-22 02:44:12] "GET /network-policy/3e315eef-3f55-46db-9091-8e3f1bcd6e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009658 10.0.0.23 - - [2025-12-22 02:44:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.005346 10.0.0.23 - - [2025-12-22 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.65 - - [2025-12-22 02:44:12] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001935 10.0.0.23 - - [2025-12-22 02:44:12] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057007 10.0.0.23 - - [2025-12-22 02:44:12] "POST /network-policys HTTP/1.1" 200 527 0.092835 10.0.0.23 - - [2025-12-22 02:44:12] "GET /network-policy/37a18fe7-9bea-4d3c-b29f-6a5cffa83bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.014331 10.0.0.23 - - [2025-12-22 02:44:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003279 10.0.0.23 - - [2025-12-22 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.65 - - [2025-12-22 02:44:12] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001288 10.0.0.23 - - [2025-12-22 02:44:12] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055741 10.0.0.23 - - [2025-12-22 02:44:12] "POST /network-policys HTTP/1.1" 200 531 0.042845 10.0.0.23 - - [2025-12-22 02:44:12] "GET /network-policy/b7fd04e2-2a36-49cc-9a3b-206b4718b12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006782 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.004455 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.65 - - [2025-12-22 02:44:13] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085 10.0.0.23 - - [2025-12-22 02:44:13] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054376 10.0.0.23 - - [2025-12-22 02:44:13] "POST /network-policys HTTP/1.1" 200 529 0.076116 10.0.0.23 - - [2025-12-22 02:44:13] "GET /network-policy/5792f276-2df5-4d2b-b3ed-863097d7e563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007134 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.004178 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.65 - - [2025-12-22 02:44:13] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.23 - - [2025-12-22 02:44:13] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060517 10.0.0.23 - - [2025-12-22 02:44:13] "POST /network-policys HTTP/1.1" 200 529 0.078737 10.0.0.23 - - [2025-12-22 02:44:13] "GET /network-policy/5d35a80d-9fbf-42c6-9d3d-c51ae2d495f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007311 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.004088 10.0.0.23 - - [2025-12-22 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.65 - - [2025-12-22 02:44:13] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001262 10.0.0.23 - - [2025-12-22 02:44:14] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045051 10.0.0.23 - - [2025-12-22 02:44:14] "POST /network-policys HTTP/1.1" 200 529 0.074442 10.0.0.23 - - [2025-12-22 02:44:14] "GET /network-policy/5319690c-f206-443c-9626-7b0b6f279b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006548 10.0.0.23 - - [2025-12-22 02:44:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.004262 10.0.0.23 - - [2025-12-22 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.65 - - [2025-12-22 02:44:14] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001253 10.0.0.23 - - [2025-12-22 02:44:14] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040900 10.0.0.23 - - [2025-12-22 02:44:14] "POST /network-policys HTTP/1.1" 200 529 0.074688 10.0.0.23 - - [2025-12-22 02:44:14] "GET /network-policy/73513049-9c00-4123-b63f-b844bc4e21d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006450 10.0.0.23 - - [2025-12-22 02:44:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.003397 10.0.0.23 - - [2025-12-22 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.65 - - [2025-12-22 02:44:14] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001216 10.0.0.23 - - [2025-12-22 02:44:14] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050921 10.0.0.23 - - [2025-12-22 02:44:14] "POST /network-policys HTTP/1.1" 200 533 0.035276 10.0.0.23 - - [2025-12-22 02:44:14] "GET /network-policy/f1ec269d-36ea-4775-a561-bf503e0b99f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006217 10.0.0.23 - - [2025-12-22 02:44:15] "POST /fqname-to-id HTTP/1.1" 404 246 0.003502 10.0.0.23 - - [2025-12-22 02:44:15] "POST /neutron/network HTTP/1.1" 200 1157 0.102582 10.0.0.23 - - [2025-12-22 02:44:15] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006649 10.0.0.23 - - [2025-12-22 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.020550 10.0.0.23 - - [2025-12-22 02:44:15] "GET /network-policy/4dec9d9c-155d-417b-b0ff-63e0e7e39373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005597 10.0.0.23 - - [2025-12-22 02:44:15] "POST /neutron/network HTTP/1.1" 200 1159 0.096024 10.0.0.23 - - [2025-12-22 02:44:15] "POST /access-control-lists HTTP/1.1" 200 603 0.056710 10.0.0.23 - - [2025-12-22 02:44:15] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005972 10.0.0.23 - - [2025-12-22 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.019260 10.0.0.23 - - [2025-12-22 02:44:15] "GET /network-policy/b7fd04e2-2a36-49cc-9a3b-206b4718b12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005612 10.0.0.23 - - [2025-12-22 02:44:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001985 10.0.0.65 - - [2025-12-22 02:44:16] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.23 - - [2025-12-22 02:44:17] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.067480 10.0.0.23 - - [2025-12-22 02:44:17] "POST /neutron/network HTTP/1.1" 200 1157 0.049632 10.0.0.23 - - [2025-12-22 02:44:17] "POST /id-to-fqname HTTP/1.1" 200 229 0.001461 10.0.0.23 - - [2025-12-22 02:44:17] "POST /neutron/port HTTP/1.1" 200 117 0.007180 10.0.0.65 - - [2025-12-22 02:44:17] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001650 10.0.0.23 - - [2025-12-22 02:44:18] "POST /neutron/port HTTP/1.1" 200 1061 0.370404 10.0.0.23 - - [2025-12-22 02:44:18] "POST /neutron/port HTTP/1.1" 200 1115 0.135747 10.0.0.65 - - [2025-12-22 02:44:18] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001151 10.0.0.23 - - [2025-12-22 02:44:18] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.082733 10.0.0.23 - - [2025-12-22 02:44:18] "POST /neutron/network HTTP/1.1" 200 1159 0.011861 10.0.0.23 - - [2025-12-22 02:44:18] "POST /neutron/network HTTP/1.1" 200 1157 0.012369 10.0.0.23 - - [2025-12-22 02:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.007072 10.0.0.23 - - [2025-12-22 02:44:19] "POST /neutron/network HTTP/1.1" 200 1169 0.008885 10.0.0.23 - - [2025-12-22 02:44:19] "PUT /access-control-list/636a26b7-8199-4772-95ff-93f0e62e346f HTTP/1.1" 200 272 0.037346 10.0.0.23 - - [2025-12-22 02:44:19] "POST /neutron/port HTTP/1.1" 200 1061 0.046398 10.0.0.23 - - [2025-12-22 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004356 10.0.0.23 - - [2025-12-22 02:44:19] "POST /neutron/network HTTP/1.1" 200 1159 0.012480 10.0.0.65 - - [2025-12-22 02:44:20] "DELETE /project/7698bc7e4c2d4113ad6bd944a8b147a0 HTTP/1.1" 404 173 0.003280 10.0.0.65 - - [2025-12-22 02:44:20] "DELETE /project/7698bc7e-4c2d-4113-ad6b-d944a8b147a0 HTTP/1.1" 404 177 0.006305 10.0.0.65 - - [2025-12-22 02:44:20] "DELETE /project/a0f006fdd3b14a04a35684e7a42ee8ee HTTP/1.1" 404 173 0.005192 10.0.0.23 - - [2025-12-22 02:44:23] "POST /neutron/port HTTP/1.1" 200 1125 0.022507 10.0.0.23 - - [2025-12-22 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008856 10.0.0.23 - - [2025-12-22 02:44:24] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2025-12-22 02:44:24] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 200 1299 0.036398 10.0.0.23 - - [2025-12-22 02:44:24] "GET /virtual-machine-interface/2c017436-bdb2-460a-a924-1dddb12a0faf HTTP/1.1" 200 2951 0.007228 10.0.0.23 - - [2025-12-22 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-22 02:44:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004586 10.0.0.23 - - [2025-12-22 02:44:24] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004789 10.0.0.23 - - [2025-12-22 02:44:24] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008980 10.0.0.23 - - [2025-12-22 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.23 - - [2025-12-22 02:44:27] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008349 10.0.0.23 - - [2025-12-22 02:44:31] "POST /neutron/network HTTP/1.1" 200 1169 0.010776 10.0.0.23 - - [2025-12-22 02:44:31] "POST /neutron/port HTTP/1.1" 200 117 0.001690 10.0.0.23 - - [2025-12-22 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.23 - - [2025-12-22 02:44:31] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008031 10.0.0.65 - - [2025-12-22 02:44:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060512 10.0.0.23 - - [2025-12-22 02:44:32] "GET /obj-perms HTTP/1.1" 200 5056 0.057987 10.0.0.23 - - [2025-12-22 02:44:35] "POST /neutron/port HTTP/1.1" 200 1125 0.024863 10.0.0.23 - - [2025-12-22 02:44:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.015373 10.0.0.23 - - [2025-12-22 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.23 - - [2025-12-22 02:44:35] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006399 10.0.0.23 - - [2025-12-22 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-22 02:44:39] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007685 10.0.0.23 - - [2025-12-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2025-12-22 02:44:44] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008005 10.0.0.23 - - [2025-12-22 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2025-12-22 02:44:48] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008749 10.0.0.23 - - [2025-12-22 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.23 - - [2025-12-22 02:44:52] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005811 10.0.0.23 - - [2025-12-22 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.23 - - [2025-12-22 02:44:56] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007913 10.0.0.23 - - [2025-12-22 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2025-12-22 02:45:00] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006775 10.0.0.23 - - [2025-12-22 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.23 - - [2025-12-22 02:45:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005131 10.0.0.23 - - [2025-12-22 02:45:02] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003907 10.0.0.23 - - [2025-12-22 02:45:02] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007687 10.0.0.23 - - [2025-12-22 02:45:02] "POST /neutron/port HTTP/1.1" 200 1125 0.026899 10.0.0.23 - - [2025-12-22 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008651 10.0.0.23 - - [2025-12-22 02:45:16] "POST /neutron/port HTTP/1.1" 200 1125 0.048025 10.0.0.23 - - [2025-12-22 02:45:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008612 10.0.0.23 - - [2025-12-22 02:45:23] "POST /neutron/port HTTP/1.1" 200 1125 0.040770 10.0.0.23 - - [2025-12-22 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008379 10.0.0.23 - - [2025-12-22 02:45:28] "POST /neutron/port HTTP/1.1" 200 1125 0.020830 10.0.0.23 - - [2025-12-22 02:45:28] "GET /virtual-machine/cce23d16-1ada-4f41-b36a-f44d69d06122 HTTP/1.1" 200 1299 0.006529 10.0.0.23 - - [2025-12-22 02:45:28] "GET /virtual-machine-interface/c0f3b706-14fc-42a0-ba78-3237ad270ecd HTTP/1.1" 200 2952 0.006183 10.0.0.23 - - [2025-12-22 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.23 - - [2025-12-22 02:45:28] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004928 10.0.0.23 - - [2025-12-22 02:45:28] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005305 10.0.0.23 - - [2025-12-22 02:45:28] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006587 10.0.0.23 - - [2025-12-22 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2025-12-22 02:45:30] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004557 10.0.0.23 - - [2025-12-22 02:45:30] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003624 10.0.0.23 - - [2025-12-22 02:45:30] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007082 10.0.0.23 - - [2025-12-22 02:45:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010984 10.0.0.23 - - [2025-12-22 02:45:31] "POST /neutron/network HTTP/1.1" 200 1169 0.009465 10.0.0.23 - - [2025-12-22 02:45:31] "POST /neutron/port HTTP/1.1" 200 117 0.001846 10.0.0.22 - - [2025-12-22 02:45:32] "GET /obj-perms HTTP/1.1" 200 5056 0.049223 10.0.0.23 - - [2025-12-22 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008342 10.0.0.23 - - [2025-12-22 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2025-12-22 02:45:35] "GET /network-policy/b7fd04e2-2a36-49cc-9a3b-206b4718b12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004510 10.0.0.23 - - [2025-12-22 02:45:35] "POST /neutron/port HTTP/1.1" 200 1125 0.021950 10.0.0.23 - - [2025-12-22 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2025-12-22 02:45:36] "GET /network-policy/4dec9d9c-155d-417b-b0ff-63e0e7e39373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005095 10.0.0.23 - - [2025-12-22 02:45:36] "POST /neutron/port HTTP/1.1" 200 1125 0.022883 10.0.0.23 - - [2025-12-22 02:45:36] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.23 - - [2025-12-22 02:45:36] "POST /neutron/network HTTP/1.1" 200 1157 0.108745 10.0.0.23 - - [2025-12-22 02:45:36] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007809 10.0.0.23 - - [2025-12-22 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2025-12-22 02:45:36] "GET /network-policy/d295cc92-5ab1-4dbf-a616-aecac5e4f855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005643 10.0.0.23 - - [2025-12-22 02:46:02] "POST /neutron/network HTTP/1.1" 200 1157 0.011369 10.0.0.23 - - [2025-12-22 02:46:03] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009618 10.0.0.23 - - [2025-12-22 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.23 - - [2025-12-22 02:46:03] "POST /ref-update HTTP/1.1" 200 156 0.068431 10.0.0.23 - - [2025-12-22 02:46:03] "GET /network-policy/f1ec269d-36ea-4775-a561-bf503e0b99f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.004800 10.0.0.23 - - [2025-12-22 02:46:11] "POST /neutron/network HTTP/1.1" 200 1160 0.011842 10.0.0.23 - - [2025-12-22 02:46:11] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.013447 10.0.0.23 - - [2025-12-22 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.23 - - [2025-12-22 02:46:11] "GET /network-policy/3e315eef-3f55-46db-9091-8e3f1bcd6e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006061 10.0.0.23 - - [2025-12-22 02:46:20] "POST /neutron/network HTTP/1.1" 200 1157 0.010060 10.0.0.23 - - [2025-12-22 02:46:20] "PUT /access-control-list/a1602f87-ef34-4f03-a714-cbe4c4ef3685 HTTP/1.1" 200 272 0.046009 10.0.0.23 - - [2025-12-22 02:46:20] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.017365 10.0.0.23 - - [2025-12-22 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2025-12-22 02:46:20] "GET /network-policy/37a18fe7-9bea-4d3c-b29f-6a5cffa83bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004563 10.0.0.23 - - [2025-12-22 02:46:28] "POST /neutron/network HTTP/1.1" 200 1157 0.011554 10.0.0.23 - - [2025-12-22 02:46:28] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.014642 10.0.0.23 - - [2025-12-22 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.23 - - [2025-12-22 02:46:28] "GET /network-policy/5792f276-2df5-4d2b-b3ed-863097d7e563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004509 10.0.0.23 - - [2025-12-22 02:46:32] "POST /neutron/port HTTP/1.1" 200 1125 0.022644 10.0.0.23 - - [2025-12-22 02:46:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004383 10.0.0.23 - - [2025-12-22 02:46:32] "POST /neutron/network HTTP/1.1" 200 1159 0.009911 10.0.0.23 - - [2025-12-22 02:46:37] "PUT /access-control-list/a1602f87-ef34-4f03-a714-cbe4c4ef3685 HTTP/1.1" 200 272 0.045030 10.0.0.23 - - [2025-12-22 02:46:37] "POST /neutron/network HTTP/1.1" 200 1158 0.030581 10.0.0.23 - - [2025-12-22 02:46:37] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.025773 10.0.0.23 - - [2025-12-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006665 10.0.0.23 - - [2025-12-22 02:46:37] "GET /network-policy/5d35a80d-9fbf-42c6-9d3d-c51ae2d495f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005608 10.0.0.23 - - [2025-12-22 02:46:38] "POST /neutron/network HTTP/1.1" 200 1168 0.009012 10.0.0.23 - - [2025-12-22 02:46:38] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.23 - - [2025-12-22 02:46:45] "POST /neutron/network HTTP/1.1" 200 1158 0.132694 10.0.0.23 - - [2025-12-22 02:46:45] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006078 10.0.0.23 - - [2025-12-22 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2025-12-22 02:46:45] "GET /network-policy/5319690c-f206-443c-9626-7b0b6f279b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004884 10.0.0.23 - - [2025-12-22 02:46:54] "PUT /access-control-list/a1602f87-ef34-4f03-a714-cbe4c4ef3685 HTTP/1.1" 200 272 0.020829 10.0.0.23 - - [2025-12-22 02:46:54] "POST /neutron/network HTTP/1.1" 200 1158 0.092391 10.0.0.23 - - [2025-12-22 02:46:54] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006416 10.0.0.23 - - [2025-12-22 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.23 - - [2025-12-22 02:46:54] "GET /network-policy/73513049-9c00-4123-b63f-b844bc4e21d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004421 10.0.0.23 - - [2025-12-22 02:47:01] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007425 10.0.0.23 - - [2025-12-22 02:47:01] "POST /neutron/network HTTP/1.1" 200 1074 0.080448 10.0.0.23 - - [2025-12-22 02:47:01] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007709 10.0.0.23 - - [2025-12-22 02:47:02] "GET /virtual-machine/cce23d16-1ada-4f41-b36a-f44d69d06122 HTTP/1.1" 200 1299 0.005183 10.0.0.23 - - [2025-12-22 02:47:02] "POST /neutron/port HTTP/1.1" 200 1115 0.017704 10.0.0.23 - - [2025-12-22 02:47:04] "GET /virtual-machine/cce23d16-1ada-4f41-b36a-f44d69d06122 HTTP/1.1" 404 171 0.003483 10.0.0.23 - - [2025-12-22 02:47:04] "GET /virtual-machine/cce23d16-1ada-4f41-b36a-f44d69d06122 HTTP/1.1" 404 171 0.003113 10.0.0.23 - - [2025-12-22 02:47:04] "GET /virtual-machine/cce23d16-1ada-4f41-b36a-f44d69d06122 HTTP/1.1" 404 171 0.003351 10.0.0.23 - - [2025-12-22 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.23 - - [2025-12-22 02:47:04] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005083 10.0.0.23 - - [2025-12-22 02:47:04] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003561 10.0.0.23 - - [2025-12-22 02:47:04] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007856 10.0.0.23 - - [2025-12-22 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-22 02:47:04] "GET /routing-instance/46665ed2-80cf-4ec7-b8e0-6ea47972fe1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006222 10.0.0.23 - - [2025-12-22 02:47:04] "GET /route-target/d827a2b0-e3df-4a35-9281-3a26f1dafaf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004977 10.0.0.23 - - [2025-12-22 02:47:07] "GET /obj-perms HTTP/1.1" 200 5013 0.058681 10.0.0.65 - - [2025-12-22 02:47:07] "GET /obj-perms HTTP/1.1" 200 5013 0.055269 10.0.0.23 - - [2025-12-22 02:47:16] "GET /obj-perms HTTP/1.1" 200 5013 0.005045 10.0.0.65 - - [2025-12-22 02:47:16] "GET /obj-perms HTTP/1.1" 200 5013 0.004644 10.0.0.23 - - [2025-12-22 02:47:17] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 200 1299 0.005110 10.0.0.23 - - [2025-12-22 02:47:17] "POST /neutron/port HTTP/1.1" 200 1115 0.020040 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 404 171 0.007759 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 404 171 0.007107 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-machine/fccfc4f6-292f-4b50-b865-93d11f81e19e HTTP/1.1" 404 171 0.003519 10.0.0.23 - - [2025-12-22 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2025-12-22 02:47:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003944 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-networks?parent_id=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003707 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-network/a000eb17-3172-489f-abbb-81b25be456d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007101 10.0.0.23 - - [2025-12-22 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2025-12-22 02:47:19] "GET /routing-instance/0208590f-13ef-49c6-a04f-3574d0d39921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005039 10.0.0.23 - - [2025-12-22 02:47:19] "GET /route-target/2ac5eb2c-9871-497a-af03-1ff8b535ff08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004705 10.0.0.23 - - [2025-12-22 02:47:19] "GET /obj-perms HTTP/1.1" 200 5013 0.003930 10.0.0.22 - - [2025-12-22 02:47:19] "GET /obj-perms HTTP/1.1" 200 5013 0.066872 10.0.0.65 - - [2025-12-22 02:47:19] "GET /obj-perms HTTP/1.1" 200 5013 0.005248 10.0.0.23 - - [2025-12-22 02:47:19] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005791 10.0.0.23 - - [2025-12-22 02:47:20] "POST /neutron/network HTTP/1.1" 200 1074 0.115249 10.0.0.23 - - [2025-12-22 02:47:20] "DELETE /access-control-list/636a26b7-8199-4772-95ff-93f0e62e346f HTTP/1.1" 200 115 0.073237 10.0.0.23 - - [2025-12-22 02:47:20] "GET /virtual-network/12cc9a4e-5657-4e39-8e41-e9f8c2ea7bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007902 10.0.0.23 - - [2025-12-22 02:47:20] "DELETE /network-policy/f1ec269d-36ea-4775-a561-bf503e0b99f0 HTTP/1.1" 200 115 0.036445 10.0.0.23 - - [2025-12-22 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.65 - - [2025-12-22 02:47:20] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029903 10.0.0.23 - - [2025-12-22 02:47:20] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.099313 10.0.0.23 - - [2025-12-22 02:47:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006015 10.0.0.23 - - [2025-12-22 02:47:20] "DELETE /network-policy/73513049-9c00-4123-b63f-b844bc4e21d4 HTTP/1.1" 200 115 0.045744 10.0.0.23 - - [2025-12-22 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010210 10.0.0.65 - - [2025-12-22 02:47:20] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001267 10.0.0.23 - - [2025-12-22 02:47:20] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060408 10.0.0.23 - - [2025-12-22 02:47:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.018020 10.0.0.23 - - [2025-12-22 02:47:20] "DELETE /network-policy/5319690c-f206-443c-9626-7b0b6f279b15 HTTP/1.1" 200 115 0.052105 10.0.0.23 - - [2025-12-22 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.65 - - [2025-12-22 02:47:20] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001450 10.0.0.23 - - [2025-12-22 02:47:20] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065817 10.0.0.23 - - [2025-12-22 02:47:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006008 10.0.0.23 - - [2025-12-22 02:47:21] "DELETE /network-policy/5d35a80d-9fbf-42c6-9d3d-c51ae2d495f8 HTTP/1.1" 200 115 0.049934 10.0.0.23 - - [2025-12-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.019210 10.0.0.65 - - [2025-12-22 02:47:21] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001168 10.0.0.23 - - [2025-12-22 02:47:21] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050570 10.0.0.23 - - [2025-12-22 02:47:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005245 10.0.0.23 - - [2025-12-22 02:47:21] "DELETE /network-policy/5792f276-2df5-4d2b-b3ed-863097d7e563 HTTP/1.1" 200 115 0.043901 10.0.0.23 - - [2025-12-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.65 - - [2025-12-22 02:47:21] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001189 10.0.0.23 - - [2025-12-22 02:47:21] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.061613 10.0.0.23 - - [2025-12-22 02:47:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.008659 10.0.0.23 - - [2025-12-22 02:47:21] "DELETE /network-policy/b7fd04e2-2a36-49cc-9a3b-206b4718b12a HTTP/1.1" 200 115 0.042497 10.0.0.23 - - [2025-12-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006091 10.0.0.65 - - [2025-12-22 02:47:21] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.23 - - [2025-12-22 02:47:21] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040580 10.0.0.23 - - [2025-12-22 02:47:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005450 10.0.0.23 - - [2025-12-22 02:47:21] "DELETE /network-policy/37a18fe7-9bea-4d3c-b29f-6a5cffa83bc0 HTTP/1.1" 200 115 0.052802 10.0.0.23 - - [2025-12-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006337 10.0.0.65 - - [2025-12-22 02:47:21] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001513 10.0.0.23 - - [2025-12-22 02:47:21] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.066462 10.0.0.23 - - [2025-12-22 02:47:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.006894 10.0.0.23 - - [2025-12-22 02:47:22] "DELETE /network-policy/3e315eef-3f55-46db-9091-8e3f1bcd6e3c HTTP/1.1" 200 115 0.039009 10.0.0.23 - - [2025-12-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.65 - - [2025-12-22 02:47:22] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001180 10.0.0.23 - - [2025-12-22 02:47:22] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053577 10.0.0.23 - - [2025-12-22 02:47:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005893 10.0.0.23 - - [2025-12-22 02:47:22] "DELETE /network-policy/d295cc92-5ab1-4dbf-a616-aecac5e4f855 HTTP/1.1" 200 115 0.056877 10.0.0.23 - - [2025-12-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007896 10.0.0.65 - - [2025-12-22 02:47:22] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001585 10.0.0.23 - - [2025-12-22 02:47:22] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056894 10.0.0.23 - - [2025-12-22 02:47:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006420 10.0.0.23 - - [2025-12-22 02:47:22] "DELETE /network-policy/4dec9d9c-155d-417b-b0ff-63e0e7e39373 HTTP/1.1" 200 115 0.044308 10.0.0.23 - - [2025-12-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006086 10.0.0.65 - - [2025-12-22 02:47:22] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001220 10.0.0.23 - - [2025-12-22 02:47:22] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041851 10.0.0.23 - - [2025-12-22 02:47:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-86204144&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008172 10.0.0.65 - - [2025-12-22 02:47:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005162 10.0.0.65 - - [2025-12-22 02:47:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003664 10.0.0.65 - - [2025-12-22 02:47:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003256 10.0.0.65 - - [2025-12-22 02:47:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002831 10.0.0.23 - - [2025-12-22 02:47:23] "POST /neutron/network HTTP/1.1" 200 151 0.184210 10.0.0.23 - - [2025-12-22 02:47:23] "DELETE /route-target/d827a2b0-e3df-4a35-9281-3a26f1dafaf3 HTTP/1.1" 200 115 0.041510 10.0.0.23 - - [2025-12-22 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2025-12-22 02:47:23] "DELETE /network-ipam/e3937589-3bdc-44e1-a49e-b18652d179d9 HTTP/1.1" 200 115 0.038771 10.0.0.23 - - [2025-12-22 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 248 0.004328 10.0.0.65 - - [2025-12-22 02:47:23] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.65 - - [2025-12-22 02:47:23] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.048147 10.0.0.65 - - [2025-12-22 02:47:23] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.65 - - [2025-12-22 02:47:23] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?fields=security_groups HTTP/1.1" 200 1382 0.055148 10.0.0.65 - - [2025-12-22 02:47:23] "DELETE /security-group/c26e08b0-74b1-4937-8471-56e84beefa8e HTTP/1.1" 200 115 0.058725 10.0.0.65 - - [2025-12-22 02:47:23] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001707 10.0.0.23 - - [2025-12-22 02:47:24] "DELETE /access-control-list/03ab7b0e-2e65-4a7e-a3ee-90862c0257b6 HTTP/1.1" 200 115 0.047882 10.0.0.65 - - [2025-12-22 02:47:24] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?fields=application_policy_sets HTTP/1.1" 200 1421 0.060076 10.0.0.23 - - [2025-12-22 02:47:24] "DELETE /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee HTTP/1.1" 200 115 0.425733 10.0.0.65 - - [2025-12-22 02:47:24] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.23 - - [2025-12-22 02:47:24] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?fields=projects HTTP/1.1" 200 1245 0.010498 10.0.0.65 - - [2025-12-22 02:47:25] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003305 10.0.0.65 - - [2025-12-22 02:47:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.65 - - [2025-12-22 02:47:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030246 10.0.0.65 - - [2025-12-22 02:47:25] "POST /id-to-fqname HTTP/1.1" 200 196 0.014220 10.0.0.65 - - [2025-12-22 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.009034 10.0.0.65 - - [2025-12-22 02:47:25] "POST /security-groups HTTP/1.1" 200 597 0.081463 10.0.0.65 - - [2025-12-22 02:47:25] "POST /projects HTTP/1.1" 200 597 0.345175 10.0.0.23 - - [2025-12-22 02:47:25] "POST /access-control-lists HTTP/1.1" 200 602 0.029269 10.0.0.65 - - [2025-12-22 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.417369 10.0.0.23 - - [2025-12-22 02:47:26] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.579636 10.0.0.65 - - [2025-12-22 02:47:26] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001327 10.0.0.23 - - [2025-12-22 02:47:26] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?fields=virtual_networks HTTP/1.1" 200 1045 0.047812 10.0.0.65 - - [2025-12-22 02:47:26] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.23 - - [2025-12-22 02:47:26] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.048538 10.0.0.65 - - [2025-12-22 02:47:26] "GET /projects?obj_uuids=a0f006fd-d3b1-4a04-a356-84e7a42ee8ee&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002347 10.0.0.23 - - [2025-12-22 02:47:26] "GET /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee?fields=security_groups HTTP/1.1" 200 1277 0.058482 10.0.0.23 - - [2025-12-22 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.026948 10.0.0.65 - - [2025-12-22 02:47:27] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003125 10.0.0.65 - - [2025-12-22 02:47:27] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.65 - - [2025-12-22 02:47:27] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008681 10.0.0.65 - - [2025-12-22 02:47:27] "POST /id-to-fqname HTTP/1.1" 200 202 0.005251 10.0.0.65 - - [2025-12-22 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.007816 10.0.0.65 - - [2025-12-22 02:47:27] "POST /security-groups HTTP/1.1" 200 603 0.041934 10.0.0.23 - - [2025-12-22 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 246 0.006135 10.0.0.65 - - [2025-12-22 02:47:27] "POST /projects HTTP/1.1" 200 609 0.271404 10.0.0.65 - - [2025-12-22 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.343406 10.0.0.23 - - [2025-12-22 02:47:27] "POST /access-control-lists HTTP/1.1" 200 606 0.035193 10.0.0.23 - - [2025-12-22 02:47:27] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.487286 10.0.0.23 - - [2025-12-22 02:47:28] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.23 - - [2025-12-22 02:47:30] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000678 10.0.0.65 - - [2025-12-22 02:47:31] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001626 10.0.0.23 - - [2025-12-22 02:47:31] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074430 10.0.0.23 - - [2025-12-22 02:47:31] "GET / HTTP/1.1" 200 35931 0.002575 10.0.0.23 - - [2025-12-22 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.65 - - [2025-12-22 02:47:32] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.23 - - [2025-12-22 02:47:32] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008967 10.0.0.23 - - [2025-12-22 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.65 - - [2025-12-22 02:47:32] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.23 - - [2025-12-22 02:47:32] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048424 10.0.0.23 - - [2025-12-22 02:47:33] "GET /domains HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-22 02:47:33] "GET /domains HTTP/1.1" 200 280 0.029321 10.0.0.65 - - [2025-12-22 02:47:33] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.23 - - [2025-12-22 02:47:33] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822 HTTP/1.1" 200 2778 0.010137 10.0.0.65 - - [2025-12-22 02:47:33] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001745 10.0.0.23 - - [2025-12-22 02:47:33] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b HTTP/1.1" 200 1925 0.091088 10.0.0.23 - - [2025-12-22 02:47:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003248 10.0.0.23 - - [2025-12-22 02:47:33] "POST /network-ipams HTTP/1.1" 200 621 0.027874 10.0.0.23 - - [2025-12-22 02:47:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003731 10.0.0.23 - - [2025-12-22 02:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-12-22 02:47:33] "GET /network-ipam/f462a172-3e9c-4b4b-85fc-acbc2e0554ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007482 10.0.0.23 - - [2025-12-22 02:47:33] "PUT /network-ipam/f462a172-3e9c-4b4b-85fc-acbc2e0554ca HTTP/1.1" 200 258 0.027101 10.0.0.23 - - [2025-12-22 02:47:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2025-12-22 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.058887 10.0.0.65 - - [2025-12-22 02:47:34] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.23 - - [2025-12-22 02:47:34] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051056 10.0.0.23 - - [2025-12-22 02:47:34] "POST /neutron/network HTTP/1.1" 200 117 0.275291 10.0.0.23 - - [2025-12-22 02:47:34] "GET /obj-perms HTTP/1.1" 200 5056 0.062876 10.0.0.65 - - [2025-12-22 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.012138 10.0.0.23 - - [2025-12-22 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.213368 10.0.0.23 - - [2025-12-22 02:47:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001390 10.0.0.23 - - [2025-12-22 02:47:35] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007757 10.0.0.23 - - [2025-12-22 02:47:35] "POST /neutron/network HTTP/1.1" 200 1337 0.011949 10.0.0.23 - - [2025-12-22 02:47:35] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006122 10.0.0.23 - - [2025-12-22 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.016528 10.0.0.23 - - [2025-12-22 02:47:36] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005894 10.0.0.23 - - [2025-12-22 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.65 - - [2025-12-22 02:47:37] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001712 10.0.0.23 - - [2025-12-22 02:47:37] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056159 10.0.0.65 - - [2025-12-22 02:47:38] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001649 10.0.0.23 - - [2025-12-22 02:47:38] "POST /neutron/network HTTP/1.1" 200 623 0.140610 10.0.0.23 - - [2025-12-22 02:47:38] "POST /route-targets HTTP/1.1" 200 327 0.034285 10.0.0.65 - - [2025-12-22 02:47:38] "POST /useragent-kv HTTP/1.1" 200 115 0.011253 10.0.0.23 - - [2025-12-22 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.047202 10.0.0.23 - - [2025-12-22 02:47:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.229682 10.0.0.23 - - [2025-12-22 02:47:38] "POST /id-to-fqname HTTP/1.1" 200 235 0.001577 10.0.0.23 - - [2025-12-22 02:47:38] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.009519 10.0.0.23 - - [2025-12-22 02:47:39] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006461 10.0.0.23 - - [2025-12-22 02:47:39] "POST /neutron/network HTTP/1.1" 200 1336 0.016598 10.0.0.23 - - [2025-12-22 02:47:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.010027 10.0.0.23 - - [2025-12-22 02:47:39] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.007097 10.0.0.65 - - [2025-12-22 02:47:39] "GET /obj-perms HTTP/1.1" 200 5019 0.053287 10.0.0.23 - - [2025-12-22 02:47:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004958 10.0.0.23 - - [2025-12-22 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.65 - - [2025-12-22 02:47:39] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001625 10.0.0.23 - - [2025-12-22 02:47:39] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051422 10.0.0.23 - - [2025-12-22 02:47:39] "POST /network-policys HTTP/1.1" 200 533 0.036835 10.0.0.23 - - [2025-12-22 02:47:39] "GET /network-policy/e81a6ce2-3752-41d3-908b-accfe5407343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.010572 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003494 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.65 - - [2025-12-22 02:47:40] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001712 10.0.0.23 - - [2025-12-22 02:47:40] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066521 10.0.0.23 - - [2025-12-22 02:47:40] "POST /network-policys HTTP/1.1" 200 533 0.035747 10.0.0.23 - - [2025-12-22 02:47:40] "GET /network-policy/af15bff6-d570-4a52-9e86-6bc443e6bb20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008700 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003672 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006749 10.0.0.65 - - [2025-12-22 02:47:40] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001621 10.0.0.23 - - [2025-12-22 02:47:40] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059026 10.0.0.23 - - [2025-12-22 02:47:40] "POST /network-policys HTTP/1.1" 200 533 0.036774 10.0.0.23 - - [2025-12-22 02:47:40] "GET /network-policy/90361821-6014-4f8c-8c6c-1c03001f0628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008456 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003379 10.0.0.23 - - [2025-12-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.65 - - [2025-12-22 02:47:40] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.23 - - [2025-12-22 02:47:40] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046820 10.0.0.23 - - [2025-12-22 02:47:41] "POST /network-policys HTTP/1.1" 200 533 0.035042 10.0.0.23 - - [2025-12-22 02:47:41] "GET /network-policy/8865446c-60fc-4a90-80f4-bfde723f11cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.009106 10.0.0.23 - - [2025-12-22 02:47:41] "POST /fqname-to-id HTTP/1.1" 404 213 0.005065 10.0.0.23 - - [2025-12-22 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.65 - - [2025-12-22 02:47:41] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001664 10.0.0.23 - - [2025-12-22 02:47:41] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053334 10.0.0.23 - - [2025-12-22 02:47:41] "POST /network-policys HTTP/1.1" 200 537 0.033792 10.0.0.23 - - [2025-12-22 02:47:41] "GET /network-policy/79937666-fb35-4a9d-9772-7023426f61e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.010530 10.0.0.23 - - [2025-12-22 02:47:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.003725 10.0.0.23 - - [2025-12-22 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.65 - - [2025-12-22 02:47:41] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.23 - - [2025-12-22 02:47:41] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043625 10.0.0.23 - - [2025-12-22 02:47:41] "POST /network-policys HTTP/1.1" 200 535 0.034367 10.0.0.23 - - [2025-12-22 02:47:41] "GET /network-policy/05a86f17-5951-4dc4-bea2-cb8a3a7715e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007601 10.0.0.23 - - [2025-12-22 02:47:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.003832 10.0.0.23 - - [2025-12-22 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.65 - - [2025-12-22 02:47:42] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.23 - - [2025-12-22 02:47:42] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064223 10.0.0.23 - - [2025-12-22 02:47:42] "POST /network-policys HTTP/1.1" 200 535 0.037815 10.0.0.23 - - [2025-12-22 02:47:42] "GET /network-policy/2cae0af3-ded3-42a4-b414-3bee5b956b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007972 10.0.0.23 - - [2025-12-22 02:47:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.003748 10.0.0.23 - - [2025-12-22 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.65 - - [2025-12-22 02:47:42] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.23 - - [2025-12-22 02:47:42] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057660 10.0.0.23 - - [2025-12-22 02:47:42] "POST /network-policys HTTP/1.1" 200 535 0.045721 10.0.0.23 - - [2025-12-22 02:47:42] "GET /network-policy/89307de1-a407-4a3d-a030-061f2d9996c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007813 10.0.0.23 - - [2025-12-22 02:47:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.004472 10.0.0.23 - - [2025-12-22 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.65 - - [2025-12-22 02:47:42] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.23 - - [2025-12-22 02:47:42] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052095 10.0.0.23 - - [2025-12-22 02:47:42] "POST /network-policys HTTP/1.1" 200 535 0.034295 10.0.0.23 - - [2025-12-22 02:47:43] "GET /network-policy/5c21c71a-c995-48b6-b4f6-c80610a691a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008417 10.0.0.23 - - [2025-12-22 02:47:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.004396 10.0.0.23 - - [2025-12-22 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008568 10.0.0.65 - - [2025-12-22 02:47:43] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.23 - - [2025-12-22 02:47:43] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046375 10.0.0.23 - - [2025-12-22 02:47:43] "POST /network-policys HTTP/1.1" 200 539 0.034812 10.0.0.23 - - [2025-12-22 02:47:43] "GET /network-policy/a837894d-e716-4922-9435-38eba2692e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008010 10.0.0.23 - - [2025-12-22 02:47:43] "POST /access-control-lists HTTP/1.1" 200 609 0.049036 10.0.0.23 - - [2025-12-22 02:47:43] "POST /neutron/network HTTP/1.1" 200 1425 0.052297 10.0.0.23 - - [2025-12-22 02:47:43] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006289 10.0.0.23 - - [2025-12-22 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.23 - - [2025-12-22 02:47:43] "GET /network-policy/e81a6ce2-3752-41d3-908b-accfe5407343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006851 10.0.0.23 - - [2025-12-22 02:47:44] "POST /neutron/network HTTP/1.1" 200 1426 0.028410 10.0.0.23 - - [2025-12-22 02:47:44] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005700 10.0.0.23 - - [2025-12-22 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006463 10.0.0.23 - - [2025-12-22 02:47:44] "POST /ref-update HTTP/1.1" 200 156 0.038294 10.0.0.23 - - [2025-12-22 02:47:44] "GET /network-policy/79937666-fb35-4a9d-9772-7023426f61e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006037 10.0.0.23 - - [2025-12-22 02:47:44] "POST /id-to-fqname HTTP/1.1" 200 235 0.001434 10.0.0.65 - - [2025-12-22 02:47:45] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.23 - - [2025-12-22 02:47:45] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.115883 10.0.0.23 - - [2025-12-22 02:47:45] "POST /neutron/port HTTP/1.1" 200 117 0.011551 10.0.0.23 - - [2025-12-22 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 235 0.001792 10.0.0.23 - - [2025-12-22 02:47:45] "POST /neutron/network HTTP/1.1" 200 1436 0.007271 10.0.0.65 - - [2025-12-22 02:47:46] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001444 10.0.0.23 - - [2025-12-22 02:47:46] "POST /neutron/port HTTP/1.1" 200 1174 0.054975 10.0.0.23 - - [2025-12-22 02:47:46] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.103022 10.0.0.23 - - [2025-12-22 02:47:46] "POST /neutron/port HTTP/1.1" 200 1228 0.163847 10.0.0.23 - - [2025-12-22 02:47:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004248 10.0.0.23 - - [2025-12-22 02:47:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011140 10.0.0.23 - - [2025-12-22 02:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.23 - - [2025-12-22 02:47:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022233 10.0.0.23 - - [2025-12-22 02:47:47] "POST /neutron/port HTTP/1.1" 200 1173 0.039458 10.0.0.23 - - [2025-12-22 02:47:48] "POST /neutron/port HTTP/1.1" 200 1237 0.033151 10.0.0.23 - - [2025-12-22 02:47:48] "POST /neutron/subnet HTTP/1.1" 200 1356 0.021331 10.0.0.23 - - [2025-12-22 02:47:48] "POST /neutron/network HTTP/1.1" 200 1426 0.015470 10.0.0.23 - - [2025-12-22 02:47:52] "POST /neutron/port HTTP/1.1" 200 1238 0.036052 10.0.0.23 - - [2025-12-22 02:47:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008503 10.0.0.23 - - [2025-12-22 02:47:52] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2025-12-22 02:47:52] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 200 1305 0.030353 10.0.0.23 - - [2025-12-22 02:47:52] "GET /virtual-machine-interface/4188f388-a9dd-411b-a153-aa9011b1c5e1 HTTP/1.1" 200 3169 0.005539 10.0.0.23 - - [2025-12-22 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2025-12-22 02:47:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.23 - - [2025-12-22 02:47:52] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003586 10.0.0.23 - - [2025-12-22 02:47:52] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005914 10.0.0.23 - - [2025-12-22 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.23 - - [2025-12-22 02:47:56] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006585 10.0.0.23 - - [2025-12-22 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.23 - - [2025-12-22 02:48:00] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005727 10.0.0.23 - - [2025-12-22 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-12-22 02:48:04] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010643 10.0.0.23 - - [2025-12-22 02:48:05] "DELETE /access-control-list/64ddb965-d957-4337-90b8-594673fb37c2 HTTP/1.1" 200 115 0.042562 10.0.0.23 - - [2025-12-22 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.23 - - [2025-12-22 02:48:08] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006348 10.0.0.23 - - [2025-12-22 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-12-22 02:48:12] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006110 10.0.0.23 - - [2025-12-22 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.23 - - [2025-12-22 02:48:16] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007213 10.0.0.23 - - [2025-12-22 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2025-12-22 02:48:20] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006894 10.0.0.65 - - [2025-12-22 02:48:20] "DELETE /project/a0f006fdd3b14a04a35684e7a42ee8ee HTTP/1.1" 404 173 0.006266 10.0.0.65 - - [2025-12-22 02:48:20] "DELETE /project/a0f006fd-d3b1-4a04-a356-84e7a42ee8ee HTTP/1.1" 404 177 0.006004 10.0.0.65 - - [2025-12-22 02:48:20] "DELETE /project/da7f8ae61d3f447294ac03e909bbb83b HTTP/1.1" 404 173 0.007871 10.0.0.23 - - [2025-12-22 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.23 - - [2025-12-22 02:48:24] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007059 10.0.0.23 - - [2025-12-22 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2025-12-22 02:48:29] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005551 10.0.0.23 - - [2025-12-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.23 - - [2025-12-22 02:48:33] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008223 10.0.0.23 - - [2025-12-22 02:48:33] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004785 10.0.0.23 - - [2025-12-22 02:48:33] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007287 10.0.0.22 - - [2025-12-22 02:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046676 10.0.0.23 - - [2025-12-22 02:48:36] "POST /neutron/port HTTP/1.1" 200 1237 0.021706 10.0.0.23 - - [2025-12-22 02:48:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004590 10.0.0.23 - - [2025-12-22 02:48:36] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.23 - - [2025-12-22 02:48:37] "POST /neutron/port HTTP/1.1" 200 1238 0.019818 10.0.0.23 - - [2025-12-22 02:48:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457 10.0.0.23 - - [2025-12-22 02:48:38] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.23 - - [2025-12-22 02:48:38] "POST /neutron/port HTTP/1.1" 200 1238 0.019447 10.0.0.23 - - [2025-12-22 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009472 10.0.0.23 - - [2025-12-22 02:48:48] "POST /neutron/port HTTP/1.1" 200 1238 0.020649 10.0.0.23 - - [2025-12-22 02:48:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007373 10.0.0.23 - - [2025-12-22 02:48:59] "POST /neutron/port HTTP/1.1" 200 1237 0.025655 10.0.0.23 - - [2025-12-22 02:48:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009037 10.0.0.23 - - [2025-12-22 02:48:59] "GET /virtual-machine/e4687c55-3f40-4479-b8f9-d5e8c35fbefe HTTP/1.1" 200 1305 0.008306 10.0.0.23 - - [2025-12-22 02:48:59] "GET /virtual-machine-interface/28d2af4c-71fb-4a47-b1c6-ed6e6b0cd3ce HTTP/1.1" 200 3169 0.006771 10.0.0.23 - - [2025-12-22 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2025-12-22 02:48:59] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005185 10.0.0.23 - - [2025-12-22 02:48:59] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004423 10.0.0.23 - - [2025-12-22 02:48:59] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006146 10.0.0.23 - - [2025-12-22 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2025-12-22 02:49:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004699 10.0.0.23 - - [2025-12-22 02:49:00] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005120 10.0.0.23 - - [2025-12-22 02:49:00] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008175 10.0.0.23 - - [2025-12-22 02:49:00] "POST /neutron/port HTTP/1.1" 200 2321 0.023199 10.0.0.23 - - [2025-12-22 02:49:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010091 10.0.0.23 - - [2025-12-22 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-12-22 02:49:01] "GET /network-policy/79937666-fb35-4a9d-9772-7023426f61e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004380 10.0.0.23 - - [2025-12-22 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.23 - - [2025-12-22 02:49:01] "GET /network-policy/e81a6ce2-3752-41d3-908b-accfe5407343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006805 10.0.0.23 - - [2025-12-22 02:49:01] "POST /neutron/network HTTP/1.1" 200 1425 0.019806 10.0.0.23 - - [2025-12-22 02:49:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004086 10.0.0.23 - - [2025-12-22 02:49:01] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008250 10.0.0.23 - - [2025-12-22 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-12-22 02:49:01] "GET /network-policy/af15bff6-d570-4a52-9e86-6bc443e6bb20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004793 10.0.0.65 - - [2025-12-22 02:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000749 10.0.0.65 - - [2025-12-22 02:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2025-12-22 02:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-12-22 02:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.22 - - [2025-12-22 02:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.22 - - [2025-12-22 02:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.65 - - [2025-12-22 02:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.65 - - [2025-12-22 02:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2025-12-22 02:49:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001097 10.0.0.23 - - [2025-12-22 02:49:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-22 02:49:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.23 - - [2025-12-22 02:49:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000680 10.0.0.23 - - [2025-12-22 02:49:27] "POST /neutron/network HTTP/1.1" 200 1425 0.014518 10.0.0.23 - - [2025-12-22 02:49:27] "PUT /access-control-list/d71de67c-624f-44b3-89e8-1bf203ee6253 HTTP/1.1" 200 272 0.019942 10.0.0.23 - - [2025-12-22 02:49:27] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.023388 10.0.0.23 - - [2025-12-22 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2025-12-22 02:49:27] "GET /network-policy/a837894d-e716-4922-9435-38eba2692e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004783 10.0.0.23 - - [2025-12-22 02:49:36] "GET /obj-perms HTTP/1.1" 200 5056 0.066099 10.0.0.23 - - [2025-12-22 02:49:36] "POST /neutron/port HTTP/1.1" 200 1237 0.339604 10.0.0.23 - - [2025-12-22 02:49:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.23 - - [2025-12-22 02:49:36] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.23 - - [2025-12-22 02:49:38] "POST /neutron/port HTTP/1.1" 200 1238 0.023680 10.0.0.23 - - [2025-12-22 02:49:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007267 10.0.0.23 - - [2025-12-22 02:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.23 - - [2025-12-22 02:49:40] "POST /neutron/network HTTP/1.1" 200 1428 0.014743 10.0.0.23 - - [2025-12-22 02:49:40] "POST /ref-update HTTP/1.1" 200 156 0.043181 10.0.0.23 - - [2025-12-22 02:49:40] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.014622 10.0.0.23 - - [2025-12-22 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.23 - - [2025-12-22 02:49:40] "GET /network-policy/90361821-6014-4f8c-8c6c-1c03001f0628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005502 10.0.0.23 - - [2025-12-22 02:49:52] "POST /neutron/network HTTP/1.1" 200 1425 0.018092 10.0.0.23 - - [2025-12-22 02:49:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.009454 10.0.0.23 - - [2025-12-22 02:49:52] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008351 10.0.0.23 - - [2025-12-22 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.23 - - [2025-12-22 02:49:52] "GET /network-policy/8865446c-60fc-4a90-80f4-bfde723f11cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004671 10.0.0.23 - - [2025-12-22 02:50:02] "POST /neutron/network HTTP/1.1" 200 1425 0.018734 10.0.0.23 - - [2025-12-22 02:50:03] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010608 10.0.0.23 - - [2025-12-22 02:50:03] "POST /ref-update HTTP/1.1" 200 156 0.040811 10.0.0.23 - - [2025-12-22 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2025-12-22 02:50:03] "GET /network-policy/05a86f17-5951-4dc4-bea2-cb8a3a7715e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004366 10.0.0.23 - - [2025-12-22 02:50:15] "POST /neutron/network HTTP/1.1" 200 1426 0.014859 10.0.0.23 - - [2025-12-22 02:50:15] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008703 10.0.0.23 - - [2025-12-22 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2025-12-22 02:50:16] "GET /network-policy/2cae0af3-ded3-42a4-b414-3bee5b956b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004808 10.0.0.23 - - [2025-12-22 02:50:26] "POST /neutron/network HTTP/1.1" 200 1426 0.015687 10.0.0.23 - - [2025-12-22 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.007442 10.0.0.23 - - [2025-12-22 02:50:26] "PUT /access-control-list/d71de67c-624f-44b3-89e8-1bf203ee6253 HTTP/1.1" 200 272 0.067373 10.0.0.23 - - [2025-12-22 02:50:26] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.012738 10.0.0.23 - - [2025-12-22 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2025-12-22 02:50:26] "GET /network-policy/89307de1-a407-4a3d-a030-061f2d9996c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004689 10.0.0.23 - - [2025-12-22 02:50:38] "POST /neutron/port HTTP/1.1" 200 1237 0.028370 10.0.0.23 - - [2025-12-22 02:50:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004823 10.0.0.23 - - [2025-12-22 02:50:38] "POST /neutron/port HTTP/1.1" 200 117 0.001683 10.0.0.23 - - [2025-12-22 02:50:38] "POST /neutron/network HTTP/1.1" 200 1426 0.016721 10.0.0.23 - - [2025-12-22 02:50:38] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008334 10.0.0.23 - - [2025-12-22 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2025-12-22 02:50:38] "POST /neutron/port HTTP/1.1" 200 1238 0.020130 10.0.0.23 - - [2025-12-22 02:50:38] "GET /network-policy/5c21c71a-c995-48b6-b4f6-c80610a691a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004313 10.0.0.23 - - [2025-12-22 02:50:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007922 10.0.0.23 - - [2025-12-22 02:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.23 - - [2025-12-22 02:50:49] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009971 10.0.0.23 - - [2025-12-22 02:50:49] "POST /neutron/network HTTP/1.1" 200 1426 0.018624 10.0.0.23 - - [2025-12-22 02:50:49] "POST /ref-update HTTP/1.1" 200 156 0.056161 10.0.0.23 - - [2025-12-22 02:50:49] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009769 10.0.0.23 - - [2025-12-22 02:50:49] "GET /virtual-machine/e4687c55-3f40-4479-b8f9-d5e8c35fbefe HTTP/1.1" 200 1305 0.005595 10.0.0.23 - - [2025-12-22 02:50:50] "POST /neutron/port HTTP/1.1" 200 1237 0.020215 10.0.0.23 - - [2025-12-22 02:50:51] "GET /virtual-machine/e4687c55-3f40-4479-b8f9-d5e8c35fbefe HTTP/1.1" 404 171 0.004025 10.0.0.23 - - [2025-12-22 02:50:51] "GET /virtual-machine/e4687c55-3f40-4479-b8f9-d5e8c35fbefe HTTP/1.1" 404 171 0.004294 10.0.0.23 - - [2025-12-22 02:50:51] "GET /virtual-machine/e4687c55-3f40-4479-b8f9-d5e8c35fbefe HTTP/1.1" 404 171 0.004255 10.0.0.23 - - [2025-12-22 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2025-12-22 02:50:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005539 10.0.0.23 - - [2025-12-22 02:50:51] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004936 10.0.0.23 - - [2025-12-22 02:50:51] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007864 10.0.0.23 - - [2025-12-22 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.23 - - [2025-12-22 02:50:51] "GET /routing-instance/b3b7bb1e-c8b8-4563-828d-e583ecb2719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005918 10.0.0.23 - - [2025-12-22 02:50:51] "GET /route-target/39a1c060-fb3f-45a3-a349-e7505c6b4e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006517 10.0.0.65 - - [2025-12-22 02:50:51] "GET /obj-perms HTTP/1.1" 200 5019 0.004721 10.0.0.23 - - [2025-12-22 02:50:55] "GET /obj-perms HTTP/1.1" 200 5019 0.050894 10.0.0.65 - - [2025-12-22 02:51:01] "GET /obj-perms HTTP/1.1" 200 5019 0.005436 10.0.0.23 - - [2025-12-22 02:51:04] "GET /obj-perms HTTP/1.1" 200 5019 0.004088 10.0.0.65 - - [2025-12-22 02:51:10] "GET /obj-perms HTTP/1.1" 200 5019 0.003862 10.0.0.23 - - [2025-12-22 02:51:13] "GET /obj-perms HTTP/1.1" 200 5019 0.004180 10.0.0.23 - - [2025-12-22 02:51:16] "GET /obj-perms HTTP/1.1" 200 5019 0.004284 10.0.0.65 - - [2025-12-22 02:51:16] "GET /obj-perms HTTP/1.1" 200 5019 0.004060 10.0.0.23 - - [2025-12-22 02:51:16] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 200 1305 0.006608 10.0.0.23 - - [2025-12-22 02:51:17] "POST /neutron/port HTTP/1.1" 200 1238 0.020583 10.0.0.23 - - [2025-12-22 02:51:18] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 404 171 0.003602 10.0.0.23 - - [2025-12-22 02:51:18] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 404 171 0.002979 10.0.0.23 - - [2025-12-22 02:51:18] "GET /virtual-machine/956bc12c-9c5e-4784-a366-0c1114de5a44 HTTP/1.1" 404 171 0.003633 10.0.0.23 - - [2025-12-22 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.23 - - [2025-12-22 02:51:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005755 10.0.0.23 - - [2025-12-22 02:51:19] "GET /virtual-networks?parent_id=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003958 10.0.0.23 - - [2025-12-22 02:51:19] "GET /virtual-network/e6f89f3d-d1cb-493b-8780-08bd780172e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006913 10.0.0.23 - - [2025-12-22 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.23 - - [2025-12-22 02:51:19] "GET /routing-instance/f4c80e2b-a269-40b1-8cad-96c97b160aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.006294 10.0.0.23 - - [2025-12-22 02:51:19] "GET /route-target/6b445a4d-e6b6-47ba-95a3-64f88f984f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006128 10.0.0.23 - - [2025-12-22 02:51:19] "GET /obj-perms HTTP/1.1" 200 5019 0.005163 10.0.0.22 - - [2025-12-22 02:51:19] "GET /obj-perms HTTP/1.1" 200 5019 0.067496 10.0.0.23 - - [2025-12-22 02:51:19] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006321 10.0.0.23 - - [2025-12-22 02:51:19] "POST /neutron/network HTTP/1.1" 200 1426 0.024159 10.0.0.23 - - [2025-12-22 02:51:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004788 10.0.0.23 - - [2025-12-22 02:51:19] "GET /virtual-network/b3a808f9-f6b6-4780-8ec8-123390554f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.009379 10.0.0.23 - - [2025-12-22 02:51:19] "DELETE /network-policy/a837894d-e716-4922-9435-38eba2692e3f HTTP/1.1" 200 115 0.037659 10.0.0.23 - - [2025-12-22 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006531 10.0.0.65 - - [2025-12-22 02:51:20] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001244 10.0.0.23 - - [2025-12-22 02:51:20] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056479 10.0.0.23 - - [2025-12-22 02:51:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005886 10.0.0.23 - - [2025-12-22 02:51:20] "DELETE /network-policy/5c21c71a-c995-48b6-b4f6-c80610a691a8 HTTP/1.1" 200 115 0.049833 10.0.0.23 - - [2025-12-22 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007629 10.0.0.65 - - [2025-12-22 02:51:20] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.23 - - [2025-12-22 02:51:20] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.148030 10.0.0.23 - - [2025-12-22 02:51:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.008078 10.0.0.23 - - [2025-12-22 02:51:20] "DELETE /network-policy/89307de1-a407-4a3d-a030-061f2d9996c5 HTTP/1.1" 200 115 0.059566 10.0.0.23 - - [2025-12-22 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007130 10.0.0.65 - - [2025-12-22 02:51:20] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.23 - - [2025-12-22 02:51:20] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070244 10.0.0.23 - - [2025-12-22 02:51:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.007123 10.0.0.23 - - [2025-12-22 02:51:20] "DELETE /network-policy/2cae0af3-ded3-42a4-b414-3bee5b956b49 HTTP/1.1" 200 115 0.073641 10.0.0.23 - - [2025-12-22 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009815 10.0.0.65 - - [2025-12-22 02:51:20] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.23 - - [2025-12-22 02:51:20] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056109 10.0.0.23 - - [2025-12-22 02:51:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.007535 10.0.0.23 - - [2025-12-22 02:51:21] "DELETE /network-policy/05a86f17-5951-4dc4-bea2-cb8a3a7715e0 HTTP/1.1" 200 115 0.045892 10.0.0.23 - - [2025-12-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006420 10.0.0.65 - - [2025-12-22 02:51:21] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.23 - - [2025-12-22 02:51:21] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054846 10.0.0.23 - - [2025-12-22 02:51:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005777 10.0.0.23 - - [2025-12-22 02:51:21] "DELETE /network-policy/79937666-fb35-4a9d-9772-7023426f61e3 HTTP/1.1" 200 115 0.040088 10.0.0.23 - - [2025-12-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.65 - - [2025-12-22 02:51:21] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001568 10.0.0.23 - - [2025-12-22 02:51:21] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069844 10.0.0.23 - - [2025-12-22 02:51:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.008029 10.0.0.23 - - [2025-12-22 02:51:21] "DELETE /network-policy/8865446c-60fc-4a90-80f4-bfde723f11cc HTTP/1.1" 200 115 0.050463 10.0.0.23 - - [2025-12-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.65 - - [2025-12-22 02:51:21] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001836 10.0.0.23 - - [2025-12-22 02:51:21] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066361 10.0.0.23 - - [2025-12-22 02:51:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006088 10.0.0.23 - - [2025-12-22 02:51:21] "DELETE /network-policy/90361821-6014-4f8c-8c6c-1c03001f0628 HTTP/1.1" 200 115 0.056104 10.0.0.23 - - [2025-12-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005779 10.0.0.65 - - [2025-12-22 02:51:21] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.23 - - [2025-12-22 02:51:21] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048653 10.0.0.23 - - [2025-12-22 02:51:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005504 10.0.0.23 - - [2025-12-22 02:51:22] "DELETE /network-policy/af15bff6-d570-4a52-9e86-6bc443e6bb20 HTTP/1.1" 200 115 0.048878 10.0.0.23 - - [2025-12-22 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.65 - - [2025-12-22 02:51:22] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.23 - - [2025-12-22 02:51:22] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058077 10.0.0.23 - - [2025-12-22 02:51:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007126 10.0.0.23 - - [2025-12-22 02:51:22] "DELETE /network-policy/e81a6ce2-3752-41d3-908b-accfe5407343 HTTP/1.1" 200 115 0.053568 10.0.0.23 - - [2025-12-22 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008296 10.0.0.65 - - [2025-12-22 02:51:22] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.23 - - [2025-12-22 02:51:22] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051899 10.0.0.23 - - [2025-12-22 02:51:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-55820220&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009138 10.0.0.23 - - [2025-12-22 02:51:22] "POST /neutron/network HTTP/1.1" 200 1336 0.012566 10.0.0.23 - - [2025-12-22 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.049042 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008290 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005858 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004119 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003534 10.0.0.23 - - [2025-12-22 02:51:23] "DELETE /route-target/6b445a4d-e6b6-47ba-95a3-64f88f984f76 HTTP/1.1" 200 115 0.074287 10.0.0.65 - - [2025-12-22 02:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008550 10.0.0.23 - - [2025-12-22 02:51:23] "POST /neutron/network HTTP/1.1" 200 151 0.237649 10.0.0.23 - - [2025-12-22 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2025-12-22 02:51:23] "DELETE /network-ipam/f462a172-3e9c-4b4b-85fc-acbc2e0554ca HTTP/1.1" 200 115 0.038865 10.0.0.23 - - [2025-12-22 02:51:23] "POST /fqname-to-id HTTP/1.1" 404 260 0.006258 10.0.0.65 - - [2025-12-22 02:51:23] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.65 - - [2025-12-22 02:51:23] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.053768 10.0.0.65 - - [2025-12-22 02:51:23] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002722 10.0.0.65 - - [2025-12-22 02:51:23] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?fields=security_groups HTTP/1.1" 200 1400 0.049171 10.0.0.65 - - [2025-12-22 02:51:23] "DELETE /security-group/50fc3d75-457b-42eb-ba60-1c0e5379e2d9 HTTP/1.1" 200 115 0.076801 10.0.0.65 - - [2025-12-22 02:51:23] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.65 - - [2025-12-22 02:51:23] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?fields=application_policy_sets HTTP/1.1" 200 1439 0.052585 10.0.0.23 - - [2025-12-22 02:51:23] "DELETE /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b HTTP/1.1" 200 115 0.448038 10.0.0.65 - - [2025-12-22 02:51:23] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002611 10.0.0.23 - - [2025-12-22 02:51:23] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?fields=projects HTTP/1.1" 200 1245 0.012820 10.0.0.65 - - [2025-12-22 02:51:25] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003849 10.0.0.65 - - [2025-12-22 02:51:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.65 - - [2025-12-22 02:51:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048971 10.0.0.65 - - [2025-12-22 02:51:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.008332 10.0.0.65 - - [2025-12-22 02:51:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.005623 10.0.0.65 - - [2025-12-22 02:51:25] "POST /security-groups HTTP/1.1" 200 603 0.077610 10.0.0.23 - - [2025-12-22 02:51:25] "POST /fqname-to-id HTTP/1.1" 404 246 0.003870 10.0.0.65 - - [2025-12-22 02:51:25] "POST /projects HTTP/1.1" 200 609 0.333943 10.0.0.65 - - [2025-12-22 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.413101 10.0.0.23 - - [2025-12-22 02:51:25] "POST /access-control-lists HTTP/1.1" 200 606 0.036443 10.0.0.23 - - [2025-12-22 02:51:25] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.568821 10.0.0.65 - - [2025-12-22 02:51:25] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002064 10.0.0.23 - - [2025-12-22 02:51:25] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?fields=virtual_networks HTTP/1.1" 200 1057 0.065452 10.0.0.65 - - [2025-12-22 02:51:26] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.23 - - [2025-12-22 02:51:26] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.045709 10.0.0.65 - - [2025-12-22 02:51:26] "GET /projects?obj_uuids=da7f8ae6-1d3f-4472-94ac-03e909bbb83b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.23 - - [2025-12-22 02:51:26] "GET /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b?fields=security_groups HTTP/1.1" 200 1295 0.047593 10.0.0.23 - - [2025-12-22 02:51:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.031196 10.0.0.65 - - [2025-12-22 02:51:27] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003460 10.0.0.65 - - [2025-12-22 02:51:27] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.65 - - [2025-12-22 02:51:27] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009072 10.0.0.65 - - [2025-12-22 02:51:27] "POST /id-to-fqname HTTP/1.1" 200 184 0.003448 10.0.0.65 - - [2025-12-22 02:51:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004430 10.0.0.65 - - [2025-12-22 02:51:27] "POST /security-groups HTTP/1.1" 200 585 0.077413 10.0.0.65 - - [2025-12-22 02:51:27] "POST /projects HTTP/1.1" 200 573 0.316584 10.0.0.23 - - [2025-12-22 02:51:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.013262 10.0.0.65 - - [2025-12-22 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.390233 10.0.0.23 - - [2025-12-22 02:51:27] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.551481 10.0.0.23 - - [2025-12-22 02:51:28] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.23 - - [2025-12-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000733 10.0.0.23 - - [2025-12-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.058744 10.0.0.65 - - [2025-12-22 02:51:29] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001407 10.0.0.23 - - [2025-12-22 02:51:29] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.061313 10.0.0.23 - - [2025-12-22 02:51:30] "POST /ref-update HTTP/1.1" 200 156 0.039292 10.0.0.65 - - [2025-12-22 02:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009799 10.0.0.23 - - [2025-12-22 02:51:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.240620 10.0.0.23 - - [2025-12-22 02:51:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.002114 10.0.0.23 - - [2025-12-22 02:51:30] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.011101 10.0.0.23 - - [2025-12-22 02:51:30] "POST /neutron/network HTTP/1.1" 200 993 0.012087 10.0.0.23 - - [2025-12-22 02:51:30] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005741 10.0.0.23 - - [2025-12-22 02:51:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.011758 10.0.0.23 - - [2025-12-22 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.65 - - [2025-12-22 02:51:30] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001135 10.0.0.23 - - [2025-12-22 02:51:30] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.048478 10.0.0.65 - - [2025-12-22 02:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009496 10.0.0.23 - - [2025-12-22 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.271807 10.0.0.23 - - [2025-12-22 02:51:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001405 10.0.0.23 - - [2025-12-22 02:51:31] "GET /virtual-network/cca92aa8-220b-4415-bffd-57ae1d776360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008500 10.0.0.23 - - [2025-12-22 02:51:31] "POST /neutron/network HTTP/1.1" 200 992 0.009764 10.0.0.23 - - [2025-12-22 02:51:31] "GET /virtual-network/cca92aa8-220b-4415-bffd-57ae1d776360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007509 10.0.0.23 - - [2025-12-22 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.011022 10.0.0.23 - - [2025-12-22 02:51:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001870 10.0.0.65 - - [2025-12-22 02:51:32] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001458 10.0.0.23 - - [2025-12-22 02:51:32] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.083912 10.0.0.23 - - [2025-12-22 02:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.009775 10.0.0.23 - - [2025-12-22 02:51:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001534 10.0.0.23 - - [2025-12-22 02:51:32] "POST /neutron/network HTTP/1.1" 200 1003 0.008513 10.0.0.23 - - [2025-12-22 02:51:33] "POST /neutron/port HTTP/1.1" 200 1162 0.027779 10.0.0.65 - - [2025-12-22 02:51:33] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002190 10.0.0.23 - - [2025-12-22 02:51:33] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.114503 10.0.0.23 - - [2025-12-22 02:51:33] "POST /neutron/port HTTP/1.1" 200 1226 0.033029 10.0.0.23 - - [2025-12-22 02:51:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.23 - - [2025-12-22 02:51:33] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.23 - - [2025-12-22 02:51:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012006 10.0.0.23 - - [2025-12-22 02:51:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001445 10.0.0.23 - - [2025-12-22 02:51:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009633 10.0.0.65 - - [2025-12-22 02:51:34] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001135 10.0.0.23 - - [2025-12-22 02:51:34] "POST /neutron/port HTTP/1.1" 200 1162 0.338378 10.0.0.23 - - [2025-12-22 02:51:34] "POST /neutron/port HTTP/1.1" 200 1216 0.192374 10.0.0.23 - - [2025-12-22 02:51:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005994 10.0.0.65 - - [2025-12-22 02:51:35] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001625 10.0.0.23 - - [2025-12-22 02:51:35] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.098131 10.0.0.23 - - [2025-12-22 02:51:35] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.23 - - [2025-12-22 02:51:35] "POST /neutron/port HTTP/1.1" 200 2298 0.029273 10.0.0.23 - - [2025-12-22 02:51:35] "POST /neutron/port HTTP/1.1" 200 1226 0.024005 10.0.0.23 - - [2025-12-22 02:51:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014318 10.0.0.23 - - [2025-12-22 02:51:35] "GET /virtual-machine/51ee9522-5943-4831-a942-3ebe672d8450 HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2025-12-22 02:51:35] "POST /neutron/network HTTP/1.1" 200 1002 0.008512 10.0.0.23 - - [2025-12-22 02:51:36] "GET /virtual-machine/51ee9522-5943-4831-a942-3ebe672d8450 HTTP/1.1" 200 1286 0.033901 10.0.0.23 - - [2025-12-22 02:51:36] "GET /virtual-machine-interface/4d62ac7d-f066-4caa-af88-0ce547ea7af0 HTTP/1.1" 200 3105 0.006606 10.0.0.23 - - [2025-12-22 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006645 10.0.0.23 - - [2025-12-22 02:51:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.23 - - [2025-12-22 02:51:36] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005577 10.0.0.23 - - [2025-12-22 02:51:36] "POST /neutron/port HTTP/1.1" 200 1161 0.035178 10.0.0.23 - - [2025-12-22 02:51:36] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006418 10.0.0.23 - - [2025-12-22 02:51:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005513 10.0.0.23 - - [2025-12-22 02:51:36] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.65 - - [2025-12-22 02:51:37] "GET /obj-perms HTTP/1.1" 200 5056 0.053454 10.0.0.23 - - [2025-12-22 02:51:38] "POST /neutron/port HTTP/1.1" 200 1226 0.021043 10.0.0.23 - - [2025-12-22 02:51:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.23 - - [2025-12-22 02:51:38] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.23 - - [2025-12-22 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.23 - - [2025-12-22 02:51:39] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006044 10.0.0.23 - - [2025-12-22 02:51:39] "POST /neutron/port HTTP/1.1" 200 1226 0.021023 10.0.0.23 - - [2025-12-22 02:51:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004290 10.0.0.23 - - [2025-12-22 02:51:40] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.23 - - [2025-12-22 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006801 10.0.0.23 - - [2025-12-22 02:51:43] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006759 10.0.0.23 - - [2025-12-22 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2025-12-22 02:51:47] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.010234 10.0.0.23 - - [2025-12-22 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.23 - - [2025-12-22 02:51:51] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007092 10.0.0.23 - - [2025-12-22 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005853 10.0.0.23 - - [2025-12-22 02:51:55] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007563 10.0.0.23 - - [2025-12-22 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-12-22 02:51:59] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005704 10.0.0.23 - - [2025-12-22 02:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.23 - - [2025-12-22 02:52:03] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006497 10.0.0.23 - - [2025-12-22 02:52:06] "DELETE /access-control-list/b2e79d6a-8cc2-46e9-8c3d-bc79eb8a5968 HTTP/1.1" 200 115 0.036321 10.0.0.23 - - [2025-12-22 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.23 - - [2025-12-22 02:52:07] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006465 10.0.0.23 - - [2025-12-22 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2025-12-22 02:52:12] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005854 10.0.0.23 - - [2025-12-22 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.23 - - [2025-12-22 02:52:16] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006637 10.0.0.23 - - [2025-12-22 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-12-22 02:52:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005516 10.0.0.23 - - [2025-12-22 02:52:20] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003763 10.0.0.23 - - [2025-12-22 02:52:20] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.009322 10.0.0.23 - - [2025-12-22 02:52:20] "POST /neutron/port HTTP/1.1" 200 1226 0.024947 10.0.0.65 - - [2025-12-22 02:52:21] "DELETE /project/da7f8ae61d3f447294ac03e909bbb83b HTTP/1.1" 404 173 0.004035 10.0.0.65 - - [2025-12-22 02:52:21] "DELETE /project/bf4a0a4efa4548f1bf4bc21caccd8f40 HTTP/1.1" 404 173 0.008190 10.0.0.65 - - [2025-12-22 02:52:21] "DELETE /project/da7f8ae6-1d3f-4472-94ac-03e909bbb83b HTTP/1.1" 404 177 0.008260 10.0.0.23 - - [2025-12-22 02:52:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010522 10.0.0.23 - - [2025-12-22 02:52:33] "POST /neutron/port HTTP/1.1" 200 1226 0.055203 10.0.0.23 - - [2025-12-22 02:52:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008371 10.0.0.23 - - [2025-12-22 02:52:39] "POST /neutron/network HTTP/1.1" 200 1003 0.014347 10.0.0.23 - - [2025-12-22 02:52:39] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020633 10.0.0.23 - - [2025-12-22 02:52:39] "POST /neutron/network HTTP/1.1" 200 993 0.011289 10.0.0.23 - - [2025-12-22 02:52:41] "POST /neutron/port HTTP/1.1" 200 1226 0.019326 10.0.0.23 - - [2025-12-22 02:52:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.23 - - [2025-12-22 02:52:42] "POST /neutron/port HTTP/1.1" 200 117 0.001895 10.0.0.23 - - [2025-12-22 02:52:46] "POST /neutron/port HTTP/1.1" 200 1226 0.023571 10.0.0.23 - - [2025-12-22 02:52:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.016868 10.0.0.23 - - [2025-12-22 02:52:46] "GET /virtual-machine/a83d65f4-404d-4e7b-863e-b4744151837a HTTP/1.1" 200 1286 0.007788 10.0.0.23 - - [2025-12-22 02:52:46] "GET /virtual-machine-interface/c62ab9e1-a8b3-482a-9dae-8dda1c41ec07 HTTP/1.1" 200 3106 0.007287 10.0.0.23 - - [2025-12-22 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.23 - - [2025-12-22 02:52:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006588 10.0.0.23 - - [2025-12-22 02:52:46] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004393 10.0.0.23 - - [2025-12-22 02:52:46] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007268 10.0.0.23 - - [2025-12-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.23 - - [2025-12-22 02:52:47] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005078 10.0.0.23 - - [2025-12-22 02:52:47] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004453 10.0.0.23 - - [2025-12-22 02:52:47] "GET /virtual-network/68e67f3c-8252-495f-8901-8d0a7a82cc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007142 10.0.0.23 - - [2025-12-22 02:52:47] "POST /neutron/port HTTP/1.1" 200 1226 0.023595 10.0.0.23 - - [2025-12-22 02:52:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008894 10.0.0.23 - - [2025-12-22 02:52:53] "POST /neutron/port HTTP/1.1" 200 1226 0.026642 10.0.0.23 - - [2025-12-22 02:52:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010543 10.0.0.23 - - [2025-12-22 02:53:08] "POST /neutron/port HTTP/1.1" 200 1225 0.029669 10.0.0.23 - - [2025-12-22 02:53:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008836 10.0.0.23 - - [2025-12-22 02:53:08] "GET /virtual-machine/c872a2ee-c7db-44b1-8ec1-483b20c49c43 HTTP/1.1" 200 1287 0.007377 10.0.0.23 - - [2025-12-22 02:53:08] "GET /virtual-machine-interface/8d3ca758-5dff-4fcb-918c-345038dc0251 HTTP/1.1" 200 3106 0.007043 10.0.0.23 - - [2025-12-22 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2025-12-22 02:53:08] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005626 10.0.0.23 - - [2025-12-22 02:53:08] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.012679 10.0.0.23 - - [2025-12-22 02:53:09] "GET /virtual-network/cca92aa8-220b-4415-bffd-57ae1d776360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006536 10.0.0.23 - - [2025-12-22 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2025-12-22 02:53:10] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005334 10.0.0.23 - - [2025-12-22 02:53:10] "GET /virtual-networks?parent_id=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004400 10.0.0.23 - - [2025-12-22 02:53:10] "GET /virtual-network/cca92aa8-220b-4415-bffd-57ae1d776360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008166 10.0.0.23 - - [2025-12-22 02:53:11] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003841 10.0.0.23 - - [2025-12-22 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-22 02:53:11] "GET /global-qos-config/006fab48-9abb-4c2f-aae4-4e33e9dfee40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1082 0.004981 10.0.0.23 - - [2025-12-22 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 222 0.004506 10.0.0.23 - - [2025-12-22 02:53:11] "POST /forwarding-classs HTTP/1.1" 200 576 0.036776 10.0.0.23 - - [2025-12-22 02:53:11] "POST /id-to-fqname HTTP/1.1" 200 232 0.004172 10.0.0.23 - - [2025-12-22 02:53:11] "GET /forwarding-class/542ecd32-fa1f-48c6-98d9-7cf23bf85c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004508 10.0.0.65 - - [2025-12-22 02:53:12] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.033185 10.0.0.23 - - [2025-12-22 02:53:12] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.087646 10.0.0.23 - - [2025-12-22 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.004223 10.0.0.23 - - [2025-12-22 02:53:12] "POST /qos-configs HTTP/1.1" 200 543 0.039983 10.0.0.23 - - [2025-12-22 02:53:12] "POST /id-to-fqname HTTP/1.1" 200 217 0.004140 10.0.0.23 - - [2025-12-22 02:53:12] "GET /qos-config/3515ae07-ef7a-4b30-aebc-d2fb06469efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005475 10.0.0.23 - - [2025-12-22 02:53:12] "GET /virtual-machine-interface/4d62ac7d-f066-4caa-af88-0ce547ea7af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.007633 10.0.0.23 - - [2025-12-22 02:53:12] "POST /ref-update HTTP/1.1" 200 156 0.028266 10.0.0.23 - - [2025-12-22 02:53:12] "POST /neutron/port HTTP/1.1" 200 1226 0.043913 10.0.0.23 - - [2025-12-22 02:53:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009951 10.0.0.23 - - [2025-12-22 02:53:12] "POST /neutron/port HTTP/1.1" 200 1226 0.022284 10.0.0.23 - - [2025-12-22 02:53:12] "POST /neutron/network HTTP/1.1" 200 993 0.009921 10.0.0.23 - - [2025-12-22 02:53:12] "POST /id-to-fqname HTTP/1.1" 200 214 0.001483 10.0.0.23 - - [2025-12-22 02:53:12] "GET /virtual-machine/51ee9522-5943-4831-a942-3ebe672d8450 HTTP/1.1" 200 1286 0.004642 10.0.0.23 - - [2025-12-22 02:53:12] "GET /virtual-machine-interface/4d62ac7d-f066-4caa-af88-0ce547ea7af0 HTTP/1.1" 200 3352 0.005720 10.0.0.23 - - [2025-12-22 02:53:12] "GET /instance-ip/7100a8bb-e172-4856-9ebe-85028f9b264e HTTP/1.1" 200 1609 0.006570 10.0.0.23 - - [2025-12-22 02:53:12] "GET /instance-ip/ced244c1-5039-41ef-94dc-705e85f12495 HTTP/1.1" 200 1629 0.007393 10.0.0.23 - - [2025-12-22 02:53:13] "POST /neutron/port HTTP/1.1" 200 1226 0.033360 10.0.0.23 - - [2025-12-22 02:53:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009010 10.0.0.23 - - [2025-12-22 02:53:13] "POST /neutron/network HTTP/1.1" 200 967 0.018399 10.0.0.23 - - [2025-12-22 02:53:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.002023 10.0.0.23 - - [2025-12-22 02:53:13] "GET /virtual-machine/a83d65f4-404d-4e7b-863e-b4744151837a HTTP/1.1" 200 1286 0.006040 10.0.0.23 - - [2025-12-22 02:53:13] "GET /virtual-machine-interface/c62ab9e1-a8b3-482a-9dae-8dda1c41ec07 HTTP/1.1" 200 3106 0.006877 10.0.0.23 - - [2025-12-22 02:53:13] "GET /instance-ip/2d3235e6-b861-4b9a-b5c3-d5443a0e1af9 HTTP/1.1" 200 1609 0.006873 10.0.0.23 - - [2025-12-22 02:53:13] "GET /instance-ip/315a0ede-3186-42ac-821a-7a8ebf29e8ae HTTP/1.1" 200 1627 0.006684 10.0.0.23 - - [2025-12-22 02:53:39] "POST /neutron/port HTTP/1.1" 200 1225 0.020873 10.0.0.23 - - [2025-12-22 02:53:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005072 10.0.0.23 - - [2025-12-22 02:53:39] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.23 - - [2025-12-22 02:53:44] "POST /neutron/port HTTP/1.1" 200 1226 0.054738 10.0.0.23 - - [2025-12-22 02:53:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004968 10.0.0.23 - - [2025-12-22 02:53:44] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.65 - - [2025-12-22 02:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.65 - - [2025-12-22 02:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-12-22 02:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-12-22 02:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-12-22 02:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000988 10.0.0.22 - - [2025-12-22 02:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-12-22 02:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-12-22 02:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-22 02:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.23 - - [2025-12-22 02:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-22 02:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.23 - - [2025-12-22 02:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2025-12-22 02:54:16] "GET /virtual-machine-interface/4d62ac7d-f066-4caa-af88-0ce547ea7af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.007807 10.0.0.23 - - [2025-12-22 02:54:16] "POST /ref-update HTTP/1.1" 200 156 0.020784 10.0.0.23 - - [2025-12-22 02:54:16] "DELETE /qos-config/3515ae07-ef7a-4b30-aebc-d2fb06469efe HTTP/1.1" 200 115 0.042766 10.0.0.23 - - [2025-12-22 02:54:16] "POST /id-to-fqname HTTP/1.1" 200 232 0.001777 10.0.0.23 - - [2025-12-22 02:54:16] "DELETE /forwarding-class/542ecd32-fa1f-48c6-98d9-7cf23bf85c8f HTTP/1.1" 200 115 0.049553 10.0.0.23 - - [2025-12-22 02:54:18] "POST /neutron/network HTTP/1.1" 400 204 0.014877 10.0.0.23 - - [2025-12-22 02:54:18] "POST /neutron/port HTTP/1.1" 200 1216 0.034240 10.0.0.23 - - [2025-12-22 02:54:19] "POST /neutron/port HTTP/1.1" 200 151 0.317709 10.0.0.23 - - [2025-12-22 02:54:19] "POST /neutron/port HTTP/1.1" 200 151 0.406545 10.0.0.23 - - [2025-12-22 02:54:20] "DELETE /route-target/12e8706a-82b8-42ae-9a0e-219e285bf4fd HTTP/1.1" 200 115 0.046152 10.0.0.23 - - [2025-12-22 02:54:20] "POST /neutron/network HTTP/1.1" 200 993 0.017869 10.0.0.65 - - [2025-12-22 02:54:20] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001183 10.0.0.23 - - [2025-12-22 02:54:21] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.093673 10.0.0.65 - - [2025-12-22 02:54:21] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.013684 10.0.0.23 - - [2025-12-22 02:54:21] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?fields=virtual_networks HTTP/1.1" 200 1021 0.094868 10.0.0.65 - - [2025-12-22 02:54:21] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001325 10.0.0.23 - - [2025-12-22 02:54:21] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.052834 10.0.0.65 - - [2025-12-22 02:54:21] "GET /projects?obj_uuids=bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001209 10.0.0.23 - - [2025-12-22 02:54:21] "GET /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40?fields=security_groups HTTP/1.1" 200 1241 0.059973 10.0.0.23 - - [2025-12-22 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 181 0.025723 10.0.0.65 - - [2025-12-22 02:54:22] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003512 10.0.0.65 - - [2025-12-22 02:54:22] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002202 10.0.0.65 - - [2025-12-22 02:54:22] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039109 10.0.0.65 - - [2025-12-22 02:54:22] "POST /id-to-fqname HTTP/1.1" 200 183 0.003462 10.0.0.65 - - [2025-12-22 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.009155 10.0.0.65 - - [2025-12-22 02:54:22] "POST /security-groups HTTP/1.1" 200 584 0.077735 10.0.0.23 - - [2025-12-22 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 227 0.007728 10.0.0.65 - - [2025-12-22 02:54:22] "POST /projects HTTP/1.1" 200 571 0.307179 10.0.0.65 - - [2025-12-22 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.391262 10.0.0.23 - - [2025-12-22 02:54:22] "POST /access-control-lists HTTP/1.1" 200 587 0.051986 10.0.0.23 - - [2025-12-22 02:54:22] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.570358 10.0.0.23 - - [2025-12-22 02:54:23] "GET / HTTP/1.1" 200 35931 0.002238 10.0.0.23 - - [2025-12-22 02:54:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000798 10.0.0.23 - - [2025-12-22 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054825 10.0.0.65 - - [2025-12-22 02:54:25] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001279 10.0.0.23 - - [2025-12-22 02:54:26] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.046062 10.0.0.65 - - [2025-12-22 02:54:26] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002005 10.0.0.23 - - [2025-12-22 02:54:26] "POST /neutron/network HTTP/1.1" 200 612 0.172508 10.0.0.23 - - [2025-12-22 02:54:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.004687 10.0.0.23 - - [2025-12-22 02:54:26] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006584 10.0.0.23 - - [2025-12-22 02:54:26] "POST /neutron/network HTTP/1.1" 200 833 0.009051 10.0.0.23 - - [2025-12-22 02:54:26] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006037 10.0.0.23 - - [2025-12-22 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.23 - - [2025-12-22 02:54:26] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005506 10.0.0.23 - - [2025-12-22 02:54:26] "POST /route-targets HTTP/1.1" 200 323 0.025491 10.0.0.23 - - [2025-12-22 02:54:26] "PUT /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f HTTP/1.1" 200 264 0.082133 10.0.0.23 - - [2025-12-22 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.65 - - [2025-12-22 02:54:26] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001533 10.0.0.23 - - [2025-12-22 02:54:26] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.065954 10.0.0.23 - - [2025-12-22 02:54:27] "POST /neutron/network HTTP/1.1" 200 117 0.017239 10.0.0.23 - - [2025-12-22 02:54:27] "POST /ref-update HTTP/1.1" 200 156 0.033911 10.0.0.23 - - [2025-12-22 02:54:27] "POST /neutron/network HTTP/1.1" 200 831 0.008277 10.0.0.23 - - [2025-12-22 02:54:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001328 10.0.0.23 - - [2025-12-22 02:54:27] "GET /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005547 10.0.0.23 - - [2025-12-22 02:54:27] "GET /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005459 10.0.0.23 - - [2025-12-22 02:54:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.012177 10.0.0.23 - - [2025-12-22 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.23 - - [2025-12-22 02:54:27] "GET /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005989 10.0.0.23 - - [2025-12-22 02:54:27] "PUT /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f HTTP/1.1" 200 264 0.067237 10.0.0.23 - - [2025-12-22 02:54:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.65 - - [2025-12-22 02:54:28] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002912 10.0.0.23 - - [2025-12-22 02:54:28] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.081935 10.0.0.23 - - [2025-12-22 02:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.008955 10.0.0.23 - - [2025-12-22 02:54:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.002175 10.0.0.23 - - [2025-12-22 02:54:29] "POST /neutron/network HTTP/1.1" 200 841 0.009203 10.0.0.23 - - [2025-12-22 02:54:29] "POST /neutron/port HTTP/1.1" 200 1055 0.019581 10.0.0.65 - - [2025-12-22 02:54:29] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.23 - - [2025-12-22 02:54:29] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.100875 10.0.0.23 - - [2025-12-22 02:54:29] "POST /neutron/network HTTP/1.1" 200 831 0.058295 10.0.0.23 - - [2025-12-22 02:54:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.010168 10.0.0.23 - - [2025-12-22 02:54:30] "POST /neutron/network HTTP/1.1" 200 833 0.006668 10.0.0.23 - - [2025-12-22 02:54:30] "POST /neutron/port HTTP/1.1" 200 1119 0.021857 10.0.0.65 - - [2025-12-22 02:54:30] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001172 10.0.0.23 - - [2025-12-22 02:54:30] "POST /neutron/port HTTP/1.1" 200 1053 0.326523 10.0.0.23 - - [2025-12-22 02:54:30] "POST /neutron/port HTTP/1.1" 200 1107 0.099783 10.0.0.23 - - [2025-12-22 02:54:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.009713 10.0.0.23 - - [2025-12-22 02:54:35] "POST /neutron/port HTTP/1.1" 200 1119 0.019455 10.0.0.23 - - [2025-12-22 02:54:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008064 10.0.0.23 - - [2025-12-22 02:54:35] "GET /virtual-machine/4f3674f7-d3ea-4465-a62c-60c94e675f9a HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-12-22 02:54:35] "GET /virtual-machine/4f3674f7-d3ea-4465-a62c-60c94e675f9a HTTP/1.1" 200 1285 0.034983 10.0.0.23 - - [2025-12-22 02:54:35] "GET /virtual-machine-interface/2e984eb2-7897-4968-8150-bee13c8c6f12 HTTP/1.1" 200 2926 0.006393 10.0.0.23 - - [2025-12-22 02:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2025-12-22 02:54:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004000 10.0.0.23 - - [2025-12-22 02:54:35] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.014753 10.0.0.23 - - [2025-12-22 02:54:35] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006578 10.0.0.23 - - [2025-12-22 02:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-12-22 02:54:39] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007698 10.0.0.23 - - [2025-12-22 02:54:39] "POST /neutron/port HTTP/1.1" 200 1117 0.046094 10.0.0.23 - - [2025-12-22 02:54:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.23 - - [2025-12-22 02:54:39] "POST /neutron/network HTTP/1.1" 200 831 0.007466 10.0.0.22 - - [2025-12-22 02:54:39] "GET /obj-perms HTTP/1.1" 200 5056 0.057038 10.0.0.23 - - [2025-12-22 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-12-22 02:54:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004196 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003336 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006263 10.0.0.23 - - [2025-12-22 02:54:41] "POST /neutron/port HTTP/1.1" 200 1117 0.020505 10.0.0.23 - - [2025-12-22 02:54:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009007 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-machine/766e685e-b3bd-4b84-9209-cf88df1e3f04 HTTP/1.1" 200 1285 0.009089 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-machine-interface/5a7a2abf-2e82-49c9-bc62-f71eecd6f0d6 HTTP/1.1" 200 2927 0.005877 10.0.0.23 - - [2025-12-22 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2025-12-22 02:54:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005145 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003762 10.0.0.23 - - [2025-12-22 02:54:41] "GET /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006667 10.0.0.23 - - [2025-12-22 02:54:41] "POST /neutron/port HTTP/1.1" 200 1117 0.024076 10.0.0.23 - - [2025-12-22 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.23 - - [2025-12-22 02:54:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005065 10.0.0.23 - - [2025-12-22 02:54:42] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004171 10.0.0.23 - - [2025-12-22 02:54:42] "GET /virtual-network/d5c84c35-59aa-4265-8de9-f443dc30789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007994 10.0.0.23 - - [2025-12-22 02:54:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009396 10.0.0.23 - - [2025-12-22 02:54:46] "POST /neutron/network HTTP/1.1" 200 843 0.007891 10.0.0.23 - - [2025-12-22 02:54:46] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.23 - - [2025-12-22 02:54:48] "POST /routing-policys HTTP/1.1" 200 534 0.032090 10.0.0.23 - - [2025-12-22 02:54:48] "GET /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.014714 10.0.0.23 - - [2025-12-22 02:54:48] "PUT /virtual-network/26ef227c-0280-4f0f-81fb-384b56b03b2f HTTP/1.1" 200 264 0.085763 10.0.0.23 - - [2025-12-22 02:54:52] "POST /ref-update HTTP/1.1" 200 156 0.051114 10.0.0.23 - - [2025-12-22 02:54:52] "POST /ref-update HTTP/1.1" 200 156 0.023554 10.0.0.23 - - [2025-12-22 02:54:52] "DELETE /routing-policy/77ed303b-f850-44eb-b233-70fa15c547ac HTTP/1.1" 200 115 0.055261 10.0.0.23 - - [2025-12-22 02:54:52] "POST /neutron/network HTTP/1.1" 400 204 0.017385 10.0.0.23 - - [2025-12-22 02:54:53] "POST /neutron/port HTTP/1.1" 200 151 0.250456 10.0.0.23 - - [2025-12-22 02:54:53] "POST /neutron/port HTTP/1.1" 200 151 0.298499 10.0.0.23 - - [2025-12-22 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009625 10.0.0.23 - - [2025-12-22 02:54:54] "POST /neutron/network HTTP/1.1" 200 833 0.010139 10.0.0.23 - - [2025-12-22 02:54:55] "DELETE /route-target/40b95bef-0e74-4000-8a61-d7900c51981b HTTP/1.1" 200 115 0.033062 10.0.0.23 - - [2025-12-22 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.65 - - [2025-12-22 02:54:57] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002391 10.0.0.23 - - [2025-12-22 02:54:57] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050144 10.0.0.65 - - [2025-12-22 02:54:57] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001200 10.0.0.23 - - [2025-12-22 02:54:58] "POST /neutron/network HTTP/1.1" 200 612 0.149578 10.0.0.23 - - [2025-12-22 02:54:58] "POST /route-targets HTTP/1.1" 200 327 0.019639 10.0.0.23 - - [2025-12-22 02:54:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.003505 10.0.0.23 - - [2025-12-22 02:54:58] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005734 10.0.0.23 - - [2025-12-22 02:54:58] "POST /neutron/network HTTP/1.1" 200 831 0.007362 10.0.0.23 - - [2025-12-22 02:54:58] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005916 10.0.0.23 - - [2025-12-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2025-12-22 02:54:58] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006169 10.0.0.23 - - [2025-12-22 02:54:58] "PUT /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd HTTP/1.1" 200 264 0.075830 10.0.0.23 - - [2025-12-22 02:54:58] "POST /ref-update HTTP/1.1" 200 156 0.043144 10.0.0.23 - - [2025-12-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.65 - - [2025-12-22 02:54:58] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001911 10.0.0.23 - - [2025-12-22 02:54:58] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045159 10.0.0.23 - - [2025-12-22 02:54:58] "POST /neutron/network HTTP/1.1" 200 117 0.014737 10.0.0.23 - - [2025-12-22 02:54:59] "POST /neutron/network HTTP/1.1" 200 831 0.020144 10.0.0.23 - - [2025-12-22 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312 10.0.0.23 - - [2025-12-22 02:54:59] "GET /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005569 10.0.0.23 - - [2025-12-22 02:54:59] "GET /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007499 10.0.0.23 - - [2025-12-22 02:54:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.010689 10.0.0.23 - - [2025-12-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-12-22 02:54:59] "GET /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006225 10.0.0.23 - - [2025-12-22 02:54:59] "PUT /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4 HTTP/1.1" 200 264 0.067129 10.0.0.23 - - [2025-12-22 02:54:59] "POST /ref-update HTTP/1.1" 200 156 0.029684 10.0.0.23 - - [2025-12-22 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001536 10.0.0.65 - - [2025-12-22 02:55:00] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001238 10.0.0.23 - - [2025-12-22 02:55:00] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.077713 10.0.0.23 - - [2025-12-22 02:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.009320 10.0.0.23 - - [2025-12-22 02:55:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001370 10.0.0.23 - - [2025-12-22 02:55:00] "POST /neutron/network HTTP/1.1" 200 841 0.011547 10.0.0.23 - - [2025-12-22 02:55:01] "POST /neutron/port HTTP/1.1" 200 1053 0.024810 10.0.0.23 - - [2025-12-22 02:55:01] "POST /neutron/port HTTP/1.1" 200 1117 0.026860 10.0.0.65 - - [2025-12-22 02:55:01] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001348 10.0.0.23 - - [2025-12-22 02:55:01] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.100088 10.0.0.23 - - [2025-12-22 02:55:01] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.23 - - [2025-12-22 02:55:01] "POST /neutron/port HTTP/1.1" 200 1117 0.030352 10.0.0.23 - - [2025-12-22 02:55:01] "POST /neutron/port HTTP/1.1" 200 1117 0.022010 10.0.0.65 - - [2025-12-22 02:55:02] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001270 10.0.0.23 - - [2025-12-22 02:55:02] "POST /neutron/port HTTP/1.1" 200 1053 0.332500 10.0.0.23 - - [2025-12-22 02:55:02] "POST /neutron/port HTTP/1.1" 200 1107 0.145844 10.0.0.23 - - [2025-12-22 02:55:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.013051 10.0.0.23 - - [2025-12-22 02:55:06] "POST /neutron/port HTTP/1.1" 200 1117 0.026069 10.0.0.23 - - [2025-12-22 02:55:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008197 10.0.0.23 - - [2025-12-22 02:55:07] "GET /virtual-machine/c01ae1d8-6cd9-4002-9bbe-dc40d30189c8 HTTP/1.1" 200 1286 0.011146 10.0.0.23 - - [2025-12-22 02:55:07] "GET /virtual-machine-interface/7099c3a0-4d2a-4f2f-b607-ff8c775ed1b0 HTTP/1.1" 200 2927 0.006824 10.0.0.23 - - [2025-12-22 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-22 02:55:07] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.23 - - [2025-12-22 02:55:07] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004653 10.0.0.23 - - [2025-12-22 02:55:07] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006283 10.0.0.23 - - [2025-12-22 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.23 - - [2025-12-22 02:55:10] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006652 10.0.0.23 - - [2025-12-22 02:55:11] "POST /neutron/port HTTP/1.1" 200 1117 0.033568 10.0.0.23 - - [2025-12-22 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2025-12-22 02:55:12] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.23 - - [2025-12-22 02:55:12] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003522 10.0.0.23 - - [2025-12-22 02:55:12] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006848 10.0.0.23 - - [2025-12-22 02:55:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010694 10.0.0.23 - - [2025-12-22 02:55:12] "POST /neutron/port HTTP/1.1" 200 1117 0.019211 10.0.0.23 - - [2025-12-22 02:55:12] "GET /virtual-machine/eec8af2b-7340-4f97-8f22-b71212f05c10 HTTP/1.1" 200 1286 0.005997 10.0.0.23 - - [2025-12-22 02:55:12] "GET /virtual-machine-interface/269ec560-c448-4bc3-8b8b-141dc33124d3 HTTP/1.1" 200 2927 0.005604 10.0.0.23 - - [2025-12-22 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2025-12-22 02:55:13] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.23 - - [2025-12-22 02:55:13] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003938 10.0.0.23 - - [2025-12-22 02:55:13] "GET /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.013138 10.0.0.23 - - [2025-12-22 02:55:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008907 10.0.0.23 - - [2025-12-22 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.23 - - [2025-12-22 02:55:14] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005060 10.0.0.23 - - [2025-12-22 02:55:14] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004147 10.0.0.23 - - [2025-12-22 02:55:14] "GET /virtual-network/23925c92-56fc-47d9-9588-533de73ff1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007037 10.0.0.23 - - [2025-12-22 02:55:19] "POST /routing-policys HTTP/1.1" 200 534 0.029972 10.0.0.23 - - [2025-12-22 02:55:19] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.016254 10.0.0.23 - - [2025-12-22 02:55:19] "PUT /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd HTTP/1.1" 200 264 0.057780 10.0.0.23 - - [2025-12-22 02:55:20] "POST /ref-update HTTP/1.1" 200 156 0.020002 10.0.0.65 - - [2025-12-22 02:55:21] "DELETE /project/bf4a0a4e-fa45-48f1-bf4b-c21caccd8f40 HTTP/1.1" 404 177 0.003462 10.0.0.65 - - [2025-12-22 02:55:21] "DELETE /project/e9e3dc3c8e4f4805a0e59baa1c821b12 HTTP/1.1" 404 173 0.006566 10.0.0.23 - - [2025-12-22 02:55:24] "POST /routing-policys HTTP/1.1" 200 534 0.026814 10.0.0.23 - - [2025-12-22 02:55:24] "GET /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008461 10.0.0.23 - - [2025-12-22 02:55:24] "PUT /virtual-network/064047c3-8451-4ccb-8c16-5105b7caf8bd HTTP/1.1" 200 264 0.061340 10.0.0.23 - - [2025-12-22 02:55:24] "POST /ref-update HTTP/1.1" 200 156 0.062658 10.0.0.23 - - [2025-12-22 02:55:24] "POST /ref-update HTTP/1.1" 200 156 0.030467 10.0.0.23 - - [2025-12-22 02:55:24] "DELETE /routing-policy/cf388026-f209-41d8-b708-41c509bf6de6 HTTP/1.1" 200 115 0.034636 10.0.0.23 - - [2025-12-22 02:55:24] "POST /ref-update HTTP/1.1" 200 156 0.066138 10.0.0.23 - - [2025-12-22 02:55:24] "DELETE /routing-policy/6cb45782-0fe6-439b-b3bd-21a5390ebf96 HTTP/1.1" 200 115 0.035701 10.0.0.23 - - [2025-12-22 02:55:25] "POST /neutron/network HTTP/1.1" 200 831 0.007691 10.0.0.23 - - [2025-12-22 02:55:25] "POST /neutron/port HTTP/1.1" 200 1107 0.020035 10.0.0.23 - - [2025-12-22 02:55:25] "POST /neutron/port HTTP/1.1" 200 1107 0.015897 10.0.0.65 - - [2025-12-22 02:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.65 - - [2025-12-22 02:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.23 - - [2025-12-22 02:55:27] "POST /neutron/network HTTP/1.1" 200 151 0.136281 10.0.0.23 - - [2025-12-22 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.23 - - [2025-12-22 02:55:27] "DELETE /route-target/d9e3db7e-b9ab-4bf6-8aca-2ee5d2489d6c HTTP/1.1" 200 115 0.022712 10.0.0.23 - - [2025-12-22 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007953 10.0.0.65 - - [2025-12-22 02:55:30] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001332 10.0.0.23 - - [2025-12-22 02:55:30] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.076841 10.0.0.23 - - [2025-12-22 02:55:30] "POST /neutron/network HTTP/1.1" 200 117 0.014185 10.0.0.23 - - [2025-12-22 02:55:30] "POST /route-targets HTTP/1.1" 200 327 0.022180 10.0.0.23 - - [2025-12-22 02:55:30] "POST /neutron/network HTTP/1.1" 200 831 0.009673 10.0.0.23 - - [2025-12-22 02:55:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001549 10.0.0.23 - - [2025-12-22 02:55:30] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006181 10.0.0.23 - - [2025-12-22 02:55:30] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006652 10.0.0.23 - - [2025-12-22 02:55:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.010276 10.0.0.23 - - [2025-12-22 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2025-12-22 02:55:30] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005704 10.0.0.23 - - [2025-12-22 02:55:30] "PUT /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a HTTP/1.1" 200 264 0.083856 10.0.0.23 - - [2025-12-22 02:55:30] "POST /ref-update HTTP/1.1" 200 156 0.032183 10.0.0.23 - - [2025-12-22 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.65 - - [2025-12-22 02:55:30] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001252 10.0.0.23 - - [2025-12-22 02:55:31] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.047865 10.0.0.65 - - [2025-12-22 02:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007050 10.0.0.23 - - [2025-12-22 02:55:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.206567 10.0.0.23 - - [2025-12-22 02:55:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001382 10.0.0.23 - - [2025-12-22 02:55:31] "GET /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005717 10.0.0.23 - - [2025-12-22 02:55:31] "GET /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005669 10.0.0.23 - - [2025-12-22 02:55:31] "POST /neutron/network HTTP/1.1" 200 829 0.006958 10.0.0.23 - - [2025-12-22 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2025-12-22 02:55:31] "GET /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007480 10.0.0.23 - - [2025-12-22 02:55:31] "POST /ref-update HTTP/1.1" 200 156 0.025943 10.0.0.23 - - [2025-12-22 02:55:31] "PUT /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da HTTP/1.1" 200 264 0.066304 10.0.0.23 - - [2025-12-22 02:55:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001526 10.0.0.65 - - [2025-12-22 02:55:32] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001597 10.0.0.23 - - [2025-12-22 02:55:32] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.079463 10.0.0.23 - - [2025-12-22 02:55:32] "POST /neutron/network HTTP/1.1" 200 831 0.008235 10.0.0.23 - - [2025-12-22 02:55:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001838 10.0.0.23 - - [2025-12-22 02:55:32] "POST /neutron/port HTTP/1.1" 200 117 0.006758 10.0.0.65 - - [2025-12-22 02:55:33] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.23 - - [2025-12-22 02:55:33] "POST /neutron/port HTTP/1.1" 200 1053 0.358573 10.0.0.23 - - [2025-12-22 02:55:33] "POST /neutron/port HTTP/1.1" 200 1107 0.128796 10.0.0.65 - - [2025-12-22 02:55:33] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001573 10.0.0.23 - - [2025-12-22 02:55:33] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.101922 10.0.0.23 - - [2025-12-22 02:55:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005369 10.0.0.23 - - [2025-12-22 02:55:33] "POST /neutron/network HTTP/1.1" 200 831 0.008888 10.0.0.23 - - [2025-12-22 02:55:34] "POST /neutron/port HTTP/1.1" 200 117 0.007785 10.0.0.23 - - [2025-12-22 02:55:34] "POST /neutron/network HTTP/1.1" 200 839 0.009428 10.0.0.23 - - [2025-12-22 02:55:34] "POST /neutron/port HTTP/1.1" 200 1051 0.022649 10.0.0.23 - - [2025-12-22 02:55:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.23 - - [2025-12-22 02:55:34] "POST /neutron/network HTTP/1.1" 200 829 0.009140 10.0.0.23 - - [2025-12-22 02:55:39] "POST /neutron/network HTTP/1.1" 200 839 0.012218 10.0.0.23 - - [2025-12-22 02:55:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.010917 10.0.0.23 - - [2025-12-22 02:55:39] "POST /neutron/network HTTP/1.1" 200 829 0.009400 10.0.0.23 - - [2025-12-22 02:55:39] "POST /neutron/port HTTP/1.1" 200 1117 0.024647 10.0.0.23 - - [2025-12-22 02:55:39] "GET /virtual-machine/b535c42c-bcd6-4428-9838-945ceee712ca HTTP/1.1" 200 1286 0.007110 10.0.0.23 - - [2025-12-22 02:55:39] "GET /virtual-machine-interface/230cb734-a523-44ee-ac1b-1d8b4aca1265 HTTP/1.1" 200 2927 0.008062 10.0.0.23 - - [2025-12-22 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.23 - - [2025-12-22 02:55:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005549 10.0.0.23 - - [2025-12-22 02:55:39] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004591 10.0.0.23 - - [2025-12-22 02:55:39] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008827 10.0.0.23 - - [2025-12-22 02:55:40] "GET /obj-perms HTTP/1.1" 200 5056 0.068317 10.0.0.23 - - [2025-12-22 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-12-22 02:55:42] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008987 10.0.0.23 - - [2025-12-22 02:55:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.031047 10.0.0.23 - - [2025-12-22 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.23 - - [2025-12-22 02:55:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004621 10.0.0.23 - - [2025-12-22 02:55:44] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003870 10.0.0.23 - - [2025-12-22 02:55:44] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006754 10.0.0.23 - - [2025-12-22 02:55:45] "POST /neutron/port HTTP/1.1" 200 1115 0.026561 10.0.0.23 - - [2025-12-22 02:55:48] "POST /neutron/port HTTP/1.1" 200 1117 0.018723 10.0.0.23 - - [2025-12-22 02:55:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.018385 10.0.0.23 - - [2025-12-22 02:55:50] "POST /neutron/port HTTP/1.1" 200 1115 0.019508 10.0.0.23 - - [2025-12-22 02:55:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008216 10.0.0.23 - - [2025-12-22 02:55:50] "GET /virtual-machine/0ea7447b-55c7-4a80-a261-5cc1062977cf HTTP/1.1" 200 1285 0.007156 10.0.0.23 - - [2025-12-22 02:55:50] "GET /virtual-machine-interface/422fd39f-f2b6-407a-8b7f-d3b64b655fa9 HTTP/1.1" 200 2927 0.005937 10.0.0.23 - - [2025-12-22 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-22 02:55:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004583 10.0.0.23 - - [2025-12-22 02:55:50] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003545 10.0.0.23 - - [2025-12-22 02:55:50] "GET /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006133 10.0.0.23 - - [2025-12-22 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.23 - - [2025-12-22 02:55:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866 10.0.0.23 - - [2025-12-22 02:55:51] "GET /virtual-networks?parent_id=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003911 10.0.0.23 - - [2025-12-22 02:55:51] "GET /virtual-network/dba77c45-7e37-46ca-9bbd-d27b398958da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006877 10.0.0.23 - - [2025-12-22 02:55:51] "POST /interface-route-tables HTTP/1.1" 200 574 0.033683 10.0.0.23 - - [2025-12-22 02:55:51] "GET /interface-route-table/8b6a987d-bc91-489d-8974-9aea46a94b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.012110 10.0.0.23 - - [2025-12-22 02:55:51] "GET /virtual-machine-interface/230cb734-a523-44ee-ac1b-1d8b4aca1265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006997 10.0.0.23 - - [2025-12-22 02:55:51] "POST /ref-update HTTP/1.1" 200 156 0.023667 10.0.0.23 - - [2025-12-22 02:55:52] "POST /routing-policys HTTP/1.1" 200 534 0.031912 10.0.0.23 - - [2025-12-22 02:55:52] "GET /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008322 10.0.0.23 - - [2025-12-22 02:55:52] "PUT /virtual-network/791bb92a-0c18-4def-a7bf-7fcdc906cf6a HTTP/1.1" 200 264 0.095197 10.0.0.23 - - [2025-12-22 02:55:56] "POST /ref-update HTTP/1.1" 200 156 0.057344 10.0.0.23 - - [2025-12-22 02:55:56] "DELETE /routing-policy/b864400e-f879-4ca4-a4ba-ac67496c04aa HTTP/1.1" 200 115 0.067589 10.0.0.23 - - [2025-12-22 02:55:56] "POST /neutron/network HTTP/1.1" 200 829 0.007908 10.0.0.23 - - [2025-12-22 02:55:57] "POST /neutron/port HTTP/1.1" 200 1105 0.016538 10.0.0.23 - - [2025-12-22 02:55:57] "POST /neutron/port HTTP/1.1" 200 1107 0.025489 10.0.0.65 - - [2025-12-22 02:55:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004050 10.0.0.65 - - [2025-12-22 02:55:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003450 10.0.0.23 - - [2025-12-22 02:55:58] "POST /neutron/network HTTP/1.1" 200 151 0.150704 10.0.0.23 - - [2025-12-22 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014663 10.0.0.23 - - [2025-12-22 02:55:58] "DELETE /route-target/9a9377bf-aedd-4605-b172-4b6bc098c8e2 HTTP/1.1" 409 239 0.007622 10.0.0.23 - - [2025-12-22 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.65 - - [2025-12-22 02:56:00] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.23 - - [2025-12-22 02:56:00] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050254 10.0.0.65 - - [2025-12-22 02:56:00] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001652 10.0.0.23 - - [2025-12-22 02:56:00] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?fields=virtual_networks HTTP/1.1" 200 1019 0.095880 10.0.0.65 - - [2025-12-22 02:56:00] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001160 10.0.0.23 - - [2025-12-22 02:56:00] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.068266 10.0.0.65 - - [2025-12-22 02:56:00] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001128 10.0.0.23 - - [2025-12-22 02:56:00] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?fields=security_groups HTTP/1.1" 200 1238 0.060935 10.0.0.23 - - [2025-12-22 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.028221 10.0.0.65 - - [2025-12-22 02:56:01] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003532 10.0.0.65 - - [2025-12-22 02:56:01] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.65 - - [2025-12-22 02:56:01] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008025 10.0.0.65 - - [2025-12-22 02:56:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.009936 10.0.0.65 - - [2025-12-22 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.006396 10.0.0.65 - - [2025-12-22 02:56:01] "POST /security-groups HTTP/1.1" 200 595 0.041283 10.0.0.65 - - [2025-12-22 02:56:01] "POST /projects HTTP/1.1" 200 593 0.296997 10.0.0.23 - - [2025-12-22 02:56:01] "POST /access-control-lists HTTP/1.1" 200 600 0.038131 10.0.0.65 - - [2025-12-22 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.376173 10.0.0.23 - - [2025-12-22 02:56:01] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.529146 10.0.0.23 - - [2025-12-22 02:56:03] "GET / HTTP/1.1" 200 35931 0.001646 10.0.0.23 - - [2025-12-22 02:56:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000688 10.0.0.23 - - [2025-12-22 02:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.058542 10.0.0.65 - - [2025-12-22 02:56:05] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.23 - - [2025-12-22 02:56:05] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053061 10.0.0.23 - - [2025-12-22 02:56:05] "POST /neutron/network HTTP/1.1" 200 117 0.046378 10.0.0.23 - - [2025-12-22 02:56:05] "POST /route-targets HTTP/1.1" 200 327 0.020919 10.0.0.23 - - [2025-12-22 02:56:05] "POST /neutron/network HTTP/1.1" 200 833 0.009804 10.0.0.23 - - [2025-12-22 02:56:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001393 10.0.0.23 - - [2025-12-22 02:56:05] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005595 10.0.0.23 - - [2025-12-22 02:56:05] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007097 10.0.0.23 - - [2025-12-22 02:56:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.009481 10.0.0.23 - - [2025-12-22 02:56:06] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005638 10.0.0.23 - - [2025-12-22 02:56:07] "DELETE /access-control-list/f39abbf6-db35-4962-838f-656333dd28b3 HTTP/1.1" 200 115 0.037566 10.0.0.65 - - [2025-12-22 02:56:07] "GET /obj-perms HTTP/1.1" 200 5038 0.062483 10.0.0.23 - - [2025-12-22 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.23 - - [2025-12-22 02:56:07] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006769 10.0.0.23 - - [2025-12-22 02:56:08] "PUT /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8 HTTP/1.1" 200 264 0.068248 10.0.0.23 - - [2025-12-22 02:56:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001617 10.0.0.65 - - [2025-12-22 02:56:13] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001883 10.0.0.23 - - [2025-12-22 02:56:13] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.083628 10.0.0.23 - - [2025-12-22 02:56:14] "POST /neutron/port HTTP/1.1" 200 117 0.010557 10.0.0.23 - - [2025-12-22 02:56:14] "POST /neutron/network HTTP/1.1" 200 843 0.008619 10.0.0.23 - - [2025-12-22 02:56:14] "POST /neutron/port HTTP/1.1" 200 1065 0.018491 10.0.0.23 - - [2025-12-22 02:56:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004197 10.0.0.23 - - [2025-12-22 02:56:15] "POST /neutron/network HTTP/1.1" 200 833 0.006951 10.0.0.23 - - [2025-12-22 02:56:19] "POST /neutron/port HTTP/1.1" 200 1129 0.028005 10.0.0.23 - - [2025-12-22 02:56:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008709 10.0.0.23 - - [2025-12-22 02:56:19] "GET /virtual-machine/475e4837-8e60-4108-ab5b-8be074b21dfa HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2025-12-22 02:56:19] "GET /virtual-machine/475e4837-8e60-4108-ab5b-8be074b21dfa HTTP/1.1" 200 1296 0.036975 10.0.0.23 - - [2025-12-22 02:56:19] "GET /virtual-machine-interface/9c9a7ef0-4898-4be8-ba72-f3b3a59411d8 HTTP/1.1" 200 2968 0.005850 10.0.0.23 - - [2025-12-22 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2025-12-22 02:56:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.23 - - [2025-12-22 02:56:19] "GET /virtual-networks?parent_id=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003854 10.0.0.23 - - [2025-12-22 02:56:20] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006524 10.0.0.65 - - [2025-12-22 02:56:21] "DELETE /project/409b9eba7e184a0a9b3548d8e35eeeeb HTTP/1.1" 404 173 0.015561 10.0.0.65 - - [2025-12-22 02:56:21] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001818 10.0.0.65 - - [2025-12-22 02:56:21] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.067571 10.0.0.65 - - [2025-12-22 02:56:21] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001772 10.0.0.65 - - [2025-12-22 02:56:21] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?fields=security_groups HTTP/1.1" 200 1089 0.075136 10.0.0.65 - - [2025-12-22 02:56:21] "GET /projects?obj_uuids=e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001448 10.0.0.65 - - [2025-12-22 02:56:21] "GET /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12?fields=application_policy_sets HTTP/1.1" 200 1382 0.056202 10.0.0.65 - - [2025-12-22 02:56:21] "DELETE /project/e9e3dc3c-8e4f-4805-a0e5-9baa1c821b12 HTTP/1.1" 409 278 0.311267 10.0.0.23 - - [2025-12-22 02:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-12-22 02:56:23] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005909 10.0.0.23 - - [2025-12-22 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.23 - - [2025-12-22 02:56:27] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006905 10.0.0.23 - - [2025-12-22 02:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2025-12-22 02:56:31] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007751 10.0.0.23 - - [2025-12-22 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-12-22 02:56:35] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005705 10.0.0.23 - - [2025-12-22 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.23 - - [2025-12-22 02:56:39] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006721 10.0.0.23 - - [2025-12-22 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-12-22 02:56:43] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008231 10.0.0.23 - - [2025-12-22 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-12-22 02:56:47] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005959 10.0.0.23 - - [2025-12-22 02:56:48] "POST /neutron/network HTTP/1.1" 200 843 0.014638 10.0.0.23 - - [2025-12-22 02:56:48] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.23 - - [2025-12-22 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-22 02:56:51] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007884 10.0.0.23 - - [2025-12-22 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-12-22 02:56:55] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007158 10.0.0.23 - - [2025-12-22 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2025-12-22 02:56:57] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.23 - - [2025-12-22 02:56:57] "GET /virtual-networks?parent_id=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003684 10.0.0.23 - - [2025-12-22 02:56:58] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006216 10.0.0.23 - - [2025-12-22 02:56:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009298 10.0.0.23 - - [2025-12-22 02:57:08] "POST /neutron/port HTTP/1.1" 200 1129 0.025038 10.0.0.23 - - [2025-12-22 02:57:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007495 10.0.0.23 - - [2025-12-22 02:57:18] "POST /neutron/port HTTP/1.1" 200 1129 0.019700 10.0.0.23 - - [2025-12-22 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2025-12-22 02:57:24] "GET /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005374 10.0.0.23 - - [2025-12-22 02:57:24] "PUT /virtual-network/dedbda94-4a76-4a6d-909c-aca5ec5b79b8 HTTP/1.1" 200 264 0.061086 10.0.0.23 - - [2025-12-22 02:57:24] "POST /ref-update HTTP/1.1" 200 156 0.062766 10.0.0.23 - - [2025-12-22 02:57:29] "POST /neutron/network HTTP/1.1" 400 204 0.016768 10.0.0.23 - - [2025-12-22 02:57:30] "POST /neutron/port HTTP/1.1" 200 151 0.221529 10.0.0.23 - - [2025-12-22 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2025-12-22 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.65 - - [2025-12-22 02:57:34] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001400 10.0.0.23 - - [2025-12-22 02:57:34] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044037 10.0.0.23 - - [2025-12-22 02:57:34] "POST /neutron/network HTTP/1.1" 200 117 0.017962 10.0.0.23 - - [2025-12-22 02:57:34] "POST /ref-update HTTP/1.1" 200 156 0.032390 10.0.0.23 - - [2025-12-22 02:57:34] "POST /neutron/network HTTP/1.1" 200 833 0.009243 10.0.0.23 - - [2025-12-22 02:57:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.001360 10.0.0.23 - - [2025-12-22 02:57:34] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005707 10.0.0.23 - - [2025-12-22 02:57:34] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007410 10.0.0.23 - - [2025-12-22 02:57:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.012372 10.0.0.23 - - [2025-12-22 02:57:35] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006099 10.0.0.23 - - [2025-12-22 02:57:35] "GET /obj-perms HTTP/1.1" 200 5038 0.051701 10.0.0.22 - - [2025-12-22 02:57:35] "GET /obj-perms HTTP/1.1" 200 5038 0.053794 10.0.0.23 - - [2025-12-22 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.23 - - [2025-12-22 02:57:35] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007721 10.0.0.23 - - [2025-12-22 02:57:35] "PUT /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72 HTTP/1.1" 200 264 0.100179 10.0.0.23 - - [2025-12-22 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001431 10.0.0.65 - - [2025-12-22 02:57:41] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001287 10.0.0.23 - - [2025-12-22 02:57:41] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075072 10.0.0.23 - - [2025-12-22 02:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.009853 10.0.0.23 - - [2025-12-22 02:57:42] "POST /neutron/network HTTP/1.1" 200 843 0.011569 10.0.0.23 - - [2025-12-22 02:57:42] "POST /neutron/port HTTP/1.1" 200 1065 0.020002 10.0.0.65 - - [2025-12-22 02:57:42] "GET /obj-perms HTTP/1.1" 200 5056 0.046442 10.0.0.23 - - [2025-12-22 02:57:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010237 10.0.0.23 - - [2025-12-22 02:57:42] "POST /neutron/network HTTP/1.1" 200 833 0.007705 10.0.0.23 - - [2025-12-22 02:57:46] "POST /neutron/port HTTP/1.1" 200 1129 0.025380 10.0.0.23 - - [2025-12-22 02:57:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007945 10.0.0.23 - - [2025-12-22 02:57:47] "GET /virtual-machine/67fb0b41-1de2-4d5b-a0f3-162e16bff868 HTTP/1.1" 200 1296 0.006432 10.0.0.23 - - [2025-12-22 02:57:47] "GET /virtual-machine-interface/ee134028-b0b2-4bab-8cd0-c495eb8f508f HTTP/1.1" 200 2968 0.008729 10.0.0.23 - - [2025-12-22 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.23 - - [2025-12-22 02:57:47] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005325 10.0.0.23 - - [2025-12-22 02:57:47] "GET /virtual-networks?parent_id=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004390 10.0.0.23 - - [2025-12-22 02:57:47] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007513 10.0.0.23 - - [2025-12-22 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2025-12-22 02:57:50] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.008356 10.0.0.23 - - [2025-12-22 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.23 - - [2025-12-22 02:57:54] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007828 10.0.0.23 - - [2025-12-22 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.23 - - [2025-12-22 02:57:58] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.008203 10.0.0.23 - - [2025-12-22 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-22 02:58:02] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006296 10.0.0.23 - - [2025-12-22 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2025-12-22 02:58:06] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007761 10.0.0.23 - - [2025-12-22 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.23 - - [2025-12-22 02:58:10] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005914 10.0.0.23 - - [2025-12-22 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2025-12-22 02:58:14] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006610 10.0.0.23 - - [2025-12-22 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2025-12-22 02:58:18] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005814 10.0.0.23 - - [2025-12-22 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2025-12-22 02:58:23] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.008167 10.0.0.23 - - [2025-12-22 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2025-12-22 02:58:27] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007671 10.0.0.23 - - [2025-12-22 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.23 - - [2025-12-22 02:58:31] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005586 10.0.0.23 - - [2025-12-22 02:58:31] "GET /virtual-networks?parent_id=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005009 10.0.0.23 - - [2025-12-22 02:58:31] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007575 10.0.0.23 - - [2025-12-22 02:58:36] "POST /neutron/port HTTP/1.1" 200 1129 0.022991 10.0.0.23 - - [2025-12-22 02:58:41] "POST /neutron/port HTTP/1.1" 200 1129 0.020665 10.0.0.23 - - [2025-12-22 02:58:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.009780 10.0.0.23 - - [2025-12-22 02:58:41] "POST /neutron/port HTTP/1.1" 200 1129 0.025101 10.0.0.23 - - [2025-12-22 02:58:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.034722 10.0.0.23 - - [2025-12-22 02:58:52] "POST /neutron/port HTTP/1.1" 200 1129 0.026731 10.0.0.23 - - [2025-12-22 02:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2025-12-22 02:58:57] "GET /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006027 10.0.0.23 - - [2025-12-22 02:58:57] "PUT /virtual-network/c536b0b1-ecb4-4d7d-b5dc-6ca5179bdd72 HTTP/1.1" 200 264 0.086259 10.0.0.23 - - [2025-12-22 02:58:57] "POST /ref-update HTTP/1.1" 200 156 0.071356 10.0.0.23 - - [2025-12-22 02:59:02] "POST /neutron/network HTTP/1.1" 400 204 0.015398 10.0.0.23 - - [2025-12-22 02:59:03] "POST /neutron/port HTTP/1.1" 200 151 0.203257 10.0.0.23 - - [2025-12-22 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.65 - - [2025-12-22 02:59:06] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.037474 10.0.0.23 - - [2025-12-22 02:59:06] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.090151 10.0.0.65 - - [2025-12-22 02:59:06] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001498 10.0.0.23 - - [2025-12-22 02:59:06] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?fields=virtual_networks HTTP/1.1" 200 1040 0.056800 10.0.0.65 - - [2025-12-22 02:59:06] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001853 10.0.0.23 - - [2025-12-22 02:59:06] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053234 10.0.0.65 - - [2025-12-22 02:59:06] "GET /projects?obj_uuids=409b9eba-7e18-4a0a-9b35-48d8e35eeeeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001788 10.0.0.23 - - [2025-12-22 02:59:06] "GET /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb?fields=security_groups HTTP/1.1" 200 1270 0.057813 10.0.0.65 - - [2025-12-22 02:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.65 - - [2025-12-22 02:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2025-12-22 02:59:07] "POST /fqname-to-id HTTP/1.1" 404 213 0.028156 10.0.0.65 - - [2025-12-22 02:59:07] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004402 10.0.0.65 - - [2025-12-22 02:59:07] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001640 10.0.0.65 - - [2025-12-22 02:59:07] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010268 10.0.0.22 - - [2025-12-22 02:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-12-22 02:59:07] "POST /id-to-fqname HTTP/1.1" 200 216 0.004690 10.0.0.65 - - [2025-12-22 02:59:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.011130 10.0.0.22 - - [2025-12-22 02:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2025-12-22 02:59:07] "POST /security-groups HTTP/1.1" 200 616 0.041495 10.0.0.65 - - [2025-12-22 02:59:07] "POST /projects HTTP/1.1" 200 635 0.286457 10.0.0.23 - - [2025-12-22 02:59:07] "POST /access-control-lists HTTP/1.1" 200 621 0.042642 10.0.0.65 - - [2025-12-22 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.366845 10.0.0.23 - - [2025-12-22 02:59:08] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.523578 10.0.0.23 - - [2025-12-22 02:59:08] "DELETE /access-control-list/5cf6a132-76dc-4b89-a237-bd101ec56d41 HTTP/1.1" 200 115 0.081473 10.0.0.22 - - [2025-12-22 02:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2025-12-22 02:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-12-22 02:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2025-12-22 02:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-22 02:59:09] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.23 - - [2025-12-22 02:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.23 - - [2025-12-22 02:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.23 - - [2025-12-22 02:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-22 02:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-22 02:59:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-22 02:59:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.063905 10.0.0.65 - - [2025-12-22 02:59:11] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002963 10.0.0.23 - - [2025-12-22 02:59:11] "POST /access-control-lists HTTP/1.1" 200 643 0.034292 10.0.0.23 - - [2025-12-22 02:59:11] "PUT /access-control-list/168e553a-33e9-4455-ab9e-d1ba1136b9b8 HTTP/1.1" 200 272 0.018850 10.0.0.23 - - [2025-12-22 02:59:12] "POST /neutron/security_group HTTP/1.1" 200 1427 0.545307 10.0.0.23 - - [2025-12-22 02:59:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140388 10.0.0.23 - - [2025-12-22 02:59:12] "PUT /access-control-list/beefbbd6-7b81-4e35-828b-115d6345ff20 HTTP/1.1" 200 272 0.022832 10.0.0.23 - - [2025-12-22 02:59:12] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.180996 10.0.0.23 - - [2025-12-22 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012118 10.0.0.23 - - [2025-12-22 02:59:12] "GET /security-group/2de2c0a8-457c-47c8-81a2-dfc927d4061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.010824 10.0.0.23 - - [2025-12-22 02:59:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.005646 10.0.0.23 - - [2025-12-22 02:59:13] "DELETE /access-control-list/168e553a-33e9-4455-ab9e-d1ba1136b9b8 HTTP/1.1" 200 115 0.042208 10.0.0.23 - - [2025-12-22 02:59:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.004253 10.0.0.65 - - [2025-12-22 02:59:13] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001135 10.0.0.23 - - [2025-12-22 02:59:14] "POST /access-control-lists HTTP/1.1" 200 643 0.034288 10.0.0.23 - - [2025-12-22 02:59:14] "PUT /access-control-list/b0e82832-7584-419e-9911-65641c97fe08 HTTP/1.1" 200 272 0.020577 10.0.0.23 - - [2025-12-22 02:59:14] "POST /neutron/security_group HTTP/1.1" 200 1427 0.389645 10.0.0.23 - - [2025-12-22 02:59:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169891 10.0.0.23 - - [2025-12-22 02:59:14] "PUT /access-control-list/1314d2fa-d001-42b5-847d-73bb8619af60 HTTP/1.1" 200 272 0.022870 10.0.0.23 - - [2025-12-22 02:59:14] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.188184 10.0.0.23 - - [2025-12-22 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.23 - - [2025-12-22 02:59:14] "GET /security-group/8b6a0c8e-87ce-4067-ad71-910908ac8833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004422 10.0.0.23 - - [2025-12-22 02:59:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104256 10.0.0.23 - - [2025-12-22 02:59:15] "PUT /access-control-list/1314d2fa-d001-42b5-847d-73bb8619af60 HTTP/1.1" 200 272 0.019825 10.0.0.23 - - [2025-12-22 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.65 - - [2025-12-22 02:59:15] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001160 10.0.0.23 - - [2025-12-22 02:59:15] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.040409 10.0.0.23 - - [2025-12-22 02:59:15] "POST /neutron/network HTTP/1.1" 200 117 0.012022 10.0.0.23 - - [2025-12-22 02:59:16] "POST /route-targets HTTP/1.1" 200 327 0.018454 10.0.0.23 - - [2025-12-22 02:59:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.056663 10.0.0.65 - - [2025-12-22 02:59:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007694 10.0.0.23 - - [2025-12-22 02:59:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.277089 10.0.0.23 - - [2025-12-22 02:59:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001543 10.0.0.23 - - [2025-12-22 02:59:16] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006633 10.0.0.23 - - [2025-12-22 02:59:16] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005775 10.0.0.23 - - [2025-12-22 02:59:16] "POST /neutron/network HTTP/1.1" 200 1112 0.010329 10.0.0.23 - - [2025-12-22 02:59:16] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006284 10.0.0.22 - - [2025-12-22 02:59:17] "GET /obj-perms HTTP/1.1" 200 5080 0.054358 10.0.0.23 - - [2025-12-22 02:59:18] "POST /id-to-fqname HTTP/1.1" 200 290 0.001331 10.0.0.23 - - [2025-12-22 02:59:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.013985 10.0.0.65 - - [2025-12-22 02:59:19] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001341 10.0.0.23 - - [2025-12-22 02:59:19] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.080534 10.0.0.23 - - [2025-12-22 02:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.007509 10.0.0.23 - - [2025-12-22 02:59:19] "POST /id-to-fqname HTTP/1.1" 200 290 0.001714 10.0.0.23 - - [2025-12-22 02:59:19] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009024 10.0.0.65 - - [2025-12-22 02:59:19] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001622 10.0.0.23 - - [2025-12-22 02:59:19] "POST /neutron/security_group HTTP/1.1" 200 3458 0.073210 10.0.0.65 - - [2025-12-22 02:59:20] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001584 10.0.0.23 - - [2025-12-22 02:59:20] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.110685 10.0.0.23 - - [2025-12-22 02:59:20] "POST /neutron/port HTTP/1.1" 200 1191 0.094196 10.0.0.23 - - [2025-12-22 02:59:20] "POST /neutron/port HTTP/1.1" 200 1255 0.034028 10.0.0.23 - - [2025-12-22 02:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.009115 10.0.0.23 - - [2025-12-22 02:59:20] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021522 10.0.0.23 - - [2025-12-22 02:59:20] "POST /neutron/security_group HTTP/1.1" 200 1457 0.013335 10.0.0.23 - - [2025-12-22 02:59:21] "POST /neutron/network HTTP/1.1" 200 1122 0.007991 10.0.0.23 - - [2025-12-22 02:59:21] "POST /neutron/port HTTP/1.1" 200 1191 0.020904 10.0.0.65 - - [2025-12-22 02:59:21] "DELETE /project/409b9eba-7e18-4a0a-9b35-48d8e35eeeeb HTTP/1.1" 404 177 0.004601 10.0.0.65 - - [2025-12-22 02:59:21] "DELETE /project/890f989d3a734cc783f236169f774c1c HTTP/1.1" 404 173 0.003665 10.0.0.23 - - [2025-12-22 02:59:22] "POST /neutron/port HTTP/1.1" 200 1255 0.034302 10.0.0.23 - - [2025-12-22 02:59:22] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019415 10.0.0.23 - - [2025-12-22 02:59:22] "POST /neutron/network HTTP/1.1" 200 1112 0.014310 10.0.0.23 - - [2025-12-22 02:59:26] "POST /neutron/port HTTP/1.1" 200 1255 0.021560 10.0.0.23 - - [2025-12-22 02:59:26] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008826 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.032950 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.004172 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.006602 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.004898 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.006405 10.0.0.23 - - [2025-12-22 02:59:26] "GET /instance-ip/6df3dd70-e1f6-4fc3-8510-e83751756d81 HTTP/1.1" 200 1734 0.008535 10.0.0.23 - - [2025-12-22 02:59:26] "GET /instance-ip/8aa38f58-a5d6-4706-a68d-16cd2daf2d61 HTTP/1.1" 200 1714 0.008224 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.005546 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.005792 10.0.0.23 - - [2025-12-22 02:59:26] "GET /instance-ip/6df3dd70-e1f6-4fc3-8510-e83751756d81 HTTP/1.1" 200 1734 0.004364 10.0.0.23 - - [2025-12-22 02:59:26] "GET /instance-ip/8aa38f58-a5d6-4706-a68d-16cd2daf2d61 HTTP/1.1" 200 1714 0.005348 10.0.0.23 - - [2025-12-22 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-12-22 02:59:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005279 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003786 10.0.0.23 - - [2025-12-22 02:59:26] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010123 10.0.0.23 - - [2025-12-22 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005538 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004524 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006580 10.0.0.23 - - [2025-12-22 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005785 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004557 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006212 10.0.0.23 - - [2025-12-22 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006290 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004401 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008159 10.0.0.23 - - [2025-12-22 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005715 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005199 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004731 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007615 10.0.0.23 - - [2025-12-22 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006772 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004358 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008346 10.0.0.23 - - [2025-12-22 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.23 - - [2025-12-22 02:59:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006453 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004808 10.0.0.23 - - [2025-12-22 02:59:27] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006851 10.0.0.23 - - [2025-12-22 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2025-12-22 02:59:30] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005508 10.0.0.23 - - [2025-12-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068 10.0.0.23 - - [2025-12-22 02:59:34] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006159 10.0.0.23 - - [2025-12-22 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.23 - - [2025-12-22 02:59:39] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008557 10.0.0.23 - - [2025-12-22 02:59:41] "POST /neutron/port HTTP/1.1" 200 1255 0.045741 10.0.0.23 - - [2025-12-22 02:59:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390 10.0.0.23 - - [2025-12-22 02:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.001795 10.0.0.23 - - [2025-12-22 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.23 - - [2025-12-22 02:59:43] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009711 10.0.0.23 - - [2025-12-22 02:59:44] "GET /obj-perms HTTP/1.1" 200 5056 0.044158 10.0.0.23 - - [2025-12-22 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2025-12-22 02:59:47] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007074 10.0.0.23 - - [2025-12-22 02:59:50] "POST /neutron/port HTTP/1.1" 200 1255 0.019184 10.0.0.23 - - [2025-12-22 02:59:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004854 10.0.0.23 - - [2025-12-22 02:59:51] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.23 - - [2025-12-22 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.23 - - [2025-12-22 02:59:51] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006209 10.0.0.23 - - [2025-12-22 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-12-22 02:59:55] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006056 10.0.0.23 - - [2025-12-22 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.23 - - [2025-12-22 02:59:59] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009214 10.0.0.23 - - [2025-12-22 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2025-12-22 03:00:03] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006261 10.0.0.23 - - [2025-12-22 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.23 - - [2025-12-22 03:00:05] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004487 10.0.0.23 - - [2025-12-22 03:00:05] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005697 10.0.0.23 - - [2025-12-22 03:00:05] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.011085 10.0.0.23 - - [2025-12-22 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2025-12-22 03:00:05] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005352 10.0.0.23 - - [2025-12-22 03:00:05] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003978 10.0.0.23 - - [2025-12-22 03:00:05] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008874 10.0.0.23 - - [2025-12-22 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.23 - - [2025-12-22 03:00:05] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007662 10.0.0.23 - - [2025-12-22 03:00:05] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005554 10.0.0.23 - - [2025-12-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.23 - - [2025-12-22 03:00:06] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005877 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004886 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009119 10.0.0.23 - - [2025-12-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.23 - - [2025-12-22 03:00:06] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005509 10.0.0.23 - - [2025-12-22 03:00:06] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005085 10.0.0.23 - - [2025-12-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2025-12-22 03:00:06] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005789 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004281 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006736 10.0.0.23 - - [2025-12-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.23 - - [2025-12-22 03:00:06] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004604 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003343 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009413 10.0.0.23 - - [2025-12-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.23 - - [2025-12-22 03:00:06] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005020 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003924 10.0.0.23 - - [2025-12-22 03:00:06] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.009692 10.0.0.65 - - [2025-12-22 03:00:06] "GET /obj-perms HTTP/1.1" 200 5080 0.064086 10.0.0.23 - - [2025-12-22 03:00:06] "GET /obj-perms HTTP/1.1" 200 5080 0.058138 10.0.0.65 - - [2025-12-22 03:00:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004985 10.0.0.23 - - [2025-12-22 03:00:07] "GET /obj-perms HTTP/1.1" 200 5080 0.005386 10.0.0.23 - - [2025-12-22 03:00:07] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.006400 10.0.0.23 - - [2025-12-22 03:00:07] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.008190 10.0.0.23 - - [2025-12-22 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.23 - - [2025-12-22 03:00:07] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005691 10.0.0.23 - - [2025-12-22 03:00:07] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003674 10.0.0.23 - - [2025-12-22 03:00:07] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006353 10.0.0.23 - - [2025-12-22 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-12-22 03:00:08] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.23 - - [2025-12-22 03:00:08] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005067 10.0.0.23 - - [2025-12-22 03:00:08] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007106 10.0.0.23 - - [2025-12-22 03:00:08] "POST /neutron/port HTTP/1.1" 200 1255 0.024738 10.0.0.23 - - [2025-12-22 03:00:13] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010458 10.0.0.23 - - [2025-12-22 03:00:18] "POST /neutron/port HTTP/1.1" 200 1255 0.027054 10.0.0.23 - - [2025-12-22 03:00:24] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009143 10.0.0.23 - - [2025-12-22 03:00:29] "POST /neutron/port HTTP/1.1" 200 1255 0.032220 10.0.0.23 - - [2025-12-22 03:00:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009428 10.0.0.23 - - [2025-12-22 03:00:34] "POST /neutron/port HTTP/1.1" 200 1255 0.020732 10.0.0.23 - - [2025-12-22 03:00:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008040 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.008178 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.005081 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine-interface/44180554-37eb-477e-be4c-5d3125fe365b HTTP/1.1" 200 3417 0.005971 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.004899 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine-interface/44180554-37eb-477e-be4c-5d3125fe365b HTTP/1.1" 200 3417 0.007089 10.0.0.23 - - [2025-12-22 03:00:34] "GET /instance-ip/36f89c3c-6bf0-4aac-b17c-4bbed9b73691 HTTP/1.1" 200 1714 0.009164 10.0.0.23 - - [2025-12-22 03:00:34] "GET /instance-ip/68469fd4-4601-4c5e-8e79-f34ff6ffc34a HTTP/1.1" 200 1735 0.008897 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.005964 10.0.0.23 - - [2025-12-22 03:00:34] "GET /virtual-machine-interface/44180554-37eb-477e-be4c-5d3125fe365b HTTP/1.1" 200 3417 0.006953 10.0.0.23 - - [2025-12-22 03:00:34] "GET /instance-ip/36f89c3c-6bf0-4aac-b17c-4bbed9b73691 HTTP/1.1" 200 1714 0.006933 10.0.0.23 - - [2025-12-22 03:00:34] "GET /instance-ip/68469fd4-4601-4c5e-8e79-f34ff6ffc34a HTTP/1.1" 200 1735 0.005824 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007169 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004080 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006689 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004168 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006547 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005588 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004344 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007438 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006381 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003624 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.011187 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004345 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003781 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007689 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005979 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003511 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006104 10.0.0.23 - - [2025-12-22 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2025-12-22 03:00:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004329 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003378 10.0.0.23 - - [2025-12-22 03:00:35] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006303 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004590 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004839 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006034 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004947 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004257 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008980 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.23 - - [2025-12-22 03:00:37] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006908 10.0.0.23 - - [2025-12-22 03:00:37] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005376 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003944 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003337 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005953 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-22 03:00:37] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005869 10.0.0.23 - - [2025-12-22 03:00:37] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005262 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006863 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004928 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006841 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005050 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003547 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008103 10.0.0.23 - - [2025-12-22 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.23 - - [2025-12-22 03:00:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006161 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003526 10.0.0.23 - - [2025-12-22 03:00:37] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007362 10.0.0.65 - - [2025-12-22 03:00:37] "GET /obj-perms HTTP/1.1" 200 5080 0.004473 10.0.0.23 - - [2025-12-22 03:00:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004433 10.0.0.23 - - [2025-12-22 03:00:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004042 10.0.0.65 - - [2025-12-22 03:00:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004407 10.0.0.23 - - [2025-12-22 03:00:38] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.006014 10.0.0.23 - - [2025-12-22 03:00:38] "GET /virtual-machine-interface/44180554-37eb-477e-be4c-5d3125fe365b HTTP/1.1" 200 3417 0.007481 10.0.0.23 - - [2025-12-22 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.23 - - [2025-12-22 03:00:38] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005913 10.0.0.23 - - [2025-12-22 03:00:38] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004496 10.0.0.23 - - [2025-12-22 03:00:38] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007293 10.0.0.23 - - [2025-12-22 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2025-12-22 03:00:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004578 10.0.0.23 - - [2025-12-22 03:00:39] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003678 10.0.0.23 - - [2025-12-22 03:00:39] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006490 10.0.0.23 - - [2025-12-22 03:00:39] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.006646 10.0.0.23 - - [2025-12-22 03:00:39] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.007033 10.0.0.23 - - [2025-12-22 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-22 03:00:39] "GET /security-group/8b6a0c8e-87ce-4067-ad71-910908ac8833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004615 10.0.0.23 - - [2025-12-22 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.23 - - [2025-12-22 03:00:39] "GET /security-group/8b6a0c8e-87ce-4067-ad71-910908ac8833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005693 10.0.0.23 - - [2025-12-22 03:00:39] "POST /neutron/port HTTP/1.1" 200 1255 0.024674 10.0.0.23 - - [2025-12-22 03:00:40] "POST /neutron/port HTTP/1.1" 200 1207 0.096682 10.0.0.23 - - [2025-12-22 03:00:40] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.004961 10.0.0.23 - - [2025-12-22 03:00:40] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3361 0.007064 10.0.0.23 - - [2025-12-22 03:00:40] "POST /neutron/port HTTP/1.1" 200 1207 0.023723 10.0.0.23 - - [2025-12-22 03:00:40] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.005690 10.0.0.23 - - [2025-12-22 03:00:40] "GET /virtual-machine-interface/549e670e-1bc5-464c-bf92-ebc8502d1c52 HTTP/1.1" 200 3417 0.011252 10.0.0.23 - - [2025-12-22 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.23 - - [2025-12-22 03:00:40] "GET /security-group/8b6a0c8e-87ce-4067-ad71-910908ac8833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006112 10.0.0.23 - - [2025-12-22 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006372 10.0.0.23 - - [2025-12-22 03:00:40] "GET /security-group/8b6a0c8e-87ce-4067-ad71-910908ac8833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004407 10.0.0.23 - - [2025-12-22 03:00:40] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004799 10.0.0.23 - - [2025-12-22 03:00:42] "POST /neutron/port HTTP/1.1" 200 1255 0.022165 10.0.0.23 - - [2025-12-22 03:00:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005988 10.0.0.23 - - [2025-12-22 03:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001710 10.0.0.22 - - [2025-12-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5056 0.053055 10.0.0.65 - - [2025-12-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5056 0.046926 10.0.0.23 - - [2025-12-22 03:00:50] "POST /neutron/port HTTP/1.1" 200 1255 0.025486 10.0.0.23 - - [2025-12-22 03:00:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005443 10.0.0.23 - - [2025-12-22 03:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.001635 10.0.0.65 - - [2025-12-22 03:01:12] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001343 10.0.0.23 - - [2025-12-22 03:01:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.090373 10.0.0.23 - - [2025-12-22 03:01:12] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.014226 10.0.0.23 - - [2025-12-22 03:01:13] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.125357 10.0.0.23 - - [2025-12-22 03:01:13] "PUT /access-control-list/b0e82832-7584-419e-9911-65641c97fe08 HTTP/1.1" 200 272 0.012310 10.0.0.23 - - [2025-12-22 03:01:15] "POST /neutron/port HTTP/1.1" 200 1245 0.019517 10.0.0.23 - - [2025-12-22 03:01:16] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 200 1318 0.004506 10.0.0.23 - - [2025-12-22 03:01:16] "POST /neutron/port HTTP/1.1" 200 1217 0.026907 10.0.0.23 - - [2025-12-22 03:01:18] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 404 171 0.003280 10.0.0.23 - - [2025-12-22 03:01:18] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 404 171 0.004026 10.0.0.23 - - [2025-12-22 03:01:18] "GET /virtual-machine/c8cbe8a0-29ef-4164-bcac-de45f367477b HTTP/1.1" 404 171 0.003732 10.0.0.23 - - [2025-12-22 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2025-12-22 03:01:18] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.23 - - [2025-12-22 03:01:18] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003458 10.0.0.23 - - [2025-12-22 03:01:18] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006357 10.0.0.23 - - [2025-12-22 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.23 - - [2025-12-22 03:01:18] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005576 10.0.0.23 - - [2025-12-22 03:01:18] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003898 10.0.0.23 - - [2025-12-22 03:01:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003932 10.0.0.65 - - [2025-12-22 03:01:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004180 10.0.0.23 - - [2025-12-22 03:01:27] "GET /obj-perms HTTP/1.1" 200 5080 0.005899 10.0.0.65 - - [2025-12-22 03:01:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004529 10.0.0.23 - - [2025-12-22 03:01:37] "GET /obj-perms HTTP/1.1" 200 5080 0.005091 10.0.0.65 - - [2025-12-22 03:01:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004648 10.0.0.23 - - [2025-12-22 03:01:45] "GET /obj-perms HTTP/1.1" 200 5056 0.053794 10.0.0.23 - - [2025-12-22 03:01:49] "GET /obj-perms HTTP/1.1" 200 5080 0.005464 10.0.0.65 - - [2025-12-22 03:01:49] "GET /obj-perms HTTP/1.1" 200 5080 0.005298 10.0.0.23 - - [2025-12-22 03:01:49] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010780 10.0.0.23 - - [2025-12-22 03:01:49] "POST /neutron/port HTTP/1.1" 200 1245 0.024073 10.0.0.23 - - [2025-12-22 03:01:49] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 200 1318 0.004353 10.0.0.23 - - [2025-12-22 03:01:50] "POST /neutron/port HTTP/1.1" 200 1207 0.023012 10.0.0.23 - - [2025-12-22 03:01:51] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 404 171 0.003696 10.0.0.23 - - [2025-12-22 03:01:51] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 404 171 0.003139 10.0.0.23 - - [2025-12-22 03:01:51] "GET /virtual-machine/c6ab4155-a79d-4633-9e30-1785376f2aac HTTP/1.1" 404 171 0.002910 10.0.0.23 - - [2025-12-22 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.23 - - [2025-12-22 03:01:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.23 - - [2025-12-22 03:01:52] "GET /virtual-networks?parent_id=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003275 10.0.0.23 - - [2025-12-22 03:01:52] "GET /virtual-network/cf9d8de3-1992-4e2c-99ff-a166ecfbe39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005806 10.0.0.23 - - [2025-12-22 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.23 - - [2025-12-22 03:01:52] "GET /routing-instance/6950d088-e793-4147-abd1-a56f51eed449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005792 10.0.0.23 - - [2025-12-22 03:01:52] "GET /route-target/27365c06-f1bd-47dc-9df5-55a127abc803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003832 10.0.0.23 - - [2025-12-22 03:01:55] "GET /obj-perms HTTP/1.1" 200 5080 0.004424 10.0.0.65 - - [2025-12-22 03:01:58] "GET /obj-perms HTTP/1.1" 200 5080 0.004144 10.0.0.23 - - [2025-12-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 5080 0.004220 10.0.0.65 - - [2025-12-22 03:02:07] "GET /obj-perms HTTP/1.1" 200 5080 0.004146 10.0.0.23 - - [2025-12-22 03:02:13] "GET /obj-perms HTTP/1.1" 200 5080 0.004809 10.0.0.65 - - [2025-12-22 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004041 10.0.0.23 - - [2025-12-22 03:02:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004711 10.0.0.22 - - [2025-12-22 03:02:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004611 10.0.0.65 - - [2025-12-22 03:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003981 10.0.0.65 - - [2025-12-22 03:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005235 10.0.0.65 - - [2025-12-22 03:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.65 - - [2025-12-22 03:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003069 10.0.0.23 - - [2025-12-22 03:02:20] "DELETE /route-target/27365c06-f1bd-47dc-9df5-55a127abc803 HTTP/1.1" 200 115 0.035950 10.0.0.23 - - [2025-12-22 03:02:20] "POST /neutron/network HTTP/1.1" 200 151 0.205520 10.0.0.23 - - [2025-12-22 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 249 0.004763 10.0.0.65 - - [2025-12-22 03:02:22] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001155 10.0.0.23 - - [2025-12-22 03:02:22] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.114370 10.0.0.65 - - [2025-12-22 03:02:22] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001202 10.0.0.23 - - [2025-12-22 03:02:22] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?fields=virtual_networks HTTP/1.1" 200 1081 0.058752 10.0.0.65 - - [2025-12-22 03:02:22] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001163 10.0.0.23 - - [2025-12-22 03:02:22] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.059483 10.0.0.65 - - [2025-12-22 03:02:22] "GET /projects?obj_uuids=890f989d-3a73-4cc7-83f2-36169f774c1c&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001157 10.0.0.23 - - [2025-12-22 03:02:22] "GET /project/890f989d-3a73-4cc7-83f2-36169f774c1c?fields=security_groups HTTP/1.1" 200 1332 0.038920 10.0.0.23 - - [2025-12-22 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.025058 10.0.0.65 - - [2025-12-22 03:02:23] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003013 10.0.0.65 - - [2025-12-22 03:02:23] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.65 - - [2025-12-22 03:02:23] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033907 10.0.0.65 - - [2025-12-22 03:02:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001459 10.0.0.65 - - [2025-12-22 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.003669 10.0.0.65 - - [2025-12-22 03:02:23] "POST /security-groups HTTP/1.1" 200 621 0.034642 10.0.0.23 - - [2025-12-22 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 264 0.008090 10.0.0.65 - - [2025-12-22 03:02:23] "POST /projects HTTP/1.1" 200 645 0.270886 10.0.0.65 - - [2025-12-22 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.346839 10.0.0.23 - - [2025-12-22 03:02:23] "POST /access-control-lists HTTP/1.1" 200 624 0.031105 10.0.0.23 - - [2025-12-22 03:02:23] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.517472 10.0.0.23 - - [2025-12-22 03:02:24] "GET / HTTP/1.1" 200 35931 0.002744 10.0.0.23 - - [2025-12-22 03:02:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000705 10.0.0.23 - - [2025-12-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 254 0.060752 10.0.0.23 - - [2025-12-22 03:02:27] "POST /security-groups HTTP/1.1" 200 595 0.039497 10.0.0.23 - - [2025-12-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006867 10.0.0.23 - - [2025-12-22 03:02:27] "GET /security-group/f31471ba-0c1a-40db-9b97-5a5722d64550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.008563 10.0.0.23 - - [2025-12-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2025-12-22 03:02:27] "GET /security-group/f31471ba-0c1a-40db-9b97-5a5722d64550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005064 10.0.0.23 - - [2025-12-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 285 0.047178 10.0.0.23 - - [2025-12-22 03:02:27] "DELETE /security-group/f31471ba-0c1a-40db-9b97-5a5722d64550 HTTP/1.1" 200 115 0.051238 10.0.0.23 - - [2025-12-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 254 0.003051 10.0.0.23 - - [2025-12-22 03:02:27] "DELETE /access-control-list/dfab2d27-7d70-4a0e-bad5-8d04e2b356be HTTP/1.1" 200 115 0.041423 10.0.0.23 - - [2025-12-22 03:02:28] "POST /fqname-to-id HTTP/1.1" 404 254 0.004436 10.0.0.23 - - [2025-12-22 03:02:28] "POST /security-groups HTTP/1.1" 200 595 0.053343 10.0.0.23 - - [2025-12-22 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.23 - - [2025-12-22 03:02:28] "POST /fqname-to-id HTTP/1.1" 404 285 0.007771 10.0.0.23 - - [2025-12-22 03:02:28] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.008894 10.0.0.23 - - [2025-12-22 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2025-12-22 03:02:28] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005971 10.0.0.23 - - [2025-12-22 03:02:28] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005163 10.0.0.23 - - [2025-12-22 03:02:28] "PUT /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765 HTTP/1.1" 200 262 0.020503 10.0.0.23 - - [2025-12-22 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2025-12-22 03:02:28] "PUT /access-control-list/5f861527-9b5f-4534-88bb-c88335f3dbcc HTTP/1.1" 200 272 0.023513 10.0.0.65 - - [2025-12-22 03:02:28] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001255 10.0.0.23 - - [2025-12-22 03:02:28] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.059685 10.0.0.23 - - [2025-12-22 03:02:29] "POST /neutron/network HTTP/1.1" 200 117 0.038638 10.0.0.23 - - [2025-12-22 03:02:29] "POST /neutron/network HTTP/1.1" 200 955 0.009581 10.0.0.23 - - [2025-12-22 03:02:29] "POST /id-to-fqname HTTP/1.1" 200 300 0.001363 10.0.0.23 - - [2025-12-22 03:02:29] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005542 10.0.0.23 - - [2025-12-22 03:02:29] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005559 10.0.0.23 - - [2025-12-22 03:02:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.009680 10.0.0.23 - - [2025-12-22 03:02:29] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006000 10.0.0.65 - - [2025-12-22 03:02:31] "GET /obj-perms HTTP/1.1" 200 5090 0.066835 10.0.0.23 - - [2025-12-22 03:02:31] "POST /id-to-fqname HTTP/1.1" 200 300 0.002101 10.0.0.65 - - [2025-12-22 03:02:32] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001203 10.0.0.23 - - [2025-12-22 03:02:32] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.078526 10.0.0.23 - - [2025-12-22 03:02:32] "POST /neutron/network HTTP/1.1" 200 955 0.042473 10.0.0.23 - - [2025-12-22 03:02:32] "POST /id-to-fqname HTTP/1.1" 200 300 0.001730 10.0.0.23 - - [2025-12-22 03:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.007020 10.0.0.23 - - [2025-12-22 03:02:32] "POST /neutron/network HTTP/1.1" 200 965 0.011302 10.0.0.23 - - [2025-12-22 03:02:33] "POST /neutron/port HTTP/1.1" 200 1091 0.018924 10.0.0.23 - - [2025-12-22 03:02:33] "POST /neutron/port HTTP/1.1" 200 1156 0.020358 10.0.0.65 - - [2025-12-22 03:02:33] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001080 10.0.0.23 - - [2025-12-22 03:02:33] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.090039 10.0.0.23 - - [2025-12-22 03:02:33] "POST /neutron/network HTTP/1.1" 200 955 0.008604 10.0.0.23 - - [2025-12-22 03:02:33] "POST /neutron/port HTTP/1.1" 200 1156 0.024969 10.0.0.23 - - [2025-12-22 03:02:34] "POST /neutron/port HTTP/1.1" 200 1156 0.023797 10.0.0.65 - - [2025-12-22 03:02:34] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001130 10.0.0.23 - - [2025-12-22 03:02:34] "POST /neutron/security_group HTTP/1.1" 200 3300 0.061476 10.0.0.23 - - [2025-12-22 03:02:34] "POST /neutron/port HTTP/1.1" 200 1091 0.021399 10.0.0.23 - - [2025-12-22 03:02:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004621 10.0.0.23 - - [2025-12-22 03:02:35] "POST /neutron/network HTTP/1.1" 200 955 0.009374 10.0.0.23 - - [2025-12-22 03:02:39] "POST /neutron/port HTTP/1.1" 200 1156 0.022160 10.0.0.23 - - [2025-12-22 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010890 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.044466 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004408 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.007868 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004632 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.006763 10.0.0.23 - - [2025-12-22 03:02:39] "GET /instance-ip/187c10b6-8ea3-4ca3-8871-2bdf1b8c22d3 HTTP/1.1" 200 1730 0.010072 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.005786 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.007993 10.0.0.23 - - [2025-12-22 03:02:39] "GET /instance-ip/187c10b6-8ea3-4ca3-8871-2bdf1b8c22d3 HTTP/1.1" 200 1730 0.005189 10.0.0.23 - - [2025-12-22 03:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2025-12-22 03:02:39] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004836 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005445 10.0.0.23 - - [2025-12-22 03:02:39] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008678 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006895 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005040 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009023 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004590 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004022 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009340 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007613 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004690 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007034 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006182 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004898 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009053 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006093 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004757 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009380 10.0.0.23 - - [2025-12-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.23 - - [2025-12-22 03:02:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006072 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005661 10.0.0.23 - - [2025-12-22 03:02:40] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008992 10.0.0.23 - - [2025-12-22 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.23 - - [2025-12-22 03:02:43] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006565 10.0.0.23 - - [2025-12-22 03:02:46] "POST /neutron/port HTTP/1.1" 200 1156 0.046230 10.0.0.23 - - [2025-12-22 03:02:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004206 10.0.0.23 - - [2025-12-22 03:02:46] "GET /obj-perms HTTP/1.1" 200 5056 0.049229 10.0.0.23 - - [2025-12-22 03:02:46] "POST /neutron/network HTTP/1.1" 200 955 0.007813 10.0.0.23 - - [2025-12-22 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2025-12-22 03:02:48] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006145 10.0.0.23 - - [2025-12-22 03:02:52] "POST /neutron/network HTTP/1.1" 200 965 0.011079 10.0.0.23 - - [2025-12-22 03:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.001580 10.0.0.23 - - [2025-12-22 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006563 10.0.0.23 - - [2025-12-22 03:02:52] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007431 10.0.0.23 - - [2025-12-22 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2025-12-22 03:02:56] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006987 10.0.0.23 - - [2025-12-22 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2025-12-22 03:03:00] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007039 10.0.0.23 - - [2025-12-22 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005829 10.0.0.23 - - [2025-12-22 03:03:04] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008674 10.0.0.23 - - [2025-12-22 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2025-12-22 03:03:08] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006118 10.0.0.23 - - [2025-12-22 03:03:08] "DELETE /access-control-list/0728e6a0-45b1-4aea-be0d-344c009b2ea6 HTTP/1.1" 200 115 0.050305 10.0.0.23 - - [2025-12-22 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2025-12-22 03:03:12] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006191 10.0.0.23 - - [2025-12-22 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2025-12-22 03:03:16] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006470 10.0.0.23 - - [2025-12-22 03:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2025-12-22 03:03:18] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004231 10.0.0.23 - - [2025-12-22 03:03:18] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003941 10.0.0.23 - - [2025-12-22 03:03:18] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006604 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2025-12-22 03:03:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004151 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003668 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005785 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-12-22 03:03:19] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.008800 10.0.0.23 - - [2025-12-22 03:03:19] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004853 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.23 - - [2025-12-22 03:03:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004178 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003328 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006982 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005881 10.0.0.23 - - [2025-12-22 03:03:19] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005542 10.0.0.23 - - [2025-12-22 03:03:19] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004794 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006668 10.0.0.23 - - [2025-12-22 03:03:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006625 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004569 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007222 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.23 - - [2025-12-22 03:03:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006071 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003852 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007627 10.0.0.23 - - [2025-12-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.23 - - [2025-12-22 03:03:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005323 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004597 10.0.0.23 - - [2025-12-22 03:03:19] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.017719 10.0.0.65 - - [2025-12-22 03:03:20] "GET /obj-perms HTTP/1.1" 200 5090 0.005123 10.0.0.23 - - [2025-12-22 03:03:20] "GET /obj-perms HTTP/1.1" 200 5090 0.057383 10.0.0.23 - - [2025-12-22 03:03:20] "GET /obj-perms HTTP/1.1" 200 5090 0.004744 10.0.0.65 - - [2025-12-22 03:03:20] "GET /obj-perms HTTP/1.1" 200 5090 0.005022 10.0.0.23 - - [2025-12-22 03:03:20] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.005876 10.0.0.23 - - [2025-12-22 03:03:20] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.007689 10.0.0.23 - - [2025-12-22 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.23 - - [2025-12-22 03:03:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005332 10.0.0.23 - - [2025-12-22 03:03:20] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004639 10.0.0.23 - - [2025-12-22 03:03:20] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009486 10.0.0.65 - - [2025-12-22 03:03:22] "DELETE /project/890f989d-3a73-4cc7-83f2-36169f774c1c HTTP/1.1" 404 177 0.005615 10.0.0.65 - - [2025-12-22 03:03:22] "DELETE /project/eb6901540b82407d9f0e4f7e3c9690cf HTTP/1.1" 404 173 0.005818 10.0.0.23 - - [2025-12-22 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2025-12-22 03:03:23] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008045 10.0.0.23 - - [2025-12-22 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006526 10.0.0.23 - - [2025-12-22 03:03:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006226 10.0.0.23 - - [2025-12-22 03:03:25] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004814 10.0.0.23 - - [2025-12-22 03:03:25] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008756 10.0.0.23 - - [2025-12-22 03:03:26] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009190 10.0.0.23 - - [2025-12-22 03:03:31] "POST /neutron/port HTTP/1.1" 200 1156 0.022105 10.0.0.23 - - [2025-12-22 03:03:36] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008336 10.0.0.23 - - [2025-12-22 03:03:41] "POST /neutron/port HTTP/1.1" 200 1156 0.019356 10.0.0.23 - - [2025-12-22 03:03:41] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008633 10.0.0.23 - - [2025-12-22 03:03:41] "POST /neutron/port HTTP/1.1" 200 1156 0.020197 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.006775 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.004376 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine-interface/7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8 HTTP/1.1" 200 3263 0.005693 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.004212 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine-interface/7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8 HTTP/1.1" 200 3263 0.007534 10.0.0.23 - - [2025-12-22 03:03:41] "GET /instance-ip/fbb1144a-0707-48bb-b39a-3279c9bc7bfe HTTP/1.1" 200 1732 0.007642 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.004025 10.0.0.23 - - [2025-12-22 03:03:41] "GET /virtual-machine-interface/7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8 HTTP/1.1" 200 3263 0.006206 10.0.0.23 - - [2025-12-22 03:03:41] "GET /instance-ip/fbb1144a-0707-48bb-b39a-3279c9bc7bfe HTTP/1.1" 200 1732 0.005582 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004596 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004423 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007813 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004538 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003666 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006768 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003778 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007349 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005547 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004534 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007255 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005969 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005198 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003830 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009170 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006361 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005394 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009388 10.0.0.23 - - [2025-12-22 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.23 - - [2025-12-22 03:03:42] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004776 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003451 10.0.0.23 - - [2025-12-22 03:03:42] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008201 10.0.0.23 - - [2025-12-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.23 - - [2025-12-22 03:03:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005526 10.0.0.23 - - [2025-12-22 03:03:43] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004012 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007967 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2025-12-22 03:03:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005192 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004795 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008337 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2025-12-22 03:03:44] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.016957 10.0.0.23 - - [2025-12-22 03:03:44] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004113 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-12-22 03:03:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004549 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003835 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007626 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.23 - - [2025-12-22 03:03:44] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004899 10.0.0.23 - - [2025-12-22 03:03:44] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003677 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2025-12-22 03:03:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004309 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003721 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006088 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-12-22 03:03:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004279 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004876 10.0.0.23 - - [2025-12-22 03:03:44] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005877 10.0.0.23 - - [2025-12-22 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2025-12-22 03:03:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003674 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006175 10.0.0.23 - - [2025-12-22 03:03:45] "GET /obj-perms HTTP/1.1" 200 5090 0.003849 10.0.0.65 - - [2025-12-22 03:03:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004390 10.0.0.23 - - [2025-12-22 03:03:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004176 10.0.0.65 - - [2025-12-22 03:03:45] "GET /obj-perms HTTP/1.1" 200 5090 0.011617 10.0.0.22 - - [2025-12-22 03:03:45] "GET /obj-perms HTTP/1.1" 200 5090 0.075387 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.004618 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-machine-interface/7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8 HTTP/1.1" 200 3263 0.007266 10.0.0.23 - - [2025-12-22 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.23 - - [2025-12-22 03:03:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.019682 10.0.0.23 - - [2025-12-22 03:03:45] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007573 10.0.0.23 - - [2025-12-22 03:03:46] "POST /neutron/port HTTP/1.1" 200 1156 0.021548 10.0.0.23 - - [2025-12-22 03:03:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.012270 10.0.0.23 - - [2025-12-22 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.23 - - [2025-12-22 03:03:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.23 - - [2025-12-22 03:03:46] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004055 10.0.0.23 - - [2025-12-22 03:03:46] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006122 10.0.0.23 - - [2025-12-22 03:03:46] "POST /neutron/port HTTP/1.1" 200 1156 0.032433 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004871 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.007980 10.0.0.23 - - [2025-12-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2025-12-22 03:03:52] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005038 10.0.0.23 - - [2025-12-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-12-22 03:03:52] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005455 10.0.0.23 - - [2025-12-22 03:03:52] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007941 10.0.0.23 - - [2025-12-22 03:03:52] "POST /neutron/port HTTP/1.1" 200 1146 0.018030 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004892 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3203 0.009213 10.0.0.23 - - [2025-12-22 03:03:52] "POST /neutron/port HTTP/1.1" 200 1117 0.021105 10.0.0.23 - - [2025-12-22 03:03:52] "POST /neutron/port HTTP/1.1" 200 1146 0.067111 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004179 10.0.0.23 - - [2025-12-22 03:03:52] "GET /virtual-machine-interface/ae273e8c-b388-4d06-9be0-362d13cad078 HTTP/1.1" 200 3264 0.005643 10.0.0.23 - - [2025-12-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2025-12-22 03:03:52] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003834 10.0.0.23 - - [2025-12-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2025-12-22 03:03:52] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004849 10.0.0.23 - - [2025-12-22 03:03:52] "DELETE /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765 HTTP/1.1" 409 336 0.009147 10.0.0.23 - - [2025-12-22 03:03:54] "POST /neutron/port HTTP/1.1" 200 1156 0.020628 10.0.0.23 - - [2025-12-22 03:03:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.010000 10.0.0.65 - - [2025-12-22 03:04:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2025-12-22 03:04:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.22 - - [2025-12-22 03:04:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-12-22 03:04:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-12-22 03:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-12-22 03:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.65 - - [2025-12-22 03:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2025-12-22 03:04:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000694 10.0.0.23 - - [2025-12-22 03:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2025-12-22 03:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-12-22 03:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2025-12-22 03:04:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-22 03:04:47] "POST /neutron/port HTTP/1.1" 200 1156 0.377782 10.0.0.23 - - [2025-12-22 03:04:47] "GET /obj-perms HTTP/1.1" 200 5056 0.098042 10.0.0.23 - - [2025-12-22 03:04:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005919 10.0.0.23 - - [2025-12-22 03:04:48] "POST /neutron/network HTTP/1.1" 200 955 0.009826 10.0.0.23 - - [2025-12-22 03:04:55] "POST /neutron/network HTTP/1.1" 200 965 0.032063 10.0.0.23 - - [2025-12-22 03:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.001851 10.0.0.23 - - [2025-12-22 03:05:42] "GET /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.006114 10.0.0.23 - - [2025-12-22 03:05:42] "PUT /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765 HTTP/1.1" 200 262 0.021993 10.0.0.23 - - [2025-12-22 03:05:42] "PUT /access-control-list/5f861527-9b5f-4534-88bb-c88335f3dbcc HTTP/1.1" 200 272 0.027048 10.0.0.23 - - [2025-12-22 03:05:44] "POST /neutron/port HTTP/1.1" 200 1156 0.033502 10.0.0.23 - - [2025-12-22 03:05:44] "POST /neutron/port HTTP/1.1" 200 1107 0.163483 10.0.0.23 - - [2025-12-22 03:05:45] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 200 1321 0.004724 10.0.0.23 - - [2025-12-22 03:05:45] "POST /neutron/port HTTP/1.1" 200 151 0.259911 10.0.0.23 - - [2025-12-22 03:05:47] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 404 171 0.005193 10.0.0.23 - - [2025-12-22 03:05:47] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 404 171 0.003377 10.0.0.23 - - [2025-12-22 03:05:47] "GET /virtual-machine/5cfa221f-e504-4718-81a0-6c2b6dbcdecc HTTP/1.1" 404 171 0.003929 10.0.0.23 - - [2025-12-22 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006538 10.0.0.23 - - [2025-12-22 03:05:47] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006387 10.0.0.23 - - [2025-12-22 03:05:47] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004899 10.0.0.23 - - [2025-12-22 03:05:47] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006048 10.0.0.23 - - [2025-12-22 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2025-12-22 03:05:47] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006770 10.0.0.23 - - [2025-12-22 03:05:47] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003924 10.0.0.65 - - [2025-12-22 03:05:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004185 10.0.0.23 - - [2025-12-22 03:05:47] "GET /obj-perms HTTP/1.1" 200 5090 0.005869 10.0.0.22 - - [2025-12-22 03:05:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004575 10.0.0.23 - - [2025-12-22 03:05:47] "POST /neutron/port HTTP/1.1" 200 1146 0.016875 10.0.0.23 - - [2025-12-22 03:05:48] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 200 1323 0.004507 10.0.0.23 - - [2025-12-22 03:05:48] "POST /neutron/port HTTP/1.1" 200 1117 0.024073 10.0.0.23 - - [2025-12-22 03:05:50] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 404 171 0.004790 10.0.0.23 - - [2025-12-22 03:05:50] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 404 171 0.004481 10.0.0.23 - - [2025-12-22 03:05:50] "GET /virtual-machine/eed38bf3-d16a-4225-a540-511e4c443a47 HTTP/1.1" 404 171 0.004710 10.0.0.23 - - [2025-12-22 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.23 - - [2025-12-22 03:05:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008817 10.0.0.23 - - [2025-12-22 03:05:50] "GET /virtual-networks?parent_id=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004320 10.0.0.23 - - [2025-12-22 03:05:50] "GET /virtual-network/a72c9c1a-6586-4b81-ab15-ed4e0c422036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009213 10.0.0.23 - - [2025-12-22 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2025-12-22 03:05:50] "GET /routing-instance/d27e412e-24e9-443c-b60c-52b2644ae0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006441 10.0.0.23 - - [2025-12-22 03:05:50] "GET /route-target/4963703a-15ce-44a0-ae4f-e8fec033f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.010530 10.0.0.65 - - [2025-12-22 03:05:50] "GET /obj-perms HTTP/1.1" 200 5090 0.005564 10.0.0.23 - - [2025-12-22 03:05:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004594 10.0.0.65 - - [2025-12-22 03:05:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004040 10.0.0.23 - - [2025-12-22 03:06:02] "GET /obj-perms HTTP/1.1" 200 5090 0.005234 10.0.0.65 - - [2025-12-22 03:06:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004013 10.0.0.23 - - [2025-12-22 03:06:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004879 10.0.0.65 - - [2025-12-22 03:06:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004435 10.0.0.23 - - [2025-12-22 03:06:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004239 10.0.0.23 - - [2025-12-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 955 0.010174 10.0.0.23 - - [2025-12-22 03:06:18] "DELETE /security-group/93b2f9ee-84e7-4818-9408-4c2ac024b765 HTTP/1.1" 200 115 0.058996 10.0.0.23 - - [2025-12-22 03:06:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.003090 10.0.0.23 - - [2025-12-22 03:06:18] "DELETE /access-control-list/dcb4f535-4412-45f1-a4b1-81076ad4d85f HTTP/1.1" 200 115 0.045886 10.0.0.65 - - [2025-12-22 03:06:20] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.031475 10.0.0.23 - - [2025-12-22 03:06:20] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.095281 10.0.0.65 - - [2025-12-22 03:06:20] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001752 10.0.0.23 - - [2025-12-22 03:06:20] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?fields=virtual_networks HTTP/1.1" 200 1093 0.057492 10.0.0.65 - - [2025-12-22 03:06:20] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001425 10.0.0.23 - - [2025-12-22 03:06:20] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.067363 10.0.0.65 - - [2025-12-22 03:06:20] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001193 10.0.0.23 - - [2025-12-22 03:06:20] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?fields=security_groups HTTP/1.1" 200 1349 0.079705 10.0.0.23 - - [2025-12-22 03:06:21] "POST /fqname-to-id HTTP/1.1" 404 209 0.024066 10.0.0.65 - - [2025-12-22 03:06:21] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003371 10.0.0.65 - - [2025-12-22 03:06:21] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003066 10.0.0.65 - - [2025-12-22 03:06:21] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011384 10.0.0.65 - - [2025-12-22 03:06:21] "POST /id-to-fqname HTTP/1.1" 200 212 0.008203 10.0.0.65 - - [2025-12-22 03:06:21] "POST /fqname-to-id HTTP/1.1" 404 222 0.009340 10.0.0.65 - - [2025-12-22 03:06:22] "POST /security-groups HTTP/1.1" 200 612 0.077630 10.0.0.65 - - [2025-12-22 03:06:22] "POST /projects HTTP/1.1" 200 627 0.320853 10.0.0.23 - - [2025-12-22 03:06:22] "POST /access-control-lists HTTP/1.1" 200 617 0.030405 10.0.0.65 - - [2025-12-22 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.395192 10.0.0.23 - - [2025-12-22 03:06:22] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.537399 10.0.0.65 - - [2025-12-22 03:06:22] "DELETE /project/791e43a70bcb48ae915a49c1a65a9eb1 HTTP/1.1" 404 173 0.007550 10.0.0.65 - - [2025-12-22 03:06:22] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001165 10.0.0.65 - - [2025-12-22 03:06:22] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.052074 10.0.0.65 - - [2025-12-22 03:06:22] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001114 10.0.0.65 - - [2025-12-22 03:06:22] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?fields=security_groups HTTP/1.1" 200 1454 0.058445 10.0.0.65 - - [2025-12-22 03:06:22] "DELETE /security-group/3246e9a3-c33c-4334-a81a-d6d811d077e0 HTTP/1.1" 200 115 0.078629 10.0.0.65 - - [2025-12-22 03:06:22] "GET /projects?obj_uuids=eb690154-0b82-407d-9f0e-4f7e3c9690cf&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002079 10.0.0.23 - - [2025-12-22 03:06:22] "DELETE /access-control-list/17d85168-0a77-4d67-9db0-37a40fc173e5 HTTP/1.1" 200 115 0.081514 10.0.0.65 - - [2025-12-22 03:06:22] "GET /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf?fields=application_policy_sets HTTP/1.1" 200 1493 0.076007 10.0.0.65 - - [2025-12-22 03:06:23] "DELETE /project/eb690154-0b82-407d-9f0e-4f7e3c9690cf HTTP/1.1" 200 115 0.496779 10.0.0.23 - - [2025-12-22 03:06:23] "GET / HTTP/1.1" 200 35931 0.002032 10.0.0.23 - - [2025-12-22 03:06:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2025-12-22 03:06:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.060237 10.0.0.23 - - [2025-12-22 03:06:25] "POST /access-control-lists HTTP/1.1" 200 639 0.029214 10.0.0.23 - - [2025-12-22 03:06:25] "PUT /access-control-list/403d3652-87a8-4506-999c-5fb5f41d1c7f HTTP/1.1" 200 272 0.028138 10.0.0.65 - - [2025-12-22 03:06:26] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001692 10.0.0.23 - - [2025-12-22 03:06:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.113618 10.0.0.23 - - [2025-12-22 03:06:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016538 10.0.0.23 - - [2025-12-22 03:06:26] "PUT /access-control-list/90542f2d-8714-48ae-a128-a13e7355a31b HTTP/1.1" 200 272 0.029912 10.0.0.23 - - [2025-12-22 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.23 - - [2025-12-22 03:06:26] "GET /security-group/90440fd4-a35f-443b-ada0-312ec5d8eab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006275 10.0.0.23 - - [2025-12-22 03:06:27] "POST /neutron/security_group HTTP/1.1" 200 1003 0.006300 10.0.0.23 - - [2025-12-22 03:06:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.009941 10.0.0.23 - - [2025-12-22 03:06:27] "DELETE /access-control-list/403d3652-87a8-4506-999c-5fb5f41d1c7f HTTP/1.1" 200 115 0.058568 10.0.0.23 - - [2025-12-22 03:06:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.004905 10.0.0.23 - - [2025-12-22 03:06:28] "POST /access-control-lists HTTP/1.1" 200 639 0.038686 10.0.0.23 - - [2025-12-22 03:06:28] "PUT /access-control-list/8a055099-4705-4651-a077-d52c4f6bca50 HTTP/1.1" 200 272 0.019812 10.0.0.65 - - [2025-12-22 03:06:28] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001706 10.0.0.23 - - [2025-12-22 03:06:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.062202 10.0.0.23 - - [2025-12-22 03:06:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010050 10.0.0.23 - - [2025-12-22 03:06:28] "PUT /access-control-list/2a12451e-78c3-4d40-a32a-f785ba6e93d5 HTTP/1.1" 200 272 0.020106 10.0.0.23 - - [2025-12-22 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.23 - - [2025-12-22 03:06:28] "GET /security-group/8e75dceb-bc66-498e-8956-441bb042fb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008390 10.0.0.65 - - [2025-12-22 03:06:29] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001238 10.0.0.23 - - [2025-12-22 03:06:29] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.049980 10.0.0.23 - - [2025-12-22 03:06:29] "PUT /access-control-list/2a12451e-78c3-4d40-a32a-f785ba6e93d5 HTTP/1.1" 200 272 0.017641 10.0.0.23 - - [2025-12-22 03:06:29] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.151354 10.0.0.23 - - [2025-12-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014218 10.0.0.65 - - [2025-12-22 03:06:29] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001246 10.0.0.23 - - [2025-12-22 03:06:29] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.055314 10.0.0.65 - - [2025-12-22 03:06:29] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001103 10.0.0.23 - - [2025-12-22 03:06:30] "POST /neutron/network HTTP/1.1" 200 708 0.157553 10.0.0.23 - - [2025-12-22 03:06:30] "POST /route-targets HTTP/1.1" 200 327 0.013467 10.0.0.23 - - [2025-12-22 03:06:30] "POST /id-to-fqname HTTP/1.1" 200 282 0.004146 10.0.0.23 - - [2025-12-22 03:06:30] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005751 10.0.0.23 - - [2025-12-22 03:06:30] "POST /neutron/network HTTP/1.1" 200 928 0.007223 10.0.0.23 - - [2025-12-22 03:06:30] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005605 10.0.0.23 - - [2025-12-22 03:06:30] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006404 10.0.0.23 - - [2025-12-22 03:06:32] "POST /id-to-fqname HTTP/1.1" 200 282 0.001399 10.0.0.23 - - [2025-12-22 03:06:32] "POST /neutron/security_group HTTP/1.1" 200 1419 0.011654 10.0.0.65 - - [2025-12-22 03:06:32] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001474 10.0.0.23 - - [2025-12-22 03:06:32] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.073838 10.0.0.23 - - [2025-12-22 03:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.008845 10.0.0.23 - - [2025-12-22 03:06:33] "POST /id-to-fqname HTTP/1.1" 200 282 0.001342 10.0.0.23 - - [2025-12-22 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008931 10.0.0.65 - - [2025-12-22 03:06:33] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001101 10.0.0.23 - - [2025-12-22 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 3416 0.064927 10.0.0.23 - - [2025-12-22 03:06:34] "POST /neutron/port HTTP/1.1" 200 1082 0.021413 10.0.0.65 - - [2025-12-22 03:06:34] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001132 10.0.0.23 - - [2025-12-22 03:06:34] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.086623 10.0.0.23 - - [2025-12-22 03:06:34] "POST /neutron/network HTTP/1.1" 200 928 0.007578 10.0.0.23 - - [2025-12-22 03:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.23 - - [2025-12-22 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008006 10.0.0.23 - - [2025-12-22 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009057 10.0.0.65 - - [2025-12-22 03:06:34] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001279 10.0.0.23 - - [2025-12-22 03:06:35] "POST /neutron/port HTTP/1.1" 200 1082 0.284290 10.0.0.23 - - [2025-12-22 03:06:35] "POST /neutron/port HTTP/1.1" 200 1136 0.115098 10.0.0.23 - - [2025-12-22 03:06:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.012033 10.0.0.23 - - [2025-12-22 03:06:39] "POST /neutron/port HTTP/1.1" 200 1146 0.024241 10.0.0.23 - - [2025-12-22 03:06:39] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008927 10.0.0.23 - - [2025-12-22 03:06:39] "POST /neutron/port HTTP/1.1" 200 1146 0.019281 10.0.0.23 - - [2025-12-22 03:06:39] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.034662 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.005319 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.006781 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.005978 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.007666 10.0.0.23 - - [2025-12-22 03:06:40] "GET /instance-ip/85a78e39-bf21-4781-8f80-d4a64d186315 HTTP/1.1" 200 1704 0.007591 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.004323 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.008203 10.0.0.23 - - [2025-12-22 03:06:40] "GET /instance-ip/85a78e39-bf21-4781-8f80-d4a64d186315 HTTP/1.1" 200 1704 0.005156 10.0.0.23 - - [2025-12-22 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2025-12-22 03:06:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005378 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.009119 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008502 10.0.0.23 - - [2025-12-22 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-12-22 03:06:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005588 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004868 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007370 10.0.0.23 - - [2025-12-22 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.23 - - [2025-12-22 03:06:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003966 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007614 10.0.0.23 - - [2025-12-22 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.23 - - [2025-12-22 03:06:40] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006542 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004124 10.0.0.23 - - [2025-12-22 03:06:40] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006782 10.0.0.23 - - [2025-12-22 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2025-12-22 03:06:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004830 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004462 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006459 10.0.0.23 - - [2025-12-22 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.23 - - [2025-12-22 03:06:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006083 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004634 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009416 10.0.0.23 - - [2025-12-22 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-22 03:06:41] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007564 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005618 10.0.0.23 - - [2025-12-22 03:06:41] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009051 10.0.0.23 - - [2025-12-22 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.23 - - [2025-12-22 03:06:44] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.011374 10.0.0.23 - - [2025-12-22 03:06:47] "POST /neutron/port HTTP/1.1" 200 1146 0.046862 10.0.0.23 - - [2025-12-22 03:06:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010294 10.0.0.23 - - [2025-12-22 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2025-12-22 03:06:48] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007586 10.0.0.22 - - [2025-12-22 03:06:49] "GET /obj-perms HTTP/1.1" 200 5056 0.073780 10.0.0.65 - - [2025-12-22 03:06:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049813 10.0.0.23 - - [2025-12-22 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.23 - - [2025-12-22 03:06:52] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008681 10.0.0.23 - - [2025-12-22 03:06:55] "POST /neutron/port HTTP/1.1" 200 1146 0.021396 10.0.0.23 - - [2025-12-22 03:06:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006098 10.0.0.23 - - [2025-12-22 03:06:56] "POST /neutron/network HTTP/1.1" 200 928 0.009706 10.0.0.23 - - [2025-12-22 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.23 - - [2025-12-22 03:06:56] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005911 10.0.0.23 - - [2025-12-22 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-22 03:07:00] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006159 10.0.0.23 - - [2025-12-22 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006690 10.0.0.23 - - [2025-12-22 03:07:04] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008282 10.0.0.23 - - [2025-12-22 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-12-22 03:07:09] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008154 10.0.0.23 - - [2025-12-22 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2025-12-22 03:07:13] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009208 10.0.0.23 - - [2025-12-22 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2025-12-22 03:07:17] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005746 10.0.0.23 - - [2025-12-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2025-12-22 03:07:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005227 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003386 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005704 10.0.0.23 - - [2025-12-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-12-22 03:07:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004101 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003619 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006236 10.0.0.23 - - [2025-12-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2025-12-22 03:07:19] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.012977 10.0.0.23 - - [2025-12-22 03:07:19] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006306 10.0.0.23 - - [2025-12-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-12-22 03:07:19] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003883 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003180 10.0.0.23 - - [2025-12-22 03:07:19] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005936 10.0.0.23 - - [2025-12-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2025-12-22 03:07:19] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004984 10.0.0.23 - - [2025-12-22 03:07:19] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004138 10.0.0.23 - - [2025-12-22 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.23 - - [2025-12-22 03:07:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005491 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004477 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006193 10.0.0.23 - - [2025-12-22 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2025-12-22 03:07:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005017 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003890 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009623 10.0.0.23 - - [2025-12-22 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-12-22 03:07:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005101 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006682 10.0.0.23 - - [2025-12-22 03:07:20] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006652 10.0.0.23 - - [2025-12-22 03:07:20] "GET /obj-perms HTTP/1.1" 200 5072 0.058844 10.0.0.23 - - [2025-12-22 03:07:20] "GET /obj-perms HTTP/1.1" 200 5072 0.005332 10.0.0.65 - - [2025-12-22 03:07:20] "GET /obj-perms HTTP/1.1" 200 5072 0.048772 10.0.0.23 - - [2025-12-22 03:07:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004327 10.0.0.65 - - [2025-12-22 03:07:21] "GET /obj-perms HTTP/1.1" 200 5072 0.004980 10.0.0.23 - - [2025-12-22 03:07:21] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.005947 10.0.0.23 - - [2025-12-22 03:07:21] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.017789 10.0.0.23 - - [2025-12-22 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005544 10.0.0.23 - - [2025-12-22 03:07:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005518 10.0.0.23 - - [2025-12-22 03:07:21] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004326 10.0.0.23 - - [2025-12-22 03:07:21] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008613 10.0.0.23 - - [2025-12-22 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.23 - - [2025-12-22 03:07:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003590 10.0.0.23 - - [2025-12-22 03:07:22] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003151 10.0.0.23 - - [2025-12-22 03:07:22] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005755 10.0.0.23 - - [2025-12-22 03:07:27] "POST /neutron/port HTTP/1.1" 200 1146 0.019521 10.0.0.23 - - [2025-12-22 03:07:30] "POST /neutron/security_group HTTP/1.1" 200 1419 0.029261 10.0.0.23 - - [2025-12-22 03:07:37] "POST /neutron/port HTTP/1.1" 200 1146 0.020848 10.0.0.23 - - [2025-12-22 03:07:38] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008596 10.0.0.23 - - [2025-12-22 03:07:43] "POST /neutron/port HTTP/1.1" 200 1146 0.019823 10.0.0.23 - - [2025-12-22 03:07:43] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009012 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.007972 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.005073 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine-interface/c534ab69-d7c5-4c67-9080-732061357c09 HTTP/1.1" 200 3192 0.005444 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.005502 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine-interface/c534ab69-d7c5-4c67-9080-732061357c09 HTTP/1.1" 200 3192 0.008540 10.0.0.23 - - [2025-12-22 03:07:43] "GET /instance-ip/9bc06d62-3235-47bd-9b77-1af302c0b891 HTTP/1.1" 200 1705 0.011144 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.004988 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-machine-interface/c534ab69-d7c5-4c67-9080-732061357c09 HTTP/1.1" 200 3192 0.007757 10.0.0.23 - - [2025-12-22 03:07:43] "GET /instance-ip/9bc06d62-3235-47bd-9b77-1af302c0b891 HTTP/1.1" 200 1705 0.005655 10.0.0.23 - - [2025-12-22 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.23 - - [2025-12-22 03:07:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005787 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003957 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006508 10.0.0.23 - - [2025-12-22 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005243 10.0.0.23 - - [2025-12-22 03:07:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004484 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.014691 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008928 10.0.0.23 - - [2025-12-22 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.23 - - [2025-12-22 03:07:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005854 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003659 10.0.0.23 - - [2025-12-22 03:07:43] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008451 10.0.0.23 - - [2025-12-22 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.23 - - [2025-12-22 03:07:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005411 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003920 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005936 10.0.0.23 - - [2025-12-22 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2025-12-22 03:07:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005112 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004076 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007274 10.0.0.23 - - [2025-12-22 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.23 - - [2025-12-22 03:07:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006780 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004943 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.011218 10.0.0.23 - - [2025-12-22 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2025-12-22 03:07:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005076 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004400 10.0.0.23 - - [2025-12-22 03:07:44] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006628 10.0.0.23 - - [2025-12-22 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.23 - - [2025-12-22 03:07:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.016760 10.0.0.23 - - [2025-12-22 03:07:45] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004539 10.0.0.23 - - [2025-12-22 03:07:45] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006399 10.0.0.23 - - [2025-12-22 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2025-12-22 03:07:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005155 10.0.0.23 - - [2025-12-22 03:07:45] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004677 10.0.0.23 - - [2025-12-22 03:07:45] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006014 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.23 - - [2025-12-22 03:07:46] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005536 10.0.0.23 - - [2025-12-22 03:07:46] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003844 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.23 - - [2025-12-22 03:07:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004033 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006750 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-22 03:07:46] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006050 10.0.0.23 - - [2025-12-22 03:07:46] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005076 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.23 - - [2025-12-22 03:07:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007037 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004614 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006111 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.23 - - [2025-12-22 03:07:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006391 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005008 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.010708 10.0.0.23 - - [2025-12-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.23 - - [2025-12-22 03:07:46] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004998 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004243 10.0.0.23 - - [2025-12-22 03:07:46] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008477 10.0.0.23 - - [2025-12-22 03:07:46] "GET /obj-perms HTTP/1.1" 200 5072 0.005151 10.0.0.65 - - [2025-12-22 03:07:46] "GET /obj-perms HTTP/1.1" 200 5072 0.005121 10.0.0.23 - - [2025-12-22 03:07:47] "GET /obj-perms HTTP/1.1" 200 5072 0.006813 10.0.0.23 - - [2025-12-22 03:07:47] "POST /neutron/port HTTP/1.1" 200 1146 0.040416 10.0.0.65 - - [2025-12-22 03:07:47] "GET /obj-perms HTTP/1.1" 200 5072 0.004891 10.0.0.23 - - [2025-12-22 03:07:47] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.007178 10.0.0.23 - - [2025-12-22 03:07:47] "GET /virtual-machine-interface/c534ab69-d7c5-4c67-9080-732061357c09 HTTP/1.1" 200 3192 0.008003 10.0.0.23 - - [2025-12-22 03:07:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005384 10.0.0.23 - - [2025-12-22 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010293 10.0.0.23 - - [2025-12-22 03:07:47] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006352 10.0.0.23 - - [2025-12-22 03:07:47] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004421 10.0.0.23 - - [2025-12-22 03:07:47] "POST /neutron/network HTTP/1.1" 200 928 0.010475 10.0.0.23 - - [2025-12-22 03:07:47] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.013324 10.0.0.23 - - [2025-12-22 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-12-22 03:07:48] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.23 - - [2025-12-22 03:07:48] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003823 10.0.0.23 - - [2025-12-22 03:07:48] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009609 10.0.0.22 - - [2025-12-22 03:07:50] "GET /obj-perms HTTP/1.1" 200 5056 0.049578 10.0.0.23 - - [2025-12-22 03:07:53] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.005636 10.0.0.23 - - [2025-12-22 03:07:53] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.011714 10.0.0.23 - - [2025-12-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2025-12-22 03:07:53] "GET /security-group/8e75dceb-bc66-498e-8956-441bb042fb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004577 10.0.0.23 - - [2025-12-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2025-12-22 03:07:53] "GET /security-group/8e75dceb-bc66-498e-8956-441bb042fb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005414 10.0.0.23 - - [2025-12-22 03:07:53] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004525 10.0.0.23 - - [2025-12-22 03:07:53] "POST /neutron/port HTTP/1.1" 200 1136 0.021704 10.0.0.23 - - [2025-12-22 03:07:54] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.004530 10.0.0.23 - - [2025-12-22 03:07:54] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3139 0.012286 10.0.0.23 - - [2025-12-22 03:07:54] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009940 10.0.0.23 - - [2025-12-22 03:07:54] "POST /neutron/port HTTP/1.1" 200 1098 0.018932 10.0.0.23 - - [2025-12-22 03:07:54] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.005361 10.0.0.23 - - [2025-12-22 03:07:54] "GET /virtual-machine-interface/54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba HTTP/1.1" 200 3191 0.009619 10.0.0.23 - - [2025-12-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.23 - - [2025-12-22 03:07:54] "GET /security-group/8e75dceb-bc66-498e-8956-441bb042fb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.006981 10.0.0.23 - - [2025-12-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.23 - - [2025-12-22 03:07:54] "GET /security-group/8e75dceb-bc66-498e-8956-441bb042fb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.006676 10.0.0.23 - - [2025-12-22 03:07:54] "POST /neutron/security_group HTTP/1.1" 200 1445 0.006365 10.0.0.23 - - [2025-12-22 03:07:58] "POST /neutron/port HTTP/1.1" 200 1146 0.027422 10.0.0.23 - - [2025-12-22 03:07:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.011529 10.0.0.23 - - [2025-12-22 03:08:48] "POST /neutron/port HTTP/1.1" 200 1146 0.028095 10.0.0.23 - - [2025-12-22 03:08:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005350 10.0.0.23 - - [2025-12-22 03:08:48] "POST /neutron/network HTTP/1.1" 200 928 0.010014 10.0.0.23 - - [2025-12-22 03:08:50] "GET /obj-perms HTTP/1.1" 200 5056 0.050898 10.0.0.23 - - [2025-12-22 03:08:59] "POST /neutron/network HTTP/1.1" 200 938 0.009057 10.0.0.23 - - [2025-12-22 03:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.65 - - [2025-12-22 03:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.65 - - [2025-12-22 03:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2025-12-22 03:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.22 - - [2025-12-22 03:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000643 10.0.0.22 - - [2025-12-22 03:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2025-12-22 03:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001276 10.0.0.65 - - [2025-12-22 03:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.65 - - [2025-12-22 03:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000642 10.0.0.23 - - [2025-12-22 03:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2025-12-22 03:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.23 - - [2025-12-22 03:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2025-12-22 03:09:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-22 03:09:39] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.008177 10.0.0.23 - - [2025-12-22 03:09:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182239 10.0.0.23 - - [2025-12-22 03:09:40] "PUT /access-control-list/8a055099-4705-4651-a077-d52c4f6bca50 HTTP/1.1" 200 272 0.047714 10.0.0.23 - - [2025-12-22 03:09:42] "POST /neutron/security_group HTTP/1.1" 200 1419 0.011288 10.0.0.23 - - [2025-12-22 03:09:43] "POST /neutron/port HTTP/1.1" 200 1136 0.029717 10.0.0.23 - - [2025-12-22 03:09:43] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 200 1314 0.004726 10.0.0.23 - - [2025-12-22 03:09:43] "POST /neutron/port HTTP/1.1" 200 1098 0.016188 10.0.0.23 - - [2025-12-22 03:09:45] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 404 171 0.003127 10.0.0.23 - - [2025-12-22 03:09:45] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 404 171 0.003350 10.0.0.23 - - [2025-12-22 03:09:45] "GET /virtual-machine/8f346bd4-0461-462d-a649-f5c997584d05 HTTP/1.1" 404 171 0.003285 10.0.0.23 - - [2025-12-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.23 - - [2025-12-22 03:09:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005355 10.0.0.23 - - [2025-12-22 03:09:45] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003703 10.0.0.23 - - [2025-12-22 03:09:45] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008615 10.0.0.23 - - [2025-12-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2025-12-22 03:09:45] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004910 10.0.0.23 - - [2025-12-22 03:09:45] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004373 10.0.0.65 - - [2025-12-22 03:09:48] "GET /obj-perms HTTP/1.1" 200 5072 0.005507 10.0.0.23 - - [2025-12-22 03:09:48] "GET /obj-perms HTTP/1.1" 200 5072 0.004455 10.0.0.23 - - [2025-12-22 03:09:49] "POST /neutron/port HTTP/1.1" 200 1146 0.019673 10.0.0.23 - - [2025-12-22 03:09:49] "POST /neutron/port HTTP/1.1" 200 1098 0.091797 10.0.0.23 - - [2025-12-22 03:09:49] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 200 1313 0.006444 10.0.0.23 - - [2025-12-22 03:09:50] "POST /neutron/port HTTP/1.1" 200 151 0.194658 10.0.0.23 - - [2025-12-22 03:09:51] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 404 171 0.003625 10.0.0.23 - - [2025-12-22 03:09:51] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 404 171 0.002811 10.0.0.23 - - [2025-12-22 03:09:51] "GET /virtual-machine/b1404b09-87a7-41ee-8387-d1d62fb3ef95 HTTP/1.1" 404 171 0.004114 10.0.0.23 - - [2025-12-22 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-22 03:09:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004045 10.0.0.23 - - [2025-12-22 03:09:51] "GET /virtual-networks?parent_id=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003168 10.0.0.23 - - [2025-12-22 03:09:51] "GET /virtual-network/04c1d42a-081e-4f5d-9467-194ade5bc6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005685 10.0.0.23 - - [2025-12-22 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2025-12-22 03:09:51] "GET /routing-instance/d6816fad-b924-4c3d-afc8-bc5212d48abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006250 10.0.0.23 - - [2025-12-22 03:09:51] "GET /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005471 10.0.0.65 - - [2025-12-22 03:09:51] "GET /obj-perms HTTP/1.1" 200 5072 0.006089 10.0.0.23 - - [2025-12-22 03:09:54] "GET /obj-perms HTTP/1.1" 200 5072 0.004321 10.0.0.65 - - [2025-12-22 03:10:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004812 10.0.0.23 - - [2025-12-22 03:10:03] "GET /obj-perms HTTP/1.1" 200 5072 0.004261 10.0.0.65 - - [2025-12-22 03:10:10] "GET /obj-perms HTTP/1.1" 200 5072 0.005664 10.0.0.23 - - [2025-12-22 03:10:13] "GET /obj-perms HTTP/1.1" 200 5072 0.005859 10.0.0.65 - - [2025-12-22 03:10:19] "GET /obj-perms HTTP/1.1" 200 5072 0.005152 10.0.0.23 - - [2025-12-22 03:10:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004883 10.0.0.22 - - [2025-12-22 03:10:19] "GET /obj-perms HTTP/1.1" 200 5072 0.064887 10.0.0.23 - - [2025-12-22 03:10:19] "DELETE /route-target/b2859023-8ecd-4344-9cdc-32cc1e4ed0eb HTTP/1.1" 200 115 0.030822 10.0.0.23 - - [2025-12-22 03:10:19] "POST /neutron/security_group HTTP/1.1" 200 1445 0.005248 10.0.0.23 - - [2025-12-22 03:10:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.003452 10.0.0.65 - - [2025-12-22 03:10:21] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001168 10.0.0.23 - - [2025-12-22 03:10:21] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.081781 10.0.0.65 - - [2025-12-22 03:10:21] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001725 10.0.0.23 - - [2025-12-22 03:10:21] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?fields=virtual_networks HTTP/1.1" 200 1074 0.049681 10.0.0.65 - - [2025-12-22 03:10:21] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001226 10.0.0.23 - - [2025-12-22 03:10:21] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.045830 10.0.0.65 - - [2025-12-22 03:10:21] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001126 10.0.0.23 - - [2025-12-22 03:10:21] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?fields=security_groups HTTP/1.1" 200 1321 0.057390 10.0.0.23 - - [2025-12-22 03:10:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.041719 10.0.0.65 - - [2025-12-22 03:10:22] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003281 10.0.0.65 - - [2025-12-22 03:10:23] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.65 - - [2025-12-22 03:10:23] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037354 10.0.0.65 - - [2025-12-22 03:10:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.001383 10.0.0.65 - - [2025-12-22 03:10:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.013007 10.0.0.65 - - [2025-12-22 03:10:23] "POST /security-groups HTTP/1.1" 200 589 0.034411 10.0.0.23 - - [2025-12-22 03:10:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.003155 10.0.0.65 - - [2025-12-22 03:10:23] "POST /projects HTTP/1.1" 200 581 0.251403 10.0.0.65 - - [2025-12-22 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.330761 10.0.0.23 - - [2025-12-22 03:10:23] "POST /access-control-lists HTTP/1.1" 200 592 0.036556 10.0.0.65 - - [2025-12-22 03:10:23] "DELETE /project/f3f9e331daf2400795c55d11b397c0b8 HTTP/1.1" 404 173 0.011522 10.0.0.65 - - [2025-12-22 03:10:23] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001188 10.0.0.65 - - [2025-12-22 03:10:23] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.071550 10.0.0.23 - - [2025-12-22 03:10:23] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.550347 10.0.0.65 - - [2025-12-22 03:10:23] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001754 10.0.0.65 - - [2025-12-22 03:10:23] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?fields=security_groups HTTP/1.1" 200 1426 0.086352 10.0.0.65 - - [2025-12-22 03:10:23] "DELETE /security-group/771396c0-ba9e-40cd-a747-d103171ed82a HTTP/1.1" 200 115 0.058789 10.0.0.65 - - [2025-12-22 03:10:23] "GET /projects?obj_uuids=791e43a7-0bcb-48ae-915a-49c1a65a9eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003035 10.0.0.65 - - [2025-12-22 03:10:23] "GET /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1?fields=application_policy_sets HTTP/1.1" 200 1465 0.064728 10.0.0.65 - - [2025-12-22 03:10:23] "DELETE /project/791e43a7-0bcb-48ae-915a-49c1a65a9eb1 HTTP/1.1" 200 115 0.544094 10.0.0.23 - - [2025-12-22 03:10:24] "GET / HTTP/1.1" 200 35931 0.002143 10.0.0.23 - - [2025-12-22 03:10:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.23 - - [2025-12-22 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.063843 10.0.0.65 - - [2025-12-22 03:10:26] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001287 10.0.0.23 - - [2025-12-22 03:10:26] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051145 10.0.0.65 - - [2025-12-22 03:10:27] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001689 10.0.0.23 - - [2025-12-22 03:10:27] "POST /neutron/network HTTP/1.1" 200 615 0.165347 10.0.0.23 - - [2025-12-22 03:10:27] "POST /route-targets HTTP/1.1" 200 327 0.016451 10.0.0.23 - - [2025-12-22 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.003547 10.0.0.23 - - [2025-12-22 03:10:27] "GET /virtual-network/e4adbd21-4358-4fb5-8f31-8e1cc31cf3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006100 10.0.0.23 - - [2025-12-22 03:10:27] "POST /neutron/network HTTP/1.1" 200 835 0.007154 10.0.0.23 - - [2025-12-22 03:10:27] "GET /virtual-network/e4adbd21-4358-4fb5-8f31-8e1cc31cf3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006569 10.0.0.23 - - [2025-12-22 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001481 10.0.0.23 - - [2025-12-22 03:10:27] "POST /neutron/network HTTP/1.1" 200 845 0.008824 10.0.0.65 - - [2025-12-22 03:10:28] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.23 - - [2025-12-22 03:10:28] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072472 10.0.0.23 - - [2025-12-22 03:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.008282 10.0.0.65 - - [2025-12-22 03:10:29] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.23 - - [2025-12-22 03:10:29] "POST /neutron/port HTTP/1.1" 200 1059 0.365372 10.0.0.23 - - [2025-12-22 03:10:29] "POST /neutron/port HTTP/1.1" 200 1113 0.161776 10.0.0.23 - - [2025-12-22 03:10:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.018093 10.0.0.23 - - [2025-12-22 03:10:33] "POST /neutron/port HTTP/1.1" 200 1123 0.024272 10.0.0.23 - - [2025-12-22 03:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008433 10.0.0.23 - - [2025-12-22 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009795 10.0.0.65 - - [2025-12-22 03:10:33] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.23 - - [2025-12-22 03:10:33] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049669 10.0.0.23 - - [2025-12-22 03:10:34] "POST /ref-update HTTP/1.1" 200 156 0.032173 10.0.0.65 - - [2025-12-22 03:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.011122 10.0.0.23 - - [2025-12-22 03:10:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.227672 10.0.0.23 - - [2025-12-22 03:10:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001908 10.0.0.23 - - [2025-12-22 03:10:34] "GET /virtual-network/bba5f8a6-86f7-4653-b38e-aad775992521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006354 10.0.0.23 - - [2025-12-22 03:10:34] "GET /virtual-network/bba5f8a6-86f7-4653-b38e-aad775992521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007466 10.0.0.23 - - [2025-12-22 03:10:34] "POST /neutron/network HTTP/1.1" 200 833 0.008654 10.0.0.23 - - [2025-12-22 03:10:35] "GET /virtual-network/bba5f8a6-86f7-4653-b38e-aad775992521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005870 10.0.0.23 - - [2025-12-22 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.65 - - [2025-12-22 03:10:36] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.23 - - [2025-12-22 03:10:36] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037688 10.0.0.65 - - [2025-12-22 03:10:36] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001652 10.0.0.23 - - [2025-12-22 03:10:36] "POST /neutron/network HTTP/1.1" 200 613 0.131985 10.0.0.23 - - [2025-12-22 03:10:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.003845 10.0.0.23 - - [2025-12-22 03:10:36] "GET /virtual-network/98306e67-9a3a-487c-91d3-01a107ae89fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006973 10.0.0.23 - - [2025-12-22 03:10:37] "POST /neutron/network HTTP/1.1" 200 832 0.009157 10.0.0.23 - - [2025-12-22 03:10:37] "GET /virtual-network/98306e67-9a3a-487c-91d3-01a107ae89fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008863 10.0.0.23 - - [2025-12-22 03:10:37] "GET /virtual-network/98306e67-9a3a-487c-91d3-01a107ae89fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006604 10.0.0.23 - - [2025-12-22 03:10:37] "GET /obj-perms HTTP/1.1" 200 5026 0.052765 10.0.0.65 - - [2025-12-22 03:10:37] "GET /obj-perms HTTP/1.1" 200 5026 0.052708 10.0.0.23 - - [2025-12-22 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.65 - - [2025-12-22 03:10:37] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002409 10.0.0.23 - - [2025-12-22 03:10:37] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058548 10.0.0.23 - - [2025-12-22 03:10:37] "POST /neutron/network HTTP/1.1" 200 117 0.019806 10.0.0.23 - - [2025-12-22 03:10:38] "POST /route-targets HTTP/1.1" 200 327 0.015763 10.0.0.23 - - [2025-12-22 03:10:38] "POST /neutron/network HTTP/1.1" 200 834 0.010798 10.0.0.23 - - [2025-12-22 03:10:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001383 10.0.0.23 - - [2025-12-22 03:10:38] "GET /virtual-network/d552eee5-5387-4ee4-b889-6182b44602ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006542 10.0.0.23 - - [2025-12-22 03:10:38] "GET /virtual-network/d552eee5-5387-4ee4-b889-6182b44602ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006849 10.0.0.23 - - [2025-12-22 03:10:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.010853 10.0.0.23 - - [2025-12-22 03:10:38] "GET /virtual-network/d552eee5-5387-4ee4-b889-6182b44602ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006087 10.0.0.22 - - [2025-12-22 03:10:38] "GET /obj-perms HTTP/1.1" 200 5026 0.063907 10.0.0.23 - - [2025-12-22 03:10:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001411 10.0.0.23 - - [2025-12-22 03:10:39] "POST /neutron/network HTTP/1.1" 200 842 0.008628 10.0.0.65 - - [2025-12-22 03:10:39] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001814 10.0.0.23 - - [2025-12-22 03:10:39] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.083486 10.0.0.23 - - [2025-12-22 03:10:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010777 10.0.0.23 - - [2025-12-22 03:10:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.002538 10.0.0.23 - - [2025-12-22 03:10:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009801 10.0.0.65 - - [2025-12-22 03:10:40] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.23 - - [2025-12-22 03:10:40] "POST /neutron/port HTTP/1.1" 200 1058 0.315797 10.0.0.65 - - [2025-12-22 03:10:41] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001449 10.0.0.23 - - [2025-12-22 03:10:41] "POST /neutron/port HTTP/1.1" 200 1112 0.189864 10.0.0.23 - - [2025-12-22 03:10:41] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.101999 10.0.0.23 - - [2025-12-22 03:10:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.23 - - [2025-12-22 03:10:41] "POST /neutron/network HTTP/1.1" 200 832 0.007940 10.0.0.23 - - [2025-12-22 03:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.009209 10.0.0.23 - - [2025-12-22 03:10:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004483 10.0.0.23 - - [2025-12-22 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.65 - - [2025-12-22 03:10:41] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002423 10.0.0.23 - - [2025-12-22 03:10:41] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012049 10.0.0.23 - - [2025-12-22 03:10:41] "POST /service-templates HTTP/1.1" 200 543 0.047766 10.0.0.23 - - [2025-12-22 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-12-22 03:10:41] "GET /service-template/5ce45dce-6043-4ed4-b2d8-46c964393c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007830 10.0.0.23 - - [2025-12-22 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2025-12-22 03:10:41] "GET /service-template/5ce45dce-6043-4ed4-b2d8-46c964393c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004748 10.0.0.23 - - [2025-12-22 03:10:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001317 10.0.0.23 - - [2025-12-22 03:10:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001462 10.0.0.23 - - [2025-12-22 03:10:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.003166 10.0.0.23 - - [2025-12-22 03:10:42] "POST /neutron/port HTTP/1.1" 200 3008 0.061124 10.0.0.23 - - [2025-12-22 03:10:42] "POST /neutron/port HTTP/1.1" 200 1058 0.016493 10.0.0.23 - - [2025-12-22 03:10:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004775 10.0.0.23 - - [2025-12-22 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010233 10.0.0.23 - - [2025-12-22 03:10:42] "POST /neutron/network HTTP/1.1" 200 834 0.006932 10.0.0.23 - - [2025-12-22 03:10:42] "DELETE /service-template/5ce45dce-6043-4ed4-b2d8-46c964393c1e HTTP/1.1" 200 115 0.041138 10.0.0.23 - - [2025-12-22 03:10:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.006099 10.0.0.23 - - [2025-12-22 03:10:43] "POST /neutron/port HTTP/1.1" 200 1122 0.018550 10.0.0.23 - - [2025-12-22 03:10:44] "POST /neutron/port HTTP/1.1" 200 1122 0.024945 10.0.0.23 - - [2025-12-22 03:10:44] "POST /neutron/network HTTP/1.1" 200 834 0.008157 10.0.0.23 - - [2025-12-22 03:10:45] "DELETE /route-target/1dd902a2-61dc-46b0-8308-6a5af4575991 HTTP/1.1" 200 115 0.042039 10.0.0.23 - - [2025-12-22 03:10:45] "POST /neutron/network HTTP/1.1" 200 832 0.007962 10.0.0.65 - - [2025-12-22 03:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006801 10.0.0.23 - - [2025-12-22 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007194 10.0.0.65 - - [2025-12-22 03:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.23 - - [2025-12-22 03:10:45] "POST /neutron/network HTTP/1.1" 200 151 0.157275 10.0.0.23 - - [2025-12-22 03:10:46] "POST /neutron/port HTTP/1.1" 200 1123 0.022558 10.0.0.23 - - [2025-12-22 03:10:48] "POST /neutron/network HTTP/1.1" 200 835 0.007663 10.0.0.23 - - [2025-12-22 03:10:48] "DELETE /route-target/e0f62d95-6e65-42ea-9055-0c19d70f20b3 HTTP/1.1" 200 115 0.035007 10.0.0.23 - - [2025-12-22 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.65 - - [2025-12-22 03:10:50] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.23 - - [2025-12-22 03:10:50] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051486 10.0.0.65 - - [2025-12-22 03:10:51] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.23 - - [2025-12-22 03:10:51] "POST /neutron/network HTTP/1.1" 200 613 0.152835 10.0.0.23 - - [2025-12-22 03:10:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.003561 10.0.0.23 - - [2025-12-22 03:10:51] "GET /virtual-network/3397bf98-72a7-4354-96f8-5bcca9f7e838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006139 10.0.0.23 - - [2025-12-22 03:10:51] "POST /neutron/network HTTP/1.1" 200 833 0.006933 10.0.0.23 - - [2025-12-22 03:10:51] "GET /virtual-network/3397bf98-72a7-4354-96f8-5bcca9f7e838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005795 10.0.0.23 - - [2025-12-22 03:10:51] "GET /virtual-network/3397bf98-72a7-4354-96f8-5bcca9f7e838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006643 10.0.0.23 - - [2025-12-22 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.65 - - [2025-12-22 03:10:52] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.23 - - [2025-12-22 03:10:52] "GET /obj-perms HTTP/1.1" 200 5056 0.049275 10.0.0.23 - - [2025-12-22 03:10:52] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057174 10.0.0.23 - - [2025-12-22 03:10:52] "POST /neutron/network HTTP/1.1" 200 117 0.018221 10.0.0.23 - - [2025-12-22 03:10:52] "POST /route-targets HTTP/1.1" 200 327 0.016613 10.0.0.23 - - [2025-12-22 03:10:52] "POST /neutron/network HTTP/1.1" 200 833 0.011289 10.0.0.23 - - [2025-12-22 03:10:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.002173 10.0.0.23 - - [2025-12-22 03:10:52] "GET /virtual-network/eb064e0c-ee59-4603-bd21-192b225b6b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007038 10.0.0.23 - - [2025-12-22 03:10:52] "GET /virtual-network/eb064e0c-ee59-4603-bd21-192b225b6b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006799 10.0.0.23 - - [2025-12-22 03:10:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.010589 10.0.0.23 - - [2025-12-22 03:10:52] "GET /virtual-network/eb064e0c-ee59-4603-bd21-192b225b6b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005464 10.0.0.22 - - [2025-12-22 03:10:53] "GET /obj-perms HTTP/1.1" 200 5026 0.005533 10.0.0.65 - - [2025-12-22 03:10:53] "GET /obj-perms HTTP/1.1" 200 5026 0.005612 10.0.0.23 - - [2025-12-22 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.65 - - [2025-12-22 03:10:53] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001963 10.0.0.23 - - [2025-12-22 03:10:53] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054327 10.0.0.23 - - [2025-12-22 03:10:53] "POST /ref-update HTTP/1.1" 200 156 0.029583 10.0.0.65 - - [2025-12-22 03:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008520 10.0.0.23 - - [2025-12-22 03:10:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.227151 10.0.0.23 - - [2025-12-22 03:10:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001332 10.0.0.23 - - [2025-12-22 03:10:53] "GET /virtual-network/c0a157bb-ea77-4454-a06f-41abe220661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005570 10.0.0.23 - - [2025-12-22 03:10:53] "GET /virtual-network/c0a157bb-ea77-4454-a06f-41abe220661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005480 10.0.0.23 - - [2025-12-22 03:10:53] "POST /neutron/network HTTP/1.1" 200 833 0.014153 10.0.0.23 - - [2025-12-22 03:10:53] "GET /virtual-network/c0a157bb-ea77-4454-a06f-41abe220661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006770 10.0.0.23 - - [2025-12-22 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.65 - - [2025-12-22 03:10:54] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001606 10.0.0.23 - - [2025-12-22 03:10:54] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051222 10.0.0.65 - - [2025-12-22 03:10:54] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.086999 10.0.0.23 - - [2025-12-22 03:10:54] "POST /neutron/network HTTP/1.1" 200 625 0.233715 10.0.0.23 - - [2025-12-22 03:10:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.003453 10.0.0.23 - - [2025-12-22 03:10:54] "GET /virtual-network/4b26aeec-1e69-4d1b-b5cc-ba67bcbc4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006128 10.0.0.23 - - [2025-12-22 03:10:54] "POST /neutron/network HTTP/1.1" 200 844 0.007584 10.0.0.23 - - [2025-12-22 03:10:54] "GET /virtual-network/4b26aeec-1e69-4d1b-b5cc-ba67bcbc4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006034 10.0.0.23 - - [2025-12-22 03:10:55] "GET /virtual-network/4b26aeec-1e69-4d1b-b5cc-ba67bcbc4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006302 10.0.0.23 - - [2025-12-22 03:10:55] "GET /obj-perms HTTP/1.1" 200 5026 0.004863 10.0.0.23 - - [2025-12-22 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.65 - - [2025-12-22 03:10:55] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001719 10.0.0.23 - - [2025-12-22 03:10:55] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054387 10.0.0.23 - - [2025-12-22 03:10:55] "POST /neutron/network HTTP/1.1" 200 117 0.018446 10.0.0.23 - - [2025-12-22 03:10:55] "POST /route-targets HTTP/1.1" 200 327 0.020252 10.0.0.23 - - [2025-12-22 03:10:55] "POST /neutron/network HTTP/1.1" 200 848 0.013452 10.0.0.23 - - [2025-12-22 03:10:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001551 10.0.0.23 - - [2025-12-22 03:10:55] "GET /virtual-network/2bc873d6-7994-448c-8d95-f89ff1a0b1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005535 10.0.0.23 - - [2025-12-22 03:10:55] "GET /virtual-network/2bc873d6-7994-448c-8d95-f89ff1a0b1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006584 10.0.0.23 - - [2025-12-22 03:10:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.011457 10.0.0.23 - - [2025-12-22 03:10:56] "GET /virtual-network/2bc873d6-7994-448c-8d95-f89ff1a0b1c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005925 10.0.0.22 - - [2025-12-22 03:10:56] "GET /obj-perms HTTP/1.1" 200 5026 0.004413 10.0.0.65 - - [2025-12-22 03:10:56] "GET /obj-perms HTTP/1.1" 200 5026 0.005190 10.0.0.23 - - [2025-12-22 03:10:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001885 10.0.0.65 - - [2025-12-22 03:10:57] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.23 - - [2025-12-22 03:10:57] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.075806 10.0.0.23 - - [2025-12-22 03:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.007133 10.0.0.23 - - [2025-12-22 03:10:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483 10.0.0.23 - - [2025-12-22 03:10:57] "POST /neutron/network HTTP/1.1" 200 843 0.007719 10.0.0.23 - - [2025-12-22 03:10:58] "POST /neutron/port HTTP/1.1" 200 1059 0.033161 10.0.0.23 - - [2025-12-22 03:10:58] "POST /neutron/port HTTP/1.1" 200 1123 0.028613 10.0.0.65 - - [2025-12-22 03:10:58] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.23 - - [2025-12-22 03:10:58] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.085996 10.0.0.23 - - [2025-12-22 03:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.001643 10.0.0.23 - - [2025-12-22 03:10:58] "POST /neutron/port HTTP/1.1" 200 1123 0.023674 10.0.0.23 - - [2025-12-22 03:10:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003665 10.0.0.23 - - [2025-12-22 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.65 - - [2025-12-22 03:10:58] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.23 - - [2025-12-22 03:10:58] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010298 10.0.0.23 - - [2025-12-22 03:10:58] "POST /service-templates HTTP/1.1" 200 543 0.043145 10.0.0.23 - - [2025-12-22 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2025-12-22 03:10:59] "GET /service-template/6943e0a7-af0b-4c75-97c1-03d370605d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006685 10.0.0.23 - - [2025-12-22 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-12-22 03:10:59] "GET /service-template/6943e0a7-af0b-4c75-97c1-03d370605d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004599 10.0.0.23 - - [2025-12-22 03:10:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001273 10.0.0.23 - - [2025-12-22 03:10:59] "POST /neutron/network HTTP/1.1" 200 843 0.006972 10.0.0.23 - - [2025-12-22 03:10:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001237 10.0.0.23 - - [2025-12-22 03:10:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001318 10.0.0.23 - - [2025-12-22 03:10:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017550 10.0.0.23 - - [2025-12-22 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.23 - - [2025-12-22 03:10:59] "DELETE /service-template/6943e0a7-af0b-4c75-97c1-03d370605d7c HTTP/1.1" 200 115 0.033597 10.0.0.23 - - [2025-12-22 03:10:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.007432 10.0.0.23 - - [2025-12-22 03:10:59] "POST /neutron/port HTTP/1.1" 200 1111 0.144950 10.0.0.23 - - [2025-12-22 03:10:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.017482 10.0.0.23 - - [2025-12-22 03:10:59] "POST /neutron/network HTTP/1.1" 200 848 0.009723 10.0.0.23 - - [2025-12-22 03:11:00] "DELETE /route-target/fe355142-f948-4539-9fac-9e70c3e2062a HTTP/1.1" 200 115 0.031555 10.0.0.65 - - [2025-12-22 03:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.65 - - [2025-12-22 03:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002921 10.0.0.23 - - [2025-12-22 03:11:00] "POST /neutron/network HTTP/1.1" 200 151 0.131614 10.0.0.23 - - [2025-12-22 03:11:00] "POST /neutron/port HTTP/1.1" 200 151 0.284590 10.0.0.23 - - [2025-12-22 03:11:00] "POST /neutron/port HTTP/1.1" 200 117 0.009110 10.0.0.23 - - [2025-12-22 03:11:01] "POST /neutron/network HTTP/1.1" 200 117 0.014378 10.0.0.23 - - [2025-12-22 03:11:01] "POST /neutron/port HTTP/1.1" 200 151 0.207963 10.0.0.23 - - [2025-12-22 03:11:02] "POST /neutron/network HTTP/1.1" 200 117 0.010872 10.0.0.23 - - [2025-12-22 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008781 10.0.0.65 - - [2025-12-22 03:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004698 10.0.0.65 - - [2025-12-22 03:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.23 - - [2025-12-22 03:11:02] "POST /neutron/network HTTP/1.1" 200 151 0.155297 10.0.0.23 - - [2025-12-22 03:11:03] "DELETE /route-target/f1ff37d4-829f-48cb-88d6-bd2c8f5e701a HTTP/1.1" 200 115 0.039015 10.0.0.23 - - [2025-12-22 03:11:03] "POST /neutron/network HTTP/1.1" 200 833 0.007306 10.0.0.65 - - [2025-12-22 03:11:05] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.23 - - [2025-12-22 03:11:05] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047314 10.0.0.65 - - [2025-12-22 03:11:05] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.23 - - [2025-12-22 03:11:05] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?fields=virtual_networks HTTP/1.1" 200 1029 0.047862 10.0.0.65 - - [2025-12-22 03:11:05] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001632 10.0.0.23 - - [2025-12-22 03:11:05] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.054898 10.0.0.65 - - [2025-12-22 03:11:05] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002730 10.0.0.23 - - [2025-12-22 03:11:05] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?fields=security_groups HTTP/1.1" 200 1253 0.056505 10.0.0.23 - - [2025-12-22 03:11:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.028236 10.0.0.65 - - [2025-12-22 03:11:06] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004051 10.0.0.65 - - [2025-12-22 03:11:06] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.65 - - [2025-12-22 03:11:06] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010659 10.0.0.65 - - [2025-12-22 03:11:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.006691 10.0.0.65 - - [2025-12-22 03:11:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.008015 10.0.0.65 - - [2025-12-22 03:11:06] "POST /security-groups HTTP/1.1" 200 589 0.077864 10.0.0.23 - - [2025-12-22 03:11:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.006460 10.0.0.65 - - [2025-12-22 03:11:06] "POST /projects HTTP/1.1" 200 581 0.313357 10.0.0.65 - - [2025-12-22 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.386014 10.0.0.23 - - [2025-12-22 03:11:06] "POST /access-control-lists HTTP/1.1" 200 592 0.038660 10.0.0.23 - - [2025-12-22 03:11:06] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.537275 10.0.0.23 - - [2025-12-22 03:11:08] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.23 - - [2025-12-22 03:11:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2025-12-22 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.033002 10.0.0.65 - - [2025-12-22 03:11:10] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.23 - - [2025-12-22 03:11:10] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047481 10.0.0.65 - - [2025-12-22 03:11:10] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002080 10.0.0.23 - - [2025-12-22 03:11:10] "POST /neutron/network HTTP/1.1" 200 613 0.183768 10.0.0.23 - - [2025-12-22 03:11:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.004058 10.0.0.23 - - [2025-12-22 03:11:10] "GET /virtual-network/09d5fa29-f6b5-4780-a44b-f98e8eccb1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008519 10.0.0.23 - - [2025-12-22 03:11:10] "POST /neutron/network HTTP/1.1" 200 833 0.009619 10.0.0.23 - - [2025-12-22 03:11:10] "GET /virtual-network/09d5fa29-f6b5-4780-a44b-f98e8eccb1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006774 10.0.0.23 - - [2025-12-22 03:11:11] "GET /virtual-network/09d5fa29-f6b5-4780-a44b-f98e8eccb1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007576 10.0.0.23 - - [2025-12-22 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.65 - - [2025-12-22 03:11:12] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.23 - - [2025-12-22 03:11:12] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059343 10.0.0.23 - - [2025-12-22 03:11:12] "POST /neutron/network HTTP/1.1" 200 117 0.017088 10.0.0.23 - - [2025-12-22 03:11:13] "POST /route-targets HTTP/1.1" 200 327 0.017609 10.0.0.23 - - [2025-12-22 03:11:13] "POST /neutron/network HTTP/1.1" 200 837 0.009356 10.0.0.23 - - [2025-12-22 03:11:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001403 10.0.0.23 - - [2025-12-22 03:11:13] "GET /virtual-network/0930f3c7-e397-45a3-b170-5ffeb8122f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006595 10.0.0.23 - - [2025-12-22 03:11:13] "GET /virtual-network/0930f3c7-e397-45a3-b170-5ffeb8122f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007280 10.0.0.23 - - [2025-12-22 03:11:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.011531 10.0.0.23 - - [2025-12-22 03:11:13] "GET /virtual-network/0930f3c7-e397-45a3-b170-5ffeb8122f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005953 10.0.0.23 - - [2025-12-22 03:11:13] "GET /obj-perms HTTP/1.1" 200 5026 0.066544 10.0.0.23 - - [2025-12-22 03:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.65 - - [2025-12-22 03:11:14] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.23 - - [2025-12-22 03:11:14] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046635 10.0.0.23 - - [2025-12-22 03:11:14] "POST /ref-update HTTP/1.1" 200 156 0.029392 10.0.0.65 - - [2025-12-22 03:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007441 10.0.0.23 - - [2025-12-22 03:11:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.190343 10.0.0.23 - - [2025-12-22 03:11:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001542 10.0.0.23 - - [2025-12-22 03:11:14] "GET /virtual-network/76a2b737-e86e-4f9b-9d18-c08c0c9bb67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005663 10.0.0.23 - - [2025-12-22 03:11:14] "GET /virtual-network/76a2b737-e86e-4f9b-9d18-c08c0c9bb67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007468 10.0.0.23 - - [2025-12-22 03:11:14] "POST /neutron/network HTTP/1.1" 200 838 0.009507 10.0.0.23 - - [2025-12-22 03:11:14] "GET /virtual-network/76a2b737-e86e-4f9b-9d18-c08c0c9bb67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008323 10.0.0.22 - - [2025-12-22 03:11:15] "GET /obj-perms HTTP/1.1" 200 5026 0.069585 10.0.0.65 - - [2025-12-22 03:11:15] "GET /obj-perms HTTP/1.1" 200 5026 0.050868 10.0.0.23 - - [2025-12-22 03:11:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001509 10.0.0.65 - - [2025-12-22 03:11:16] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.23 - - [2025-12-22 03:11:16] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070953 10.0.0.23 - - [2025-12-22 03:11:16] "POST /neutron/network HTTP/1.1" 200 837 0.043304 10.0.0.23 - - [2025-12-22 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001360 10.0.0.23 - - [2025-12-22 03:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.007728 10.0.0.65 - - [2025-12-22 03:11:16] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001890 10.0.0.23 - - [2025-12-22 03:11:17] "POST /neutron/port HTTP/1.1" 200 1059 0.345408 10.0.0.23 - - [2025-12-22 03:11:17] "POST /neutron/port HTTP/1.1" 200 1113 0.125953 10.0.0.23 - - [2025-12-22 03:11:17] "POST /neutron/subnet HTTP/1.1" 200 704 0.029184 10.0.0.65 - - [2025-12-22 03:11:17] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.23 - - [2025-12-22 03:11:17] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.101501 10.0.0.23 - - [2025-12-22 03:11:17] "POST /neutron/network HTTP/1.1" 200 838 0.007051 10.0.0.23 - - [2025-12-22 03:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.008486 10.0.0.23 - - [2025-12-22 03:11:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.004143 10.0.0.23 - - [2025-12-22 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2025-12-22 03:11:17] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583 10.0.0.23 - - [2025-12-22 03:11:17] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008833 10.0.0.23 - - [2025-12-22 03:11:17] "POST /service-templates HTTP/1.1" 200 543 0.045358 10.0.0.23 - - [2025-12-22 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2025-12-22 03:11:18] "GET /service-template/8f53ce1f-e661-4bb3-b543-c1e1d11f5fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007111 10.0.0.23 - - [2025-12-22 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2025-12-22 03:11:18] "GET /service-template/8f53ce1f-e661-4bb3-b543-c1e1d11f5fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005928 10.0.0.23 - - [2025-12-22 03:11:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.002989 10.0.0.23 - - [2025-12-22 03:11:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001939 10.0.0.23 - - [2025-12-22 03:11:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001576 10.0.0.23 - - [2025-12-22 03:11:18] "POST /neutron/port HTTP/1.1" 200 1955 0.063255 10.0.0.23 - - [2025-12-22 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2025-12-22 03:11:18] "DELETE /service-template/8f53ce1f-e661-4bb3-b543-c1e1d11f5fb6 HTTP/1.1" 200 115 0.043958 10.0.0.23 - - [2025-12-22 03:11:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.008378 10.0.0.23 - - [2025-12-22 03:11:18] "POST /neutron/port HTTP/1.1" 200 1058 0.038495 10.0.0.23 - - [2025-12-22 03:11:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004865 10.0.0.23 - - [2025-12-22 03:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.23 - - [2025-12-22 03:11:19] "POST /neutron/port HTTP/1.1" 200 1123 0.018984 10.0.0.23 - - [2025-12-22 03:11:20] "POST /neutron/port HTTP/1.1" 200 1122 0.029174 10.0.0.23 - - [2025-12-22 03:11:20] "POST /neutron/network HTTP/1.1" 200 838 0.007291 10.0.0.23 - - [2025-12-22 03:11:21] "POST /neutron/network HTTP/1.1" 200 1502 0.018660 10.0.0.23 - - [2025-12-22 03:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010583 10.0.0.65 - - [2025-12-22 03:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.055271 10.0.0.65 - - [2025-12-22 03:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.23 - - [2025-12-22 03:11:21] "POST /neutron/network HTTP/1.1" 200 151 0.185797 10.0.0.65 - - [2025-12-22 03:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007916 10.0.0.65 - - [2025-12-22 03:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005061 10.0.0.23 - - [2025-12-22 03:11:21] "POST /neutron/network HTTP/1.1" 200 151 0.147303 10.0.0.23 - - [2025-12-22 03:11:21] "DELETE /route-target/b5a0988b-37a7-45aa-9e33-f7d27fd1ea7a HTTP/1.1" 200 115 0.044931 10.0.0.65 - - [2025-12-22 03:11:23] "DELETE /project/b04eb2266df04eb78800382f6f6e4c0c HTTP/1.1" 404 173 0.006771 10.0.0.65 - - [2025-12-22 03:11:23] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.65 - - [2025-12-22 03:11:23] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.042799 10.0.0.65 - - [2025-12-22 03:11:24] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.65 - - [2025-12-22 03:11:24] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?fields=security_groups HTTP/1.1" 200 1358 0.042846 10.0.0.65 - - [2025-12-22 03:11:24] "DELETE /security-group/a99a6b33-2325-47c9-a25a-73d88fc940c9 HTTP/1.1" 200 115 0.061712 10.0.0.65 - - [2025-12-22 03:11:24] "GET /projects?obj_uuids=f3f9e331-daf2-4007-95c5-5d11b397c0b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001601 10.0.0.65 - - [2025-12-22 03:11:24] "GET /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8?fields=application_policy_sets HTTP/1.1" 200 1397 0.063639 10.0.0.65 - - [2025-12-22 03:11:24] "DELETE /project/f3f9e331-daf2-4007-95c5-5d11b397c0b8 HTTP/1.1" 200 115 0.419876 10.0.0.23 - - [2025-12-22 03:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.65 - - [2025-12-22 03:11:24] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.23 - - [2025-12-22 03:11:24] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055423 10.0.0.23 - - [2025-12-22 03:11:25] "POST /route-targets HTTP/1.1" 200 327 0.018453 10.0.0.65 - - [2025-12-22 03:11:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008395 10.0.0.23 - - [2025-12-22 03:11:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.249173 10.0.0.23 - - [2025-12-22 03:11:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001349 10.0.0.23 - - [2025-12-22 03:11:25] "GET /virtual-network/42804511-800b-4399-98af-491b8ddb79ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005692 10.0.0.23 - - [2025-12-22 03:11:25] "GET /virtual-network/42804511-800b-4399-98af-491b8ddb79ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006039 10.0.0.23 - - [2025-12-22 03:11:25] "POST /neutron/network HTTP/1.1" 200 832 0.008749 10.0.0.23 - - [2025-12-22 03:11:25] "GET /virtual-network/42804511-800b-4399-98af-491b8ddb79ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008096 10.0.0.23 - - [2025-12-22 03:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.65 - - [2025-12-22 03:11:25] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.23 - - [2025-12-22 03:11:25] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046185 10.0.0.65 - - [2025-12-22 03:11:25] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001689 10.0.0.23 - - [2025-12-22 03:11:26] "POST /neutron/network HTTP/1.1" 200 613 0.150940 10.0.0.23 - - [2025-12-22 03:11:26] "POST /ref-update HTTP/1.1" 200 156 0.028116 10.0.0.23 - - [2025-12-22 03:11:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.003919 10.0.0.23 - - [2025-12-22 03:11:26] "GET /virtual-network/be744f86-e7c1-437e-8609-2ad5af2d0b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006358 10.0.0.23 - - [2025-12-22 03:11:26] "POST /neutron/network HTTP/1.1" 200 831 0.008358 10.0.0.23 - - [2025-12-22 03:11:26] "GET /virtual-network/be744f86-e7c1-437e-8609-2ad5af2d0b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007150 10.0.0.23 - - [2025-12-22 03:11:26] "GET /virtual-network/be744f86-e7c1-437e-8609-2ad5af2d0b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006113 10.0.0.23 - - [2025-12-22 03:11:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003955 10.0.0.23 - - [2025-12-22 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.65 - - [2025-12-22 03:11:26] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.23 - - [2025-12-22 03:11:26] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060250 10.0.0.23 - - [2025-12-22 03:11:27] "POST /neutron/network HTTP/1.1" 200 117 0.019309 10.0.0.23 - - [2025-12-22 03:11:27] "POST /neutron/network HTTP/1.1" 200 834 0.010778 10.0.0.23 - - [2025-12-22 03:11:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001452 10.0.0.23 - - [2025-12-22 03:11:27] "GET /virtual-network/d4677dc1-72ae-4b2d-ada3-a1fb1aebfa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005852 10.0.0.23 - - [2025-12-22 03:11:27] "GET /virtual-network/d4677dc1-72ae-4b2d-ada3-a1fb1aebfa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006024 10.0.0.23 - - [2025-12-22 03:11:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.009492 10.0.0.23 - - [2025-12-22 03:11:27] "GET /virtual-network/d4677dc1-72ae-4b2d-ada3-a1fb1aebfa78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006063 10.0.0.22 - - [2025-12-22 03:11:27] "GET /obj-perms HTTP/1.1" 200 5026 0.004457 10.0.0.65 - - [2025-12-22 03:11:27] "GET /obj-perms HTTP/1.1" 200 5026 0.004703 10.0.0.23 - - [2025-12-22 03:11:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001462 10.0.0.65 - - [2025-12-22 03:11:28] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.23 - - [2025-12-22 03:11:28] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071788 10.0.0.23 - - [2025-12-22 03:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.006596 10.0.0.23 - - [2025-12-22 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001520 10.0.0.23 - - [2025-12-22 03:11:29] "POST /neutron/network HTTP/1.1" 200 844 0.007708 10.0.0.23 - - [2025-12-22 03:11:29] "POST /neutron/port HTTP/1.1" 200 1057 0.019539 10.0.0.23 - - [2025-12-22 03:11:29] "POST /neutron/port HTTP/1.1" 200 1121 0.020227 10.0.0.23 - - [2025-12-22 03:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.65 - - [2025-12-22 03:11:30] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.23 - - [2025-12-22 03:11:30] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088231 10.0.0.23 - - [2025-12-22 03:11:30] "POST /neutron/port HTTP/1.1" 200 1121 0.027695 10.0.0.23 - - [2025-12-22 03:11:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003992 10.0.0.23 - - [2025-12-22 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-12-22 03:11:30] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.23 - - [2025-12-22 03:11:30] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010165 10.0.0.23 - - [2025-12-22 03:11:30] "POST /service-templates HTTP/1.1" 200 543 0.033883 10.0.0.23 - - [2025-12-22 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-12-22 03:11:30] "GET /service-template/eeffe6ec-3da2-4ecd-aeab-a02a52e01e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006819 10.0.0.23 - - [2025-12-22 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-12-22 03:11:30] "POST /neutron/network HTTP/1.1" 200 844 0.006902 10.0.0.23 - - [2025-12-22 03:11:30] "GET /service-template/eeffe6ec-3da2-4ecd-aeab-a02a52e01e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.019666 10.0.0.23 - - [2025-12-22 03:11:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001354 10.0.0.23 - - [2025-12-22 03:11:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001415 10.0.0.23 - - [2025-12-22 03:11:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001426 10.0.0.23 - - [2025-12-22 03:11:31] "POST /neutron/port HTTP/1.1" 200 2037 0.037022 10.0.0.23 - - [2025-12-22 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.23 - - [2025-12-22 03:11:31] "DELETE /service-template/eeffe6ec-3da2-4ecd-aeab-a02a52e01e5b HTTP/1.1" 200 115 0.086395 10.0.0.23 - - [2025-12-22 03:11:31] "POST /neutron/port HTTP/1.1" 200 1112 0.157878 10.0.0.23 - - [2025-12-22 03:11:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.005714 10.0.0.23 - - [2025-12-22 03:11:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.011669 10.0.0.23 - - [2025-12-22 03:11:31] "POST /neutron/network HTTP/1.1" 200 834 0.007238 10.0.0.23 - - [2025-12-22 03:11:32] "POST /neutron/port HTTP/1.1" 200 1111 0.017647 10.0.0.23 - - [2025-12-22 03:11:33] "POST /neutron/port HTTP/1.1" 200 1112 0.017439 10.0.0.23 - - [2025-12-22 03:11:33] "POST /neutron/network HTTP/1.1" 200 834 0.013370 10.0.0.23 - - [2025-12-22 03:11:33] "POST /neutron/network HTTP/1.1" 200 117 0.010831 10.0.0.23 - - [2025-12-22 03:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2025-12-22 03:11:33] "POST /neutron/port HTTP/1.1" 200 117 0.009279 10.0.0.23 - - [2025-12-22 03:11:34] "DELETE /route-target/de7043a5-af14-41b7-b072-941ef44f9f0e HTTP/1.1" 200 115 0.029591 10.0.0.65 - - [2025-12-22 03:11:35] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001867 10.0.0.23 - - [2025-12-22 03:11:35] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056833 10.0.0.65 - - [2025-12-22 03:11:35] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.23 - - [2025-12-22 03:11:36] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?fields=virtual_networks HTTP/1.1" 200 1028 0.044604 10.0.0.65 - - [2025-12-22 03:11:36] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.23 - - [2025-12-22 03:11:36] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.068142 10.0.0.65 - - [2025-12-22 03:11:36] "GET /projects?obj_uuids=b04eb226-6df0-4eb7-8800-382f6f6e4c0c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001805 10.0.0.23 - - [2025-12-22 03:11:36] "GET /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c?fields=security_groups HTTP/1.1" 200 1252 0.049024 10.0.0.23 - - [2025-12-22 03:11:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.026426 10.0.0.65 - - [2025-12-22 03:11:37] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004771 10.0.0.65 - - [2025-12-22 03:11:37] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.65 - - [2025-12-22 03:11:37] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008610 10.0.0.65 - - [2025-12-22 03:11:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.004715 10.0.0.65 - - [2025-12-22 03:11:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.003329 10.0.0.65 - - [2025-12-22 03:11:37] "POST /security-groups HTTP/1.1" 200 587 0.039684 10.0.0.23 - - [2025-12-22 03:11:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.003908 10.0.0.65 - - [2025-12-22 03:11:37] "POST /projects HTTP/1.1" 200 577 0.249111 10.0.0.65 - - [2025-12-22 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.324146 10.0.0.23 - - [2025-12-22 03:11:37] "POST /access-control-lists HTTP/1.1" 200 590 0.045796 10.0.0.23 - - [2025-12-22 03:11:37] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.480649 10.0.0.23 - - [2025-12-22 03:11:38] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.23 - - [2025-12-22 03:11:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2025-12-22 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.055973 10.0.0.65 - - [2025-12-22 03:11:40] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.23 - - [2025-12-22 03:11:40] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.054303 10.0.0.23 - - [2025-12-22 03:11:40] "POST /neutron/network HTTP/1.1" 200 117 0.034575 10.0.0.23 - - [2025-12-22 03:11:41] "POST /neutron/network HTTP/1.1" 200 830 0.011374 10.0.0.23 - - [2025-12-22 03:11:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.002527 10.0.0.23 - - [2025-12-22 03:11:41] "GET /virtual-network/64fd1377-1e14-483c-9fb4-f433d5e5b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006354 10.0.0.23 - - [2025-12-22 03:11:41] "GET /virtual-network/64fd1377-1e14-483c-9fb4-f433d5e5b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006086 10.0.0.23 - - [2025-12-22 03:11:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.012982 10.0.0.23 - - [2025-12-22 03:11:41] "GET /virtual-network/64fd1377-1e14-483c-9fb4-f433d5e5b366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006436 10.0.0.23 - - [2025-12-22 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.65 - - [2025-12-22 03:11:43] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001144 10.0.0.23 - - [2025-12-22 03:11:43] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.058815 10.0.0.65 - - [2025-12-22 03:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.014781 10.0.0.23 - - [2025-12-22 03:11:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.267279 10.0.0.23 - - [2025-12-22 03:11:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001495 10.0.0.23 - - [2025-12-22 03:11:43] "GET /virtual-network/917736d6-501a-41e5-bedc-fa64851a23a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006404 10.0.0.23 - - [2025-12-22 03:11:43] "GET /virtual-network/917736d6-501a-41e5-bedc-fa64851a23a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007866 10.0.0.23 - - [2025-12-22 03:11:43] "POST /neutron/network HTTP/1.1" 200 831 0.009155 10.0.0.23 - - [2025-12-22 03:11:43] "POST /route-targets HTTP/1.1" 200 327 0.031680 10.0.0.23 - - [2025-12-22 03:11:44] "GET /virtual-network/917736d6-501a-41e5-bedc-fa64851a23a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008063 10.0.0.23 - - [2025-12-22 03:11:44] "GET /obj-perms HTTP/1.1" 200 5022 0.056375 10.0.0.23 - - [2025-12-22 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.65 - - [2025-12-22 03:11:44] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003559 10.0.0.23 - - [2025-12-22 03:11:44] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.063101 10.0.0.65 - - [2025-12-22 03:11:44] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001348 10.0.0.23 - - [2025-12-22 03:11:44] "POST /neutron/network HTTP/1.1" 200 613 0.198341 10.0.0.23 - - [2025-12-22 03:11:44] "POST /ref-update HTTP/1.1" 200 156 0.040770 10.0.0.23 - - [2025-12-22 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.003719 10.0.0.23 - - [2025-12-22 03:11:45] "GET /virtual-network/91a4d3ee-6b8d-4a7d-a741-b9a31fdcdb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006020 10.0.0.23 - - [2025-12-22 03:11:45] "POST /neutron/network HTTP/1.1" 200 830 0.008446 10.0.0.23 - - [2025-12-22 03:11:45] "GET /virtual-network/91a4d3ee-6b8d-4a7d-a741-b9a31fdcdb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008827 10.0.0.23 - - [2025-12-22 03:11:45] "GET /virtual-network/91a4d3ee-6b8d-4a7d-a741-b9a31fdcdb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008061 10.0.0.22 - - [2025-12-22 03:11:45] "GET /obj-perms HTTP/1.1" 200 5022 0.062981 10.0.0.65 - - [2025-12-22 03:11:45] "GET /obj-perms HTTP/1.1" 200 5022 0.064724 10.0.0.23 - - [2025-12-22 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.002002 10.0.0.23 - - [2025-12-22 03:11:46] "POST /neutron/network HTTP/1.1" 200 841 0.012528 10.0.0.65 - - [2025-12-22 03:11:46] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001590 10.0.0.23 - - [2025-12-22 03:11:46] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.089870 10.0.0.23 - - [2025-12-22 03:11:46] "POST /neutron/port HTTP/1.1" 200 117 0.009177 10.0.0.23 - - [2025-12-22 03:11:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.23 - - [2025-12-22 03:11:47] "POST /neutron/network HTTP/1.1" 200 841 0.008522 10.0.0.23 - - [2025-12-22 03:11:47] "POST /neutron/port HTTP/1.1" 200 1057 0.024549 10.0.0.65 - - [2025-12-22 03:11:48] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001634 10.0.0.23 - - [2025-12-22 03:11:48] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.172039 10.0.0.23 - - [2025-12-22 03:11:48] "POST /neutron/network HTTP/1.1" 200 830 0.007885 10.0.0.23 - - [2025-12-22 03:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.23 - - [2025-12-22 03:11:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010773 10.0.0.23 - - [2025-12-22 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003574 10.0.0.23 - - [2025-12-22 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.65 - - [2025-12-22 03:11:48] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.23 - - [2025-12-22 03:11:48] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009157 10.0.0.23 - - [2025-12-22 03:11:48] "POST /service-templates HTTP/1.1" 200 543 0.040999 10.0.0.23 - - [2025-12-22 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2025-12-22 03:11:48] "GET /service-template/040c0037-1c11-4711-90a6-f430ecc2fc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006449 10.0.0.23 - - [2025-12-22 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2025-12-22 03:11:48] "GET /service-template/040c0037-1c11-4711-90a6-f430ecc2fc8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005265 10.0.0.23 - - [2025-12-22 03:11:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.002101 10.0.0.65 - - [2025-12-22 03:11:48] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001642 10.0.0.23 - - [2025-12-22 03:11:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001417 10.0.0.23 - - [2025-12-22 03:11:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001931 10.0.0.23 - - [2025-12-22 03:11:49] "POST /neutron/port HTTP/1.1" 200 1054 0.326285 10.0.0.23 - - [2025-12-22 03:11:49] "POST /neutron/port HTTP/1.1" 200 1054 0.016422 10.0.0.23 - - [2025-12-22 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2025-12-22 03:11:49] "DELETE /service-template/040c0037-1c11-4711-90a6-f430ecc2fc8e HTTP/1.1" 200 115 0.042018 10.0.0.23 - - [2025-12-22 03:11:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.010713 10.0.0.23 - - [2025-12-22 03:11:49] "POST /neutron/port HTTP/1.1" 200 1118 0.026911 10.0.0.23 - - [2025-12-22 03:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.23 - - [2025-12-22 03:11:49] "POST /neutron/network HTTP/1.1" 400 204 0.015608 10.0.0.23 - - [2025-12-22 03:11:50] "POST /neutron/port HTTP/1.1" 200 151 0.216323 10.0.0.23 - - [2025-12-22 03:11:51] "POST /neutron/port HTTP/1.1" 200 151 0.243134 10.0.0.23 - - [2025-12-22 03:11:51] "POST /neutron/network HTTP/1.1" 200 117 0.011708 10.0.0.23 - - [2025-12-22 03:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.016525 10.0.0.23 - - [2025-12-22 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010839 10.0.0.65 - - [2025-12-22 03:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003529 10.0.0.65 - - [2025-12-22 03:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.23 - - [2025-12-22 03:11:52] "POST /neutron/network HTTP/1.1" 200 151 0.157449 10.0.0.23 - - [2025-12-22 03:11:52] "DELETE /route-target/3ed45c75-84eb-4bf9-8d2b-7b2b1cfa9d32 HTTP/1.1" 200 115 0.037614 10.0.0.23 - - [2025-12-22 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.65 - - [2025-12-22 03:11:55] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001152 10.0.0.23 - - [2025-12-22 03:11:55] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.044396 10.0.0.23 - - [2025-12-22 03:11:55] "POST /neutron/network HTTP/1.1" 200 117 0.013260 10.0.0.23 - - [2025-12-22 03:11:55] "POST /neutron/network HTTP/1.1" 200 830 0.009691 10.0.0.23 - - [2025-12-22 03:11:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001773 10.0.0.23 - - [2025-12-22 03:11:55] "GET /virtual-network/e9f5da7c-630a-4d45-a91e-d7264d791a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006647 10.0.0.23 - - [2025-12-22 03:11:55] "GET /virtual-network/e9f5da7c-630a-4d45-a91e-d7264d791a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006149 10.0.0.23 - - [2025-12-22 03:11:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.009632 10.0.0.23 - - [2025-12-22 03:11:55] "GET /virtual-network/e9f5da7c-630a-4d45-a91e-d7264d791a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006696 10.0.0.23 - - [2025-12-22 03:11:56] "GET /obj-perms HTTP/1.1" 200 5022 0.004325 10.0.0.23 - - [2025-12-22 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007394 10.0.0.65 - - [2025-12-22 03:11:56] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001313 10.0.0.23 - - [2025-12-22 03:11:56] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050727 10.0.0.23 - - [2025-12-22 03:11:56] "POST /route-targets HTTP/1.1" 200 327 0.016504 10.0.0.65 - - [2025-12-22 03:11:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010004 10.0.0.23 - - [2025-12-22 03:11:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.216468 10.0.0.23 - - [2025-12-22 03:11:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001629 10.0.0.23 - - [2025-12-22 03:11:56] "GET /virtual-network/bdfda055-61c5-4f2c-87bd-4a2fd22f9377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006027 10.0.0.23 - - [2025-12-22 03:11:56] "GET /virtual-network/bdfda055-61c5-4f2c-87bd-4a2fd22f9377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007695 10.0.0.23 - - [2025-12-22 03:11:56] "POST /neutron/network HTTP/1.1" 200 831 0.008154 10.0.0.23 - - [2025-12-22 03:11:56] "GET /virtual-network/bdfda055-61c5-4f2c-87bd-4a2fd22f9377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007560 10.0.0.65 - - [2025-12-22 03:11:57] "GET /obj-perms HTTP/1.1" 200 5022 0.006064 10.0.0.23 - - [2025-12-22 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.65 - - [2025-12-22 03:11:57] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001722 10.0.0.23 - - [2025-12-22 03:11:57] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.062140 10.0.0.65 - - [2025-12-22 03:11:57] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001236 10.0.0.23 - - [2025-12-22 03:11:57] "POST /neutron/network HTTP/1.1" 200 613 0.147208 10.0.0.23 - - [2025-12-22 03:11:57] "POST /ref-update HTTP/1.1" 200 156 0.037552 10.0.0.23 - - [2025-12-22 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.003880 10.0.0.23 - - [2025-12-22 03:11:57] "GET /virtual-network/295cdf84-ab5e-4f8b-8fa5-84e78ad85837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006118 10.0.0.23 - - [2025-12-22 03:11:57] "POST /neutron/network HTTP/1.1" 200 833 0.007684 10.0.0.23 - - [2025-12-22 03:11:57] "GET /virtual-network/295cdf84-ab5e-4f8b-8fa5-84e78ad85837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006084 10.0.0.23 - - [2025-12-22 03:11:58] "GET /virtual-network/295cdf84-ab5e-4f8b-8fa5-84e78ad85837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006077 10.0.0.22 - - [2025-12-22 03:11:58] "GET /obj-perms HTTP/1.1" 200 5022 0.005127 10.0.0.23 - - [2025-12-22 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.65 - - [2025-12-22 03:11:58] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001446 10.0.0.23 - - [2025-12-22 03:11:58] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.047095 10.0.0.23 - - [2025-12-22 03:11:58] "POST /neutron/network HTTP/1.1" 200 117 0.018706 10.0.0.23 - - [2025-12-22 03:11:58] "POST /neutron/network HTTP/1.1" 200 841 0.012038 10.0.0.23 - - [2025-12-22 03:11:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001794 10.0.0.23 - - [2025-12-22 03:11:58] "GET /virtual-network/0749260c-4473-44c5-84d4-2528f3a2ab52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005721 10.0.0.23 - - [2025-12-22 03:11:58] "GET /virtual-network/0749260c-4473-44c5-84d4-2528f3a2ab52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006020 10.0.0.23 - - [2025-12-22 03:11:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.015546 10.0.0.23 - - [2025-12-22 03:11:59] "GET /virtual-network/0749260c-4473-44c5-84d4-2528f3a2ab52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007515 10.0.0.23 - - [2025-12-22 03:11:59] "GET /obj-perms HTTP/1.1" 200 5022 0.004340 10.0.0.23 - - [2025-12-22 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.65 - - [2025-12-22 03:11:59] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.23 - - [2025-12-22 03:11:59] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.061157 10.0.0.23 - - [2025-12-22 03:11:59] "POST /route-targets HTTP/1.1" 200 327 0.016941 10.0.0.65 - - [2025-12-22 03:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009085 10.0.0.23 - - [2025-12-22 03:11:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.220266 10.0.0.23 - - [2025-12-22 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.002049 10.0.0.23 - - [2025-12-22 03:12:00] "GET /virtual-network/0f3d6957-4c87-4c79-b2ac-0a9ff3b85efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008482 10.0.0.23 - - [2025-12-22 03:12:00] "GET /virtual-network/0f3d6957-4c87-4c79-b2ac-0a9ff3b85efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006881 10.0.0.23 - - [2025-12-22 03:12:00] "POST /neutron/network HTTP/1.1" 200 844 0.008498 10.0.0.23 - - [2025-12-22 03:12:00] "GET /virtual-network/0f3d6957-4c87-4c79-b2ac-0a9ff3b85efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006823 10.0.0.65 - - [2025-12-22 03:12:00] "GET /obj-perms HTTP/1.1" 200 5022 0.004446 10.0.0.23 - - [2025-12-22 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001773 10.0.0.65 - - [2025-12-22 03:12:01] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001392 10.0.0.23 - - [2025-12-22 03:12:01] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.086487 10.0.0.23 - - [2025-12-22 03:12:01] "POST /neutron/network HTTP/1.1" 200 831 0.009232 10.0.0.23 - - [2025-12-22 03:12:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.002372 10.0.0.23 - - [2025-12-22 03:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.008055 10.0.0.65 - - [2025-12-22 03:12:02] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.23 - - [2025-12-22 03:12:02] "POST /neutron/port HTTP/1.1" 200 1057 0.343964 10.0.0.23 - - [2025-12-22 03:12:02] "POST /neutron/port HTTP/1.1" 200 1111 0.123688 10.0.0.65 - - [2025-12-22 03:12:02] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001075 10.0.0.23 - - [2025-12-22 03:12:02] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.085361 10.0.0.23 - - [2025-12-22 03:12:02] "POST /neutron/network HTTP/1.1" 200 833 0.006852 10.0.0.23 - - [2025-12-22 03:12:02] "POST /neutron/network HTTP/1.1" 200 831 0.007257 10.0.0.23 - - [2025-12-22 03:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.021843 10.0.0.23 - - [2025-12-22 03:12:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003612 10.0.0.23 - - [2025-12-22 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.65 - - [2025-12-22 03:12:02] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.23 - - [2025-12-22 03:12:02] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009788 10.0.0.23 - - [2025-12-22 03:12:03] "POST /service-templates HTTP/1.1" 200 543 0.035972 10.0.0.23 - - [2025-12-22 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.23 - - [2025-12-22 03:12:03] "GET /service-template/f9ace9be-7d73-455e-82bf-3fde2a5ac84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.010687 10.0.0.23 - - [2025-12-22 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.23 - - [2025-12-22 03:12:03] "GET /service-template/f9ace9be-7d73-455e-82bf-3fde2a5ac84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006747 10.0.0.23 - - [2025-12-22 03:12:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.002440 10.0.0.23 - - [2025-12-22 03:12:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.002784 10.0.0.23 - - [2025-12-22 03:12:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.002341 10.0.0.23 - - [2025-12-22 03:12:03] "POST /neutron/port HTTP/1.1" 200 1951 0.060503 10.0.0.23 - - [2025-12-22 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006027 10.0.0.23 - - [2025-12-22 03:12:03] "POST /neutron/port HTTP/1.1" 200 1057 0.019686 10.0.0.23 - - [2025-12-22 03:12:03] "DELETE /service-template/f9ace9be-7d73-455e-82bf-3fde2a5ac84c HTTP/1.1" 200 115 0.045748 10.0.0.23 - - [2025-12-22 03:12:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004893 10.0.0.23 - - [2025-12-22 03:12:03] "POST /neutron/network HTTP/1.1" 200 844 0.009854 10.0.0.23 - - [2025-12-22 03:12:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.014238 10.0.0.23 - - [2025-12-22 03:12:04] "DELETE /route-target/4a2422dc-d63a-4739-aee3-eff4d94b489b HTTP/1.1" 200 115 0.033218 10.0.0.23 - - [2025-12-22 03:12:04] "POST /neutron/network HTTP/1.1" 200 841 0.009430 10.0.0.23 - - [2025-12-22 03:12:04] "POST /neutron/port HTTP/1.1" 200 1111 0.015330 10.0.0.23 - - [2025-12-22 03:12:04] "POST /neutron/network HTTP/1.1" 400 204 0.016132 10.0.0.23 - - [2025-12-22 03:12:05] "POST /neutron/port HTTP/1.1" 200 1111 0.017690 10.0.0.23 - - [2025-12-22 03:12:05] "POST /neutron/network HTTP/1.1" 200 2183 0.012824 10.0.0.23 - - [2025-12-22 03:12:06] "POST /neutron/network HTTP/1.1" 200 833 0.007500 10.0.0.23 - - [2025-12-22 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.65 - - [2025-12-22 03:12:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.65 - - [2025-12-22 03:12:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004159 10.0.0.23 - - [2025-12-22 03:12:07] "POST /neutron/network HTTP/1.1" 200 151 0.144735 10.0.0.23 - - [2025-12-22 03:12:07] "DELETE /route-target/1df29687-48e2-433e-9c58-2593fcc7fd5b HTTP/1.1" 200 115 0.023654 10.0.0.65 - - [2025-12-22 03:12:09] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001209 10.0.0.23 - - [2025-12-22 03:12:09] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.053005 10.0.0.65 - - [2025-12-22 03:12:09] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001362 10.0.0.23 - - [2025-12-22 03:12:09] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?fields=virtual_networks HTTP/1.1" 200 1022 0.054202 10.0.0.65 - - [2025-12-22 03:12:09] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001694 10.0.0.23 - - [2025-12-22 03:12:09] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.047544 10.0.0.65 - - [2025-12-22 03:12:09] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001856 10.0.0.23 - - [2025-12-22 03:12:09] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?fields=security_groups HTTP/1.1" 200 1244 0.060019 10.0.0.23 - - [2025-12-22 03:12:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.030459 10.0.0.65 - - [2025-12-22 03:12:10] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003045 10.0.0.65 - - [2025-12-22 03:12:10] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.65 - - [2025-12-22 03:12:10] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008145 10.0.0.65 - - [2025-12-22 03:12:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.007292 10.0.0.65 - - [2025-12-22 03:12:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.007516 10.0.0.65 - - [2025-12-22 03:12:10] "POST /security-groups HTTP/1.1" 200 593 0.042001 10.0.0.23 - - [2025-12-22 03:12:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003994 10.0.0.65 - - [2025-12-22 03:12:10] "POST /projects HTTP/1.1" 200 589 0.277461 10.0.0.65 - - [2025-12-22 03:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.353489 10.0.0.23 - - [2025-12-22 03:12:10] "POST /access-control-lists HTTP/1.1" 200 596 0.029621 10.0.0.23 - - [2025-12-22 03:12:10] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.494536 10.0.0.23 - - [2025-12-22 03:12:11] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.23 - - [2025-12-22 03:12:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2025-12-22 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.061708 10.0.0.65 - - [2025-12-22 03:12:13] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.23 - - [2025-12-22 03:12:13] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057088 10.0.0.23 - - [2025-12-22 03:12:14] "POST /neutron/network HTTP/1.1" 200 117 0.042332 10.0.0.23 - - [2025-12-22 03:12:14] "POST /neutron/network HTTP/1.1" 200 831 0.009721 10.0.0.23 - - [2025-12-22 03:12:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001301 10.0.0.23 - - [2025-12-22 03:12:14] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005367 10.0.0.23 - - [2025-12-22 03:12:14] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006294 10.0.0.23 - - [2025-12-22 03:12:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.011584 10.0.0.23 - - [2025-12-22 03:12:15] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007879 10.0.0.22 - - [2025-12-22 03:12:16] "GET /obj-perms HTTP/1.1" 200 5034 0.048906 10.0.0.23 - - [2025-12-22 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.65 - - [2025-12-22 03:12:16] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001452 10.0.0.23 - - [2025-12-22 03:12:16] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068236 10.0.0.23 - - [2025-12-22 03:12:16] "POST /route-targets HTTP/1.1" 200 327 0.018414 10.0.0.65 - - [2025-12-22 03:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006379 10.0.0.23 - - [2025-12-22 03:12:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.227014 10.0.0.23 - - [2025-12-22 03:12:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001531 10.0.0.23 - - [2025-12-22 03:12:16] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006581 10.0.0.23 - - [2025-12-22 03:12:17] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005897 10.0.0.23 - - [2025-12-22 03:12:17] "POST /neutron/network HTTP/1.1" 200 830 0.009309 10.0.0.23 - - [2025-12-22 03:12:17] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005943 10.0.0.23 - - [2025-12-22 03:12:17] "GET /obj-perms HTTP/1.1" 200 5034 0.062603 10.0.0.23 - - [2025-12-22 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.65 - - [2025-12-22 03:12:17] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.23 - - [2025-12-22 03:12:17] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051197 10.0.0.65 - - [2025-12-22 03:12:17] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001594 10.0.0.23 - - [2025-12-22 03:12:18] "POST /neutron/network HTTP/1.1" 200 617 0.164294 10.0.0.23 - - [2025-12-22 03:12:18] "POST /ref-update HTTP/1.1" 200 156 0.037061 10.0.0.23 - - [2025-12-22 03:12:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.003689 10.0.0.23 - - [2025-12-22 03:12:18] "GET /virtual-network/1695ed0f-9b27-466b-8ab6-254919f9ca56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007953 10.0.0.23 - - [2025-12-22 03:12:18] "POST /neutron/network HTTP/1.1" 200 838 0.012963 10.0.0.23 - - [2025-12-22 03:12:18] "GET /virtual-network/1695ed0f-9b27-466b-8ab6-254919f9ca56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011118 10.0.0.23 - - [2025-12-22 03:12:18] "GET /virtual-network/1695ed0f-9b27-466b-8ab6-254919f9ca56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010109 10.0.0.65 - - [2025-12-22 03:12:19] "GET /obj-perms HTTP/1.1" 200 5034 0.061749 10.0.0.23 - - [2025-12-22 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.65 - - [2025-12-22 03:12:19] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.23 - - [2025-12-22 03:12:19] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066727 10.0.0.23 - - [2025-12-22 03:12:19] "POST /neutron/network HTTP/1.1" 200 117 0.017285 10.0.0.23 - - [2025-12-22 03:12:19] "POST /route-targets HTTP/1.1" 200 327 0.015343 10.0.0.23 - - [2025-12-22 03:12:19] "POST /neutron/network HTTP/1.1" 200 850 0.009510 10.0.0.23 - - [2025-12-22 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001338 10.0.0.23 - - [2025-12-22 03:12:19] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006880 10.0.0.23 - - [2025-12-22 03:12:19] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.008051 10.0.0.23 - - [2025-12-22 03:12:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.011037 10.0.0.23 - - [2025-12-22 03:12:20] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005894 10.0.0.22 - - [2025-12-22 03:12:20] "GET /obj-perms HTTP/1.1" 200 5034 0.005257 10.0.0.23 - - [2025-12-22 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.65 - - [2025-12-22 03:12:20] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001976 10.0.0.23 - - [2025-12-22 03:12:20] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045694 10.0.0.23 - - [2025-12-22 03:12:20] "POST /ref-update HTTP/1.1" 200 156 0.034919 10.0.0.65 - - [2025-12-22 03:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010350 10.0.0.23 - - [2025-12-22 03:12:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.300828 10.0.0.23 - - [2025-12-22 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.001457 10.0.0.23 - - [2025-12-22 03:12:20] "GET /virtual-network/14460b69-f109-4816-ba37-8f9ccd1f5470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.011641 10.0.0.23 - - [2025-12-22 03:12:21] "GET /virtual-network/14460b69-f109-4816-ba37-8f9ccd1f5470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006438 10.0.0.23 - - [2025-12-22 03:12:21] "POST /neutron/network HTTP/1.1" 200 852 0.017971 10.0.0.23 - - [2025-12-22 03:12:21] "GET /virtual-network/14460b69-f109-4816-ba37-8f9ccd1f5470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006726 10.0.0.23 - - [2025-12-22 03:12:21] "GET /obj-perms HTTP/1.1" 200 5034 0.003963 10.0.0.23 - - [2025-12-22 03:12:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001363 10.0.0.65 - - [2025-12-22 03:12:22] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001954 10.0.0.23 - - [2025-12-22 03:12:22] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079499 10.0.0.23 - - [2025-12-22 03:12:22] "POST /neutron/network HTTP/1.1" 200 831 0.008285 10.0.0.23 - - [2025-12-22 03:12:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001402 10.0.0.23 - - [2025-12-22 03:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.008955 10.0.0.65 - - [2025-12-22 03:12:23] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001936 10.0.0.23 - - [2025-12-22 03:12:23] "POST /neutron/port HTTP/1.1" 200 1063 0.379687 10.0.0.65 - - [2025-12-22 03:12:23] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001836 10.0.0.23 - - [2025-12-22 03:12:23] "POST /neutron/port HTTP/1.1" 200 1117 0.182431 10.0.0.23 - - [2025-12-22 03:12:23] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.133251 10.0.0.23 - - [2025-12-22 03:12:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007144 10.0.0.23 - - [2025-12-22 03:12:23] "POST /neutron/network HTTP/1.1" 200 831 0.010287 10.0.0.23 - - [2025-12-22 03:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.010630 10.0.0.23 - - [2025-12-22 03:12:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004993 10.0.0.23 - - [2025-12-22 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.65 - - [2025-12-22 03:12:24] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.23 - - [2025-12-22 03:12:24] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012264 10.0.0.23 - - [2025-12-22 03:12:24] "POST /service-templates HTTP/1.1" 200 543 0.051952 10.0.0.23 - - [2025-12-22 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.65 - - [2025-12-22 03:12:24] "DELETE /project/0c56ebf283934d5381c8e788efc49815 HTTP/1.1" 404 173 0.008291 10.0.0.65 - - [2025-12-22 03:12:24] "DELETE /project/b04eb226-6df0-4eb7-8800-382f6f6e4c0c HTTP/1.1" 404 177 0.011070 10.0.0.65 - - [2025-12-22 03:12:24] "DELETE /project/769376afb8984b05956500ad7e2f5f38 HTTP/1.1" 404 173 0.012825 10.0.0.65 - - [2025-12-22 03:12:24] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001717 10.0.0.23 - - [2025-12-22 03:12:24] "GET /service-template/120ac352-b48c-44f2-ac9b-6715583e5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.015881 10.0.0.23 - - [2025-12-22 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.23 - - [2025-12-22 03:12:24] "GET /service-template/120ac352-b48c-44f2-ac9b-6715583e5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.010773 10.0.0.65 - - [2025-12-22 03:12:24] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.087273 10.0.0.65 - - [2025-12-22 03:12:24] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001748 10.0.0.23 - - [2025-12-22 03:12:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001827 10.0.0.65 - - [2025-12-22 03:12:24] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?fields=security_groups HTTP/1.1" 200 1349 0.099184 10.0.0.23 - - [2025-12-22 03:12:24] "POST /neutron/port HTTP/1.1" 200 1127 0.102887 10.0.0.65 - - [2025-12-22 03:12:24] "DELETE /security-group/81158244-34c2-4aac-996a-17fd4383cde6 HTTP/1.1" 200 115 0.142979 10.0.0.65 - - [2025-12-22 03:12:24] "GET /projects?obj_uuids=0c56ebf2-8393-4d53-81c8-e788efc49815&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001082 10.0.0.65 - - [2025-12-22 03:12:24] "GET /project/0c56ebf2-8393-4d53-81c8-e788efc49815?fields=application_policy_sets HTTP/1.1" 200 1388 0.061916 10.0.0.23 - - [2025-12-22 03:12:25] "POST /neutron/port HTTP/1.1" 200 1060 0.067187 10.0.0.65 - - [2025-12-22 03:12:25] "DELETE /project/0c56ebf2-8393-4d53-81c8-e788efc49815 HTTP/1.1" 200 115 0.731177 10.0.0.23 - - [2025-12-22 03:12:25] "POST /neutron/port HTTP/1.1" 200 1124 0.026781 10.0.0.23 - - [2025-12-22 03:12:25] "POST /neutron/port HTTP/1.1" 200 117 0.001779 10.0.0.65 - - [2025-12-22 03:12:25] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001762 10.0.0.23 - - [2025-12-22 03:12:25] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073071 10.0.0.23 - - [2025-12-22 03:12:26] "POST /neutron/port HTTP/1.1" 200 2099 0.037616 10.0.0.23 - - [2025-12-22 03:12:26] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 401 292 0.000735 10.0.0.23 - - [2025-12-22 03:12:26] "POST /neutron/network HTTP/1.1" 200 860 0.012089 10.0.0.23 - - [2025-12-22 03:12:26] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 404 171 0.039426 10.0.0.23 - - [2025-12-22 03:12:26] "POST /neutron/port HTTP/1.1" 200 1064 0.027263 10.0.0.23 - - [2025-12-22 03:12:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006433 10.0.0.23 - - [2025-12-22 03:12:27] "POST /neutron/network HTTP/1.1" 200 850 0.007332 10.0.0.23 - - [2025-12-22 03:12:28] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 200 1295 0.007570 10.0.0.23 - - [2025-12-22 03:12:28] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 2985 0.010317 10.0.0.23 - - [2025-12-22 03:12:28] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.008232 10.0.0.23 - - [2025-12-22 03:12:28] "PUT /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 284 0.022391 10.0.0.23 - - [2025-12-22 03:12:33] "POST /neutron/port HTTP/1.1" 200 1128 0.020710 10.0.0.23 - - [2025-12-22 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009814 10.0.0.23 - - [2025-12-22 03:12:34] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 200 1295 0.004668 10.0.0.23 - - [2025-12-22 03:12:34] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 3035 0.006926 10.0.0.23 - - [2025-12-22 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.23 - - [2025-12-22 03:12:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005215 10.0.0.23 - - [2025-12-22 03:12:34] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004963 10.0.0.23 - - [2025-12-22 03:12:34] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006492 10.0.0.23 - - [2025-12-22 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2025-12-22 03:12:37] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005975 10.0.0.23 - - [2025-12-22 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.23 - - [2025-12-22 03:12:41] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.008381 10.0.0.23 - - [2025-12-22 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009793 10.0.0.23 - - [2025-12-22 03:12:45] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.012786 10.0.0.23 - - [2025-12-22 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2025-12-22 03:12:49] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007478 10.0.0.23 - - [2025-12-22 03:12:53] "POST /neutron/port HTTP/1.1" 200 1124 0.024476 10.0.0.23 - - [2025-12-22 03:12:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005202 10.0.0.23 - - [2025-12-22 03:12:53] "POST /neutron/network HTTP/1.1" 200 830 0.008644 10.0.0.23 - - [2025-12-22 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.23 - - [2025-12-22 03:12:53] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006412 10.0.0.65 - - [2025-12-22 03:12:54] "GET /obj-perms HTTP/1.1" 200 5056 0.048931 10.0.0.23 - - [2025-12-22 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.23 - - [2025-12-22 03:12:57] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.008069 10.0.0.23 - - [2025-12-22 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.23 - - [2025-12-22 03:13:01] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007852 10.0.0.23 - - [2025-12-22 03:13:03] "POST /neutron/network HTTP/1.1" 200 841 0.008239 10.0.0.23 - - [2025-12-22 03:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.23 - - [2025-12-22 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.23 - - [2025-12-22 03:13:05] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006963 10.0.0.23 - - [2025-12-22 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-22 03:13:10] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007467 10.0.0.23 - - [2025-12-22 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.23 - - [2025-12-22 03:13:14] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.008590 10.0.0.23 - - [2025-12-22 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.23 - - [2025-12-22 03:13:18] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006310 10.0.0.23 - - [2025-12-22 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2025-12-22 03:13:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005245 10.0.0.23 - - [2025-12-22 03:13:22] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005055 10.0.0.23 - - [2025-12-22 03:13:22] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007234 10.0.0.23 - - [2025-12-22 03:13:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012390 10.0.0.23 - - [2025-12-22 03:13:27] "POST /neutron/port HTTP/1.1" 200 1128 0.025209 10.0.0.23 - - [2025-12-22 03:13:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007984 10.0.0.23 - - [2025-12-22 03:13:35] "POST /neutron/port HTTP/1.1" 200 1128 0.055865 10.0.0.23 - - [2025-12-22 03:13:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007926 10.0.0.23 - - [2025-12-22 03:13:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.004005 10.0.0.23 - - [2025-12-22 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.65 - - [2025-12-22 03:13:48] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.23 - - [2025-12-22 03:13:48] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078122 10.0.0.23 - - [2025-12-22 03:13:48] "POST /service-instances HTTP/1.1" 200 547 0.047652 10.0.0.23 - - [2025-12-22 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2025-12-22 03:13:48] "GET /service-instance/5e2ccdec-0e56-4488-885a-a24f8cb2946e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.011730 10.0.0.23 - - [2025-12-22 03:13:48] "POST /port-tuples HTTP/1.1" 200 590 0.052619 10.0.0.23 - - [2025-12-22 03:13:48] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006031 10.0.0.23 - - [2025-12-22 03:13:48] "PUT /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 284 0.016792 10.0.0.23 - - [2025-12-22 03:13:48] "POST /ref-update HTTP/1.1" 200 156 0.019664 10.0.0.23 - - [2025-12-22 03:13:48] "POST /neutron/port HTTP/1.1" 200 1127 0.039457 10.0.0.23 - - [2025-12-22 03:13:48] "POST /ref-update HTTP/1.1" 200 156 0.028644 10.0.0.23 - - [2025-12-22 03:13:49] "POST /instance-ips HTTP/1.1" 200 373 0.068444 10.0.0.23 - - [2025-12-22 03:13:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.017148 10.0.0.23 - - [2025-12-22 03:13:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008228 10.0.0.23 - - [2025-12-22 03:13:49] "GET /virtual-machine/4d646838-5645-4fc4-aea6-027b752d523d HTTP/1.1" 200 1294 0.006449 10.0.0.23 - - [2025-12-22 03:13:49] "GET /virtual-machine-interface/6c9e186a-d028-4955-a5e4-e9fba5d1ac61 HTTP/1.1" 200 2957 0.008275 10.0.0.23 - - [2025-12-22 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.23 - - [2025-12-22 03:13:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095 10.0.0.23 - - [2025-12-22 03:13:49] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004331 10.0.0.23 - - [2025-12-22 03:13:49] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010261 10.0.0.23 - - [2025-12-22 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006819 10.0.0.23 - - [2025-12-22 03:13:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004418 10.0.0.23 - - [2025-12-22 03:13:50] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003954 10.0.0.23 - - [2025-12-22 03:13:50] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006410 10.0.0.23 - - [2025-12-22 03:13:50] "POST /neutron/port HTTP/1.1" 200 1124 0.024459 10.0.0.23 - - [2025-12-22 03:13:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008115 10.0.0.23 - - [2025-12-22 03:13:51] "GET /virtual-machine/caabe724-63ca-48f4-8635-bb27a0b1ae55 HTTP/1.1" 200 1294 0.006327 10.0.0.23 - - [2025-12-22 03:13:51] "GET /virtual-machine-interface/42bfac16-8014-426d-bb93-b5a33ec7735b HTTP/1.1" 200 2960 0.006179 10.0.0.23 - - [2025-12-22 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2025-12-22 03:13:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004351 10.0.0.23 - - [2025-12-22 03:13:51] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003919 10.0.0.23 - - [2025-12-22 03:13:51] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006567 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2025-12-22 03:13:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.23 - - [2025-12-22 03:13:52] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005854 10.0.0.23 - - [2025-12-22 03:13:52] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007678 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.005481 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.65 - - [2025-12-22 03:13:52] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.23 - - [2025-12-22 03:13:52] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084881 10.0.0.23 - - [2025-12-22 03:13:52] "POST /network-policys HTTP/1.1" 200 551 0.040359 10.0.0.23 - - [2025-12-22 03:13:52] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007112 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.23 - - [2025-12-22 03:13:52] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006281 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2025-12-22 03:13:52] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004714 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 404 240 0.004573 10.0.0.23 - - [2025-12-22 03:13:52] "POST /ref-update HTTP/1.1" 200 156 0.068409 10.0.0.23 - - [2025-12-22 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.014561 10.0.0.23 - - [2025-12-22 03:13:52] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007016 10.0.0.23 - - [2025-12-22 03:13:53] "POST /neutron/network HTTP/1.1" 200 923 0.010877 10.0.0.23 - - [2025-12-22 03:13:53] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006866 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-12-22 03:13:53] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004385 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2025-12-22 03:13:53] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010575 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.23 - - [2025-12-22 03:13:53] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005098 10.0.0.23 - - [2025-12-22 03:13:53] "PUT /access-control-list/ee03bcd0-2193-482f-8216-c1fa79e41d2c HTTP/1.1" 200 272 0.028275 10.0.0.23 - - [2025-12-22 03:13:53] "POST /ref-update HTTP/1.1" 200 156 0.072486 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.23 - - [2025-12-22 03:13:53] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004908 10.0.0.23 - - [2025-12-22 03:13:53] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.011880 10.0.0.23 - - [2025-12-22 03:13:53] "POST /ref-update HTTP/1.1" 200 156 0.036531 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005421 10.0.0.23 - - [2025-12-22 03:13:53] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.013726 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.23 - - [2025-12-22 03:13:53] "GET /service-template/120ac352-b48c-44f2-ac9b-6715583e5836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004875 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.65 - - [2025-12-22 03:13:53] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.23 - - [2025-12-22 03:13:53] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049543 10.0.0.23 - - [2025-12-22 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.23 - - [2025-12-22 03:13:53] "GET /service-instance/5e2ccdec-0e56-4488-885a-a24f8cb2946e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.011458 10.0.0.23 - - [2025-12-22 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010498 10.0.0.23 - - [2025-12-22 03:13:54] "POST /neutron/port HTTP/1.1" 200 1386 0.044552 10.0.0.23 - - [2025-12-22 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008561 10.0.0.23 - - [2025-12-22 03:13:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001353 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 200 1295 0.005059 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 3891 0.008381 10.0.0.23 - - [2025-12-22 03:13:54] "GET /instance-ip/21b8a9f9-fe70-44fb-9efe-82559695e594 HTTP/1.1" 200 1637 0.008279 10.0.0.23 - - [2025-12-22 03:13:54] "GET /instance-ip/90261c36-16ad-48f2-a981-eadf52db2de7 HTTP/1.1" 200 1963 0.006318 10.0.0.23 - - [2025-12-22 03:13:54] "GET /instance-ip/90b252b4-f62d-4424-98ff-cbbfb34cedbf HTTP/1.1" 200 1965 0.006379 10.0.0.23 - - [2025-12-22 03:13:54] "POST /neutron/port HTTP/1.1" 200 1386 0.026394 10.0.0.23 - - [2025-12-22 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012339 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-machine/ff8e63fa-d895-4cb7-9de7-88132fad9a2d HTTP/1.1" 200 1295 0.005567 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-machine-interface/e209ceb3-cd0c-4811-b3a3-d49b5b70f273 HTTP/1.1" 200 3891 0.008548 10.0.0.23 - - [2025-12-22 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008413 10.0.0.23 - - [2025-12-22 03:13:54] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005520 10.0.0.22 - - [2025-12-22 03:13:54] "GET /obj-perms HTTP/1.1" 200 5056 0.056712 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004550 10.0.0.23 - - [2025-12-22 03:13:54] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006015 10.0.0.23 - - [2025-12-22 03:13:55] "POST /neutron/network HTTP/1.1" 200 932 0.007462 10.0.0.23 - - [2025-12-22 03:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2025-12-22 03:13:56] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004008 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006150 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.23 - - [2025-12-22 03:13:56] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003582 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.008659 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-22 03:13:56] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004525 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005484 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007370 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.23 - - [2025-12-22 03:13:56] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007231 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-networks?parent_id=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005807 10.0.0.23 - - [2025-12-22 03:13:56] "GET /virtual-network/953acc08-6113-4e9d-b441-1c287c47d6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006461 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-12-22 03:13:56] "GET /routing-instance/2d71772e-2c6e-4fcd-b97a-9c76eb677f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005825 10.0.0.23 - - [2025-12-22 03:13:56] "GET /routing-instance/2d71772e-2c6e-4fcd-b97a-9c76eb677f11?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.007210 10.0.0.23 - - [2025-12-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.23 - - [2025-12-22 03:13:56] "GET /routing-instance/a2fcf691-99f4-4646-968d-3a2840fd95bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006588 10.0.0.23 - - [2025-12-22 03:13:56] "GET /routing-instance/a2fcf691-99f4-4646-968d-3a2840fd95bc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.007701 10.0.0.23 - - [2025-12-22 03:14:03] "POST /neutron/port HTTP/1.1" 200 1386 0.029002 10.0.0.23 - - [2025-12-22 03:14:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.013794 10.0.0.65 - - [2025-12-22 03:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.65 - - [2025-12-22 03:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-12-22 03:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000704 10.0.0.22 - - [2025-12-22 03:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-12-22 03:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.22 - - [2025-12-22 03:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.65 - - [2025-12-22 03:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.65 - - [2025-12-22 03:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001043 10.0.0.23 - - [2025-12-22 03:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.23 - - [2025-12-22 03:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000585 10.0.0.23 - - [2025-12-22 03:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.23 - - [2025-12-22 03:14:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.23 - - [2025-12-22 03:14:20] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006186 10.0.0.23 - - [2025-12-22 03:14:20] "PUT /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67 HTTP/1.1" 200 262 0.016393 10.0.0.23 - - [2025-12-22 03:14:20] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005169 10.0.0.23 - - [2025-12-22 03:14:20] "PUT /access-control-list/ee03bcd0-2193-482f-8216-c1fa79e41d2c HTTP/1.1" 200 272 0.023642 10.0.0.23 - - [2025-12-22 03:14:20] "POST /neutron/port HTTP/1.1" 200 1386 0.030314 10.0.0.23 - - [2025-12-22 03:14:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011257 10.0.0.23 - - [2025-12-22 03:14:48] "POST /ref-update HTTP/1.1" 200 156 0.064122 10.0.0.23 - - [2025-12-22 03:14:48] "GET /virtual-network/16cc0dd7-0c92-4f69-8b52-bcb1ec3326b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009512 10.0.0.23 - - [2025-12-22 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.23 - - [2025-12-22 03:14:48] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.007678 10.0.0.23 - - [2025-12-22 03:14:48] "POST /ref-update HTTP/1.1" 200 156 0.092685 10.0.0.23 - - [2025-12-22 03:14:48] "POST /ref-update HTTP/1.1" 200 156 0.084015 10.0.0.23 - - [2025-12-22 03:14:48] "GET /virtual-network/5d53df71-0575-4418-828c-b0e0d9a4e116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.026708 10.0.0.23 - - [2025-12-22 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014791 10.0.0.23 - - [2025-12-22 03:14:49] "GET /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.011937 10.0.0.23 - - [2025-12-22 03:14:49] "POST /ref-update HTTP/1.1" 200 156 0.040187 10.0.0.23 - - [2025-12-22 03:14:49] "DELETE /network-policy/3b681a9a-25bd-43c5-b996-d16ea2993d67 HTTP/1.1" 200 115 0.114421 10.0.0.23 - - [2025-12-22 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.23 - - [2025-12-22 03:14:49] "DELETE /service-instance/5e2ccdec-0e56-4488-885a-a24f8cb2946e HTTP/1.1" 200 115 0.070860 10.0.0.23 - - [2025-12-22 03:14:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004110 10.0.0.23 - - [2025-12-22 03:14:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003962 10.0.0.23 - - [2025-12-22 03:14:49] "POST /ref-update HTTP/1.1" 200 156 0.028502 10.0.0.23 - - [2025-12-22 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006073 10.0.0.23 - - [2025-12-22 03:14:49] "DELETE /service-template/120ac352-b48c-44f2-ac9b-6715583e5836 HTTP/1.1" 200 115 0.041085 10.0.0.23 - - [2025-12-22 03:14:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.006563 10.0.0.23 - - [2025-12-22 03:14:49] "POST /neutron/network HTTP/1.1" 200 852 0.008251 10.0.0.23 - - [2025-12-22 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-22 03:14:50] "POST /neutron/network HTTP/1.1" 200 850 0.008650 10.0.0.23 - - [2025-12-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 1118 0.019163 10.0.0.23 - - [2025-12-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 151 0.338786 10.0.0.23 - - [2025-12-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 151 0.274046 10.0.0.23 - - [2025-12-22 03:14:52] "DELETE /route-target/bb9f0841-390a-46d3-ba1a-eeec13cbbcf1 HTTP/1.1" 200 115 0.026088 10.0.0.23 - - [2025-12-22 03:14:52] "POST /neutron/network HTTP/1.1" 200 838 0.008906 10.0.0.65 - - [2025-12-22 03:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.23 - - [2025-12-22 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.65 - - [2025-12-22 03:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.23 - - [2025-12-22 03:14:53] "POST /neutron/network HTTP/1.1" 200 151 0.143823 10.0.0.23 - - [2025-12-22 03:14:53] "DELETE /route-target/f352ae61-e985-4ad9-9a86-4cfbfd514248 HTTP/1.1" 200 115 0.025058 10.0.0.65 - - [2025-12-22 03:14:55] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001223 10.0.0.23 - - [2025-12-22 03:14:55] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049550 10.0.0.65 - - [2025-12-22 03:14:55] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001537 10.0.0.23 - - [2025-12-22 03:14:55] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?fields=virtual_networks HTTP/1.1" 200 1036 0.057154 10.0.0.65 - - [2025-12-22 03:14:55] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001920 10.0.0.23 - - [2025-12-22 03:14:55] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056974 10.0.0.65 - - [2025-12-22 03:14:55] "GET /projects?obj_uuids=769376af-b898-4b05-9565-00ad7e2f5f38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002296 10.0.0.23 - - [2025-12-22 03:14:55] "GET /project/769376af-b898-4b05-9565-00ad7e2f5f38?fields=security_groups HTTP/1.1" 200 1264 0.055837 10.0.0.23 - - [2025-12-22 03:14:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.034620 10.0.0.65 - - [2025-12-22 03:14:56] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003346 10.0.0.65 - - [2025-12-22 03:14:56] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.65 - - [2025-12-22 03:14:56] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007970 10.0.0.65 - - [2025-12-22 03:14:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.004367 10.0.0.65 - - [2025-12-22 03:14:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.006533 10.0.0.65 - - [2025-12-22 03:14:56] "POST /security-groups HTTP/1.1" 200 592 0.093762 10.0.0.65 - - [2025-12-22 03:14:56] "POST /projects HTTP/1.1" 200 587 0.313345 10.0.0.23 - - [2025-12-22 03:14:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003371 10.0.0.65 - - [2025-12-22 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.389964 10.0.0.23 - - [2025-12-22 03:14:57] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.529657 10.0.0.23 - - [2025-12-22 03:14:58] "GET / HTTP/1.1" 200 35931 0.002553 10.0.0.23 - - [2025-12-22 03:15:00] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.65 - - [2025-12-22 03:15:00] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.23 - - [2025-12-22 03:15:00] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072664 10.0.0.23 - - [2025-12-22 03:15:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.004635 10.0.0.23 - - [2025-12-22 03:15:00] "POST /virtual-DNSs HTTP/1.1" 200 507 0.030626 10.0.0.23 - - [2025-12-22 03:15:00] "GET /virtual-DNS/e11057fe-c50b-41fc-8a84-28d4ddfe99a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.010028 10.0.0.23 - - [2025-12-22 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2025-12-22 03:15:00] "GET /virtual-DNS/e11057fe-c50b-41fc-8a84-28d4ddfe99a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005622 10.0.0.23 - - [2025-12-22 03:15:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003976 10.0.0.23 - - [2025-12-22 03:15:01] "POST /network-ipams HTTP/1.1" 200 514 0.030830 10.0.0.23 - - [2025-12-22 03:15:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004097 10.0.0.23 - - [2025-12-22 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.23 - - [2025-12-22 03:15:01] "GET /network-ipam/3a9989f3-be30-452f-93d0-e304f5c5c4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.007127 10.0.0.23 - - [2025-12-22 03:15:01] "PUT /network-ipam/3a9989f3-be30-452f-93d0-e304f5c5c4af HTTP/1.1" 200 258 0.015515 10.0.0.23 - - [2025-12-22 03:15:01] "POST /ref-update HTTP/1.1" 200 156 0.019927 10.0.0.23 - - [2025-12-22 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.65 - - [2025-12-22 03:15:01] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.23 - - [2025-12-22 03:15:01] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057938 10.0.0.23 - - [2025-12-22 03:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.050690 10.0.0.23 - - [2025-12-22 03:15:02] "POST /ref-update HTTP/1.1" 200 156 0.026414 10.0.0.23 - - [2025-12-22 03:15:02] "POST /neutron/network HTTP/1.1" 200 833 0.012759 10.0.0.23 - - [2025-12-22 03:15:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001378 10.0.0.23 - - [2025-12-22 03:15:02] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006614 10.0.0.23 - - [2025-12-22 03:15:02] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007253 10.0.0.23 - - [2025-12-22 03:15:02] "POST /neutron/subnet HTTP/1.1" 200 711 0.009766 10.0.0.23 - - [2025-12-22 03:15:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001424 10.0.0.23 - - [2025-12-22 03:15:02] "POST /neutron/network HTTP/1.1" 200 843 0.007682 10.0.0.65 - - [2025-12-22 03:15:03] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.23 - - [2025-12-22 03:15:03] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079684 10.0.0.23 - - [2025-12-22 03:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.006986 10.0.0.65 - - [2025-12-22 03:15:03] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001812 10.0.0.23 - - [2025-12-22 03:15:04] "POST /neutron/port HTTP/1.1" 200 1058 0.375311 10.0.0.23 - - [2025-12-22 03:15:04] "POST /neutron/port HTTP/1.1" 200 1112 0.114864 10.0.0.23 - - [2025-12-22 03:15:04] "POST /neutron/subnet HTTP/1.1" 200 685 0.013534 10.0.0.23 - - [2025-12-22 03:15:08] "POST /neutron/port HTTP/1.1" 200 1122 0.019706 10.0.0.23 - - [2025-12-22 03:15:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007844 10.0.0.23 - - [2025-12-22 03:15:08] "GET /virtual-machine/33d888c7-7f20-4d2a-a21c-0c4c253716e7 HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2025-12-22 03:15:09] "GET /virtual-machine/33d888c7-7f20-4d2a-a21c-0c4c253716e7 HTTP/1.1" 200 1293 0.031451 10.0.0.23 - - [2025-12-22 03:15:09] "GET /virtual-machine-interface/eee3b88d-e264-4475-8069-705be52f702b HTTP/1.1" 200 2964 0.006534 10.0.0.23 - - [2025-12-22 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.23 - - [2025-12-22 03:15:09] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005566 10.0.0.23 - - [2025-12-22 03:15:09] "GET /virtual-networks?parent_id=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004557 10.0.0.23 - - [2025-12-22 03:15:09] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006948 10.0.0.23 - - [2025-12-22 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.23 - - [2025-12-22 03:15:12] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007357 10.0.0.23 - - [2025-12-22 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.23 - - [2025-12-22 03:15:16] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005878 10.0.0.23 - - [2025-12-22 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.23 - - [2025-12-22 03:15:20] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009651 10.0.0.23 - - [2025-12-22 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.23 - - [2025-12-22 03:15:24] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010488 10.0.0.65 - - [2025-12-22 03:15:25] "DELETE /project/cdc38bc441c943788006fb9ea85501e0 HTTP/1.1" 404 173 0.031922 10.0.0.65 - - [2025-12-22 03:15:25] "DELETE /project/769376af-b898-4b05-9565-00ad7e2f5f38 HTTP/1.1" 404 177 0.045639 10.0.0.23 - - [2025-12-22 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.23 - - [2025-12-22 03:15:28] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007797 10.0.0.23 - - [2025-12-22 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2025-12-22 03:15:32] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007914 10.0.0.23 - - [2025-12-22 03:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.23 - - [2025-12-22 03:15:37] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006652 10.0.0.23 - - [2025-12-22 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2025-12-22 03:15:41] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008198 10.0.0.23 - - [2025-12-22 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.23 - - [2025-12-22 03:15:45] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006980 10.0.0.23 - - [2025-12-22 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2025-12-22 03:15:49] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005775 10.0.0.23 - - [2025-12-22 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.23 - - [2025-12-22 03:15:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004397 10.0.0.23 - - [2025-12-22 03:15:51] "GET /virtual-networks?parent_id=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003527 10.0.0.23 - - [2025-12-22 03:15:51] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006891 10.0.0.23 - - [2025-12-22 03:15:51] "POST /neutron/port HTTP/1.1" 200 1122 0.025553 10.0.0.23 - - [2025-12-22 03:15:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012259 10.0.0.23 - - [2025-12-22 03:16:02] "POST /neutron/port HTTP/1.1" 200 1122 0.019519 10.0.0.23 - - [2025-12-22 03:16:05] "POST /neutron/port HTTP/1.1" 200 1122 0.057440 10.0.0.23 - - [2025-12-22 03:16:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.012690 10.0.0.23 - - [2025-12-22 03:16:07] "POST /neutron/port HTTP/1.1" 200 1122 0.020429 10.0.0.23 - - [2025-12-22 03:16:42] "POST /neutron/network HTTP/1.1" 200 833 0.007417 10.0.0.23 - - [2025-12-22 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001338 10.0.0.23 - - [2025-12-22 03:16:42] "POST /neutron/network HTTP/1.1" 200 843 0.008403 10.0.0.65 - - [2025-12-22 03:16:43] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030078 10.0.0.23 - - [2025-12-22 03:16:43] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.105234 10.0.0.23 - - [2025-12-22 03:16:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010737 10.0.0.23 - - [2025-12-22 03:16:44] "POST /neutron/network HTTP/1.1" 200 843 0.008164 10.0.0.23 - - [2025-12-22 03:16:44] "POST /neutron/port HTTP/1.1" 200 1058 0.043867 10.0.0.23 - - [2025-12-22 03:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004807 10.0.0.23 - - [2025-12-22 03:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.007237 10.0.0.23 - - [2025-12-22 03:16:49] "POST /neutron/port HTTP/1.1" 200 1122 0.027259 10.0.0.23 - - [2025-12-22 03:16:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007453 10.0.0.23 - - [2025-12-22 03:16:49] "GET /virtual-machine/2fca5e11-3d16-453d-9f02-2b4f87b4a5e9 HTTP/1.1" 200 1293 0.016543 10.0.0.23 - - [2025-12-22 03:16:49] "GET /virtual-machine-interface/bc216bbf-beb6-4a7c-bd80-ac54ee97ad5c HTTP/1.1" 200 2965 0.007919 10.0.0.23 - - [2025-12-22 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-12-22 03:16:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.23 - - [2025-12-22 03:16:49] "GET /virtual-networks?parent_id=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003405 10.0.0.23 - - [2025-12-22 03:16:49] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006087 10.0.0.23 - - [2025-12-22 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-12-22 03:16:52] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009180 10.0.0.23 - - [2025-12-22 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.23 - - [2025-12-22 03:16:56] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005871 10.0.0.23 - - [2025-12-22 03:16:57] "GET /obj-perms HTTP/1.1" 200 5056 0.058784 10.0.0.23 - - [2025-12-22 03:16:58] "POST /neutron/network HTTP/1.1" 200 843 0.008003 10.0.0.23 - - [2025-12-22 03:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.23 - - [2025-12-22 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.23 - - [2025-12-22 03:17:00] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006614 10.0.0.23 - - [2025-12-22 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2025-12-22 03:17:04] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006293 10.0.0.23 - - [2025-12-22 03:17:05] "POST /neutron/port HTTP/1.1" 200 1122 0.021695 10.0.0.23 - - [2025-12-22 03:17:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.010114 10.0.0.23 - - [2025-12-22 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.23 - - [2025-12-22 03:17:08] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009197 10.0.0.23 - - [2025-12-22 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2025-12-22 03:17:12] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008411 10.0.0.23 - - [2025-12-22 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008319 10.0.0.23 - - [2025-12-22 03:17:16] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006473 10.0.0.23 - - [2025-12-22 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-22 03:17:21] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005720 10.0.0.23 - - [2025-12-22 03:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-12-22 03:17:25] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005452 10.0.0.23 - - [2025-12-22 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.23 - - [2025-12-22 03:17:29] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007965 10.0.0.23 - - [2025-12-22 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.23 - - [2025-12-22 03:17:33] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009445 10.0.0.23 - - [2025-12-22 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2025-12-22 03:17:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004156 10.0.0.23 - - [2025-12-22 03:17:35] "GET /virtual-networks?parent_id=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003335 10.0.0.23 - - [2025-12-22 03:17:35] "GET /virtual-network/c0748803-1c04-43a7-8761-6215d31a3751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006033 10.0.0.23 - - [2025-12-22 03:17:35] "POST /neutron/port HTTP/1.1" 200 1122 0.023964 10.0.0.23 - - [2025-12-22 03:17:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010242 10.0.0.23 - - [2025-12-22 03:17:47] "POST /neutron/port HTTP/1.1" 200 1122 0.022669 10.0.0.23 - - [2025-12-22 03:17:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007696 10.0.0.65 - - [2025-12-22 03:17:57] "GET /obj-perms HTTP/1.1" 200 5056 0.048914 10.0.0.23 - - [2025-12-22 03:17:59] "POST /neutron/port HTTP/1.1" 200 1122 0.020779 10.0.0.23 - - [2025-12-22 03:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.23 - - [2025-12-22 03:17:59] "POST /neutron/network HTTP/1.1" 200 833 0.006811 10.0.0.23 - - [2025-12-22 03:18:06] "POST /neutron/network HTTP/1.1" 200 843 0.009917 10.0.0.23 - - [2025-12-22 03:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001937 10.0.0.23 - - [2025-12-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.23 - - [2025-12-22 03:18:36] "DELETE /virtual-DNS/e11057fe-c50b-41fc-8a84-28d4ddfe99a8 HTTP/1.1" 409 235 0.009991 10.0.0.23 - - [2025-12-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.003997 10.0.0.23 - - [2025-12-22 03:18:36] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.033940 10.0.0.23 - - [2025-12-22 03:18:36] "GET /virtual-DNS-record/0fe929ab-8033-4c0b-a9d1-a075d565ff04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006598 10.0.0.23 - - [2025-12-22 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2025-12-22 03:18:37] "GET /virtual-DNS-record/0fe929ab-8033-4c0b-a9d1-a075d565ff04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004978 10.0.0.23 - - [2025-12-22 03:18:44] "DELETE /virtual-DNS-record/0fe929ab-8033-4c0b-a9d1-a075d565ff04 HTTP/1.1" 200 115 0.032688 10.0.0.23 - - [2025-12-22 03:18:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.004257 10.0.0.23 - - [2025-12-22 03:18:44] "POST /neutron/network HTTP/1.1" 400 204 0.018227 10.0.0.23 - - [2025-12-22 03:18:44] "POST /neutron/port HTTP/1.1" 200 1112 0.019996 10.0.0.23 - - [2025-12-22 03:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.309967 10.0.0.23 - - [2025-12-22 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.013321 10.0.0.23 - - [2025-12-22 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.23 - - [2025-12-22 03:18:46] "DELETE /network-ipam/3a9989f3-be30-452f-93d0-e304f5c5c4af HTTP/1.1" 200 115 0.080541 10.0.0.23 - - [2025-12-22 03:18:46] "DELETE /virtual-DNS/e11057fe-c50b-41fc-8a84-28d4ddfe99a8 HTTP/1.1" 200 115 0.073406 10.0.0.23 - - [2025-12-22 03:18:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.007423 10.0.0.65 - - [2025-12-22 03:18:48] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.23 - - [2025-12-22 03:18:48] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081594 10.0.0.65 - - [2025-12-22 03:18:48] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001588 10.0.0.23 - - [2025-12-22 03:18:48] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?fields=virtual_networks HTTP/1.1" 200 1034 0.056069 10.0.0.65 - - [2025-12-22 03:18:48] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.23 - - [2025-12-22 03:18:48] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.046631 10.0.0.65 - - [2025-12-22 03:18:48] "GET /projects?obj_uuids=cdc38bc4-41c9-4378-8006-fb9ea85501e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.23 - - [2025-12-22 03:18:48] "GET /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0?fields=security_groups HTTP/1.1" 200 1261 0.056011 10.0.0.23 - - [2025-12-22 03:18:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.036185 10.0.0.65 - - [2025-12-22 03:18:49] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005622 10.0.0.65 - - [2025-12-22 03:18:49] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002198 10.0.0.65 - - [2025-12-22 03:18:49] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011554 10.0.0.65 - - [2025-12-22 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.005504 10.0.0.65 - - [2025-12-22 03:18:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.003942 10.0.0.65 - - [2025-12-22 03:18:49] "POST /security-groups HTTP/1.1" 200 592 0.092803 10.0.0.65 - - [2025-12-22 03:18:49] "POST /projects HTTP/1.1" 200 587 0.338232 10.0.0.65 - - [2025-12-22 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.373409 10.0.0.23 - - [2025-12-22 03:18:49] "POST /access-control-lists HTTP/1.1" 200 597 0.036629 10.0.0.23 - - [2025-12-22 03:18:50] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.549407 10.0.0.23 - - [2025-12-22 03:18:51] "GET / HTTP/1.1" 200 35931 0.002194 10.0.0.23 - - [2025-12-22 03:18:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2025-12-22 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.053089 10.0.0.65 - - [2025-12-22 03:18:53] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.23 - - [2025-12-22 03:18:53] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047482 10.0.0.23 - - [2025-12-22 03:18:53] "POST /neutron/network HTTP/1.1" 200 117 0.059540 10.0.0.23 - - [2025-12-22 03:18:53] "POST /route-targets HTTP/1.1" 200 327 0.017951 10.0.0.23 - - [2025-12-22 03:18:53] "POST /neutron/network HTTP/1.1" 200 826 0.009235 10.0.0.23 - - [2025-12-22 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001422 10.0.0.23 - - [2025-12-22 03:18:53] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005872 10.0.0.23 - - [2025-12-22 03:18:53] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006310 10.0.0.23 - - [2025-12-22 03:18:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.011668 10.0.0.23 - - [2025-12-22 03:18:54] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007719 10.0.0.22 - - [2025-12-22 03:18:55] "GET /obj-perms HTTP/1.1" 200 5032 0.060686 10.0.0.23 - - [2025-12-22 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.65 - - [2025-12-22 03:18:55] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002509 10.0.0.23 - - [2025-12-22 03:18:55] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069133 10.0.0.23 - - [2025-12-22 03:18:56] "POST /ref-update HTTP/1.1" 200 156 0.025743 10.0.0.65 - - [2025-12-22 03:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007090 10.0.0.23 - - [2025-12-22 03:18:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.208738 10.0.0.23 - - [2025-12-22 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001452 10.0.0.23 - - [2025-12-22 03:18:56] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006172 10.0.0.23 - - [2025-12-22 03:18:56] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006354 10.0.0.23 - - [2025-12-22 03:18:56] "POST /neutron/network HTTP/1.1" 200 827 0.009585 10.0.0.23 - - [2025-12-22 03:18:56] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008240 10.0.0.23 - - [2025-12-22 03:18:56] "GET /obj-perms HTTP/1.1" 200 5032 0.059574 10.0.0.23 - - [2025-12-22 03:18:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001867 10.0.0.65 - - [2025-12-22 03:18:58] "GET /obj-perms HTTP/1.1" 200 5056 0.065106 10.0.0.65 - - [2025-12-22 03:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.65 - - [2025-12-22 03:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-12-22 03:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.22 - - [2025-12-22 03:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.22 - - [2025-12-22 03:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-12-22 03:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.65 - - [2025-12-22 03:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2025-12-22 03:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000726 10.0.0.23 - - [2025-12-22 03:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000911 10.0.0.23 - - [2025-12-22 03:19:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2025-12-22 03:19:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-12-22 03:19:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2025-12-22 03:19:12] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.23 - - [2025-12-22 03:19:12] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076804 10.0.0.23 - - [2025-12-22 03:19:12] "POST /neutron/network HTTP/1.1" 200 827 0.048583 10.0.0.23 - - [2025-12-22 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001616 10.0.0.23 - - [2025-12-22 03:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.006881 10.0.0.65 - - [2025-12-22 03:19:13] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001369 10.0.0.23 - - [2025-12-22 03:19:13] "POST /neutron/port HTTP/1.1" 200 1061 0.451263 10.0.0.65 - - [2025-12-22 03:19:13] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.23 - - [2025-12-22 03:19:13] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.103399 10.0.0.23 - - [2025-12-22 03:19:13] "POST /neutron/port HTTP/1.1" 200 1115 0.175140 10.0.0.23 - - [2025-12-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 1125 0.035122 10.0.0.23 - - [2025-12-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.007074 10.0.0.23 - - [2025-12-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 1125 0.039175 10.0.0.23 - - [2025-12-22 03:19:14] "POST /neutron/network HTTP/1.1" 200 836 0.010153 10.0.0.23 - - [2025-12-22 03:19:15] "POST /neutron/port HTTP/1.1" 200 1060 0.030694 10.0.0.23 - - [2025-12-22 03:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005368 10.0.0.23 - - [2025-12-22 03:19:15] "POST /neutron/network HTTP/1.1" 200 826 0.014608 10.0.0.23 - - [2025-12-22 03:19:24] "POST /neutron/port HTTP/1.1" 200 1125 0.022392 10.0.0.65 - - [2025-12-22 03:19:25] "DELETE /project/b963ffa0378f4eda944deddea73b5556 HTTP/1.1" 404 173 0.005501 10.0.0.65 - - [2025-12-22 03:19:25] "DELETE /project/cdc38bc4-41c9-4378-8006-fb9ea85501e0 HTTP/1.1" 404 177 0.008576 10.0.0.23 - - [2025-12-22 03:19:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010629 10.0.0.23 - - [2025-12-22 03:19:39] "POST /neutron/port HTTP/1.1" 200 1125 0.036198 10.0.0.23 - - [2025-12-22 03:19:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007615 10.0.0.23 - - [2025-12-22 03:19:45] "POST /neutron/port HTTP/1.1" 200 1125 0.021449 10.0.0.23 - - [2025-12-22 03:19:45] "GET /virtual-machine/cda315bd-0922-40de-a878-fede0be81534 HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-12-22 03:19:45] "GET /virtual-machine/cda315bd-0922-40de-a878-fede0be81534 HTTP/1.1" 200 1294 0.038090 10.0.0.23 - - [2025-12-22 03:19:45] "GET /virtual-machine-interface/d3c2da1c-34b2-4b06-ba57-b23a77789d85 HTTP/1.1" 200 2950 0.007897 10.0.0.23 - - [2025-12-22 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-12-22 03:19:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004619 10.0.0.23 - - [2025-12-22 03:19:45] "GET /virtual-networks?parent_id=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004889 10.0.0.23 - - [2025-12-22 03:19:45] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006713 10.0.0.23 - - [2025-12-22 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.23 - - [2025-12-22 03:19:48] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006665 10.0.0.23 - - [2025-12-22 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.23 - - [2025-12-22 03:19:52] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005540 10.0.0.23 - - [2025-12-22 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2025-12-22 03:19:56] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007349 10.0.0.22 - - [2025-12-22 03:19:59] "GET /obj-perms HTTP/1.1" 200 5056 0.056416 10.0.0.23 - - [2025-12-22 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.23 - - [2025-12-22 03:20:00] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008628 10.0.0.23 - - [2025-12-22 03:20:02] "POST /neutron/port HTTP/1.1" 200 1124 0.023654 10.0.0.23 - - [2025-12-22 03:20:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.013313 10.0.0.23 - - [2025-12-22 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2025-12-22 03:20:05] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006111 10.0.0.23 - - [2025-12-22 03:20:08] "POST /neutron/port HTTP/1.1" 200 1125 0.025105 10.0.0.23 - - [2025-12-22 03:20:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004359 10.0.0.23 - - [2025-12-22 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2025-12-22 03:20:09] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006089 10.0.0.23 - - [2025-12-22 03:20:09] "POST /neutron/network HTTP/1.1" 200 827 0.009927 10.0.0.23 - - [2025-12-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.23 - - [2025-12-22 03:20:13] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007559 10.0.0.23 - - [2025-12-22 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.23 - - [2025-12-22 03:20:17] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006836 10.0.0.23 - - [2025-12-22 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-12-22 03:20:21] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005539 10.0.0.23 - - [2025-12-22 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.23 - - [2025-12-22 03:20:25] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008474 10.0.0.23 - - [2025-12-22 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.23 - - [2025-12-22 03:20:29] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005685 10.0.0.23 - - [2025-12-22 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.23 - - [2025-12-22 03:20:33] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005950 10.0.0.23 - - [2025-12-22 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2025-12-22 03:20:37] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008310 10.0.0.23 - - [2025-12-22 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.23 - - [2025-12-22 03:20:41] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.015774 10.0.0.23 - - [2025-12-22 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2025-12-22 03:20:46] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007629 10.0.0.23 - - [2025-12-22 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2025-12-22 03:20:48] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005110 10.0.0.23 - - [2025-12-22 03:20:48] "GET /virtual-networks?parent_id=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003760 10.0.0.23 - - [2025-12-22 03:20:48] "GET /virtual-network/a4ac0f2e-783a-4537-929d-d1e7fd537983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006582 10.0.0.23 - - [2025-12-22 03:20:53] "POST /neutron/port HTTP/1.1" 200 1125 0.021196 10.0.0.23 - - [2025-12-22 03:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008218 10.0.0.23 - - [2025-12-22 03:21:04] "POST /neutron/port HTTP/1.1" 200 1124 0.021181 10.0.0.23 - - [2025-12-22 03:21:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005454 10.0.0.23 - - [2025-12-22 03:21:04] "POST /neutron/network HTTP/1.1" 200 826 0.009798 10.0.0.23 - - [2025-12-22 03:21:08] "POST /neutron/port HTTP/1.1" 200 1125 0.026079 10.0.0.23 - - [2025-12-22 03:21:11] "POST /neutron/port HTTP/1.1" 200 1125 0.051112 10.0.0.23 - - [2025-12-22 03:21:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010798 10.0.0.23 - - [2025-12-22 03:21:14] "POST /neutron/port HTTP/1.1" 200 1125 0.020400 10.0.0.23 - - [2025-12-22 03:21:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036442 10.0.0.23 - - [2025-12-22 03:21:24] "POST /neutron/port HTTP/1.1" 200 1125 0.018940 10.0.0.23 - - [2025-12-22 03:21:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009841 10.0.0.23 - - [2025-12-22 03:21:39] "POST /neutron/port HTTP/1.1" 200 1125 0.026468 10.0.0.23 - - [2025-12-22 03:21:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007766 10.0.0.23 - - [2025-12-22 03:21:55] "POST /neutron/port HTTP/1.1" 200 1125 0.023704 10.0.0.23 - - [2025-12-22 03:22:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009990 10.0.0.23 - - [2025-12-22 03:22:00] "POST /neutron/port HTTP/1.1" 200 1124 0.018614 10.0.0.23 - - [2025-12-22 03:22:00] "GET /virtual-machine/24cb30cf-2865-45ab-b5da-ab8fc33a5c56 HTTP/1.1" 200 1293 0.008727 10.0.0.23 - - [2025-12-22 03:22:00] "GET /virtual-machine-interface/177f6049-4108-4673-874f-056befc7d6b7 HTTP/1.1" 200 2948 0.008683 10.0.0.23 - - [2025-12-22 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.23 - - [2025-12-22 03:22:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003874 10.0.0.23 - - [2025-12-22 03:22:00] "GET /virtual-networks?parent_id=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004567 10.0.0.23 - - [2025-12-22 03:22:00] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006472 10.0.0.23 - - [2025-12-22 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2025-12-22 03:22:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006608 10.0.0.23 - - [2025-12-22 03:22:02] "GET /virtual-networks?parent_id=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005650 10.0.0.23 - - [2025-12-22 03:22:02] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007768 10.0.0.23 - - [2025-12-22 03:22:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008383 10.0.0.23 - - [2025-12-22 03:22:06] "POST /neutron/network HTTP/1.1" 200 836 0.036501 10.0.0.23 - - [2025-12-22 03:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.23 - - [2025-12-22 03:22:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008379 10.0.0.23 - - [2025-12-22 03:22:11] "POST /neutron/network HTTP/1.1" 200 837 0.007228 10.0.0.23 - - [2025-12-22 03:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.001645 10.0.0.23 - - [2025-12-22 03:22:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008053 10.0.0.23 - - [2025-12-22 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.65 - - [2025-12-22 03:22:17] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025425 10.0.0.23 - - [2025-12-22 03:22:17] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070848 10.0.0.23 - - [2025-12-22 03:22:17] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005972 10.0.0.23 - - [2025-12-22 03:22:17] "GET /floating-ip-pools?parent_id=724f515c-b464-4b8b-9ac8-3e757c5a3989&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003701 10.0.0.23 - - [2025-12-22 03:22:17] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007911 10.0.0.23 - - [2025-12-22 03:22:17] "POST /floating-ip-pools HTTP/1.1" 200 598 0.040176 10.0.0.23 - - [2025-12-22 03:22:18] "POST /ref-update HTTP/1.1" 200 156 0.015999 10.0.0.23 - - [2025-12-22 03:22:18] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006005 10.0.0.23 - - [2025-12-22 03:22:18] "GET /virtual-network/724f515c-b464-4b8b-9ac8-3e757c5a3989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005641 10.0.0.23 - - [2025-12-22 03:22:18] "POST /neutron/floatingip HTTP/1.1" 200 529 0.009110 10.0.0.23 - - [2025-12-22 03:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.23 - - [2025-12-22 03:22:18] "GET /routing-instance/4ccc9093-cf5e-4849-9232-b5ff0e36689e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006298 10.0.0.23 - - [2025-12-22 03:22:18] "GET /route-target/3d9ef944-abe7-4770-a8a7-8614d235f636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004157 10.0.0.23 - - [2025-12-22 03:22:47] "POST /neutron/floatingip HTTP/1.1" 200 576 0.018723 10.0.0.23 - - [2025-12-22 03:22:47] "POST /neutron/floatingip HTTP/1.1" 200 115 0.064392 10.0.0.23 - - [2025-12-22 03:22:47] "GET /floating-ip-pool/33a3ce97-4028-4252-a2a5-625202e56d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004580 10.0.0.23 - - [2025-12-22 03:22:47] "POST /ref-update HTTP/1.1" 200 156 0.017213 10.0.0.23 - - [2025-12-22 03:22:47] "DELETE /floating-ip-pool/33a3ce97-4028-4252-a2a5-625202e56d7d HTTP/1.1" 200 115 0.042258 10.0.0.23 - - [2025-12-22 03:22:48] "POST /neutron/port HTTP/1.1" 200 1124 0.024147 10.0.0.23 - - [2025-12-22 03:22:48] "POST /neutron/port HTTP/1.1" 200 151 0.287445 10.0.0.23 - - [2025-12-22 03:22:50] "POST /neutron/network HTTP/1.1" 200 827 0.007662 10.0.0.23 - - [2025-12-22 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.041104 10.0.0.65 - - [2025-12-22 03:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006343 10.0.0.65 - - [2025-12-22 03:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.23 - - [2025-12-22 03:22:50] "POST /neutron/network HTTP/1.1" 200 151 0.146101 10.0.0.23 - - [2025-12-22 03:22:50] "DELETE /route-target/3d9ef944-abe7-4770-a8a7-8614d235f636 HTTP/1.1" 200 115 0.023336 10.0.0.65 - - [2025-12-22 03:22:52] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001530 10.0.0.23 - - [2025-12-22 03:22:52] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051574 10.0.0.65 - - [2025-12-22 03:22:52] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.23 - - [2025-12-22 03:22:52] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?fields=virtual_networks HTTP/1.1" 200 1035 0.056810 10.0.0.65 - - [2025-12-22 03:22:52] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.23 - - [2025-12-22 03:22:52] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.070618 10.0.0.65 - - [2025-12-22 03:22:52] "GET /projects?obj_uuids=b963ffa0-378f-4eda-944d-eddea73b5556&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002020 10.0.0.23 - - [2025-12-22 03:22:52] "GET /project/b963ffa0-378f-4eda-944d-eddea73b5556?fields=security_groups HTTP/1.1" 200 1262 0.072080 10.0.0.23 - - [2025-12-22 03:22:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.025972 10.0.0.65 - - [2025-12-22 03:22:53] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003795 10.0.0.65 - - [2025-12-22 03:22:53] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.65 - - [2025-12-22 03:22:53] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034295 10.0.0.65 - - [2025-12-22 03:22:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.003044 10.0.0.65 - - [2025-12-22 03:22:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.005275 10.0.0.65 - - [2025-12-22 03:22:53] "POST /security-groups HTTP/1.1" 200 591 0.033000 10.0.0.65 - - [2025-12-22 03:22:53] "POST /projects HTTP/1.1" 200 585 0.258579 10.0.0.23 - - [2025-12-22 03:22:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.012295 10.0.0.65 - - [2025-12-22 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.337252 10.0.0.23 - - [2025-12-22 03:22:53] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.508905 10.0.0.23 - - [2025-12-22 03:22:54] "GET / HTTP/1.1" 200 35931 0.002353 10.0.0.23 - - [2025-12-22 03:22:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.23 - - [2025-12-22 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.060826 10.0.0.65 - - [2025-12-22 03:22:57] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.23 - - [2025-12-22 03:22:57] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054565 10.0.0.23 - - [2025-12-22 03:22:57] "POST /ref-update HTTP/1.1" 200 156 0.032233 10.0.0.65 - - [2025-12-22 03:22:57] "POST /useragent-kv HTTP/1.1" 200 115 0.011454 10.0.0.23 - - [2025-12-22 03:22:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.264180 10.0.0.23 - - [2025-12-22 03:22:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.002105 10.0.0.23 - - [2025-12-22 03:22:57] "GET /virtual-network/6008f4ff-7642-47c8-a88f-7a8e4c0bbbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008219 10.0.0.23 - - [2025-12-22 03:22:57] "GET /virtual-network/6008f4ff-7642-47c8-a88f-7a8e4c0bbbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005638 10.0.0.23 - - [2025-12-22 03:22:57] "POST /neutron/network HTTP/1.1" 200 839 0.008309 10.0.0.23 - - [2025-12-22 03:22:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001393 10.0.0.23 - - [2025-12-22 03:22:57] "POST /neutron/network HTTP/1.1" 200 849 0.007601 10.0.0.65 - - [2025-12-22 03:22:58] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.23 - - [2025-12-22 03:22:58] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079357 10.0.0.23 - - [2025-12-22 03:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.008900 10.0.0.23 - - [2025-12-22 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.23 - - [2025-12-22 03:22:58] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004176 10.0.0.23 - - [2025-12-22 03:22:59] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.014456 10.0.0.65 - - [2025-12-22 03:22:59] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001742 10.0.0.23 - - [2025-12-22 03:22:59] "POST /neutron/port HTTP/1.1" 200 1055 0.368330 10.0.0.23 - - [2025-12-22 03:23:00] "POST /neutron/port HTTP/1.1" 200 1109 0.151787 10.0.0.23 - - [2025-12-22 03:23:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.011059 10.0.0.23 - - [2025-12-22 03:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.072947 10.0.0.23 - - [2025-12-22 03:23:04] "POST /neutron/port HTTP/1.1" 200 1119 0.026869 10.0.0.23 - - [2025-12-22 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011356 10.0.0.23 - - [2025-12-22 03:23:04] "GET /virtual-machine/925c990c-9cfd-4349-a845-5eff460c36f5 HTTP/1.1" 401 292 0.000669 10.0.0.23 - - [2025-12-22 03:23:04] "GET /virtual-machine/925c990c-9cfd-4349-a845-5eff460c36f5 HTTP/1.1" 200 1293 0.037453 10.0.0.23 - - [2025-12-22 03:23:04] "GET /virtual-machine-interface/218136c0-d0ee-492e-97f8-da28541317be HTTP/1.1" 200 2971 0.008226 10.0.0.23 - - [2025-12-22 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.23 - - [2025-12-22 03:23:04] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005459 10.0.0.23 - - [2025-12-22 03:23:04] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004427 10.0.0.23 - - [2025-12-22 03:23:05] "GET /virtual-network/6008f4ff-7642-47c8-a88f-7a8e4c0bbbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010810 10.0.0.23 - - [2025-12-22 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2025-12-22 03:23:08] "GET /virtual-network/6008f4ff-7642-47c8-a88f-7a8e4c0bbbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008759 10.0.0.23 - - [2025-12-22 03:23:10] "POST /neutron/port HTTP/1.1" 200 1119 0.027330 10.0.0.23 - - [2025-12-22 03:23:11] "POST /neutron/port HTTP/1.1" 200 1119 0.022462 10.0.0.23 - - [2025-12-22 03:23:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.011248 10.0.0.23 - - [2025-12-22 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.23 - - [2025-12-22 03:23:12] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005080 10.0.0.23 - - [2025-12-22 03:23:12] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003867 10.0.0.23 - - [2025-12-22 03:23:12] "GET /virtual-network/6008f4ff-7642-47c8-a88f-7a8e4c0bbbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006416 10.0.0.23 - - [2025-12-22 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-12-22 03:23:14] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.008270 10.0.0.23 - - [2025-12-22 03:23:14] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.015656 10.0.0.23 - - [2025-12-22 03:23:14] "POST /neutron/network HTTP/1.1" 200 839 0.011204 10.0.0.23 - - [2025-12-22 03:23:14] "POST /neutron/port HTTP/1.1" 200 1109 0.015372 10.0.0.23 - - [2025-12-22 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009316 10.0.0.65 - - [2025-12-22 03:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004188 10.0.0.65 - - [2025-12-22 03:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.23 - - [2025-12-22 03:23:16] "POST /neutron/network HTTP/1.1" 200 151 0.168716 10.0.0.23 - - [2025-12-22 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.65 - - [2025-12-22 03:23:19] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001987 10.0.0.23 - - [2025-12-22 03:23:19] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067045 10.0.0.65 - - [2025-12-22 03:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.022123 10.0.0.23 - - [2025-12-22 03:23:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.245844 10.0.0.23 - - [2025-12-22 03:23:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001499 10.0.0.23 - - [2025-12-22 03:23:20] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006731 10.0.0.23 - - [2025-12-22 03:23:20] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007155 10.0.0.23 - - [2025-12-22 03:23:20] "POST /neutron/network HTTP/1.1" 200 823 0.007859 10.0.0.23 - - [2025-12-22 03:23:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001770 10.0.0.23 - - [2025-12-22 03:23:20] "POST /ref-update HTTP/1.1" 200 156 0.029298 10.0.0.65 - - [2025-12-22 03:23:21] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.23 - - [2025-12-22 03:23:21] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.086846 10.0.0.23 - - [2025-12-22 03:23:21] "POST /neutron/network HTTP/1.1" 200 823 0.006838 10.0.0.23 - - [2025-12-22 03:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.010390 10.0.0.23 - - [2025-12-22 03:23:22] "POST /neutron/port HTTP/1.1" 200 1059 0.024359 10.0.0.23 - - [2025-12-22 03:23:22] "POST /neutron/port HTTP/1.1" 200 1123 0.023048 10.0.0.23 - - [2025-12-22 03:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.65 - - [2025-12-22 03:23:25] "DELETE /project/e1b7bedbaee5446aab996965d7b5f640 HTTP/1.1" 404 173 0.004563 10.0.0.65 - - [2025-12-22 03:23:25] "DELETE /project/b963ffa0-378f-4eda-944d-eddea73b5556 HTTP/1.1" 404 177 0.004299 10.0.0.23 - - [2025-12-22 03:23:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008521 10.0.0.23 - - [2025-12-22 03:23:26] "POST /neutron/port HTTP/1.1" 200 1123 0.025263 10.0.0.23 - - [2025-12-22 03:23:26] "GET /virtual-machine/975f38bb-2894-4c39-bf56-5fb1b5ef1185 HTTP/1.1" 200 1293 0.006536 10.0.0.23 - - [2025-12-22 03:23:26] "GET /virtual-machine-interface/81ce7738-51cc-4d1d-aab9-849febb2a96f HTTP/1.1" 200 2941 0.006014 10.0.0.23 - - [2025-12-22 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2025-12-22 03:23:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008456 10.0.0.23 - - [2025-12-22 03:23:26] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003717 10.0.0.23 - - [2025-12-22 03:23:26] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006644 10.0.0.23 - - [2025-12-22 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.23 - - [2025-12-22 03:23:29] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008497 10.0.0.23 - - [2025-12-22 03:23:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007325 10.0.0.23 - - [2025-12-22 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.23 - - [2025-12-22 03:23:34] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006724 10.0.0.23 - - [2025-12-22 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.23 - - [2025-12-22 03:23:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804 10.0.0.23 - - [2025-12-22 03:23:36] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004449 10.0.0.23 - - [2025-12-22 03:23:36] "GET /virtual-network/76f17c07-a3e6-4481-9804-00f790c6566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006263 10.0.0.23 - - [2025-12-22 03:23:38] "POST /neutron/port HTTP/1.1" 200 1123 0.021228 10.0.0.23 - - [2025-12-22 03:23:40] "POST /neutron/network HTTP/1.1" 200 823 0.008175 10.0.0.23 - - [2025-12-22 03:23:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003937 10.0.0.23 - - [2025-12-22 03:23:43] "POST /network-ipams HTTP/1.1" 200 541 0.028327 10.0.0.23 - - [2025-12-22 03:23:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004240 10.0.0.23 - - [2025-12-22 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.23 - - [2025-12-22 03:23:43] "GET /network-ipam/22c81b24-be64-413d-b433-3cec540c53bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006832 10.0.0.23 - - [2025-12-22 03:23:43] "PUT /network-ipam/22c81b24-be64-413d-b433-3cec540c53bc HTTP/1.1" 200 258 0.017125 10.0.0.23 - - [2025-12-22 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.65 - - [2025-12-22 03:23:43] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.23 - - [2025-12-22 03:23:43] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048088 10.0.0.65 - - [2025-12-22 03:23:43] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.23 - - [2025-12-22 03:23:43] "POST /neutron/network HTTP/1.1" 200 605 0.139979 10.0.0.23 - - [2025-12-22 03:23:43] "POST /route-targets HTTP/1.1" 200 327 0.020462 10.0.0.23 - - [2025-12-22 03:23:44] "POST /neutron/network HTTP/1.1" 200 994 0.022149 10.0.0.23 - - [2025-12-22 03:23:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.003180 10.0.0.23 - - [2025-12-22 03:23:44] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007786 10.0.0.23 - - [2025-12-22 03:23:44] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007022 10.0.0.23 - - [2025-12-22 03:23:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.018758 10.0.0.23 - - [2025-12-22 03:23:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.012877 10.0.0.65 - - [2025-12-22 03:23:44] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.23 - - [2025-12-22 03:23:45] "POST /neutron/port HTTP/1.1" 200 1017 0.298678 10.0.0.23 - - [2025-12-22 03:23:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001462 10.0.0.23 - - [2025-12-22 03:23:45] "POST /neutron/network HTTP/1.1" 200 994 0.011263 10.0.0.23 - - [2025-12-22 03:23:45] "POST /neutron/port HTTP/1.1" 200 1017 0.013114 10.0.0.23 - - [2025-12-22 03:23:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001369 10.0.0.23 - - [2025-12-22 03:23:45] "POST /neutron/port HTTP/1.1" 200 1017 0.027003 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/port HTTP/1.1" 200 1017 0.011711 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/port HTTP/1.1" 200 117 0.007986 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/port HTTP/1.1" 200 1017 0.024348 10.0.0.23 - - [2025-12-22 03:23:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001631 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/port HTTP/1.1" 200 117 0.011276 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006054 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/network HTTP/1.1" 200 994 0.012836 10.0.0.23 - - [2025-12-22 03:23:46] "POST /neutron/port HTTP/1.1" 200 1017 0.024497 10.0.0.23 - - [2025-12-22 03:23:47] "POST /neutron/port HTTP/1.1" 200 1119 0.027440 10.0.0.23 - - [2025-12-22 03:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.001830 10.0.0.65 - - [2025-12-22 03:23:47] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004585 10.0.0.23 - - [2025-12-22 03:23:47] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.095312 10.0.0.23 - - [2025-12-22 03:23:47] "POST /neutron/port HTTP/1.1" 200 2086 0.044564 10.0.0.23 - - [2025-12-22 03:23:48] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007912 10.0.0.23 - - [2025-12-22 03:23:48] "POST /neutron/network HTTP/1.1" 200 1004 0.018003 10.0.0.23 - - [2025-12-22 03:23:48] "POST /neutron/port HTTP/1.1" 200 1055 0.025690 10.0.0.23 - - [2025-12-22 03:23:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006182 10.0.0.23 - - [2025-12-22 03:23:49] "POST /neutron/network HTTP/1.1" 200 994 0.012854 10.0.0.22 - - [2025-12-22 03:23:49] "GET /obj-perms HTTP/1.1" 200 5030 0.053465 10.0.0.65 - - [2025-12-22 03:23:49] "GET /obj-perms HTTP/1.1" 200 5030 0.057547 10.0.0.23 - - [2025-12-22 03:23:49] "POST /neutron/port HTTP/1.1" 200 1119 0.022226 10.0.0.23 - - [2025-12-22 03:23:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009681 10.0.0.23 - - [2025-12-22 03:23:50] "GET /virtual-machine/d84f9564-d34c-43f4-9393-dd805b3ede8d HTTP/1.1" 200 1289 0.009261 10.0.0.23 - - [2025-12-22 03:23:50] "GET /virtual-machine-interface/72fa0183-bf81-4bbc-a019-a95d93be0d1d HTTP/1.1" 200 2941 0.006129 10.0.0.23 - - [2025-12-22 03:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.23 - - [2025-12-22 03:23:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005562 10.0.0.23 - - [2025-12-22 03:23:50] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004041 10.0.0.23 - - [2025-12-22 03:23:50] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008568 10.0.0.23 - - [2025-12-22 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2025-12-22 03:23:53] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006467 10.0.0.23 - - [2025-12-22 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2025-12-22 03:23:57] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006718 10.0.0.23 - - [2025-12-22 03:23:58] "POST /neutron/port HTTP/1.1" 200 1119 0.019825 10.0.0.23 - - [2025-12-22 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2025-12-22 03:23:59] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006002 10.0.0.23 - - [2025-12-22 03:23:59] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004502 10.0.0.23 - - [2025-12-22 03:23:59] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006202 10.0.0.23 - - [2025-12-22 03:23:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010478 10.0.0.23 - - [2025-12-22 03:23:59] "POST /neutron/port HTTP/1.1" 200 1119 0.026572 10.0.0.23 - - [2025-12-22 03:23:59] "GET /virtual-machine/c777801e-de1f-4593-bc58-d228a91f5669 HTTP/1.1" 200 1289 0.007564 10.0.0.23 - - [2025-12-22 03:24:00] "GET /virtual-machine-interface/9220faaf-ac71-464b-af48-cde987ea73c0 HTTP/1.1" 200 2942 0.007068 10.0.0.23 - - [2025-12-22 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.23 - - [2025-12-22 03:24:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.23 - - [2025-12-22 03:24:00] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004462 10.0.0.23 - - [2025-12-22 03:24:00] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006561 10.0.0.23 - - [2025-12-22 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.23 - - [2025-12-22 03:24:01] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005391 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003582 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006646 10.0.0.23 - - [2025-12-22 03:24:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008170 10.0.0.23 - - [2025-12-22 03:24:01] "POST /neutron/port HTTP/1.1" 200 1119 0.026411 10.0.0.23 - - [2025-12-22 03:24:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007972 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-machine/9b5e8bbb-b4e1-4091-b10c-017be912813b HTTP/1.1" 200 1293 0.007694 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-machine-interface/cb7a7706-ac84-4a30-b7d3-13772f7b753a HTTP/1.1" 200 2942 0.008232 10.0.0.23 - - [2025-12-22 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.23 - - [2025-12-22 03:24:01] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006157 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004228 10.0.0.23 - - [2025-12-22 03:24:01] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006897 10.0.0.23 - - [2025-12-22 03:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2025-12-22 03:24:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004759 10.0.0.23 - - [2025-12-22 03:24:02] "GET /virtual-networks?parent_id=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003712 10.0.0.23 - - [2025-12-22 03:24:02] "GET /virtual-network/5a163077-4ce9-4e62-bf41-c8a9af9449cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007319 10.0.0.23 - - [2025-12-22 03:24:07] "POST /neutron/network HTTP/1.1" 200 1004 0.008222 10.0.0.65 - - [2025-12-22 03:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.65 - - [2025-12-22 03:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-22 03:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.22 - - [2025-12-22 03:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-12-22 03:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2025-12-22 03:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.22 - - [2025-12-22 03:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2025-12-22 03:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2025-12-22 03:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2025-12-22 03:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2025-12-22 03:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2025-12-22 03:24:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-22 03:24:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2025-12-22 03:24:12] "POST /neutron/port HTTP/1.1" 200 1119 0.023822 10.0.0.23 - - [2025-12-22 03:24:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.015473 10.0.0.23 - - [2025-12-22 03:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.018866 10.0.0.23 - - [2025-12-22 03:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.019392 10.0.0.23 - - [2025-12-22 03:24:19] "POST /neutron/network HTTP/1.1" 200 994 0.017920 10.0.0.23 - - [2025-12-22 03:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.017824 10.0.0.65 - - [2025-12-22 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.65 - - [2025-12-22 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.65 - - [2025-12-22 03:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008435 10.0.0.65 - - [2025-12-22 03:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008391 10.0.0.23 - - [2025-12-22 03:24:22] "POST /neutron/network HTTP/1.1" 200 151 0.192230 10.0.0.23 - - [2025-12-22 03:24:22] "DELETE /route-target/a86496e8-f4e5-4e3a-8429-f4f6e4dca1e9 HTTP/1.1" 200 115 0.046677 10.0.0.23 - - [2025-12-22 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.23 - - [2025-12-22 03:24:22] "DELETE /network-ipam/22c81b24-be64-413d-b433-3cec540c53bc HTTP/1.1" 200 115 0.039266 10.0.0.23 - - [2025-12-22 03:24:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.006406 10.0.0.65 - - [2025-12-22 03:24:23] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.23 - - [2025-12-22 03:24:23] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.085259 10.0.0.65 - - [2025-12-22 03:24:23] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.23 - - [2025-12-22 03:24:23] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?fields=virtual_networks HTTP/1.1" 200 1033 0.061809 10.0.0.65 - - [2025-12-22 03:24:23] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.23 - - [2025-12-22 03:24:23] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050811 10.0.0.65 - - [2025-12-22 03:24:24] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002107 10.0.0.23 - - [2025-12-22 03:24:24] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?fields=security_groups HTTP/1.1" 200 1259 0.059861 10.0.0.23 - - [2025-12-22 03:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.008247 10.0.0.23 - - [2025-12-22 03:24:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.040406 10.0.0.65 - - [2025-12-22 03:24:25] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.65 - - [2025-12-22 03:24:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002361 10.0.0.65 - - [2025-12-22 03:24:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009865 10.0.0.65 - - [2025-12-22 03:24:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.003818 10.0.0.65 - - [2025-12-22 03:24:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.007398 10.0.0.65 - - [2025-12-22 03:24:25] "POST /security-groups HTTP/1.1" 200 599 0.037018 10.0.0.65 - - [2025-12-22 03:24:25] "POST /projects HTTP/1.1" 200 601 0.278472 10.0.0.65 - - [2025-12-22 03:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.328657 10.0.0.23 - - [2025-12-22 03:24:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.005851 10.0.0.23 - - [2025-12-22 03:24:25] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.499390 10.0.0.65 - - [2025-12-22 03:24:26] "DELETE /project/95540c3d0c7d4404ae1dae9f8c1f054b HTTP/1.1" 404 173 0.005050 10.0.0.65 - - [2025-12-22 03:24:26] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.65 - - [2025-12-22 03:24:26] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.042308 10.0.0.65 - - [2025-12-22 03:24:26] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.65 - - [2025-12-22 03:24:26] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?fields=security_groups HTTP/1.1" 200 1364 0.048923 10.0.0.65 - - [2025-12-22 03:24:26] "DELETE /security-group/68d6db51-eddf-4fef-b2a4-642d1b493fa2 HTTP/1.1" 200 115 0.062642 10.0.0.65 - - [2025-12-22 03:24:26] "GET /projects?obj_uuids=e1b7bedb-aee5-446a-ab99-6965d7b5f640&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001495 10.0.0.65 - - [2025-12-22 03:24:26] "GET /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640?fields=application_policy_sets HTTP/1.1" 200 1403 0.075227 10.0.0.23 - - [2025-12-22 03:24:26] "DELETE /access-control-list/4ed794b9-0f66-41b1-bb35-71c5888b7369 HTTP/1.1" 200 115 0.065635 10.0.0.65 - - [2025-12-22 03:24:26] "DELETE /project/e1b7bedb-aee5-446a-ab99-6965d7b5f640 HTTP/1.1" 200 115 0.440705 10.0.0.23 - - [2025-12-22 03:24:26] "GET / HTTP/1.1" 200 35931 0.001936 10.0.0.23 - - [2025-12-22 03:24:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.23 - - [2025-12-22 03:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.059778 10.0.0.65 - - [2025-12-22 03:24:29] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001387 10.0.0.23 - - [2025-12-22 03:24:29] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056625 10.0.0.65 - - [2025-12-22 03:24:29] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.23 - - [2025-12-22 03:24:29] "POST /neutron/network HTTP/1.1" 200 613 0.149413 10.0.0.23 - - [2025-12-22 03:24:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.054012 10.0.0.23 - - [2025-12-22 03:24:29] "POST /neutron/network HTTP/1.1" 200 1005 0.017287 10.0.0.23 - - [2025-12-22 03:24:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001349 10.0.0.23 - - [2025-12-22 03:24:30] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006965 10.0.0.23 - - [2025-12-22 03:24:30] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008379 10.0.0.23 - - [2025-12-22 03:24:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.013587 10.0.0.23 - - [2025-12-22 03:24:30] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007849 10.0.0.23 - - [2025-12-22 03:24:31] "GET /obj-perms HTTP/1.1" 200 5046 0.050169 10.0.0.23 - - [2025-12-22 03:24:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.002104 10.0.0.65 - - [2025-12-22 03:24:32] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.23 - - [2025-12-22 03:24:32] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.087543 10.0.0.23 - - [2025-12-22 03:24:32] "POST /neutron/network HTTP/1.1" 200 1005 0.039689 10.0.0.23 - - [2025-12-22 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001764 10.0.0.23 - - [2025-12-22 03:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.007267 10.0.0.65 - - [2025-12-22 03:24:33] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.23 - - [2025-12-22 03:24:33] "POST /neutron/port HTTP/1.1" 200 1174 0.366158 10.0.0.65 - - [2025-12-22 03:24:33] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/port HTTP/1.1" 200 1228 0.132395 10.0.0.23 - - [2025-12-22 03:24:34] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.120063 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/port HTTP/1.1" 200 1238 0.026823 10.0.0.23 - - [2025-12-22 03:24:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001875 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/port HTTP/1.1" 200 1238 0.023955 10.0.0.23 - - [2025-12-22 03:24:34] "POST /neutron/network HTTP/1.1" 200 1015 0.008914 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/port HTTP/1.1" 200 1174 0.026314 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005161 10.0.0.65 - - [2025-12-22 03:24:35] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.23 - - [2025-12-22 03:24:35] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.094682 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/network HTTP/1.1" 200 1005 0.011706 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.008135 10.0.0.23 - - [2025-12-22 03:24:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.002217 10.0.0.23 - - [2025-12-22 03:24:35] "POST /neutron/network HTTP/1.1" 200 1015 0.008766 10.0.0.23 - - [2025-12-22 03:24:36] "POST /neutron/port HTTP/1.1" 200 1174 0.026260 10.0.0.65 - - [2025-12-22 03:24:36] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001802 10.0.0.23 - - [2025-12-22 03:24:36] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.093646 10.0.0.23 - - [2025-12-22 03:24:36] "POST /neutron/port HTTP/1.1" 200 1238 0.024435 10.0.0.23 - - [2025-12-22 03:24:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005693 10.0.0.23 - - [2025-12-22 03:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.001638 10.0.0.23 - - [2025-12-22 03:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.008687 10.0.0.23 - - [2025-12-22 03:24:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010175 10.0.0.23 - - [2025-12-22 03:24:37] "POST /neutron/port HTTP/1.1" 200 1238 0.023850 10.0.0.23 - - [2025-12-22 03:24:37] "GET /virtual-machine/e7c7c16c-5fd7-4e5d-8f50-ea2d2dda2b10 HTTP/1.1" 401 292 0.000691 10.0.0.65 - - [2025-12-22 03:24:37] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001725 10.0.0.23 - - [2025-12-22 03:24:37] "POST /neutron/port HTTP/1.1" 200 1174 0.410414 10.0.0.23 - - [2025-12-22 03:24:37] "GET /virtual-machine/e7c7c16c-5fd7-4e5d-8f50-ea2d2dda2b10 HTTP/1.1" 200 1301 0.070625 10.0.0.23 - - [2025-12-22 03:24:37] "GET /virtual-machine-interface/a8789c6b-95a7-49ad-9f1e-6efe3551719c HTTP/1.1" 200 3176 0.006145 10.0.0.23 - - [2025-12-22 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.23 - - [2025-12-22 03:24:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.23 - - [2025-12-22 03:24:37] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005665 10.0.0.23 - - [2025-12-22 03:24:37] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012059 10.0.0.23 - - [2025-12-22 03:24:38] "POST /neutron/port HTTP/1.1" 200 1228 0.150018 10.0.0.23 - - [2025-12-22 03:24:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005518 10.0.0.23 - - [2025-12-22 03:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.23 - - [2025-12-22 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2025-12-22 03:24:41] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005964 10.0.0.23 - - [2025-12-22 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2025-12-22 03:24:45] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005643 10.0.0.23 - - [2025-12-22 03:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.23 - - [2025-12-22 03:24:49] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007687 10.0.0.23 - - [2025-12-22 03:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2025-12-22 03:24:53] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006030 10.0.0.23 - - [2025-12-22 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.23 - - [2025-12-22 03:24:57] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006774 10.0.0.23 - - [2025-12-22 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.23 - - [2025-12-22 03:25:01] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006741 10.0.0.65 - - [2025-12-22 03:25:03] "GET /obj-perms HTTP/1.1" 200 5056 0.057914 10.0.0.23 - - [2025-12-22 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.23 - - [2025-12-22 03:25:05] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006792 10.0.0.23 - - [2025-12-22 03:25:07] "POST /neutron/port HTTP/1.1" 200 1238 0.020983 10.0.0.23 - - [2025-12-22 03:25:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.23 - - [2025-12-22 03:25:07] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.23 - - [2025-12-22 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.23 - - [2025-12-22 03:25:09] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006667 10.0.0.23 - - [2025-12-22 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2025-12-22 03:25:13] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008241 10.0.0.23 - - [2025-12-22 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2025-12-22 03:25:17] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005910 10.0.0.23 - - [2025-12-22 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.23 - - [2025-12-22 03:25:22] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007818 10.0.0.23 - - [2025-12-22 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.23 - - [2025-12-22 03:25:26] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007093 10.0.0.23 - - [2025-12-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2025-12-22 03:25:30] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006519 10.0.0.23 - - [2025-12-22 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-12-22 03:25:34] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006813 10.0.0.23 - - [2025-12-22 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.23 - - [2025-12-22 03:25:38] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006179 10.0.0.23 - - [2025-12-22 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-12-22 03:25:42] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008517 10.0.0.23 - - [2025-12-22 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.23 - - [2025-12-22 03:25:46] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006277 10.0.0.23 - - [2025-12-22 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.23 - - [2025-12-22 03:25:48] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.23 - - [2025-12-22 03:25:48] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004169 10.0.0.23 - - [2025-12-22 03:25:48] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008090 10.0.0.23 - - [2025-12-22 03:25:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010463 10.0.0.23 - - [2025-12-22 03:25:53] "POST /neutron/port HTTP/1.1" 200 1238 0.025773 10.0.0.23 - - [2025-12-22 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011104 10.0.0.23 - - [2025-12-22 03:26:02] "POST /neutron/port HTTP/1.1" 200 1238 0.027272 10.0.0.23 - - [2025-12-22 03:26:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008257 10.0.0.22 - - [2025-12-22 03:26:04] "GET /obj-perms HTTP/1.1" 200 5056 0.049841 10.0.0.23 - - [2025-12-22 03:26:09] "POST /neutron/port HTTP/1.1" 200 1238 0.021101 10.0.0.23 - - [2025-12-22 03:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003923 10.0.0.23 - - [2025-12-22 03:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.001717 10.0.0.23 - - [2025-12-22 03:26:09] "POST /neutron/port HTTP/1.1" 200 1238 0.020848 10.0.0.23 - - [2025-12-22 03:26:13] "POST /neutron/port HTTP/1.1" 200 1238 0.059375 10.0.0.23 - - [2025-12-22 03:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.23 - - [2025-12-22 03:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.23 - - [2025-12-22 03:26:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009755 10.0.0.23 - - [2025-12-22 03:26:20] "POST /neutron/port HTTP/1.1" 200 1238 0.021319 10.0.0.23 - - [2025-12-22 03:26:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008116 10.0.0.23 - - [2025-12-22 03:26:20] "GET /virtual-machine/81ff8950-c55c-42ba-b865-beedf98c6ad6 HTTP/1.1" 200 1300 0.007028 10.0.0.23 - - [2025-12-22 03:26:20] "GET /virtual-machine-interface/b1741ffe-4262-4720-a8f1-5d00627a7362 HTTP/1.1" 200 3176 0.006019 10.0.0.23 - - [2025-12-22 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.23 - - [2025-12-22 03:26:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004492 10.0.0.23 - - [2025-12-22 03:26:20] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004102 10.0.0.23 - - [2025-12-22 03:26:20] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006723 10.0.0.23 - - [2025-12-22 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2025-12-22 03:26:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005432 10.0.0.23 - - [2025-12-22 03:26:21] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004576 10.0.0.23 - - [2025-12-22 03:26:21] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007041 10.0.0.23 - - [2025-12-22 03:26:21] "POST /neutron/port HTTP/1.1" 200 1238 0.022258 10.0.0.23 - - [2025-12-22 03:26:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008399 10.0.0.23 - - [2025-12-22 03:26:21] "GET /virtual-machine/87287835-922f-4dee-b50f-8ab2ed55d872 HTTP/1.1" 200 1300 0.006273 10.0.0.23 - - [2025-12-22 03:26:21] "GET /virtual-machine-interface/0d3fa7d6-8173-472a-a8d1-609b3a1c496e HTTP/1.1" 200 3174 0.006181 10.0.0.23 - - [2025-12-22 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2025-12-22 03:26:22] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374 10.0.0.23 - - [2025-12-22 03:26:22] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003565 10.0.0.23 - - [2025-12-22 03:26:22] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007035 10.0.0.23 - - [2025-12-22 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.23 - - [2025-12-22 03:26:23] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005612 10.0.0.23 - - [2025-12-22 03:26:23] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003971 10.0.0.23 - - [2025-12-22 03:26:23] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006055 10.0.0.65 - - [2025-12-22 03:26:49] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.23 - - [2025-12-22 03:26:49] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060760 10.0.0.23 - - [2025-12-22 03:26:49] "POST /fqname-to-id HTTP/1.1" 404 226 0.003475 10.0.0.23 - - [2025-12-22 03:26:49] "POST /interface-route-tables HTTP/1.1" 200 575 0.034628 10.0.0.23 - - [2025-12-22 03:26:49] "GET /interface-route-table/4155a29d-991e-47d5-82ae-023d93a74bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006673 10.0.0.23 - - [2025-12-22 03:26:49] "GET /virtual-machine-interface/a8789c6b-95a7-49ad-9f1e-6efe3551719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006033 10.0.0.23 - - [2025-12-22 03:26:49] "POST /ref-update HTTP/1.1" 200 156 0.017731 10.0.0.23 - - [2025-12-22 03:27:11] "POST /neutron/network HTTP/1.1" 200 1015 0.034125 10.0.0.23 - - [2025-12-22 03:27:11] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015480 10.0.0.23 - - [2025-12-22 03:27:11] "POST /neutron/network HTTP/1.1" 200 1005 0.013267 10.0.0.23 - - [2025-12-22 03:27:13] "POST /neutron/network HTTP/1.1" 200 1015 0.007904 10.0.0.23 - - [2025-12-22 03:27:13] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017289 10.0.0.23 - - [2025-12-22 03:27:13] "POST /neutron/network HTTP/1.1" 200 1005 0.013212 10.0.0.65 - - [2025-12-22 03:27:43] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029837 10.0.0.23 - - [2025-12-22 03:27:43] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.083323 10.0.0.23 - - [2025-12-22 03:27:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.005820 10.0.0.23 - - [2025-12-22 03:27:43] "POST /interface-route-tables HTTP/1.1" 200 575 0.035799 10.0.0.23 - - [2025-12-22 03:27:43] "GET /interface-route-table/2693df91-ac29-4def-8446-0dad2953b2a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.007356 10.0.0.23 - - [2025-12-22 03:27:43] "GET /virtual-machine-interface/b1741ffe-4262-4720-a8f1-5d00627a7362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006641 10.0.0.23 - - [2025-12-22 03:27:43] "POST /ref-update HTTP/1.1" 200 156 0.023139 10.0.0.23 - - [2025-12-22 03:27:45] "GET /virtual-machine-interface/0d3fa7d6-8173-472a-a8d1-609b3a1c496e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006939 10.0.0.23 - - [2025-12-22 03:27:45] "PUT /virtual-machine-interface/0d3fa7d6-8173-472a-a8d1-609b3a1c496e HTTP/1.1" 200 284 0.016429 10.0.0.23 - - [2025-12-22 03:27:45] "GET /virtual-machine-interface/a8789c6b-95a7-49ad-9f1e-6efe3551719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007761 10.0.0.23 - - [2025-12-22 03:27:45] "PUT /virtual-machine-interface/a8789c6b-95a7-49ad-9f1e-6efe3551719c HTTP/1.1" 200 284 0.015709 10.0.0.23 - - [2025-12-22 03:27:45] "GET /virtual-machine-interface/b1741ffe-4262-4720-a8f1-5d00627a7362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.009276 10.0.0.23 - - [2025-12-22 03:27:45] "PUT /virtual-machine-interface/b1741ffe-4262-4720-a8f1-5d00627a7362 HTTP/1.1" 200 284 0.020162 10.0.0.23 - - [2025-12-22 03:28:12] "POST /neutron/network HTTP/1.1" 200 1015 0.007776 10.0.0.23 - - [2025-12-22 03:28:12] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021617 10.0.0.23 - - [2025-12-22 03:28:12] "POST /neutron/network HTTP/1.1" 200 1005 0.011275 10.0.0.23 - - [2025-12-22 03:28:15] "POST /neutron/network HTTP/1.1" 200 1015 0.007952 10.0.0.23 - - [2025-12-22 03:28:15] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015003 10.0.0.23 - - [2025-12-22 03:28:15] "POST /neutron/network HTTP/1.1" 200 1005 0.010374 10.0.0.23 - - [2025-12-22 03:28:51] "POST /neutron/port HTTP/1.1" 200 1238 0.022320 10.0.0.23 - - [2025-12-22 03:28:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008662 10.0.0.23 - - [2025-12-22 03:28:51] "GET /virtual-machine/1d67aab5-7921-4f50-b165-2b553da46c7b HTTP/1.1" 200 1300 0.007676 10.0.0.23 - - [2025-12-22 03:28:51] "GET /virtual-machine-interface/0d36ca3e-9b6c-4c35-ad2a-a89b9a226906 HTTP/1.1" 200 3174 0.007820 10.0.0.23 - - [2025-12-22 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.23 - - [2025-12-22 03:28:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.23 - - [2025-12-22 03:28:51] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003730 10.0.0.23 - - [2025-12-22 03:28:51] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006016 10.0.0.23 - - [2025-12-22 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.23 - - [2025-12-22 03:28:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006942 10.0.0.23 - - [2025-12-22 03:28:52] "GET /virtual-networks?parent_id=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004583 10.0.0.23 - - [2025-12-22 03:28:52] "GET /virtual-network/1a6d3d74-72cd-4289-8a0b-8d8e6ad3b25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007591 10.0.0.23 - - [2025-12-22 03:28:52] "GET /virtual-machine-interface/0d36ca3e-9b6c-4c35-ad2a-a89b9a226906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007043 10.0.0.23 - - [2025-12-22 03:28:52] "PUT /virtual-machine-interface/0d36ca3e-9b6c-4c35-ad2a-a89b9a226906 HTTP/1.1" 200 284 0.015174 10.0.0.23 - - [2025-12-22 03:29:05] "GET /obj-perms HTTP/1.1" 200 5056 0.056703 10.0.0.65 - - [2025-12-22 03:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2025-12-22 03:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-12-22 03:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.22 - - [2025-12-22 03:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-12-22 03:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.22 - - [2025-12-22 03:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001337 10.0.0.65 - - [2025-12-22 03:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000646 10.0.0.65 - - [2025-12-22 03:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-22 03:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2025-12-22 03:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.23 - - [2025-12-22 03:29:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2025-12-22 03:29:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000753 10.0.0.23 - - [2025-12-22 03:29:14] "POST /neutron/network HTTP/1.1" 200 1015 0.008377 10.0.0.23 - - [2025-12-22 03:29:14] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017605 10.0.0.23 - - [2025-12-22 03:29:14] "POST /neutron/network HTTP/1.1" 200 1005 0.010723 10.0.0.23 - - [2025-12-22 03:29:17] "POST /neutron/network HTTP/1.1" 200 1015 0.007158 10.0.0.23 - - [2025-12-22 03:29:17] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017994 10.0.0.23 - - [2025-12-22 03:29:17] "POST /neutron/network HTTP/1.1" 200 1005 0.011551 10.0.0.65 - - [2025-12-22 03:29:37] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.23 - - [2025-12-22 03:29:37] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.111192 10.0.0.23 - - [2025-12-22 03:29:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.003288 10.0.0.23 - - [2025-12-22 03:29:37] "POST /interface-route-tables HTTP/1.1" 200 575 0.027245 10.0.0.23 - - [2025-12-22 03:29:37] "GET /interface-route-table/b022f032-9b57-4878-9dd7-428ec7cd8805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007164 10.0.0.23 - - [2025-12-22 03:29:37] "GET /virtual-machine-interface/0d36ca3e-9b6c-4c35-ad2a-a89b9a226906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006282 10.0.0.23 - - [2025-12-22 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.015933 10.0.0.23 - - [2025-12-22 03:29:39] "GET /virtual-machine-interface/a8789c6b-95a7-49ad-9f1e-6efe3551719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.011593 10.0.0.23 - - [2025-12-22 03:29:39] "POST /ref-update HTTP/1.1" 200 156 0.022897 10.0.0.23 - - [2025-12-22 03:29:39] "DELETE /interface-route-table/4155a29d-991e-47d5-82ae-023d93a74bcd HTTP/1.1" 200 115 0.036725 10.0.0.23 - - [2025-12-22 03:29:40] "POST /neutron/port HTTP/1.1" 200 151 0.288125 10.0.0.23 - - [2025-12-22 03:30:02] "GET /virtual-machine-interface/0d36ca3e-9b6c-4c35-ad2a-a89b9a226906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.012443 10.0.0.23 - - [2025-12-22 03:30:02] "POST /ref-update HTTP/1.1" 200 156 0.023598 10.0.0.23 - - [2025-12-22 03:30:02] "DELETE /interface-route-table/b022f032-9b57-4878-9dd7-428ec7cd8805 HTTP/1.1" 200 115 0.040092 10.0.0.23 - - [2025-12-22 03:30:02] "GET /virtual-machine-interface/b1741ffe-4262-4720-a8f1-5d00627a7362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007637 10.0.0.23 - - [2025-12-22 03:30:02] "POST /ref-update HTTP/1.1" 200 156 0.018678 10.0.0.23 - - [2025-12-22 03:30:02] "DELETE /interface-route-table/2693df91-ac29-4def-8446-0dad2953b2a1 HTTP/1.1" 200 115 0.040242 10.0.0.23 - - [2025-12-22 03:30:02] "POST /neutron/port HTTP/1.1" 200 1238 0.023494 10.0.0.23 - - [2025-12-22 03:30:02] "POST /neutron/port HTTP/1.1" 200 1238 0.036214 10.0.0.23 - - [2025-12-22 03:30:03] "POST /neutron/port HTTP/1.1" 200 1238 0.024135 10.0.0.23 - - [2025-12-22 03:30:04] "POST /neutron/network HTTP/1.1" 200 1005 0.010891 10.0.0.23 - - [2025-12-22 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.050309 10.0.0.65 - - [2025-12-22 03:30:06] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.23 - - [2025-12-22 03:30:06] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.366911 10.0.0.65 - - [2025-12-22 03:30:06] "GET /obj-perms HTTP/1.1" 200 5056 0.086486 10.0.0.65 - - [2025-12-22 03:30:06] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001762 10.0.0.23 - - [2025-12-22 03:30:06] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?fields=virtual_networks HTTP/1.1" 200 1049 0.053993 10.0.0.65 - - [2025-12-22 03:30:06] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.23 - - [2025-12-22 03:30:06] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050781 10.0.0.65 - - [2025-12-22 03:30:06] "GET /projects?obj_uuids=95540c3d-0c7d-4404-ae1d-ae9f8c1f054b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.23 - - [2025-12-22 03:30:06] "GET /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b?fields=security_groups HTTP/1.1" 200 1283 0.052656 10.0.0.23 - - [2025-12-22 03:30:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.027227 10.0.0.65 - - [2025-12-22 03:30:07] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004089 10.0.0.65 - - [2025-12-22 03:30:08] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.65 - - [2025-12-22 03:30:08] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039524 10.0.0.65 - - [2025-12-22 03:30:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.002626 10.0.0.65 - - [2025-12-22 03:30:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.017130 10.0.0.65 - - [2025-12-22 03:30:08] "POST /security-groups HTTP/1.1" 200 586 0.080327 10.0.0.65 - - [2025-12-22 03:30:08] "POST /projects HTTP/1.1" 200 575 0.327642 10.0.0.65 - - [2025-12-22 03:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.402443 10.0.0.23 - - [2025-12-22 03:30:08] "POST /access-control-lists HTTP/1.1" 200 591 0.029693 10.0.0.23 - - [2025-12-22 03:30:08] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.598931 10.0.0.23 - - [2025-12-22 03:30:09] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.23 - - [2025-12-22 03:30:12] "DELETE /access-control-list/b3c09623-986e-42bd-a4bc-086ad53058dc HTTP/1.1" 200 115 0.052581 10.0.0.65 - - [2025-12-22 03:30:12] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.008632 10.0.0.23 - - [2025-12-22 03:30:12] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.098594 10.0.0.65 - - [2025-12-22 03:30:12] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003385 10.0.0.23 - - [2025-12-22 03:30:12] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?fields=virtual_networks HTTP/1.1" 200 1022 0.085826 10.0.0.65 - - [2025-12-22 03:30:12] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.23 - - [2025-12-22 03:30:13] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046697 10.0.0.65 - - [2025-12-22 03:30:13] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001429 10.0.0.23 - - [2025-12-22 03:30:13] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?fields=security_groups HTTP/1.1" 200 1243 0.062533 10.0.0.23 - - [2025-12-22 03:30:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.029746 10.0.0.65 - - [2025-12-22 03:30:14] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005022 10.0.0.65 - - [2025-12-22 03:30:14] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.65 - - [2025-12-22 03:30:14] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009360 10.0.0.65 - - [2025-12-22 03:30:14] "POST /id-to-fqname HTTP/1.1" 200 195 0.002814 10.0.0.65 - - [2025-12-22 03:30:14] "POST /fqname-to-id HTTP/1.1" 404 204 0.013614 10.0.0.65 - - [2025-12-22 03:30:14] "POST /security-groups HTTP/1.1" 200 596 0.083158 10.0.0.65 - - [2025-12-22 03:30:14] "POST /projects HTTP/1.1" 200 595 0.338730 10.0.0.65 - - [2025-12-22 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.375377 10.0.0.23 - - [2025-12-22 03:30:14] "POST /access-control-lists HTTP/1.1" 200 601 0.031816 10.0.0.23 - - [2025-12-22 03:30:14] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.559110 10.0.0.23 - - [2025-12-22 03:30:15] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.65 - - [2025-12-22 03:30:18] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001159 10.0.0.23 - - [2025-12-22 03:30:18] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.042041 10.0.0.65 - - [2025-12-22 03:30:18] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001228 10.0.0.23 - - [2025-12-22 03:30:18] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?fields=virtual_networks HTTP/1.1" 200 1042 0.043843 10.0.0.65 - - [2025-12-22 03:30:18] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001764 10.0.0.23 - - [2025-12-22 03:30:18] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043712 10.0.0.65 - - [2025-12-22 03:30:18] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.23 - - [2025-12-22 03:30:18] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?fields=security_groups HTTP/1.1" 200 1273 0.050632 10.0.0.23 - - [2025-12-22 03:30:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.028711 10.0.0.65 - - [2025-12-22 03:30:20] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.65 - - [2025-12-22 03:30:20] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.65 - - [2025-12-22 03:30:20] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007030 10.0.0.65 - - [2025-12-22 03:30:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.004140 10.0.0.65 - - [2025-12-22 03:30:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.005554 10.0.0.65 - - [2025-12-22 03:30:20] "POST /security-groups HTTP/1.1" 200 602 0.032301 10.0.0.23 - - [2025-12-22 03:30:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.004505 10.0.0.65 - - [2025-12-22 03:30:20] "POST /projects HTTP/1.1" 200 607 0.248338 10.0.0.65 - - [2025-12-22 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.324486 10.0.0.23 - - [2025-12-22 03:30:20] "POST /access-control-lists HTTP/1.1" 200 605 0.034728 10.0.0.23 - - [2025-12-22 03:30:20] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.468993 10.0.0.23 - - [2025-12-22 03:30:21] "GET / HTTP/1.1" 200 35931 0.001414 10.0.0.65 - - [2025-12-22 03:30:24] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001503 10.0.0.23 - - [2025-12-22 03:30:24] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.054900 10.0.0.65 - - [2025-12-22 03:30:24] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001094 10.0.0.23 - - [2025-12-22 03:30:24] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?fields=virtual_networks HTTP/1.1" 200 1054 0.065161 10.0.0.65 - - [2025-12-22 03:30:24] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002233 10.0.0.23 - - [2025-12-22 03:30:24] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.054443 10.0.0.65 - - [2025-12-22 03:30:24] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001428 10.0.0.23 - - [2025-12-22 03:30:24] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?fields=security_groups HTTP/1.1" 200 1291 0.045636 10.0.0.23 - - [2025-12-22 03:30:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.026871 10.0.0.65 - - [2025-12-22 03:30:25] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003917 10.0.0.65 - - [2025-12-22 03:30:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.65 - - [2025-12-22 03:30:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008101 10.0.0.65 - - [2025-12-22 03:30:26] "POST /id-to-fqname HTTP/1.1" 200 187 0.005250 10.0.0.65 - - [2025-12-22 03:30:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.006292 10.0.0.65 - - [2025-12-22 03:30:26] "POST /security-groups HTTP/1.1" 200 588 0.077322 10.0.0.65 - - [2025-12-22 03:30:26] "POST /projects HTTP/1.1" 200 579 0.321229 10.0.0.23 - - [2025-12-22 03:30:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.007163 10.0.0.65 - - [2025-12-22 03:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.392424 10.0.0.23 - - [2025-12-22 03:30:26] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.540775 10.0.0.65 - - [2025-12-22 03:30:26] "DELETE /project/16fcddf16fcf47249ce393b354ca8128 HTTP/1.1" 404 173 0.021808 10.0.0.65 - - [2025-12-22 03:30:26] "DELETE /project/d36f6f07756244d385e73d1aa7e1c3b0 HTTP/1.1" 404 173 0.013258 10.0.0.65 - - [2025-12-22 03:30:26] "DELETE /project/95540c3d-0c7d-4404-ae1d-ae9f8c1f054b HTTP/1.1" 404 177 0.026279 10.0.0.65 - - [2025-12-22 03:30:26] "DELETE /project/5fa40d5eceff4a9bab8935edd664687b HTTP/1.1" 404 173 0.018663 10.0.0.65 - - [2025-12-22 03:30:26] "DELETE /project/79022e861b334c3dbe744404953974eb HTTP/1.1" 404 173 0.017311 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001050 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000834 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000789 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051894 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.063216 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.073255 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001099 10.0.0.65 - - [2025-12-22 03:30:26] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001013 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?fields=security_groups HTTP/1.1" 200 1348 0.078470 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?fields=security_groups HTTP/1.1" 200 1396 0.075426 10.0.0.65 - - [2025-12-22 03:30:26] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?fields=security_groups HTTP/1.1" 200 1378 0.099194 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /security-group/0ebfb408-7a2a-44af-8957-4ed75e11576d HTTP/1.1" 200 115 0.082737 10.0.0.65 - - [2025-12-22 03:30:27] "GET /projects?obj_uuids=16fcddf1-6fcf-4724-9ce3-93b354ca8128&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001983 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /security-group/2fb6b682-37fd-44ab-9dc5-d9e0a681ef13 HTTP/1.1" 200 115 0.128659 10.0.0.65 - - [2025-12-22 03:30:27] "GET /projects?obj_uuids=5fa40d5e-ceff-4a9b-ab89-35edd664687b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /security-group/508ebe9e-57b3-42a0-875e-f35e714fdfd5 HTTP/1.1" 200 115 0.130349 10.0.0.65 - - [2025-12-22 03:30:27] "GET /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128?fields=application_policy_sets HTTP/1.1" 200 1387 0.106703 10.0.0.65 - - [2025-12-22 03:30:27] "GET /projects?obj_uuids=79022e86-1b33-4c3d-be74-4404953974eb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001212 10.0.0.23 - - [2025-12-22 03:30:27] "DELETE /access-control-list/045a522f-96d8-4ecc-b66b-9d6ea3fca8aa HTTP/1.1" 200 115 0.080099 10.0.0.65 - - [2025-12-22 03:30:27] "GET /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b?fields=application_policy_sets HTTP/1.1" 200 1435 0.079772 10.0.0.65 - - [2025-12-22 03:30:27] "GET /project/79022e86-1b33-4c3d-be74-4404953974eb?fields=application_policy_sets HTTP/1.1" 200 1417 0.128458 10.0.0.23 - - [2025-12-22 03:30:27] "DELETE /access-control-list/93f56f22-60c4-43f6-86b3-d378311e4585 HTTP/1.1" 200 115 0.079314 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /project/16fcddf1-6fcf-4724-9ce3-93b354ca8128 HTTP/1.1" 200 115 0.678843 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /project/5fa40d5e-ceff-4a9b-ab89-35edd664687b HTTP/1.1" 200 115 0.758218 10.0.0.65 - - [2025-12-22 03:30:27] "DELETE /project/79022e86-1b33-4c3d-be74-4404953974eb HTTP/1.1" 200 115 0.800879 10.0.0.23 - - [2025-12-22 03:30:27] "GET / HTTP/1.1" 200 35931 0.002551 10.0.0.65 - - [2025-12-22 03:30:30] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001178 10.0.0.23 - - [2025-12-22 03:30:30] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.042766 10.0.0.65 - - [2025-12-22 03:30:30] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001041 10.0.0.23 - - [2025-12-22 03:30:30] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?fields=virtual_networks HTTP/1.1" 200 1026 0.049410 10.0.0.65 - - [2025-12-22 03:30:30] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001119 10.0.0.23 - - [2025-12-22 03:30:31] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.039929 10.0.0.65 - - [2025-12-22 03:30:31] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001117 10.0.0.23 - - [2025-12-22 03:30:31] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?fields=security_groups HTTP/1.1" 200 1249 0.046443 10.0.0.23 - - [2025-12-22 03:30:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.033040 10.0.0.65 - - [2025-12-22 03:30:32] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003187 10.0.0.65 - - [2025-12-22 03:30:32] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.65 - - [2025-12-22 03:30:32] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007705 10.0.0.65 - - [2025-12-22 03:30:32] "POST /id-to-fqname HTTP/1.1" 200 184 0.004185 10.0.0.65 - - [2025-12-22 03:30:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.008251 10.0.0.65 - - [2025-12-22 03:30:32] "POST /security-groups HTTP/1.1" 200 585 0.031426 10.0.0.65 - - [2025-12-22 03:30:32] "POST /projects HTTP/1.1" 200 573 0.257137 10.0.0.65 - - [2025-12-22 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.293231 10.0.0.23 - - [2025-12-22 03:30:32] "POST /access-control-lists HTTP/1.1" 200 590 0.034161 10.0.0.23 - - [2025-12-22 03:30:32] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.471636 10.0.0.23 - - [2025-12-22 03:30:33] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.65 - - [2025-12-22 03:30:36] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001427 10.0.0.23 - - [2025-12-22 03:30:36] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.052221 10.0.0.65 - - [2025-12-22 03:30:36] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001652 10.0.0.23 - - [2025-12-22 03:30:36] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?fields=virtual_networks HTTP/1.1" 200 1020 0.052207 10.0.0.65 - - [2025-12-22 03:30:36] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001171 10.0.0.23 - - [2025-12-22 03:30:36] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.041606 10.0.0.65 - - [2025-12-22 03:30:36] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001306 10.0.0.23 - - [2025-12-22 03:30:36] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?fields=security_groups HTTP/1.1" 200 1240 0.040141 10.0.0.23 - - [2025-12-22 03:30:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.029949 10.0.0.65 - - [2025-12-22 03:30:37] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004558 10.0.0.65 - - [2025-12-22 03:30:37] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.65 - - [2025-12-22 03:30:37] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009347 10.0.0.65 - - [2025-12-22 03:30:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.003807 10.0.0.65 - - [2025-12-22 03:30:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.008424 10.0.0.65 - - [2025-12-22 03:30:38] "POST /security-groups HTTP/1.1" 200 589 0.077205 10.0.0.23 - - [2025-12-22 03:30:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.004440 10.0.0.65 - - [2025-12-22 03:30:38] "POST /projects HTTP/1.1" 200 581 0.346405 10.0.0.65 - - [2025-12-22 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.417878 10.0.0.23 - - [2025-12-22 03:30:38] "POST /access-control-lists HTTP/1.1" 200 592 0.031873 10.0.0.23 - - [2025-12-22 03:30:38] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.558354 10.0.0.23 - - [2025-12-22 03:30:39] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.65 - - [2025-12-22 03:30:42] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.23 - - [2025-12-22 03:30:42] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038237 10.0.0.65 - - [2025-12-22 03:30:42] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001948 10.0.0.23 - - [2025-12-22 03:30:42] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?fields=virtual_networks HTTP/1.1" 200 1028 0.063155 10.0.0.65 - - [2025-12-22 03:30:42] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001601 10.0.0.23 - - [2025-12-22 03:30:42] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.050974 10.0.0.65 - - [2025-12-22 03:30:42] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.23 - - [2025-12-22 03:30:42] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?fields=security_groups HTTP/1.1" 200 1252 0.048574 10.0.0.23 - - [2025-12-22 03:30:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.028286 10.0.0.65 - - [2025-12-22 03:30:43] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.65 - - [2025-12-22 03:30:43] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.65 - - [2025-12-22 03:30:43] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008134 10.0.0.65 - - [2025-12-22 03:30:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.006465 10.0.0.65 - - [2025-12-22 03:30:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.101884 10.0.0.65 - - [2025-12-22 03:30:43] "POST /security-groups HTTP/1.1" 200 589 0.034085 10.0.0.65 - - [2025-12-22 03:30:43] "POST /projects HTTP/1.1" 200 581 0.360405 10.0.0.23 - - [2025-12-22 03:30:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.017567 10.0.0.65 - - [2025-12-22 03:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.433672 10.0.0.23 - - [2025-12-22 03:30:44] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.586571 10.0.0.23 - - [2025-12-22 03:30:45] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.23 - - [2025-12-22 03:30:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2025-12-22 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.080683 10.0.0.65 - - [2025-12-22 03:30:47] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.23 - - [2025-12-22 03:30:47] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062630 10.0.0.65 - - [2025-12-22 03:30:47] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.23 - - [2025-12-22 03:30:47] "POST /neutron/network HTTP/1.1" 200 603 0.174238 10.0.0.23 - - [2025-12-22 03:30:47] "POST /ref-update HTTP/1.1" 200 156 0.032203 10.0.0.23 - - [2025-12-22 03:30:47] "POST /id-to-fqname HTTP/1.1" 200 218 0.006623 10.0.0.23 - - [2025-12-22 03:30:47] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007219 10.0.0.23 - - [2025-12-22 03:30:47] "POST /neutron/network HTTP/1.1" 200 822 0.006870 10.0.0.23 - - [2025-12-22 03:30:48] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005757 10.0.0.23 - - [2025-12-22 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-12-22 03:30:48] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005966 10.0.0.23 - - [2025-12-22 03:30:48] "PUT /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e HTTP/1.1" 200 264 0.061397 10.0.0.23 - - [2025-12-22 03:30:48] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005946 10.0.0.22 - - [2025-12-22 03:30:49] "GET /obj-perms HTTP/1.1" 200 5026 0.065395 10.0.0.23 - - [2025-12-22 03:30:50] "POST /neutron/network HTTP/1.1" 200 822 0.007963 10.0.0.23 - - [2025-12-22 03:30:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001490 10.0.0.65 - - [2025-12-22 03:30:51] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.23 - - [2025-12-22 03:30:51] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069719 10.0.0.23 - - [2025-12-22 03:30:51] "POST /neutron/network HTTP/1.1" 200 822 0.033461 10.0.0.23 - - [2025-12-22 03:30:51] "POST /neutron/port HTTP/1.1" 200 117 0.006593 10.0.0.23 - - [2025-12-22 03:30:52] "POST /neutron/port HTTP/1.1" 200 1058 0.019773 10.0.0.23 - - [2025-12-22 03:30:52] "POST /neutron/port HTTP/1.1" 200 1122 0.026416 10.0.0.23 - - [2025-12-22 03:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.23 - - [2025-12-22 03:30:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007665 10.0.0.23 - - [2025-12-22 03:30:56] "POST /neutron/port HTTP/1.1" 200 1122 0.023180 10.0.0.23 - - [2025-12-22 03:30:56] "GET /virtual-machine/a8ccf78a-21c7-4652-bf23-f80369728a32 HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2025-12-22 03:30:57] "GET /virtual-machine/a8ccf78a-21c7-4652-bf23-f80369728a32 HTTP/1.1" 200 1291 0.043080 10.0.0.23 - - [2025-12-22 03:30:57] "GET /virtual-machine-interface/7318d632-0749-441e-ab0b-07ab92bfedf4 HTTP/1.1" 200 2931 0.006084 10.0.0.23 - - [2025-12-22 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2025-12-22 03:30:57] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004041 10.0.0.23 - - [2025-12-22 03:30:57] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003468 10.0.0.23 - - [2025-12-22 03:30:57] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006065 10.0.0.23 - - [2025-12-22 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.23 - - [2025-12-22 03:31:00] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006536 10.0.0.23 - - [2025-12-22 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.23 - - [2025-12-22 03:31:04] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007709 10.0.0.23 - - [2025-12-22 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.23 - - [2025-12-22 03:31:08] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006563 10.0.0.23 - - [2025-12-22 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.23 - - [2025-12-22 03:31:12] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006335 10.0.0.23 - - [2025-12-22 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.23 - - [2025-12-22 03:31:16] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007940 10.0.0.23 - - [2025-12-22 03:31:19] "POST /neutron/port HTTP/1.1" 200 1122 0.046776 10.0.0.23 - - [2025-12-22 03:31:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.009207 10.0.0.23 - - [2025-12-22 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-22 03:31:20] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006314 10.0.0.23 - - [2025-12-22 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.23 - - [2025-12-22 03:31:24] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006016 10.0.0.65 - - [2025-12-22 03:31:27] "DELETE /project/a75854b004df482aaf15a8aded70cc60 HTTP/1.1" 404 173 0.018604 10.0.0.65 - - [2025-12-22 03:31:27] "DELETE /project/6471662bbc094fe69d3371a3d46339a4 HTTP/1.1" 404 173 0.017497 10.0.0.65 - - [2025-12-22 03:31:27] "DELETE /project/3da7a683a95f4c7ea46e7dd60d9b821a HTTP/1.1" 404 173 0.013568 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000796 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000744 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.057888 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001916 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.093782 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.105803 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001488 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002023 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?fields=security_groups HTTP/1.1" 200 1345 0.102513 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?fields=security_groups HTTP/1.1" 200 1357 0.086949 10.0.0.65 - - [2025-12-22 03:31:27] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?fields=security_groups HTTP/1.1" 200 1354 0.109571 10.0.0.65 - - [2025-12-22 03:31:27] "DELETE /security-group/3be530e9-8e96-440b-81c7-a78187b63d05 HTTP/1.1" 200 115 0.089222 10.0.0.65 - - [2025-12-22 03:31:27] "GET /projects?obj_uuids=3da7a683-a95f-4c7e-a46e-7dd60d9b821a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001556 10.0.0.23 - - [2025-12-22 03:31:28] "DELETE /access-control-list/218cac27-489e-4112-8c0e-491b449435c5 HTTP/1.1" 200 115 0.095665 10.0.0.65 - - [2025-12-22 03:31:28] "DELETE /security-group/d4e20841-6bf5-4682-b251-b415aba27cfe HTTP/1.1" 200 115 0.142900 10.0.0.65 - - [2025-12-22 03:31:28] "GET /projects?obj_uuids=6471662b-bc09-4fe6-9d33-71a3d46339a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.65 - - [2025-12-22 03:31:28] "DELETE /security-group/46a45169-42dc-4873-93f0-076eb31beb41 HTTP/1.1" 200 115 0.141137 10.0.0.65 - - [2025-12-22 03:31:28] "GET /projects?obj_uuids=d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002685 10.0.0.65 - - [2025-12-22 03:31:28] "GET /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a?fields=application_policy_sets HTTP/1.1" 200 1384 0.127006 10.0.0.65 - - [2025-12-22 03:31:28] "GET /project/6471662b-bc09-4fe6-9d33-71a3d46339a4?fields=application_policy_sets HTTP/1.1" 200 1396 0.106694 10.0.0.65 - - [2025-12-22 03:31:28] "GET /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0?fields=application_policy_sets HTTP/1.1" 200 1393 0.161428 10.0.0.23 - - [2025-12-22 03:31:28] "DELETE /access-control-list/79609360-6fe8-4c52-8612-7963c3c2ba81 HTTP/1.1" 200 115 0.117564 10.0.0.65 - - [2025-12-22 03:31:28] "DELETE /project/3da7a683-a95f-4c7e-a46e-7dd60d9b821a HTTP/1.1" 200 115 0.806354 10.0.0.65 - - [2025-12-22 03:31:28] "DELETE /project/6471662b-bc09-4fe6-9d33-71a3d46339a4 HTTP/1.1" 200 115 0.833276 10.0.0.65 - - [2025-12-22 03:31:28] "DELETE /project/d36f6f07-7562-44d3-85e7-3d1aa7e1c3b0 HTTP/1.1" 200 115 0.847126 10.0.0.23 - - [2025-12-22 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2025-12-22 03:31:28] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005725 10.0.0.23 - - [2025-12-22 03:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2025-12-22 03:31:33] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006353 10.0.0.23 - - [2025-12-22 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-22 03:31:37] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005069 10.0.0.23 - - [2025-12-22 03:31:37] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003837 10.0.0.23 - - [2025-12-22 03:31:37] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007357 10.0.0.23 - - [2025-12-22 03:31:37] "POST /neutron/port HTTP/1.1" 200 1122 0.027703 10.0.0.23 - - [2025-12-22 03:31:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009764 10.0.0.23 - - [2025-12-22 03:31:48] "POST /neutron/port HTTP/1.1" 200 1122 0.049594 10.0.0.23 - - [2025-12-22 03:31:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010315 10.0.0.23 - - [2025-12-22 03:32:03] "POST /neutron/port HTTP/1.1" 200 1122 0.021678 10.0.0.23 - - [2025-12-22 03:32:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010158 10.0.0.23 - - [2025-12-22 03:32:03] "POST /neutron/port HTTP/1.1" 200 1122 0.021085 10.0.0.23 - - [2025-12-22 03:32:03] "POST /neutron/network HTTP/1.1" 200 822 0.007718 10.0.0.23 - - [2025-12-22 03:32:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001887 10.0.0.23 - - [2025-12-22 03:32:03] "GET /virtual-machine/a8ccf78a-21c7-4652-bf23-f80369728a32 HTTP/1.1" 200 1291 0.006169 10.0.0.23 - - [2025-12-22 03:32:03] "GET /virtual-machine-interface/7318d632-0749-441e-ab0b-07ab92bfedf4 HTTP/1.1" 200 2931 0.007540 10.0.0.23 - - [2025-12-22 03:32:03] "GET /instance-ip/76027222-cd6c-4bcb-a9ad-4025acdd1413 HTTP/1.1" 200 1616 0.007988 10.0.0.23 - - [2025-12-22 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.004577 10.0.0.23 - - [2025-12-22 03:32:03] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007155 10.0.0.65 - - [2025-12-22 03:32:03] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001620 10.0.0.23 - - [2025-12-22 03:32:03] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063622 10.0.0.23 - - [2025-12-22 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.23 - - [2025-12-22 03:32:03] "GET /security-group/2c2b78bf-ae0d-4cc3-b6ab-594fcab4f91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.005568 10.0.0.23 - - [2025-12-22 03:32:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.096591 10.0.0.23 - - [2025-12-22 03:32:03] "POST /instance-ips HTTP/1.1" 200 357 0.043468 10.0.0.23 - - [2025-12-22 03:32:03] "GET /instance-ip/13a33206-9a05-4a0a-8531-092a59677e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.007838 10.0.0.23 - - [2025-12-22 03:32:04] "GET /virtual-machine-interface/6feda34b-a028-4625-bf73-0f877b4080dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006739 10.0.0.23 - - [2025-12-22 03:32:04] "GET /virtual-machine-interface/6feda34b-a028-4625-bf73-0f877b4080dc?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.009868 10.0.0.23 - - [2025-12-22 03:32:04] "GET /instance-ip/13a33206-9a05-4a0a-8531-092a59677e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.005578 10.0.0.23 - - [2025-12-22 03:32:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001398 10.0.0.23 - - [2025-12-22 03:32:04] "POST /neutron/port HTTP/1.1" 200 965 0.015211 10.0.0.23 - - [2025-12-22 03:32:04] "POST /neutron/port HTTP/1.1" 200 965 0.016223 10.0.0.23 - - [2025-12-22 03:32:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011930 10.0.0.23 - - [2025-12-22 03:32:05] "POST /neutron/port HTTP/1.1" 200 965 0.016442 10.0.0.23 - - [2025-12-22 03:32:05] "POST /neutron/port HTTP/1.1" 200 965 0.014522 10.0.0.23 - - [2025-12-22 03:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004705 10.0.0.23 - - [2025-12-22 03:32:05] "POST /neutron/network HTTP/1.1" 200 822 0.008750 10.0.0.23 - - [2025-12-22 03:32:08] "GET /obj-perms HTTP/1.1" 200 5056 0.053263 10.0.0.23 - - [2025-12-22 03:32:09] "POST /neutron/port HTTP/1.1" 200 1067 0.026987 10.0.0.23 - - [2025-12-22 03:32:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008392 10.0.0.23 - - [2025-12-22 03:32:10] "GET /virtual-machine/91581600-1eef-403b-b05b-1c240330dfeb HTTP/1.1" 200 1269 0.007046 10.0.0.23 - - [2025-12-22 03:32:10] "GET /virtual-machine-interface/6feda34b-a028-4625-bf73-0f877b4080dc HTTP/1.1" 200 2981 0.008964 10.0.0.23 - - [2025-12-22 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2025-12-22 03:32:10] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.23 - - [2025-12-22 03:32:10] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004521 10.0.0.23 - - [2025-12-22 03:32:10] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008593 10.0.0.23 - - [2025-12-22 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.23 - - [2025-12-22 03:32:13] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005496 10.0.0.23 - - [2025-12-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2025-12-22 03:32:17] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005995 10.0.0.23 - - [2025-12-22 03:32:21] "POST /neutron/network HTTP/1.1" 200 832 0.012769 10.0.0.23 - - [2025-12-22 03:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.23 - - [2025-12-22 03:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.23 - - [2025-12-22 03:32:21] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006228 10.0.0.23 - - [2025-12-22 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2025-12-22 03:32:25] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006919 10.0.0.23 - - [2025-12-22 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.23 - - [2025-12-22 03:32:29] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006565 10.0.0.23 - - [2025-12-22 03:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2025-12-22 03:32:33] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006892 10.0.0.23 - - [2025-12-22 03:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.23 - - [2025-12-22 03:32:37] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006888 10.0.0.23 - - [2025-12-22 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.23 - - [2025-12-22 03:32:42] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006405 10.0.0.23 - - [2025-12-22 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2025-12-22 03:32:46] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006105 10.0.0.23 - - [2025-12-22 03:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.23 - - [2025-12-22 03:32:50] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008039 10.0.0.23 - - [2025-12-22 03:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.23 - - [2025-12-22 03:32:54] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008804 10.0.0.23 - - [2025-12-22 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282 10.0.0.23 - - [2025-12-22 03:32:58] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006761 10.0.0.23 - - [2025-12-22 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-12-22 03:33:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005020 10.0.0.23 - - [2025-12-22 03:33:00] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003220 10.0.0.23 - - [2025-12-22 03:33:00] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006386 10.0.0.23 - - [2025-12-22 03:33:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009334 10.0.0.65 - - [2025-12-22 03:33:09] "GET /obj-perms HTTP/1.1" 200 5056 0.055460 10.0.0.23 - - [2025-12-22 03:33:09] "POST /neutron/port HTTP/1.1" 200 1067 0.020061 10.0.0.23 - - [2025-12-22 03:33:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007921 10.0.0.23 - - [2025-12-22 03:33:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001769 10.0.0.23 - - [2025-12-22 03:33:21] "POST /neutron/port HTTP/1.1" 200 2037 0.024739 10.0.0.23 - - [2025-12-22 03:33:21] "POST /neutron/port HTTP/1.1" 200 1067 0.027548 10.0.0.23 - - [2025-12-22 03:33:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.23 - - [2025-12-22 03:33:22] "POST /neutron/network HTTP/1.1" 200 822 0.008636 10.0.0.65 - - [2025-12-22 03:33:22] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.031828 10.0.0.23 - - [2025-12-22 03:33:22] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.120223 10.0.0.23 - - [2025-12-22 03:33:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009809 10.0.0.23 - - [2025-12-22 03:33:23] "POST /neutron/network HTTP/1.1" 200 832 0.007770 10.0.0.23 - - [2025-12-22 03:33:23] "POST /neutron/port HTTP/1.1" 200 1058 0.061647 10.0.0.23 - - [2025-12-22 03:33:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.23 - - [2025-12-22 03:33:23] "POST /neutron/network HTTP/1.1" 200 822 0.007423 10.0.0.23 - - [2025-12-22 03:33:27] "POST /neutron/port HTTP/1.1" 200 1122 0.023817 10.0.0.23 - - [2025-12-22 03:33:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008775 10.0.0.23 - - [2025-12-22 03:33:27] "GET /virtual-machine/c84e2c48-fbca-4a26-a114-bc0e6c870a70 HTTP/1.1" 200 1291 0.007715 10.0.0.23 - - [2025-12-22 03:33:27] "GET /virtual-machine-interface/67005998-880e-4ee8-8faf-8ba68a9d9673 HTTP/1.1" 200 2931 0.008515 10.0.0.23 - - [2025-12-22 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.23 - - [2025-12-22 03:33:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005 10.0.0.23 - - [2025-12-22 03:33:28] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004317 10.0.0.23 - - [2025-12-22 03:33:28] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008336 10.0.0.23 - - [2025-12-22 03:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2025-12-22 03:33:31] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006320 10.0.0.23 - - [2025-12-22 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2025-12-22 03:33:35] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005814 10.0.0.23 - - [2025-12-22 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009099 10.0.0.23 - - [2025-12-22 03:33:39] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.013879 10.0.0.23 - - [2025-12-22 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2025-12-22 03:33:43] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005481 10.0.0.23 - - [2025-12-22 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.23 - - [2025-12-22 03:33:47] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006811 10.0.0.23 - - [2025-12-22 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2025-12-22 03:33:51] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005836 10.0.0.23 - - [2025-12-22 03:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2025-12-22 03:33:55] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009290 10.0.0.23 - - [2025-12-22 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2025-12-22 03:33:59] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005910 10.0.0.23 - - [2025-12-22 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429 10.0.0.23 - - [2025-12-22 03:34:03] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.010978 10.0.0.65 - - [2025-12-22 03:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.65 - - [2025-12-22 03:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.22 - - [2025-12-22 03:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.22 - - [2025-12-22 03:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-22 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2025-12-22 03:34:08] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007768 10.0.0.22 - - [2025-12-22 03:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.22 - - [2025-12-22 03:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 10.0.0.65 - - [2025-12-22 03:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.65 - - [2025-12-22 03:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.22 - - [2025-12-22 03:34:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060781 10.0.0.23 - - [2025-12-22 03:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-22 03:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2025-12-22 03:34:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2025-12-22 03:34:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-22 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.23 - - [2025-12-22 03:34:12] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006773 10.0.0.23 - - [2025-12-22 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2025-12-22 03:34:14] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004689 10.0.0.23 - - [2025-12-22 03:34:14] "GET /virtual-networks?parent_id=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004047 10.0.0.23 - - [2025-12-22 03:34:14] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007354 10.0.0.23 - - [2025-12-22 03:34:19] "POST /neutron/port HTTP/1.1" 200 1122 0.020696 10.0.0.23 - - [2025-12-22 03:34:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005416 10.0.0.23 - - [2025-12-22 03:34:19] "POST /neutron/network HTTP/1.1" 200 822 0.011183 10.0.0.23 - - [2025-12-22 03:34:21] "POST /neutron/port HTTP/1.1" 200 1122 0.022469 10.0.0.23 - - [2025-12-22 03:34:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005223 10.0.0.23 - - [2025-12-22 03:34:22] "POST /neutron/network HTTP/1.1" 200 822 0.010538 10.0.0.23 - - [2025-12-22 03:34:28] "POST /neutron/port HTTP/1.1" 200 1122 0.022416 10.0.0.23 - - [2025-12-22 03:34:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010777 10.0.0.23 - - [2025-12-22 03:34:40] "POST /neutron/port HTTP/1.1" 200 1122 0.019561 10.0.0.23 - - [2025-12-22 03:34:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007400 10.0.0.23 - - [2025-12-22 03:34:40] "POST /neutron/port HTTP/1.1" 200 1122 0.020383 10.0.0.23 - - [2025-12-22 03:34:40] "POST /neutron/network HTTP/1.1" 200 822 0.007801 10.0.0.23 - - [2025-12-22 03:34:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001445 10.0.0.23 - - [2025-12-22 03:34:40] "GET /virtual-machine/c84e2c48-fbca-4a26-a114-bc0e6c870a70 HTTP/1.1" 200 1291 0.004500 10.0.0.23 - - [2025-12-22 03:34:40] "GET /virtual-machine-interface/67005998-880e-4ee8-8faf-8ba68a9d9673 HTTP/1.1" 200 2931 0.006331 10.0.0.23 - - [2025-12-22 03:34:40] "GET /instance-ip/858f7932-f3ce-4849-9b4c-b4dfcac8cca1 HTTP/1.1" 200 1616 0.007900 10.0.0.23 - - [2025-12-22 03:34:40] "GET /virtual-machine-interface/67005998-880e-4ee8-8faf-8ba68a9d9673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006564 10.0.0.23 - - [2025-12-22 03:34:40] "PUT /virtual-machine-interface/67005998-880e-4ee8-8faf-8ba68a9d9673 HTTP/1.1" 200 284 0.017044 10.0.0.23 - - [2025-12-22 03:35:20] "POST /neutron/network HTTP/1.1" 200 832 0.007500 10.0.0.23 - - [2025-12-22 03:35:20] "POST /neutron/port HTTP/1.1" 200 117 0.001731 10.0.0.23 - - [2025-12-22 03:35:24] "POST /neutron/port HTTP/1.1" 200 1067 0.026968 10.0.0.23 - - [2025-12-22 03:35:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.012261 10.0.0.23 - - [2025-12-22 03:36:11] "GET /obj-perms HTTP/1.1" 200 5056 0.057230 10.0.0.23 - - [2025-12-22 03:36:14] "DELETE /instance-ip/13a33206-9a05-4a0a-8531-092a59677e0a HTTP/1.1" 200 115 0.081309 10.0.0.23 - - [2025-12-22 03:36:14] "DELETE /virtual-machine-interface/6feda34b-a028-4625-bf73-0f877b4080dc HTTP/1.1" 200 115 0.095928 10.0.0.23 - - [2025-12-22 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009585 10.0.0.23 - - [2025-12-22 03:36:14] "GET /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009052 10.0.0.23 - - [2025-12-22 03:36:14] "PUT /virtual-network/64ab586d-dfd4-4a8a-aca0-56d1614dcd1e HTTP/1.1" 200 264 0.070111 10.0.0.23 - - [2025-12-22 03:36:15] "POST /neutron/network HTTP/1.1" 200 822 0.037629 10.0.0.23 - - [2025-12-22 03:36:15] "POST /neutron/port HTTP/1.1" 200 1112 0.016182 10.0.0.23 - - [2025-12-22 03:36:15] "POST /ref-update HTTP/1.1" 200 156 0.072539 10.0.0.23 - - [2025-12-22 03:36:15] "POST /neutron/port HTTP/1.1" 200 1112 0.020556 10.0.0.65 - - [2025-12-22 03:36:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010946 10.0.0.23 - - [2025-12-22 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.65 - - [2025-12-22 03:36:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003833 10.0.0.23 - - [2025-12-22 03:36:17] "POST /neutron/network HTTP/1.1" 200 151 0.136179 10.0.0.65 - - [2025-12-22 03:36:18] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.23 - - [2025-12-22 03:36:18] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.091238 10.0.0.65 - - [2025-12-22 03:36:18] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001643 10.0.0.23 - - [2025-12-22 03:36:18] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?fields=virtual_networks HTTP/1.1" 200 1029 0.059597 10.0.0.65 - - [2025-12-22 03:36:19] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.23 - - [2025-12-22 03:36:19] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047618 10.0.0.65 - - [2025-12-22 03:36:19] "GET /projects?obj_uuids=a75854b0-04df-482a-af15-a8aded70cc60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.23 - - [2025-12-22 03:36:19] "GET /project/a75854b0-04df-482a-af15-a8aded70cc60?fields=security_groups HTTP/1.1" 200 1253 0.048020 10.0.0.23 - - [2025-12-22 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 185 0.027148 10.0.0.65 - - [2025-12-22 03:36:20] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003577 10.0.0.65 - - [2025-12-22 03:36:20] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.65 - - [2025-12-22 03:36:20] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040848 10.0.0.65 - - [2025-12-22 03:36:20] "POST /id-to-fqname HTTP/1.1" 200 187 0.006195 10.0.0.65 - - [2025-12-22 03:36:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.004908 10.0.0.65 - - [2025-12-22 03:36:20] "POST /security-groups HTTP/1.1" 200 588 0.081802 10.0.0.65 - - [2025-12-22 03:36:20] "POST /projects HTTP/1.1" 200 579 0.318182 10.0.0.65 - - [2025-12-22 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.417586 10.0.0.23 - - [2025-12-22 03:36:20] "POST /access-control-lists HTTP/1.1" 200 593 0.030794 10.0.0.23 - - [2025-12-22 03:36:20] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.633566 10.0.0.23 - - [2025-12-22 03:36:21] "DELETE /access-control-list/a15b982d-ad55-4284-acf9-74537fe50fef HTTP/1.1" 200 115 0.070536 10.0.0.23 - - [2025-12-22 03:36:22] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.23 - - [2025-12-22 03:36:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.23 - - [2025-12-22 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.054039 10.0.0.65 - - [2025-12-22 03:36:24] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001453 10.0.0.23 - - [2025-12-22 03:36:24] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.050466 10.0.0.23 - - [2025-12-22 03:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.048124 10.0.0.23 - - [2025-12-22 03:36:24] "POST /ref-update HTTP/1.1" 200 156 0.029190 10.0.0.23 - - [2025-12-22 03:36:24] "POST /neutron/network HTTP/1.1" 200 830 0.010013 10.0.0.23 - - [2025-12-22 03:36:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001505 10.0.0.23 - - [2025-12-22 03:36:24] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006109 10.0.0.23 - - [2025-12-22 03:36:24] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007005 10.0.0.23 - - [2025-12-22 03:36:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.011704 10.0.0.23 - - [2025-12-22 03:36:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003788 10.0.0.23 - - [2025-12-22 03:36:24] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006130 10.0.0.23 - - [2025-12-22 03:36:25] "GET /virtual-machine-interface/3cfe551a-a7b4-4564-9c1e-e830da81f49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.011656 10.0.0.23 - - [2025-12-22 03:36:25] "GET /virtual-machine-interface/3cfe551a-a7b4-4564-9c1e-e830da81f49a?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.010973 10.0.0.23 - - [2025-12-22 03:36:25] "GET /instance-ip/98f9515c-aecc-4357-84f6-1a190a12f102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.006959 10.0.0.23 - - [2025-12-22 03:36:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001889 10.0.0.65 - - [2025-12-22 03:36:26] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001189 10.0.0.23 - - [2025-12-22 03:36:26] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.076893 10.0.0.23 - - [2025-12-22 03:36:26] "POST /neutron/network HTTP/1.1" 200 830 0.034234 10.0.0.23 - - [2025-12-22 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001533 10.0.0.23 - - [2025-12-22 03:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.012463 10.0.0.23 - - [2025-12-22 03:36:26] "POST /neutron/network HTTP/1.1" 200 830 0.010478 10.0.0.23 - - [2025-12-22 03:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.009994 10.0.0.23 - - [2025-12-22 03:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.006873 10.0.0.65 - - [2025-12-22 03:36:26] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002975 10.0.0.23 - - [2025-12-22 03:36:27] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.081599 10.0.0.23 - - [2025-12-22 03:36:27] "POST /fqname-to-id HTTP/1.1" 404 208 0.003984 10.0.0.23 - - [2025-12-22 03:36:27] "POST /interface-route-tables HTTP/1.1" 200 556 0.053123 10.0.0.23 - - [2025-12-22 03:36:27] "GET /interface-route-table/e54fbfbc-dbe1-41c6-a714-06fc981578f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.008567 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/port HTTP/1.1" 200 1112 0.155708 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/port HTTP/1.1" 200 984 0.028167 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/port HTTP/1.1" 200 1122 0.036907 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005049 10.0.0.23 - - [2025-12-22 03:36:27] "POST /neutron/network HTTP/1.1" 200 830 0.009613 10.0.0.23 - - [2025-12-22 03:36:28] "GET /virtual-machine-interface/3cfe551a-a7b4-4564-9c1e-e830da81f49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.011490 10.0.0.23 - - [2025-12-22 03:36:28] "POST /ref-update HTTP/1.1" 200 156 0.017864 10.0.0.65 - - [2025-12-22 03:36:29] "DELETE /project/50212b4167dc4ebaa0e24a706bfa5634 HTTP/1.1" 404 173 0.003239 10.0.0.65 - - [2025-12-22 03:36:29] "DELETE /project/a75854b0-04df-482a-af15-a8aded70cc60 HTTP/1.1" 404 177 0.006593 10.0.0.23 - - [2025-12-22 03:36:33] "POST /neutron/port HTTP/1.1" 200 1122 0.019505 10.0.0.23 - - [2025-12-22 03:36:33] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008620 10.0.0.23 - - [2025-12-22 03:36:33] "POST /neutron/port HTTP/1.1" 200 1122 0.017688 10.0.0.23 - - [2025-12-22 03:36:33] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 200 1289 0.033462 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 200 1289 0.005131 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine-interface/256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa HTTP/1.1" 200 2938 0.006913 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 200 1289 0.005521 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine-interface/256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa HTTP/1.1" 200 2938 0.007382 10.0.0.23 - - [2025-12-22 03:36:34] "GET /instance-ip/69d2bdff-6661-40d5-acf3-9816065fd2ed HTTP/1.1" 200 1619 0.008210 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 200 1289 0.004362 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-machine-interface/256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa HTTP/1.1" 200 2938 0.005627 10.0.0.23 - - [2025-12-22 03:36:34] "GET /instance-ip/69d2bdff-6661-40d5-acf3-9816065fd2ed HTTP/1.1" 200 1619 0.004560 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003793 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003646 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006281 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004939 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003764 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007363 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004307 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005302 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007727 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003739 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007852 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005417 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003784 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007584 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.23 - - [2025-12-22 03:36:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006222 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004257 10.0.0.23 - - [2025-12-22 03:36:34] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006397 10.0.0.23 - - [2025-12-22 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-12-22 03:36:35] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563 10.0.0.23 - - [2025-12-22 03:36:35] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003831 10.0.0.23 - - [2025-12-22 03:36:35] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006383 10.0.0.23 - - [2025-12-22 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.23 - - [2025-12-22 03:36:38] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007067 10.0.0.23 - - [2025-12-22 03:36:39] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009020 10.0.0.23 - - [2025-12-22 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.23 - - [2025-12-22 03:36:42] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007444 10.0.0.23 - - [2025-12-22 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006273 10.0.0.23 - - [2025-12-22 03:36:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005942 10.0.0.23 - - [2025-12-22 03:36:44] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004087 10.0.0.23 - - [2025-12-22 03:36:44] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007427 10.0.0.23 - - [2025-12-22 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.23 - - [2025-12-22 03:36:44] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006604 10.0.0.23 - - [2025-12-22 03:36:44] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004768 10.0.0.23 - - [2025-12-22 03:36:44] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006949 10.0.0.23 - - [2025-12-22 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.23 - - [2025-12-22 03:36:44] "GET /routing-instance/9a0a8e8d-0a8e-412e-ae30-ceccfb8bf8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005697 10.0.0.23 - - [2025-12-22 03:36:44] "GET /route-target/64e97b71-4fbd-4a57-920c-27159f9df553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005789 10.0.0.23 - - [2025-12-22 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006512 10.0.0.23 - - [2025-12-22 03:36:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006163 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005756 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006630 10.0.0.23 - - [2025-12-22 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.23 - - [2025-12-22 03:36:45] "GET /routing-instance/9a0a8e8d-0a8e-412e-ae30-ceccfb8bf8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.008145 10.0.0.23 - - [2025-12-22 03:36:45] "GET /route-target/64e97b71-4fbd-4a57-920c-27159f9df553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005884 10.0.0.23 - - [2025-12-22 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2025-12-22 03:36:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006088 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004599 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008874 10.0.0.23 - - [2025-12-22 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.23 - - [2025-12-22 03:36:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008422 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003656 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009391 10.0.0.23 - - [2025-12-22 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.23 - - [2025-12-22 03:36:45] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004939 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003907 10.0.0.23 - - [2025-12-22 03:36:45] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008419 10.0.0.65 - - [2025-12-22 03:36:46] "GET /obj-perms HTTP/1.1" 200 5024 0.062935 10.0.0.23 - - [2025-12-22 03:36:48] "GET /obj-perms HTTP/1.1" 200 5024 0.049549 10.0.0.65 - - [2025-12-22 03:36:48] "GET /obj-perms HTTP/1.1" 200 5024 0.004339 10.0.0.23 - - [2025-12-22 03:36:48] "GET /obj-perms HTTP/1.1" 200 5024 0.003746 10.0.0.65 - - [2025-12-22 03:36:49] "GET /obj-perms HTTP/1.1" 200 5024 0.004938 10.0.0.23 - - [2025-12-22 03:36:49] "POST /neutron/port HTTP/1.1" 200 1086 0.022557 10.0.0.23 - - [2025-12-22 03:36:49] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008073 10.0.0.23 - - [2025-12-22 03:36:49] "GET /virtual-machine/95492a62-627a-4162-ae34-daf7964197bf HTTP/1.1" 200 1268 0.006887 10.0.0.23 - - [2025-12-22 03:36:49] "GET /virtual-machine-interface/3cfe551a-a7b4-4564-9c1e-e830da81f49a HTTP/1.1" 200 3150 0.006318 10.0.0.23 - - [2025-12-22 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2025-12-22 03:36:49] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005097 10.0.0.23 - - [2025-12-22 03:36:49] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004140 10.0.0.23 - - [2025-12-22 03:36:49] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008708 10.0.0.23 - - [2025-12-22 03:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.23 - - [2025-12-22 03:36:50] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006099 10.0.0.23 - - [2025-12-22 03:36:50] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004397 10.0.0.23 - - [2025-12-22 03:36:50] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006809 10.0.0.23 - - [2025-12-22 03:36:51] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006454 10.0.0.22 - - [2025-12-22 03:36:52] "GET /obj-perms HTTP/1.1" 200 5024 0.073095 10.0.0.23 - - [2025-12-22 03:36:52] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 200 1289 0.005203 10.0.0.23 - - [2025-12-22 03:36:52] "POST /neutron/port HTTP/1.1" 200 1122 0.024446 10.0.0.23 - - [2025-12-22 03:36:54] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 404 171 0.004110 10.0.0.23 - - [2025-12-22 03:36:54] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 404 171 0.003735 10.0.0.23 - - [2025-12-22 03:36:54] "GET /virtual-machine/71498ec3-0681-4a72-b12d-4e05911d981c HTTP/1.1" 404 171 0.007492 10.0.0.23 - - [2025-12-22 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.23 - - [2025-12-22 03:36:54] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005253 10.0.0.23 - - [2025-12-22 03:36:54] "GET /virtual-networks?parent_id=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004735 10.0.0.23 - - [2025-12-22 03:36:54] "GET /virtual-network/f52644e3-52c4-46ba-865a-455457955dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008649 10.0.0.23 - - [2025-12-22 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.23 - - [2025-12-22 03:36:54] "GET /routing-instance/9a0a8e8d-0a8e-412e-ae30-ceccfb8bf8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006620 10.0.0.23 - - [2025-12-22 03:36:54] "GET /route-target/64e97b71-4fbd-4a57-920c-27159f9df553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004864 10.0.0.23 - - [2025-12-22 03:36:54] "GET /obj-perms HTTP/1.1" 200 5024 0.007429 10.0.0.65 - - [2025-12-22 03:36:57] "GET /obj-perms HTTP/1.1" 200 5024 0.005196 10.0.0.23 - - [2025-12-22 03:37:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004811 10.0.0.65 - - [2025-12-22 03:37:07] "GET /obj-perms HTTP/1.1" 200 5024 0.005567 10.0.0.23 - - [2025-12-22 03:37:13] "GET /obj-perms HTTP/1.1" 200 5024 0.004499 10.0.0.65 - - [2025-12-22 03:37:13] "GET /obj-perms HTTP/1.1" 200 5024 0.004518 10.0.0.23 - - [2025-12-22 03:37:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004116 10.0.0.65 - - [2025-12-22 03:37:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004505 10.0.0.23 - - [2025-12-22 03:37:19] "GET /interface-route-table/e54fbfbc-dbe1-41c6-a714-06fc981578f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005017 10.0.0.23 - - [2025-12-22 03:37:19] "GET /virtual-machine-interface/3cfe551a-a7b4-4564-9c1e-e830da81f49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.007748 10.0.0.23 - - [2025-12-22 03:37:19] "POST /ref-update HTTP/1.1" 200 156 0.019654 10.0.0.23 - - [2025-12-22 03:37:19] "DELETE /interface-route-table/e54fbfbc-dbe1-41c6-a714-06fc981578f4 HTTP/1.1" 200 115 0.045886 10.0.0.23 - - [2025-12-22 03:37:19] "POST /neutron/port HTTP/1.1" 200 1076 0.029577 10.0.0.65 - - [2025-12-22 03:37:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.65 - - [2025-12-22 03:37:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.23 - - [2025-12-22 03:37:20] "POST /neutron/network HTTP/1.1" 200 151 0.150054 10.0.0.65 - - [2025-12-22 03:37:21] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001154 10.0.0.23 - - [2025-12-22 03:37:21] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.058795 10.0.0.65 - - [2025-12-22 03:37:21] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001376 10.0.0.23 - - [2025-12-22 03:37:21] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?fields=virtual_networks HTTP/1.1" 200 1026 0.060018 10.0.0.65 - - [2025-12-22 03:37:21] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001729 10.0.0.23 - - [2025-12-22 03:37:21] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.057306 10.0.0.65 - - [2025-12-22 03:37:21] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001196 10.0.0.23 - - [2025-12-22 03:37:22] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?fields=security_groups HTTP/1.1" 200 1249 0.057364 10.0.0.23 - - [2025-12-22 03:37:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.025890 10.0.0.65 - - [2025-12-22 03:37:22] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003530 10.0.0.65 - - [2025-12-22 03:37:22] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.65 - - [2025-12-22 03:37:22] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008539 10.0.0.65 - - [2025-12-22 03:37:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.006137 10.0.0.65 - - [2025-12-22 03:37:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.003779 10.0.0.65 - - [2025-12-22 03:37:23] "POST /security-groups HTTP/1.1" 200 595 0.081249 10.0.0.23 - - [2025-12-22 03:37:23] "POST /fqname-to-id HTTP/1.1" 404 238 0.006536 10.0.0.65 - - [2025-12-22 03:37:23] "POST /projects HTTP/1.1" 200 593 0.329679 10.0.0.65 - - [2025-12-22 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.410671 10.0.0.23 - - [2025-12-22 03:37:23] "POST /access-control-lists HTTP/1.1" 200 598 0.035235 10.0.0.23 - - [2025-12-22 03:37:23] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.574374 10.0.0.23 - - [2025-12-22 03:37:24] "GET / HTTP/1.1" 200 35931 0.002510 10.0.0.23 - - [2025-12-22 03:37:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000775 10.0.0.23 - - [2025-12-22 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.081665 10.0.0.65 - - [2025-12-22 03:37:25] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001319 10.0.0.23 - - [2025-12-22 03:37:25] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.048281 10.0.0.23 - - [2025-12-22 03:37:25] "POST /neutron/network HTTP/1.1" 200 117 0.053528 10.0.0.23 - - [2025-12-22 03:37:26] "POST /neutron/network HTTP/1.1" 200 829 0.010045 10.0.0.23 - - [2025-12-22 03:37:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001318 10.0.0.23 - - [2025-12-22 03:37:26] "GET /virtual-network/13d776b4-50c4-4caa-962c-79cc0514976d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006594 10.0.0.23 - - [2025-12-22 03:37:26] "GET /virtual-network/13d776b4-50c4-4caa-962c-79cc0514976d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006729 10.0.0.23 - - [2025-12-22 03:37:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.010604 10.0.0.23 - - [2025-12-22 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2025-12-22 03:37:26] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001194 10.0.0.23 - - [2025-12-22 03:37:26] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051435 10.0.0.23 - - [2025-12-22 03:37:26] "POST /route-targets HTTP/1.1" 200 327 0.024573 10.0.0.65 - - [2025-12-22 03:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005983 10.0.0.23 - - [2025-12-22 03:37:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.268728 10.0.0.23 - - [2025-12-22 03:37:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001523 10.0.0.23 - - [2025-12-22 03:37:26] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006885 10.0.0.23 - - [2025-12-22 03:37:26] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009168 10.0.0.23 - - [2025-12-22 03:37:26] "POST /neutron/network HTTP/1.1" 200 826 0.009728 10.0.0.23 - - [2025-12-22 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.65 - - [2025-12-22 03:37:26] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001843 10.0.0.23 - - [2025-12-22 03:37:26] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059378 10.0.0.65 - - [2025-12-22 03:37:26] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003673 10.0.0.23 - - [2025-12-22 03:37:27] "POST /neutron/network HTTP/1.1" 200 609 0.161643 10.0.0.23 - - [2025-12-22 03:37:27] "POST /ref-update HTTP/1.1" 200 156 0.038982 10.0.0.23 - - [2025-12-22 03:37:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.004090 10.0.0.23 - - [2025-12-22 03:37:27] "GET /virtual-network/0a160c00-3e1e-4d5b-94e5-a6de0941d51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008539 10.0.0.23 - - [2025-12-22 03:37:27] "POST /neutron/network HTTP/1.1" 200 827 0.010007 10.0.0.23 - - [2025-12-22 03:37:27] "GET /virtual-network/0a160c00-3e1e-4d5b-94e5-a6de0941d51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007259 10.0.0.23 - - [2025-12-22 03:37:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.003707 10.0.0.23 - - [2025-12-22 03:37:27] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006266 10.0.0.65 - - [2025-12-22 03:37:27] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001136 10.0.0.23 - - [2025-12-22 03:37:27] "POST /neutron/port HTTP/1.1" 200 988 0.302183 10.0.0.23 - - [2025-12-22 03:37:27] "GET /virtual-machine-interface/eb62b373-f49a-45a8-8d6e-396c6d2e9b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.010746 10.0.0.23 - - [2025-12-22 03:37:27] "GET /virtual-machine-interface/eb62b373-f49a-45a8-8d6e-396c6d2e9b96?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.006200 10.0.0.23 - - [2025-12-22 03:37:27] "GET /instance-ip/a5051508-2cbe-4e0b-92fd-6864e9c6f0a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.007291 10.0.0.23 - - [2025-12-22 03:37:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.003943 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-network/13d776b4-50c4-4caa-962c-79cc0514976d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007249 10.0.0.65 - - [2025-12-22 03:37:28] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001997 10.0.0.23 - - [2025-12-22 03:37:28] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070023 10.0.0.23 - - [2025-12-22 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.23 - - [2025-12-22 03:37:28] "GET /security-group/98c6f3f4-a25e-43eb-aeef-d21991941039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006255 10.0.0.23 - - [2025-12-22 03:37:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.154147 10.0.0.23 - - [2025-12-22 03:37:28] "POST /instance-ips HTTP/1.1" 200 357 0.054360 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-machine-interface/59506071-1aa2-455e-a010-f63e4d9c8d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006742 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-machine-interface/59506071-1aa2-455e-a010-f63e4d9c8d00?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009470 10.0.0.23 - - [2025-12-22 03:37:28] "GET /instance-ip/dec734b7-f053-463b-8fa8-34dd936b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005592 10.0.0.23 - - [2025-12-22 03:37:28] "POST /fqname-to-id HTTP/1.1" 404 214 0.004267 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006225 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-machine-interface/b8925a73-9ee4-4c52-aecd-a14c31d55b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008572 10.0.0.23 - - [2025-12-22 03:37:28] "GET /virtual-machine-interface/b8925a73-9ee4-4c52-aecd-a14c31d55b02?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009727 10.0.0.23 - - [2025-12-22 03:37:28] "GET /instance-ip/e4466567-0640-4869-b081-f449ef2e536d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005228 10.0.0.23 - - [2025-12-22 03:37:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.003778 10.0.0.23 - - [2025-12-22 03:37:29] "GET /virtual-network/13d776b4-50c4-4caa-962c-79cc0514976d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006737 10.0.0.65 - - [2025-12-22 03:37:29] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001325 10.0.0.23 - - [2025-12-22 03:37:29] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.080602 10.0.0.65 - - [2025-12-22 03:37:29] "DELETE /project/34323764e73640deb1a047cb96ff2671 HTTP/1.1" 404 173 0.018238 10.0.0.65 - - [2025-12-22 03:37:29] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001741 10.0.0.65 - - [2025-12-22 03:37:29] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.053680 10.0.0.23 - - [2025-12-22 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011051 10.0.0.65 - - [2025-12-22 03:37:29] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001151 10.0.0.65 - - [2025-12-22 03:37:29] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?fields=security_groups HTTP/1.1" 200 1354 0.051668 10.0.0.23 - - [2025-12-22 03:37:29] "GET /security-group/98c6f3f4-a25e-43eb-aeef-d21991941039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.010370 10.0.0.23 - - [2025-12-22 03:37:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.132722 10.0.0.65 - - [2025-12-22 03:37:29] "DELETE /security-group/d16faafb-1642-4549-9d5e-efc247c6a97a HTTP/1.1" 200 115 0.101983 10.0.0.65 - - [2025-12-22 03:37:29] "GET /projects?obj_uuids=50212b41-67dc-4eba-a0e2-4a706bfa5634&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001791 10.0.0.65 - - [2025-12-22 03:37:29] "GET /project/50212b41-67dc-4eba-a0e2-4a706bfa5634?fields=application_policy_sets HTTP/1.1" 200 1393 0.086772 10.0.0.23 - - [2025-12-22 03:37:29] "POST /instance-ips HTTP/1.1" 200 357 0.101821 10.0.0.23 - - [2025-12-22 03:37:29] "GET /virtual-machine-interface/f96b43c9-0042-4fa4-802c-efbbe1ce61a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006194 10.0.0.23 - - [2025-12-22 03:37:29] "GET /virtual-machine-interface/f96b43c9-0042-4fa4-802c-efbbe1ce61a9?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.036392 10.0.0.23 - - [2025-12-22 03:37:29] "GET /instance-ip/bcdbc5e2-f363-4702-91c8-b82bf989ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004785 10.0.0.65 - - [2025-12-22 03:37:29] "DELETE /project/50212b41-67dc-4eba-a0e2-4a706bfa5634 HTTP/1.1" 200 115 0.551363 10.0.0.23 - - [2025-12-22 03:37:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.003432 10.0.0.23 - - [2025-12-22 03:37:29] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006218 10.0.0.23 - - [2025-12-22 03:37:30] "GET /virtual-machine-interface/9efde78b-7838-4f67-a2a6-80c0d4fc2947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008847 10.0.0.23 - - [2025-12-22 03:37:30] "GET /virtual-machine-interface/9efde78b-7838-4f67-a2a6-80c0d4fc2947?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009980 10.0.0.23 - - [2025-12-22 03:37:30] "GET /instance-ip/32a63e9e-93d0-4221-b44b-edb3cc6cf741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005650 10.0.0.23 - - [2025-12-22 03:37:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.003041 10.0.0.23 - - [2025-12-22 03:37:30] "GET /virtual-network/0a160c00-3e1e-4d5b-94e5-a6de0941d51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007009 10.0.0.65 - - [2025-12-22 03:37:30] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001137 10.0.0.23 - - [2025-12-22 03:37:30] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054891 10.0.0.23 - - [2025-12-22 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2025-12-22 03:37:30] "GET /security-group/98c6f3f4-a25e-43eb-aeef-d21991941039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005311 10.0.0.23 - - [2025-12-22 03:37:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.115255 10.0.0.23 - - [2025-12-22 03:37:30] "POST /instance-ips HTTP/1.1" 200 357 0.058002 10.0.0.23 - - [2025-12-22 03:37:30] "GET /virtual-machine-interface/f7baef47-e27f-4eb1-8527-846e12f57d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007025 10.0.0.23 - - [2025-12-22 03:37:30] "GET /virtual-machine-interface/f7baef47-e27f-4eb1-8527-846e12f57d79?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.014149 10.0.0.23 - - [2025-12-22 03:37:30] "GET /instance-ip/363490a5-1430-4a07-b272-252094ef6503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005483 10.0.0.23 - - [2025-12-22 03:37:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.002204 10.0.0.23 - - [2025-12-22 03:37:32] "POST /neutron/port HTTP/1.1" 200 988 0.016243 10.0.0.23 - - [2025-12-22 03:37:32] "POST /neutron/port HTTP/1.1" 200 988 0.014922 10.0.0.23 - - [2025-12-22 03:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.008663 10.0.0.23 - - [2025-12-22 03:37:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001437 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/port HTTP/1.1" 200 988 0.015567 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/port HTTP/1.1" 200 988 0.016284 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006874 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/network HTTP/1.1" 200 826 0.009178 10.0.0.65 - - [2025-12-22 03:37:33] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001413 10.0.0.23 - - [2025-12-22 03:37:33] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.084072 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009974 10.0.0.23 - - [2025-12-22 03:37:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.002061 10.0.0.23 - - [2025-12-22 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008890 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/network HTTP/1.1" 200 826 0.009133 10.0.0.65 - - [2025-12-22 03:37:34] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001656 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015966 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/port HTTP/1.1" 200 1063 0.388950 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/port HTTP/1.1" 200 1063 0.034187 10.0.0.23 - - [2025-12-22 03:37:34] "POST /route-targets HTTP/1.1" 200 327 0.033967 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/port HTTP/1.1" 200 1063 0.041852 10.0.0.23 - - [2025-12-22 03:37:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005616 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 988 0.013882 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 988 0.013257 10.0.0.23 - - [2025-12-22 03:37:35] "POST /ref-update HTTP/1.1" 200 156 0.025990 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 1090 0.029377 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008366 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 1090 0.022655 10.0.0.23 - - [2025-12-22 03:37:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012932 10.0.0.23 - - [2025-12-22 03:37:35] "GET /virtual-machine/72d409ee-ce1c-4db2-8450-a5d63b285820 HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2025-12-22 03:37:36] "GET /virtual-machine/72d409ee-ce1c-4db2-8450-a5d63b285820 HTTP/1.1" 200 1273 0.036813 10.0.0.23 - - [2025-12-22 03:37:36] "GET /virtual-machine-interface/eb62b373-f49a-45a8-8d6e-396c6d2e9b96 HTTP/1.1" 200 3188 0.007708 10.0.0.23 - - [2025-12-22 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2025-12-22 03:37:36] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004230 10.0.0.23 - - [2025-12-22 03:37:36] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003625 10.0.0.23 - - [2025-12-22 03:37:36] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006415 10.0.0.23 - - [2025-12-22 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.23 - - [2025-12-22 03:37:39] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006528 10.0.0.23 - - [2025-12-22 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.23 - - [2025-12-22 03:37:43] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006074 10.0.0.23 - - [2025-12-22 03:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2025-12-22 03:37:47] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006480 10.0.0.23 - - [2025-12-22 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.23 - - [2025-12-22 03:37:51] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006501 10.0.0.23 - - [2025-12-22 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2025-12-22 03:37:55] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006826 10.0.0.23 - - [2025-12-22 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-12-22 03:37:59] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006132 10.0.0.23 - - [2025-12-22 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2025-12-22 03:38:04] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005850 10.0.0.23 - - [2025-12-22 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.23 - - [2025-12-22 03:38:08] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006779 10.0.0.23 - - [2025-12-22 03:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2025-12-22 03:38:12] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006219 10.0.0.22 - - [2025-12-22 03:38:13] "GET /obj-perms HTTP/1.1" 200 5056 0.076645 10.0.0.23 - - [2025-12-22 03:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2025-12-22 03:38:16] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006735 10.0.0.23 - - [2025-12-22 03:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.23 - - [2025-12-22 03:38:20] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006043 10.0.0.23 - - [2025-12-22 03:38:22] "POST /neutron/network HTTP/1.1" 200 837 0.013091 10.0.0.23 - - [2025-12-22 03:38:22] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.23 - - [2025-12-22 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2025-12-22 03:38:24] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006476 10.0.0.23 - - [2025-12-22 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.23 - - [2025-12-22 03:38:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004751 10.0.0.23 - - [2025-12-22 03:38:26] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003685 10.0.0.23 - - [2025-12-22 03:38:26] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007776 10.0.0.23 - - [2025-12-22 03:38:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009779 10.0.0.23 - - [2025-12-22 03:38:30] "POST /neutron/network HTTP/1.1" 200 836 0.011608 10.0.0.23 - - [2025-12-22 03:38:30] "POST /neutron/port HTTP/1.1" 200 117 0.001660 10.0.0.23 - - [2025-12-22 03:38:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010694 10.0.0.23 - - [2025-12-22 03:38:40] "POST /neutron/port HTTP/1.1" 200 1090 0.043947 10.0.0.23 - - [2025-12-22 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008313 10.0.0.23 - - [2025-12-22 03:38:45] "POST /neutron/port HTTP/1.1" 200 1127 0.031524 10.0.0.23 - - [2025-12-22 03:38:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009910 10.0.0.23 - - [2025-12-22 03:38:52] "POST /neutron/port HTTP/1.1" 200 1127 0.021171 10.0.0.23 - - [2025-12-22 03:38:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011212 10.0.0.23 - - [2025-12-22 03:38:52] "GET /virtual-machine/c659cb34-10dc-42ab-aacc-e08dd81d1fee HTTP/1.1" 200 1297 0.006461 10.0.0.23 - - [2025-12-22 03:38:52] "GET /virtual-machine-interface/6893ffab-6d8e-41c5-9e29-d7dae7305290 HTTP/1.1" 200 2961 0.006348 10.0.0.23 - - [2025-12-22 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-12-22 03:38:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004363 10.0.0.23 - - [2025-12-22 03:38:52] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003692 10.0.0.23 - - [2025-12-22 03:38:52] "GET /virtual-network/0a160c00-3e1e-4d5b-94e5-a6de0941d51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006739 10.0.0.23 - - [2025-12-22 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2025-12-22 03:38:54] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005981 10.0.0.23 - - [2025-12-22 03:38:54] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003971 10.0.0.23 - - [2025-12-22 03:38:54] "GET /virtual-network/0a160c00-3e1e-4d5b-94e5-a6de0941d51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006596 10.0.0.23 - - [2025-12-22 03:38:59] "POST /neutron/port HTTP/1.1" 200 1090 0.030133 10.0.0.23 - - [2025-12-22 03:38:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010132 10.0.0.23 - - [2025-12-22 03:38:59] "GET /virtual-machine/140a49a0-53d0-4989-9e84-b10b0da51e09 HTTP/1.1" 200 1274 0.007855 10.0.0.23 - - [2025-12-22 03:38:59] "GET /virtual-machine-interface/9efde78b-7838-4f67-a2a6-80c0d4fc2947 HTTP/1.1" 200 3188 0.006536 10.0.0.23 - - [2025-12-22 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.23 - - [2025-12-22 03:38:59] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005880 10.0.0.23 - - [2025-12-22 03:38:59] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004290 10.0.0.23 - - [2025-12-22 03:38:59] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010108 10.0.0.23 - - [2025-12-22 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2025-12-22 03:39:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005522 10.0.0.23 - - [2025-12-22 03:39:00] "GET /virtual-networks?parent_id=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004601 10.0.0.23 - - [2025-12-22 03:39:00] "GET /virtual-network/2dabdb2d-0ce6-4749-9d72-ff9a7ecfc0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008410 10.0.0.65 - - [2025-12-22 03:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.65 - - [2025-12-22 03:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.22 - - [2025-12-22 03:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.22 - - [2025-12-22 03:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.22 - - [2025-12-22 03:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2025-12-22 03:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2025-12-22 03:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.65 - - [2025-12-22 03:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.23 - - [2025-12-22 03:39:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000717 10.0.0.23 - - [2025-12-22 03:39:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.23 - - [2025-12-22 03:39:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.23 - - [2025-12-22 03:39:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2025-12-22 03:39:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059390 10.0.0.23 - - [2025-12-22 03:39:24] "POST /neutron/port HTTP/1.1" 200 1127 0.048167 10.0.0.23 - - [2025-12-22 03:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005715 10.0.0.23 - - [2025-12-22 03:39:24] "POST /neutron/network HTTP/1.1" 200 827 0.007841 10.0.0.23 - - [2025-12-22 03:39:30] "POST /neutron/network HTTP/1.1" 200 836 0.008483 10.0.0.23 - - [2025-12-22 03:39:30] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.23 - - [2025-12-22 03:40:24] "POST /neutron/port HTTP/1.1" 200 1127 0.025388 10.0.0.23 - - [2025-12-22 03:40:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.011247 10.0.0.23 - - [2025-12-22 03:40:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019782 10.0.0.23 - - [2025-12-22 03:40:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.23 - - [2025-12-22 03:40:31] "POST /neutron/network HTTP/1.1" 200 826 0.007821 10.0.0.23 - - [2025-12-22 03:40:32] "POST /neutron/router HTTP/1.1" 200 598 0.012723 10.0.0.23 - - [2025-12-22 03:40:33] "POST /neutron/router HTTP/1.1" 200 151 0.085451 10.0.0.23 - - [2025-12-22 03:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.23 - - [2025-12-22 03:40:34] "POST /neutron/port HTTP/1.1" 200 151 0.230769 10.0.0.23 - - [2025-12-22 03:40:34] "DELETE /instance-ip/363490a5-1430-4a07-b272-252094ef6503 HTTP/1.1" 200 115 0.054580 10.0.0.23 - - [2025-12-22 03:40:35] "DELETE /virtual-machine-interface/f7baef47-e27f-4eb1-8527-846e12f57d79 HTTP/1.1" 200 115 0.063964 10.0.0.23 - - [2025-12-22 03:40:35] "DELETE /instance-ip/bcdbc5e2-f363-4702-91c8-b82bf989ba85 HTTP/1.1" 200 115 0.062541 10.0.0.23 - - [2025-12-22 03:40:35] "DELETE /virtual-machine-interface/f96b43c9-0042-4fa4-802c-efbbe1ce61a9 HTTP/1.1" 200 115 0.077943 10.0.0.23 - - [2025-12-22 03:40:35] "POST /neutron/port HTTP/1.1" 200 988 0.019069 10.0.0.23 - - [2025-12-22 03:40:35] "DELETE /instance-ip/dec734b7-f053-463b-8fa8-34dd936b55f3 HTTP/1.1" 200 115 0.067029 10.0.0.23 - - [2025-12-22 03:40:35] "DELETE /virtual-machine-interface/59506071-1aa2-455e-a010-f63e4d9c8d00 HTTP/1.1" 200 115 0.075522 10.0.0.23 - - [2025-12-22 03:40:35] "POST /neutron/port HTTP/1.1" 200 151 0.235818 10.0.0.23 - - [2025-12-22 03:40:36] "POST /neutron/network HTTP/1.1" 200 826 0.008906 10.0.0.23 - - [2025-12-22 03:40:36] "DELETE /route-target/6397c601-4f05-48df-9c08-595da13cb0b5 HTTP/1.1" 200 115 0.039907 10.0.0.23 - - [2025-12-22 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.65 - - [2025-12-22 03:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.056334 10.0.0.65 - - [2025-12-22 03:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.23 - - [2025-12-22 03:40:36] "POST /neutron/network HTTP/1.1" 200 151 0.187153 10.0.0.65 - - [2025-12-22 03:40:36] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001523 10.0.0.23 - - [2025-12-22 03:40:36] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.098675 10.0.0.65 - - [2025-12-22 03:40:36] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001385 10.0.0.23 - - [2025-12-22 03:40:36] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?fields=virtual_networks HTTP/1.1" 200 1040 0.050635 10.0.0.65 - - [2025-12-22 03:40:36] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002012 10.0.0.23 - - [2025-12-22 03:40:36] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.055287 10.0.0.65 - - [2025-12-22 03:40:36] "GET /projects?obj_uuids=34323764-e736-40de-b1a0-47cb96ff2671&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001194 10.0.0.23 - - [2025-12-22 03:40:36] "GET /project/34323764-e736-40de-b1a0-47cb96ff2671?fields=security_groups HTTP/1.1" 200 1270 0.045389 10.0.0.23 - - [2025-12-22 03:40:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.354818 10.0.0.65 - - [2025-12-22 03:40:38] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004656 10.0.0.65 - - [2025-12-22 03:40:38] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001798 10.0.0.65 - - [2025-12-22 03:40:38] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010815 10.0.0.65 - - [2025-12-22 03:40:38] "POST /id-to-fqname HTTP/1.1" 200 189 0.002939 10.0.0.65 - - [2025-12-22 03:40:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.004434 10.0.0.65 - - [2025-12-22 03:40:38] "POST /security-groups HTTP/1.1" 200 590 0.041483 10.0.0.65 - - [2025-12-22 03:40:38] "POST /projects HTTP/1.1" 200 583 0.278910 10.0.0.65 - - [2025-12-22 03:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.315998 10.0.0.23 - - [2025-12-22 03:40:38] "POST /access-control-lists HTTP/1.1" 200 595 0.041086 10.0.0.23 - - [2025-12-22 03:40:38] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.486303 10.0.0.23 - - [2025-12-22 03:40:39] "POST /neutron/port HTTP/1.1" 200 117 0.009223 10.0.0.23 - - [2025-12-22 03:40:39] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.23 - - [2025-12-22 03:40:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000792 10.0.0.23 - - [2025-12-22 03:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.054401 10.0.0.65 - - [2025-12-22 03:40:41] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001279 10.0.0.23 - - [2025-12-22 03:40:41] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052798 10.0.0.65 - - [2025-12-22 03:40:41] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001575 10.0.0.23 - - [2025-12-22 03:40:42] "POST /neutron/network HTTP/1.1" 200 604 0.182506 10.0.0.23 - - [2025-12-22 03:40:42] "POST /route-targets HTTP/1.1" 200 327 0.018694 10.0.0.23 - - [2025-12-22 03:40:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.011785 10.0.0.23 - - [2025-12-22 03:40:42] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006732 10.0.0.23 - - [2025-12-22 03:40:42] "POST /neutron/network HTTP/1.1" 200 823 0.010901 10.0.0.23 - - [2025-12-22 03:40:42] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006819 10.0.0.23 - - [2025-12-22 03:40:42] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005984 10.0.0.65 - - [2025-12-22 03:40:44] "GET /obj-perms HTTP/1.1" 200 5028 0.057021 10.0.0.23 - - [2025-12-22 03:40:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.002063 10.0.0.23 - - [2025-12-22 03:40:44] "POST /neutron/network HTTP/1.1" 200 833 0.008587 10.0.0.65 - - [2025-12-22 03:40:45] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001235 10.0.0.23 - - [2025-12-22 03:40:45] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.078740 10.0.0.23 - - [2025-12-22 03:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.007377 10.0.0.23 - - [2025-12-22 03:40:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002088 10.0.0.23 - - [2025-12-22 03:40:45] "POST /neutron/network HTTP/1.1" 200 833 0.014052 10.0.0.23 - - [2025-12-22 03:40:46] "POST /neutron/port HTTP/1.1" 200 1059 0.024963 10.0.0.65 - - [2025-12-22 03:40:46] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001951 10.0.0.23 - - [2025-12-22 03:40:46] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.151405 10.0.0.23 - - [2025-12-22 03:40:46] "POST /neutron/network HTTP/1.1" 200 823 0.012940 10.0.0.23 - - [2025-12-22 03:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.23 - - [2025-12-22 03:40:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010950 10.0.0.23 - - [2025-12-22 03:40:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008634 10.0.0.23 - - [2025-12-22 03:40:47] "POST /neutron/port HTTP/1.1" 200 1059 0.022125 10.0.0.23 - - [2025-12-22 03:40:47] "POST /neutron/port HTTP/1.1" 200 1123 0.023565 10.0.0.23 - - [2025-12-22 03:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.23 - - [2025-12-22 03:40:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009600 10.0.0.23 - - [2025-12-22 03:40:52] "POST /neutron/port HTTP/1.1" 200 1123 0.028643 10.0.0.23 - - [2025-12-22 03:40:52] "GET /virtual-machine/edc6e718-910f-47d9-af1a-6e4134f7cba0 HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2025-12-22 03:40:52] "GET /virtual-machine/edc6e718-910f-47d9-af1a-6e4134f7cba0 HTTP/1.1" 200 1292 0.030869 10.0.0.23 - - [2025-12-22 03:40:52] "GET /virtual-machine-interface/58aaa46a-7479-4593-91f1-b7da340d7afb HTTP/1.1" 200 2936 0.005976 10.0.0.23 - - [2025-12-22 03:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.23 - - [2025-12-22 03:40:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004359 10.0.0.23 - - [2025-12-22 03:40:52] "GET /virtual-networks?parent_id=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003654 10.0.0.23 - - [2025-12-22 03:40:52] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006243 10.0.0.23 - - [2025-12-22 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.23 - - [2025-12-22 03:40:55] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007514 10.0.0.23 - - [2025-12-22 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-12-22 03:40:59] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006746 10.0.0.23 - - [2025-12-22 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.23 - - [2025-12-22 03:41:03] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010033 10.0.0.23 - - [2025-12-22 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2025-12-22 03:41:08] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007297 10.0.0.23 - - [2025-12-22 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.23 - - [2025-12-22 03:41:12] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008572 10.0.0.23 - - [2025-12-22 03:41:14] "DELETE /access-control-list/e8637a62-4046-4526-b1ff-b3c8853e1368 HTTP/1.1" 200 115 0.064564 10.0.0.22 - - [2025-12-22 03:41:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052127 10.0.0.23 - - [2025-12-22 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-12-22 03:41:16] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006307 10.0.0.23 - - [2025-12-22 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.23 - - [2025-12-22 03:41:20] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010175 10.0.0.23 - - [2025-12-22 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-12-22 03:41:24] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006077 10.0.0.23 - - [2025-12-22 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-12-22 03:41:28] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006582 10.0.0.65 - - [2025-12-22 03:41:29] "DELETE /project/5859d06962a84a9eb91e57234307563b HTTP/1.1" 404 173 0.035414 10.0.0.65 - - [2025-12-22 03:41:29] "DELETE /project/34323764-e736-40de-b1a0-47cb96ff2671 HTTP/1.1" 404 177 0.058022 10.0.0.23 - - [2025-12-22 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.23 - - [2025-12-22 03:41:32] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006718 10.0.0.23 - - [2025-12-22 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.23 - - [2025-12-22 03:41:36] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011857 10.0.0.23 - - [2025-12-22 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.23 - - [2025-12-22 03:41:40] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006999 10.0.0.23 - - [2025-12-22 03:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.23 - - [2025-12-22 03:41:44] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006855 10.0.0.23 - - [2025-12-22 03:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.23 - - [2025-12-22 03:41:48] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005579 10.0.0.23 - - [2025-12-22 03:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.23 - - [2025-12-22 03:41:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004436 10.0.0.23 - - [2025-12-22 03:41:51] "GET /virtual-networks?parent_id=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004922 10.0.0.23 - - [2025-12-22 03:41:51] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006966 10.0.0.23 - - [2025-12-22 03:41:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008240 10.0.0.23 - - [2025-12-22 03:42:01] "POST /neutron/port HTTP/1.1" 200 1123 0.024452 10.0.0.23 - - [2025-12-22 03:42:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008643 10.0.0.23 - - [2025-12-22 03:42:07] "POST /neutron/port HTTP/1.1" 200 1123 0.022097 10.0.0.23 - - [2025-12-22 03:42:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012387 10.0.0.23 - - [2025-12-22 03:42:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051881 10.0.0.23 - - [2025-12-22 03:42:17] "POST /neutron/port HTTP/1.1" 200 1123 0.025622 10.0.0.23 - - [2025-12-22 03:42:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011742 10.0.0.23 - - [2025-12-22 03:42:17] "GET /virtual-machine/b1149154-b1d7-4c2a-91d6-361fde94c458 HTTP/1.1" 200 1292 0.008388 10.0.0.23 - - [2025-12-22 03:42:17] "GET /virtual-machine-interface/33e99910-56e1-4465-bba6-75ecf6f8d28a HTTP/1.1" 200 2936 0.005920 10.0.0.23 - - [2025-12-22 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.23 - - [2025-12-22 03:42:17] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005403 10.0.0.23 - - [2025-12-22 03:42:17] "GET /virtual-networks?parent_id=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003860 10.0.0.23 - - [2025-12-22 03:42:17] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007323 10.0.0.23 - - [2025-12-22 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.23 - - [2025-12-22 03:42:18] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004365 10.0.0.23 - - [2025-12-22 03:42:18] "GET /virtual-networks?parent_id=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003818 10.0.0.23 - - [2025-12-22 03:42:18] "GET /virtual-network/c1f9b04f-fd5b-49a6-a73a-cb5da9c035da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007199 10.0.0.23 - - [2025-12-22 03:42:34] "POST /neutron/network HTTP/1.1" 200 833 0.036440 10.0.0.23 - - [2025-12-22 03:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.001948 10.0.0.23 - - [2025-12-22 03:43:35] "POST /neutron/port HTTP/1.1" 200 1123 0.026055 10.0.0.23 - - [2025-12-22 03:43:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.010697 10.0.0.23 - - [2025-12-22 03:43:51] "POST /neutron/network HTTP/1.1" 200 823 0.008188 10.0.0.23 - - [2025-12-22 03:43:52] "POST /neutron/port HTTP/1.1" 200 1113 0.023470 10.0.0.23 - - [2025-12-22 03:43:52] "POST /neutron/port HTTP/1.1" 200 1113 0.014804 10.0.0.65 - - [2025-12-22 03:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.65 - - [2025-12-22 03:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.23 - - [2025-12-22 03:43:53] "POST /neutron/network HTTP/1.1" 200 151 0.146447 10.0.0.65 - - [2025-12-22 03:43:55] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001360 10.0.0.23 - - [2025-12-22 03:43:55] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.096970 10.0.0.65 - - [2025-12-22 03:43:55] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002060 10.0.0.23 - - [2025-12-22 03:43:55] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?fields=virtual_networks HTTP/1.1" 200 1030 0.068738 10.0.0.65 - - [2025-12-22 03:43:55] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001568 10.0.0.23 - - [2025-12-22 03:43:55] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050901 10.0.0.65 - - [2025-12-22 03:43:55] "GET /projects?obj_uuids=5859d069-62a8-4a9e-b91e-57234307563b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002138 10.0.0.23 - - [2025-12-22 03:43:55] "GET /project/5859d069-62a8-4a9e-b91e-57234307563b?fields=security_groups HTTP/1.1" 200 1255 0.052896 10.0.0.23 - - [2025-12-22 03:43:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.040458 10.0.0.65 - - [2025-12-22 03:43:56] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004380 10.0.0.65 - - [2025-12-22 03:43:56] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.65 - - [2025-12-22 03:43:56] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009844 10.0.0.65 - - [2025-12-22 03:43:57] "POST /id-to-fqname HTTP/1.1" 200 189 0.002981 10.0.0.65 - - [2025-12-22 03:43:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.004759 10.0.0.65 - - [2025-12-22 03:43:57] "POST /security-groups HTTP/1.1" 200 590 0.037800 10.0.0.65 - - [2025-12-22 03:43:57] "POST /projects HTTP/1.1" 200 583 0.268524 10.0.0.23 - - [2025-12-22 03:43:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.033279 10.0.0.65 - - [2025-12-22 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.353905 10.0.0.23 - - [2025-12-22 03:43:57] "POST /access-control-lists HTTP/1.1" 200 593 0.030932 10.0.0.23 - - [2025-12-22 03:43:57] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.524562 10.0.0.23 - - [2025-12-22 03:43:58] "GET / HTTP/1.1" 200 35931 0.003376 10.0.0.23 - - [2025-12-22 03:44:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2025-12-22 03:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.062528 10.0.0.65 - - [2025-12-22 03:44:00] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001562 10.0.0.23 - - [2025-12-22 03:44:00] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.055751 10.0.0.65 - - [2025-12-22 03:44:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005975 10.0.0.23 - - [2025-12-22 03:44:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.306171 10.0.0.23 - - [2025-12-22 03:44:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.003528 10.0.0.23 - - [2025-12-22 03:44:01] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007794 10.0.0.23 - - [2025-12-22 03:44:01] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007741 10.0.0.23 - - [2025-12-22 03:44:01] "POST /neutron/network HTTP/1.1" 200 824 0.008818 10.0.0.23 - - [2025-12-22 03:44:01] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007180 10.0.0.65 - - [2025-12-22 03:44:03] "GET /obj-perms HTTP/1.1" 200 5028 0.055475 10.0.0.23 - - [2025-12-22 03:44:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.002124 10.0.0.65 - - [2025-12-22 03:44:03] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002472 10.0.0.23 - - [2025-12-22 03:44:04] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080354 10.0.0.23 - - [2025-12-22 03:44:04] "POST /neutron/network HTTP/1.1" 200 824 0.033906 10.0.0.23 - - [2025-12-22 03:44:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.002082 10.0.0.23 - - [2025-12-22 03:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.009804 10.0.0.65 - - [2025-12-22 03:44:04] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002419 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/port HTTP/1.1" 200 1060 0.317641 10.0.0.65 - - [2025-12-22 03:44:05] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001192 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/port HTTP/1.1" 200 1114 0.152180 10.0.0.23 - - [2025-12-22 03:44:05] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.113277 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/network HTTP/1.1" 200 824 0.008842 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/port HTTP/1.1" 200 117 0.008949 10.0.0.23 - - [2025-12-22 03:44:05] "POST /neutron/network HTTP/1.1" 200 834 0.009865 10.0.0.23 - - [2025-12-22 03:44:06] "POST /neutron/port HTTP/1.1" 200 1060 0.027621 10.0.0.23 - - [2025-12-22 03:44:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005286 10.0.0.23 - - [2025-12-22 03:44:06] "POST /neutron/network HTTP/1.1" 200 824 0.009562 10.0.0.65 - - [2025-12-22 03:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.65 - - [2025-12-22 03:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-12-22 03:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.22 - - [2025-12-22 03:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.22 - - [2025-12-22 03:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2025-12-22 03:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2025-12-22 03:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.65 - - [2025-12-22 03:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-22 03:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2025-12-22 03:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000627 10.0.0.23 - - [2025-12-22 03:44:10] "POST /neutron/port HTTP/1.1" 200 1124 0.022237 10.0.0.23 - - [2025-12-22 03:44:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000671 10.0.0.23 - - [2025-12-22 03:44:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.013070 10.0.0.23 - - [2025-12-22 03:44:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.23 - - [2025-12-22 03:44:11] "GET /virtual-machine/9fed9147-b088-4621-a48f-d6a976c7daaa HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2025-12-22 03:44:11] "GET /virtual-machine/9fed9147-b088-4621-a48f-d6a976c7daaa HTTP/1.1" 200 1292 0.035428 10.0.0.23 - - [2025-12-22 03:44:11] "GET /virtual-machine-interface/32a1984a-c15a-4b63-8d7e-867d6091d393 HTTP/1.1" 200 2936 0.007335 10.0.0.23 - - [2025-12-22 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2025-12-22 03:44:11] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004965 10.0.0.23 - - [2025-12-22 03:44:11] "GET /virtual-networks?parent_id=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006054 10.0.0.23 - - [2025-12-22 03:44:11] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006484 10.0.0.23 - - [2025-12-22 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008281 10.0.0.23 - - [2025-12-22 03:44:14] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006571 10.0.0.23 - - [2025-12-22 03:44:14] "DELETE /access-control-list/dcba4830-72fa-4a26-9eff-14a7d32d44e9 HTTP/1.1" 200 115 0.037232 10.0.0.22 - - [2025-12-22 03:44:17] "GET /obj-perms HTTP/1.1" 200 5056 0.066659 10.0.0.23 - - [2025-12-22 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.23 - - [2025-12-22 03:44:18] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007965 10.0.0.23 - - [2025-12-22 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2025-12-22 03:44:22] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006233 10.0.0.23 - - [2025-12-22 03:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2025-12-22 03:44:26] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010681 10.0.0.65 - - [2025-12-22 03:44:30] "DELETE /project/5859d069-62a8-4a9e-b91e-57234307563b HTTP/1.1" 404 177 0.007626 10.0.0.65 - - [2025-12-22 03:44:30] "DELETE /project/46934122733d4b67bee8b6b0be53d1a0 HTTP/1.1" 404 173 0.007018 10.0.0.23 - - [2025-12-22 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-12-22 03:44:30] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007331 10.0.0.23 - - [2025-12-22 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.23 - - [2025-12-22 03:44:35] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008205 10.0.0.23 - - [2025-12-22 03:44:37] "POST /neutron/network HTTP/1.1" 200 834 0.008143 10.0.0.23 - - [2025-12-22 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.23 - - [2025-12-22 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.23 - - [2025-12-22 03:44:39] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008133 10.0.0.23 - - [2025-12-22 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2025-12-22 03:44:43] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006406 10.0.0.23 - - [2025-12-22 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.23 - - [2025-12-22 03:44:47] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008013 10.0.0.23 - - [2025-12-22 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2025-12-22 03:44:51] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006179 10.0.0.23 - - [2025-12-22 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2025-12-22 03:44:55] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006477 10.0.0.23 - - [2025-12-22 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2025-12-22 03:44:59] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006828 10.0.0.23 - - [2025-12-22 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2025-12-22 03:45:01] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004994 10.0.0.23 - - [2025-12-22 03:45:01] "GET /virtual-networks?parent_id=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004271 10.0.0.23 - - [2025-12-22 03:45:01] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007269 10.0.0.23 - - [2025-12-22 03:45:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011471 10.0.0.23 - - [2025-12-22 03:45:12] "POST /neutron/port HTTP/1.1" 200 1124 0.024414 10.0.0.23 - - [2025-12-22 03:45:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033485 10.0.0.23 - - [2025-12-22 03:45:18] "GET /obj-perms HTTP/1.1" 200 5056 0.053683 10.0.0.23 - - [2025-12-22 03:45:22] "POST /neutron/port HTTP/1.1" 200 1124 0.024894 10.0.0.23 - - [2025-12-22 03:45:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010377 10.0.0.23 - - [2025-12-22 03:45:37] "POST /neutron/port HTTP/1.1" 200 1124 0.031331 10.0.0.23 - - [2025-12-22 03:45:38] "POST /neutron/port HTTP/1.1" 200 1124 0.028748 10.0.0.23 - - [2025-12-22 03:45:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010909 10.0.0.23 - - [2025-12-22 03:45:43] "POST /neutron/port HTTP/1.1" 200 1124 0.020127 10.0.0.23 - - [2025-12-22 03:45:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009708 10.0.0.23 - - [2025-12-22 03:45:53] "POST /neutron/port HTTP/1.1" 200 1124 0.022995 10.0.0.23 - - [2025-12-22 03:45:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008394 10.0.0.23 - - [2025-12-22 03:45:59] "POST /neutron/port HTTP/1.1" 200 1124 0.022780 10.0.0.23 - - [2025-12-22 03:45:59] "GET /virtual-machine/e9051c22-131a-45e0-9a5e-2be5221c10e7 HTTP/1.1" 200 1292 0.007677 10.0.0.23 - - [2025-12-22 03:45:59] "GET /virtual-machine-interface/6cdd5175-6582-4922-9f18-7090fe7794f1 HTTP/1.1" 200 2936 0.007143 10.0.0.23 - - [2025-12-22 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2025-12-22 03:45:59] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004992 10.0.0.23 - - [2025-12-22 03:45:59] "GET /virtual-networks?parent_id=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004163 10.0.0.23 - - [2025-12-22 03:45:59] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006849 10.0.0.23 - - [2025-12-22 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.23 - - [2025-12-22 03:46:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006162 10.0.0.23 - - [2025-12-22 03:46:00] "GET /virtual-networks?parent_id=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005404 10.0.0.23 - - [2025-12-22 03:46:00] "GET /virtual-network/4e39b87e-78d1-4b85-b60b-f3fff63d3cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007257 10.0.0.23 - - [2025-12-22 03:46:26] "POST /neutron/network HTTP/1.1" 400 204 0.022869 10.0.0.23 - - [2025-12-22 03:46:26] "POST /neutron/port HTTP/1.1" 200 151 0.254731 10.0.0.23 - - [2025-12-22 03:46:26] "POST /neutron/port HTTP/1.1" 200 151 0.284382 10.0.0.23 - - [2025-12-22 03:46:28] "DELETE /route-target/60bf00cb-546f-49a5-8a67-22bdf6783247 HTTP/1.1" 200 115 0.034139 10.0.0.65 - - [2025-12-22 03:46:29] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.033170 10.0.0.23 - - [2025-12-22 03:46:29] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.085021 10.0.0.65 - - [2025-12-22 03:46:29] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001419 10.0.0.23 - - [2025-12-22 03:46:29] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?fields=virtual_networks HTTP/1.1" 200 1030 0.063374 10.0.0.65 - - [2025-12-22 03:46:29] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001208 10.0.0.23 - - [2025-12-22 03:46:30] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.067115 10.0.0.65 - - [2025-12-22 03:46:30] "GET /projects?obj_uuids=46934122-733d-4b67-bee8-b6b0be53d1a0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001792 10.0.0.23 - - [2025-12-22 03:46:30] "GET /project/46934122-733d-4b67-bee8-b6b0be53d1a0?fields=security_groups HTTP/1.1" 200 1255 0.081330 10.0.0.23 - - [2025-12-22 03:46:44] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.23 - - [2025-12-22 03:46:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2025-12-22 03:46:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.062257 10.0.0.65 - - [2025-12-22 03:46:45] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004640 10.0.0.65 - - [2025-12-22 03:46:45] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.65 - - [2025-12-22 03:46:45] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034292 10.0.0.65 - - [2025-12-22 03:46:45] "POST /id-to-fqname HTTP/1.1" 200 203 0.004579 10.0.0.65 - - [2025-12-22 03:46:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.023908 10.0.0.65 - - [2025-12-22 03:46:45] "POST /security-groups HTTP/1.1" 200 604 0.041312 10.0.0.65 - - [2025-12-22 03:46:45] "POST /projects HTTP/1.1" 200 611 0.318061 10.0.0.23 - - [2025-12-22 03:46:45] "POST /fqname-to-id HTTP/1.1" 404 246 0.017332 10.0.0.65 - - [2025-12-22 03:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.396474 10.0.0.23 - - [2025-12-22 03:46:45] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.620073 10.0.0.23 - - [2025-12-22 03:46:46] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.23 - - [2025-12-22 03:46:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000695 10.0.0.23 - - [2025-12-22 03:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.061444 10.0.0.65 - - [2025-12-22 03:46:47] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001063 10.0.0.23 - - [2025-12-22 03:46:47] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044183 10.0.0.23 - - [2025-12-22 03:46:47] "POST /neutron/network HTTP/1.1" 200 117 0.035896 10.0.0.23 - - [2025-12-22 03:46:48] "POST /ref-update HTTP/1.1" 200 156 0.042254 10.0.0.23 - - [2025-12-22 03:46:48] "POST /neutron/network HTTP/1.1" 200 838 0.011198 10.0.0.23 - - [2025-12-22 03:46:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.001843 10.0.0.23 - - [2025-12-22 03:46:48] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008621 10.0.0.23 - - [2025-12-22 03:46:48] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008446 10.0.0.23 - - [2025-12-22 03:46:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.012883 10.0.0.23 - - [2025-12-22 03:46:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.002756 10.0.0.65 - - [2025-12-22 03:46:49] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001890 10.0.0.23 - - [2025-12-22 03:46:49] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.130389 10.0.0.23 - - [2025-12-22 03:46:49] "POST /neutron/port HTTP/1.1" 200 117 0.010494 10.0.0.23 - - [2025-12-22 03:46:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.002064 10.0.0.23 - - [2025-12-22 03:46:49] "POST /neutron/network HTTP/1.1" 200 848 0.013090 10.0.0.23 - - [2025-12-22 03:46:50] "POST /neutron/port HTTP/1.1" 200 1072 0.023527 10.0.0.65 - - [2025-12-22 03:46:50] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001191 10.0.0.23 - - [2025-12-22 03:46:50] "POST /neutron/port HTTP/1.1" 200 1136 0.025391 10.0.0.23 - - [2025-12-22 03:46:50] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.084280 10.0.0.23 - - [2025-12-22 03:46:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.012268 10.0.0.23 - - [2025-12-22 03:46:50] "POST /neutron/port HTTP/1.1" 200 1136 0.024836 10.0.0.23 - - [2025-12-22 03:46:51] "POST /neutron/network HTTP/1.1" 200 848 0.008705 10.0.0.23 - - [2025-12-22 03:46:51] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006074 10.0.0.23 - - [2025-12-22 03:46:51] "POST /neutron/port HTTP/1.1" 200 1072 0.027357 10.0.0.23 - - [2025-12-22 03:46:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011566 10.0.0.23 - - [2025-12-22 03:46:51] "POST /neutron/network HTTP/1.1" 200 838 0.008965 10.0.0.65 - - [2025-12-22 03:46:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055239 10.0.0.23 - - [2025-12-22 03:46:53] "POST /neutron/port HTTP/1.1" 200 1136 0.023910 10.0.0.23 - - [2025-12-22 03:46:53] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008310 10.0.0.23 - - [2025-12-22 03:46:53] "GET /virtual-machine/f86f78ed-6dcd-403e-90a2-e4330e4ae0ab HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-22 03:46:53] "GET /virtual-machine/f86f78ed-6dcd-403e-90a2-e4330e4ae0ab HTTP/1.1" 200 1306 0.030249 10.0.0.23 - - [2025-12-22 03:46:53] "GET /virtual-machine-interface/2c8284ff-2321-4502-9e5a-18deb897a742 HTTP/1.1" 200 3009 0.006466 10.0.0.23 - - [2025-12-22 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2025-12-22 03:46:53] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.23 - - [2025-12-22 03:46:53] "GET /virtual-networks?parent_id=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003624 10.0.0.23 - - [2025-12-22 03:46:53] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007059 10.0.0.23 - - [2025-12-22 03:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2025-12-22 03:46:56] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008690 10.0.0.23 - - [2025-12-22 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006248 10.0.0.23 - - [2025-12-22 03:47:00] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007742 10.0.0.23 - - [2025-12-22 03:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.23 - - [2025-12-22 03:47:04] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008271 10.0.0.23 - - [2025-12-22 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.23 - - [2025-12-22 03:47:08] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010067 10.0.0.23 - - [2025-12-22 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.23 - - [2025-12-22 03:47:13] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006555 10.0.0.23 - - [2025-12-22 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.23 - - [2025-12-22 03:47:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005728 10.0.0.23 - - [2025-12-22 03:47:15] "GET /virtual-networks?parent_id=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003860 10.0.0.23 - - [2025-12-22 03:47:15] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008057 10.0.0.23 - - [2025-12-22 03:47:15] "POST /neutron/port HTTP/1.1" 200 1136 0.037000 10.0.0.23 - - [2025-12-22 03:47:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008175 10.0.0.22 - - [2025-12-22 03:47:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048840 10.0.0.23 - - [2025-12-22 03:47:25] "POST /neutron/port HTTP/1.1" 200 1136 0.031278 10.0.0.23 - - [2025-12-22 03:47:25] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009257 10.0.0.23 - - [2025-12-22 03:47:25] "GET /virtual-machine/ca7ded4b-3660-4f10-a859-ddfee149d931 HTTP/1.1" 200 1306 0.009427 10.0.0.23 - - [2025-12-22 03:47:25] "GET /virtual-machine-interface/bc50b66b-70b6-4dfb-ae05-3f78615d3aea HTTP/1.1" 200 3010 0.006474 10.0.0.23 - - [2025-12-22 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.23 - - [2025-12-22 03:47:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006055 10.0.0.23 - - [2025-12-22 03:47:25] "GET /virtual-networks?parent_id=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004561 10.0.0.23 - - [2025-12-22 03:47:25] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007663 10.0.0.23 - - [2025-12-22 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2025-12-22 03:47:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005347 10.0.0.23 - - [2025-12-22 03:47:26] "GET /virtual-networks?parent_id=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004786 10.0.0.23 - - [2025-12-22 03:47:26] "GET /virtual-network/c01bf94b-b3e4-4cbe-9d09-07465b433b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007666 10.0.0.23 - - [2025-12-22 03:47:27] "POST /neutron/port HTTP/1.1" 200 1136 0.021140 10.0.0.65 - - [2025-12-22 03:47:30] "DELETE /project/3870318500384991bc8ecbd1e8fdfd57 HTTP/1.1" 404 173 0.004986 10.0.0.65 - - [2025-12-22 03:47:30] "DELETE /project/46934122-733d-4b67-bee8-b6b0be53d1a0 HTTP/1.1" 404 177 0.005718 10.0.0.23 - - [2025-12-22 03:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.23 - - [2025-12-22 03:47:32] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005362 10.0.0.23 - - [2025-12-22 03:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.23 - - [2025-12-22 03:47:32] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007806 10.0.0.23 - - [2025-12-22 03:47:32] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.016040 10.0.0.23 - - [2025-12-22 03:47:40] "POST /neutron/port HTTP/1.1" 200 1136 0.048853 10.0.0.23 - - [2025-12-22 03:47:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.013061 10.0.0.23 - - [2025-12-22 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2025-12-22 03:47:43] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.005511 10.0.0.23 - - [2025-12-22 03:47:43] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.018937 10.0.0.23 - - [2025-12-22 03:48:20] "GET /obj-perms HTTP/1.1" 200 5056 0.050895 10.0.0.23 - - [2025-12-22 03:48:33] "POST /neutron/network HTTP/1.1" 200 838 0.010041 10.0.0.23 - - [2025-12-22 03:48:34] "POST /neutron/port HTTP/1.1" 200 1126 0.018799 10.0.0.23 - - [2025-12-22 03:48:34] "POST /neutron/port HTTP/1.1" 200 1126 0.020963 10.0.0.65 - - [2025-12-22 03:48:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003636 10.0.0.65 - - [2025-12-22 03:48:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004830 10.0.0.23 - - [2025-12-22 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-12-22 03:48:35] "POST /neutron/network HTTP/1.1" 200 151 0.151567 10.0.0.65 - - [2025-12-22 03:48:35] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001741 10.0.0.23 - - [2025-12-22 03:48:35] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053859 10.0.0.65 - - [2025-12-22 03:48:35] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001697 10.0.0.23 - - [2025-12-22 03:48:36] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?fields=virtual_networks HTTP/1.1" 200 1058 0.056238 10.0.0.65 - - [2025-12-22 03:48:36] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001929 10.0.0.23 - - [2025-12-22 03:48:36] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.049172 10.0.0.65 - - [2025-12-22 03:48:36] "GET /projects?obj_uuids=38703185-0038-4991-bc8e-cbd1e8fdfd57&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001321 10.0.0.23 - - [2025-12-22 03:48:36] "GET /project/38703185-0038-4991-bc8e-cbd1e8fdfd57?fields=security_groups HTTP/1.1" 200 1297 0.052101 10.0.0.23 - - [2025-12-22 03:48:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.027309 10.0.0.65 - - [2025-12-22 03:48:37] "GET /projects?obj_uuids=53330f19-9fa8-49a8-af09-6e1173197f46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004814 10.0.0.65 - - [2025-12-22 03:48:37] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.65 - - [2025-12-22 03:48:37] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009661 10.0.0.65 - - [2025-12-22 03:48:37] "POST /id-to-fqname HTTP/1.1" 200 209 0.007416 10.0.0.65 - - [2025-12-22 03:48:37] "POST /fqname-to-id HTTP/1.1" 404 217 0.006612 10.0.0.65 - - [2025-12-22 03:48:37] "POST /security-groups HTTP/1.1" 200 609 0.078223 10.0.0.65 - - [2025-12-22 03:48:37] "POST /projects HTTP/1.1" 200 621 0.342305 10.0.0.23 - - [2025-12-22 03:48:37] "POST /access-control-lists HTTP/1.1" 200 614 0.029429 10.0.0.65 - - [2025-12-22 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.419421 10.0.0.23 - - [2025-12-22 03:48:37] "GET /project/53330f19-9fa8-49a8-af09-6e1173197f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.568901 10.0.0.23 - - [2025-12-22 03:48:38] "GET / HTTP/1.1" 200 35931 0.001742 10.0.0.23 - - [2025-12-22 03:48:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2025-12-22 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055985 10.0.0.65 - - [2025-12-22 03:48:39] "GET /projects?obj_uuids=53330f19-9fa8-49a8-af09-6e1173197f46&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001497 10.0.0.23 - - [2025-12-22 03:48:39] "GET /project/53330f19-9fa8-49a8-af09-6e1173197f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.051358 10.0.0.23 - - [2025-12-22 03:48:39] "POST /route-targets HTTP/1.1" 200 327 0.019737 10.0.0.65 - - [2025-12-22 03:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005669 10.0.0.23 - - [2025-12-22 03:48:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.245195 10.0.0.23 - - [2025-12-22 03:48:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.002007 10.0.0.23 - - [2025-12-22 03:48:40] "GET /virtual-network/e1bc4f78-7a5c-47ba-b76e-d1f7131dafc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007813 10.0.0.23 - - [2025-12-22 03:48:40] "GET /virtual-network/e1bc4f78-7a5c-47ba-b76e-d1f7131dafc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007463 10.0.0.23 - - [2025-12-22 03:48:40] "POST /neutron/network HTTP/1.1" 200 841 0.009327 10.0.0.23 - - [2025-12-22 03:48:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001408 10.0.0.65 - - [2025-12-22 03:48:41] "GET /projects?obj_uuids=53330f19-9fa8-49a8-af09-6e1173197f46&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002273 10.0.0.23 - - [2025-12-22 03:48:41] "GET /project/53330f19-9fa8-49a8-af09-6e1173197f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.086011 10.0.0.23 - - [2025-12-22 03:48:41] "POST /neutron/network HTTP/1.1" 200 841 0.012535 10.0.0.23 - - [2025-12-22 03:48:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001423 10.0.0.23 - - [2025-12-22 03:48:41] "POST /neutron/port HTTP/1.1" 200 117 0.007176 10.0.0.65 - - [2025-12-22 03:48:42] "GET /projects?obj_uuids=53330f19-9fa8-49a8-af09-6e1173197f46&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001802 10.0.0.23 - - [2025-12-22 03:48:42] "GET /project/53330f19-9fa8-49a8-af09-6e1173197f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.079902 10.0.0.23 - - [2025-12-22 03:48:42] "POST /neutron/port HTTP/1.1" 200 117 0.011680 10.0.0.23 - - [2025-12-22 03:48:43] "GET /virtual-network/e1bc4f78-7a5c-47ba-b76e-d1f7131dafc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007988 10.0.0.23 - - [2025-12-22 03:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.008565 10.0.0.23 - - [2025-12-22 03:48:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.023712 10.0.0.65 - - [2025-12-22 03:48:44] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.65 - - [2025-12-22 03:48:44] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001873 10.0.0.65 - - [2025-12-22 03:48:44] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011397 10.0.0.65 - - [2025-12-22 03:48:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.006094 10.0.0.65 - - [2025-12-22 03:48:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.006226 10.0.0.65 - - [2025-12-22 03:48:45] "POST /security-groups HTTP/1.1" 200 586 0.048654 10.0.0.65 - - [2025-12-22 03:48:45] "POST /projects HTTP/1.1" 200 575 0.323550 10.0.0.23 - - [2025-12-22 03:48:45] "POST /access-control-lists HTTP/1.1" 200 591 0.028869 10.0.0.65 - - [2025-12-22 03:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.395442 10.0.0.23 - - [2025-12-22 03:48:45] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.552477 10.0.0.23 - - [2025-12-22 03:48:46] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.65 - - [2025-12-22 03:48:46] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001288 10.0.0.23 - - [2025-12-22 03:48:46] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.060362 10.0.0.23 - - [2025-12-22 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-12-22 03:48:47] "GET /security-group/93c880da-cf37-483d-aa57-a4654786e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004565 10.0.0.23 - - [2025-12-22 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.65 - - [2025-12-22 03:48:47] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001438 10.0.0.23 - - [2025-12-22 03:48:47] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.053117 10.0.0.23 - - [2025-12-22 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.23 - - [2025-12-22 03:48:47] "GET /security-group/93c880da-cf37-483d-aa57-a4654786e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.006253 10.0.0.23 - - [2025-12-22 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2025-12-22 03:48:47] "PUT /security-group/93c880da-cf37-483d-aa57-a4654786e67f HTTP/1.1" 200 262 0.023555 10.0.0.23 - - [2025-12-22 03:48:47] "PUT /access-control-list/eec1a970-15aa-4d90-81a4-af2dd2f9a2bd HTTP/1.1" 200 272 0.016833 10.0.0.65 - - [2025-12-22 03:48:50] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001244 10.0.0.23 - - [2025-12-22 03:48:50] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.051845 10.0.0.65 - - [2025-12-22 03:48:50] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001552 10.0.0.23 - - [2025-12-22 03:48:50] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?fields=virtual_networks HTTP/1.1" 200 1021 0.043822 10.0.0.65 - - [2025-12-22 03:48:50] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.23 - - [2025-12-22 03:48:50] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050801 10.0.0.65 - - [2025-12-22 03:48:50] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.23 - - [2025-12-22 03:48:50] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?fields=security_groups HTTP/1.1" 200 1242 0.055699 10.0.0.23 - - [2025-12-22 03:48:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.026760 10.0.0.65 - - [2025-12-22 03:48:51] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003641 10.0.0.65 - - [2025-12-22 03:48:51] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.65 - - [2025-12-22 03:48:51] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008801 10.0.0.65 - - [2025-12-22 03:48:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.001734 10.0.0.65 - - [2025-12-22 03:48:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.007064 10.0.0.65 - - [2025-12-22 03:48:52] "POST /security-groups HTTP/1.1" 200 595 0.041905 10.0.0.65 - - [2025-12-22 03:48:52] "POST /projects HTTP/1.1" 200 593 0.288882 10.0.0.23 - - [2025-12-22 03:48:52] "POST /access-control-lists HTTP/1.1" 200 600 0.031728 10.0.0.65 - - [2025-12-22 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.368661 10.0.0.23 - - [2025-12-22 03:48:52] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.515646 10.0.0.23 - - [2025-12-22 03:48:53] "GET / HTTP/1.1" 200 35931 0.002124 10.0.0.23 - - [2025-12-22 03:48:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.23 - - [2025-12-22 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.051983 10.0.0.65 - - [2025-12-22 03:48:55] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001456 10.0.0.23 - - [2025-12-22 03:48:55] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046187 10.0.0.23 - - [2025-12-22 03:48:55] "POST /route-targets HTTP/1.1" 200 327 0.023909 10.0.0.65 - - [2025-12-22 03:48:56] "POST /useragent-kv HTTP/1.1" 200 115 0.015743 10.0.0.23 - - [2025-12-22 03:48:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.307641 10.0.0.23 - - [2025-12-22 03:48:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.002019 10.0.0.23 - - [2025-12-22 03:48:56] "GET /virtual-network/41b563c8-a392-49b0-aeb1-70512930335e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006015 10.0.0.23 - - [2025-12-22 03:48:56] "GET /virtual-network/41b563c8-a392-49b0-aeb1-70512930335e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006295 10.0.0.23 - - [2025-12-22 03:48:56] "POST /neutron/network HTTP/1.1" 200 841 0.008441 10.0.0.23 - - [2025-12-22 03:48:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001847 10.0.0.23 - - [2025-12-22 03:48:56] "POST /neutron/network HTTP/1.1" 200 851 0.009137 10.0.0.65 - - [2025-12-22 03:48:57] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001241 10.0.0.23 - - [2025-12-22 03:48:57] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.072099 10.0.0.23 - - [2025-12-22 03:48:57] "POST /neutron/port HTTP/1.1" 200 117 0.009475 10.0.0.23 - - [2025-12-22 03:48:57] "POST /id-to-fqname HTTP/1.1" 200 231 0.001529 10.0.0.65 - - [2025-12-22 03:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000685 10.0.0.65 - - [2025-12-22 03:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.22 - - [2025-12-22 03:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-12-22 03:49:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2025-12-22 03:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2025-12-22 03:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.65 - - [2025-12-22 03:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.65 - - [2025-12-22 03:49:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2025-12-22 03:49:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2025-12-22 03:49:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2025-12-22 03:49:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-22 03:49:11] "GET /global-system-configs HTTP/1.1" 401 292 0.001315 10.0.0.65 - - [2025-12-22 03:49:18] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001450 10.0.0.23 - - [2025-12-22 03:49:18] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.080823 10.0.0.23 - - [2025-12-22 03:49:18] "POST /neutron/network HTTP/1.1" 200 841 0.035439 10.0.0.23 - - [2025-12-22 03:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.008067 10.0.0.65 - - [2025-12-22 03:49:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005243 10.0.0.65 - - [2025-12-22 03:49:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.23 - - [2025-12-22 03:49:19] "POST /neutron/network HTTP/1.1" 200 151 0.156228 10.0.0.23 - - [2025-12-22 03:49:19] "DELETE /route-target/fe354ac9-4f8e-486c-b7f7-aeedb4bd5404 HTTP/1.1" 200 115 0.060215 10.0.0.23 - - [2025-12-22 03:49:20] "POST /neutron/network HTTP/1.1" 200 117 0.042125 10.0.0.65 - - [2025-12-22 03:49:20] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001456 10.0.0.23 - - [2025-12-22 03:49:20] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069867 10.0.0.65 - - [2025-12-22 03:49:20] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002600 10.0.0.23 - - [2025-12-22 03:49:21] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?fields=virtual_networks HTTP/1.1" 200 1040 0.079564 10.0.0.65 - - [2025-12-22 03:49:21] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002237 10.0.0.23 - - [2025-12-22 03:49:21] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.081660 10.0.0.65 - - [2025-12-22 03:49:21] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001188 10.0.0.23 - - [2025-12-22 03:49:21] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?fields=security_groups HTTP/1.1" 200 1270 0.058229 10.0.0.65 - - [2025-12-22 03:49:22] "GET /obj-perms HTTP/1.1" 200 5056 0.095805 10.0.0.23 - - [2025-12-22 03:49:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.030283 10.0.0.65 - - [2025-12-22 03:49:22] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004429 10.0.0.65 - - [2025-12-22 03:49:22] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002932 10.0.0.65 - - [2025-12-22 03:49:22] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014758 10.0.0.65 - - [2025-12-22 03:49:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.001906 10.0.0.65 - - [2025-12-22 03:49:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003209 10.0.0.65 - - [2025-12-22 03:49:23] "POST /security-groups HTTP/1.1" 200 592 0.097939 10.0.0.23 - - [2025-12-22 03:49:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.004424 10.0.0.65 - - [2025-12-22 03:49:23] "POST /projects HTTP/1.1" 200 587 0.435163 10.0.0.65 - - [2025-12-22 03:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.478166 10.0.0.23 - - [2025-12-22 03:49:23] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.692483 10.0.0.23 - - [2025-12-22 03:49:23] "POST /access-control-lists HTTP/1.1" 200 595 0.115261 10.0.0.23 - - [2025-12-22 03:49:24] "GET / HTTP/1.1" 200 35931 0.002673 10.0.0.23 - - [2025-12-22 03:49:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.23 - - [2025-12-22 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.071763 10.0.0.65 - - [2025-12-22 03:49:26] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001791 10.0.0.23 - - [2025-12-22 03:49:26] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053295 10.0.0.65 - - [2025-12-22 03:49:26] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001511 10.0.0.23 - - [2025-12-22 03:49:26] "POST /neutron/network HTTP/1.1" 200 614 0.204280 10.0.0.23 - - [2025-12-22 03:49:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.003983 10.0.0.23 - - [2025-12-22 03:49:27] "GET /virtual-network/d243e9f9-547b-4e6f-be16-353855ce9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006845 10.0.0.23 - - [2025-12-22 03:49:27] "POST /neutron/network HTTP/1.1" 200 832 0.010081 10.0.0.23 - - [2025-12-22 03:49:27] "GET /virtual-network/d243e9f9-547b-4e6f-be16-353855ce9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007203 10.0.0.23 - - [2025-12-22 03:49:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001523 10.0.0.23 - - [2025-12-22 03:49:27] "POST /neutron/port HTTP/1.1" 200 117 0.014039 10.0.0.65 - - [2025-12-22 03:49:28] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001645 10.0.0.23 - - [2025-12-22 03:49:28] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.088158 10.0.0.23 - - [2025-12-22 03:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.014825 10.0.0.23 - - [2025-12-22 03:49:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001465 10.0.0.23 - - [2025-12-22 03:49:28] "POST /neutron/network HTTP/1.1" 200 842 0.015157 10.0.0.65 - - [2025-12-22 03:49:29] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.23 - - [2025-12-22 03:49:29] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.094440 10.0.0.23 - - [2025-12-22 03:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.009583 10.0.0.23 - - [2025-12-22 03:49:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.002067 10.0.0.23 - - [2025-12-22 03:49:30] "POST /neutron/network HTTP/1.1" 200 842 0.008241 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /project/7b526cb0ef57466c84c25bff8d0bce62 HTTP/1.1" 404 173 0.034582 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /project/38703185-0038-4991-bc8e-cbd1e8fdfd57 HTTP/1.1" 404 177 0.049311 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /project/0f6d459899af448cba2520d8c5998470 HTTP/1.1" 404 173 0.052819 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /project/53330f199fa849a8af096e1173197f46 HTTP/1.1" 404 173 0.035836 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /project/133e78e8462e4f9588f5c8fb4849504f HTTP/1.1" 404 173 0.038332 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002124 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001777 10.0.0.65 - - [2025-12-22 03:49:30] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.133858 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004581 10.0.0.65 - - [2025-12-22 03:49:30] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.167095 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002661 10.0.0.65 - - [2025-12-22 03:49:30] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?fields=security_groups HTTP/1.1" 200 1375 0.159582 10.0.0.65 - - [2025-12-22 03:49:30] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?fields=security_groups HTTP/1.1" 200 1347 0.173552 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /security-group/9b515efd-6b33-445a-b957-6a1a8d7f3577 HTTP/1.1" 200 115 0.150746 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=0f6d4598-99af-448c-ba25-20d8c5998470&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001750 10.0.0.23 - - [2025-12-22 03:49:30] "POST /neutron/port HTTP/1.1" 200 1060 0.062700 10.0.0.65 - - [2025-12-22 03:49:30] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001872 10.0.0.23 - - [2025-12-22 03:49:30] "DELETE /access-control-list/ceb5d6d7-62f8-4695-a2f4-897b5b6020d1 HTTP/1.1" 200 115 0.158425 10.0.0.65 - - [2025-12-22 03:49:30] "DELETE /security-group/03161e9f-bada-4748-8232-6296c15fa793 HTTP/1.1" 200 115 0.215312 10.0.0.65 - - [2025-12-22 03:49:31] "GET /projects?obj_uuids=133e78e8-462e-4f95-88f5-c8fb4849504f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001904 10.0.0.65 - - [2025-12-22 03:49:31] "GET /project/0f6d4598-99af-448c-ba25-20d8c5998470?fields=application_policy_sets HTTP/1.1" 200 1414 0.158449 10.0.0.23 - - [2025-12-22 03:49:31] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.215835 10.0.0.65 - - [2025-12-22 03:49:31] "GET /project/133e78e8-462e-4f95-88f5-c8fb4849504f?fields=application_policy_sets HTTP/1.1" 200 1386 0.168932 10.0.0.23 - - [2025-12-22 03:49:31] "DELETE /access-control-list/ba77a76e-9cc1-4e90-b56c-cf54f6310a57 HTTP/1.1" 200 115 0.106350 10.0.0.23 - - [2025-12-22 03:49:31] "POST /neutron/port HTTP/1.1" 200 1124 0.041244 10.0.0.65 - - [2025-12-22 03:49:31] "DELETE /project/0f6d4598-99af-448c-ba25-20d8c5998470 HTTP/1.1" 200 115 1.125549 10.0.0.65 - - [2025-12-22 03:49:31] "DELETE /project/133e78e8-462e-4f95-88f5-c8fb4849504f HTTP/1.1" 200 115 1.161822 10.0.0.23 - - [2025-12-22 03:49:31] "POST /neutron/port HTTP/1.1" 200 1124 0.083147 10.0.0.23 - - [2025-12-22 03:49:31] "POST /neutron/network HTTP/1.1" 200 832 0.018287 10.0.0.23 - - [2025-12-22 03:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.012160 10.0.0.23 - - [2025-12-22 03:49:33] "POST /neutron/network HTTP/1.1" 200 832 0.008768 10.0.0.23 - - [2025-12-22 03:49:36] "POST /neutron/network HTTP/1.1" 400 204 0.029371 10.0.0.23 - - [2025-12-22 03:49:40] "POST /neutron/network HTTP/1.1" 200 832 0.013955 10.0.0.23 - - [2025-12-22 03:49:42] "POST /neutron/network HTTP/1.1" 400 204 0.020522 10.0.0.23 - - [2025-12-22 03:49:46] "POST /neutron/network HTTP/1.1" 200 832 0.007840 10.0.0.23 - - [2025-12-22 03:49:48] "POST /neutron/network HTTP/1.1" 400 204 0.021959 10.0.0.23 - - [2025-12-22 03:49:52] "POST /neutron/network HTTP/1.1" 200 832 0.008899 10.0.0.23 - - [2025-12-22 03:49:54] "POST /neutron/network HTTP/1.1" 400 204 0.017282 10.0.0.23 - - [2025-12-22 03:49:58] "POST /neutron/network HTTP/1.1" 200 832 0.008837 10.0.0.23 - - [2025-12-22 03:50:00] "POST /neutron/network HTTP/1.1" 400 204 0.016092 10.0.0.23 - - [2025-12-22 03:50:03] "POST /neutron/port HTTP/1.1" 200 1124 0.026193 10.0.0.23 - - [2025-12-22 03:50:04] "POST /neutron/network HTTP/1.1" 200 832 0.008506 10.0.0.23 - - [2025-12-22 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.65 - - [2025-12-22 03:50:07] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.23 - - [2025-12-22 03:50:07] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057689 10.0.0.23 - - [2025-12-22 03:50:07] "POST /neutron/network HTTP/1.1" 200 117 0.013962 10.0.0.23 - - [2025-12-22 03:50:07] "POST /route-targets HTTP/1.1" 200 327 0.017198 10.0.0.23 - - [2025-12-22 03:50:08] "POST /neutron/network HTTP/1.1" 200 831 0.011785 10.0.0.23 - - [2025-12-22 03:50:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001731 10.0.0.23 - - [2025-12-22 03:50:08] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009587 10.0.0.23 - - [2025-12-22 03:50:08] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008747 10.0.0.23 - - [2025-12-22 03:50:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.013649 10.0.0.23 - - [2025-12-22 03:50:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.002138 10.0.0.65 - - [2025-12-22 03:50:09] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.23 - - [2025-12-22 03:50:09] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078969 10.0.0.23 - - [2025-12-22 03:50:09] "POST /neutron/network HTTP/1.1" 200 831 0.013211 10.0.0.23 - - [2025-12-22 03:50:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001703 10.0.0.23 - - [2025-12-22 03:50:09] "POST /neutron/port HTTP/1.1" 200 117 0.023041 10.0.0.65 - - [2025-12-22 03:50:09] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001815 10.0.0.23 - - [2025-12-22 03:50:09] "POST /neutron/port HTTP/1.1" 200 1059 0.368859 10.0.0.23 - - [2025-12-22 03:50:10] "POST /neutron/port HTTP/1.1" 200 1113 0.123646 10.0.0.23 - - [2025-12-22 03:50:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.014043 10.0.0.65 - - [2025-12-22 03:50:10] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001789 10.0.0.23 - - [2025-12-22 03:50:10] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.114151 10.0.0.23 - - [2025-12-22 03:50:10] "POST /neutron/network HTTP/1.1" 200 831 0.011286 10.0.0.23 - - [2025-12-22 03:50:10] "POST /neutron/port HTTP/1.1" 200 117 0.008676 10.0.0.23 - - [2025-12-22 03:50:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001963 10.0.0.23 - - [2025-12-22 03:50:11] "POST /neutron/network HTTP/1.1" 200 841 0.007508 10.0.0.65 - - [2025-12-22 03:50:11] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.23 - - [2025-12-22 03:50:11] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.093394 10.0.0.23 - - [2025-12-22 03:50:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009121 10.0.0.23 - - [2025-12-22 03:50:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009590 10.0.0.23 - - [2025-12-22 03:50:12] "POST /neutron/port HTTP/1.1" 200 1123 0.029105 10.0.0.65 - - [2025-12-22 03:50:12] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.23 - - [2025-12-22 03:50:12] "GET /virtual-machine/0c153c7d-9bc7-47d6-8d44-9504ff2d704e HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2025-12-22 03:50:12] "POST /neutron/port HTTP/1.1" 200 1059 0.412936 10.0.0.23 - - [2025-12-22 03:50:12] "GET /virtual-machine/0c153c7d-9bc7-47d6-8d44-9504ff2d704e HTTP/1.1" 200 1292 0.036443 10.0.0.23 - - [2025-12-22 03:50:12] "GET /virtual-machine-interface/d8d87e68-7ad3-492d-abc2-87f02ef223f0 HTTP/1.1" 200 2959 0.007681 10.0.0.23 - - [2025-12-22 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349 10.0.0.23 - - [2025-12-22 03:50:12] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005452 10.0.0.23 - - [2025-12-22 03:50:12] "GET /virtual-networks?parent_id=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004190 10.0.0.23 - - [2025-12-22 03:50:12] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011588 10.0.0.23 - - [2025-12-22 03:50:12] "POST /neutron/port HTTP/1.1" 200 1113 0.134934 10.0.0.23 - - [2025-12-22 03:50:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.013637 10.0.0.23 - - [2025-12-22 03:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2025-12-22 03:50:16] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006082 10.0.0.23 - - [2025-12-22 03:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2025-12-22 03:50:20] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009366 10.0.0.22 - - [2025-12-22 03:50:22] "GET /obj-perms HTTP/1.1" 200 5056 0.049633 10.0.0.23 - - [2025-12-22 03:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2025-12-22 03:50:24] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005911 10.0.0.23 - - [2025-12-22 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005916 10.0.0.23 - - [2025-12-22 03:50:28] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009422 10.0.0.23 - - [2025-12-22 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2025-12-22 03:50:32] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006030 10.0.0.23 - - [2025-12-22 03:50:36] "POST /neutron/port HTTP/1.1" 200 1123 0.025769 10.0.0.23 - - [2025-12-22 03:50:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005120 10.0.0.23 - - [2025-12-22 03:50:36] "POST /neutron/network HTTP/1.1" 200 831 0.010146 10.0.0.23 - - [2025-12-22 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2025-12-22 03:50:36] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008002 10.0.0.23 - - [2025-12-22 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.23 - - [2025-12-22 03:50:40] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005888 10.0.0.23 - - [2025-12-22 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2025-12-22 03:50:44] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005819 10.0.0.23 - - [2025-12-22 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.23 - - [2025-12-22 03:50:48] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007442 10.0.0.23 - - [2025-12-22 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.23 - - [2025-12-22 03:50:52] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006205 10.0.0.23 - - [2025-12-22 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2025-12-22 03:50:56] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008015 10.0.0.23 - - [2025-12-22 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.23 - - [2025-12-22 03:51:01] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007345 10.0.0.23 - - [2025-12-22 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.23 - - [2025-12-22 03:51:05] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007649 10.0.0.23 - - [2025-12-22 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2025-12-22 03:51:09] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010160 10.0.0.23 - - [2025-12-22 03:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.23 - - [2025-12-22 03:51:13] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007628 10.0.0.23 - - [2025-12-22 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.23 - - [2025-12-22 03:51:17] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005845 10.0.0.23 - - [2025-12-22 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2025-12-22 03:51:21] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005914 10.0.0.23 - - [2025-12-22 03:51:23] "GET /obj-perms HTTP/1.1" 200 5056 0.071354 10.0.0.23 - - [2025-12-22 03:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2025-12-22 03:51:25] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006825 10.0.0.23 - - [2025-12-22 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2025-12-22 03:51:29] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006968 10.0.0.23 - - [2025-12-22 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-12-22 03:51:33] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006111 10.0.0.23 - - [2025-12-22 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.23 - - [2025-12-22 03:51:37] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006895 10.0.0.23 - - [2025-12-22 03:51:38] "POST /neutron/network HTTP/1.1" 200 841 0.010056 10.0.0.23 - - [2025-12-22 03:51:38] "POST /neutron/port HTTP/1.1" 200 117 0.002088 10.0.0.23 - - [2025-12-22 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.23 - - [2025-12-22 03:51:42] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006629 10.0.0.23 - - [2025-12-22 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.23 - - [2025-12-22 03:51:46] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005954 10.0.0.23 - - [2025-12-22 03:51:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.040450 10.0.0.23 - - [2025-12-22 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2025-12-22 03:51:50] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006307 10.0.0.23 - - [2025-12-22 03:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2025-12-22 03:51:52] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004984 10.0.0.23 - - [2025-12-22 03:51:52] "GET /virtual-networks?parent_id=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003826 10.0.0.23 - - [2025-12-22 03:51:52] "GET /virtual-network/d54e3a68-e39a-4557-8bae-7d4d6c86f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007380 10.0.0.23 - - [2025-12-22 03:51:57] "POST /neutron/port HTTP/1.1" 200 1123 0.021119 10.0.0.23 - - [2025-12-22 03:52:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008452 10.0.0.23 - - [2025-12-22 03:52:08] "POST /neutron/port HTTP/1.1" 200 1123 0.023321 10.0.0.23 - - [2025-12-22 03:52:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008569 10.0.0.23 - - [2025-12-22 03:52:23] "POST /neutron/port HTTP/1.1" 200 1123 0.023205 10.0.0.23 - - [2025-12-22 03:52:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009230 10.0.0.23 - - [2025-12-22 03:52:39] "POST /neutron/port HTTP/1.1" 200 1123 0.024883 10.0.0.23 - - [2025-12-22 03:52:40] "POST /neutron/port HTTP/1.1" 200 1123 0.026592 10.0.0.23 - - [2025-12-22 03:52:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.012049 10.0.0.23 - - [2025-12-22 03:52:44] "POST /neutron/port HTTP/1.1" 200 1123 0.021363 10.0.0.23 - - [2025-12-22 03:52:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010579 10.0.0.23 - - [2025-12-22 03:52:54] "POST /neutron/network HTTP/1.1" 200 831 0.013777 10.0.0.23 - - [2025-12-22 03:52:55] "POST /neutron/port HTTP/1.1" 200 1123 0.025769 10.0.0.23 - - [2025-12-22 03:52:55] "POST /neutron/port HTTP/1.1" 200 1113 0.019960 10.0.0.23 - - [2025-12-22 03:52:57] "DELETE /route-target/a19ef106-b6b6-4cbf-ae8c-32ed977e3f4a HTTP/1.1" 200 115 0.045188 10.0.0.65 - - [2025-12-22 03:52:57] "POST /useragent-kv HTTP/1.1" 200 115 0.069790 10.0.0.65 - - [2025-12-22 03:52:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.23 - - [2025-12-22 03:52:57] "POST /neutron/network HTTP/1.1" 200 151 0.245517 10.0.0.65 - - [2025-12-22 03:52:58] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.23 - - [2025-12-22 03:52:58] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081029 10.0.0.65 - - [2025-12-22 03:52:58] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.23 - - [2025-12-22 03:52:58] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?fields=virtual_networks HTTP/1.1" 200 1033 0.056870 10.0.0.65 - - [2025-12-22 03:52:58] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002272 10.0.0.23 - - [2025-12-22 03:52:58] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050776 10.0.0.65 - - [2025-12-22 03:52:58] "GET /projects?obj_uuids=7b526cb0-ef57-466c-84c2-5bff8d0bce62&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.23 - - [2025-12-22 03:52:58] "GET /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62?fields=security_groups HTTP/1.1" 200 1260 0.043242 10.0.0.23 - - [2025-12-22 03:52:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.034121 10.0.0.65 - - [2025-12-22 03:52:59] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.65 - - [2025-12-22 03:52:59] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001620 10.0.0.65 - - [2025-12-22 03:52:59] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036482 10.0.0.65 - - [2025-12-22 03:53:00] "POST /id-to-fqname HTTP/1.1" 200 183 0.003938 10.0.0.65 - - [2025-12-22 03:53:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.012773 10.0.0.65 - - [2025-12-22 03:53:00] "POST /security-groups HTTP/1.1" 200 584 0.093741 10.0.0.65 - - [2025-12-22 03:53:00] "POST /projects HTTP/1.1" 200 571 0.344975 10.0.0.23 - - [2025-12-22 03:53:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.005811 10.0.0.65 - - [2025-12-22 03:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.420607 10.0.0.23 - - [2025-12-22 03:53:00] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.624643 10.0.0.23 - - [2025-12-22 03:53:01] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.65 - - [2025-12-22 03:53:04] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001461 10.0.0.23 - - [2025-12-22 03:53:04] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.052342 10.0.0.65 - - [2025-12-22 03:53:04] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001423 10.0.0.23 - - [2025-12-22 03:53:04] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?fields=virtual_networks HTTP/1.1" 200 1018 0.046525 10.0.0.65 - - [2025-12-22 03:53:04] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002437 10.0.0.23 - - [2025-12-22 03:53:04] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.055591 10.0.0.65 - - [2025-12-22 03:53:04] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001305 10.0.0.23 - - [2025-12-22 03:53:04] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?fields=security_groups HTTP/1.1" 200 1237 0.049707 10.0.0.23 - - [2025-12-22 03:53:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.030674 10.0.0.65 - - [2025-12-22 03:53:05] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004786 10.0.0.65 - - [2025-12-22 03:53:05] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.65 - - [2025-12-22 03:53:05] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007809 10.0.0.65 - - [2025-12-22 03:53:05] "POST /id-to-fqname HTTP/1.1" 200 191 0.002685 10.0.0.65 - - [2025-12-22 03:53:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.005960 10.0.0.65 - - [2025-12-22 03:53:05] "POST /security-groups HTTP/1.1" 200 592 0.093775 10.0.0.65 - - [2025-12-22 03:53:05] "POST /projects HTTP/1.1" 200 587 0.309445 10.0.0.23 - - [2025-12-22 03:53:06] "POST /access-control-lists HTTP/1.1" 200 597 0.031338 10.0.0.65 - - [2025-12-22 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.381323 10.0.0.23 - - [2025-12-22 03:53:06] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.521684 10.0.0.23 - - [2025-12-22 03:53:07] "GET / HTTP/1.1" 200 35931 0.002096 10.0.0.65 - - [2025-12-22 03:53:10] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001471 10.0.0.23 - - [2025-12-22 03:53:10] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053920 10.0.0.65 - - [2025-12-22 03:53:10] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003047 10.0.0.23 - - [2025-12-22 03:53:10] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?fields=virtual_networks HTTP/1.1" 200 1035 0.057921 10.0.0.65 - - [2025-12-22 03:53:10] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.23 - - [2025-12-22 03:53:10] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.063776 10.0.0.65 - - [2025-12-22 03:53:10] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.23 - - [2025-12-22 03:53:10] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?fields=security_groups HTTP/1.1" 200 1262 0.042854 10.0.0.23 - - [2025-12-22 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.032605 10.0.0.65 - - [2025-12-22 03:53:11] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003339 10.0.0.65 - - [2025-12-22 03:53:11] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.65 - - [2025-12-22 03:53:11] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008089 10.0.0.65 - - [2025-12-22 03:53:11] "POST /id-to-fqname HTTP/1.1" 200 197 0.002142 10.0.0.65 - - [2025-12-22 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.007296 10.0.0.65 - - [2025-12-22 03:53:11] "POST /security-groups HTTP/1.1" 200 598 0.046364 10.0.0.23 - - [2025-12-22 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.004363 10.0.0.65 - - [2025-12-22 03:53:11] "POST /projects HTTP/1.1" 200 599 0.292793 10.0.0.65 - - [2025-12-22 03:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.367369 10.0.0.23 - - [2025-12-22 03:53:11] "POST /access-control-lists HTTP/1.1" 200 601 0.035470 10.0.0.23 - - [2025-12-22 03:53:11] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.535614 10.0.0.23 - - [2025-12-22 03:53:12] "GET / HTTP/1.1" 200 35931 0.003432 10.0.0.23 - - [2025-12-22 03:53:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000695 10.0.0.23 - - [2025-12-22 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.057761 10.0.0.23 - - [2025-12-22 03:53:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005805 10.0.0.23 - - [2025-12-22 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.23 - - [2025-12-22 03:53:15] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005638 10.0.0.23 - - [2025-12-22 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2025-12-22 03:53:15] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.013729 10.0.0.23 - - [2025-12-22 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.65 - - [2025-12-22 03:53:15] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001164 10.0.0.23 - - [2025-12-22 03:53:15] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044632 10.0.0.65 - - [2025-12-22 03:53:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007139 10.0.0.23 - - [2025-12-22 03:53:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.289206 10.0.0.23 - - [2025-12-22 03:53:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001604 10.0.0.23 - - [2025-12-22 03:53:15] "GET /virtual-network/86c7da20-7a27-46f8-8113-f672de5059cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005878 10.0.0.23 - - [2025-12-22 03:53:15] "GET /virtual-network/86c7da20-7a27-46f8-8113-f672de5059cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005824 10.0.0.23 - - [2025-12-22 03:53:16] "POST /neutron/network HTTP/1.1" 200 808 0.007626 10.0.0.23 - - [2025-12-22 03:53:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001800 10.0.0.23 - - [2025-12-22 03:53:16] "POST /neutron/network HTTP/1.1" 200 818 0.007598 10.0.0.23 - - [2025-12-22 03:53:16] "DELETE /access-control-list/f8f195f0-0fd9-440f-8809-e2bc44be12ff HTTP/1.1" 200 115 0.055207 10.0.0.65 - - [2025-12-22 03:53:17] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001501 10.0.0.23 - - [2025-12-22 03:53:17] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.093057 10.0.0.23 - - [2025-12-22 03:53:17] "POST /neutron/port HTTP/1.1" 200 117 0.007148 10.0.0.23 - - [2025-12-22 03:53:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001539 10.0.0.65 - - [2025-12-22 03:53:18] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001190 10.0.0.23 - - [2025-12-22 03:53:18] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.092752 10.0.0.23 - - [2025-12-22 03:53:18] "POST /neutron/network HTTP/1.1" 200 808 0.007190 10.0.0.23 - - [2025-12-22 03:53:18] "POST /neutron/network HTTP/1.1" 200 818 0.007954 10.0.0.23 - - [2025-12-22 03:53:19] "GET /virtual-network/86c7da20-7a27-46f8-8113-f672de5059cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.022830 10.0.0.23 - - [2025-12-22 03:53:19] "POST /neutron/port HTTP/1.1" 200 1062 0.023759 10.0.0.23 - - [2025-12-22 03:53:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005332 10.0.0.23 - - [2025-12-22 03:53:19] "POST /neutron/network HTTP/1.1" 200 808 0.010072 10.0.0.65 - - [2025-12-22 03:53:20] "GET /obj-perms HTTP/1.1" 200 5044 0.051599 10.0.0.23 - - [2025-12-22 03:53:21] "POST /neutron/network HTTP/1.1" 400 204 0.021160 10.0.0.23 - - [2025-12-22 03:53:21] "POST /neutron/port HTTP/1.1" 200 151 0.232120 10.0.0.23 - - [2025-12-22 03:53:23] "DELETE /route-target/78ebd4c4-e348-4729-ba5c-934796f67f75 HTTP/1.1" 200 115 0.047211 10.0.0.23 - - [2025-12-22 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.23 - - [2025-12-22 03:53:23] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.23 - - [2025-12-22 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.23 - - [2025-12-22 03:53:23] "PUT /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b HTTP/1.1" 200 276 0.018420 10.0.0.65 - - [2025-12-22 03:53:24] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001272 10.0.0.23 - - [2025-12-22 03:53:24] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053723 10.0.0.65 - - [2025-12-22 03:53:24] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001209 10.0.0.23 - - [2025-12-22 03:53:24] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?fields=virtual_networks HTTP/1.1" 200 1046 0.046350 10.0.0.65 - - [2025-12-22 03:53:24] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001520 10.0.0.23 - - [2025-12-22 03:53:25] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.063792 10.0.0.22 - - [2025-12-22 03:53:25] "GET /obj-perms HTTP/1.1" 200 5056 0.070631 10.0.0.65 - - [2025-12-22 03:53:25] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001427 10.0.0.23 - - [2025-12-22 03:53:25] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?fields=security_groups HTTP/1.1" 200 1279 0.054992 10.0.0.23 - - [2025-12-22 03:53:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.026895 10.0.0.65 - - [2025-12-22 03:53:25] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004671 10.0.0.65 - - [2025-12-22 03:53:26] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001811 10.0.0.65 - - [2025-12-22 03:53:26] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010765 10.0.0.65 - - [2025-12-22 03:53:26] "POST /id-to-fqname HTTP/1.1" 200 196 0.004582 10.0.0.65 - - [2025-12-22 03:53:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.007938 10.0.0.65 - - [2025-12-22 03:53:26] "POST /security-groups HTTP/1.1" 200 597 0.053527 10.0.0.65 - - [2025-12-22 03:53:26] "POST /projects HTTP/1.1" 200 597 0.311034 10.0.0.65 - - [2025-12-22 03:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.357476 10.0.0.23 - - [2025-12-22 03:53:26] "POST /fqname-to-id HTTP/1.1" 404 239 0.016928 10.0.0.23 - - [2025-12-22 03:53:26] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.512777 10.0.0.23 - - [2025-12-22 03:53:27] "GET / HTTP/1.1" 200 35931 0.003604 10.0.0.65 - - [2025-12-22 03:53:30] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001476 10.0.0.23 - - [2025-12-22 03:53:30] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050318 10.0.0.65 - - [2025-12-22 03:53:30] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001434 10.0.0.23 - - [2025-12-22 03:53:30] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?fields=virtual_networks HTTP/1.1" 200 1045 0.059110 10.0.0.65 - - [2025-12-22 03:53:30] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001763 10.0.0.23 - - [2025-12-22 03:53:30] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.050684 10.0.0.65 - - [2025-12-22 03:53:30] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001862 10.0.0.23 - - [2025-12-22 03:53:30] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?fields=security_groups HTTP/1.1" 200 1277 0.060072 10.0.0.23 - - [2025-12-22 03:53:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.030612 10.0.0.65 - - [2025-12-22 03:53:31] "DELETE /project/f3df00ba30284a9ea6e3c9c1a5ac7fd5 HTTP/1.1" 404 173 0.027463 10.0.0.65 - - [2025-12-22 03:53:31] "DELETE /project/7b526cb0-ef57-466c-84c2-5bff8d0bce62 HTTP/1.1" 404 177 0.036204 10.0.0.65 - - [2025-12-22 03:53:31] "DELETE /project/391bd69610fc4721bc849e2fe4f35a01 HTTP/1.1" 404 173 0.026232 10.0.0.65 - - [2025-12-22 03:53:31] "DELETE /project/6c1885ca00414e8fbf21427922af510f HTTP/1.1" 404 173 0.021192 10.0.0.65 - - [2025-12-22 03:53:31] "DELETE /project/9f58c1f356c143b9a147ab45f1c4b75c HTTP/1.1" 404 173 0.025180 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001963 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001719 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001705 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001560 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=e0d65b76-6b06-4dac-bef5-2d98b4c9fae5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005902 10.0.0.65 - - [2025-12-22 03:53:31] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.112395 10.0.0.65 - - [2025-12-22 03:53:31] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.131480 10.0.0.65 - - [2025-12-22 03:53:31] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.132967 10.0.0.65 - - [2025-12-22 03:53:31] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.143953 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001884 10.0.0.65 - - [2025-12-22 03:53:31] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001796 10.0.0.65 - - [2025-12-22 03:53:31] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001839 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?fields=security_groups HTTP/1.1" 200 1367 0.128386 10.0.0.65 - - [2025-12-22 03:53:32] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.092226 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?fields=security_groups HTTP/1.1" 200 1342 0.146485 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?fields=security_groups HTTP/1.1" 200 1384 0.168542 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?fields=security_groups HTTP/1.1" 200 1382 0.200328 10.0.0.65 - - [2025-12-22 03:53:32] "DELETE /security-group/c778b50d-442a-4ffa-b2c6-b1a48c81f883 HTTP/1.1" 200 115 0.224840 10.0.0.65 - - [2025-12-22 03:53:32] "DELETE /security-group/fbbf9748-a0ca-44d6-822e-90d6cc076272 HTTP/1.1" 200 115 0.231452 10.0.0.65 - - [2025-12-22 03:53:32] "GET /projects?obj_uuids=f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001547 10.0.0.65 - - [2025-12-22 03:53:32] "GET /projects?obj_uuids=391bd696-10fc-4721-bc84-9e2fe4f35a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001353 10.0.0.65 - - [2025-12-22 03:53:32] "DELETE /security-group/d6658420-1207-41aa-8fc5-ee606d91964b HTTP/1.1" 200 115 0.276774 10.0.0.65 - - [2025-12-22 03:53:32] "DELETE /security-group/89bdab5a-de03-4ade-9580-a758c96a3d2f HTTP/1.1" 200 115 0.273277 10.0.0.65 - - [2025-12-22 03:53:32] "GET /projects?obj_uuids=6c1885ca-0041-4e8f-bf21-427922af510f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001246 10.0.0.23 - - [2025-12-22 03:53:32] "DELETE /access-control-list/78facdbb-9216-4f35-a693-8e71b70896b5 HTTP/1.1" 200 115 0.135267 10.0.0.65 - - [2025-12-22 03:53:32] "GET /projects?obj_uuids=9f58c1f3-56c1-43b9-a147-ab45f1c4b75c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001158 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5?fields=application_policy_sets HTTP/1.1" 200 1406 0.126019 10.0.0.65 - - [2025-12-22 03:53:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001859 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/6c1885ca-0041-4e8f-bf21-427922af510f?fields=application_policy_sets HTTP/1.1" 200 1423 0.117656 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/391bd696-10fc-4721-bc84-9e2fe4f35a01?fields=application_policy_sets HTTP/1.1" 200 1381 0.189845 10.0.0.65 - - [2025-12-22 03:53:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.023195 10.0.0.65 - - [2025-12-22 03:53:32] "GET /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c?fields=application_policy_sets HTTP/1.1" 200 1421 0.265764 10.0.0.23 - - [2025-12-22 03:53:32] "DELETE /access-control-list/28d5f368-5864-439f-bf82-83343d938d11 HTTP/1.1" 200 115 0.135735 10.0.0.65 - - [2025-12-22 03:53:32] "POST /security-groups HTTP/1.1" 200 591 0.251248 10.0.0.65 - - [2025-12-22 03:53:32] "POST /projects HTTP/1.1" 200 585 0.836822 10.0.0.65 - - [2025-12-22 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.919646 10.0.0.65 - - [2025-12-22 03:53:33] "DELETE /project/391bd696-10fc-4721-bc84-9e2fe4f35a01 HTTP/1.1" 200 115 1.339611 10.0.0.23 - - [2025-12-22 03:53:33] "DELETE /access-control-list/1baedf7d-f6d1-4f4b-be6d-79a5bc4b7511 HTTP/1.1" 200 115 0.222107 10.0.0.65 - - [2025-12-22 03:53:33] "DELETE /project/6c1885ca-0041-4e8f-bf21-427922af510f HTTP/1.1" 200 115 1.377681 10.0.0.65 - - [2025-12-22 03:53:33] "DELETE /project/f3df00ba-3028-4a9e-a6e3-c9c1a5ac7fd5 HTTP/1.1" 200 115 1.383053 10.0.0.23 - - [2025-12-22 03:53:33] "GET /project/e0d65b76-6b06-4dac-bef5-2d98b4c9fae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 1.380257 10.0.0.65 - - [2025-12-22 03:53:33] "DELETE /project/9f58c1f3-56c1-43b9-a147-ab45f1c4b75c HTTP/1.1" 200 115 1.416418 10.0.0.23 - - [2025-12-22 03:53:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.009981 10.0.0.23 - - [2025-12-22 03:53:34] "GET / HTTP/1.1" 200 35931 0.002417 10.0.0.65 - - [2025-12-22 03:53:37] "GET /projects?obj_uuids=e0d65b76-6b06-4dac-bef5-2d98b4c9fae5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002473 10.0.0.23 - - [2025-12-22 03:53:37] "GET /project/e0d65b76-6b06-4dac-bef5-2d98b4c9fae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.077556 10.0.0.65 - - [2025-12-22 03:53:37] "GET /projects?obj_uuids=e0d65b76-6b06-4dac-bef5-2d98b4c9fae5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001834 10.0.0.23 - - [2025-12-22 03:53:37] "GET /project/e0d65b76-6b06-4dac-bef5-2d98b4c9fae5?fields=virtual_networks HTTP/1.1" 200 1033 0.066061 10.0.0.65 - - [2025-12-22 03:53:37] "GET /projects?obj_uuids=e0d65b76-6b06-4dac-bef5-2d98b4c9fae5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004143 10.0.0.23 - - [2025-12-22 03:53:37] "GET /project/e0d65b76-6b06-4dac-bef5-2d98b4c9fae5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.062965 10.0.0.65 - - [2025-12-22 03:53:37] "GET /projects?obj_uuids=e0d65b76-6b06-4dac-bef5-2d98b4c9fae5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001554 10.0.0.23 - - [2025-12-22 03:53:37] "GET /project/e0d65b76-6b06-4dac-bef5-2d98b4c9fae5?fields=security_groups HTTP/1.1" 200 1259 0.058977 10.0.0.23 - - [2025-12-22 03:53:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.028289 10.0.0.65 - - [2025-12-22 03:53:38] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.130093 10.0.0.65 - - [2025-12-22 03:53:38] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.65 - - [2025-12-22 03:53:38] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009536 10.0.0.65 - - [2025-12-22 03:53:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.003857 10.0.0.65 - - [2025-12-22 03:53:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.005554 10.0.0.65 - - [2025-12-22 03:53:39] "POST /security-groups HTTP/1.1" 200 599 0.084605 10.0.0.65 - - [2025-12-22 03:53:39] "POST /projects HTTP/1.1" 200 601 0.327807 10.0.0.23 - - [2025-12-22 03:53:39] "POST /access-control-lists HTTP/1.1" 200 604 0.031359 10.0.0.65 - - [2025-12-22 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.401611 10.0.0.23 - - [2025-12-22 03:53:39] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.684700 10.0.0.23 - - [2025-12-22 03:53:40] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.23 - - [2025-12-22 03:53:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2025-12-22 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.063030 10.0.0.65 - - [2025-12-22 03:53:41] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.23 - - [2025-12-22 03:53:41] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052144 10.0.0.23 - - [2025-12-22 03:53:41] "POST /neutron/network HTTP/1.1" 200 117 0.042921 10.0.0.23 - - [2025-12-22 03:53:41] "POST /route-targets HTTP/1.1" 200 327 0.018468 10.0.0.65 - - [2025-12-22 03:53:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008641 10.0.0.23 - - [2025-12-22 03:53:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.244668 10.0.0.23 - - [2025-12-22 03:53:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001532 10.0.0.23 - - [2025-12-22 03:53:41] "GET /virtual-network/5d28afac-3658-4cf6-8b37-c8e0e30391d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006238 10.0.0.23 - - [2025-12-22 03:53:41] "GET /virtual-network/5d28afac-3658-4cf6-8b37-c8e0e30391d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006483 10.0.0.23 - - [2025-12-22 03:53:41] "POST /neutron/network HTTP/1.1" 200 975 0.011371 10.0.0.23 - - [2025-12-22 03:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.65 - - [2025-12-22 03:53:42] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478 10.0.0.23 - - [2025-12-22 03:53:42] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055430 10.0.0.23 - - [2025-12-22 03:53:42] "POST /neutron/network HTTP/1.1" 200 117 0.017764 10.0.0.23 - - [2025-12-22 03:53:42] "POST /ref-update HTTP/1.1" 200 156 0.031141 10.0.0.23 - - [2025-12-22 03:53:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.049564 10.0.0.65 - - [2025-12-22 03:53:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010257 10.0.0.23 - - [2025-12-22 03:53:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.248580 10.0.0.23 - - [2025-12-22 03:53:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001433 10.0.0.23 - - [2025-12-22 03:53:42] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007565 10.0.0.23 - - [2025-12-22 03:53:42] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006851 10.0.0.23 - - [2025-12-22 03:53:42] "POST /neutron/network HTTP/1.1" 200 974 0.014171 10.0.0.23 - - [2025-12-22 03:53:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.002119 10.0.0.23 - - [2025-12-22 03:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.025004 10.0.0.65 - - [2025-12-22 03:53:43] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.23 - - [2025-12-22 03:53:44] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096137 10.0.0.23 - - [2025-12-22 03:53:44] "POST /neutron/port HTTP/1.1" 200 117 0.027843 10.0.0.23 - - [2025-12-22 03:53:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001629 10.0.0.23 - - [2025-12-22 03:53:44] "POST /neutron/network HTTP/1.1" 200 984 0.010139 10.0.0.65 - - [2025-12-22 03:53:45] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.23 - - [2025-12-22 03:53:45] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.101015 10.0.0.23 - - [2025-12-22 03:53:45] "POST /neutron/port HTTP/1.1" 200 117 0.009370 10.0.0.23 - - [2025-12-22 03:53:45] "POST /neutron/port HTTP/1.1" 200 117 0.011045 10.0.0.23 - - [2025-12-22 03:53:46] "POST /neutron/port HTTP/1.1" 200 1152 0.027806 10.0.0.23 - - [2025-12-22 03:53:46] "POST /neutron/port HTTP/1.1" 200 1216 0.021028 10.0.0.23 - - [2025-12-22 03:53:46] "POST /neutron/subnet HTTP/1.1" 200 1268 0.018756 10.0.0.23 - - [2025-12-22 03:53:46] "POST /neutron/network HTTP/1.1" 200 974 0.011347 10.0.0.23 - - [2025-12-22 03:53:50] "POST /neutron/port HTTP/1.1" 200 1216 0.030081 10.0.0.23 - - [2025-12-22 03:53:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009756 10.0.0.23 - - [2025-12-22 03:53:51] "GET /virtual-machine/9ece7127-142a-463e-8a50-7c596555a114 HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-12-22 03:53:51] "GET /virtual-machine/9ece7127-142a-463e-8a50-7c596555a114 HTTP/1.1" 200 1300 0.036562 10.0.0.23 - - [2025-12-22 03:53:51] "GET /virtual-machine-interface/351434ce-8afd-48f5-9649-e22f88e3ee73 HTTP/1.1" 200 3157 0.007441 10.0.0.23 - - [2025-12-22 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.23 - - [2025-12-22 03:53:51] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005029 10.0.0.23 - - [2025-12-22 03:53:51] "GET /virtual-networks?parent_id=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003240 10.0.0.23 - - [2025-12-22 03:53:51] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006481 10.0.0.23 - - [2025-12-22 03:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.23 - - [2025-12-22 03:53:54] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006916 10.0.0.23 - - [2025-12-22 03:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-12-22 03:53:58] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006271 10.0.0.23 - - [2025-12-22 03:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.23 - - [2025-12-22 03:54:00] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.23 - - [2025-12-22 03:54:00] "GET /virtual-networks?parent_id=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003977 10.0.0.23 - - [2025-12-22 03:54:00] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010737 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 404 209 0.004947 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.65 - - [2025-12-22 03:54:01] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002426 10.0.0.23 - - [2025-12-22 03:54:01] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054713 10.0.0.23 - - [2025-12-22 03:54:01] "POST /network-policys HTTP/1.1" 200 533 0.042712 10.0.0.23 - - [2025-12-22 03:54:01] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008597 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2025-12-22 03:54:01] "GET /virtual-network/5d28afac-3658-4cf6-8b37-c8e0e30391d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008278 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.23 - - [2025-12-22 03:54:01] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005815 10.0.0.23 - - [2025-12-22 03:54:01] "POST /ref-update HTTP/1.1" 200 156 0.058885 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2025-12-22 03:54:01] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004477 10.0.0.23 - - [2025-12-22 03:54:01] "POST /neutron/network HTTP/1.1" 200 1061 0.012990 10.0.0.23 - - [2025-12-22 03:54:01] "GET /virtual-network/5d28afac-3658-4cf6-8b37-c8e0e30391d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.006177 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-12-22 03:54:01] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005804 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2025-12-22 03:54:01] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008388 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.23 - - [2025-12-22 03:54:01] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005125 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.005444 10.0.0.23 - - [2025-12-22 03:54:01] "POST /ref-update HTTP/1.1" 200 156 0.069889 10.0.0.23 - - [2025-12-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009168 10.0.0.23 - - [2025-12-22 03:54:02] "PUT /access-control-list/2f0e3e08-d964-4b6d-a4db-fce02e7544d2 HTTP/1.1" 200 272 0.023010 10.0.0.23 - - [2025-12-22 03:54:02] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007158 10.0.0.23 - - [2025-12-22 03:54:02] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.010041 10.0.0.23 - - [2025-12-22 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2025-12-22 03:54:02] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008920 10.0.0.23 - - [2025-12-22 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2025-12-22 03:54:02] "POST /ref-update HTTP/1.1" 200 156 0.041048 10.0.0.65 - - [2025-12-22 03:54:02] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001621 10.0.0.23 - - [2025-12-22 03:54:02] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077780 10.0.0.65 - - [2025-12-22 03:54:02] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001771 10.0.0.23 - - [2025-12-22 03:54:02] "POST /neutron/network HTTP/1.1" 200 585 0.148985 10.0.0.23 - - [2025-12-22 03:54:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.007854 10.0.0.23 - - [2025-12-22 03:54:02] "GET /virtual-network/465463ab-8fc2-4995-bbd7-deff4eb7d350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007665 10.0.0.23 - - [2025-12-22 03:54:02] "POST /neutron/network HTTP/1.1" 200 799 0.010309 10.0.0.23 - - [2025-12-22 03:54:02] "GET /virtual-network/465463ab-8fc2-4995-bbd7-deff4eb7d350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007247 10.0.0.23 - - [2025-12-22 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.65 - - [2025-12-22 03:54:02] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.23 - - [2025-12-22 03:54:02] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059874 10.0.0.23 - - [2025-12-22 03:54:03] "POST /neutron/network HTTP/1.1" 200 117 0.017895 10.0.0.23 - - [2025-12-22 03:54:03] "POST /route-targets HTTP/1.1" 200 327 0.023670 10.0.0.23 - - [2025-12-22 03:54:03] "POST /neutron/network HTTP/1.1" 200 799 0.012142 10.0.0.23 - - [2025-12-22 03:54:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001428 10.0.0.23 - - [2025-12-22 03:54:03] "GET /virtual-network/8f85251a-e61b-4693-b926-736a556d5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008395 10.0.0.23 - - [2025-12-22 03:54:03] "GET /virtual-network/8f85251a-e61b-4693-b926-736a556d5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008078 10.0.0.23 - - [2025-12-22 03:54:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.009849 10.0.0.23 - - [2025-12-22 03:54:03] "POST /fqname-to-id HTTP/1.1" 404 239 0.003046 10.0.0.23 - - [2025-12-22 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.65 - - [2025-12-22 03:54:03] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.23 - - [2025-12-22 03:54:03] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078125 10.0.0.23 - - [2025-12-22 03:54:03] "POST /network-policys HTTP/1.1" 200 587 0.033271 10.0.0.23 - - [2025-12-22 03:54:03] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006627 10.0.0.23 - - [2025-12-22 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-22 03:54:03] "GET /virtual-network/465463ab-8fc2-4995-bbd7-deff4eb7d350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007047 10.0.0.23 - - [2025-12-22 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.23 - - [2025-12-22 03:54:03] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005215 10.0.0.23 - - [2025-12-22 03:54:04] "POST /ref-update HTTP/1.1" 200 156 0.061346 10.0.0.23 - - [2025-12-22 03:54:04] "POST /access-control-lists HTTP/1.1" 200 554 0.052101 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010058 10.0.0.23 - - [2025-12-22 03:54:04] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005498 10.0.0.23 - - [2025-12-22 03:54:04] "GET /virtual-network/465463ab-8fc2-4995-bbd7-deff4eb7d350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009412 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2025-12-22 03:54:04] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007044 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2025-12-22 03:54:04] "GET /virtual-network/8f85251a-e61b-4693-b926-736a556d5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007650 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008035 10.0.0.23 - - [2025-12-22 03:54:04] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005148 10.0.0.23 - - [2025-12-22 03:54:04] "POST /ref-update HTTP/1.1" 200 156 0.060330 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2025-12-22 03:54:04] "POST /ref-update HTTP/1.1" 200 156 0.029871 10.0.0.23 - - [2025-12-22 03:54:04] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006737 10.0.0.23 - - [2025-12-22 03:54:04] "GET /virtual-network/8f85251a-e61b-4693-b926-736a556d5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008221 10.0.0.23 - - [2025-12-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007217 10.0.0.23 - - [2025-12-22 03:54:04] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004891 10.0.0.23 - - [2025-12-22 03:54:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001353 10.0.0.23 - - [2025-12-22 03:54:04] "POST /neutron/port HTTP/1.1" 200 1216 0.034358 10.0.0.65 - - [2025-12-22 03:54:05] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001895 10.0.0.23 - - [2025-12-22 03:54:05] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080269 10.0.0.23 - - [2025-12-22 03:54:05] "POST /neutron/network HTTP/1.1" 200 912 0.008394 10.0.0.23 - - [2025-12-22 03:54:05] "POST /neutron/port HTTP/1.1" 200 117 0.007371 10.0.0.23 - - [2025-12-22 03:54:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001412 10.0.0.23 - - [2025-12-22 03:54:06] "POST /neutron/network HTTP/1.1" 200 922 0.007250 10.0.0.65 - - [2025-12-22 03:54:06] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001682 10.0.0.23 - - [2025-12-22 03:54:06] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102350 10.0.0.65 - - [2025-12-22 03:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.65 - - [2025-12-22 03:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-22 03:54:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012054 10.0.0.23 - - [2025-12-22 03:54:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003726 10.0.0.23 - - [2025-12-22 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.23 - - [2025-12-22 03:54:07] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006135 10.0.0.65 - - [2025-12-22 03:54:07] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.22 - - [2025-12-22 03:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.22 - - [2025-12-22 03:54:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2025-12-22 03:54:07] "POST /neutron/port HTTP/1.1" 200 1063 0.330148 10.0.0.23 - - [2025-12-22 03:54:08] "POST /neutron/port HTTP/1.1" 200 1117 0.126268 10.0.0.23 - - [2025-12-22 03:54:08] "POST /neutron/subnet HTTP/1.1" 200 675 0.012360 10.0.0.22 - - [2025-12-22 03:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.22 - - [2025-12-22 03:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.65 - - [2025-12-22 03:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2025-12-22 03:54:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2025-12-22 03:54:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003662 10.0.0.23 - - [2025-12-22 03:54:08] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004409 10.0.0.23 - - [2025-12-22 03:54:08] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004631 10.0.0.23 - - [2025-12-22 03:54:08] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.031794 10.0.0.23 - - [2025-12-22 03:54:08] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.055738 10.0.0.23 - - [2025-12-22 03:54:08] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009140 10.0.0.23 - - [2025-12-22 03:54:08] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007246 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.028412 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.049961 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006696 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006760 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.047005 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.041578 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010753 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007157 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.032735 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005241 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006110 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004576 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.034235 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.037087 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011766 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005005 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.031543 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.039122 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005634 10.0.0.23 - - [2025-12-22 03:54:09] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004552 10.0.0.23 - - [2025-12-22 03:54:09] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.045738 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.049030 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009567 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010472 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.022166 10.0.0.23 - - [2025-12-22 03:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003248 10.0.0.23 - - [2025-12-22 03:54:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006470 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006516 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.030731 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.035715 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015957 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005988 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.026940 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.045567 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004871 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005085 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.032559 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.048459 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010161 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007176 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.024690 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004392 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006285 10.0.0.23 - - [2025-12-22 03:54:10] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004821 10.0.0.23 - - [2025-12-22 03:54:10] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.036233 10.0.0.23 - - [2025-12-22 03:54:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000853 10.0.0.23 - - [2025-12-22 03:54:11] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.048316 10.0.0.23 - - [2025-12-22 03:54:11] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011323 10.0.0.23 - - [2025-12-22 03:54:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-22 03:54:11] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012424 10.0.0.23 - - [2025-12-22 03:54:11] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.051000 10.0.0.23 - - [2025-12-22 03:54:11] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.048543 10.0.0.23 - - [2025-12-22 03:54:11] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005095 10.0.0.23 - - [2025-12-22 03:54:11] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004636 10.0.0.23 - - [2025-12-22 03:54:11] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.030988 10.0.0.23 - - [2025-12-22 03:54:11] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.045138 10.0.0.23 - - [2025-12-22 03:54:19] "POST /neutron/port HTTP/1.1" 200 1127 0.023531 10.0.0.23 - - [2025-12-22 03:54:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003501 10.0.0.23 - - [2025-12-22 03:54:21] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005409 10.0.0.23 - - [2025-12-22 03:54:21] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004372 10.0.0.23 - - [2025-12-22 03:54:21] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.028983 10.0.0.23 - - [2025-12-22 03:54:21] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.047169 10.0.0.23 - - [2025-12-22 03:54:21] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007722 10.0.0.23 - - [2025-12-22 03:54:21] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008068 10.0.0.23 - - [2025-12-22 03:54:21] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.038729 10.0.0.23 - - [2025-12-22 03:54:21] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.062239 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010351 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012155 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.039134 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.050079 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007537 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005949 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.028399 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004358 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006322 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006521 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.033775 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.053128 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012668 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015595 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.043708 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.045323 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004798 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007104 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.041853 10.0.0.23 - - [2025-12-22 03:54:22] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.038201 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009647 10.0.0.23 - - [2025-12-22 03:54:22] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007243 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.023401 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003397 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006400 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004446 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.032638 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.047187 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009507 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009650 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.040195 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.039477 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008425 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006398 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.043779 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.040118 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016337 10.0.0.23 - - [2025-12-22 03:54:23] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011337 10.0.0.23 - - [2025-12-22 03:54:23] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.036644 10.0.0.23 - - [2025-12-22 03:54:23] "POST /ref-update HTTP/1.1" 200 156 0.062192 10.0.0.23 - - [2025-12-22 03:54:23] "GET /virtual-network/8f85251a-e61b-4693-b926-736a556d5914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.015350 10.0.0.23 - - [2025-12-22 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010076 10.0.0.23 - - [2025-12-22 03:54:24] "DELETE /access-control-list/c8c1c471-8227-4f38-a6b2-ec8ece7ad282 HTTP/1.1" 200 115 0.127304 10.0.0.23 - - [2025-12-22 03:54:24] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008878 10.0.0.23 - - [2025-12-22 03:54:24] "POST /ref-update HTTP/1.1" 200 156 0.090451 10.0.0.23 - - [2025-12-22 03:54:24] "POST /neutron/network HTTP/1.1" 200 799 0.012815 10.0.0.23 - - [2025-12-22 03:54:24] "GET /virtual-network/465463ab-8fc2-4995-bbd7-deff4eb7d350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.034332 10.0.0.23 - - [2025-12-22 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008409 10.0.0.23 - - [2025-12-22 03:54:24] "POST /ref-update HTTP/1.1" 200 156 0.042806 10.0.0.23 - - [2025-12-22 03:54:24] "GET /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.011416 10.0.0.23 - - [2025-12-22 03:54:24] "DELETE /network-policy/a6edeab2-dee5-4b80-bd5b-5daaf595518f HTTP/1.1" 200 115 0.059161 10.0.0.23 - - [2025-12-22 03:54:24] "POST /neutron/port HTTP/1.1" 200 1127 0.023190 10.0.0.23 - - [2025-12-22 03:54:25] "GET /obj-perms HTTP/1.1" 200 5056 0.057278 10.0.0.23 - - [2025-12-22 03:54:26] "POST /neutron/network HTTP/1.1" 200 799 0.009031 10.0.0.23 - - [2025-12-22 03:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014971 10.0.0.65 - - [2025-12-22 03:54:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007715 10.0.0.65 - - [2025-12-22 03:54:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004826 10.0.0.23 - - [2025-12-22 03:54:26] "POST /neutron/network HTTP/1.1" 200 151 0.178379 10.0.0.23 - - [2025-12-22 03:54:26] "POST /ref-update HTTP/1.1" 200 156 0.061990 10.0.0.23 - - [2025-12-22 03:54:26] "GET /virtual-network/7e3b8046-8380-45fd-b424-8e3cf32175b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.014249 10.0.0.23 - - [2025-12-22 03:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.23 - - [2025-12-22 03:54:26] "POST /ref-update HTTP/1.1" 200 156 0.040694 10.0.0.23 - - [2025-12-22 03:54:26] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004313 10.0.0.23 - - [2025-12-22 03:54:27] "POST /ref-update HTTP/1.1" 200 156 0.050555 10.0.0.23 - - [2025-12-22 03:54:27] "GET /virtual-network/5d28afac-3658-4cf6-8b37-c8e0e30391d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008826 10.0.0.23 - - [2025-12-22 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2025-12-22 03:54:27] "GET /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004486 10.0.0.23 - - [2025-12-22 03:54:27] "DELETE /network-policy/5204b482-ed9f-4b52-8cec-e97d6b8e5783 HTTP/1.1" 200 115 0.038356 10.0.0.23 - - [2025-12-22 03:54:27] "POST /neutron/network HTTP/1.1" 200 974 0.014958 10.0.0.23 - - [2025-12-22 03:54:27] "POST /neutron/port HTTP/1.1" 200 1206 0.022147 10.0.0.23 - - [2025-12-22 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.65 - - [2025-12-22 03:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.65 - - [2025-12-22 03:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002690 10.0.0.65 - - [2025-12-22 03:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.65 - - [2025-12-22 03:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.23 - - [2025-12-22 03:54:29] "POST /neutron/network HTTP/1.1" 200 151 0.171163 10.0.0.23 - - [2025-12-22 03:54:29] "DELETE /route-target/7968cbce-a385-49dd-a287-ca02d4d2ca17 HTTP/1.1" 200 115 0.044138 10.0.0.23 - - [2025-12-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.65 - - [2025-12-22 03:54:31] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001808 10.0.0.23 - - [2025-12-22 03:54:31] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055542 10.0.0.23 - - [2025-12-22 03:54:31] "POST /neutron/network HTTP/1.1" 200 117 0.014754 10.0.0.23 - - [2025-12-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003987 10.0.0.65 - - [2025-12-22 03:54:31] "POST /useragent-kv HTTP/1.1" 200 115 0.014874 10.0.0.23 - - [2025-12-22 03:54:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.266328 10.0.0.23 - - [2025-12-22 03:54:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001540 10.0.0.23 - - [2025-12-22 03:54:31] "GET /virtual-network/e8916deb-cadb-491b-8b6c-ed2a81672fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006103 10.0.0.23 - - [2025-12-22 03:54:31] "GET /virtual-network/e8916deb-cadb-491b-8b6c-ed2a81672fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006456 10.0.0.23 - - [2025-12-22 03:54:31] "POST /neutron/network HTTP/1.1" 200 977 0.011609 10.0.0.23 - - [2025-12-22 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.65 - - [2025-12-22 03:54:32] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001495 10.0.0.23 - - [2025-12-22 03:54:32] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046539 10.0.0.23 - - [2025-12-22 03:54:32] "POST /neutron/network HTTP/1.1" 200 117 0.019734 10.0.0.23 - - [2025-12-22 03:54:32] "POST /route-targets HTTP/1.1" 200 327 0.015255 10.0.0.23 - - [2025-12-22 03:54:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006641 10.0.0.65 - - [2025-12-22 03:54:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010753 10.0.0.23 - - [2025-12-22 03:54:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.251287 10.0.0.23 - - [2025-12-22 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001419 10.0.0.23 - - [2025-12-22 03:54:32] "GET /virtual-network/9d21a0ad-7ece-497c-b55d-eaba572ec084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006714 10.0.0.23 - - [2025-12-22 03:54:32] "GET /virtual-network/9d21a0ad-7ece-497c-b55d-eaba572ec084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006217 10.0.0.23 - - [2025-12-22 03:54:32] "POST /neutron/network HTTP/1.1" 200 976 0.009886 10.0.0.23 - - [2025-12-22 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.002177 10.0.0.23 - - [2025-12-22 03:54:33] "POST /neutron/port HTTP/1.1" 200 117 0.038830 10.0.0.23 - - [2025-12-22 03:54:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001451 10.0.0.65 - - [2025-12-22 03:54:33] "DELETE /project/ea4fd547b3bf450daae18a4cece19ee1 HTTP/1.1" 404 173 0.004256 10.0.0.23 - - [2025-12-22 03:54:33] "POST /neutron/network HTTP/1.1" 200 986 0.010633 10.0.0.65 - - [2025-12-22 03:54:34] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002275 10.0.0.23 - - [2025-12-22 03:54:34] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076767 10.0.0.23 - - [2025-12-22 03:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.008642 10.0.0.23 - - [2025-12-22 03:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.008117 10.0.0.23 - - [2025-12-22 03:54:34] "POST /fqname-to-id HTTP/1.1" 404 209 0.003838 10.0.0.23 - - [2025-12-22 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.65 - - [2025-12-22 03:54:34] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002368 10.0.0.23 - - [2025-12-22 03:54:34] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059488 10.0.0.23 - - [2025-12-22 03:54:34] "POST /network-policys HTTP/1.1" 200 533 0.043800 10.0.0.23 - - [2025-12-22 03:54:34] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007932 10.0.0.23 - - [2025-12-22 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2025-12-22 03:54:34] "GET /virtual-network/e8916deb-cadb-491b-8b6c-ed2a81672fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006546 10.0.0.23 - - [2025-12-22 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.23 - - [2025-12-22 03:54:34] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005405 10.0.0.23 - - [2025-12-22 03:54:35] "POST /ref-update HTTP/1.1" 200 156 0.073645 10.0.0.23 - - [2025-12-22 03:54:35] "POST /access-control-lists HTTP/1.1" 200 578 0.051369 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.23 - - [2025-12-22 03:54:35] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005258 10.0.0.23 - - [2025-12-22 03:54:35] "GET /virtual-network/e8916deb-cadb-491b-8b6c-ed2a81672fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008744 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-12-22 03:54:35] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005153 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.23 - - [2025-12-22 03:54:35] "GET /virtual-network/9d21a0ad-7ece-497c-b55d-eaba572ec084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006660 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-12-22 03:54:35] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004779 10.0.0.23 - - [2025-12-22 03:54:35] "POST /ref-update HTTP/1.1" 200 156 0.054995 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.23 - - [2025-12-22 03:54:35] "POST /access-control-lists HTTP/1.1" 200 578 0.043029 10.0.0.23 - - [2025-12-22 03:54:35] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005878 10.0.0.23 - - [2025-12-22 03:54:35] "POST /neutron/network HTTP/1.1" 200 1062 0.023227 10.0.0.23 - - [2025-12-22 03:54:35] "GET /virtual-network/9d21a0ad-7ece-497c-b55d-eaba572ec084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005877 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2025-12-22 03:54:35] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004357 10.0.0.23 - - [2025-12-22 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.65 - - [2025-12-22 03:54:35] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.23 - - [2025-12-22 03:54:35] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048823 10.0.0.23 - - [2025-12-22 03:54:36] "POST /ref-update HTTP/1.1" 200 156 0.024148 10.0.0.65 - - [2025-12-22 03:54:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010481 10.0.0.23 - - [2025-12-22 03:54:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.248329 10.0.0.23 - - [2025-12-22 03:54:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001400 10.0.0.23 - - [2025-12-22 03:54:36] "GET /virtual-network/f3445bc3-451f-46d9-815d-d5add93a33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005988 10.0.0.23 - - [2025-12-22 03:54:36] "GET /virtual-network/f3445bc3-451f-46d9-815d-d5add93a33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005990 10.0.0.23 - - [2025-12-22 03:54:36] "POST /neutron/network HTTP/1.1" 200 799 0.008063 10.0.0.23 - - [2025-12-22 03:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008120 10.0.0.65 - - [2025-12-22 03:54:36] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.23 - - [2025-12-22 03:54:36] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062918 10.0.0.65 - - [2025-12-22 03:54:36] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.23 - - [2025-12-22 03:54:36] "POST /neutron/network HTTP/1.1" 200 585 0.130742 10.0.0.23 - - [2025-12-22 03:54:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.004111 10.0.0.23 - - [2025-12-22 03:54:36] "GET /virtual-network/f5945947-f0a7-46dd-ac88-32018fff2ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007903 10.0.0.23 - - [2025-12-22 03:54:36] "POST /neutron/network HTTP/1.1" 200 799 0.008634 10.0.0.23 - - [2025-12-22 03:54:36] "GET /virtual-network/f5945947-f0a7-46dd-ac88-32018fff2ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005806 10.0.0.23 - - [2025-12-22 03:54:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.003677 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.65 - - [2025-12-22 03:54:37] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.23 - - [2025-12-22 03:54:37] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049052 10.0.0.23 - - [2025-12-22 03:54:37] "POST /network-policys HTTP/1.1" 200 587 0.032210 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006866 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2025-12-22 03:54:37] "GET /virtual-network/f3445bc3-451f-46d9-815d-d5add93a33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007528 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005437 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.011051 10.0.0.23 - - [2025-12-22 03:54:37] "POST /ref-update HTTP/1.1" 200 156 0.062216 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010176 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004555 10.0.0.23 - - [2025-12-22 03:54:37] "POST /neutron/network HTTP/1.1" 200 912 0.010171 10.0.0.23 - - [2025-12-22 03:54:37] "GET /virtual-network/f3445bc3-451f-46d9-815d-d5add93a33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.005619 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004904 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-22 03:54:37] "GET /virtual-network/f5945947-f0a7-46dd-ac88-32018fff2ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006215 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004186 10.0.0.23 - - [2025-12-22 03:54:37] "POST /ref-update HTTP/1.1" 200 156 0.063875 10.0.0.23 - - [2025-12-22 03:54:37] "POST /access-control-lists HTTP/1.1" 200 554 0.045424 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006895 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004754 10.0.0.23 - - [2025-12-22 03:54:37] "GET /virtual-network/f5945947-f0a7-46dd-ac88-32018fff2ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.015891 10.0.0.23 - - [2025-12-22 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.23 - - [2025-12-22 03:54:37] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004689 10.0.0.23 - - [2025-12-22 03:54:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001421 10.0.0.23 - - [2025-12-22 03:54:38] "POST /neutron/port HTTP/1.1" 200 117 0.024288 10.0.0.23 - - [2025-12-22 03:54:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001862 10.0.0.65 - - [2025-12-22 03:54:39] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.23 - - [2025-12-22 03:54:39] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068606 10.0.0.23 - - [2025-12-22 03:54:39] "POST /neutron/network HTTP/1.1" 200 912 0.033945 10.0.0.23 - - [2025-12-22 03:54:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003734 10.0.0.23 - - [2025-12-22 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2025-12-22 03:54:39] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005583 10.0.0.23 - - [2025-12-22 03:54:39] "POST /neutron/network HTTP/1.1" 200 922 0.007788 10.0.0.23 - - [2025-12-22 03:54:39] "PUT /access-control-list/3d95e2a4-3c62-4e5b-a0f4-605d7cb1aeea HTTP/1.1" 200 272 0.024054 10.0.0.23 - - [2025-12-22 03:54:40] "POST /neutron/port HTTP/1.1" 200 1063 0.054572 10.0.0.23 - - [2025-12-22 03:54:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004509 10.0.0.23 - - [2025-12-22 03:54:40] "POST /neutron/network HTTP/1.1" 200 912 0.009598 10.0.0.23 - - [2025-12-22 03:54:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003848 10.0.0.23 - - [2025-12-22 03:54:40] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005210 10.0.0.23 - - [2025-12-22 03:54:40] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004294 10.0.0.23 - - [2025-12-22 03:54:40] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.035293 10.0.0.23 - - [2025-12-22 03:54:40] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.065417 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.020736 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004622 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.044646 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.080693 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005761 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013190 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.036755 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.038789 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012787 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005110 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.022848 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004309 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005115 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004533 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.036868 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.048129 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009921 10.0.0.23 - - [2025-12-22 03:54:41] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009007 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.040988 10.0.0.23 - - [2025-12-22 03:54:41] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.054390 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007267 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005578 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.041205 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.039823 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012639 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005223 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.025107 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004473 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005587 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005604 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.033869 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.050026 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005104 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004997 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.030798 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.033906 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004792 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004850 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.028919 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.045777 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016278 10.0.0.23 - - [2025-12-22 03:54:42] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009848 10.0.0.23 - - [2025-12-22 03:54:42] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.022720 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007356 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006100 10.0.0.23 - - [2025-12-22 03:54:43] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.023383 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006606 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005758 10.0.0.23 - - [2025-12-22 03:54:43] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.022551 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005305 10.0.0.23 - - [2025-12-22 03:54:43] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004758 10.0.0.23 - - [2025-12-22 03:54:43] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.019135 10.0.0.23 - - [2025-12-22 03:54:44] "POST /neutron/network HTTP/1.1" 200 922 0.009038 10.0.0.23 - - [2025-12-22 03:54:44] "POST /neutron/port HTTP/1.1" 200 117 0.001685 10.0.0.23 - - [2025-12-22 03:54:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011329 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004706 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006287 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005194 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.030339 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.037119 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.016712 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010327 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.036209 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.040565 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.025283 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.013251 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.039046 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.049938 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.014709 10.0.0.23 - - [2025-12-22 03:54:53] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004659 10.0.0.23 - - [2025-12-22 03:54:53] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.035079 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004574 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005276 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004570 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.029783 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.044740 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008193 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005692 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.038013 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.049722 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008240 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005947 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.030535 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.033729 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007141 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005976 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.023117 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003500 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004883 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004162 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.025522 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/2915c113-4b21-4453-bb1b-c4dc43459b25 HTTP/1.1" 200 254 0.034236 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006339 10.0.0.23 - - [2025-12-22 03:54:54] "GET /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014955 10.0.0.23 - - [2025-12-22 03:54:54] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.030893 10.0.0.23 - - [2025-12-22 03:54:55] "PUT /bgp-router/b22f0de0-e097-4536-a2fb-bd8e856c13a2 HTTP/1.1" 200 254 0.034281 10.0.0.23 - - [2025-12-22 03:54:55] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009454 10.0.0.23 - - [2025-12-22 03:54:55] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004624 10.0.0.23 - - [2025-12-22 03:54:55] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.038982 10.0.0.23 - - [2025-12-22 03:54:55] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.045037 10.0.0.23 - - [2025-12-22 03:54:55] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.013155 10.0.0.23 - - [2025-12-22 03:54:55] "GET /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007393 10.0.0.23 - - [2025-12-22 03:54:55] "PUT /bgp-router/21286f36-7d72-499b-ac55-413527aa7bb0 HTTP/1.1" 200 254 0.022542 10.0.0.23 - - [2025-12-22 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.062449 10.0.0.23 - - [2025-12-22 03:54:55] "GET /virtual-network/f5945947-f0a7-46dd-ac88-32018fff2ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.012194 10.0.0.23 - - [2025-12-22 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.23 - - [2025-12-22 03:54:55] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011849 10.0.0.23 - - [2025-12-22 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.066069 10.0.0.23 - - [2025-12-22 03:54:55] "DELETE /access-control-list/19d63d4e-b6f7-4080-ad1e-69be49d2ce49 HTTP/1.1" 200 115 0.060798 10.0.0.23 - - [2025-12-22 03:54:55] "GET /virtual-network/f3445bc3-451f-46d9-815d-d5add93a33f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008751 10.0.0.23 - - [2025-12-22 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011324 10.0.0.23 - - [2025-12-22 03:54:55] "GET /network-policy/5da59e22-c577-4268-bafc-179091b9a429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005284 10.0.0.23 - - [2025-12-22 03:54:55] "DELETE /network-policy/5da59e22-c577-4268-bafc-179091b9a429 HTTP/1.1" 200 115 0.033390 10.0.0.23 - - [2025-12-22 03:54:55] "POST /neutron/network HTTP/1.1" 200 799 0.010845 10.0.0.23 - - [2025-12-22 03:54:56] "POST /neutron/port HTTP/1.1" 200 1117 0.018716 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003999 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.23 - - [2025-12-22 03:54:58] "POST /neutron/network HTTP/1.1" 200 151 0.171500 10.0.0.23 - - [2025-12-22 03:54:58] "DELETE /route-target/56c0152d-7fab-48d0-8b49-809e7fe9d20b HTTP/1.1" 200 115 0.042528 10.0.0.23 - - [2025-12-22 03:54:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.008570 10.0.0.23 - - [2025-12-22 03:54:58] "POST /ref-update HTTP/1.1" 200 156 0.082700 10.0.0.23 - - [2025-12-22 03:54:58] "DELETE /access-control-list/3e8733e8-338d-4dad-8251-fde9b984bed3 HTTP/1.1" 200 115 0.066279 10.0.0.23 - - [2025-12-22 03:54:58] "POST /neutron/network HTTP/1.1" 200 976 0.032470 10.0.0.23 - - [2025-12-22 03:54:58] "GET /virtual-network/9d21a0ad-7ece-497c-b55d-eaba572ec084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.011161 10.0.0.23 - - [2025-12-22 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-12-22 03:54:58] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005008 10.0.0.23 - - [2025-12-22 03:54:58] "POST /ref-update HTTP/1.1" 200 156 0.090619 10.0.0.23 - - [2025-12-22 03:54:58] "POST /ref-update HTTP/1.1" 200 156 0.028389 10.0.0.23 - - [2025-12-22 03:54:58] "GET /virtual-network/e8916deb-cadb-491b-8b6c-ed2a81672fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.009175 10.0.0.23 - - [2025-12-22 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.23 - - [2025-12-22 03:54:58] "GET /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005459 10.0.0.23 - - [2025-12-22 03:54:58] "DELETE /network-policy/6a0d6803-a3c0-4c7a-b90a-e894444caa0e HTTP/1.1" 200 115 0.039055 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004714 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003672 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009789 10.0.0.65 - - [2025-12-22 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.012486 10.0.0.23 - - [2025-12-22 03:54:59] "POST /neutron/network HTTP/1.1" 200 151 0.181342 10.0.0.23 - - [2025-12-22 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.65 - - [2025-12-22 03:55:00] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.23 - - [2025-12-22 03:55:00] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055220 10.0.0.65 - - [2025-12-22 03:55:00] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001646 10.0.0.23 - - [2025-12-22 03:55:00] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?fields=virtual_networks HTTP/1.1" 200 1049 0.051963 10.0.0.65 - - [2025-12-22 03:55:00] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001352 10.0.0.23 - - [2025-12-22 03:55:00] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050567 10.0.0.65 - - [2025-12-22 03:55:00] "GET /projects?obj_uuids=ea4fd547-b3bf-450d-aae1-8a4cece19ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.23 - - [2025-12-22 03:55:00] "GET /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1?fields=security_groups HTTP/1.1" 200 1283 0.043479 10.0.0.23 - - [2025-12-22 03:55:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.026192 10.0.0.65 - - [2025-12-22 03:55:01] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003648 10.0.0.65 - - [2025-12-22 03:55:01] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.65 - - [2025-12-22 03:55:01] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008509 10.0.0.65 - - [2025-12-22 03:55:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.005105 10.0.0.65 - - [2025-12-22 03:55:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003543 10.0.0.65 - - [2025-12-22 03:55:02] "POST /security-groups HTTP/1.1" 200 586 0.033807 10.0.0.65 - - [2025-12-22 03:55:02] "POST /projects HTTP/1.1" 200 575 0.268283 10.0.0.23 - - [2025-12-22 03:55:02] "POST /access-control-lists HTTP/1.1" 200 591 0.035802 10.0.0.65 - - [2025-12-22 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.349335 10.0.0.23 - - [2025-12-22 03:55:02] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.494186 10.0.0.23 - - [2025-12-22 03:55:03] "GET / HTTP/1.1" 200 35931 0.002550 10.0.0.23 - - [2025-12-22 03:55:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000704 10.0.0.23 - - [2025-12-22 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.032312 10.0.0.23 - - [2025-12-22 03:55:05] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005195 10.0.0.23 - - [2025-12-22 03:55:05] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004380 10.0.0.23 - - [2025-12-22 03:55:05] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004453 10.0.0.23 - - [2025-12-22 03:55:05] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.015847 10.0.0.23 - - [2025-12-22 03:55:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.030193 10.0.0.65 - - [2025-12-22 03:55:07] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003967 10.0.0.65 - - [2025-12-22 03:55:07] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.65 - - [2025-12-22 03:55:07] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008922 10.0.0.65 - - [2025-12-22 03:55:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.004831 10.0.0.65 - - [2025-12-22 03:55:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.006289 10.0.0.65 - - [2025-12-22 03:55:08] "POST /security-groups HTTP/1.1" 200 586 0.040808 10.0.0.23 - - [2025-12-22 03:55:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.007702 10.0.0.65 - - [2025-12-22 03:55:08] "POST /projects HTTP/1.1" 200 575 0.284207 10.0.0.65 - - [2025-12-22 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.330914 10.0.0.23 - - [2025-12-22 03:55:08] "POST /access-control-lists HTTP/1.1" 200 589 0.049404 10.0.0.23 - - [2025-12-22 03:55:08] "GET /project/da178446-81d5-4e87-a97b-45928352180a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.530119 10.0.0.23 - - [2025-12-22 03:55:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.027914 10.0.0.65 - - [2025-12-22 03:55:08] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004247 10.0.0.65 - - [2025-12-22 03:55:08] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001832 10.0.0.65 - - [2025-12-22 03:55:08] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012708 10.0.0.65 - - [2025-12-22 03:55:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.002711 10.0.0.65 - - [2025-12-22 03:55:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.007215 10.0.0.65 - - [2025-12-22 03:55:09] "POST /security-groups HTTP/1.1" 200 586 0.082993 10.0.0.65 - - [2025-12-22 03:55:09] "POST /projects HTTP/1.1" 200 575 0.319563 10.0.0.65 - - [2025-12-22 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.362168 10.0.0.23 - - [2025-12-22 03:55:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.005647 10.0.0.23 - - [2025-12-22 03:55:09] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.513663 10.0.0.23 - - [2025-12-22 03:55:10] "GET / HTTP/1.1" 200 35931 0.003364 10.0.0.23 - - [2025-12-22 03:55:10] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.23 - - [2025-12-22 03:55:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.003436 10.0.0.23 - - [2025-12-22 03:55:11] "POST /api-access-lists HTTP/1.1" 200 521 0.028870 10.0.0.23 - - [2025-12-22 03:55:11] "GET /api-access-list/cd40ba76-d139-4b29-8a21-a8144203a91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006696 10.0.0.23 - - [2025-12-22 03:55:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.23 - - [2025-12-22 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.134406 10.0.0.65 - - [2025-12-22 03:55:12] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001841 10.0.0.23 - - [2025-12-22 03:55:12] "GET /project/da178446-81d5-4e87-a97b-45928352180a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.080236 10.0.0.23 - - [2025-12-22 03:55:12] "GET /virtual-networks?parent_id=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024013 10.0.0.23 - - [2025-12-22 03:55:12] "POST /virtual-networks HTTP/1.1" 200 568 0.096607 10.0.0.23 - - [2025-12-22 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.036807 10.0.0.23 - - [2025-12-22 03:55:12] "POST /ref-update HTTP/1.1" 200 156 0.029287 10.0.0.23 - - [2025-12-22 03:55:12] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018704 10.0.0.65 - - [2025-12-22 03:55:12] "POST /useragent-kv HTTP/1.1" 200 115 0.011804 10.0.0.23 - - [2025-12-22 03:55:12] "POST /ref-update HTTP/1.1" 200 156 0.144754 10.0.0.23 - - [2025-12-22 03:55:12] "POST /neutron/network HTTP/1.1" 200 831 0.062470 10.0.0.23 - - [2025-12-22 03:55:13] "GET /virtual-network/5e1d7eef-378c-4a1d-9232-854e9d9a6db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.025865 10.0.0.23 - - [2025-12-22 03:55:13] "POST /neutron/subnet HTTP/1.1" 200 673 0.056822 10.0.0.23 - - [2025-12-22 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.025919 10.0.0.23 - - [2025-12-22 03:55:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.071862 10.0.0.23 - - [2025-12-22 03:55:15] "GET /virtual-network/5e1d7eef-378c-4a1d-9232-854e9d9a6db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.056519 10.0.0.23 - - [2025-12-22 03:55:15] "POST /id-to-fqname HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-12-22 03:55:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.046885 10.0.0.65 - - [2025-12-22 03:55:17] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.23 - - [2025-12-22 03:55:17] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.069429 10.0.0.23 - - [2025-12-22 03:55:17] "POST /neutron/network HTTP/1.1" 200 831 0.010729 10.0.0.23 - - [2025-12-22 03:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.031621 10.0.0.65 - - [2025-12-22 03:55:18] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.23 - - [2025-12-22 03:55:18] "POST /neutron/port HTTP/1.1" 200 1055 0.633504 10.0.0.23 - - [2025-12-22 03:55:19] "POST /neutron/port HTTP/1.1" 200 1109 0.142174 10.0.0.23 - - [2025-12-22 03:55:19] "POST /neutron/subnet HTTP/1.1" 200 647 0.016766 10.0.0.23 - - [2025-12-22 03:55:22] "POST /neutron/port HTTP/1.1" 200 1119 0.023631 10.0.0.23 - - [2025-12-22 03:55:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008756 10.0.0.23 - - [2025-12-22 03:55:23] "POST /neutron/port HTTP/1.1" 200 1119 0.021312 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 200 1287 0.046741 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 200 1287 0.018146 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine-interface/ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074 HTTP/1.1" 200 2531 0.023347 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 200 1287 0.017356 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine-interface/ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074 HTTP/1.1" 200 2531 0.025842 10.0.0.23 - - [2025-12-22 03:55:23] "GET /instance-ip/e2b13061-3fea-4ed9-82f6-1b5747561641 HTTP/1.1" 200 1625 0.024035 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 200 1287 0.021858 10.0.0.23 - - [2025-12-22 03:55:23] "GET /virtual-machine-interface/ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074 HTTP/1.1" 200 2531 0.025072 10.0.0.23 - - [2025-12-22 03:55:23] "GET /instance-ip/e2b13061-3fea-4ed9-82f6-1b5747561641 HTTP/1.1" 200 1625 0.022698 10.0.0.23 - - [2025-12-22 03:55:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.016334 10.0.0.23 - - [2025-12-22 03:55:23] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.030032 10.0.0.23 - - [2025-12-22 03:55:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005613 10.0.0.23 - - [2025-12-22 03:55:24] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021286 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.023176 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.23 - - [2025-12-22 03:55:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005093 10.0.0.23 - - [2025-12-22 03:55:24] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023449 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.028797 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.23 - - [2025-12-22 03:55:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.23 - - [2025-12-22 03:55:24] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017759 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.021507 10.0.0.23 - - [2025-12-22 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-12-22 03:55:24] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006589 10.0.0.23 - - [2025-12-22 03:55:24] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018835 10.0.0.23 - - [2025-12-22 03:55:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.018159 10.0.0.23 - - [2025-12-22 03:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008574 10.0.0.23 - - [2025-12-22 03:55:25] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008528 10.0.0.23 - - [2025-12-22 03:55:25] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024109 10.0.0.23 - - [2025-12-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.020873 10.0.0.23 - - [2025-12-22 03:55:28] "GET /virtual-network/5e1d7eef-378c-4a1d-9232-854e9d9a6db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.026215 10.0.0.23 - - [2025-12-22 03:55:28] "POST /neutron/security_group HTTP/1.1" 200 2053 0.012451 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.021793 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.23 - - [2025-12-22 03:55:30] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.23 - - [2025-12-22 03:55:30] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020471 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.017404 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2025-12-22 03:55:30] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.23 - - [2025-12-22 03:55:30] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017268 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.018567 10.0.0.23 - - [2025-12-22 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.23 - - [2025-12-22 03:55:30] "GET /routing-instance/abc83218-002d-4768-91db-6ead96cb5887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005030 10.0.0.23 - - [2025-12-22 03:55:30] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019746 10.0.0.23 - - [2025-12-22 03:55:30] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004306 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.016976 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2025-12-22 03:55:31] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840 10.0.0.23 - - [2025-12-22 03:55:31] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019846 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.031005 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.23 - - [2025-12-22 03:55:31] "GET /routing-instance/abc83218-002d-4768-91db-6ead96cb5887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.006021 10.0.0.23 - - [2025-12-22 03:55:31] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017041 10.0.0.23 - - [2025-12-22 03:55:31] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004190 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.021046 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.23 - - [2025-12-22 03:55:31] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005276 10.0.0.23 - - [2025-12-22 03:55:31] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020558 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.016961 10.0.0.23 - - [2025-12-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-12-22 03:55:31] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.23 - - [2025-12-22 03:55:31] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016268 10.0.0.65 - - [2025-12-22 03:55:31] "GET /obj-perms HTTP/1.1" 200 4915 0.070861 10.0.0.65 - - [2025-12-22 03:55:33] "DELETE /project/ae2917d75cb24e468c8ec63996dc54d5 HTTP/1.1" 404 173 0.010406 10.0.0.65 - - [2025-12-22 03:55:33] "DELETE /project/ea4fd547-b3bf-450d-aae1-8a4cece19ee1 HTTP/1.1" 404 177 0.008760 10.0.0.65 - - [2025-12-22 03:55:33] "DELETE /project/da17844681d54e87a97b45928352180a HTTP/1.1" 404 173 0.005193 10.0.0.65 - - [2025-12-22 03:55:33] "DELETE /project/d0891687e6d4410c9376da3165ff0173 HTTP/1.1" 404 173 0.009489 10.0.0.65 - - [2025-12-22 03:55:34] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021747 10.0.0.65 - - [2025-12-22 03:55:38] "GET /obj-perms HTTP/1.1" 200 4915 0.019439 10.0.0.65 - - [2025-12-22 03:55:40] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021274 10.0.0.65 - - [2025-12-22 03:55:44] "GET /obj-perms HTTP/1.1" 200 4915 0.019400 10.0.0.23 - - [2025-12-22 03:55:46] "POST /neutron/network HTTP/1.1" 200 841 0.009227 10.0.0.23 - - [2025-12-22 03:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.65 - - [2025-12-22 03:55:46] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019036 10.0.0.23 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.046855 10.0.0.23 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.016242 10.0.0.65 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.014638 10.0.0.23 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.016053 10.0.0.23 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.017136 10.0.0.65 - - [2025-12-22 03:55:48] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018587 10.0.0.23 - - [2025-12-22 03:55:48] "GET /obj-perms HTTP/1.1" 200 4915 0.017060 10.0.0.23 - - [2025-12-22 03:55:49] "GET /obj-perms HTTP/1.1" 200 4915 0.060801 10.0.0.23 - - [2025-12-22 03:55:50] "GET /obj-perms HTTP/1.1" 200 4915 0.016878 10.0.0.23 - - [2025-12-22 03:55:50] "GET /obj-perms HTTP/1.1" 200 5020 0.052462 10.0.0.22 - - [2025-12-22 03:55:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.046814 10.0.0.65 - - [2025-12-22 03:55:51] "GET /obj-perms HTTP/1.1" 200 4915 0.023570 10.0.0.23 - - [2025-12-22 03:55:51] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 200 1287 0.025084 10.0.0.23 - - [2025-12-22 03:55:51] "POST /neutron/port HTTP/1.1" 200 1109 0.016979 10.0.0.23 - - [2025-12-22 03:55:53] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 404 171 0.021164 10.0.0.23 - - [2025-12-22 03:55:53] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 404 171 0.018327 10.0.0.23 - - [2025-12-22 03:55:53] "GET /virtual-machine/5cb15b33-7ccb-47e4-9393-1da914415dc7 HTTP/1.1" 404 171 0.018555 10.0.0.23 - - [2025-12-22 03:55:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.019378 10.0.0.23 - - [2025-12-22 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2025-12-22 03:55:53] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005066 10.0.0.23 - - [2025-12-22 03:55:53] "GET /virtual-networks?parent_id=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019141 10.0.0.23 - - [2025-12-22 03:55:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.017945 10.0.0.23 - - [2025-12-22 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007963 10.0.0.23 - - [2025-12-22 03:55:53] "GET /routing-instance/abc83218-002d-4768-91db-6ead96cb5887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005570 10.0.0.23 - - [2025-12-22 03:55:53] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.021434 10.0.0.23 - - [2025-12-22 03:55:53] "GET /route-target/69439b4f-8cd7-4cf0-ac7b-15d5b529392d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005176 10.0.0.23 - - [2025-12-22 03:55:54] "GET /obj-perms HTTP/1.1" 200 4915 0.066480 10.0.0.23 - - [2025-12-22 03:55:54] "GET /obj-perms HTTP/1.1" 200 4915 0.070322 10.0.0.65 - - [2025-12-22 03:55:57] "GET /obj-perms HTTP/1.1" 200 5020 0.052601 10.0.0.23 - - [2025-12-22 03:56:00] "GET /obj-perms HTTP/1.1" 200 5020 0.004353 10.0.0.65 - - [2025-12-22 03:56:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004375 10.0.0.23 - - [2025-12-22 03:56:09] "GET /obj-perms HTTP/1.1" 200 5020 0.004888 10.0.0.65 - - [2025-12-22 03:56:16] "GET /obj-perms HTTP/1.1" 200 5020 0.005738 10.0.0.23 - - [2025-12-22 03:56:19] "GET /obj-perms HTTP/1.1" 200 5020 0.005990 10.0.0.65 - - [2025-12-22 03:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003450 10.0.0.23 - - [2025-12-22 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011643 10.0.0.65 - - [2025-12-22 03:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.23 - - [2025-12-22 03:56:19] "DELETE /virtual-network/5e1d7eef-378c-4a1d-9232-854e9d9a6db3 HTTP/1.1" 200 115 0.173186 10.0.0.23 - - [2025-12-22 03:56:19] "DELETE /api-access-list/cd40ba76-d139-4b29-8a21-a8144203a91e HTTP/1.1" 200 115 0.057386 10.0.0.65 - - [2025-12-22 03:56:20] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001326 10.0.0.23 - - [2025-12-22 03:56:20] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.053110 10.0.0.65 - - [2025-12-22 03:56:20] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.23 - - [2025-12-22 03:56:20] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?fields=virtual_networks HTTP/1.1" 200 1023 0.056519 10.0.0.65 - - [2025-12-22 03:56:20] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001249 10.0.0.23 - - [2025-12-22 03:56:20] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.056406 10.0.0.65 - - [2025-12-22 03:56:20] "GET /projects?obj_uuids=ae2917d7-5cb2-4e46-8c8e-c63996dc54d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001230 10.0.0.23 - - [2025-12-22 03:56:20] "GET /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5?fields=security_groups HTTP/1.1" 200 1244 0.054840 10.0.0.65 - - [2025-12-22 03:56:20] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001661 10.0.0.23 - - [2025-12-22 03:56:21] "GET /project/da178446-81d5-4e87-a97b-45928352180a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.075642 10.0.0.65 - - [2025-12-22 03:56:21] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001396 10.0.0.23 - - [2025-12-22 03:56:21] "GET /project/da178446-81d5-4e87-a97b-45928352180a?fields=virtual_networks HTTP/1.1" 200 1023 0.055779 10.0.0.65 - - [2025-12-22 03:56:21] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.23 - - [2025-12-22 03:56:21] "GET /project/da178446-81d5-4e87-a97b-45928352180a?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053112 10.0.0.65 - - [2025-12-22 03:56:21] "GET /projects?obj_uuids=da178446-81d5-4e87-a97b-45928352180a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.23 - - [2025-12-22 03:56:21] "GET /project/da178446-81d5-4e87-a97b-45928352180a?fields=security_groups HTTP/1.1" 200 1244 0.055901 10.0.0.23 - - [2025-12-22 03:56:23] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005141 10.0.0.23 - - [2025-12-22 03:56:23] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.014512 10.0.0.65 - - [2025-12-22 03:56:23] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001188 10.0.0.23 - - [2025-12-22 03:56:23] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.051012 10.0.0.65 - - [2025-12-22 03:56:23] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.23 - - [2025-12-22 03:56:24] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?fields=virtual_networks HTTP/1.1" 200 1023 0.085538 10.0.0.65 - - [2025-12-22 03:56:24] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002533 10.0.0.23 - - [2025-12-22 03:56:24] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.074394 10.0.0.65 - - [2025-12-22 03:56:24] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001816 10.0.0.23 - - [2025-12-22 03:56:24] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?fields=security_groups HTTP/1.1" 200 1244 0.072351 10.0.0.23 - - [2025-12-22 03:56:24] "DELETE /access-control-list/21425994-fc31-4ae1-acd7-a94ef1c52bb0 HTTP/1.1" 200 115 0.063128 10.0.0.23 - - [2025-12-22 03:56:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.034177 10.0.0.65 - - [2025-12-22 03:56:25] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004664 10.0.0.65 - - [2025-12-22 03:56:25] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.65 - - [2025-12-22 03:56:25] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009926 10.0.0.65 - - [2025-12-22 03:56:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.008896 10.0.0.65 - - [2025-12-22 03:56:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.008373 10.0.0.65 - - [2025-12-22 03:56:25] "POST /security-groups HTTP/1.1" 200 591 0.086571 10.0.0.23 - - [2025-12-22 03:56:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.010864 10.0.0.65 - - [2025-12-22 03:56:25] "POST /projects HTTP/1.1" 200 585 0.323035 10.0.0.65 - - [2025-12-22 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.400816 10.0.0.23 - - [2025-12-22 03:56:25] "POST /access-control-lists HTTP/1.1" 200 594 0.044338 10.0.0.23 - - [2025-12-22 03:56:25] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.564856 10.0.0.23 - - [2025-12-22 03:56:27] "GET / HTTP/1.1" 200 35931 0.004809 10.0.0.23 - - [2025-12-22 03:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.392038 10.0.0.23 - - [2025-12-22 03:56:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-12-22 03:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.035007 10.0.0.23 - - [2025-12-22 03:56:29] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006195 10.0.0.23 - - [2025-12-22 03:56:29] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005824 10.0.0.23 - - [2025-12-22 03:56:29] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005687 10.0.0.23 - - [2025-12-22 03:56:29] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.016031 10.0.0.23 - - [2025-12-22 03:56:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.027251 10.0.0.65 - - [2025-12-22 03:56:31] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003241 10.0.0.65 - - [2025-12-22 03:56:31] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001681 10.0.0.65 - - [2025-12-22 03:56:31] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010155 10.0.0.65 - - [2025-12-22 03:56:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.003260 10.0.0.65 - - [2025-12-22 03:56:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.010576 10.0.0.65 - - [2025-12-22 03:56:32] "POST /security-groups HTTP/1.1" 200 591 0.077611 10.0.0.65 - - [2025-12-22 03:56:32] "POST /projects HTTP/1.1" 200 585 0.320184 10.0.0.23 - - [2025-12-22 03:56:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.009563 10.0.0.65 - - [2025-12-22 03:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.395586 10.0.0.23 - - [2025-12-22 03:56:32] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.551941 10.0.0.23 - - [2025-12-22 03:56:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.025162 10.0.0.65 - - [2025-12-22 03:56:32] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004821 10.0.0.65 - - [2025-12-22 03:56:32] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.65 - - [2025-12-22 03:56:32] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008350 10.0.0.65 - - [2025-12-22 03:56:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.004435 10.0.0.65 - - [2025-12-22 03:56:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.006535 10.0.0.65 - - [2025-12-22 03:56:33] "POST /security-groups HTTP/1.1" 200 591 0.037589 10.0.0.65 - - [2025-12-22 03:56:33] "POST /projects HTTP/1.1" 200 585 0.261667 10.0.0.65 - - [2025-12-22 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.304378 10.0.0.23 - - [2025-12-22 03:56:33] "POST /access-control-lists HTTP/1.1" 200 596 0.037368 10.0.0.23 - - [2025-12-22 03:56:33] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.520816 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/ae2917d7-5cb2-4e46-8c8e-c63996dc54d5 HTTP/1.1" 404 177 0.009113 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/5d063fa1b7cd4e5ca5eb1b8a69962214 HTTP/1.1" 404 173 0.011620 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/7718aca3c3b44f998fdbe2a67032e66f HTTP/1.1" 404 173 0.005759 10.0.0.65 - - [2025-12-22 03:56:33] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001505 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/3865403cbbfc498ebf09a0060defa537 HTTP/1.1" 404 173 0.022467 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/da178446-81d5-4e87-a97b-45928352180a HTTP/1.1" 404 177 0.017116 10.0.0.65 - - [2025-12-22 03:56:33] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.048794 10.0.0.65 - - [2025-12-22 03:56:33] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001540 10.0.0.65 - - [2025-12-22 03:56:33] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?fields=security_groups HTTP/1.1" 200 1349 0.053967 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /security-group/a60b3227-cf17-4c8a-a193-b1dcffa140e5 HTTP/1.1" 200 115 0.056307 10.0.0.65 - - [2025-12-22 03:56:33] "GET /projects?obj_uuids=d0891687-e6d4-410c-9376-da3165ff0173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.23 - - [2025-12-22 03:56:33] "DELETE /access-control-list/51277a2b-f481-4701-91e6-67e3c8ad84b4 HTTP/1.1" 200 115 0.046744 10.0.0.65 - - [2025-12-22 03:56:33] "GET /project/d0891687-e6d4-410c-9376-da3165ff0173?fields=application_policy_sets HTTP/1.1" 200 1388 0.053126 10.0.0.65 - - [2025-12-22 03:56:33] "DELETE /project/d0891687-e6d4-410c-9376-da3165ff0173 HTTP/1.1" 200 115 0.444046 10.0.0.23 - - [2025-12-22 03:56:33] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.23 - - [2025-12-22 03:56:34] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.23 - - [2025-12-22 03:56:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.003597 10.0.0.23 - - [2025-12-22 03:56:35] "POST /api-access-lists HTTP/1.1" 200 521 0.025758 10.0.0.23 - - [2025-12-22 03:56:35] "GET /api-access-list/a24c5d8f-199d-4581-8215-2c3694483cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.009448 10.0.0.23 - - [2025-12-22 03:56:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2025-12-22 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.058376 10.0.0.65 - - [2025-12-22 03:56:35] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.23 - - [2025-12-22 03:56:36] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066544 10.0.0.23 - - [2025-12-22 03:56:36] "GET /virtual-networks?parent_id=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019616 10.0.0.23 - - [2025-12-22 03:56:36] "POST /virtual-networks HTTP/1.1" 200 583 0.107419 10.0.0.23 - - [2025-12-22 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.033336 10.0.0.23 - - [2025-12-22 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.026967 10.0.0.23 - - [2025-12-22 03:56:36] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018562 10.0.0.65 - - [2025-12-22 03:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004308 10.0.0.23 - - [2025-12-22 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.087877 10.0.0.23 - - [2025-12-22 03:56:36] "POST /neutron/network HTTP/1.1" 200 848 0.070853 10.0.0.23 - - [2025-12-22 03:56:36] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.026076 10.0.0.23 - - [2025-12-22 03:56:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000695 10.0.0.23 - - [2025-12-22 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.052001 10.0.0.65 - - [2025-12-22 03:56:37] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.23 - - [2025-12-22 03:56:37] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079558 10.0.0.23 - - [2025-12-22 03:56:37] "GET /virtual-networks?parent_id=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020891 10.0.0.23 - - [2025-12-22 03:56:37] "POST /virtual-networks HTTP/1.1" 200 583 0.100095 10.0.0.23 - - [2025-12-22 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.030997 10.0.0.23 - - [2025-12-22 03:56:37] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.017230 10.0.0.65 - - [2025-12-22 03:56:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011753 10.0.0.23 - - [2025-12-22 03:56:37] "POST /ref-update HTTP/1.1" 200 156 0.118711 10.0.0.23 - - [2025-12-22 03:56:37] "POST /neutron/network HTTP/1.1" 200 849 0.067039 10.0.0.23 - - [2025-12-22 03:56:38] "GET /virtual-network/14649763-759a-431f-bf44-ae5a3851e6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.025824 10.0.0.23 - - [2025-12-22 03:56:38] "POST /neutron/subnet HTTP/1.1" 200 681 0.048203 10.0.0.23 - - [2025-12-22 03:56:39] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.048634 10.0.0.23 - - [2025-12-22 03:56:39] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.045020 10.0.0.22 - - [2025-12-22 03:56:40] "GET /obj-perms HTTP/1.1" 403 257 0.037825 10.0.0.22 - - [2025-12-22 03:56:40] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.017063 10.0.0.65 - - [2025-12-22 03:56:40] "GET /obj-perms HTTP/1.1" 403 257 0.044089 10.0.0.65 - - [2025-12-22 03:56:41] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.016967 10.0.0.23 - - [2025-12-22 03:56:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.035739 10.0.0.23 - - [2025-12-22 03:56:41] "GET /obj-perms HTTP/1.1" 200 5030 0.064787 10.0.0.23 - - [2025-12-22 03:56:41] "PUT /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428 HTTP/1.1" 200 264 0.062581 10.0.0.23 - - [2025-12-22 03:56:42] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015278 10.0.0.23 - - [2025-12-22 03:56:42] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.042874 10.0.0.22 - - [2025-12-22 03:56:42] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.039503 10.0.0.65 - - [2025-12-22 03:56:43] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041651 10.0.0.23 - - [2025-12-22 03:56:43] "GET /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.023330 10.0.0.23 - - [2025-12-22 03:56:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.053916 10.0.0.23 - - [2025-12-22 03:56:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004371 10.0.0.23 - - [2025-12-22 03:56:43] "PUT /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428 HTTP/1.1" 200 264 0.057790 10.0.0.23 - - [2025-12-22 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006057 10.0.0.65 - - [2025-12-22 03:56:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.65 - - [2025-12-22 03:56:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.23 - - [2025-12-22 03:56:43] "DELETE /virtual-network/14649763-759a-431f-bf44-ae5a3851e6b7 HTTP/1.1" 200 115 0.168545 10.0.0.65 - - [2025-12-22 03:56:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005914 10.0.0.65 - - [2025-12-22 03:56:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.23 - - [2025-12-22 03:56:43] "DELETE /virtual-network/4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428 HTTP/1.1" 200 115 0.170975 10.0.0.23 - - [2025-12-22 03:56:43] "DELETE /route-target/77a3ad99-f9df-4a0a-b9b0-ba4e536d9593 HTTP/1.1" 200 115 0.039660 10.0.0.23 - - [2025-12-22 03:56:43] "DELETE /api-access-list/a24c5d8f-199d-4581-8215-2c3694483cd8 HTTP/1.1" 200 115 0.047489 10.0.0.65 - - [2025-12-22 03:56:44] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.23 - - [2025-12-22 03:56:44] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056158 10.0.0.65 - - [2025-12-22 03:56:44] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.23 - - [2025-12-22 03:56:44] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?fields=virtual_networks HTTP/1.1" 200 1032 0.080187 10.0.0.65 - - [2025-12-22 03:56:44] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.23 - - [2025-12-22 03:56:44] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.064857 10.0.0.65 - - [2025-12-22 03:56:44] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001808 10.0.0.23 - - [2025-12-22 03:56:44] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?fields=security_groups HTTP/1.1" 200 1258 0.060531 10.0.0.65 - - [2025-12-22 03:56:45] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001774 10.0.0.23 - - [2025-12-22 03:56:45] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071117 10.0.0.65 - - [2025-12-22 03:56:45] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001519 10.0.0.23 - - [2025-12-22 03:56:45] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?fields=virtual_networks HTTP/1.1" 200 1032 0.078689 10.0.0.65 - - [2025-12-22 03:56:45] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.23 - - [2025-12-22 03:56:45] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.081184 10.0.0.65 - - [2025-12-22 03:56:45] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.23 - - [2025-12-22 03:56:45] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?fields=security_groups HTTP/1.1" 200 1258 0.053285 10.0.0.23 - - [2025-12-22 03:56:49] "GET / HTTP/1.1" 200 35931 0.002008 10.0.0.23 - - [2025-12-22 03:56:49] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.23 - - [2025-12-22 03:56:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2025-12-22 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.081898 10.0.0.65 - - [2025-12-22 03:56:50] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001615 10.0.0.23 - - [2025-12-22 03:56:50] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080121 10.0.0.23 - - [2025-12-22 03:56:50] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014401 10.0.0.23 - - [2025-12-22 03:56:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.017595 10.0.0.23 - - [2025-12-22 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.021575 10.0.0.65 - - [2025-12-22 03:56:51] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.23 - - [2025-12-22 03:56:51] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024516 10.0.0.23 - - [2025-12-22 03:56:51] "POST /service-templates HTTP/1.1" 403 264 0.012326 10.0.0.23 - - [2025-12-22 03:56:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.004916 10.0.0.23 - - [2025-12-22 03:56:51] "POST /api-access-lists HTTP/1.1" 200 555 0.033498 10.0.0.23 - - [2025-12-22 03:56:51] "GET /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.007441 10.0.0.23 - - [2025-12-22 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022794 10.0.0.65 - - [2025-12-22 03:56:51] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.23 - - [2025-12-22 03:56:51] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.070405 10.0.0.23 - - [2025-12-22 03:56:51] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026364 10.0.0.23 - - [2025-12-22 03:56:51] "POST /virtual-networks HTTP/1.1" 200 583 0.117238 10.0.0.23 - - [2025-12-22 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029081 10.0.0.23 - - [2025-12-22 03:56:51] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020870 10.0.0.65 - - [2025-12-22 03:56:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006147 10.0.0.23 - - [2025-12-22 03:56:51] "POST /ref-update HTTP/1.1" 200 156 0.117613 10.0.0.23 - - [2025-12-22 03:56:52] "GET /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.021866 10.0.0.23 - - [2025-12-22 03:56:52] "POST /neutron/network HTTP/1.1" 200 848 0.064048 10.0.0.23 - - [2025-12-22 03:56:52] "GET /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006378 10.0.0.23 - - [2025-12-22 03:56:52] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004437 10.0.0.23 - - [2025-12-22 03:56:52] "GET /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007503 10.0.0.23 - - [2025-12-22 03:56:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.017587 10.0.0.23 - - [2025-12-22 03:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.020655 10.0.0.65 - - [2025-12-22 03:56:53] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002109 10.0.0.23 - - [2025-12-22 03:56:53] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.028335 10.0.0.23 - - [2025-12-22 03:56:53] "POST /service-templates HTTP/1.1" 403 264 0.016052 10.0.0.23 - - [2025-12-22 03:56:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.005564 10.0.0.23 - - [2025-12-22 03:56:53] "POST /api-access-lists HTTP/1.1" 200 521 0.033334 10.0.0.23 - - [2025-12-22 03:56:53] "GET /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.009210 10.0.0.23 - - [2025-12-22 03:56:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.022895 10.0.0.23 - - [2025-12-22 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.019927 10.0.0.65 - - [2025-12-22 03:56:54] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.23 - - [2025-12-22 03:56:54] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.027380 10.0.0.23 - - [2025-12-22 03:56:54] "POST /service-templates HTTP/1.1" 200 551 0.057847 10.0.0.23 - - [2025-12-22 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.026772 10.0.0.23 - - [2025-12-22 03:56:54] "GET /service-template/33ec4c00-b235-42cf-996f-0ce25a51ad84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.024728 10.0.0.23 - - [2025-12-22 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.019453 10.0.0.23 - - [2025-12-22 03:56:54] "GET /service-template/33ec4c00-b235-42cf-996f-0ce25a51ad84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017555 10.0.0.23 - - [2025-12-22 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.22 - - [2025-12-22 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031322 10.0.0.65 - - [2025-12-22 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.037937 10.0.0.23 - - [2025-12-22 03:56:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.043478 10.0.0.23 - - [2025-12-22 03:56:56] "GET /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004264 10.0.0.23 - - [2025-12-22 03:56:56] "PUT /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507 HTTP/1.1" 200 264 0.012024 10.0.0.23 - - [2025-12-22 03:56:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.23 - - [2025-12-22 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.048466 10.0.0.65 - - [2025-12-22 03:56:56] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001755 10.0.0.23 - - [2025-12-22 03:56:57] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068231 10.0.0.23 - - [2025-12-22 03:56:57] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028014 10.0.0.23 - - [2025-12-22 03:56:57] "POST /virtual-networks HTTP/1.1" 403 263 0.016622 10.0.0.23 - - [2025-12-22 03:56:57] "GET /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.028754 10.0.0.23 - - [2025-12-22 03:56:57] "GET /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005933 10.0.0.23 - - [2025-12-22 03:56:57] "PUT /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff HTTP/1.1" 200 264 0.018210 10.0.0.23 - - [2025-12-22 03:56:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.022812 10.0.0.23 - - [2025-12-22 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.021458 10.0.0.65 - - [2025-12-22 03:56:57] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002295 10.0.0.23 - - [2025-12-22 03:56:57] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.029728 10.0.0.23 - - [2025-12-22 03:56:57] "POST /service-templates HTTP/1.1" 403 264 0.017442 10.0.0.23 - - [2025-12-22 03:56:58] "GET /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.006196 10.0.0.23 - - [2025-12-22 03:56:58] "PUT /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507 HTTP/1.1" 200 264 0.015872 10.0.0.23 - - [2025-12-22 03:56:58] "GET /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006128 10.0.0.23 - - [2025-12-22 03:56:58] "PUT /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff HTTP/1.1" 200 264 0.016416 10.0.0.23 - - [2025-12-22 03:56:58] "GET /obj-perms HTTP/1.1" 403 257 0.016037 10.0.0.23 - - [2025-12-22 03:56:59] "GET /obj-perms HTTP/1.1" 403 257 0.039228 10.0.0.22 - - [2025-12-22 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2025-12-22 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.65 - - [2025-12-22 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.65 - - [2025-12-22 03:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.23 - - [2025-12-22 03:57:00] "GET /obj-perms HTTP/1.1" 403 257 0.014797 10.0.0.23 - - [2025-12-22 03:57:00] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005024 10.0.0.23 - - [2025-12-22 03:57:00] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.014529 10.0.0.23 - - [2025-12-22 03:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-12-22 03:57:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.041473 10.0.0.23 - - [2025-12-22 03:57:00] "DELETE /api-access-list/178c5f4c-c7d3-4576-9c8c-fe9835779507 HTTP/1.1" 200 115 0.043322 10.0.0.23 - - [2025-12-22 03:57:00] "DELETE /api-access-list/8e877593-b862-4a6d-b5c1-c68dc072a5ff HTTP/1.1" 200 115 0.040431 10.0.0.23 - - [2025-12-22 03:57:01] "GET /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.045348 10.0.0.22 - - [2025-12-22 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.65 - - [2025-12-22 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2025-12-22 03:57:02] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004583 10.0.0.23 - - [2025-12-22 03:57:02] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.016963 10.0.0.23 - - [2025-12-22 03:57:02] "GET /obj-perms HTTP/1.1" 403 257 0.016062 10.0.0.23 - - [2025-12-22 03:57:02] "GET /obj-perms HTTP/1.1" 403 257 0.013459 10.0.0.23 - - [2025-12-22 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.015078 10.0.0.23 - - [2025-12-22 03:57:02] "DELETE /service-template/33ec4c00-b235-42cf-996f-0ce25a51ad84 HTTP/1.1" 200 115 0.049921 10.0.0.23 - - [2025-12-22 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.019710 10.0.0.65 - - [2025-12-22 03:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006667 10.0.0.23 - - [2025-12-22 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006887 10.0.0.65 - - [2025-12-22 03:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002964 10.0.0.23 - - [2025-12-22 03:57:03] "DELETE /virtual-network/45d5ae72-8711-42c4-b38d-dae743383b27 HTTP/1.1" 200 115 0.144437 10.0.0.23 - - [2025-12-22 03:57:03] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006297 10.0.0.23 - - [2025-12-22 03:57:03] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.016027 10.0.0.23 - - [2025-12-22 03:57:03] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005983 10.0.0.23 - - [2025-12-22 03:57:03] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.014937 10.0.0.23 - - [2025-12-22 03:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.65 - - [2025-12-22 03:57:06] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.23 - - [2025-12-22 03:57:06] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048162 10.0.0.23 - - [2025-12-22 03:57:06] "POST /neutron/network HTTP/1.1" 200 117 0.105247 10.0.0.23 - - [2025-12-22 03:57:06] "POST /ref-update HTTP/1.1" 200 156 0.051030 10.0.0.23 - - [2025-12-22 03:57:06] "POST /neutron/network HTTP/1.1" 200 860 0.009916 10.0.0.23 - - [2025-12-22 03:57:06] "POST /id-to-fqname HTTP/1.1" 200 240 0.001447 10.0.0.23 - - [2025-12-22 03:57:06] "GET /virtual-network/3ec1a5fd-43c0-426f-8893-b2b3a12ee06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006977 10.0.0.23 - - [2025-12-22 03:57:06] "GET /virtual-network/3ec1a5fd-43c0-426f-8893-b2b3a12ee06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007172 10.0.0.23 - - [2025-12-22 03:57:06] "POST /neutron/subnet HTTP/1.1" 200 714 0.013031 10.0.0.23 - - [2025-12-22 03:57:06] "GET /virtual-network/3ec1a5fd-43c0-426f-8893-b2b3a12ee06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006276 10.0.0.23 - - [2025-12-22 03:57:06] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004556 10.0.0.23 - - [2025-12-22 03:57:07] "GET /virtual-network/3ec1a5fd-43c0-426f-8893-b2b3a12ee06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006434 10.0.0.23 - - [2025-12-22 03:57:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.004539 10.0.0.23 - - [2025-12-22 03:57:07] "POST /api-access-lists HTTP/1.1" 200 555 0.028723 10.0.0.23 - - [2025-12-22 03:57:07] "GET /api-access-list/3882164b-25dd-46b9-bf2a-f0f7daf66080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.008055 10.0.0.23 - - [2025-12-22 03:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.021078 10.0.0.65 - - [2025-12-22 03:57:07] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002836 10.0.0.23 - - [2025-12-22 03:57:07] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079426 10.0.0.65 - - [2025-12-22 03:57:07] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001945 10.0.0.23 - - [2025-12-22 03:57:08] "POST /neutron/network HTTP/1.1" 200 645 0.223890 10.0.0.65 - - [2025-12-22 03:57:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007952 10.0.0.23 - - [2025-12-22 03:57:08] "POST /neutron/subnet HTTP/1.1" 200 714 0.305238 10.0.0.23 - - [2025-12-22 03:57:08] "POST /id-to-fqname HTTP/1.1" 200 240 0.013978 10.0.0.23 - - [2025-12-22 03:57:08] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.022354 10.0.0.23 - - [2025-12-22 03:57:08] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025708 10.0.0.23 - - [2025-12-22 03:57:08] "POST /neutron/network HTTP/1.1" 200 862 0.035712 10.0.0.23 - - [2025-12-22 03:57:08] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006126 10.0.0.23 - - [2025-12-22 03:57:08] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004246 10.0.0.23 - - [2025-12-22 03:57:09] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006360 10.0.0.23 - - [2025-12-22 03:57:09] "GET /obj-perms HTTP/1.1" 200 5030 0.005891 10.0.0.22 - - [2025-12-22 03:57:09] "GET /obj-perms HTTP/1.1" 200 5030 0.136464 10.0.0.65 - - [2025-12-22 03:57:09] "GET /obj-perms HTTP/1.1" 200 5030 0.055468 10.0.0.23 - - [2025-12-22 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.020138 10.0.0.65 - - [2025-12-22 03:57:09] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.23 - - [2025-12-22 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 264 0.006332 10.0.0.23 - - [2025-12-22 03:57:09] "POST /access-control-lists HTTP/1.1" 200 624 0.028689 10.0.0.23 - - [2025-12-22 03:57:10] "PUT /access-control-list/d2024d18-dbdb-49d8-8fae-4e5aa723e73f HTTP/1.1" 200 272 0.022382 10.0.0.23 - - [2025-12-22 03:57:10] "POST /neutron/security_group HTTP/1.1" 200 1426 0.561517 10.0.0.23 - - [2025-12-22 03:57:10] "POST /neutron/security_group HTTP/1.1" 200 1426 0.021598 10.0.0.65 - - [2025-12-22 03:57:10] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.23 - - [2025-12-22 03:57:10] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.130130 10.0.0.23 - - [2025-12-22 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037138 10.0.0.23 - - [2025-12-22 03:57:11] "GET /security-group/7650e043-ea65-4d96-a66f-a1c022602e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.030278 10.0.0.23 - - [2025-12-22 03:57:11] "POST /id-to-fqname HTTP/1.1" 200 240 0.018870 10.0.0.23 - - [2025-12-22 03:57:12] "POST /neutron/port HTTP/1.1" 200 117 0.048308 10.0.0.65 - - [2025-12-22 03:57:13] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.23 - - [2025-12-22 03:57:13] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071194 10.0.0.23 - - [2025-12-22 03:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.023100 10.0.0.23 - - [2025-12-22 03:57:13] "POST /neutron/network HTTP/1.1" 200 872 0.041589 10.0.0.23 - - [2025-12-22 03:57:14] "POST /neutron/port HTTP/1.1" 200 1058 0.029967 10.0.0.23 - - [2025-12-22 03:57:14] "POST /neutron/port HTTP/1.1" 200 1122 0.023343 10.0.0.23 - - [2025-12-22 03:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.23 - - [2025-12-22 03:57:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009490 10.0.0.23 - - [2025-12-22 03:57:18] "POST /neutron/port HTTP/1.1" 200 1122 0.021021 10.0.0.23 - - [2025-12-22 03:57:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008623 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.049605 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.020899 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b HTTP/1.1" 200 3024 0.026910 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.020011 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b HTTP/1.1" 200 3024 0.026123 10.0.0.23 - - [2025-12-22 03:57:19] "GET /instance-ip/7d74b9d2-eb56-4d51-8478-8db2988eebf4 HTTP/1.1" 200 1637 0.034249 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.021582 10.0.0.23 - - [2025-12-22 03:57:19] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b HTTP/1.1" 200 3024 0.026367 10.0.0.23 - - [2025-12-22 03:57:19] "GET /instance-ip/7d74b9d2-eb56-4d51-8478-8db2988eebf4 HTTP/1.1" 200 1637 0.022480 10.0.0.23 - - [2025-12-22 03:57:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.024368 10.0.0.23 - - [2025-12-22 03:57:19] "GET / HTTP/1.1" 200 35931 0.002362 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025700 10.0.0.23 - - [2025-12-22 03:57:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004398 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027550 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.030068 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.021217 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005825 10.0.0.23 - - [2025-12-22 03:57:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005514 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029594 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.037438 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.036055 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2025-12-22 03:57:20] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.039359 10.0.0.23 - - [2025-12-22 03:57:20] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025971 10.0.0.23 - - [2025-12-22 03:57:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.031748 10.0.0.23 - - [2025-12-22 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007915 10.0.0.23 - - [2025-12-22 03:57:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004433 10.0.0.23 - - [2025-12-22 03:57:21] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031054 10.0.0.23 - - [2025-12-22 03:57:21] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.033566 10.0.0.23 - - [2025-12-22 03:57:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.023553 10.0.0.23 - - [2025-12-22 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.23 - - [2025-12-22 03:57:21] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007936 10.0.0.23 - - [2025-12-22 03:57:21] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.042385 10.0.0.23 - - [2025-12-22 03:57:21] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.031548 10.0.0.23 - - [2025-12-22 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.017869 10.0.0.23 - - [2025-12-22 03:57:24] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.021139 10.0.0.23 - - [2025-12-22 03:57:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.022475 10.0.0.23 - - [2025-12-22 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.23 - - [2025-12-22 03:57:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005107 10.0.0.23 - - [2025-12-22 03:57:26] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031827 10.0.0.23 - - [2025-12-22 03:57:26] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025703 10.0.0.23 - - [2025-12-22 03:57:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.020037 10.0.0.23 - - [2025-12-22 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-12-22 03:57:26] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004435 10.0.0.23 - - [2025-12-22 03:57:26] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029519 10.0.0.23 - - [2025-12-22 03:57:26] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.028905 10.0.0.23 - - [2025-12-22 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.023693 10.0.0.23 - - [2025-12-22 03:57:27] "GET /routing-instance/b116056e-d7e6-4d8b-b5a1-3c31ff21ce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.027507 10.0.0.23 - - [2025-12-22 03:57:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.021135 10.0.0.23 - - [2025-12-22 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282 10.0.0.23 - - [2025-12-22 03:57:27] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006370 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028480 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.030397 10.0.0.23 - - [2025-12-22 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.019665 10.0.0.23 - - [2025-12-22 03:57:27] "GET /routing-instance/b116056e-d7e6-4d8b-b5a1-3c31ff21ce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.024458 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.027891 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.028025 10.0.0.65 - - [2025-12-22 03:57:27] "GET /obj-perms HTTP/1.1" 403 257 0.040022 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.021493 10.0.0.23 - - [2025-12-22 03:57:27] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.023325 10.0.0.65 - - [2025-12-22 03:57:27] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020271 10.0.0.23 - - [2025-12-22 03:57:28] "GET /obj-perms HTTP/1.1" 403 257 0.045257 10.0.0.23 - - [2025-12-22 03:57:28] "GET /obj-perms HTTP/1.1" 403 257 0.014976 10.0.0.23 - - [2025-12-22 03:57:29] "GET /obj-perms HTTP/1.1" 403 257 0.047746 10.0.0.65 - - [2025-12-22 03:57:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004659 10.0.0.23 - - [2025-12-22 03:57:29] "GET /obj-perms HTTP/1.1" 403 257 0.014581 10.0.0.23 - - [2025-12-22 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.017418 10.0.0.65 - - [2025-12-22 03:57:29] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.23 - - [2025-12-22 03:57:29] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079308 10.0.0.23 - - [2025-12-22 03:57:29] "GET /virtual-network/3ec1a5fd-43c0-426f-8893-b2b3a12ee06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.024187 10.0.0.23 - - [2025-12-22 03:57:29] "GET /floating-ip-pools?parent_id=3ec1a5fd-43c0-426f-8893-b2b3a12ee06f&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.019917 10.0.0.23 - - [2025-12-22 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.016723 10.0.0.23 - - [2025-12-22 03:57:29] "GET /floating-ip-pool/2c611319-c9e9-4cb9-bcde-004de8cb6502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.019442 10.0.0.65 - - [2025-12-22 03:57:29] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.23 - - [2025-12-22 03:57:29] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069294 10.0.0.23 - - [2025-12-22 03:57:30] "POST /floating-ips HTTP/1.1" 200 616 0.090029 10.0.0.23 - - [2025-12-22 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.021431 10.0.0.23 - - [2025-12-22 03:57:30] "GET /floating-ip/79f2e01c-1fdd-4555-913a-360fcfeca7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.021409 10.0.0.23 - - [2025-12-22 03:57:30] "GET /floating-ip/79f2e01c-1fdd-4555-913a-360fcfeca7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.019022 10.0.0.23 - - [2025-12-22 03:57:30] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018964 10.0.0.23 - - [2025-12-22 03:57:30] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.020622 10.0.0.23 - - [2025-12-22 03:57:30] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023804 10.0.0.23 - - [2025-12-22 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.030751 10.0.0.23 - - [2025-12-22 03:57:30] "POST /neutron/floatingip HTTP/1.1" 200 545 0.086888 10.0.0.23 - - [2025-12-22 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016103 10.0.0.23 - - [2025-12-22 03:57:30] "GET /routing-instance/cd5b30e4-5185-4637-8720-ed8594bb3d12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019477 10.0.0.23 - - [2025-12-22 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.23 - - [2025-12-22 03:57:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036386 10.0.0.23 - - [2025-12-22 03:57:31] "POST /neutron/port HTTP/1.1" 200 1112 0.101497 10.0.0.23 - - [2025-12-22 03:57:31] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.022574 10.0.0.23 - - [2025-12-22 03:57:31] "GET /virtual-machine-interface/943f1e34-4c92-481c-8bb3-43eb9dd9fc4b HTTP/1.1" 200 3586 0.030035 10.0.0.23 - - [2025-12-22 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017881 10.0.0.23 - - [2025-12-22 03:57:31] "GET /security-group/7650e043-ea65-4d96-a66f-a1c022602e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018077 10.0.0.23 - - [2025-12-22 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016757 10.0.0.23 - - [2025-12-22 03:57:31] "GET /security-group/7650e043-ea65-4d96-a66f-a1c022602e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.020099 10.0.0.23 - - [2025-12-22 03:57:31] "POST /neutron/security_group HTTP/1.1" 200 568 0.021947 10.0.0.23 - - [2025-12-22 03:57:31] "DELETE /floating-ip/79f2e01c-1fdd-4555-913a-360fcfeca7d4 HTTP/1.1" 200 115 0.073668 10.0.0.23 - - [2025-12-22 03:57:32] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 200 1292 0.020553 10.0.0.23 - - [2025-12-22 03:57:32] "POST /neutron/port HTTP/1.1" 200 151 0.223995 10.0.0.65 - - [2025-12-22 03:57:33] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.65 - - [2025-12-22 03:57:33] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.65 - - [2025-12-22 03:57:33] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.065910 10.0.0.65 - - [2025-12-22 03:57:33] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.085130 10.0.0.65 - - [2025-12-22 03:57:33] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001752 10.0.0.65 - - [2025-12-22 03:57:33] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.65 - - [2025-12-22 03:57:34] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?fields=security_groups HTTP/1.1" 200 1363 0.087326 10.0.0.65 - - [2025-12-22 03:57:34] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?fields=security_groups HTTP/1.1" 200 1363 0.097008 10.0.0.23 - - [2025-12-22 03:57:34] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 404 171 0.037593 10.0.0.23 - - [2025-12-22 03:57:34] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 404 171 0.023866 10.0.0.23 - - [2025-12-22 03:57:34] "GET /virtual-machine/4b4fc550-0732-461a-9801-d1be8131be62 HTTP/1.1" 404 171 0.051160 10.0.0.65 - - [2025-12-22 03:57:34] "DELETE /security-group/0cedefec-62ff-4d70-b890-b592726ab499 HTTP/1.1" 200 115 0.133067 10.0.0.65 - - [2025-12-22 03:57:34] "GET /projects?obj_uuids=7718aca3-c3b4-4f99-8fdb-e2a67032e66f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001744 10.0.0.65 - - [2025-12-22 03:57:34] "DELETE /security-group/205c4961-42d6-4ecd-a6af-9195f8b09e20 HTTP/1.1" 200 115 0.161912 10.0.0.23 - - [2025-12-22 03:57:34] "DELETE /access-control-list/94ab9483-fb18-4a41-875c-6abce786ebef HTTP/1.1" 200 115 0.108521 10.0.0.65 - - [2025-12-22 03:57:34] "GET /projects?obj_uuids=5d063fa1-b7cd-4e5c-a5eb-1b8a69962214&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001690 10.0.0.65 - - [2025-12-22 03:57:34] "GET /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f?fields=application_policy_sets HTTP/1.1" 200 1402 0.111538 10.0.0.65 - - [2025-12-22 03:57:34] "GET /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214?fields=application_policy_sets HTTP/1.1" 200 1402 0.193418 10.0.0.23 - - [2025-12-22 03:57:34] "DELETE /access-control-list/78c0ce50-722c-490e-a78d-2954cd30a52e HTTP/1.1" 200 115 0.136812 10.0.0.23 - - [2025-12-22 03:57:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.083560 10.0.0.23 - - [2025-12-22 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009668 10.0.0.23 - - [2025-12-22 03:57:34] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013300 10.0.0.23 - - [2025-12-22 03:57:34] "GET /virtual-networks?parent_id=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.057500 10.0.0.23 - - [2025-12-22 03:57:34] "GET /virtual-network/2116788f-c157-4efa-bb4a-cc276e80b6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.055239 10.0.0.65 - - [2025-12-22 03:57:34] "DELETE /project/7718aca3-c3b4-4f99-8fdb-e2a67032e66f HTTP/1.1" 200 115 0.871735 10.0.0.23 - - [2025-12-22 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.054898 10.0.0.65 - - [2025-12-22 03:57:34] "DELETE /project/5d063fa1-b7cd-4e5c-a5eb-1b8a69962214 HTTP/1.1" 200 115 0.904372 10.0.0.23 - - [2025-12-22 03:57:34] "GET /routing-instance/b116056e-d7e6-4d8b-b5a1-3c31ff21ce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.028829 10.0.0.23 - - [2025-12-22 03:57:35] "GET /obj-perms HTTP/1.1" 403 257 0.048636 10.0.0.65 - - [2025-12-22 03:57:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004811 10.0.0.23 - - [2025-12-22 03:57:38] "GET /obj-perms HTTP/1.1" 200 5030 0.005122 10.0.0.65 - - [2025-12-22 03:57:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004924 10.0.0.23 - - [2025-12-22 03:57:47] "GET /obj-perms HTTP/1.1" 200 5030 0.006098 10.0.0.23 - - [2025-12-22 03:57:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004273 10.0.0.22 - - [2025-12-22 03:57:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004328 10.0.0.65 - - [2025-12-22 03:57:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004193 10.0.0.23 - - [2025-12-22 03:57:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.035961 10.0.0.23 - - [2025-12-22 03:57:51] "POST /neutron/network HTTP/1.1" 200 862 0.035879 10.0.0.23 - - [2025-12-22 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.23 - - [2025-12-22 03:57:51] "DELETE /api-access-list/3882164b-25dd-46b9-bf2a-f0f7daf66080 HTTP/1.1" 200 115 0.054661 10.0.0.65 - - [2025-12-22 03:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005964 10.0.0.65 - - [2025-12-22 03:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006830 10.0.0.23 - - [2025-12-22 03:57:52] "POST /neutron/network HTTP/1.1" 200 151 0.210470 10.0.0.23 - - [2025-12-22 03:57:52] "DELETE /route-target/6d1d1c92-acc6-455c-8707-4177d69f5bd9 HTTP/1.1" 200 115 0.040178 10.0.0.23 - - [2025-12-22 03:57:53] "GET /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005931 10.0.0.23 - - [2025-12-22 03:57:53] "PUT /api-access-list/1ca3682b-4cc1-4537-b380-8337aa5861b4 HTTP/1.1" 200 264 0.015232 10.0.0.65 - - [2025-12-22 03:57:53] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001673 10.0.0.23 - - [2025-12-22 03:57:54] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055952 10.0.0.65 - - [2025-12-22 03:57:54] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.23 - - [2025-12-22 03:57:54] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?fields=virtual_networks HTTP/1.1" 200 1032 0.050145 10.0.0.65 - - [2025-12-22 03:57:54] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001556 10.0.0.23 - - [2025-12-22 03:57:54] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.053428 10.0.0.65 - - [2025-12-22 03:57:54] "GET /projects?obj_uuids=3865403c-bbfc-498e-bf09-a0060defa537&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002879 10.0.0.23 - - [2025-12-22 03:57:54] "GET /project/3865403c-bbfc-498e-bf09-a0060defa537?fields=security_groups HTTP/1.1" 200 1258 0.056577 10.0.0.65 - - [2025-12-22 03:57:54] "GET /projects?obj_uuids=92f84234-da8e-49eb-bd9e-2ce6cbb49022&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001287 10.0.0.23 - - [2025-12-22 03:57:54] "GET /project/92f84234-da8e-49eb-bd9e-2ce6cbb49022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.051469 [Introspect:8084]10.0.0.23 - - [2025-12-22 03:57:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.002037 10.0.0.23 - - [2025-12-22 03:57:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.051585 10.0.0.65 - - [2025-12-22 03:57:58] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055659 10.0.0.65 - - [2025-12-22 03:57:58] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001925 10.0.0.65 - - [2025-12-22 03:57:58] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053252 10.0.0.65 - - [2025-12-22 03:57:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.003566 10.0.0.65 - - [2025-12-22 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.005425 10.0.0.65 - - [2025-12-22 03:57:59] "POST /security-groups HTTP/1.1" 200 592 0.039646 10.0.0.65 - - [2025-12-22 03:57:59] "POST /projects HTTP/1.1" 200 587 0.283399 10.0.0.23 - - [2025-12-22 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.007057 10.0.0.65 - - [2025-12-22 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.357381 10.0.0.23 - - [2025-12-22 03:57:59] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.584534 10.0.0.23 - - [2025-12-22 03:58:00] "GET / HTTP/1.1" 200 35931 0.002302 10.0.0.23 - - [2025-12-22 03:58:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.23 - - [2025-12-22 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.064699 10.0.0.65 - - [2025-12-22 03:58:02] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.23 - - [2025-12-22 03:58:02] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044792 10.0.0.23 - - [2025-12-22 03:58:02] "POST /ref-update HTTP/1.1" 200 156 0.032927 10.0.0.65 - - [2025-12-22 03:58:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008300 10.0.0.23 - - [2025-12-22 03:58:03] "POST /neutron/subnet HTTP/1.1" 200 716 0.276954 10.0.0.23 - - [2025-12-22 03:58:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001399 10.0.0.23 - - [2025-12-22 03:58:03] "GET /virtual-network/c6a41885-5890-46c8-a6e8-809ceaf74fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006396 10.0.0.23 - - [2025-12-22 03:58:03] "GET /virtual-network/c6a41885-5890-46c8-a6e8-809ceaf74fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007303 10.0.0.23 - - [2025-12-22 03:58:03] "POST /neutron/network HTTP/1.1" 200 825 0.007428 10.0.0.23 - - [2025-12-22 03:58:03] "GET /virtual-network/c6a41885-5890-46c8-a6e8-809ceaf74fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006167 10.0.0.23 - - [2025-12-22 03:58:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001435 10.0.0.23 - - [2025-12-22 03:58:05] "POST /neutron/network HTTP/1.1" 200 835 0.007636 10.0.0.65 - - [2025-12-22 03:58:06] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004692 10.0.0.23 - - [2025-12-22 03:58:06] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094971 10.0.0.23 - - [2025-12-22 03:58:06] "POST /neutron/port HTTP/1.1" 200 117 0.008729 10.0.0.23 - - [2025-12-22 03:58:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001561 10.0.0.65 - - [2025-12-22 03:58:07] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001770 10.0.0.23 - - [2025-12-22 03:58:07] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.100582 10.0.0.23 - - [2025-12-22 03:58:07] "POST /neutron/network HTTP/1.1" 200 825 0.009218 10.0.0.23 - - [2025-12-22 03:58:07] "POST /neutron/port HTTP/1.1" 200 117 0.006861 10.0.0.65 - - [2025-12-22 03:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009231 10.0.0.65 - - [2025-12-22 03:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003462 10.0.0.23 - - [2025-12-22 03:58:07] "POST /neutron/network HTTP/1.1" 200 151 0.147906 10.0.0.23 - - [2025-12-22 03:58:08] "POST /neutron/network HTTP/1.1" 200 117 0.014754 10.0.0.23 - - [2025-12-22 03:58:08] "POST /neutron/network HTTP/1.1" 200 117 0.007556 10.0.0.23 - - [2025-12-22 03:58:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.004718 10.0.0.23 - - [2025-12-22 03:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.65 - - [2025-12-22 03:58:10] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002283 10.0.0.23 - - [2025-12-22 03:58:10] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049407 10.0.0.23 - - [2025-12-22 03:58:10] "POST /network-policys HTTP/1.1" 200 522 0.035614 10.0.0.23 - - [2025-12-22 03:58:11] "GET /network-policy/12ce651f-fd4f-4936-aede-4c74a2ad0cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007847 10.0.0.23 - - [2025-12-22 03:58:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.004637 10.0.0.23 - - [2025-12-22 03:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.65 - - [2025-12-22 03:58:11] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.23 - - [2025-12-22 03:58:11] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050284 10.0.0.23 - - [2025-12-22 03:58:11] "POST /network-policys HTTP/1.1" 200 522 0.035226 10.0.0.23 - - [2025-12-22 03:58:11] "GET /network-policy/8d13bd22-81d7-49f9-a552-a54b17bf53b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007125 10.0.0.23 - - [2025-12-22 03:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.65 - - [2025-12-22 03:58:11] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001707 10.0.0.23 - - [2025-12-22 03:58:11] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.056525 10.0.0.23 - - [2025-12-22 03:58:11] "GET /virtual-networks?parent_id=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004217 10.0.0.23 - - [2025-12-22 03:58:11] "POST /virtual-networks HTTP/1.1" 200 546 0.088322 10.0.0.23 - - [2025-12-22 03:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.23 - - [2025-12-22 03:58:11] "POST /route-targets HTTP/1.1" 200 327 0.025162 10.0.0.23 - - [2025-12-22 03:58:11] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020241 10.0.0.65 - - [2025-12-22 03:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.013303 10.0.0.23 - - [2025-12-22 03:58:11] "POST /ref-update HTTP/1.1" 200 156 0.125823 10.0.0.23 - - [2025-12-22 03:58:11] "POST /neutron/network HTTP/1.1" 200 809 0.008682 10.0.0.23 - - [2025-12-22 03:58:11] "GET /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005910 10.0.0.23 - - [2025-12-22 03:58:12] "POST /neutron/subnet HTTP/1.1" 200 672 0.010950 10.0.0.23 - - [2025-12-22 03:58:12] "GET /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006242 10.0.0.23 - - [2025-12-22 03:58:12] "GET /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007070 10.0.0.23 - - [2025-12-22 03:58:12] "PUT /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d HTTP/1.1" 200 264 0.061701 10.0.0.23 - - [2025-12-22 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-12-22 03:58:12] "GET /network-policy/12ce651f-fd4f-4936-aede-4c74a2ad0cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004920 10.0.0.23 - - [2025-12-22 03:58:12] "POST /ref-update HTTP/1.1" 200 156 0.080575 10.0.0.23 - - [2025-12-22 03:58:12] "GET /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009007 10.0.0.23 - - [2025-12-22 03:58:12] "POST /access-control-lists HTTP/1.1" 200 592 0.111681 10.0.0.23 - - [2025-12-22 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.23 - - [2025-12-22 03:58:13] "GET /network-policy/12ce651f-fd4f-4936-aede-4c74a2ad0cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005575 10.0.0.23 - - [2025-12-22 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.65 - - [2025-12-22 03:58:13] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001503 10.0.0.23 - - [2025-12-22 03:58:13] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057069 10.0.0.23 - - [2025-12-22 03:58:13] "GET /virtual-networks?parent_id=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004302 10.0.0.23 - - [2025-12-22 03:58:13] "POST /virtual-networks HTTP/1.1" 200 546 0.099421 10.0.0.23 - - [2025-12-22 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013473 10.0.0.23 - - [2025-12-22 03:58:13] "GET /network-ipam/f6bc5cff-db20-4508-8de1-7c9240e9ec40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005274 10.0.0.65 - - [2025-12-22 03:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009336 10.0.0.23 - - [2025-12-22 03:58:13] "POST /ref-update HTTP/1.1" 200 156 0.094173 10.0.0.23 - - [2025-12-22 03:58:13] "POST /neutron/network HTTP/1.1" 200 809 0.008385 10.0.0.23 - - [2025-12-22 03:58:13] "GET /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006215 10.0.0.23 - - [2025-12-22 03:58:13] "GET /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006413 10.0.0.23 - - [2025-12-22 03:58:14] "GET /obj-perms HTTP/1.1" 200 5032 0.087654 10.0.0.22 - - [2025-12-22 03:58:14] "GET /obj-perms HTTP/1.1" 200 5032 0.070520 10.0.0.65 - - [2025-12-22 03:58:14] "GET /obj-perms HTTP/1.1" 200 5032 0.060094 10.0.0.23 - - [2025-12-22 03:58:14] "GET /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007167 10.0.0.23 - - [2025-12-22 03:58:14] "PUT /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2 HTTP/1.1" 200 264 0.059414 10.0.0.23 - - [2025-12-22 03:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.23 - - [2025-12-22 03:58:14] "GET /network-policy/8d13bd22-81d7-49f9-a552-a54b17bf53b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005678 10.0.0.23 - - [2025-12-22 03:58:14] "POST /fqname-to-id HTTP/1.1" 404 237 0.009720 10.0.0.23 - - [2025-12-22 03:58:14] "POST /ref-update HTTP/1.1" 200 156 0.064101 10.0.0.23 - - [2025-12-22 03:58:14] "POST /neutron/network HTTP/1.1" 200 886 0.021497 10.0.0.23 - - [2025-12-22 03:58:14] "GET /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.018346 10.0.0.23 - - [2025-12-22 03:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.23 - - [2025-12-22 03:58:14] "GET /network-policy/8d13bd22-81d7-49f9-a552-a54b17bf53b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005626 10.0.0.23 - - [2025-12-22 03:58:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002522 10.0.0.65 - - [2025-12-22 03:58:15] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002344 10.0.0.23 - - [2025-12-22 03:58:15] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083938 10.0.0.23 - - [2025-12-22 03:58:15] "POST /neutron/network HTTP/1.1" 200 886 0.007753 10.0.0.23 - - [2025-12-22 03:58:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002092 10.0.0.23 - - [2025-12-22 03:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.029359 10.0.0.65 - - [2025-12-22 03:58:16] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001787 10.0.0.23 - - [2025-12-22 03:58:16] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085680 10.0.0.23 - - [2025-12-22 03:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.035000 10.0.0.23 - - [2025-12-22 03:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.008254 10.0.0.23 - - [2025-12-22 03:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2025-12-22 03:58:17] "GET /network-policy/8d13bd22-81d7-49f9-a552-a54b17bf53b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004146 10.0.0.23 - - [2025-12-22 03:58:17] "DELETE /access-control-list/71247885-01ce-4996-8666-15f0913eec62 HTTP/1.1" 200 115 0.093371 10.0.0.23 - - [2025-12-22 03:58:17] "POST /ref-update HTTP/1.1" 200 156 0.135863 10.0.0.23 - - [2025-12-22 03:58:17] "POST /neutron/network HTTP/1.1" 200 809 0.016917 10.0.0.23 - - [2025-12-22 03:58:17] "GET /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008492 10.0.0.23 - - [2025-12-22 03:58:17] "POST /ref-update HTTP/1.1" 200 156 0.033673 10.0.0.65 - - [2025-12-22 03:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007367 10.0.0.65 - - [2025-12-22 03:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004685 10.0.0.23 - - [2025-12-22 03:58:18] "DELETE /virtual-network/0927f069-9dd5-4f61-b471-e02d8afda3b2 HTTP/1.1" 200 115 0.218879 10.0.0.23 - - [2025-12-22 03:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.23 - - [2025-12-22 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2025-12-22 03:58:18] "GET /network-policy/12ce651f-fd4f-4936-aede-4c74a2ad0cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004158 10.0.0.23 - - [2025-12-22 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.060537 10.0.0.23 - - [2025-12-22 03:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.015311 10.0.0.23 - - [2025-12-22 03:58:18] "DELETE /access-control-list/d995198c-a5ed-4ecc-a8b8-7548c7ec3c62 HTTP/1.1" 200 115 0.063383 10.0.0.23 - - [2025-12-22 03:58:18] "GET /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007770 10.0.0.65 - - [2025-12-22 03:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.65 - - [2025-12-22 03:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003421 10.0.0.23 - - [2025-12-22 03:58:18] "DELETE /virtual-network/1699bfd7-6ef3-4c01-8ce8-547429da953d HTTP/1.1" 200 115 0.142980 10.0.0.23 - - [2025-12-22 03:58:18] "DELETE /network-policy/8d13bd22-81d7-49f9-a552-a54b17bf53b5 HTTP/1.1" 200 115 0.037981 10.0.0.23 - - [2025-12-22 03:58:18] "DELETE /network-policy/12ce651f-fd4f-4936-aede-4c74a2ad0cb7 HTTP/1.1" 200 115 0.039578 10.0.0.65 - - [2025-12-22 03:58:34] "DELETE /project/ac782e3234d2481e9130a71d24bda225 HTTP/1.1" 404 173 0.030076 10.0.0.65 - - [2025-12-22 03:58:34] "DELETE /project/3865403c-bbfc-498e-bf09-a0060defa537 HTTP/1.1" 404 177 0.043778 10.0.0.65 - - [2025-12-22 03:58:47] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002364 10.0.0.23 - - [2025-12-22 03:58:47] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052291 10.0.0.65 - - [2025-12-22 03:58:47] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002020 10.0.0.23 - - [2025-12-22 03:58:47] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?fields=virtual_networks HTTP/1.1" 200 1035 0.079075 10.0.0.65 - - [2025-12-22 03:58:47] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001530 10.0.0.23 - - [2025-12-22 03:58:47] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.060645 10.0.0.65 - - [2025-12-22 03:58:47] "GET /projects?obj_uuids=ac782e32-34d2-481e-9130-a71d24bda225&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001791 10.0.0.23 - - [2025-12-22 03:58:47] "GET /project/ac782e32-34d2-481e-9130-a71d24bda225?fields=security_groups HTTP/1.1" 200 1262 0.056976 10.0.0.23 - - [2025-12-22 03:58:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.029263 10.0.0.65 - - [2025-12-22 03:58:48] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004408 10.0.0.65 - - [2025-12-22 03:58:48] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.65 - - [2025-12-22 03:58:48] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008294 10.0.0.65 - - [2025-12-22 03:58:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.004735 10.0.0.65 - - [2025-12-22 03:58:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.013779 10.0.0.65 - - [2025-12-22 03:58:48] "POST /security-groups HTTP/1.1" 200 591 0.044143 10.0.0.23 - - [2025-12-22 03:58:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004758 10.0.0.65 - - [2025-12-22 03:58:48] "POST /projects HTTP/1.1" 200 585 0.323647 10.0.0.65 - - [2025-12-22 03:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.395972 10.0.0.23 - - [2025-12-22 03:58:49] "POST /access-control-lists HTTP/1.1" 200 594 0.041655 10.0.0.23 - - [2025-12-22 03:58:49] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.565952 10.0.0.23 - - [2025-12-22 03:58:50] "GET / HTTP/1.1" 200 35931 0.004059 10.0.0.23 - - [2025-12-22 03:58:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.23 - - [2025-12-22 03:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.110198 10.0.0.65 - - [2025-12-22 03:58:52] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.23 - - [2025-12-22 03:58:52] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059298 10.0.0.65 - - [2025-12-22 03:58:52] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001693 10.0.0.23 - - [2025-12-22 03:58:52] "POST /neutron/network HTTP/1.1" 200 605 0.197917 10.0.0.23 - - [2025-12-22 03:58:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.003550 10.0.0.23 - - [2025-12-22 03:58:53] "GET /virtual-network/358b1bf1-2322-4a26-a474-1c7c226d3167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006417 10.0.0.23 - - [2025-12-22 03:58:53] "POST /neutron/network HTTP/1.1" 200 825 0.009187 10.0.0.23 - - [2025-12-22 03:58:53] "GET /virtual-network/358b1bf1-2322-4a26-a474-1c7c226d3167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006871 10.0.0.23 - - [2025-12-22 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.65 - - [2025-12-22 03:58:53] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001620 10.0.0.23 - - [2025-12-22 03:58:53] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054431 10.0.0.23 - - [2025-12-22 03:58:53] "POST /neutron/network HTTP/1.1" 200 117 0.015050 10.0.0.23 - - [2025-12-22 03:58:53] "POST /route-targets HTTP/1.1" 200 327 0.016051 10.0.0.23 - - [2025-12-22 03:58:53] "POST /neutron/network HTTP/1.1" 200 824 0.011858 10.0.0.23 - - [2025-12-22 03:58:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001386 10.0.0.23 - - [2025-12-22 03:58:53] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008441 10.0.0.23 - - [2025-12-22 03:58:53] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007048 10.0.0.23 - - [2025-12-22 03:58:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.012130 10.0.0.23 - - [2025-12-22 03:58:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001790 10.0.0.65 - - [2025-12-22 03:58:54] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.23 - - [2025-12-22 03:58:54] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075842 10.0.0.23 - - [2025-12-22 03:58:54] "POST /neutron/network HTTP/1.1" 200 825 0.007437 10.0.0.23 - - [2025-12-22 03:58:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001429 10.0.0.23 - - [2025-12-22 03:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.026652 10.0.0.65 - - [2025-12-22 03:58:55] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001765 10.0.0.23 - - [2025-12-22 03:58:55] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083058 10.0.0.23 - - [2025-12-22 03:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.029548 10.0.0.23 - - [2025-12-22 03:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.008665 10.0.0.65 - - [2025-12-22 03:58:56] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001797 10.0.0.23 - - [2025-12-22 03:58:56] "POST /neutron/port HTTP/1.1" 200 1060 0.351683 10.0.0.23 - - [2025-12-22 03:58:57] "POST /neutron/port HTTP/1.1" 200 1114 0.127577 10.0.0.23 - - [2025-12-22 03:58:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.012252 10.0.0.23 - - [2025-12-22 03:59:01] "POST /neutron/port HTTP/1.1" 200 1124 0.022017 10.0.0.23 - - [2025-12-22 03:59:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015522 10.0.0.23 - - [2025-12-22 03:59:01] "GET /virtual-machine/d6b3d15b-113b-45e3-a4aa-eb2b20b596b3 HTTP/1.1" 401 292 0.000705 10.0.0.23 - - [2025-12-22 03:59:02] "GET /virtual-machine/d6b3d15b-113b-45e3-a4aa-eb2b20b596b3 HTTP/1.1" 200 1293 0.033589 10.0.0.23 - - [2025-12-22 03:59:02] "GET /virtual-machine-interface/66ac6975-6e5d-4436-8578-a9f2963e1052 HTTP/1.1" 200 2940 0.008122 10.0.0.23 - - [2025-12-22 03:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.23 - - [2025-12-22 03:59:02] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005640 10.0.0.23 - - [2025-12-22 03:59:02] "GET /virtual-networks?parent_id=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004605 10.0.0.23 - - [2025-12-22 03:59:02] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007386 10.0.0.23 - - [2025-12-22 03:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2025-12-22 03:59:05] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006432 10.0.0.65 - - [2025-12-22 03:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2025-12-22 03:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-12-22 03:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000933 10.0.0.22 - - [2025-12-22 03:59:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.23 - - [2025-12-22 03:59:08] "POST /neutron/port HTTP/1.1" 200 1124 0.057956 10.0.0.22 - - [2025-12-22 03:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.22 - - [2025-12-22 03:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2025-12-22 03:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000705 10.0.0.65 - - [2025-12-22 03:59:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-22 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2025-12-22 03:59:09] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006885 10.0.0.23 - - [2025-12-22 03:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2025-12-22 03:59:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-12-22 03:59:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.23 - - [2025-12-22 03:59:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.23 - - [2025-12-22 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005830 10.0.0.23 - - [2025-12-22 03:59:11] "GET /global-vrouter-config/da75cb2e-1a17-423d-8ac0-ca2776e5681b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006979 10.0.0.23 - - [2025-12-22 03:59:11] "GET /virtual-networks?parent_id=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004838 10.0.0.23 - - [2025-12-22 03:59:11] "GET /virtual-network/1371c395-ce02-4e8b-b84c-23f274e7f4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008710 10.0.0.23 - - [2025-12-22 03:59:11] "POST /neutron/network HTTP/1.1" 200 824 0.010225 10.0.0.23 - - [2025-12-22 03:59:12] "POST /neutron/port HTTP/1.1" 200 1114 0.020085 10.0.0.65 - - [2025-12-22 03:59:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011592 10.0.0.65 - - [2025-12-22 03:59:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003776 10.0.0.23 - - [2025-12-22 03:59:14] "POST /neutron/network HTTP/1.1" 200 151 0.168483 10.0.0.23 - - [2025-12-22 03:59:14] "DELETE /route-target/e09e6978-5b18-4547-8212-410b345a44af HTTP/1.1" 200 115 0.028291 10.0.0.65 - - [2025-12-22 03:59:15] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001933 10.0.0.23 - - [2025-12-22 03:59:15] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066439 10.0.0.65 - - [2025-12-22 03:59:15] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002170 10.0.0.23 - - [2025-12-22 03:59:15] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?fields=virtual_networks HTTP/1.1" 200 1031 0.060711 10.0.0.65 - - [2025-12-22 03:59:15] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001798 10.0.0.23 - - [2025-12-22 03:59:15] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.061793 10.0.0.65 - - [2025-12-22 03:59:15] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001514 10.0.0.23 - - [2025-12-22 03:59:15] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?fields=security_groups HTTP/1.1" 200 1257 0.049078 10.0.0.23 - - [2025-12-22 03:59:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.028203 10.0.0.65 - - [2025-12-22 03:59:16] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004195 10.0.0.65 - - [2025-12-22 03:59:16] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001776 10.0.0.65 - - [2025-12-22 03:59:16] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011524 10.0.0.65 - - [2025-12-22 03:59:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.007145 10.0.0.65 - - [2025-12-22 03:59:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.005779 10.0.0.65 - - [2025-12-22 03:59:17] "POST /security-groups HTTP/1.1" 200 599 0.088723 10.0.0.23 - - [2025-12-22 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.006647 10.0.0.65 - - [2025-12-22 03:59:17] "POST /projects HTTP/1.1" 200 601 0.317826 10.0.0.65 - - [2025-12-22 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.401721 10.0.0.23 - - [2025-12-22 03:59:17] "POST /access-control-lists HTTP/1.1" 200 602 0.041224 10.0.0.23 - - [2025-12-22 03:59:17] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.581143 10.0.0.23 - - [2025-12-22 03:59:18] "GET / HTTP/1.1" 200 35931 0.002389 10.0.0.23 - - [2025-12-22 03:59:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2025-12-22 03:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.032924 10.0.0.65 - - [2025-12-22 03:59:21] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.23 - - [2025-12-22 03:59:21] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072295 10.0.0.23 - - [2025-12-22 03:59:22] "POST /neutron/network HTTP/1.1" 200 117 0.052767 10.0.0.23 - - [2025-12-22 03:59:22] "POST /route-targets HTTP/1.1" 200 327 0.016090 10.0.0.65 - - [2025-12-22 03:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.020952 10.0.0.23 - - [2025-12-22 03:59:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.238429 10.0.0.23 - - [2025-12-22 03:59:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001699 10.0.0.23 - - [2025-12-22 03:59:22] "GET /virtual-network/8e9cd649-a95c-4433-abf9-711669afeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006320 10.0.0.23 - - [2025-12-22 03:59:23] "GET /virtual-network/8e9cd649-a95c-4433-abf9-711669afeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007025 10.0.0.23 - - [2025-12-22 03:59:23] "POST /neutron/network HTTP/1.1" 200 1005 0.009903 10.0.0.23 - - [2025-12-22 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.65 - - [2025-12-22 03:59:23] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.23 - - [2025-12-22 03:59:23] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041591 10.0.0.23 - - [2025-12-22 03:59:23] "POST /neutron/network HTTP/1.1" 200 117 0.014775 10.0.0.23 - - [2025-12-22 03:59:23] "POST /ref-update HTTP/1.1" 200 156 0.069239 10.0.0.65 - - [2025-12-22 03:59:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009098 10.0.0.23 - - [2025-12-22 03:59:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.215526 10.0.0.23 - - [2025-12-22 03:59:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.051567 10.0.0.23 - - [2025-12-22 03:59:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001475 10.0.0.23 - - [2025-12-22 03:59:23] "GET /virtual-network/b5165345-b580-4b1c-a0fd-b91a742af15c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007356 10.0.0.23 - - [2025-12-22 03:59:23] "GET /virtual-network/b5165345-b580-4b1c-a0fd-b91a742af15c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008253 10.0.0.23 - - [2025-12-22 03:59:23] "POST /neutron/network HTTP/1.1" 200 1005 0.022330 10.0.0.23 - - [2025-12-22 03:59:24] "GET /virtual-network/8e9cd649-a95c-4433-abf9-711669afeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005934 10.0.0.23 - - [2025-12-22 03:59:26] "GET /virtual-network/b5165345-b580-4b1c-a0fd-b91a742af15c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006340 10.0.0.22 - - [2025-12-22 03:59:26] "GET /obj-perms HTTP/1.1" 200 5046 0.057766 10.0.0.65 - - [2025-12-22 03:59:26] "GET /obj-perms HTTP/1.1" 200 5046 0.050641 10.0.0.23 - - [2025-12-22 03:59:26] "POST /neutron/network HTTP/1.1" 200 1005 0.011193 10.0.0.23 - - [2025-12-22 03:59:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001407 10.0.0.23 - - [2025-12-22 03:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.027157 10.0.0.65 - - [2025-12-22 03:59:27] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.23 - - [2025-12-22 03:59:27] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078569 10.0.0.23 - - [2025-12-22 03:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.036757 10.0.0.23 - - [2025-12-22 03:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.007393 10.0.0.23 - - [2025-12-22 03:59:28] "POST /neutron/network HTTP/1.1" 200 1005 0.011048 10.0.0.23 - - [2025-12-22 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-12-22 03:59:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048924 10.0.0.65 - - [2025-12-22 03:59:31] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.23 - - [2025-12-22 03:59:31] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045253 10.0.0.65 - - [2025-12-22 03:59:31] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.23 - - [2025-12-22 03:59:31] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?fields=virtual_networks HTTP/1.1" 200 1049 0.054043 10.0.0.65 - - [2025-12-22 03:59:31] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.23 - - [2025-12-22 03:59:31] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043794 10.0.0.65 - - [2025-12-22 03:59:31] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.23 - - [2025-12-22 03:59:31] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?fields=security_groups HTTP/1.1" 200 1283 0.047369 10.0.0.23 - - [2025-12-22 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.027907 10.0.0.65 - - [2025-12-22 03:59:32] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004147 10.0.0.65 - - [2025-12-22 03:59:32] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001430 10.0.0.65 - - [2025-12-22 03:59:32] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009219 10.0.0.65 - - [2025-12-22 03:59:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.004670 10.0.0.65 - - [2025-12-22 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.006990 10.0.0.65 - - [2025-12-22 03:59:32] "POST /security-groups HTTP/1.1" 200 595 0.032580 10.0.0.65 - - [2025-12-22 03:59:32] "POST /projects HTTP/1.1" 200 593 0.260117 10.0.0.65 - - [2025-12-22 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.296853 10.0.0.23 - - [2025-12-22 03:59:32] "POST /access-control-lists HTTP/1.1" 200 600 0.031581 10.0.0.23 - - [2025-12-22 03:59:32] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.443062 10.0.0.23 - - [2025-12-22 03:59:33] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.65 - - [2025-12-22 03:59:34] "DELETE /project/ac782e32-34d2-481e-9130-a71d24bda225 HTTP/1.1" 404 177 0.013286 10.0.0.65 - - [2025-12-22 03:59:34] "DELETE /project/a7a8c85d44f946e99e56c340de4540e4 HTTP/1.1" 404 173 0.010103 10.0.0.65 - - [2025-12-22 03:59:34] "DELETE /project/0797d66c3501444cbf5d3ae8c5bd0838 HTTP/1.1" 404 173 0.009195 10.0.0.65 - - [2025-12-22 03:59:34] "DELETE /project/bd125b0a139f4fb4b0e79502c878d51a HTTP/1.1" 404 173 0.008256 10.0.0.65 - - [2025-12-22 03:59:34] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.65 - - [2025-12-22 03:59:34] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.058010 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.069909 10.0.0.65 - - [2025-12-22 03:59:35] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002064 10.0.0.65 - - [2025-12-22 03:59:35] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?fields=security_groups HTTP/1.1" 200 1362 0.058433 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?fields=security_groups HTTP/1.1" 200 1388 0.079581 10.0.0.65 - - [2025-12-22 03:59:35] "DELETE /security-group/5f7e558c-42c1-474f-a97b-8cab7981d5bb HTTP/1.1" 200 115 0.101844 10.0.0.65 - - [2025-12-22 03:59:35] "GET /projects?obj_uuids=0797d66c-3501-444c-bf5d-3ae8c5bd0838&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.65 - - [2025-12-22 03:59:35] "DELETE /security-group/acc6f94b-faad-4120-b10d-3129108eeccd HTTP/1.1" 200 115 0.111520 10.0.0.65 - - [2025-12-22 03:59:35] "GET /projects?obj_uuids=bd125b0a-139f-4fb4-b0e7-9502c878d51a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001745 10.0.0.23 - - [2025-12-22 03:59:35] "DELETE /access-control-list/8d089203-309d-4130-b184-319a4e07901b HTTP/1.1" 200 115 0.092355 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838?fields=application_policy_sets HTTP/1.1" 200 1401 0.077747 10.0.0.65 - - [2025-12-22 03:59:35] "GET /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a?fields=application_policy_sets HTTP/1.1" 200 1427 0.141064 10.0.0.23 - - [2025-12-22 03:59:35] "DELETE /access-control-list/b1ac1c7e-89d3-4f63-bd31-d05951e7d3ea HTTP/1.1" 200 115 0.064021 10.0.0.65 - - [2025-12-22 03:59:35] "DELETE /project/0797d66c-3501-444c-bf5d-3ae8c5bd0838 HTTP/1.1" 200 115 0.655816 10.0.0.65 - - [2025-12-22 03:59:35] "DELETE /project/bd125b0a-139f-4fb4-b0e7-9502c878d51a HTTP/1.1" 200 115 0.713794 10.0.0.23 - - [2025-12-22 03:59:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2025-12-22 03:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.034963 10.0.0.65 - - [2025-12-22 03:59:36] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002209 10.0.0.23 - - [2025-12-22 03:59:36] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055870 10.0.0.65 - - [2025-12-22 03:59:36] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001824 10.0.0.23 - - [2025-12-22 03:59:36] "POST /neutron/network HTTP/1.1" 200 609 0.175436 10.0.0.23 - - [2025-12-22 03:59:36] "POST /neutron/network HTTP/1.1" 200 1001 0.016110 10.0.0.23 - - [2025-12-22 03:59:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001693 10.0.0.23 - - [2025-12-22 03:59:36] "GET /virtual-network/c4fab8f7-4766-428f-ab83-71bcb2401de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006761 10.0.0.23 - - [2025-12-22 03:59:37] "GET /virtual-network/c4fab8f7-4766-428f-ab83-71bcb2401de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008782 10.0.0.23 - - [2025-12-22 03:59:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.010483 10.0.0.23 - - [2025-12-22 03:59:37] "GET /virtual-network/c4fab8f7-4766-428f-ab83-71bcb2401de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006717 10.0.0.23 - - [2025-12-22 03:59:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001512 10.0.0.23 - - [2025-12-22 03:59:39] "POST /neutron/network HTTP/1.1" 200 1011 0.010225 10.0.0.65 - - [2025-12-22 03:59:39] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001168 10.0.0.23 - - [2025-12-22 03:59:39] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.085653 10.0.0.23 - - [2025-12-22 03:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.007116 10.0.0.23 - - [2025-12-22 03:59:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001388 10.0.0.65 - - [2025-12-22 03:59:41] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.23 - - [2025-12-22 03:59:41] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.082485 10.0.0.23 - - [2025-12-22 03:59:41] "POST /neutron/network HTTP/1.1" 200 1001 0.036283 10.0.0.23 - - [2025-12-22 03:59:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001639 10.0.0.23 - - [2025-12-22 03:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.045711 10.0.0.65 - - [2025-12-22 03:59:42] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001468 10.0.0.23 - - [2025-12-22 03:59:42] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.082484 10.0.0.23 - - [2025-12-22 03:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.043625 10.0.0.23 - - [2025-12-22 03:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.009476 10.0.0.23 - - [2025-12-22 03:59:43] "POST /neutron/network HTTP/1.1" 200 975 0.050443 10.0.0.23 - - [2025-12-22 03:59:43] "POST /neutron/network HTTP/1.1" 200 117 0.027722 10.0.0.23 - - [2025-12-22 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.23 - - [2025-12-22 03:59:43] "POST /neutron/network HTTP/1.1" 200 117 0.007267 10.0.0.65 - - [2025-12-22 03:59:44] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001274 10.0.0.23 - - [2025-12-22 03:59:44] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044543 10.0.0.65 - - [2025-12-22 03:59:44] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001288 10.0.0.23 - - [2025-12-22 03:59:44] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?fields=virtual_networks HTTP/1.1" 200 1041 0.054732 10.0.0.65 - - [2025-12-22 03:59:44] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001145 10.0.0.23 - - [2025-12-22 03:59:45] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.091020 10.0.0.65 - - [2025-12-22 03:59:45] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001209 10.0.0.23 - - [2025-12-22 03:59:45] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?fields=security_groups HTTP/1.1" 200 1271 0.050751 10.0.0.23 - - [2025-12-22 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.039759 10.0.0.65 - - [2025-12-22 03:59:46] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003466 10.0.0.65 - - [2025-12-22 03:59:46] "GET /domains?obj_uuids=cc89f09a-44c2-47d5-97ff-1101c2b1f822&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.65 - - [2025-12-22 03:59:46] "GET /domain/cc89f09a-44c2-47d5-97ff-1101c2b1f822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009004 10.0.0.65 - - [2025-12-22 03:59:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.003523 10.0.0.65 - - [2025-12-22 03:59:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.010187 10.0.0.65 - - [2025-12-22 03:59:46] "POST /security-groups HTTP/1.1" 200 591 0.077770 10.0.0.65 - - [2025-12-22 03:59:46] "POST /projects HTTP/1.1" 200 585 0.315842 10.0.0.65 - - [2025-12-22 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.349773 10.0.0.23 - - [2025-12-22 03:59:46] "POST /access-control-lists HTTP/1.1" 200 596 0.028187 10.0.0.23 - - [2025-12-22 03:59:46] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.498184 10.0.0.23 - - [2025-12-22 03:59:47] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.65 - - [2025-12-22 03:59:53] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.23 - - [2025-12-22 03:59:53] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056192 10.0.0.65 - - [2025-12-22 03:59:53] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.23 - - [2025-12-22 03:59:53] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?fields=virtual_networks HTTP/1.1" 200 1032 0.055859 10.0.0.65 - - [2025-12-22 03:59:53] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.23 - - [2025-12-22 03:59:53] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047661 10.0.0.65 - - [2025-12-22 03:59:53] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.23 - - [2025-12-22 03:59:53] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?fields=security_groups HTTP/1.1" 200 1258 0.044988 10.0.0.65 - - [2025-12-22 04:00:35] "DELETE /project/130fe5c6eb59403ea5b40d63b410a530 HTTP/1.1" 404 173 0.018704 10.0.0.65 - - [2025-12-22 04:00:35] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001445 10.0.0.65 - - [2025-12-22 04:00:35] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001022 10.0.0.65 - - [2025-12-22 04:00:35] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.065902 10.0.0.65 - - [2025-12-22 04:00:35] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.071993 10.0.0.65 - - [2025-12-22 04:00:35] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001206 10.0.0.65 - - [2025-12-22 04:00:35] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.65 - - [2025-12-22 04:00:35] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?fields=security_groups HTTP/1.1" 200 1376 0.077298 10.0.0.65 - - [2025-12-22 04:00:35] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?fields=security_groups HTTP/1.1" 200 1363 0.083580 10.0.0.65 - - [2025-12-22 04:00:36] "DELETE /security-group/c4e1f051-5039-4ffb-825a-b48027e719c4 HTTP/1.1" 200 115 0.077988 10.0.0.65 - - [2025-12-22 04:00:36] "DELETE /security-group/78471c17-e03b-4e88-a61c-9e4fa0aec0cf HTTP/1.1" 200 115 0.086303 10.0.0.65 - - [2025-12-22 04:00:36] "GET /projects?obj_uuids=a7a8c85d-44f9-46e9-9e56-c340de4540e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001268 10.0.0.65 - - [2025-12-22 04:00:36] "GET /projects?obj_uuids=130fe5c6-eb59-403e-a5b4-0d63b410a530&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.23 - - [2025-12-22 04:00:36] "DELETE /access-control-list/1dd85cef-8f16-4f40-a4a6-f602766b4915 HTTP/1.1" 200 115 0.104281 10.0.0.65 - - [2025-12-22 04:00:36] "GET /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4?fields=application_policy_sets HTTP/1.1" 200 1415 0.102390 10.0.0.65 - - [2025-12-22 04:00:36] "GET /project/130fe5c6-eb59-403e-a5b4-0d63b410a530?fields=application_policy_sets HTTP/1.1" 200 1402 0.115086 10.0.0.23 - - [2025-12-22 04:00:36] "DELETE /access-control-list/7b84c130-b485-4d85-b011-9a1277f42f3f HTTP/1.1" 200 115 0.119598 10.0.0.65 - - [2025-12-22 04:00:36] "DELETE /project/130fe5c6-eb59-403e-a5b4-0d63b410a530 HTTP/1.1" 200 115 0.721409 10.0.0.65 - - [2025-12-22 04:00:36] "DELETE /project/a7a8c85d-44f9-46e9-9e56-c340de4540e4 HTTP/1.1" 200 115 0.721493 10.0.0.22 - - [2025-12-22 04:01:31] "GET /obj-perms HTTP/1.1" 200 5056 0.063099 10.0.0.65 - - [2025-12-22 04:01:32] "GET /obj-perms HTTP/1.1" 200 5056 0.051161 [Introspect:8084]10.0.0.65 - - [2025-12-22 04:02:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001170 [Introspect:8084]10.0.0.65 - - [2025-12-22 04:02:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001145