++ 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 Oct 20 02:06:02 AM UTC 2025 ===================' INFO: =================== Mon Oct 20 02:06:02 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ 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.22,10.0.0.254,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22,10.0.0.254,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.254,10.0.0.27 +++ local servers=10.0.0.22,10.0.0.254,10.0.0.27 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.193,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.193,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.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/20/2025 02:06:11.385 7f38d528c340 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/20/2025 02:06:11.543 7f38d528c340 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/20/2025 02:06:11.555 7f38d528c340 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/20/2025 02:06:11.555 7f38d528c340 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-10-20 02:06:30] "GET / HTTP/1.1" 503 181 0.000241 10.0.0.27 - - [2025-10-20 02:06:30] "GET / HTTP/1.1" 503 181 0.000158 10.0.0.27 - - [2025-10-20 02:06:31] "GET / HTTP/1.1" 200 35931 0.001407 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-10-20 02:06:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000655 10.0.0.27 - - [2025-10-20 02:06:31] "GET / HTTP/1.1" 200 45871 0.001258 10.0.0.27 - - [2025-10-20 02:06:31] "GET / HTTP/1.1" 200 45871 0.000993 10.0.0.27 - - [2025-10-20 02:06:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000307 10.0.0.27 - - [2025-10-20 02:06:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000255 10.0.0.254 - - [2025-10-20 02:06:31] "GET / HTTP/1.1" 200 35931 0.001384 10.0.0.254 - - [2025-10-20 02:06:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.22 - - [2025-10-20 02:06:31] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.22 - - [2025-10-20 02:06:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2025-10-20 02:06:32] "GET / HTTP/1.1" 200 35931 0.001330 10.0.0.254 - - [2025-10-20 02:06:32] "GET / HTTP/1.1" 200 35931 0.001296 10.0.0.254 - - [2025-10-20 02:06:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-10-20 02:06:32] "GET / HTTP/1.1" 200 35931 0.001184 10.0.0.27 - - [2025-10-20 02:06:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000345 10.0.0.254 - - [2025-10-20 02:06:33] "GET / HTTP/1.1" 200 35931 0.001263 10.0.0.254 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 1.612788 10.0.0.27 - - [2025-10-20 02:06:33] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007085 10.0.0.27 - - [2025-10-20 02:06:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.719735 10.0.0.27 - - [2025-10-20 02:06:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003768 10.0.0.27 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.008741 10.0.0.22 - - [2025-10-20 02:06:33] "GET / HTTP/1.1" 200 35931 0.001213 10.0.0.27 - - [2025-10-20 02:06:33] "POST /config-database-nodes HTTP/1.1" 200 617 0.048940 10.0.0.22 - - [2025-10-20 02:06:33] "GET / HTTP/1.1" 200 35931 0.003297 10.0.0.22 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.254 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 186 1.066867 10.0.0.254 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 1.709757 10.0.0.27 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.22 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.777906 10.0.0.22 - - [2025-10-20 02:06:33] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007608 10.0.0.254 - - [2025-10-20 02:06:33] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.009633 10.0.0.22 - - [2025-10-20 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.007663 10.0.0.254 - - [2025-10-20 02:06:33] "POST /service-appliance-sets HTTP/1.1" 200 553 0.044551 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 180 0.004203 10.0.0.22 - - [2025-10-20 02:06:34] "POST /config-nodes HTTP/1.1" 200 599 0.062687 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.022283 10.0.0.254 - - [2025-10-20 02:06:34] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007879 10.0.0.254 - - [2025-10-20 02:06:34] "POST /service-appliance-sets HTTP/1.1" 200 541 0.067785 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007511 10.0.0.254 - - [2025-10-20 02:06:34] "GET /network-ipam/47502f83-84ee-4166-87d4-f96a59be6b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007216 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 1.049777 10.0.0.254 - - [2025-10-20 02:06:34] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006858 10.0.0.27 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.790848 10.0.0.27 - - [2025-10-20 02:06:34] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006513 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.004789 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.429948 10.0.0.254 - - [2025-10-20 02:06:34] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.019427 10.0.0.27 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.006224 10.0.0.254 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.004359 10.0.0.254 - - [2025-10-20 02:06:34] "POST /config-nodes HTTP/1.1" 200 599 0.106134 10.0.0.27 - - [2025-10-20 02:06:34] "POST /config-nodes HTTP/1.1" 200 599 0.082839 10.0.0.254 - - [2025-10-20 02:06:34] "POST /service-templates HTTP/1.1" 200 511 0.090701 10.0.0.254 - - [2025-10-20 02:06:34] "POST /config-database-nodes HTTP/1.1" 200 617 0.077152 10.0.0.254 - - [2025-10-20 02:06:34] "POST /service-templates HTTP/1.1" 200 501 0.120487 /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.22 - - [2025-10-20 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.513607 10.0.0.22 - - [2025-10-20 02:06:35] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006290 10.0.0.254 - - [2025-10-20 02:06:35] "POST /service-templates HTTP/1.1" 200 515 0.059053 10.0.0.22 - - [2025-10-20 02:06:35] "GET / HTTP/1.1" 200 35931 0.001306 10.0.0.22 - - [2025-10-20 02:06:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-10-20 02:06:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.004815 10.0.0.254 - - [2025-10-20 02:06:35] "POST /service-templates HTTP/1.1" 200 535 0.082035 10.0.0.22 - - [2025-10-20 02:06:35] "POST /config-database-nodes HTTP/1.1" 200 617 0.107203 10.0.0.254 - - [2025-10-20 02:06:35] "POST /service-templates HTTP/1.1" 200 507 0.065660 10.0.0.27 - - [2025-10-20 02:06:35] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.27 - - [2025-10-20 02:06:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000354 10.0.0.254 - - [2025-10-20 02:06:35] "GET / HTTP/1.1" 200 35931 0.001226 10.0.0.254 - - [2025-10-20 02:06:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000357 10.0.0.22 - - [2025-10-20 02:06:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.312707 10.0.0.27 - - [2025-10-20 02:06:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.330400 10.0.0.254 - - [2025-10-20 02:06:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.035680 10.0.0.22 - - [2025-10-20 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.22 - - [2025-10-20 02:06:40] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.021076 10.0.0.22 - - [2025-10-20 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.22 - - [2025-10-20 02:06:40] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.027074 10.0.0.27 - - [2025-10-20 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.27 - - [2025-10-20 02:06:41] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.019357 10.0.0.254 - - [2025-10-20 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006531 10.0.0.254 - - [2025-10-20 02:06:41] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.010721 10.0.0.27 - - [2025-10-20 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.254 - - [2025-10-20 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.27 - - [2025-10-20 02:06:41] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.019767 10.0.0.254 - - [2025-10-20 02:06:41] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.017194 10.0.0.27 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.254 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.254 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-20 02:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.254 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.22 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-20 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2025-10-20 02:06:50] "GET /network-ipam/47502f83-84ee-4166-87d4-f96a59be6b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.027194 10.0.0.22 - - [2025-10-20 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.003342 10.0.0.22 - - [2025-10-20 02:06:51] "POST /ref-update HTTP/1.1" 200 156 0.019271 10.0.0.22 - - [2025-10-20 02:06:51] "POST /route-targets HTTP/1.1" 200 327 0.015526 10.0.0.22 - - [2025-10-20 02:06:51] "POST /ref-update HTTP/1.1" 200 156 0.024991 10.0.0.22 - - [2025-10-20 02:06:52] "PUT /access-control-list/e68a81b5-2f6b-4ac1-bdeb-efcf02475136 HTTP/1.1" 200 272 0.026057 10.0.0.22 - - [2025-10-20 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.041003 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-10-20 02:09:38] "GET /obj-perms HTTP/1.1" 200 5056 0.371651 10.0.0.22 - - [2025-10-20 02:10:38] "GET /obj-perms HTTP/1.1" 200 5056 0.054854 10.0.0.254 - - [2025-10-20 02:10:38] "GET /obj-perms HTTP/1.1" 200 5056 0.043981 [Introspect:8084]10.0.0.27 - - [2025-10-20 02:11:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000937 [Introspect:8084]10.0.0.27 - - [2025-10-20 02:11:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000885 [Introspect:8084]10.0.0.27 - - [2025-10-20 02:11:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000804 [Introspect:8084]10.0.0.27 - - [2025-10-20 02:11:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000777 10.0.0.27 - - [2025-10-20 02:11:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-10-20 02:11:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.254 - - [2025-10-20 02:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-10-20 02:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.254 - - [2025-10-20 02:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.22 - - [2025-10-20 02:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.27 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.254 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.001840 10.0.0.22 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2025-10-20 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 02:12:24] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.22 - - [2025-10-20 02:12:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-20 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.043473 10.0.0.27 - - [2025-10-20 02:12:25] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.050283 10.0.0.27 - - [2025-10-20 02:12:25] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.27 - - [2025-10-20 02:12:25] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.066051 10.0.0.27 - - [2025-10-20 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.004043 10.0.0.27 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.005707 10.0.0.27 - - [2025-10-20 02:12:26] "POST /security-groups HTTP/1.1" 200 589 0.041996 10.0.0.27 - - [2025-10-20 02:12:26] "POST /projects HTTP/1.1" 200 581 0.305896 10.0.0.22 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.026955 10.0.0.27 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.378366 10.0.0.22 - - [2025-10-20 02:12:26] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.616014 10.0.0.22 - - [2025-10-20 02:12:26] "POST /access-control-lists HTTP/1.1" 200 592 0.069247 10.0.0.22 - - [2025-10-20 02:12:27] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.27 - - [2025-10-20 02:12:30] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.22 - - [2025-10-20 02:12:30] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046910 10.0.0.27 - - [2025-10-20 02:12:30] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.22 - - [2025-10-20 02:12:30] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?fields=virtual_networks HTTP/1.1" 200 1039 0.062282 10.0.0.27 - - [2025-10-20 02:12:30] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000815 10.0.0.22 - - [2025-10-20 02:12:30] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.047950 10.0.0.27 - - [2025-10-20 02:12:30] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.22 - - [2025-10-20 02:12:30] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?fields=security_groups HTTP/1.1" 200 1263 0.048321 10.0.0.27 - - [2025-10-20 02:12:31] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003833 10.0.0.27 - - [2025-10-20 02:12:31] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.27 - - [2025-10-20 02:12:31] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009196 10.0.0.27 - - [2025-10-20 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 167 0.003029 10.0.0.27 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 176 0.004730 10.0.0.27 - - [2025-10-20 02:12:31] "POST /security-groups HTTP/1.1" 200 568 0.087477 10.0.0.27 - - [2025-10-20 02:12:31] "POST /projects HTTP/1.1" 200 539 0.342212 10.0.0.27 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.418317 10.0.0.22 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.007801 10.0.0.22 - - [2025-10-20 02:12:31] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.597987 [Introspect:8084]10.0.0.22 - - [2025-10-20 02:12:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001058 10.0.0.27 - - [2025-10-20 02:12:33] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000840 10.0.0.22 - - [2025-10-20 02:12:33] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.071097 10.0.0.27 - - [2025-10-20 02:12:34] "GET /obj-perms HTTP/1.1" 200 5056 0.051429 10.0.0.27 - - [2025-10-20 02:12:35] "DELETE /project/9203d4db21bf4463af2c874e1272154a HTTP/1.1" 404 173 0.005935 10.0.0.27 - - [2025-10-20 02:12:35] "DELETE /project/95c390f4c1cd47c8b09b5f6b390fbd96 HTTP/1.1" 404 173 0.007049 10.0.0.27 - - [2025-10-20 02:12:35] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000777 10.0.0.27 - - [2025-10-20 02:12:35] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.066679 10.0.0.27 - - [2025-10-20 02:12:35] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.27 - - [2025-10-20 02:12:35] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?fields=security_groups HTTP/1.1" 200 1368 0.056934 10.0.0.27 - - [2025-10-20 02:12:35] "DELETE /security-group/2e4e0329-463e-4995-91cf-8043056962f9 HTTP/1.1" 200 115 0.065507 10.0.0.27 - - [2025-10-20 02:12:35] "GET /projects?obj_uuids=95c390f4-c1cd-47c8-b09b-5f6b390fbd96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.27 - - [2025-10-20 02:12:35] "GET /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96?fields=application_policy_sets HTTP/1.1" 200 1407 0.091150 10.0.0.22 - - [2025-10-20 02:12:35] "DELETE /access-control-list/2f689c89-ab89-4499-a877-52f3da0fb314 HTTP/1.1" 200 115 0.070013 10.0.0.27 - - [2025-10-20 02:12:35] "DELETE /project/95c390f4-c1cd-47c8-b09b-5f6b390fbd96 HTTP/1.1" 200 115 0.538819 [Introspect:8084]10.0.0.22 - - [2025-10-20 02:12:36] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000645 10.0.0.22 - - [2025-10-20 02:12:36] "GET /obj-perms HTTP/1.1" 200 5056 0.055220 10.0.0.22 - - [2025-10-20 02:12:36] "GET /obj-perms HTTP/1.1" 200 5056 0.004238 10.0.0.22 - - [2025-10-20 02:12:36] "GET /obj-perms HTTP/1.1" 200 5056 0.003881 10.0.0.22 - - [2025-10-20 02:12:36] "GET /obj-perms HTTP/1.1" 200 5056 0.004563 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004386 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003564 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003499 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004024 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004606 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004639 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.008917 10.0.0.27 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003987 10.0.0.22 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003933 10.0.0.27 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004324 10.0.0.27 - - [2025-10-20 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003949 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.003790 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004268 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.003715 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.003928 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004685 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004902 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004067 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004355 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004090 10.0.0.22 - - [2025-10-20 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.003960 10.0.0.22 - - [2025-10-20 02:12:41] "GET /obj-perms HTTP/1.1" 200 5056 0.004478 10.0.0.22 - - [2025-10-20 02:12:42] "GET /obj-perms HTTP/1.1" 200 5056 0.003819 10.0.0.22 - - [2025-10-20 02:12:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004012 10.0.0.22 - - [2025-10-20 02:12:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004359 10.0.0.22 - - [2025-10-20 02:12:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004168 10.0.0.22 - - [2025-10-20 02:12:44] "GET /obj-perms HTTP/1.1" 200 5056 0.003954 10.0.0.22 - - [2025-10-20 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.023053 10.0.0.27 - - [2025-10-20 02:12:44] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002975 10.0.0.27 - - [2025-10-20 02:12:45] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.27 - - [2025-10-20 02:12:45] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007246 10.0.0.27 - - [2025-10-20 02:12:45] "POST /id-to-fqname HTTP/1.1" 200 201 0.002648 10.0.0.27 - - [2025-10-20 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.004745 10.0.0.27 - - [2025-10-20 02:12:45] "POST /security-groups HTTP/1.1" 200 602 0.037909 10.0.0.27 - - [2025-10-20 02:12:45] "POST /projects HTTP/1.1" 200 607 0.256784 10.0.0.22 - - [2025-10-20 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.021344 10.0.0.27 - - [2025-10-20 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.337286 10.0.0.22 - - [2025-10-20 02:12:45] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.498614 10.0.0.22 - - [2025-10-20 02:12:46] "GET / HTTP/1.1" 200 35931 0.001291 10.0.0.22 - - [2025-10-20 02:12:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-20 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.046833 10.0.0.27 - - [2025-10-20 02:12:47] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000829 10.0.0.22 - - [2025-10-20 02:12:47] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050074 10.0.0.22 - - [2025-10-20 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.079183 10.0.0.27 - - [2025-10-20 02:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009451 10.0.0.22 - - [2025-10-20 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 719 0.343621 10.0.0.22 - - [2025-10-20 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001212 10.0.0.22 - - [2025-10-20 02:12:48] "GET /virtual-network/637cbef4-d470-426a-bc17-d6bdc5493b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008726 10.0.0.22 - - [2025-10-20 02:12:48] "GET /virtual-network/637cbef4-d470-426a-bc17-d6bdc5493b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005485 10.0.0.22 - - [2025-10-20 02:12:48] "POST /neutron/network HTTP/1.1" 200 838 0.008004 10.0.0.22 - - [2025-10-20 02:12:49] "GET /virtual-network/637cbef4-d470-426a-bc17-d6bdc5493b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006193 10.0.0.22 - - [2025-10-20 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001696 10.0.0.27 - - [2025-10-20 02:12:52] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000911 10.0.0.22 - - [2025-10-20 02:12:53] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.095993 10.0.0.22 - - [2025-10-20 02:12:53] "POST /neutron/network HTTP/1.1" 200 838 0.033696 10.0.0.22 - - [2025-10-20 02:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.009167 10.0.0.22 - - [2025-10-20 02:12:55] "POST /neutron/port HTTP/1.1" 200 1070 0.042195 10.0.0.22 - - [2025-10-20 02:12:55] "POST /neutron/port HTTP/1.1" 200 1098 0.019951 10.0.0.22 - - [2025-10-20 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.22 - - [2025-10-20 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009454 10.0.0.22 - - [2025-10-20 02:13:00] "GET /obj-perms HTTP/1.1" 200 5052 0.041747 10.0.0.22 - - [2025-10-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5052 0.004269 10.0.0.22 - - [2025-10-20 02:13:04] "POST /neutron/port HTTP/1.1" 200 1098 0.017274 10.0.0.22 - - [2025-10-20 02:13:06] "POST /neutron/network HTTP/1.1" 200 838 0.008619 10.0.0.27 - - [2025-10-20 02:13:07] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979 10.0.0.22 - - [2025-10-20 02:13:07] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.073599 10.0.0.27 - - [2025-10-20 02:13:07] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004175 10.0.0.22 - - [2025-10-20 02:13:07] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?fields=virtual_networks HTTP/1.1" 200 1065 0.058162 10.0.0.27 - - [2025-10-20 02:13:07] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000862 10.0.0.22 - - [2025-10-20 02:13:07] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.050795 10.0.0.27 - - [2025-10-20 02:13:07] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000840 10.0.0.22 - - [2025-10-20 02:13:07] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?fields=security_groups HTTP/1.1" 200 1302 0.061428 10.0.0.27 - - [2025-10-20 02:13:08] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000845 10.0.0.22 - - [2025-10-20 02:13:08] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.046448 10.0.0.27 - - [2025-10-20 02:13:14] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001152 10.0.0.22 - - [2025-10-20 02:13:14] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.066427 10.0.0.22 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.026917 10.0.0.27 - - [2025-10-20 02:13:17] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003749 10.0.0.27 - - [2025-10-20 02:13:17] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.27 - - [2025-10-20 02:13:17] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007828 10.0.0.27 - - [2025-10-20 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.007154 10.0.0.27 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.008148 10.0.0.27 - - [2025-10-20 02:13:17] "POST /security-groups HTTP/1.1" 200 603 0.037193 10.0.0.22 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.007215 10.0.0.27 - - [2025-10-20 02:13:17] "POST /projects HTTP/1.1" 200 609 0.277093 10.0.0.27 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.353344 10.0.0.22 - - [2025-10-20 02:13:17] "POST /access-control-lists HTTP/1.1" 200 606 0.034197 10.0.0.22 - - [2025-10-20 02:13:17] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.496706 10.0.0.22 - - [2025-10-20 02:13:18] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.22 - - [2025-10-20 02:13:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-20 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.052094 10.0.0.27 - - [2025-10-20 02:13:19] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.22 - - [2025-10-20 02:13:19] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047625 10.0.0.27 - - [2025-10-20 02:13:19] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.22 - - [2025-10-20 02:13:19] "POST /neutron/network HTTP/1.1" 200 703 0.197458 10.0.0.22 - - [2025-10-20 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.003312 10.0.0.22 - - [2025-10-20 02:13:19] "GET /virtual-network/76eed413-0963-4bc1-b614-3107f3192bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006768 10.0.0.22 - - [2025-10-20 02:13:19] "POST /neutron/network HTTP/1.1" 200 922 0.006953 10.0.0.22 - - [2025-10-20 02:13:19] "GET /virtual-network/76eed413-0963-4bc1-b614-3107f3192bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005456 10.0.0.22 - - [2025-10-20 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2025-10-20 02:13:20] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.22 - - [2025-10-20 02:13:20] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.122246 10.0.0.22 - - [2025-10-20 02:13:20] "POST /neutron/network HTTP/1.1" 200 117 0.017044 10.0.0.22 - - [2025-10-20 02:13:20] "POST /route-targets HTTP/1.1" 200 327 0.020162 10.0.0.22 - - [2025-10-20 02:13:20] "POST /neutron/network HTTP/1.1" 200 922 0.011611 10.0.0.22 - - [2025-10-20 02:13:20] "POST /id-to-fqname HTTP/1.1" 200 275 0.001043 10.0.0.22 - - [2025-10-20 02:13:20] "GET /virtual-network/89a7dc4a-7fda-4830-9960-aa22e3bece5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004897 10.0.0.22 - - [2025-10-20 02:13:20] "GET /virtual-network/89a7dc4a-7fda-4830-9960-aa22e3bece5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005634 10.0.0.22 - - [2025-10-20 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.009376 10.0.0.22 - - [2025-10-20 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-10-20 02:13:20] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000769 10.0.0.22 - - [2025-10-20 02:13:20] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.055814 10.0.0.22 - - [2025-10-20 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.032338 10.0.0.27 - - [2025-10-20 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.011042 10.0.0.22 - - [2025-10-20 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.265798 10.0.0.22 - - [2025-10-20 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 276 0.001117 10.0.0.22 - - [2025-10-20 02:13:21] "GET /virtual-network/5d8153a0-00ab-4246-91f8-f8c2942028b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.017825 10.0.0.22 - - [2025-10-20 02:13:21] "GET /virtual-network/5d8153a0-00ab-4246-91f8-f8c2942028b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005839 10.0.0.22 - - [2025-10-20 02:13:21] "POST /neutron/network HTTP/1.1" 200 925 0.006954 10.0.0.22 - - [2025-10-20 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 275 0.001046 10.0.0.27 - - [2025-10-20 02:13:22] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001455 10.0.0.22 - - [2025-10-20 02:13:22] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.090715 10.0.0.22 - - [2025-10-20 02:13:22] "POST /neutron/network HTTP/1.1" 200 922 0.013365 10.0.0.22 - - [2025-10-20 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 276 0.001264 10.0.0.22 - - [2025-10-20 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.006759 10.0.0.27 - - [2025-10-20 02:13:23] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.27 - - [2025-10-20 02:13:23] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.22 - - [2025-10-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 1072 0.474336 10.0.0.22 - - [2025-10-20 02:13:24] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.141160 10.0.0.22 - - [2025-10-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 1072 0.015029 10.0.0.22 - - [2025-10-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 1100 0.027078 10.0.0.22 - - [2025-10-20 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.017910 10.0.0.22 - - [2025-10-20 02:13:24] "POST /neutron/network HTTP/1.1" 200 922 0.007421 10.0.0.22 - - [2025-10-20 02:13:26] "POST /neutron/port HTTP/1.1" 200 1073 0.050054 10.0.0.22 - - [2025-10-20 02:13:26] "POST /neutron/network HTTP/1.1" 400 204 0.018472 10.0.0.22 - - [2025-10-20 02:13:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.22 - - [2025-10-20 02:13:26] "POST /neutron/network HTTP/1.1" 200 925 0.007671 10.0.0.22 - - [2025-10-20 02:13:26] "POST /neutron/port HTTP/1.1" 200 151 0.210901 10.0.0.22 - - [2025-10-20 02:13:28] "POST /neutron/network HTTP/1.1" 200 925 0.012922 10.0.0.22 - - [2025-10-20 02:13:29] "POST /neutron/port HTTP/1.1" 200 1127 0.013507 10.0.0.22 - - [2025-10-20 02:13:30] "POST /neutron/network HTTP/1.1" 200 1679 0.018490 10.0.0.27 - - [2025-10-20 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.27 - - [2025-10-20 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003731 10.0.0.22 - - [2025-10-20 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.22 - - [2025-10-20 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.149487 10.0.0.27 - - [2025-10-20 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003916 10.0.0.27 - - [2025-10-20 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007933 10.0.0.22 - - [2025-10-20 02:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.153421 10.0.0.27 - - [2025-10-20 02:13:30] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001953 10.0.0.22 - - [2025-10-20 02:13:30] "DELETE /route-target/daa09e1c-0569-4901-a488-037970544bd8 HTTP/1.1" 200 115 0.031927 10.0.0.22 - - [2025-10-20 02:13:30] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.099781 10.0.0.27 - - [2025-10-20 02:13:30] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.22 - - [2025-10-20 02:13:30] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?fields=virtual_networks HTTP/1.1" 200 1066 0.059154 10.0.0.27 - - [2025-10-20 02:13:30] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.22 - - [2025-10-20 02:13:30] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.054122 10.0.0.27 - - [2025-10-20 02:13:31] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.22 - - [2025-10-20 02:13:31] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?fields=security_groups HTTP/1.1" 200 1304 0.055114 10.0.0.22 - - [2025-10-20 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.022239 10.0.0.27 - - [2025-10-20 02:13:31] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.27 - - [2025-10-20 02:13:31] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.27 - - [2025-10-20 02:13:31] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007522 10.0.0.27 - - [2025-10-20 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.007178 10.0.0.27 - - [2025-10-20 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.006227 10.0.0.27 - - [2025-10-20 02:13:32] "POST /security-groups HTTP/1.1" 200 593 0.078544 10.0.0.27 - - [2025-10-20 02:13:32] "POST /projects HTTP/1.1" 200 589 0.313482 10.0.0.22 - - [2025-10-20 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.019864 10.0.0.27 - - [2025-10-20 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.380389 10.0.0.22 - - [2025-10-20 02:13:32] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.539298 10.0.0.22 - - [2025-10-20 02:13:33] "GET / HTTP/1.1" 200 35931 0.001287 10.0.0.22 - - [2025-10-20 02:13:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-20 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.051054 10.0.0.27 - - [2025-10-20 02:13:34] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000811 10.0.0.22 - - [2025-10-20 02:13:34] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.047565 10.0.0.22 - - [2025-10-20 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.033836 10.0.0.27 - - [2025-10-20 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009516 10.0.0.22 - - [2025-10-20 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.239202 10.0.0.22 - - [2025-10-20 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.001149 10.0.0.22 - - [2025-10-20 02:13:34] "GET /virtual-network/fbbd8310-e978-4c92-8330-f9433945a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006130 10.0.0.22 - - [2025-10-20 02:13:34] "GET /virtual-network/fbbd8310-e978-4c92-8330-f9433945a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005237 10.0.0.22 - - [2025-10-20 02:13:34] "POST /neutron/network HTTP/1.1" 200 892 0.006300 10.0.0.22 - - [2025-10-20 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2025-10-20 02:13:34] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000801 10.0.0.22 - - [2025-10-20 02:13:34] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050386 10.0.0.27 - - [2025-10-20 02:13:35] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001669 10.0.0.22 - - [2025-10-20 02:13:35] "POST /neutron/network HTTP/1.1" 200 673 0.180603 10.0.0.22 - - [2025-10-20 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.003299 10.0.0.22 - - [2025-10-20 02:13:35] "GET /virtual-network/30f86570-f60a-4cd7-b357-5a0229d915f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005571 10.0.0.22 - - [2025-10-20 02:13:35] "POST /neutron/network HTTP/1.1" 200 891 0.006547 10.0.0.22 - - [2025-10-20 02:13:35] "GET /virtual-network/30f86570-f60a-4cd7-b357-5a0229d915f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005181 10.0.0.22 - - [2025-10-20 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.27 - - [2025-10-20 02:13:35] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001256 10.0.0.22 - - [2025-10-20 02:13:35] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049432 10.0.0.22 - - [2025-10-20 02:13:35] "POST /neutron/network HTTP/1.1" 200 117 0.011535 10.0.0.27 - - [2025-10-20 02:13:35] "DELETE /project/f34d849f6b114812a9b46bd677474e09 HTTP/1.1" 404 173 0.010486 10.0.0.27 - - [2025-10-20 02:13:35] "DELETE /project/5b972fae452645f3ace1d235cb13c1bc HTTP/1.1" 404 173 0.009728 10.0.0.27 - - [2025-10-20 02:13:35] "DELETE /project/2716fc7c859544a39987d23876b44fba HTTP/1.1" 404 173 0.007752 10.0.0.27 - - [2025-10-20 02:13:35] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.27 - - [2025-10-20 02:13:35] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003988 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.074264 10.0.0.27 - - [2025-10-20 02:13:36] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000786 10.0.0.22 - - [2025-10-20 02:13:36] "POST /route-targets HTTP/1.1" 200 327 0.024271 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.118207 10.0.0.27 - - [2025-10-20 02:13:36] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?fields=security_groups HTTP/1.1" 200 1409 0.106615 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?fields=security_groups HTTP/1.1" 200 1407 0.088310 10.0.0.27 - - [2025-10-20 02:13:36] "DELETE /security-group/8c9230ae-4e6f-485c-9ef8-59d165cc8f49 HTTP/1.1" 200 115 0.097865 10.0.0.27 - - [2025-10-20 02:13:36] "GET /projects?obj_uuids=5b972fae-4526-45f3-ace1-d235cb13c1bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.27 - - [2025-10-20 02:13:36] "DELETE /security-group/89ff6119-a5c9-4814-bbcb-7fd932e87231 HTTP/1.1" 200 115 0.122114 10.0.0.22 - - [2025-10-20 02:13:36] "POST /neutron/network HTTP/1.1" 200 894 0.039341 10.0.0.27 - - [2025-10-20 02:13:36] "GET /projects?obj_uuids=f34d849f-6b11-4812-a9b4-6bd677474e09&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001403 10.0.0.22 - - [2025-10-20 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 256 0.004367 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/5b972fae-4526-45f3-ace1-d235cb13c1bc?fields=application_policy_sets HTTP/1.1" 200 1448 0.085512 10.0.0.22 - - [2025-10-20 02:13:36] "GET /virtual-network/72b1494b-2b3d-4093-9a60-bc3c90531f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.012358 10.0.0.22 - - [2025-10-20 02:13:36] "DELETE /access-control-list/b4261491-6d5b-4269-a0cc-58eeae072a3a HTTP/1.1" 200 115 0.056912 10.0.0.22 - - [2025-10-20 02:13:36] "GET /virtual-network/72b1494b-2b3d-4093-9a60-bc3c90531f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008178 10.0.0.27 - - [2025-10-20 02:13:36] "GET /project/f34d849f-6b11-4812-a9b4-6bd677474e09?fields=application_policy_sets HTTP/1.1" 200 1446 0.100883 10.0.0.22 - - [2025-10-20 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.021906 10.0.0.22 - - [2025-10-20 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.000978 10.0.0.27 - - [2025-10-20 02:13:36] "DELETE /project/5b972fae-4526-45f3-ace1-d235cb13c1bc HTTP/1.1" 200 115 0.689158 10.0.0.27 - - [2025-10-20 02:13:36] "DELETE /project/f34d849f-6b11-4812-a9b4-6bd677474e09 HTTP/1.1" 200 115 0.732252 10.0.0.27 - - [2025-10-20 02:13:37] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000830 10.0.0.22 - - [2025-10-20 02:13:37] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.089016 10.0.0.22 - - [2025-10-20 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.006833 10.0.0.22 - - [2025-10-20 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 256 0.001162 10.0.0.22 - - [2025-10-20 02:13:38] "POST /neutron/network HTTP/1.1" 200 904 0.008595 10.0.0.22 - - [2025-10-20 02:13:38] "POST /neutron/port HTTP/1.1" 200 1061 0.015154 10.0.0.27 - - [2025-10-20 02:13:38] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000841 10.0.0.22 - - [2025-10-20 02:13:38] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.073825 10.0.0.22 - - [2025-10-20 02:13:38] "POST /neutron/network HTTP/1.1" 200 894 0.007168 10.0.0.22 - - [2025-10-20 02:13:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005245 10.0.0.22 - - [2025-10-20 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.22 - - [2025-10-20 02:13:39] "POST /neutron/network HTTP/1.1" 200 904 0.006787 10.0.0.22 - - [2025-10-20 02:13:39] "POST /neutron/port HTTP/1.1" 200 1062 0.026859 10.0.0.22 - - [2025-10-20 02:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004521 10.0.0.22 - - [2025-10-20 02:13:40] "POST /neutron/network HTTP/1.1" 200 894 0.006896 10.0.0.22 - - [2025-10-20 02:13:41] "POST /neutron/port HTTP/1.1" 200 1089 0.018466 10.0.0.254 - - [2025-10-20 02:13:41] "GET /obj-perms HTTP/1.1" 200 5056 0.046689 10.0.0.22 - - [2025-10-20 02:13:41] "POST /neutron/port HTTP/1.1" 200 1090 0.040961 10.0.0.22 - - [2025-10-20 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.008549 10.0.0.22 - - [2025-10-20 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.22 - - [2025-10-20 02:13:42] "POST /neutron/network HTTP/1.1" 200 894 0.007306 10.0.0.22 - - [2025-10-20 02:13:43] "DELETE /route-target/41307bb9-fe31-4184-8280-4528920b2ae7 HTTP/1.1" 200 115 0.028339 10.0.0.27 - - [2025-10-20 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007496 10.0.0.27 - - [2025-10-20 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.22 - - [2025-10-20 02:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.125563 10.0.0.27 - - [2025-10-20 02:13:43] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000842 10.0.0.22 - - [2025-10-20 02:13:43] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.095482 10.0.0.27 - - [2025-10-20 02:13:43] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.22 - - [2025-10-20 02:13:43] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?fields=virtual_networks HTTP/1.1" 200 1046 0.070628 10.0.0.27 - - [2025-10-20 02:13:43] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.22 - - [2025-10-20 02:13:43] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.046451 10.0.0.27 - - [2025-10-20 02:13:43] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.22 - - [2025-10-20 02:13:43] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?fields=security_groups HTTP/1.1" 200 1274 0.049158 10.0.0.22 - - [2025-10-20 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.021794 10.0.0.27 - - [2025-10-20 02:13:44] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003079 10.0.0.27 - - [2025-10-20 02:13:44] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.27 - - [2025-10-20 02:13:44] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006930 10.0.0.27 - - [2025-10-20 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.003116 10.0.0.27 - - [2025-10-20 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.006546 10.0.0.27 - - [2025-10-20 02:13:44] "POST /security-groups HTTP/1.1" 200 599 0.088659 10.0.0.22 - - [2025-10-20 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.004855 10.0.0.27 - - [2025-10-20 02:13:44] "POST /projects HTTP/1.1" 200 601 0.321811 10.0.0.27 - - [2025-10-20 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.390671 10.0.0.22 - - [2025-10-20 02:13:44] "POST /access-control-lists HTTP/1.1" 200 602 0.034281 10.0.0.22 - - [2025-10-20 02:13:44] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.542260 10.0.0.22 - - [2025-10-20 02:13:46] "GET / HTTP/1.1" 200 35931 0.003691 10.0.0.22 - - [2025-10-20 02:13:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-20 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.028467 10.0.0.27 - - [2025-10-20 02:13:46] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.22 - - [2025-10-20 02:13:46] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051294 10.0.0.27 - - [2025-10-20 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008646 10.0.0.22 - - [2025-10-20 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.292624 10.0.0.22 - - [2025-10-20 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001250 10.0.0.22 - - [2025-10-20 02:13:47] "GET /virtual-network/48d30e54-a174-42bd-be3f-0b80a3c02baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006057 10.0.0.22 - - [2025-10-20 02:13:47] "GET /virtual-network/48d30e54-a174-42bd-be3f-0b80a3c02baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.008632 10.0.0.22 - - [2025-10-20 02:13:47] "POST /neutron/network HTTP/1.1" 200 909 0.012789 10.0.0.22 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2025-10-20 02:13:47] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.22 - - [2025-10-20 02:13:47] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.057971 10.0.0.27 - - [2025-10-20 02:13:47] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.22 - - [2025-10-20 02:13:47] "POST /neutron/network HTTP/1.1" 200 691 0.152442 10.0.0.22 - - [2025-10-20 02:13:48] "POST /route-targets HTTP/1.1" 200 327 0.018960 10.0.0.22 - - [2025-10-20 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.003533 10.0.0.22 - - [2025-10-20 02:13:48] "GET /virtual-network/eeea3c40-8ba3-4fbd-879b-48e1ad621ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005529 10.0.0.22 - - [2025-10-20 02:13:48] "POST /neutron/network HTTP/1.1" 200 909 0.005903 10.0.0.22 - - [2025-10-20 02:13:48] "GET /virtual-network/eeea3c40-8ba3-4fbd-879b-48e1ad621ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005223 10.0.0.22 - - [2025-10-20 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2025-10-20 02:13:48] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.22 - - [2025-10-20 02:13:48] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.066394 10.0.0.22 - - [2025-10-20 02:13:48] "POST /neutron/network HTTP/1.1" 200 117 0.014123 10.0.0.22 - - [2025-10-20 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.032936 10.0.0.22 - - [2025-10-20 02:13:48] "POST /neutron/network HTTP/1.1" 200 912 0.008191 10.0.0.22 - - [2025-10-20 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.000930 10.0.0.22 - - [2025-10-20 02:13:48] "GET /virtual-network/63b09b06-2d54-4943-90c3-af5d6fc8a96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005046 10.0.0.22 - - [2025-10-20 02:13:48] "GET /virtual-network/63b09b06-2d54-4943-90c3-af5d6fc8a96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005176 10.0.0.22 - - [2025-10-20 02:13:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009063 10.0.0.22 - - [2025-10-20 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001028 10.0.0.27 - - [2025-10-20 02:14:21] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.22 - - [2025-10-20 02:14:22] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.093232 10.0.0.22 - - [2025-10-20 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.010643 10.0.0.22 - - [2025-10-20 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001236 10.0.0.22 - - [2025-10-20 02:14:22] "POST /neutron/network HTTP/1.1" 200 922 0.007818 10.0.0.27 - - [2025-10-20 02:14:23] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.22 - - [2025-10-20 02:14:23] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.122308 10.0.0.22 - - [2025-10-20 02:14:23] "POST /neutron/port HTTP/1.1" 200 1067 0.042670 10.0.0.22 - - [2025-10-20 02:14:23] "POST /neutron/port HTTP/1.1" 200 1121 0.154130 10.0.0.22 - - [2025-10-20 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016268 10.0.0.22 - - [2025-10-20 02:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.009933 10.0.0.27 - - [2025-10-20 02:14:23] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000827 10.0.0.22 - - [2025-10-20 02:14:23] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.049124 10.0.0.22 - - [2025-10-20 02:14:24] "POST /neutron/network HTTP/1.1" 200 922 0.009900 10.0.0.22 - - [2025-10-20 02:14:25] "POST /neutron/port HTTP/1.1" 200 1068 0.024713 10.0.0.22 - - [2025-10-20 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008002 10.0.0.22 - - [2025-10-20 02:14:25] "GET /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.005850 10.0.0.22 - - [2025-10-20 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013596 10.0.0.27 - - [2025-10-20 02:14:25] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.22 - - [2025-10-20 02:14:25] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.092566 10.0.0.22 - - [2025-10-20 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2025-10-20 02:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007548 10.0.0.22 - - [2025-10-20 02:14:25] "GET /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.005719 10.0.0.22 - - [2025-10-20 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.22 - - [2025-10-20 02:14:25] "POST /neutron/network HTTP/1.1" 200 912 0.005746 10.0.0.22 - - [2025-10-20 02:14:25] "PUT /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6 HTTP/1.1" 200 262 0.038812 10.0.0.22 - - [2025-10-20 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.007330 10.0.0.22 - - [2025-10-20 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.27 - - [2025-10-20 02:14:26] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.22 - - [2025-10-20 02:14:26] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007810 10.0.0.22 - - [2025-10-20 02:14:26] "POST /service-templates HTTP/1.1" 200 543 0.041673 10.0.0.22 - - [2025-10-20 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.22 - - [2025-10-20 02:14:26] "GET /service-template/417dfb55-0127-4e59-a61f-a6e8c0119eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.009913 10.0.0.22 - - [2025-10-20 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.22 - - [2025-10-20 02:14:26] "GET /service-template/417dfb55-0127-4e59-a61f-a6e8c0119eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.008527 10.0.0.22 - - [2025-10-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.002181 10.0.0.22 - - [2025-10-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001508 10.0.0.22 - - [2025-10-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.001542 10.0.0.22 - - [2025-10-20 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.22 - - [2025-10-20 02:14:27] "DELETE /service-template/417dfb55-0127-4e59-a61f-a6e8c0119eeb HTTP/1.1" 200 115 0.048314 10.0.0.22 - - [2025-10-20 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004374 10.0.0.22 - - [2025-10-20 02:14:29] "POST /neutron/network HTTP/1.1" 200 909 0.012043 10.0.0.22 - - [2025-10-20 02:14:31] "POST /neutron/network HTTP/1.1" 400 204 0.024305 10.0.0.22 - - [2025-10-20 02:14:35] "POST /neutron/network HTTP/1.1" 200 909 0.009468 10.0.0.27 - - [2025-10-20 02:14:36] "DELETE /project/cc8a17f383a849b4b439b3f7dbb2108e HTTP/1.1" 404 173 0.003516 10.0.0.27 - - [2025-10-20 02:14:36] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000744 10.0.0.27 - - [2025-10-20 02:14:36] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.041722 10.0.0.27 - - [2025-10-20 02:14:36] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.27 - - [2025-10-20 02:14:36] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?fields=security_groups HTTP/1.1" 200 1379 0.065192 10.0.0.27 - - [2025-10-20 02:14:36] "DELETE /security-group/f1fe896b-9661-42c1-8925-6052d0bab820 HTTP/1.1" 200 115 0.056140 10.0.0.27 - - [2025-10-20 02:14:36] "GET /projects?obj_uuids=2716fc7c-8595-44a3-9987-d23876b44fba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.22 - - [2025-10-20 02:14:37] "DELETE /access-control-list/a08b30d6-e1cb-4519-88e3-a860912dccb0 HTTP/1.1" 200 115 0.036889 10.0.0.27 - - [2025-10-20 02:14:37] "GET /project/2716fc7c-8595-44a3-9987-d23876b44fba?fields=application_policy_sets HTTP/1.1" 200 1418 0.084430 10.0.0.27 - - [2025-10-20 02:14:37] "DELETE /project/2716fc7c-8595-44a3-9987-d23876b44fba HTTP/1.1" 200 115 0.462504 10.0.0.22 - - [2025-10-20 02:14:37] "POST /neutron/network HTTP/1.1" 400 204 0.013480 10.0.0.27 - - [2025-10-20 02:14:41] "GET /obj-perms HTTP/1.1" 200 5056 0.061418 10.0.0.22 - - [2025-10-20 02:14:41] "POST /neutron/network HTTP/1.1" 200 909 0.007243 10.0.0.22 - - [2025-10-20 02:14:43] "POST /neutron/network HTTP/1.1" 400 204 0.013695 10.0.0.22 - - [2025-10-20 02:14:48] "POST /neutron/network HTTP/1.1" 200 909 0.005927 10.0.0.22 - - [2025-10-20 02:14:50] "POST /neutron/network HTTP/1.1" 400 204 0.014900 10.0.0.22 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 909 0.007535 10.0.0.22 - - [2025-10-20 02:14:56] "POST /neutron/network HTTP/1.1" 400 204 0.021309 10.0.0.22 - - [2025-10-20 02:15:00] "POST /neutron/network HTTP/1.1" 200 909 0.008126 10.0.0.22 - - [2025-10-20 02:15:02] "POST /neutron/network HTTP/1.1" 400 204 0.014083 10.0.0.22 - - [2025-10-20 02:15:06] "POST /neutron/network HTTP/1.1" 200 909 0.007344 10.0.0.22 - - [2025-10-20 02:15:08] "POST /neutron/network HTTP/1.1" 400 204 0.014503 10.0.0.22 - - [2025-10-20 02:15:12] "POST /neutron/network HTTP/1.1" 200 909 0.007374 10.0.0.22 - - [2025-10-20 02:15:13] "POST /neutron/port HTTP/1.1" 200 1121 0.010996 10.0.0.27 - - [2025-10-20 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006522 10.0.0.27 - - [2025-10-20 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.22 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 151 0.152469 10.0.0.22 - - [2025-10-20 02:15:14] "DELETE /route-target/755b7759-6de2-467a-aa26-3f5498663eb1 HTTP/1.1" 200 115 0.032394 10.0.0.22 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 400 204 0.013373 10.0.0.22 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 151 0.207283 10.0.0.22 - - [2025-10-20 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.007995 10.0.0.22 - - [2025-10-20 02:15:19] "POST /neutron/network HTTP/1.1" 200 909 0.007953 10.0.0.22 - - [2025-10-20 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634 10.0.0.27 - - [2025-10-20 02:15:19] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.22 - - [2025-10-20 02:15:19] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050056 10.0.0.27 - - [2025-10-20 02:15:19] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.22 - - [2025-10-20 02:15:19] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?fields=virtual_networks HTTP/1.1" 200 1059 0.059724 10.0.0.27 - - [2025-10-20 02:15:19] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.22 - - [2025-10-20 02:15:19] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.036708 10.0.0.27 - - [2025-10-20 02:15:19] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.22 - - [2025-10-20 02:15:19] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?fields=security_groups HTTP/1.1" 200 1293 0.055781 10.0.0.22 - - [2025-10-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.022745 10.0.0.27 - - [2025-10-20 02:15:20] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002720 10.0.0.27 - - [2025-10-20 02:15:20] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.27 - - [2025-10-20 02:15:20] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006583 10.0.0.27 - - [2025-10-20 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001005 10.0.0.27 - - [2025-10-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.005518 10.0.0.27 - - [2025-10-20 02:15:20] "POST /security-groups HTTP/1.1" 200 592 0.029265 10.0.0.27 - - [2025-10-20 02:15:20] "POST /projects HTTP/1.1" 200 587 0.243506 10.0.0.22 - - [2025-10-20 02:15:20] "POST /access-control-lists HTTP/1.1" 200 597 0.028952 10.0.0.27 - - [2025-10-20 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.319059 10.0.0.22 - - [2025-10-20 02:15:20] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.477062 10.0.0.22 - - [2025-10-20 02:15:21] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.22 - - [2025-10-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.22 - - [2025-10-20 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.049643 10.0.0.27 - - [2025-10-20 02:15:22] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.22 - - [2025-10-20 02:15:22] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.061923 10.0.0.27 - - [2025-10-20 02:15:22] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.22 - - [2025-10-20 02:15:22] "POST /neutron/network HTTP/1.1" 200 670 0.188834 10.0.0.22 - - [2025-10-20 02:15:22] "POST /route-targets HTTP/1.1" 200 327 0.015355 10.0.0.22 - - [2025-10-20 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.003661 10.0.0.22 - - [2025-10-20 02:15:23] "GET /virtual-network/36b61f5f-c8c5-427c-a771-37f7976262c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005793 10.0.0.22 - - [2025-10-20 02:15:23] "POST /neutron/network HTTP/1.1" 200 891 0.006085 10.0.0.22 - - [2025-10-20 02:15:23] "GET /virtual-network/36b61f5f-c8c5-427c-a771-37f7976262c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005262 10.0.0.22 - - [2025-10-20 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-10-20 02:15:23] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.22 - - [2025-10-20 02:15:23] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054670 10.0.0.22 - - [2025-10-20 02:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.011761 10.0.0.22 - - [2025-10-20 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.037246 10.0.0.22 - - [2025-10-20 02:15:23] "POST /neutron/network HTTP/1.1" 200 889 0.012572 10.0.0.22 - - [2025-10-20 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.000947 10.0.0.22 - - [2025-10-20 02:15:23] "GET /virtual-network/6d2bb755-0e83-476e-ad4a-479a54789946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.004896 10.0.0.22 - - [2025-10-20 02:15:23] "GET /virtual-network/6d2bb755-0e83-476e-ad4a-479a54789946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005927 10.0.0.22 - - [2025-10-20 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.010800 10.0.0.22 - - [2025-10-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.27 - - [2025-10-20 02:15:24] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000794 10.0.0.22 - - [2025-10-20 02:15:24] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047792 10.0.0.27 - - [2025-10-20 02:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009104 10.0.0.22 - - [2025-10-20 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.291436 10.0.0.22 - - [2025-10-20 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 254 0.001173 10.0.0.22 - - [2025-10-20 02:15:24] "GET /virtual-network/f8154da1-8f8c-4836-9751-bdd7249fd0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004701 10.0.0.22 - - [2025-10-20 02:15:24] "GET /virtual-network/f8154da1-8f8c-4836-9751-bdd7249fd0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005802 10.0.0.22 - - [2025-10-20 02:15:24] "POST /neutron/network HTTP/1.1" 200 890 0.006848 10.0.0.22 - - [2025-10-20 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001100 10.0.0.27 - - [2025-10-20 02:15:25] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.22 - - [2025-10-20 02:15:25] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.061334 10.0.0.22 - - [2025-10-20 02:15:25] "POST /neutron/network HTTP/1.1" 200 889 0.008943 10.0.0.22 - - [2025-10-20 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 254 0.001122 10.0.0.22 - - [2025-10-20 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.006409 10.0.0.27 - - [2025-10-20 02:15:26] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.22 - - [2025-10-20 02:15:26] "POST /neutron/port HTTP/1.1" 200 1061 0.364509 10.0.0.27 - - [2025-10-20 02:15:26] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.22 - - [2025-10-20 02:15:26] "POST /neutron/port HTTP/1.1" 200 1115 0.115238 10.0.0.22 - - [2025-10-20 02:15:26] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.110090 10.0.0.22 - - [2025-10-20 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.22 - - [2025-10-20 02:15:26] "POST /neutron/network HTTP/1.1" 200 889 0.007362 10.0.0.22 - - [2025-10-20 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.005927 10.0.0.22 - - [2025-10-20 02:15:27] "POST /neutron/port HTTP/1.1" 200 1060 0.015608 10.0.0.22 - - [2025-10-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003165 10.0.0.22 - - [2025-10-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.27 - - [2025-10-20 02:15:27] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.22 - - [2025-10-20 02:15:27] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007737 10.0.0.22 - - [2025-10-20 02:15:27] "POST /service-templates HTTP/1.1" 200 543 0.067926 10.0.0.22 - - [2025-10-20 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.22 - - [2025-10-20 02:15:27] "POST /neutron/port HTTP/1.1" 200 1088 0.023291 10.0.0.22 - - [2025-10-20 02:15:28] "GET /service-template/3542ef3f-771b-4479-8301-5e5fc1964a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006843 10.0.0.22 - - [2025-10-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.22 - - [2025-10-20 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.22 - - [2025-10-20 02:15:28] "GET /service-template/3542ef3f-771b-4479-8301-5e5fc1964a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004401 10.0.0.22 - - [2025-10-20 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 253 0.001151 10.0.0.22 - - [2025-10-20 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 253 0.001853 10.0.0.22 - - [2025-10-20 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 254 0.002308 10.0.0.22 - - [2025-10-20 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009319 10.0.0.22 - - [2025-10-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342 10.0.0.22 - - [2025-10-20 02:15:28] "DELETE /service-template/3542ef3f-771b-4479-8301-5e5fc1964a30 HTTP/1.1" 200 115 0.043655 10.0.0.22 - - [2025-10-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.005490 10.0.0.22 - - [2025-10-20 02:15:30] "POST /neutron/port HTTP/1.1" 200 1088 0.017063 10.0.0.22 - - [2025-10-20 02:15:31] "POST /neutron/port HTTP/1.1" 200 1089 0.013378 10.0.0.22 - - [2025-10-20 02:15:32] "POST /neutron/network HTTP/1.1" 200 889 0.009827 10.0.0.22 - - [2025-10-20 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.27 - - [2025-10-20 02:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003881 10.0.0.27 - - [2025-10-20 02:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.22 - - [2025-10-20 02:15:32] "POST /neutron/network HTTP/1.1" 200 151 0.160144 10.0.0.22 - - [2025-10-20 02:15:32] "DELETE /route-target/e8cf78c0-d445-4d60-ba2b-8b23c4973b98 HTTP/1.1" 200 115 0.032883 10.0.0.27 - - [2025-10-20 02:15:33] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.22 - - [2025-10-20 02:15:33] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.072583 10.0.0.27 - - [2025-10-20 02:15:33] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.22 - - [2025-10-20 02:15:33] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?fields=virtual_networks HTTP/1.1" 200 1043 0.059856 10.0.0.27 - - [2025-10-20 02:15:33] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.22 - - [2025-10-20 02:15:33] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.045509 10.0.0.27 - - [2025-10-20 02:15:33] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.22 - - [2025-10-20 02:15:33] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?fields=security_groups HTTP/1.1" 200 1270 0.053437 10.0.0.22 - - [2025-10-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.023470 10.0.0.27 - - [2025-10-20 02:15:34] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002962 10.0.0.27 - - [2025-10-20 02:15:34] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.27 - - [2025-10-20 02:15:34] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006749 10.0.0.27 - - [2025-10-20 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 195 0.003395 10.0.0.27 - - [2025-10-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.006675 10.0.0.27 - - [2025-10-20 02:15:34] "POST /security-groups HTTP/1.1" 200 596 0.073352 10.0.0.22 - - [2025-10-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.003749 10.0.0.27 - - [2025-10-20 02:15:34] "POST /projects HTTP/1.1" 200 595 0.300559 10.0.0.27 - - [2025-10-20 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.367841 10.0.0.22 - - [2025-10-20 02:15:34] "POST /access-control-lists HTTP/1.1" 200 599 0.027937 10.0.0.22 - - [2025-10-20 02:15:34] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.505737 10.0.0.22 - - [2025-10-20 02:15:35] "GET / HTTP/1.1" 200 35931 0.001357 10.0.0.22 - - [2025-10-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-20 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.051963 10.0.0.27 - - [2025-10-20 02:15:36] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001116 10.0.0.22 - - [2025-10-20 02:15:36] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044653 10.0.0.22 - - [2025-10-20 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.030458 10.0.0.27 - - [2025-10-20 02:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.22 - - [2025-10-20 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.157894 10.0.0.22 - - [2025-10-20 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.001203 10.0.0.22 - - [2025-10-20 02:15:37] "GET /virtual-network/4a566954-14ec-4bf6-9c0d-1bb90133afec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005499 10.0.0.22 - - [2025-10-20 02:15:37] "GET /virtual-network/4a566954-14ec-4bf6-9c0d-1bb90133afec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.006826 10.0.0.22 - - [2025-10-20 02:15:37] "POST /neutron/network HTTP/1.1" 200 1077 0.009013 10.0.0.22 - - [2025-10-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000824 10.0.0.27 - - [2025-10-20 02:15:37] "DELETE /project/930a3857dbd14e21bee316d3f3e69a6b HTTP/1.1" 404 173 0.015635 10.0.0.22 - - [2025-10-20 02:15:37] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069392 10.0.0.27 - - [2025-10-20 02:15:37] "DELETE /project/27745e4aa52e4e3c897e23bff05517a0 HTTP/1.1" 404 173 0.015845 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.22 - - [2025-10-20 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.046450 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.072649 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.077706 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001567 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000793 10.0.0.22 - - [2025-10-20 02:15:37] "POST /neutron/network HTTP/1.1" 200 117 0.034467 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?fields=security_groups HTTP/1.1" 200 1398 0.075201 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?fields=security_groups HTTP/1.1" 200 1375 0.089724 10.0.0.27 - - [2025-10-20 02:15:37] "DELETE /security-group/ca965ad2-4a15-4c50-ab6e-92ffd0d5e860 HTTP/1.1" 200 115 0.066160 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=cc8a17f3-83a8-49b4-b439-b3f7dbb2108e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.27 - - [2025-10-20 02:15:37] "DELETE /security-group/a4aafbb7-ec6e-41f9-b3e2-296798c11965 HTTP/1.1" 200 115 0.087833 10.0.0.27 - - [2025-10-20 02:15:37] "GET /projects?obj_uuids=27745e4a-a52e-4e3c-897e-23bff05517a0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001947 10.0.0.22 - - [2025-10-20 02:15:37] "DELETE /access-control-list/07ff0e15-5b6e-4e70-9afc-042fba061e3c HTTP/1.1" 200 115 0.071055 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e?fields=application_policy_sets HTTP/1.1" 200 1437 0.083380 10.0.0.27 - - [2025-10-20 02:15:37] "GET /project/27745e4a-a52e-4e3c-897e-23bff05517a0?fields=application_policy_sets HTTP/1.1" 200 1414 0.108144 10.0.0.22 - - [2025-10-20 02:15:38] "DELETE /access-control-list/4ef3d9f4-6770-4848-94cf-e2ab638f162a HTTP/1.1" 200 115 0.046198 10.0.0.27 - - [2025-10-20 02:15:38] "DELETE /project/cc8a17f3-83a8-49b4-b439-b3f7dbb2108e HTTP/1.1" 200 115 0.580931 10.0.0.27 - - [2025-10-20 02:15:38] "DELETE /project/27745e4a-a52e-4e3c-897e-23bff05517a0 HTTP/1.1" 200 115 0.638078 10.0.0.27 - - [2025-10-20 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006615 10.0.0.22 - - [2025-10-20 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.190942 10.0.0.22 - - [2025-10-20 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.001118 10.0.0.22 - - [2025-10-20 02:15:38] "GET /virtual-network/fabf9b0a-7a72-4cb7-bd8c-b2a7ce4ba263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005141 10.0.0.22 - - [2025-10-20 02:15:38] "GET /virtual-network/fabf9b0a-7a72-4cb7-bd8c-b2a7ce4ba263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005756 10.0.0.22 - - [2025-10-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 1074 0.012907 10.0.0.22 - - [2025-10-20 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2025-10-20 02:15:38] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000776 10.0.0.22 - - [2025-10-20 02:15:38] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052971 10.0.0.22 - - [2025-10-20 02:15:38] "POST /neutron/network HTTP/1.1" 200 117 0.012154 10.0.0.22 - - [2025-10-20 02:15:38] "POST /route-targets HTTP/1.1" 200 327 0.013727 10.0.0.22 - - [2025-10-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.009829 10.0.0.27 - - [2025-10-20 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009889 10.0.0.22 - - [2025-10-20 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.231296 10.0.0.22 - - [2025-10-20 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 262 0.001443 10.0.0.22 - - [2025-10-20 02:15:39] "GET /virtual-network/4dbb6cae-958f-47c6-9992-1585af0b8ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005326 10.0.0.22 - - [2025-10-20 02:15:39] "GET /virtual-network/4dbb6cae-958f-47c6-9992-1585af0b8ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005378 10.0.0.22 - - [2025-10-20 02:15:39] "POST /neutron/network HTTP/1.1" 200 1078 0.012775 10.0.0.22 - - [2025-10-20 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001153 10.0.0.22 - - [2025-10-20 02:15:39] "POST /neutron/network HTTP/1.1" 200 1084 0.009706 10.0.0.27 - - [2025-10-20 02:15:40] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001178 10.0.0.22 - - [2025-10-20 02:15:40] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064881 10.0.0.22 - - [2025-10-20 02:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.006165 10.0.0.22 - - [2025-10-20 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001102 10.0.0.22 - - [2025-10-20 02:15:40] "POST /neutron/network HTTP/1.1" 200 1084 0.010283 10.0.0.22 - - [2025-10-20 02:15:41] "POST /neutron/port HTTP/1.1" 200 1171 0.019495 10.0.0.27 - - [2025-10-20 02:15:41] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001201 10.0.0.22 - - [2025-10-20 02:15:41] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.089047 10.0.0.22 - - [2025-10-20 02:15:41] "POST /neutron/port HTTP/1.1" 200 1199 0.039968 10.0.0.22 - - [2025-10-20 02:15:41] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021066 10.0.0.22 - - [2025-10-20 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2063 0.012023 10.0.0.22 - - [2025-10-20 02:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.009827 10.0.0.22 - - [2025-10-20 02:15:42] "POST /neutron/port HTTP/1.1" 200 1173 0.024461 10.0.0.22 - - [2025-10-20 02:15:43] "POST /neutron/port HTTP/1.1" 200 1201 0.021278 10.0.0.22 - - [2025-10-20 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013527 10.0.0.22 - - [2025-10-20 02:15:43] "POST /neutron/network HTTP/1.1" 200 1078 0.012653 10.0.0.22 - - [2025-10-20 02:15:44] "POST /neutron/port HTTP/1.1" 200 1199 0.017794 10.0.0.22 - - [2025-10-20 02:15:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015957 10.0.0.22 - - [2025-10-20 02:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.008585 10.0.0.22 - - [2025-10-20 02:15:45] "DELETE /route-target/e22d6f8e-b23f-47d7-b826-33a483f3b58e HTTP/1.1" 200 115 0.048738 10.0.0.22 - - [2025-10-20 02:15:45] "POST /neutron/network HTTP/1.1" 200 1078 0.010365 10.0.0.27 - - [2025-10-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.27 - - [2025-10-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.27 - - [2025-10-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002673 10.0.0.22 - - [2025-10-20 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-10-20 02:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002213 10.0.0.22 - - [2025-10-20 02:15:46] "POST /neutron/network HTTP/1.1" 200 151 0.138024 10.0.0.27 - - [2025-10-20 02:15:46] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000793 10.0.0.22 - - [2025-10-20 02:15:46] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081051 10.0.0.27 - - [2025-10-20 02:15:46] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001629 10.0.0.22 - - [2025-10-20 02:15:46] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?fields=virtual_networks HTTP/1.1" 200 1053 0.065000 10.0.0.27 - - [2025-10-20 02:15:46] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000886 10.0.0.22 - - [2025-10-20 02:15:46] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.044824 10.0.0.27 - - [2025-10-20 02:15:46] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916 10.0.0.22 - - [2025-10-20 02:15:46] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?fields=security_groups HTTP/1.1" 200 1284 0.038453 10.0.0.22 - - [2025-10-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.024943 10.0.0.27 - - [2025-10-20 02:15:47] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.27 - - [2025-10-20 02:15:47] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.27 - - [2025-10-20 02:15:47] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009272 10.0.0.27 - - [2025-10-20 02:15:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001173 10.0.0.27 - - [2025-10-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007111 10.0.0.27 - - [2025-10-20 02:15:47] "POST /security-groups HTTP/1.1" 200 599 0.042491 10.0.0.27 - - [2025-10-20 02:15:47] "POST /projects HTTP/1.1" 200 601 0.261329 10.0.0.22 - - [2025-10-20 02:15:47] "POST /access-control-lists HTTP/1.1" 200 604 0.038396 10.0.0.27 - - [2025-10-20 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.338328 10.0.0.22 - - [2025-10-20 02:15:47] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.487657 10.0.0.22 - - [2025-10-20 02:15:48] "GET / HTTP/1.1" 200 35931 0.001301 10.0.0.22 - - [2025-10-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-10-20 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.049160 10.0.0.27 - - [2025-10-20 02:15:49] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000824 10.0.0.22 - - [2025-10-20 02:15:49] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038543 10.0.0.22 - - [2025-10-20 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.029812 10.0.0.27 - - [2025-10-20 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007514 10.0.0.22 - - [2025-10-20 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.251310 10.0.0.22 - - [2025-10-20 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.001169 10.0.0.22 - - [2025-10-20 02:15:50] "GET /virtual-network/a0e0bbc4-bdcf-40a6-a1c6-1603adc4c2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005058 10.0.0.22 - - [2025-10-20 02:15:50] "GET /virtual-network/a0e0bbc4-bdcf-40a6-a1c6-1603adc4c2de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.008144 10.0.0.22 - - [2025-10-20 02:15:50] "POST /neutron/network HTTP/1.1" 200 910 0.005827 10.0.0.22 - - [2025-10-20 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006604 10.0.0.27 - - [2025-10-20 02:15:50] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.22 - - [2025-10-20 02:15:50] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048654 10.0.0.27 - - [2025-10-20 02:15:50] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.22 - - [2025-10-20 02:15:50] "POST /neutron/network HTTP/1.1" 200 691 0.173851 10.0.0.22 - - [2025-10-20 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.043085 10.0.0.22 - - [2025-10-20 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.003196 10.0.0.22 - - [2025-10-20 02:15:50] "GET /virtual-network/1e8542b7-7475-4486-8574-1f1f0cd261b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005426 10.0.0.22 - - [2025-10-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 910 0.006426 10.0.0.22 - - [2025-10-20 02:15:51] "GET /virtual-network/1e8542b7-7475-4486-8574-1f1f0cd261b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005600 10.0.0.22 - - [2025-10-20 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2025-10-20 02:15:51] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000805 10.0.0.22 - - [2025-10-20 02:15:51] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039332 10.0.0.22 - - [2025-10-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 117 0.011785 10.0.0.22 - - [2025-10-20 02:15:51] "POST /neutron/network HTTP/1.1" 200 911 0.008337 10.0.0.22 - - [2025-10-20 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 268 0.000863 10.0.0.22 - - [2025-10-20 02:15:51] "GET /virtual-network/664794ce-343b-4814-ab92-a237f3047419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.004425 10.0.0.22 - - [2025-10-20 02:15:51] "GET /virtual-network/664794ce-343b-4814-ab92-a237f3047419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005418 10.0.0.22 - - [2025-10-20 02:15:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.008248 10.0.0.22 - - [2025-10-20 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 267 0.000889 10.0.0.27 - - [2025-10-20 02:15:52] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.22 - - [2025-10-20 02:15:52] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.077851 10.0.0.22 - - [2025-10-20 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.006080 10.0.0.22 - - [2025-10-20 02:15:52] "POST /id-to-fqname HTTP/1.1" 200 268 0.001262 10.0.0.22 - - [2025-10-20 02:15:53] "POST /neutron/network HTTP/1.1" 200 921 0.008164 10.0.0.22 - - [2025-10-20 02:15:53] "POST /neutron/port HTTP/1.1" 200 1068 0.014802 10.0.0.27 - - [2025-10-20 02:15:53] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.22 - - [2025-10-20 02:15:53] "POST /neutron/port HTTP/1.1" 200 1096 0.022397 10.0.0.22 - - [2025-10-20 02:15:53] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.088429 10.0.0.22 - - [2025-10-20 02:15:54] "POST /neutron/network HTTP/1.1" 200 911 0.006458 10.0.0.22 - - [2025-10-20 02:15:54] "POST /neutron/port HTTP/1.1" 200 1096 0.019459 10.0.0.22 - - [2025-10-20 02:15:54] "POST /neutron/network HTTP/1.1" 200 921 0.008298 10.0.0.22 - - [2025-10-20 02:15:55] "POST /neutron/port HTTP/1.1" 200 1067 0.017011 10.0.0.22 - - [2025-10-20 02:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.22 - - [2025-10-20 02:15:55] "POST /neutron/network HTTP/1.1" 200 911 0.006563 10.0.0.22 - - [2025-10-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1096 0.018067 10.0.0.22 - - [2025-10-20 02:15:56] "POST /neutron/port HTTP/1.1" 200 1095 0.016352 10.0.0.22 - - [2025-10-20 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.007764 10.0.0.22 - - [2025-10-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-10-20 02:15:57] "POST /neutron/network HTTP/1.1" 200 911 0.006040 10.0.0.22 - - [2025-10-20 02:15:58] "DELETE /route-target/8a49e6cd-5f15-4c78-98ac-21dacab6aa44 HTTP/1.1" 200 115 0.027139 10.0.0.27 - - [2025-10-20 02:15:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005164 10.0.0.27 - - [2025-10-20 02:15:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.22 - - [2025-10-20 02:15:58] "POST /neutron/network HTTP/1.1" 200 151 0.167974 10.0.0.27 - - [2025-10-20 02:15:58] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.22 - - [2025-10-20 02:15:58] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.089463 10.0.0.27 - - [2025-10-20 02:15:58] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001856 10.0.0.22 - - [2025-10-20 02:15:58] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?fields=virtual_networks HTTP/1.1" 200 1058 0.046061 10.0.0.27 - - [2025-10-20 02:15:58] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.22 - - [2025-10-20 02:15:58] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.050139 10.0.0.27 - - [2025-10-20 02:15:58] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.22 - - [2025-10-20 02:15:58] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?fields=security_groups HTTP/1.1" 200 1292 0.056027 10.0.0.22 - - [2025-10-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.034954 10.0.0.27 - - [2025-10-20 02:15:59] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.27 - - [2025-10-20 02:15:59] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.27 - - [2025-10-20 02:15:59] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006683 10.0.0.27 - - [2025-10-20 02:15:59] "POST /id-to-fqname HTTP/1.1" 200 195 0.002323 10.0.0.27 - - [2025-10-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.003551 10.0.0.27 - - [2025-10-20 02:15:59] "POST /security-groups HTTP/1.1" 200 596 0.075377 10.0.0.22 - - [2025-10-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.004521 10.0.0.27 - - [2025-10-20 02:15:59] "POST /projects HTTP/1.1" 200 595 0.293041 10.0.0.27 - - [2025-10-20 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.367452 10.0.0.22 - - [2025-10-20 02:15:59] "POST /access-control-lists HTTP/1.1" 200 599 0.042458 10.0.0.22 - - [2025-10-20 02:15:59] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.509723 10.0.0.22 - - [2025-10-20 02:16:00] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.22 - - [2025-10-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-10-20 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054690 10.0.0.27 - - [2025-10-20 02:16:01] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000834 10.0.0.22 - - [2025-10-20 02:16:01] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053554 10.0.0.27 - - [2025-10-20 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.012678 10.0.0.22 - - [2025-10-20 02:16:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.245405 10.0.0.22 - - [2025-10-20 02:16:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001259 10.0.0.22 - - [2025-10-20 02:16:02] "GET /virtual-network/9e2f7b8b-0d55-4aee-a7cc-3e56800b0ab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005223 10.0.0.22 - - [2025-10-20 02:16:02] "GET /virtual-network/9e2f7b8b-0d55-4aee-a7cc-3e56800b0ab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005969 10.0.0.22 - - [2025-10-20 02:16:02] "POST /neutron/network HTTP/1.1" 200 900 0.007779 10.0.0.22 - - [2025-10-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-10-20 02:16:02] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000974 10.0.0.22 - - [2025-10-20 02:16:02] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052620 10.0.0.27 - - [2025-10-20 02:16:02] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000895 10.0.0.22 - - [2025-10-20 02:16:02] "POST /neutron/network HTTP/1.1" 200 682 0.153714 10.0.0.22 - - [2025-10-20 02:16:02] "POST /route-targets HTTP/1.1" 200 327 0.015911 10.0.0.22 - - [2025-10-20 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.003418 10.0.0.22 - - [2025-10-20 02:16:03] "GET /virtual-network/72175d92-74bf-47ad-a0ce-044150a9dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005169 10.0.0.22 - - [2025-10-20 02:16:03] "POST /neutron/network HTTP/1.1" 200 902 0.006126 10.0.0.22 - - [2025-10-20 02:16:03] "GET /virtual-network/72175d92-74bf-47ad-a0ce-044150a9dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004832 10.0.0.22 - - [2025-10-20 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-10-20 02:16:03] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000936 10.0.0.22 - - [2025-10-20 02:16:03] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045048 10.0.0.22 - - [2025-10-20 02:16:03] "POST /neutron/network HTTP/1.1" 200 117 0.012280 10.0.0.22 - - [2025-10-20 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.031628 10.0.0.22 - - [2025-10-20 02:16:03] "POST /neutron/network HTTP/1.1" 200 904 0.010381 10.0.0.22 - - [2025-10-20 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.001050 10.0.0.22 - - [2025-10-20 02:16:03] "GET /virtual-network/e487f07a-8979-48ac-b1ea-636223db4ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.004698 10.0.0.22 - - [2025-10-20 02:16:03] "GET /virtual-network/e487f07a-8979-48ac-b1ea-636223db4ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005410 10.0.0.22 - - [2025-10-20 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.008272 10.0.0.22 - - [2025-10-20 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001025 10.0.0.27 - - [2025-10-20 02:16:04] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001016 10.0.0.22 - - [2025-10-20 02:16:04] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064328 10.0.0.22 - - [2025-10-20 02:16:04] "POST /neutron/port HTTP/1.1" 200 117 0.005921 10.0.0.22 - - [2025-10-20 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 262 0.001147 10.0.0.22 - - [2025-10-20 02:16:05] "POST /neutron/network HTTP/1.1" 200 914 0.009497 10.0.0.22 - - [2025-10-20 02:16:05] "POST /neutron/port HTTP/1.1" 200 1066 0.019075 10.0.0.27 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001069 10.0.0.22 - - [2025-10-20 02:16:05] "POST /neutron/port HTTP/1.1" 200 1094 0.023250 10.0.0.22 - - [2025-10-20 02:16:05] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080550 10.0.0.22 - - [2025-10-20 02:16:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.009969 10.0.0.22 - - [2025-10-20 02:16:06] "POST /neutron/port HTTP/1.1" 200 1094 0.016488 10.0.0.22 - - [2025-10-20 02:16:06] "POST /neutron/network HTTP/1.1" 200 914 0.006173 10.0.0.22 - - [2025-10-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002648 10.0.0.22 - - [2025-10-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-10-20 02:16:06] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.22 - - [2025-10-20 02:16:06] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007804 10.0.0.22 - - [2025-10-20 02:16:06] "POST /neutron/port HTTP/1.1" 200 1066 0.016965 10.0.0.22 - - [2025-10-20 02:16:06] "POST /service-templates HTTP/1.1" 200 543 0.030779 10.0.0.22 - - [2025-10-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.22 - - [2025-10-20 02:16:07] "GET /service-template/e642091c-1ad2-4041-a8e6-227583d99401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.010403 10.0.0.22 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.012548 10.0.0.22 - - [2025-10-20 02:16:07] "GET /service-template/e642091c-1ad2-4041-a8e6-227583d99401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007342 10.0.0.22 - - [2025-10-20 02:16:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.22 - - [2025-10-20 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.002604 10.0.0.22 - - [2025-10-20 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.001874 10.0.0.22 - - [2025-10-20 02:16:07] "POST /neutron/network HTTP/1.1" 200 904 0.009517 10.0.0.22 - - [2025-10-20 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 262 0.001859 10.0.0.22 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627 10.0.0.22 - - [2025-10-20 02:16:07] "DELETE /service-template/e642091c-1ad2-4041-a8e6-227583d99401 HTTP/1.1" 200 115 0.031061 10.0.0.22 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003601 10.0.0.22 - - [2025-10-20 02:16:09] "POST /neutron/network HTTP/1.1" 200 902 0.012944 10.0.0.22 - - [2025-10-20 02:16:10] "POST /neutron/port HTTP/1.1" 200 1120 0.015198 10.0.0.22 - - [2025-10-20 02:16:10] "POST /neutron/port HTTP/1.1" 200 1120 0.010074 10.0.0.27 - - [2025-10-20 02:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.27 - - [2025-10-20 02:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003972 10.0.0.22 - - [2025-10-20 02:16:11] "POST /neutron/network HTTP/1.1" 200 151 0.125998 10.0.0.22 - - [2025-10-20 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.22 - - [2025-10-20 02:16:12] "POST /neutron/network HTTP/1.1" 200 900 0.006349 10.0.0.22 - - [2025-10-20 02:16:12] "DELETE /route-target/68a57282-23c6-4d36-9e00-035fe2c432f7 HTTP/1.1" 200 115 0.024020 10.0.0.27 - - [2025-10-20 02:16:12] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000847 10.0.0.22 - - [2025-10-20 02:16:12] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041875 10.0.0.27 - - [2025-10-20 02:16:12] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000791 10.0.0.22 - - [2025-10-20 02:16:12] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?fields=virtual_networks HTTP/1.1" 200 1053 0.052559 10.0.0.27 - - [2025-10-20 02:16:12] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000865 10.0.0.22 - - [2025-10-20 02:16:12] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.043468 10.0.0.27 - - [2025-10-20 02:16:12] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001984 10.0.0.22 - - [2025-10-20 02:16:12] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?fields=security_groups HTTP/1.1" 200 1284 0.038155 10.0.0.22 - - [2025-10-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.022400 10.0.0.27 - - [2025-10-20 02:16:13] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.27 - - [2025-10-20 02:16:13] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.27 - - [2025-10-20 02:16:13] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006495 10.0.0.27 - - [2025-10-20 02:16:13] "POST /id-to-fqname HTTP/1.1" 200 199 0.014621 10.0.0.27 - - [2025-10-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.010231 10.0.0.27 - - [2025-10-20 02:16:13] "POST /security-groups HTTP/1.1" 200 600 0.034489 10.0.0.27 - - [2025-10-20 02:16:13] "POST /projects HTTP/1.1" 200 603 0.284886 10.0.0.22 - - [2025-10-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.007014 10.0.0.27 - - [2025-10-20 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.355296 10.0.0.22 - - [2025-10-20 02:16:13] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.480502 10.0.0.22 - - [2025-10-20 02:16:14] "GET / HTTP/1.1" 200 35931 0.001326 10.0.0.22 - - [2025-10-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-10-20 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.050076 10.0.0.27 - - [2025-10-20 02:16:15] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000779 10.0.0.22 - - [2025-10-20 02:16:15] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.043127 10.0.0.27 - - [2025-10-20 02:16:15] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000931 10.0.0.22 - - [2025-10-20 02:16:15] "POST /neutron/network HTTP/1.1" 200 694 0.154180 10.0.0.22 - - [2025-10-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.008414 10.0.0.22 - - [2025-10-20 02:16:16] "POST /neutron/network HTTP/1.1" 200 1086 0.016118 10.0.0.22 - - [2025-10-20 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001105 10.0.0.22 - - [2025-10-20 02:16:16] "GET /virtual-network/d7d434df-c616-4275-b516-469a9ba0542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.004830 10.0.0.22 - - [2025-10-20 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.019288 10.0.0.22 - - [2025-10-20 02:16:16] "GET /virtual-network/d7d434df-c616-4275-b516-469a9ba0542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.013041 10.0.0.22 - - [2025-10-20 02:16:16] "POST /neutron/subnet HTTP/1.1" 200 823 0.009123 10.0.0.22 - - [2025-10-20 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-10-20 02:16:16] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000781 10.0.0.22 - - [2025-10-20 02:16:16] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038414 10.0.0.27 - - [2025-10-20 02:16:16] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001180 10.0.0.22 - - [2025-10-20 02:16:16] "POST /neutron/network HTTP/1.1" 200 694 0.137325 10.0.0.22 - - [2025-10-20 02:16:17] "POST /neutron/network HTTP/1.1" 200 1087 0.012782 10.0.0.22 - - [2025-10-20 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 269 0.001280 10.0.0.22 - - [2025-10-20 02:16:17] "GET /virtual-network/6b0ca488-3c1a-464a-84b3-1a3f7d3a772a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005222 10.0.0.22 - - [2025-10-20 02:16:17] "GET /virtual-network/6b0ca488-3c1a-464a-84b3-1a3f7d3a772a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006744 10.0.0.22 - - [2025-10-20 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.011752 10.0.0.22 - - [2025-10-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-10-20 02:16:17] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000902 10.0.0.22 - - [2025-10-20 02:16:17] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.048871 10.0.0.27 - - [2025-10-20 02:16:17] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000960 10.0.0.22 - - [2025-10-20 02:16:17] "POST /neutron/network HTTP/1.1" 200 696 0.146437 10.0.0.22 - - [2025-10-20 02:16:17] "POST /route-targets HTTP/1.1" 200 327 0.020924 10.0.0.22 - - [2025-10-20 02:16:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.007509 10.0.0.22 - - [2025-10-20 02:16:18] "POST /neutron/network HTTP/1.1" 200 1087 0.010948 10.0.0.22 - - [2025-10-20 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 270 0.000908 10.0.0.22 - - [2025-10-20 02:16:18] "GET /virtual-network/4d56488b-a4e7-4b32-bbdf-90a3765e5c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.004214 10.0.0.22 - - [2025-10-20 02:16:18] "GET /virtual-network/4d56488b-a4e7-4b32-bbdf-90a3765e5c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005136 10.0.0.22 - - [2025-10-20 02:16:18] "POST /neutron/subnet HTTP/1.1" 200 818 0.008316 10.0.0.22 - - [2025-10-20 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001166 10.0.0.27 - - [2025-10-20 02:16:19] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001097 10.0.0.22 - - [2025-10-20 02:16:19] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.069933 10.0.0.22 - - [2025-10-20 02:16:19] "POST /neutron/network HTTP/1.1" 200 1087 0.009533 10.0.0.22 - - [2025-10-20 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 270 0.001229 10.0.0.22 - - [2025-10-20 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.008032 10.0.0.27 - - [2025-10-20 02:16:19] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001088 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/port HTTP/1.1" 200 1176 0.399882 10.0.0.27 - - [2025-10-20 02:16:20] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000906 10.0.0.22 - - [2025-10-20 02:16:20] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.072192 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/port HTTP/1.1" 200 1230 0.134179 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003546 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/port HTTP/1.1" 200 1204 0.016847 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.000942 10.0.0.22 - - [2025-10-20 02:16:20] "POST /neutron/network HTTP/1.1" 200 1097 0.011968 10.0.0.22 - - [2025-10-20 02:16:21] "POST /neutron/port HTTP/1.1" 200 1174 0.019521 10.0.0.22 - - [2025-10-20 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003335 10.0.0.22 - - [2025-10-20 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.22 - - [2025-10-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003155 10.0.0.22 - - [2025-10-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-10-20 02:16:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.22 - - [2025-10-20 02:16:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011369 10.0.0.22 - - [2025-10-20 02:16:21] "POST /service-templates HTTP/1.1" 200 543 0.041578 10.0.0.22 - - [2025-10-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007530 10.0.0.22 - - [2025-10-20 02:16:22] "GET /service-template/b8c02e1e-0466-45c0-85b7-45a8d7ae990c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007042 10.0.0.22 - - [2025-10-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011380 10.0.0.22 - - [2025-10-20 02:16:22] "GET /service-template/b8c02e1e-0466-45c0-85b7-45a8d7ae990c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004164 10.0.0.22 - - [2025-10-20 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 269 0.001127 10.0.0.22 - - [2025-10-20 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 269 0.001162 10.0.0.22 - - [2025-10-20 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 270 0.001701 10.0.0.22 - - [2025-10-20 02:16:22] "POST /neutron/port HTTP/1.1" 200 2288 0.024218 10.0.0.22 - - [2025-10-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2025-10-20 02:16:22] "DELETE /service-template/b8c02e1e-0466-45c0-85b7-45a8d7ae990c HTTP/1.1" 200 115 0.037851 10.0.0.22 - - [2025-10-20 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.005265 10.0.0.22 - - [2025-10-20 02:16:24] "POST /neutron/network HTTP/1.1" 400 204 0.019164 10.0.0.22 - - [2025-10-20 02:16:24] "POST /neutron/port HTTP/1.1" 200 151 0.291821 10.0.0.22 - - [2025-10-20 02:16:24] "POST /neutron/port HTTP/1.1" 200 151 0.340142 10.0.0.22 - - [2025-10-20 02:16:26] "DELETE /route-target/e141c7bc-6506-42d2-8901-54e2aaa9177b HTTP/1.1" 200 115 0.024348 10.0.0.22 - - [2025-10-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 1087 0.009534 10.0.0.27 - - [2025-10-20 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.22 - - [2025-10-20 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.27 - - [2025-10-20 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004827 10.0.0.27 - - [2025-10-20 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001815 10.0.0.27 - - [2025-10-20 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.22 - - [2025-10-20 02:16:26] "POST /neutron/network HTTP/1.1" 200 151 0.152495 10.0.0.27 - - [2025-10-20 02:16:26] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000767 10.0.0.22 - - [2025-10-20 02:16:26] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.097463 10.0.0.27 - - [2025-10-20 02:16:26] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000822 10.0.0.22 - - [2025-10-20 02:16:26] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?fields=virtual_networks HTTP/1.1" 200 1060 0.040889 10.0.0.27 - - [2025-10-20 02:16:26] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001187 10.0.0.22 - - [2025-10-20 02:16:26] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.049722 10.0.0.27 - - [2025-10-20 02:16:26] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001006 10.0.0.22 - - [2025-10-20 02:16:26] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?fields=security_groups HTTP/1.1" 200 1295 0.038553 10.0.0.22 - - [2025-10-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.031090 10.0.0.27 - - [2025-10-20 02:16:27] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003961 10.0.0.27 - - [2025-10-20 02:16:27] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.27 - - [2025-10-20 02:16:27] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006239 10.0.0.27 - - [2025-10-20 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 202 0.001220 10.0.0.27 - - [2025-10-20 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.005984 10.0.0.27 - - [2025-10-20 02:16:28] "POST /security-groups HTTP/1.1" 200 603 0.040305 10.0.0.27 - - [2025-10-20 02:16:28] "POST /projects HTTP/1.1" 200 609 0.254924 10.0.0.22 - - [2025-10-20 02:16:28] "POST /access-control-lists HTTP/1.1" 200 608 0.029449 10.0.0.27 - - [2025-10-20 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.323625 10.0.0.22 - - [2025-10-20 02:16:28] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.471037 10.0.0.22 - - [2025-10-20 02:16:29] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.22 - - [2025-10-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.22 - - [2025-10-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.051639 10.0.0.27 - - [2025-10-20 02:16:30] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.22 - - [2025-10-20 02:16:30] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051310 10.0.0.22 - - [2025-10-20 02:16:31] "POST /route-targets HTTP/1.1" 200 327 0.017000 10.0.0.27 - - [2025-10-20 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.011958 10.0.0.22 - - [2025-10-20 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.235028 10.0.0.22 - - [2025-10-20 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001163 10.0.0.22 - - [2025-10-20 02:16:31] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005913 10.0.0.22 - - [2025-10-20 02:16:31] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004662 10.0.0.22 - - [2025-10-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 839 0.005566 10.0.0.22 - - [2025-10-20 02:16:31] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004734 10.0.0.22 - - [2025-10-20 02:16:32] "GET /obj-perms HTTP/1.1" 200 5054 0.065198 10.0.0.22 - - [2025-10-20 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2025-10-20 02:16:33] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.22 - - [2025-10-20 02:16:33] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037342 10.0.0.27 - - [2025-10-20 02:16:33] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.22 - - [2025-10-20 02:16:33] "POST /neutron/network HTTP/1.1" 200 619 0.126153 10.0.0.22 - - [2025-10-20 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.039247 10.0.0.22 - - [2025-10-20 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.003349 10.0.0.22 - - [2025-10-20 02:16:33] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005141 10.0.0.22 - - [2025-10-20 02:16:33] "POST /neutron/network HTTP/1.1" 200 837 0.006577 10.0.0.22 - - [2025-10-20 02:16:33] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005525 10.0.0.22 - - [2025-10-20 02:16:33] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006259 10.0.0.254 - - [2025-10-20 02:16:34] "GET /obj-perms HTTP/1.1" 200 5054 0.045707 10.0.0.27 - - [2025-10-20 02:16:34] "GET /obj-perms HTTP/1.1" 200 5054 0.052580 10.0.0.22 - - [2025-10-20 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001517 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/c89fe2f8446d4b999098840302178c55 HTTP/1.1" 404 173 0.013684 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/93c074608c1c4d528f83b98931b888b7 HTTP/1.1" 404 173 0.013030 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/d00d67134afc49e9874cd491673dae4b HTTP/1.1" 404 173 0.016968 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/62879914073946b4b87c105aeb7bf8df HTTP/1.1" 404 173 0.009683 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000834 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000948 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000799 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000746 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.069153 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.071300 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.088579 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000950 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.092725 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001120 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001042 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?fields=security_groups HTTP/1.1" 200 1389 0.083989 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?fields=security_groups HTTP/1.1" 200 1389 0.071719 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?fields=security_groups HTTP/1.1" 200 1397 0.084053 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?fields=security_groups HTTP/1.1" 200 1400 0.130426 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /security-group/5af71ef4-99f8-48ef-bd8b-e1626989c6c4 HTTP/1.1" 200 115 0.105310 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=c89fe2f8-446d-4b99-9098-840302178c55&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001624 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /security-group/92f5b841-5320-4f57-b170-140d3f720b03 HTTP/1.1" 200 115 0.152794 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /security-group/232baa5f-0b7d-4722-9040-db31ba12d981 HTTP/1.1" 200 115 0.157698 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=930a3857-dbd1-4e21-bee3-16d3f3e69a6b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001151 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=62879914-0739-46b4-b87c-105aeb7bf8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/c89fe2f8-446d-4b99-9098-840302178c55?fields=application_policy_sets HTTP/1.1" 200 1428 0.090234 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /security-group/d8866571-3ffc-4f26-88bf-f861b55ee020 HTTP/1.1" 200 115 0.159837 10.0.0.27 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=d00d6713-4afc-49e9-874c-d491673dae4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001051 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b?fields=application_policy_sets HTTP/1.1" 200 1428 0.100916 10.0.0.22 - - [2025-10-20 02:16:38] "DELETE /access-control-list/0d1fed90-b44d-4ff7-9451-b850825b8479 HTTP/1.1" 200 115 0.060930 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/62879914-0739-46b4-b87c-105aeb7bf8df?fields=application_policy_sets HTTP/1.1" 200 1436 0.137302 10.0.0.27 - - [2025-10-20 02:16:38] "GET /project/d00d6713-4afc-49e9-874c-d491673dae4b?fields=application_policy_sets HTTP/1.1" 200 1439 0.130965 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/c89fe2f8-446d-4b99-9098-840302178c55 HTTP/1.1" 200 115 0.797233 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/62879914-0739-46b4-b87c-105aeb7bf8df HTTP/1.1" 200 115 0.817629 10.0.0.27 - - [2025-10-20 02:16:38] "DELETE /project/930a3857-dbd1-4e21-bee3-16d3f3e69a6b HTTP/1.1" 200 115 0.859808 10.0.0.22 - - [2025-10-20 02:16:38] "DELETE /access-control-list/45789f7e-2ffa-48ca-bca1-8bd9415c570f HTTP/1.1" 200 115 0.147296 10.0.0.27 - - [2025-10-20 02:16:39] "DELETE /project/d00d6713-4afc-49e9-874c-d491673dae4b HTTP/1.1" 200 115 0.924163 10.0.0.27 - - [2025-10-20 02:16:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-10-20 02:16:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.254 - - [2025-10-20 02:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-10-20 02:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.254 - - [2025-10-20 02:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-20 02:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.254 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.254 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-10-20 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.22 - - [2025-10-20 02:17:04] "POST /neutron/network HTTP/1.1" 200 847 0.009136 10.0.0.27 - - [2025-10-20 02:17:04] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.22 - - [2025-10-20 02:17:04] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.077248 10.0.0.22 - - [2025-10-20 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.006833 10.0.0.22 - - [2025-10-20 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001096 10.0.0.22 - - [2025-10-20 02:17:05] "POST /neutron/network HTTP/1.1" 200 847 0.006130 10.0.0.22 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1071 0.017085 10.0.0.27 - - [2025-10-20 02:17:06] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.22 - - [2025-10-20 02:17:06] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.153352 10.0.0.22 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1099 0.029593 10.0.0.22 - - [2025-10-20 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-10-20 02:17:06] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.22 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1099 0.023223 10.0.0.22 - - [2025-10-20 02:17:06] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.094307 10.0.0.22 - - [2025-10-20 02:17:06] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006973 10.0.0.22 - - [2025-10-20 02:17:06] "GET /floating-ip-pools?parent_id=23efe712-fb63-4a85-afcb-f59458215857&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003252 10.0.0.22 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.22 - - [2025-10-20 02:17:06] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006081 10.0.0.22 - - [2025-10-20 02:17:06] "POST /floating-ip-pools HTTP/1.1" 200 609 0.038018 10.0.0.22 - - [2025-10-20 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.025497 10.0.0.22 - - [2025-10-20 02:17:06] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010809 10.0.0.27 - - [2025-10-20 02:17:06] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000845 10.0.0.22 - - [2025-10-20 02:17:07] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005425 10.0.0.22 - - [2025-10-20 02:17:07] "POST /neutron/port HTTP/1.1" 200 1073 0.416432 10.0.0.22 - - [2025-10-20 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011753 10.0.0.22 - - [2025-10-20 02:17:07] "POST /neutron/port HTTP/1.1" 200 1101 0.023417 10.0.0.22 - - [2025-10-20 02:17:07] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.22 - - [2025-10-20 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010801 10.0.0.22 - - [2025-10-20 02:17:22] "POST /neutron/port HTTP/1.1" 200 1099 0.015512 10.0.0.22 - - [2025-10-20 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007531 10.0.0.22 - - [2025-10-20 02:17:37] "POST /neutron/port HTTP/1.1" 200 1099 0.014891 10.0.0.22 - - [2025-10-20 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009124 10.0.0.22 - - [2025-10-20 02:17:44] "GET /obj-perms HTTP/1.1" 200 5056 0.047390 10.0.0.22 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1099 0.014581 10.0.0.22 - - [2025-10-20 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007148 10.0.0.22 - - [2025-10-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 1099 0.016907 10.0.0.22 - - [2025-10-20 02:17:58] "GET /virtual-machine/455a4401-c563-43e5-86f1-87d2019badd3 HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-10-20 02:17:58] "GET /virtual-machine/455a4401-c563-43e5-86f1-87d2019badd3 HTTP/1.1" 200 1303 0.024765 10.0.0.22 - - [2025-10-20 02:17:58] "GET /virtual-machine-interface/ca02f0b6-cb5c-42ac-975e-71f40907b5e9 HTTP/1.1" 200 3005 0.005349 10.0.0.22 - - [2025-10-20 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.22 - - [2025-10-20 02:17:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003713 10.0.0.22 - - [2025-10-20 02:17:58] "GET /virtual-networks?parent_id=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003079 10.0.0.22 - - [2025-10-20 02:17:58] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005543 10.0.0.22 - - [2025-10-20 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.22 - - [2025-10-20 02:18:02] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005778 10.0.0.22 - - [2025-10-20 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2025-10-20 02:18:06] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004833 10.0.0.22 - - [2025-10-20 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.22 - - [2025-10-20 02:18:10] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004722 10.0.0.22 - - [2025-10-20 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-10-20 02:18:14] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007226 10.0.0.22 - - [2025-10-20 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.22 - - [2025-10-20 02:18:18] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005184 10.0.0.22 - - [2025-10-20 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.22 - - [2025-10-20 02:18:22] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005193 10.0.0.22 - - [2025-10-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.22 - - [2025-10-20 02:18:26] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005373 10.0.0.22 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.22 - - [2025-10-20 02:18:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004451 10.0.0.22 - - [2025-10-20 02:18:30] "GET /virtual-networks?parent_id=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004012 10.0.0.22 - - [2025-10-20 02:18:30] "GET /virtual-network/39f3a226-1635-4c49-9836-275172fb5583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010483 10.0.0.22 - - [2025-10-20 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007977 10.0.0.22 - - [2025-10-20 02:18:40] "POST /neutron/port HTTP/1.1" 200 1099 0.014157 10.0.0.22 - - [2025-10-20 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.039787 10.0.0.22 - - [2025-10-20 02:18:45] "POST /neutron/port HTTP/1.1" 200 1099 0.014891 10.0.0.22 - - [2025-10-20 02:18:46] "POST /neutron/port HTTP/1.1" 200 1099 0.042137 10.0.0.22 - - [2025-10-20 02:18:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.009980 10.0.0.22 - - [2025-10-20 02:18:47] "POST /neutron/port HTTP/1.1" 200 1101 0.035054 10.0.0.22 - - [2025-10-20 02:18:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.22 - - [2025-10-20 02:18:47] "POST /neutron/network HTTP/1.1" 200 839 0.006185 10.0.0.22 - - [2025-10-20 02:18:51] "POST /neutron/floatingip HTTP/1.1" 200 531 0.015221 10.0.0.22 - - [2025-10-20 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007273 10.0.0.22 - - [2025-10-20 02:18:51] "POST /neutron/port HTTP/1.1" 200 1101 0.015061 10.0.0.22 - - [2025-10-20 02:18:51] "GET /virtual-machine/05d4a600-df98-4add-8949-8ec11c96328f HTTP/1.1" 200 1302 0.005738 10.0.0.22 - - [2025-10-20 02:18:51] "GET /virtual-machine-interface/da290f36-efd4-449d-8d88-8f361605b55c HTTP/1.1" 200 3005 0.005088 10.0.0.22 - - [2025-10-20 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.22 - - [2025-10-20 02:18:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003518 10.0.0.22 - - [2025-10-20 02:18:51] "GET /virtual-networks?parent_id=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002928 10.0.0.22 - - [2025-10-20 02:18:51] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005000 10.0.0.22 - - [2025-10-20 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2025-10-20 02:18:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003611 10.0.0.22 - - [2025-10-20 02:18:52] "GET /virtual-networks?parent_id=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003192 10.0.0.22 - - [2025-10-20 02:18:52] "GET /virtual-network/23efe712-fb63-4a85-afcb-f59458215857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005190 10.0.0.22 - - [2025-10-20 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.22 - - [2025-10-20 02:18:52] "GET /routing-instance/7c33a731-a3fc-4a08-8224-fb4a68ceda60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003591 10.0.0.22 - - [2025-10-20 02:18:52] "GET /route-target/ec68773c-42f5-4093-9c99-b15aabb5975b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004170 10.0.0.22 - - [2025-10-20 02:19:11] "POST /neutron/floatingip HTTP/1.1" 200 577 0.016548 10.0.0.22 - - [2025-10-20 02:19:11] "POST /neutron/floatingip HTTP/1.1" 200 115 0.060513 10.0.0.22 - - [2025-10-20 02:19:11] "GET /floating-ip-pool/88dd1c5e-121a-4e79-9657-d4e6a0f16250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004093 10.0.0.22 - - [2025-10-20 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.015967 10.0.0.22 - - [2025-10-20 02:19:11] "DELETE /floating-ip-pool/88dd1c5e-121a-4e79-9657-d4e6a0f16250 HTTP/1.1" 200 115 0.034487 10.0.0.22 - - [2025-10-20 02:19:12] "POST /neutron/port HTTP/1.1" 200 1101 0.016786 10.0.0.22 - - [2025-10-20 02:19:12] "POST /neutron/port HTTP/1.1" 200 1099 0.027778 10.0.0.22 - - [2025-10-20 02:19:13] "POST /neutron/network HTTP/1.1" 200 837 0.006688 10.0.0.22 - - [2025-10-20 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.033435 10.0.0.27 - - [2025-10-20 02:19:14] "POST /useragent-kv HTTP/1.1" 200 115 0.031454 10.0.0.27 - - [2025-10-20 02:19:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002226 10.0.0.22 - - [2025-10-20 02:19:14] "POST /neutron/network HTTP/1.1" 200 151 0.137713 10.0.0.22 - - [2025-10-20 02:19:14] "DELETE /route-target/ec68773c-42f5-4093-9c99-b15aabb5975b HTTP/1.1" 200 115 0.031294 10.0.0.27 - - [2025-10-20 02:19:15] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.22 - - [2025-10-20 02:19:15] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.090166 10.0.0.27 - - [2025-10-20 02:19:15] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.22 - - [2025-10-20 02:19:15] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?fields=virtual_networks HTTP/1.1" 200 1067 0.042253 10.0.0.27 - - [2025-10-20 02:19:15] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.22 - - [2025-10-20 02:19:16] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.058795 10.0.0.27 - - [2025-10-20 02:19:16] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.22 - - [2025-10-20 02:19:16] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?fields=security_groups HTTP/1.1" 200 1305 0.039232 10.0.0.22 - - [2025-10-20 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.024423 10.0.0.27 - - [2025-10-20 02:19:16] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004884 10.0.0.27 - - [2025-10-20 02:19:16] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.27 - - [2025-10-20 02:19:16] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033617 10.0.0.27 - - [2025-10-20 02:19:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.005293 10.0.0.27 - - [2025-10-20 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.003702 10.0.0.27 - - [2025-10-20 02:19:17] "POST /security-groups HTTP/1.1" 200 591 0.077995 10.0.0.27 - - [2025-10-20 02:19:17] "POST /projects HTTP/1.1" 200 585 0.289960 10.0.0.22 - - [2025-10-20 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.004843 10.0.0.27 - - [2025-10-20 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.356614 10.0.0.22 - - [2025-10-20 02:19:17] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.510970 10.0.0.22 - - [2025-10-20 02:19:18] "GET / HTTP/1.1" 200 35931 0.001338 10.0.0.27 - - [2025-10-20 02:19:21] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.22 - - [2025-10-20 02:19:21] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040744 10.0.0.27 - - [2025-10-20 02:19:21] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.22 - - [2025-10-20 02:19:21] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?fields=virtual_networks HTTP/1.1" 200 1042 0.042967 10.0.0.27 - - [2025-10-20 02:19:21] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.22 - - [2025-10-20 02:19:21] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.047428 10.0.0.27 - - [2025-10-20 02:19:21] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.22 - - [2025-10-20 02:19:21] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?fields=security_groups HTTP/1.1" 200 1268 0.045726 10.0.0.22 - - [2025-10-20 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.028577 10.0.0.27 - - [2025-10-20 02:19:22] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234 10.0.0.27 - - [2025-10-20 02:19:22] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.27 - - [2025-10-20 02:19:22] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006781 10.0.0.27 - - [2025-10-20 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001082 10.0.0.27 - - [2025-10-20 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.011986 10.0.0.27 - - [2025-10-20 02:19:22] "POST /security-groups HTTP/1.1" 200 586 0.088719 10.0.0.27 - - [2025-10-20 02:19:22] "POST /projects HTTP/1.1" 200 575 0.328217 10.0.0.22 - - [2025-10-20 02:19:22] "POST /access-control-lists HTTP/1.1" 200 591 0.033646 10.0.0.27 - - [2025-10-20 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.421866 10.0.0.22 - - [2025-10-20 02:19:23] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.597041 10.0.0.22 - - [2025-10-20 02:19:24] "GET / HTTP/1.1" 200 35931 0.001463 10.0.0.27 - - [2025-10-20 02:19:29] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.22 - - [2025-10-20 02:19:29] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035971 10.0.0.27 - - [2025-10-20 02:19:29] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.22 - - [2025-10-20 02:19:29] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?fields=virtual_networks HTTP/1.1" 200 1033 0.041861 10.0.0.27 - - [2025-10-20 02:19:29] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.22 - - [2025-10-20 02:19:29] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045405 10.0.0.27 - - [2025-10-20 02:19:29] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.22 - - [2025-10-20 02:19:30] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?fields=security_groups HTTP/1.1" 200 1254 0.045013 10.0.0.22 - - [2025-10-20 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.022025 10.0.0.27 - - [2025-10-20 02:19:30] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.27 - - [2025-10-20 02:19:30] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.27 - - [2025-10-20 02:19:30] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006488 10.0.0.27 - - [2025-10-20 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 189 0.002212 10.0.0.27 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.005142 10.0.0.27 - - [2025-10-20 02:19:31] "POST /security-groups HTTP/1.1" 200 590 0.028996 10.0.0.22 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.004938 10.0.0.27 - - [2025-10-20 02:19:31] "POST /projects HTTP/1.1" 200 583 0.250904 10.0.0.27 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.330082 10.0.0.22 - - [2025-10-20 02:19:31] "POST /access-control-lists HTTP/1.1" 200 593 0.044486 10.0.0.22 - - [2025-10-20 02:19:31] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.468996 10.0.0.22 - - [2025-10-20 02:19:32] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.27 - - [2025-10-20 02:19:35] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000844 10.0.0.22 - - [2025-10-20 02:19:35] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043095 10.0.0.27 - - [2025-10-20 02:19:35] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000833 10.0.0.22 - - [2025-10-20 02:19:35] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?fields=virtual_networks HTTP/1.1" 200 1041 0.043463 10.0.0.27 - - [2025-10-20 02:19:35] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000834 10.0.0.22 - - [2025-10-20 02:19:35] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.036299 10.0.0.27 - - [2025-10-20 02:19:35] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000830 10.0.0.22 - - [2025-10-20 02:19:35] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?fields=security_groups HTTP/1.1" 200 1266 0.051944 10.0.0.22 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.023873 10.0.0.27 - - [2025-10-20 02:19:36] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.27 - - [2025-10-20 02:19:36] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.27 - - [2025-10-20 02:19:36] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007249 10.0.0.27 - - [2025-10-20 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.003818 10.0.0.27 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.003236 10.0.0.27 - - [2025-10-20 02:19:36] "POST /security-groups HTTP/1.1" 200 591 0.075741 10.0.0.27 - - [2025-10-20 02:19:36] "POST /projects HTTP/1.1" 200 585 0.308621 10.0.0.22 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.006806 10.0.0.27 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.375538 10.0.0.22 - - [2025-10-20 02:19:37] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.509085 10.0.0.22 - - [2025-10-20 02:19:38] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /project/c2e6f6fef712478084200021a07612c1 HTTP/1.1" 404 173 0.016665 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /project/afa5158981784c26b4bcc6eded8801d0 HTTP/1.1" 404 173 0.013480 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /project/d71184fb3e4841de91bc259b7c81c652 HTTP/1.1" 404 173 0.014616 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /project/6920f7e6ec0c46eba97030805b026fd8 HTTP/1.1" 404 173 0.011429 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000761 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000669 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000656 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000670 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.063878 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.068036 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.083354 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.089460 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000807 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?fields=security_groups HTTP/1.1" 200 1410 0.090805 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?fields=security_groups HTTP/1.1" 200 1371 0.078945 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?fields=security_groups HTTP/1.1" 200 1359 0.091481 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?fields=security_groups HTTP/1.1" 200 1373 0.146732 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /security-group/48d20382-6fff-4d39-8c0b-1f91e9a0fafb HTTP/1.1" 200 115 0.122058 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=93c07460-8c1c-4d52-8f83-b98931b888b7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /security-group/47a22443-25ef-40b6-b1ef-72e6fbf315c9 HTTP/1.1" 200 115 0.119197 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d71184fb-3e48-41de-91bc-259b7c81c652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000867 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /security-group/6cfae29e-796d-4f98-be2e-7aba5ef38116 HTTP/1.1" 200 115 0.097735 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=afa51589-8178-4c26-b4bc-c6eded8801d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/93c07460-8c1c-4d52-8f83-b98931b888b7?fields=application_policy_sets HTTP/1.1" 200 1449 0.063575 10.0.0.27 - - [2025-10-20 02:19:39] "DELETE /security-group/ad5afdda-e8b9-4805-893c-984a40defa1a HTTP/1.1" 200 115 0.110585 10.0.0.27 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=6920f7e6-ec0c-46eb-a970-30805b026fd8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001897 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/afa51589-8178-4c26-b4bc-c6eded8801d0?fields=application_policy_sets HTTP/1.1" 200 1398 0.077629 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/d71184fb-3e48-41de-91bc-259b7c81c652?fields=application_policy_sets HTTP/1.1" 200 1410 0.160869 10.0.0.22 - - [2025-10-20 02:19:39] "DELETE /access-control-list/cc4f2c29-a31f-4ea6-9561-b3f9b871d394 HTTP/1.1" 200 115 0.086684 10.0.0.27 - - [2025-10-20 02:19:39] "GET /project/6920f7e6-ec0c-46eb-a970-30805b026fd8?fields=application_policy_sets HTTP/1.1" 200 1412 0.128033 10.0.0.27 - - [2025-10-20 02:19:40] "DELETE /project/afa51589-8178-4c26-b4bc-c6eded8801d0 HTTP/1.1" 200 115 0.830710 10.0.0.27 - - [2025-10-20 02:19:40] "DELETE /project/93c07460-8c1c-4d52-8f83-b98931b888b7 HTTP/1.1" 200 115 0.837482 10.0.0.22 - - [2025-10-20 02:19:40] "DELETE /access-control-list/028a7b4c-1dd6-458b-b457-f21e76158d9c HTTP/1.1" 200 115 0.136263 10.0.0.27 - - [2025-10-20 02:19:40] "DELETE /project/d71184fb-3e48-41de-91bc-259b7c81c652 HTTP/1.1" 200 115 0.885027 10.0.0.27 - - [2025-10-20 02:19:40] "DELETE /project/6920f7e6-ec0c-46eb-a970-30805b026fd8 HTTP/1.1" 200 115 0.891607 10.0.0.22 - - [2025-10-20 02:19:40] "DELETE /access-control-list/751abcb7-7245-4fc6-9086-3920d8483949 HTTP/1.1" 200 115 0.038074 10.0.0.27 - - [2025-10-20 02:19:41] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.22 - - [2025-10-20 02:19:41] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067989 10.0.0.27 - - [2025-10-20 02:19:41] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.22 - - [2025-10-20 02:19:41] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?fields=virtual_networks HTTP/1.1" 200 1042 0.042957 10.0.0.27 - - [2025-10-20 02:19:41] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.22 - - [2025-10-20 02:19:41] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.042277 10.0.0.27 - - [2025-10-20 02:19:41] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.22 - - [2025-10-20 02:19:41] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?fields=security_groups HTTP/1.1" 200 1268 0.058798 10.0.0.22 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.024284 10.0.0.27 - - [2025-10-20 02:19:42] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.27 - - [2025-10-20 02:19:42] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.27 - - [2025-10-20 02:19:42] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005877 10.0.0.27 - - [2025-10-20 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.004803 10.0.0.27 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.012540 10.0.0.27 - - [2025-10-20 02:19:42] "POST /security-groups HTTP/1.1" 200 595 0.029174 10.0.0.27 - - [2025-10-20 02:19:42] "POST /projects HTTP/1.1" 200 593 0.241625 10.0.0.22 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.009722 10.0.0.27 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.308811 10.0.0.22 - - [2025-10-20 02:19:42] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.439097 10.0.0.22 - - [2025-10-20 02:19:43] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.254 - - [2025-10-20 02:19:45] "GET /obj-perms HTTP/1.1" 200 5056 0.077292 10.0.0.27 - - [2025-10-20 02:19:46] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.22 - - [2025-10-20 02:19:46] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056198 10.0.0.27 - - [2025-10-20 02:19:46] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002479 10.0.0.22 - - [2025-10-20 02:19:46] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?fields=virtual_networks HTTP/1.1" 200 1051 0.052062 10.0.0.27 - - [2025-10-20 02:19:46] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.22 - - [2025-10-20 02:19:47] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.055578 10.0.0.27 - - [2025-10-20 02:19:47] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.22 - - [2025-10-20 02:19:47] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?fields=security_groups HTTP/1.1" 200 1281 0.042315 10.0.0.22 - - [2025-10-20 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.029163 10.0.0.27 - - [2025-10-20 02:19:47] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002977 10.0.0.27 - - [2025-10-20 02:19:47] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.27 - - [2025-10-20 02:19:47] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006525 10.0.0.27 - - [2025-10-20 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.006600 10.0.0.27 - - [2025-10-20 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.004655 10.0.0.27 - - [2025-10-20 02:19:48] "POST /security-groups HTTP/1.1" 200 586 0.030064 10.0.0.27 - - [2025-10-20 02:19:48] "POST /projects HTTP/1.1" 200 575 0.256178 10.0.0.22 - - [2025-10-20 02:19:48] "POST /access-control-lists HTTP/1.1" 200 591 0.026724 10.0.0.27 - - [2025-10-20 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.327993 10.0.0.22 - - [2025-10-20 02:19:48] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.467293 10.0.0.22 - - [2025-10-20 02:19:49] "GET / HTTP/1.1" 200 35931 0.001378 10.0.0.22 - - [2025-10-20 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003566 10.0.0.22 - - [2025-10-20 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003816 10.0.0.22 - - [2025-10-20 02:19:50] "POST /access-control-lists HTTP/1.1" 200 588 0.031356 10.0.0.22 - - [2025-10-20 02:19:50] "PUT /access-control-list/0dec1dcd-4827-47a5-98a3-f9fb5a2ad7a6 HTTP/1.1" 200 272 0.019851 10.0.0.22 - - [2025-10-20 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.034924 10.0.0.22 - - [2025-10-20 02:19:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.185524 10.0.0.22 - - [2025-10-20 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002707 10.0.0.22 - - [2025-10-20 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.004299 10.0.0.22 - - [2025-10-20 02:19:51] "POST /access-control-lists HTTP/1.1" 200 588 0.036716 10.0.0.22 - - [2025-10-20 02:19:51] "PUT /access-control-list/3cac69f2-ac54-4dc5-9330-579610c11748 HTTP/1.1" 200 272 0.029481 10.0.0.22 - - [2025-10-20 02:19:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010114 10.0.0.22 - - [2025-10-20 02:19:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160503 10.0.0.22 - - [2025-10-20 02:19:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000325 10.0.0.22 - - [2025-10-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.025054 10.0.0.22 - - [2025-10-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.003006 10.0.0.22 - - [2025-10-20 02:19:52] "POST /access-control-lists HTTP/1.1" 200 605 0.039597 10.0.0.22 - - [2025-10-20 02:19:52] "PUT /access-control-list/70b77460-ba27-4e80-9994-ea785e55dd18 HTTP/1.1" 200 272 0.035651 10.0.0.22 - - [2025-10-20 02:19:52] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.051429 10.0.0.22 - - [2025-10-20 02:19:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134866 10.0.0.22 - - [2025-10-20 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.005210 10.0.0.22 - - [2025-10-20 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.004764 10.0.0.22 - - [2025-10-20 02:19:53] "POST /access-control-lists HTTP/1.1" 200 605 0.029679 10.0.0.22 - - [2025-10-20 02:19:53] "PUT /access-control-list/450ddc3d-d663-4f7c-8799-43836f4d5811 HTTP/1.1" 200 272 0.022994 10.0.0.22 - - [2025-10-20 02:19:53] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010866 10.0.0.22 - - [2025-10-20 02:19:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147950 10.0.0.22 - - [2025-10-20 02:19:55] "POST /route-targets HTTP/1.1" 200 327 0.021508 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.010487 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.007969 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.004078 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003373 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003822 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003901 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.004879 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003460 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003944 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.004378 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.003768 10.0.0.22 - - [2025-10-20 02:19:55] "POST /neutron/router HTTP/1.1" 200 541 0.031617 10.0.0.27 - - [2025-10-20 02:19:56] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000857 10.0.0.22 - - [2025-10-20 02:19:56] "DELETE /route-target/cd7b3da9-85e8-440b-a8a8-d55edf09fbe3 HTTP/1.1" 200 115 0.043270 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.110385 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.007723 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.004137 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.003732 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.005259 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.004009 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.004638 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.003788 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.005550 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.003448 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.003579 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.029318 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 559 0.005561 10.0.0.22 - - [2025-10-20 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.22 - - [2025-10-20 02:19:56] "POST /neutron/router HTTP/1.1" 200 542 0.005405 10.0.0.22 - - [2025-10-20 02:19:57] "PUT /logical-router/5017d615-382b-492e-ac24-fed7fa9897fe HTTP/1.1" 200 262 0.040435 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.014225 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003894 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003758 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003631 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.006329 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.004335 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003844 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.004313 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003709 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.003792 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 542 0.018557 10.0.0.254 - - [2025-10-20 02:19:57] "GET /logical-router/5017d615-382b-492e-ac24-fed7fa9897fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004666 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/router HTTP/1.1" 200 151 0.088830 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 521 0.003667 10.0.0.22 - - [2025-10-20 02:19:57] "DELETE /access-control-list/09f8dc11-b444-40e7-93ec-006864230de1 HTTP/1.1" 200 115 0.043500 10.0.0.22 - - [2025-10-20 02:19:57] "DELETE /access-control-list/70b77460-ba27-4e80-9994-ea785e55dd18 HTTP/1.1" 200 115 0.025562 10.0.0.22 - - [2025-10-20 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.066425 10.0.0.22 - - [2025-10-20 02:19:58] "DELETE /access-control-list/3a5f6e62-233c-4c4f-a3e2-22770f30ae85 HTTP/1.1" 200 115 0.036490 10.0.0.27 - - [2025-10-20 02:19:59] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.22 - - [2025-10-20 02:19:59] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.039765 10.0.0.27 - - [2025-10-20 02:19:59] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000830 10.0.0.22 - - [2025-10-20 02:19:59] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?fields=virtual_networks HTTP/1.1" 200 1032 0.048894 10.0.0.27 - - [2025-10-20 02:19:59] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.22 - - [2025-10-20 02:19:59] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.065025 10.0.0.27 - - [2025-10-20 02:19:59] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.22 - - [2025-10-20 02:19:59] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?fields=security_groups HTTP/1.1" 200 1253 0.039666 10.0.0.22 - - [2025-10-20 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.023337 10.0.0.27 - - [2025-10-20 02:20:00] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003888 10.0.0.27 - - [2025-10-20 02:20:00] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.27 - - [2025-10-20 02:20:00] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006747 10.0.0.27 - - [2025-10-20 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 186 0.006999 10.0.0.27 - - [2025-10-20 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.008058 10.0.0.27 - - [2025-10-20 02:20:00] "POST /security-groups HTTP/1.1" 200 587 0.034334 10.0.0.27 - - [2025-10-20 02:20:00] "POST /projects HTTP/1.1" 200 577 0.258943 10.0.0.27 - - [2025-10-20 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.331542 10.0.0.22 - - [2025-10-20 02:20:00] "POST /access-control-lists HTTP/1.1" 200 592 0.044751 10.0.0.22 - - [2025-10-20 02:20:00] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.461380 10.0.0.22 - - [2025-10-20 02:20:01] "GET / HTTP/1.1" 200 35931 0.001294 10.0.0.22 - - [2025-10-20 02:20:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-10-20 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.050614 10.0.0.27 - - [2025-10-20 02:20:03] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000793 10.0.0.22 - - [2025-10-20 02:20:04] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038233 10.0.0.22 - - [2025-10-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 117 0.029805 10.0.0.22 - - [2025-10-20 02:20:04] "POST /route-targets HTTP/1.1" 200 327 0.016766 10.0.0.22 - - [2025-10-20 02:20:04] "POST /neutron/network HTTP/1.1" 200 817 0.008266 10.0.0.22 - - [2025-10-20 02:20:04] "POST /id-to-fqname HTTP/1.1" 200 216 0.000913 10.0.0.22 - - [2025-10-20 02:20:04] "GET /virtual-network/e1d03d10-ec6a-494c-91f1-9704c35616d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.004616 10.0.0.22 - - [2025-10-20 02:20:04] "GET /virtual-network/e1d03d10-ec6a-494c-91f1-9704c35616d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.005666 10.0.0.22 - - [2025-10-20 02:20:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.008364 10.0.0.22 - - [2025-10-20 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002837 10.0.0.22 - - [2025-10-20 02:20:04] "GET /virtual-network/e1d03d10-ec6a-494c-91f1-9704c35616d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.004318 10.0.0.22 - - [2025-10-20 02:20:05] "GET /virtual-machine-interface/975a23d9-e062-4c92-87f3-169f843c1ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.006978 10.0.0.22 - - [2025-10-20 02:20:05] "GET /virtual-machine-interface/975a23d9-e062-4c92-87f3-169f843c1ade?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.009078 10.0.0.22 - - [2025-10-20 02:20:05] "GET /instance-ip/87016213-ccd9-4463-8f58-8f8b6b8ff30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004859 10.0.0.22 - - [2025-10-20 02:20:05] "POST /neutron/port HTTP/1.1" 200 151 0.110803 10.0.0.22 - - [2025-10-20 02:20:05] "DELETE /route-target/8678f187-5c00-4003-bae5-747b53c1ff23 HTTP/1.1" 200 115 0.025938 10.0.0.22 - - [2025-10-20 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.27 - - [2025-10-20 02:20:08] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.22 - - [2025-10-20 02:20:08] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043987 10.0.0.22 - - [2025-10-20 02:20:08] "POST /neutron/network HTTP/1.1" 200 117 0.010510 10.0.0.27 - - [2025-10-20 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005871 10.0.0.22 - - [2025-10-20 02:20:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.207100 10.0.0.22 - - [2025-10-20 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001242 10.0.0.22 - - [2025-10-20 02:20:09] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005239 10.0.0.22 - - [2025-10-20 02:20:09] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005345 10.0.0.22 - - [2025-10-20 02:20:09] "POST /neutron/network HTTP/1.1" 200 977 0.010592 10.0.0.27 - - [2025-10-20 02:20:09] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001330 10.0.0.22 - - [2025-10-20 02:20:09] "POST /neutron/port HTTP/1.1" 200 1017 0.231900 10.0.0.22 - - [2025-10-20 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001453 10.0.0.22 - - [2025-10-20 02:20:09] "POST /neutron/port HTTP/1.1" 200 1017 0.030028 10.0.0.22 - - [2025-10-20 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.22 - - [2025-10-20 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001493 10.0.0.22 - - [2025-10-20 02:20:10] "POST /neutron/port HTTP/1.1" 200 1018 0.011580 10.0.0.22 - - [2025-10-20 02:20:10] "POST /neutron/port HTTP/1.1" 200 1017 0.010474 10.0.0.22 - - [2025-10-20 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.008464 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 1018 0.009018 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 1018 0.008988 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 1110 0.200054 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 1109 0.203871 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003729 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.22 - - [2025-10-20 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.22 - - [2025-10-20 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007705 10.0.0.22 - - [2025-10-20 02:20:15] "POST /neutron/port HTTP/1.1" 200 1083 0.020688 10.0.0.22 - - [2025-10-20 02:20:15] "GET /virtual-machine/e65b9223-d847-40b7-887a-c208ee5793c1 HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-10-20 02:20:16] "GET /virtual-machine/e65b9223-d847-40b7-887a-c208ee5793c1 HTTP/1.1" 200 1284 0.026910 10.0.0.22 - - [2025-10-20 02:20:16] "GET /virtual-machine-interface/1eebff57-09ac-4f74-820a-0ae04f9b6612 HTTP/1.1" 200 2923 0.007823 10.0.0.22 - - [2025-10-20 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.22 - - [2025-10-20 02:20:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005444 10.0.0.22 - - [2025-10-20 02:20:16] "GET /virtual-networks?parent_id=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003957 10.0.0.22 - - [2025-10-20 02:20:16] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005459 10.0.0.22 - - [2025-10-20 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006968 10.0.0.22 - - [2025-10-20 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2025-10-20 02:20:19] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004879 10.0.0.22 - - [2025-10-20 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-10-20 02:20:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004507 10.0.0.22 - - [2025-10-20 02:20:21] "GET /virtual-networks?parent_id=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003894 10.0.0.22 - - [2025-10-20 02:20:21] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006527 10.0.0.22 - - [2025-10-20 02:20:21] "POST /neutron/port HTTP/1.1" 200 1084 0.016404 10.0.0.22 - - [2025-10-20 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007050 10.0.0.22 - - [2025-10-20 02:20:22] "GET /virtual-machine/e04fdcc8-d975-4f4c-96d6-98427dcbba04 HTTP/1.1" 200 1285 0.006724 10.0.0.22 - - [2025-10-20 02:20:22] "GET /virtual-machine-interface/c79571b8-86fb-4f4a-a4d0-c598f1c40311 HTTP/1.1" 200 2925 0.007071 10.0.0.22 - - [2025-10-20 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2025-10-20 02:20:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015956 10.0.0.22 - - [2025-10-20 02:20:22] "GET /virtual-networks?parent_id=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004457 10.0.0.22 - - [2025-10-20 02:20:22] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006055 10.0.0.22 - - [2025-10-20 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.22 - - [2025-10-20 02:20:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003258 10.0.0.22 - - [2025-10-20 02:20:23] "GET /virtual-networks?parent_id=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002869 10.0.0.22 - - [2025-10-20 02:20:23] "GET /virtual-network/7c56f0f9-b3df-4cb6-9afa-dc967b22d7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005447 10.0.0.22 - - [2025-10-20 02:20:26] "POST /neutron/port HTTP/1.1" 200 1110 0.013868 10.0.0.22 - - [2025-10-20 02:20:26] "POST /neutron/port HTTP/1.1" 200 1109 0.011221 10.0.0.22 - - [2025-10-20 02:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.010607 10.0.0.22 - - [2025-10-20 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007730 10.0.0.27 - - [2025-10-20 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008812 10.0.0.27 - - [2025-10-20 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.27 - - [2025-10-20 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006493 10.0.0.27 - - [2025-10-20 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.22 - - [2025-10-20 02:20:27] "POST /neutron/network HTTP/1.1" 200 151 0.174881 10.0.0.27 - - [2025-10-20 02:20:28] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.22 - - [2025-10-20 02:20:28] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048938 10.0.0.27 - - [2025-10-20 02:20:28] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001402 10.0.0.22 - - [2025-10-20 02:20:28] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?fields=virtual_networks HTTP/1.1" 200 1035 0.054003 10.0.0.27 - - [2025-10-20 02:20:28] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000854 10.0.0.22 - - [2025-10-20 02:20:28] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043176 10.0.0.27 - - [2025-10-20 02:20:28] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.22 - - [2025-10-20 02:20:29] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?fields=security_groups HTTP/1.1" 200 1257 0.044225 10.0.0.22 - - [2025-10-20 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.021812 10.0.0.27 - - [2025-10-20 02:20:29] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002748 10.0.0.27 - - [2025-10-20 02:20:29] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.27 - - [2025-10-20 02:20:29] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006831 10.0.0.27 - - [2025-10-20 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.003297 10.0.0.27 - - [2025-10-20 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.007186 10.0.0.27 - - [2025-10-20 02:20:30] "POST /security-groups HTTP/1.1" 200 589 0.035081 10.0.0.27 - - [2025-10-20 02:20:30] "POST /projects HTTP/1.1" 200 581 0.249983 10.0.0.22 - - [2025-10-20 02:20:30] "POST /access-control-lists HTTP/1.1" 200 594 0.042403 10.0.0.27 - - [2025-10-20 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.317410 10.0.0.22 - - [2025-10-20 02:20:30] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.458418 10.0.0.22 - - [2025-10-20 02:20:31] "GET / HTTP/1.1" 200 35931 0.001352 10.0.0.22 - - [2025-10-20 02:20:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-10-20 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053196 10.0.0.27 - - [2025-10-20 02:20:33] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000802 10.0.0.22 - - [2025-10-20 02:20:33] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028051 10.0.0.22 - - [2025-10-20 02:20:33] "POST /neutron/network HTTP/1.1" 200 117 0.037560 10.0.0.22 - - [2025-10-20 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.015437 10.0.0.22 - - [2025-10-20 02:20:33] "POST /neutron/network HTTP/1.1" 200 824 0.008413 10.0.0.22 - - [2025-10-20 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001024 10.0.0.22 - - [2025-10-20 02:20:33] "GET /virtual-network/968e32c2-e95b-44bd-bea9-bac712faa932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005284 10.0.0.22 - - [2025-10-20 02:20:33] "GET /virtual-network/968e32c2-e95b-44bd-bea9-bac712faa932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005106 10.0.0.22 - - [2025-10-20 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.010307 10.0.0.22 - - [2025-10-20 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-10-20 02:20:34] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000802 10.0.0.22 - - [2025-10-20 02:20:34] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051907 10.0.0.22 - - [2025-10-20 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.025239 10.0.0.27 - - [2025-10-20 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009237 10.0.0.22 - - [2025-10-20 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.203421 10.0.0.22 - - [2025-10-20 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001126 10.0.0.22 - - [2025-10-20 02:20:34] "GET /virtual-network/015897da-441c-4937-8b84-05152074d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005008 10.0.0.22 - - [2025-10-20 02:20:34] "GET /virtual-network/015897da-441c-4937-8b84-05152074d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005635 10.0.0.22 - - [2025-10-20 02:20:34] "POST /neutron/network HTTP/1.1" 200 823 0.008717 10.0.0.22 - - [2025-10-20 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001246 10.0.0.27 - - [2025-10-20 02:20:35] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.22 - - [2025-10-20 02:20:35] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067790 10.0.0.22 - - [2025-10-20 02:20:35] "POST /neutron/network HTTP/1.1" 200 824 0.007252 10.0.0.22 - - [2025-10-20 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001241 10.0.0.22 - - [2025-10-20 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.008757 10.0.0.27 - - [2025-10-20 02:20:36] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.22 - - [2025-10-20 02:20:36] "POST /neutron/port HTTP/1.1" 200 1058 0.311679 10.0.0.22 - - [2025-10-20 02:20:36] "POST /neutron/port HTTP/1.1" 200 1112 0.120438 10.0.0.27 - - [2025-10-20 02:20:36] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.22 - - [2025-10-20 02:20:36] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083344 10.0.0.22 - - [2025-10-20 02:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.22 - - [2025-10-20 02:20:36] "POST /neutron/network HTTP/1.1" 200 824 0.008170 10.0.0.22 - - [2025-10-20 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.005385 10.0.0.27 - - [2025-10-20 02:20:37] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.22 - - [2025-10-20 02:20:37] "POST /neutron/router HTTP/1.1" 200 344 0.355398 10.0.0.22 - - [2025-10-20 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.027398 10.0.0.22 - - [2025-10-20 02:20:37] "POST /neutron/port HTTP/1.1" 200 1086 0.040281 10.0.0.22 - - [2025-10-20 02:20:37] "POST /neutron/port HTTP/1.1" 200 1057 0.022455 10.0.0.22 - - [2025-10-20 02:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005535 10.0.0.22 - - [2025-10-20 02:20:38] "POST /neutron/network HTTP/1.1" 200 823 0.006028 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /project/25a7736075e847049dbee3ac6909148a HTTP/1.1" 404 173 0.021398 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /project/aab182b1768944c6a6a4b773f7834428 HTTP/1.1" 404 173 0.017703 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /project/fa84e05a59404ae3b367b6cd90eae31e HTTP/1.1" 404 173 0.018889 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /project/b392b351e1aa49d3911a7330de04b598 HTTP/1.1" 404 173 0.013804 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000832 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000833 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000756 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000710 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.089998 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.111150 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.125769 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.130381 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000768 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000736 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?fields=security_groups HTTP/1.1" 200 1386 0.070235 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?fields=security_groups HTTP/1.1" 200 1362 0.098241 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?fields=security_groups HTTP/1.1" 200 1358 0.087708 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?fields=security_groups HTTP/1.1" 200 1373 0.103132 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /security-group/d567bf88-aaf6-4322-9b7e-1793403c9fe6 HTTP/1.1" 200 115 0.082054 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=aab182b1-7689-44c6-a6a4-b773f7834428&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003454 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /security-group/7070923c-9663-4b3b-9daf-3d8ae79b9c22 HTTP/1.1" 200 115 0.110987 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=b392b351-e1aa-49d3-911a-7330de04b598&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001699 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /security-group/3b526adf-f24c-4f30-aac6-4545b4bcacea HTTP/1.1" 200 115 0.114243 10.0.0.27 - - [2025-10-20 02:20:40] "DELETE /security-group/04cd707a-df28-494c-8432-73771422e0e5 HTTP/1.1" 200 115 0.120440 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=25a77360-75e8-4704-9dbe-e3ac6909148a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001812 10.0.0.27 - - [2025-10-20 02:20:40] "GET /projects?obj_uuids=c2e6f6fe-f712-4780-8420-0021a07612c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002391 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/b392b351-e1aa-49d3-911a-7330de04b598?fields=application_policy_sets HTTP/1.1" 200 1401 0.126625 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/aab182b1-7689-44c6-a6a4-b773f7834428?fields=application_policy_sets HTTP/1.1" 200 1425 0.178272 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/c2e6f6fe-f712-4780-8420-0021a07612c1?fields=application_policy_sets HTTP/1.1" 200 1412 0.127497 10.0.0.27 - - [2025-10-20 02:20:40] "GET /project/25a77360-75e8-4704-9dbe-e3ac6909148a?fields=application_policy_sets HTTP/1.1" 200 1397 0.197004 10.0.0.22 - - [2025-10-20 02:20:40] "DELETE /access-control-list/dab86d66-6008-42cf-8b75-ffd44783ebdd HTTP/1.1" 200 115 0.132885 10.0.0.22 - - [2025-10-20 02:20:40] "DELETE /access-control-list/c40d9f8d-37b4-4ffa-a1d4-598a741f34d0 HTTP/1.1" 200 115 0.075741 10.0.0.27 - - [2025-10-20 02:20:41] "DELETE /project/c2e6f6fe-f712-4780-8420-0021a07612c1 HTTP/1.1" 200 115 0.862963 10.0.0.27 - - [2025-10-20 02:20:41] "DELETE /project/aab182b1-7689-44c6-a6a4-b773f7834428 HTTP/1.1" 200 115 0.861773 10.0.0.27 - - [2025-10-20 02:20:41] "DELETE /project/b392b351-e1aa-49d3-911a-7330de04b598 HTTP/1.1" 200 115 0.879930 10.0.0.27 - - [2025-10-20 02:20:41] "DELETE /project/25a77360-75e8-4704-9dbe-e3ac6909148a HTTP/1.1" 200 115 0.897483 10.0.0.22 - - [2025-10-20 02:20:42] "POST /neutron/port HTTP/1.1" 200 1086 0.039804 10.0.0.22 - - [2025-10-20 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007449 10.0.0.22 - - [2025-10-20 02:20:43] "GET /virtual-machine/8228688c-2fc3-4d26-a84b-c6e283130c8c HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-20 02:20:43] "GET /virtual-machine/8228688c-2fc3-4d26-a84b-c6e283130c8c HTTP/1.1" 200 1290 0.025558 10.0.0.22 - - [2025-10-20 02:20:43] "GET /virtual-machine-interface/97174a97-289b-4328-a7e8-3d24f12df9ea HTTP/1.1" 200 2935 0.004397 10.0.0.22 - - [2025-10-20 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.22 - - [2025-10-20 02:20:43] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003712 10.0.0.22 - - [2025-10-20 02:20:43] "GET /virtual-networks?parent_id=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002978 10.0.0.22 - - [2025-10-20 02:20:43] "GET /virtual-network/968e32c2-e95b-44bd-bea9-bac712faa932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005714 10.0.0.27 - - [2025-10-20 02:20:46] "GET /obj-perms HTTP/1.1" 200 5056 0.061180 10.0.0.22 - - [2025-10-20 02:20:46] "POST /neutron/port HTTP/1.1" 200 1085 0.016066 10.0.0.22 - - [2025-10-20 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.22 - - [2025-10-20 02:20:46] "GET /virtual-network/968e32c2-e95b-44bd-bea9-bac712faa932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004941 10.0.0.22 - - [2025-10-20 02:20:47] "POST /neutron/port HTTP/1.1" 200 1085 0.014719 10.0.0.22 - - [2025-10-20 02:20:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.007890 10.0.0.22 - - [2025-10-20 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.22 - - [2025-10-20 02:20:48] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004233 10.0.0.22 - - [2025-10-20 02:20:48] "GET /virtual-networks?parent_id=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003321 10.0.0.22 - - [2025-10-20 02:20:48] "GET /virtual-network/968e32c2-e95b-44bd-bea9-bac712faa932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005604 10.0.0.22 - - [2025-10-20 02:20:48] "POST /neutron/port HTTP/1.1" 200 1085 0.017644 10.0.0.22 - - [2025-10-20 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007755 10.0.0.22 - - [2025-10-20 02:20:49] "GET /virtual-machine/464416a4-c700-4cad-9449-5ce27ff6f346 HTTP/1.1" 200 1290 0.006858 10.0.0.22 - - [2025-10-20 02:20:49] "GET /virtual-machine-interface/ab4e53a2-9b09-40b4-b0ab-b62df05aa65c HTTP/1.1" 200 2935 0.005141 10.0.0.22 - - [2025-10-20 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.22 - - [2025-10-20 02:20:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003504 10.0.0.22 - - [2025-10-20 02:20:49] "GET /virtual-networks?parent_id=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003093 10.0.0.22 - - [2025-10-20 02:20:49] "GET /virtual-network/015897da-441c-4937-8b84-05152074d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006898 10.0.0.22 - - [2025-10-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014453 10.0.0.22 - - [2025-10-20 02:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004750 10.0.0.22 - - [2025-10-20 02:20:49] "POST /neutron/network HTTP/1.1" 200 824 0.008440 10.0.0.22 - - [2025-10-20 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2025-10-20 02:20:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003690 10.0.0.22 - - [2025-10-20 02:20:50] "GET /virtual-networks?parent_id=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002446 10.0.0.22 - - [2025-10-20 02:20:50] "GET /virtual-network/015897da-441c-4937-8b84-05152074d746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005255 10.0.0.22 - - [2025-10-20 02:20:54] "POST /neutron/port HTTP/1.1" 200 1883 0.026197 10.0.0.22 - - [2025-10-20 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.013556 10.0.0.22 - - [2025-10-20 02:21:04] "POST /neutron/router HTTP/1.1" 200 580 0.005913 10.0.0.22 - - [2025-10-20 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.018745 10.0.0.22 - - [2025-10-20 02:21:07] "POST /neutron/router HTTP/1.1" 200 344 0.195670 10.0.0.22 - - [2025-10-20 02:21:07] "POST /neutron/router HTTP/1.1" 200 580 0.005382 10.0.0.22 - - [2025-10-20 02:21:07] "DELETE /route-target/20074ac1-20a5-4ca8-a6aa-a6157cbba6f5 HTTP/1.1" 200 115 0.028827 10.0.0.22 - - [2025-10-20 02:21:07] "POST /neutron/network HTTP/1.1" 400 204 0.014845 10.0.0.22 - - [2025-10-20 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.212804 10.0.0.22 - - [2025-10-20 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.232500 10.0.0.22 - - [2025-10-20 02:21:10] "POST /neutron/network HTTP/1.1" 200 824 0.006433 10.0.0.22 - - [2025-10-20 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2025-10-20 02:21:11] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.22 - - [2025-10-20 02:21:11] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049963 10.0.0.27 - - [2025-10-20 02:21:11] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.22 - - [2025-10-20 02:21:11] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?fields=virtual_networks HTTP/1.1" 200 1039 0.058199 10.0.0.27 - - [2025-10-20 02:21:11] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.22 - - [2025-10-20 02:21:11] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.071520 10.0.0.27 - - [2025-10-20 02:21:11] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001500 10.0.0.22 - - [2025-10-20 02:21:11] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?fields=security_groups HTTP/1.1" 200 1263 0.042782 10.0.0.22 - - [2025-10-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.022775 10.0.0.27 - - [2025-10-20 02:21:12] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.27 - - [2025-10-20 02:21:12] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.27 - - [2025-10-20 02:21:12] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008834 10.0.0.27 - - [2025-10-20 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 193 0.002294 10.0.0.27 - - [2025-10-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.004578 10.0.0.27 - - [2025-10-20 02:21:12] "POST /security-groups HTTP/1.1" 200 594 0.083133 10.0.0.27 - - [2025-10-20 02:21:13] "POST /projects HTTP/1.1" 200 591 0.292202 10.0.0.22 - - [2025-10-20 02:21:13] "POST /access-control-lists HTTP/1.1" 200 599 0.027117 10.0.0.27 - - [2025-10-20 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.363514 10.0.0.22 - - [2025-10-20 02:21:13] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.500602 10.0.0.22 - - [2025-10-20 02:21:14] "GET / HTTP/1.1" 200 35931 0.001340 10.0.0.22 - - [2025-10-20 02:21:16] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-10-20 02:21:16] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.22 - - [2025-10-20 02:21:16] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067358 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-10-20 02:21:16] "GET /security-group/6c2b2ece-104d-4f38-b07b-ddc7be3a17b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.006676 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-10-20 02:21:16] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001299 10.0.0.22 - - [2025-10-20 02:21:16] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044077 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.22 - - [2025-10-20 02:21:16] "GET /security-group/6c2b2ece-104d-4f38-b07b-ddc7be3a17b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004098 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.22 - - [2025-10-20 02:21:16] "PUT /security-group/6c2b2ece-104d-4f38-b07b-ddc7be3a17b0 HTTP/1.1" 200 262 0.020531 10.0.0.22 - - [2025-10-20 02:21:16] "PUT /access-control-list/6f6de239-87b6-47d4-9bfd-555b582206fd HTTP/1.1" 200 272 0.013711 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.004293 10.0.0.22 - - [2025-10-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2025-10-20 02:21:16] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001341 10.0.0.22 - - [2025-10-20 02:21:16] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037804 10.0.0.27 - - [2025-10-20 02:21:17] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001229 10.0.0.22 - - [2025-10-20 02:21:17] "POST /neutron/network HTTP/1.1" 200 608 0.146822 10.0.0.22 - - [2025-10-20 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.038061 10.0.0.22 - - [2025-10-20 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.003318 10.0.0.22 - - [2025-10-20 02:21:17] "GET /virtual-network/571cfba9-89c5-483a-9b2b-54ca1ca070b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005622 10.0.0.22 - - [2025-10-20 02:21:17] "POST /neutron/network HTTP/1.1" 200 828 0.005792 10.0.0.22 - - [2025-10-20 02:21:17] "GET /virtual-network/571cfba9-89c5-483a-9b2b-54ca1ca070b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004719 10.0.0.22 - - [2025-10-20 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2025-10-20 02:21:17] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000811 10.0.0.22 - - [2025-10-20 02:21:17] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038359 10.0.0.22 - - [2025-10-20 02:21:17] "POST /neutron/network HTTP/1.1" 200 117 0.028762 10.0.0.22 - - [2025-10-20 02:21:18] "POST /neutron/network HTTP/1.1" 200 833 0.008735 10.0.0.22 - - [2025-10-20 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001018 10.0.0.22 - - [2025-10-20 02:21:18] "GET /virtual-network/353f8656-4133-4a48-98f7-070c432a87f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004863 10.0.0.22 - - [2025-10-20 02:21:18] "GET /virtual-network/353f8656-4133-4a48-98f7-070c432a87f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004683 10.0.0.22 - - [2025-10-20 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.010472 10.0.0.22 - - [2025-10-20 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001026 10.0.0.27 - - [2025-10-20 02:21:19] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001358 10.0.0.22 - - [2025-10-20 02:21:19] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.059908 10.0.0.22 - - [2025-10-20 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.006322 10.0.0.22 - - [2025-10-20 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.22 - - [2025-10-20 02:21:19] "POST /neutron/network HTTP/1.1" 200 843 0.007765 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/port HTTP/1.1" 200 1064 0.016340 10.0.0.27 - - [2025-10-20 02:21:20] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001159 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/port HTTP/1.1" 200 1092 0.020833 10.0.0.22 - - [2025-10-20 02:21:20] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.072860 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.008938 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/port HTTP/1.1" 200 1092 0.016522 10.0.0.27 - - [2025-10-20 02:21:20] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000856 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/router HTTP/1.1" 200 585 0.104362 10.0.0.22 - - [2025-10-20 02:21:20] "POST /route-targets HTTP/1.1" 200 327 0.013326 10.0.0.22 - - [2025-10-20 02:21:20] "POST /neutron/router HTTP/1.1" 200 656 0.015816 10.0.0.254 - - [2025-10-20 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.033837 10.0.0.27 - - [2025-10-20 02:21:20] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001064 10.0.0.27 - - [2025-10-20 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008283 10.0.0.254 - - [2025-10-20 02:21:21] "POST /virtual-networks HTTP/1.1" 200 694 0.160421 10.0.0.22 - - [2025-10-20 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.030235 10.0.0.254 - - [2025-10-20 02:21:21] "PUT /logical-router/bd00e5bd-cd5c-466e-85a4-ac61c822e0d1 HTTP/1.1" 200 262 0.084712 10.0.0.22 - - [2025-10-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1062 0.439069 10.0.0.22 - - [2025-10-20 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009056 10.0.0.254 - - [2025-10-20 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.22 - - [2025-10-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1092 0.023688 10.0.0.22 - - [2025-10-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 1090 0.028805 10.0.0.254 - - [2025-10-20 02:21:21] "POST /chown HTTP/1.1" 200 109 0.040590 10.0.0.22 - - [2025-10-20 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.22 - - [2025-10-20 02:21:21] "GET /virtual-machine/7bd4815c-5e46-4744-a817-f353ae2c1678 HTTP/1.1" 401 292 0.000513 10.0.0.254 - - [2025-10-20 02:21:22] "POST /chown HTTP/1.1" 200 109 0.024841 10.0.0.254 - - [2025-10-20 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.026612 10.0.0.22 - - [2025-10-20 02:21:22] "GET /virtual-machine/7bd4815c-5e46-4744-a817-f353ae2c1678 HTTP/1.1" 200 1295 0.038554 10.0.0.22 - - [2025-10-20 02:21:22] "GET /virtual-machine-interface/7441fd7f-f1c4-4307-b9f4-83102813cccb HTTP/1.1" 200 2956 0.004960 10.0.0.254 - - [2025-10-20 02:21:22] "POST /instance-ips HTTP/1.1" 200 549 0.050537 10.0.0.22 - - [2025-10-20 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010242 10.0.0.22 - - [2025-10-20 02:21:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.014195 10.0.0.22 - - [2025-10-20 02:21:22] "GET /virtual-networks?parent_id=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003467 10.0.0.22 - - [2025-10-20 02:21:22] "GET /virtual-network/571cfba9-89c5-483a-9b2b-54ca1ca070b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007293 10.0.0.254 - - [2025-10-20 02:21:22] "PUT /virtual-machine-interface/7d83509d-bdff-4578-9813-a109905c5adf HTTP/1.1" 200 284 0.027914 10.0.0.254 - - [2025-10-20 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.026686 10.0.0.22 - - [2025-10-20 02:21:22] "PUT /routing-instance/bb722d91-9e69-4ecc-a0a6-acd7e03800d8 HTTP/1.1" 200 266 0.051542 10.0.0.254 - - [2025-10-20 02:21:22] "POST /chown HTTP/1.1" 200 109 0.046210 10.0.0.254 - - [2025-10-20 02:21:23] "PUT /virtual-machine-interface/570e704b-f734-48a0-a338-c9082003a732 HTTP/1.1" 200 284 0.029157 10.0.0.254 - - [2025-10-20 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.053340 10.0.0.254 - - [2025-10-20 02:21:23] "POST /instance-ips HTTP/1.1" 400 316 0.050033 10.0.0.254 - - [2025-10-20 02:21:23] "PUT /instance-ip/40af077d-2bd0-4757-babb-d14a94d4ebed HTTP/1.1" 200 256 0.044696 10.0.0.22 - - [2025-10-20 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.032844 10.0.0.254 - - [2025-10-20 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.041777 10.0.0.22 - - [2025-10-20 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2025-10-20 02:21:25] "GET /virtual-network/571cfba9-89c5-483a-9b2b-54ca1ca070b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007222 10.0.0.22 - - [2025-10-20 02:21:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015234 10.0.0.22 - - [2025-10-20 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.22 - - [2025-10-20 02:21:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003903 10.0.0.22 - - [2025-10-20 02:21:29] "GET /virtual-networks?parent_id=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002636 10.0.0.22 - - [2025-10-20 02:21:29] "GET /virtual-network/571cfba9-89c5-483a-9b2b-54ca1ca070b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005250 10.0.0.22 - - [2025-10-20 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006459 10.0.0.22 - - [2025-10-20 02:21:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015413 10.0.0.22 - - [2025-10-20 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007392 10.0.0.22 - - [2025-10-20 02:21:35] "GET /virtual-machine/0fd79127-0a96-4be9-a3e2-18655eb1bc59 HTTP/1.1" 200 1295 0.005784 10.0.0.22 - - [2025-10-20 02:21:35] "GET /virtual-machine-interface/a90261fa-f925-48e6-a9f3-c8ed506dffb4 HTTP/1.1" 200 2969 0.006134 10.0.0.22 - - [2025-10-20 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.22 - - [2025-10-20 02:21:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003786 10.0.0.22 - - [2025-10-20 02:21:35] "GET /virtual-networks?parent_id=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002817 10.0.0.22 - - [2025-10-20 02:21:35] "GET /virtual-network/353f8656-4133-4a48-98f7-070c432a87f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005215 10.0.0.22 - - [2025-10-20 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.22 - - [2025-10-20 02:21:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003821 10.0.0.22 - - [2025-10-20 02:21:36] "GET /virtual-networks?parent_id=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003153 10.0.0.22 - - [2025-10-20 02:21:36] "GET /virtual-network/353f8656-4133-4a48-98f7-070c432a87f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005759 10.0.0.22 - - [2025-10-20 02:21:40] "POST /neutron/router HTTP/1.1" 200 656 0.008984 10.0.0.22 - - [2025-10-20 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010525 10.0.0.22 - - [2025-10-20 02:21:40] "POST /neutron/router HTTP/1.1" 200 151 0.122876 10.0.0.254 - - [2025-10-20 02:21:40] "PUT /logical-router/bd00e5bd-cd5c-466e-85a4-ac61c822e0d1 HTTP/1.1" 500 213 0.128768 10.0.0.22 - - [2025-10-20 02:21:40] "PUT /routing-instance/bb722d91-9e69-4ecc-a0a6-acd7e03800d8 HTTP/1.1" 200 266 0.019701 10.0.0.254 - - [2025-10-20 02:21:40] "DELETE /route-table/bf30f95c-58f4-452d-a19d-281c34e39abd HTTP/1.1" 200 115 0.033749 10.0.0.254 - - [2025-10-20 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.033771 10.0.0.27 - - [2025-10-20 02:21:41] "DELETE /project/ce8817e3f7a64f6a92afd31289909608 HTTP/1.1" 404 173 0.016824 10.0.0.27 - - [2025-10-20 02:21:41] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.27 - - [2025-10-20 02:21:41] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.053414 10.0.0.27 - - [2025-10-20 02:21:41] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001577 10.0.0.27 - - [2025-10-20 02:21:41] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?fields=security_groups HTTP/1.1" 200 1368 0.105155 10.0.0.22 - - [2025-10-20 02:21:41] "POST /neutron/port HTTP/1.1" 200 1090 0.035939 10.0.0.27 - - [2025-10-20 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006068 10.0.0.27 - - [2025-10-20 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.254 - - [2025-10-20 02:21:41] "DELETE /virtual-network/68dc6518-3763-4289-831a-68cfeca8e930 HTTP/1.1" 200 115 0.276576 10.0.0.27 - - [2025-10-20 02:21:41] "DELETE /security-group/88c76841-54a2-424f-8c1b-6dea066ee344 HTTP/1.1" 200 115 0.072263 10.0.0.27 - - [2025-10-20 02:21:41] "GET /projects?obj_uuids=fa84e05a-5940-4ae3-b367-b6cd90eae31e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000781 10.0.0.27 - - [2025-10-20 02:21:41] "GET /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e?fields=application_policy_sets HTTP/1.1" 200 1407 0.065403 10.0.0.22 - - [2025-10-20 02:21:41] "DELETE /access-control-list/d9e86db0-303b-4bfc-84d0-ac71f2fac330 HTTP/1.1" 200 115 0.063882 10.0.0.254 - - [2025-10-20 02:21:41] "DELETE /virtual-machine-interface/9497156c-e10b-4122-96db-07daa78744a9 HTTP/1.1" 200 115 0.105227 10.0.0.22 - - [2025-10-20 02:21:41] "POST /neutron/port HTTP/1.1" 200 151 0.395230 10.0.0.27 - - [2025-10-20 02:21:41] "DELETE /project/fa84e05a-5940-4ae3-b367-b6cd90eae31e HTTP/1.1" 200 115 0.647268 10.0.0.254 - - [2025-10-20 02:21:41] "GET /instance-ip/860163c8-cc7f-41e4-9884-ef38c2913c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010134 10.0.0.254 - - [2025-10-20 02:21:41] "DELETE /virtual-machine/8da59240-95c4-4983-acdf-a73b259b6bb8 HTTP/1.1" 200 115 0.054691 10.0.0.254 - - [2025-10-20 02:21:42] "GET /instance-ip/860163c8-cc7f-41e4-9884-ef38c2913c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.017999 10.0.0.254 - - [2025-10-20 02:21:42] "GET /virtual-machine-interface/7d83509d-bdff-4578-9813-a109905c5adf?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.006732 10.0.0.254 - - [2025-10-20 02:21:42] "DELETE /virtual-machine/55927681-b2a2-45a6-9433-dfcc3e5f6e14 HTTP/1.1" 200 115 0.039093 10.0.0.22 - - [2025-10-20 02:21:43] "POST /neutron/network HTTP/1.1" 200 833 0.008046 10.0.0.22 - - [2025-10-20 02:21:43] "DELETE /route-target/9b45867d-b2eb-4166-a227-d7483e05f008 HTTP/1.1" 200 115 0.023982 10.0.0.27 - - [2025-10-20 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.27 - - [2025-10-20 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003763 10.0.0.22 - - [2025-10-20 02:21:43] "POST /neutron/network HTTP/1.1" 200 151 0.141356 10.0.0.27 - - [2025-10-20 02:21:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-10-20 02:21:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.254 - - [2025-10-20 02:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.22 - - [2025-10-20 02:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.254 - - [2025-10-20 02:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-10-20 02:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2025-10-20 02:21:44] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001025 10.0.0.22 - - [2025-10-20 02:21:44] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043190 10.0.0.27 - - [2025-10-20 02:21:44] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000855 10.0.0.22 - - [2025-10-20 02:21:44] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?fields=virtual_networks HTTP/1.1" 200 1049 0.040915 10.0.0.27 - - [2025-10-20 02:21:44] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.22 - - [2025-10-20 02:21:44] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044375 10.0.0.27 - - [2025-10-20 02:21:44] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.22 - - [2025-10-20 02:21:44] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?fields=security_groups HTTP/1.1" 200 1278 0.042062 10.0.0.27 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.254 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.254 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-10-20 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.22 - - [2025-10-20 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.023891 10.0.0.27 - - [2025-10-20 02:21:45] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234 10.0.0.27 - - [2025-10-20 02:21:45] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.27 - - [2025-10-20 02:21:45] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006246 10.0.0.27 - - [2025-10-20 02:21:46] "POST /id-to-fqname HTTP/1.1" 200 198 0.001359 10.0.0.27 - - [2025-10-20 02:21:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005944 10.0.0.27 - - [2025-10-20 02:21:46] "POST /security-groups HTTP/1.1" 200 599 0.031239 10.0.0.22 - - [2025-10-20 02:21:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.004515 10.0.0.27 - - [2025-10-20 02:21:46] "POST /projects HTTP/1.1" 200 601 0.231205 10.0.0.27 - - [2025-10-20 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.296927 10.0.0.22 - - [2025-10-20 02:21:46] "POST /access-control-lists HTTP/1.1" 200 602 0.030819 10.0.0.22 - - [2025-10-20 02:21:46] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.430576 10.0.0.22 - - [2025-10-20 02:21:48] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.22 - - [2025-10-20 02:21:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2025-10-20 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.053214 10.0.0.27 - - [2025-10-20 02:21:50] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.22 - - [2025-10-20 02:21:50] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039304 10.0.0.27 - - [2025-10-20 02:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007153 10.0.0.22 - - [2025-10-20 02:21:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.269710 10.0.0.22 - - [2025-10-20 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001210 10.0.0.22 - - [2025-10-20 02:21:50] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007676 10.0.0.22 - - [2025-10-20 02:21:50] "POST /neutron/network HTTP/1.1" 200 1007 0.008524 10.0.0.22 - - [2025-10-20 02:21:50] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004739 10.0.0.22 - - [2025-10-20 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.009191 10.0.0.22 - - [2025-10-20 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.27 - - [2025-10-20 02:21:51] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000767 10.0.0.22 - - [2025-10-20 02:21:51] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.035399 10.0.0.22 - - [2025-10-20 02:21:51] "POST /route-targets HTTP/1.1" 200 327 0.016160 10.0.0.27 - - [2025-10-20 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008516 10.0.0.22 - - [2025-10-20 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.176871 10.0.0.22 - - [2025-10-20 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.051577 10.0.0.22 - - [2025-10-20 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001189 10.0.0.22 - - [2025-10-20 02:21:51] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007110 10.0.0.22 - - [2025-10-20 02:21:51] "POST /neutron/network HTTP/1.1" 200 1004 0.009281 10.0.0.22 - - [2025-10-20 02:21:51] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004948 10.0.0.22 - - [2025-10-20 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.010898 10.0.0.22 - - [2025-10-20 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.006108 10.0.0.22 - - [2025-10-20 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-10-20 02:21:51] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.22 - - [2025-10-20 02:21:51] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.060340 10.0.0.22 - - [2025-10-20 02:21:52] "POST /network-policys HTTP/1.1" 200 577 0.077314 10.0.0.22 - - [2025-10-20 02:21:52] "GET /network-policy/2815d12b-9dd9-4a6a-b136-97b50412283a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006252 10.0.0.22 - - [2025-10-20 02:21:52] "POST /access-control-lists HTTP/1.1" 200 596 0.062067 10.0.0.22 - - [2025-10-20 02:21:52] "POST /neutron/network HTTP/1.1" 200 1115 0.016088 10.0.0.22 - - [2025-10-20 02:21:52] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005251 10.0.0.22 - - [2025-10-20 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.22 - - [2025-10-20 02:21:52] "GET /network-policy/2815d12b-9dd9-4a6a-b136-97b50412283a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007699 10.0.0.22 - - [2025-10-20 02:21:52] "POST /neutron/network HTTP/1.1" 200 1112 0.016117 10.0.0.22 - - [2025-10-20 02:21:52] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.011530 10.0.0.22 - - [2025-10-20 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005906 10.0.0.22 - - [2025-10-20 02:21:52] "GET /network-policy/2815d12b-9dd9-4a6a-b136-97b50412283a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004566 10.0.0.22 - - [2025-10-20 02:21:52] "POST /access-control-lists HTTP/1.1" 200 596 0.086792 10.0.0.22 - - [2025-10-20 02:21:53] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005685 10.0.0.22 - - [2025-10-20 02:21:53] "GET /obj-perms HTTP/1.1" 200 5046 0.047262 10.0.0.22 - - [2025-10-20 02:21:54] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005721 10.0.0.254 - - [2025-10-20 02:21:54] "GET /obj-perms HTTP/1.1" 200 5046 0.055457 10.0.0.27 - - [2025-10-20 02:21:55] "GET /obj-perms HTTP/1.1" 200 5046 0.054891 10.0.0.22 - - [2025-10-20 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001212 10.0.0.27 - - [2025-10-20 02:21:55] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.22 - - [2025-10-20 02:21:55] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.060912 10.0.0.22 - - [2025-10-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.011603 10.0.0.22 - - [2025-10-20 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001154 10.0.0.22 - - [2025-10-20 02:21:56] "POST /neutron/network HTTP/1.1" 200 1122 0.008802 10.0.0.22 - - [2025-10-20 02:21:56] "POST /neutron/port HTTP/1.1" 200 1176 0.020789 10.0.0.27 - - [2025-10-20 02:21:57] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.22 - - [2025-10-20 02:21:57] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.089985 10.0.0.22 - - [2025-10-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 1204 0.040963 10.0.0.22 - - [2025-10-20 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003218 10.0.0.22 - - [2025-10-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.22 - - [2025-10-20 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007301 10.0.0.22 - - [2025-10-20 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007329 10.0.0.22 - - [2025-10-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1173 0.018654 10.0.0.22 - - [2025-10-20 02:21:58] "POST /neutron/port HTTP/1.1" 200 1201 0.017164 10.0.0.22 - - [2025-10-20 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 1374 0.018356 10.0.0.22 - - [2025-10-20 02:21:58] "POST /neutron/network HTTP/1.1" 200 1112 0.012305 10.0.0.22 - - [2025-10-20 02:22:02] "POST /neutron/port HTTP/1.1" 200 1204 0.019383 10.0.0.22 - - [2025-10-20 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006114 10.0.0.22 - - [2025-10-20 02:22:02] "GET /virtual-machine/d8e7ff0f-6ce5-4ad7-9e53-36e1ffad1c05 HTTP/1.1" 401 292 0.000343 10.0.0.22 - - [2025-10-20 02:22:03] "GET /virtual-machine/d8e7ff0f-6ce5-4ad7-9e53-36e1ffad1c05 HTTP/1.1" 200 1301 0.027302 10.0.0.22 - - [2025-10-20 02:22:03] "GET /virtual-machine-interface/dbc935f0-2d7b-4715-b290-0df3fb016ad3 HTTP/1.1" 200 3176 0.005687 10.0.0.22 - - [2025-10-20 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.22 - - [2025-10-20 02:22:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002951 10.0.0.22 - - [2025-10-20 02:22:03] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002860 10.0.0.22 - - [2025-10-20 02:22:03] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007606 10.0.0.22 - - [2025-10-20 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-10-20 02:22:06] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005182 10.0.0.22 - - [2025-10-20 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.22 - - [2025-10-20 02:22:10] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004728 10.0.0.22 - - [2025-10-20 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2025-10-20 02:22:14] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005440 10.0.0.22 - - [2025-10-20 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-10-20 02:22:18] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005805 10.0.0.22 - - [2025-10-20 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-10-20 02:22:22] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005275 10.0.0.22 - - [2025-10-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.22 - - [2025-10-20 02:22:26] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005948 10.0.0.22 - - [2025-10-20 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-10-20 02:22:30] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005207 10.0.0.22 - - [2025-10-20 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.22 - - [2025-10-20 02:22:33] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003321 10.0.0.22 - - [2025-10-20 02:22:33] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003984 10.0.0.22 - - [2025-10-20 02:22:33] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005689 10.0.0.22 - - [2025-10-20 02:22:38] "POST /neutron/port HTTP/1.1" 200 1204 0.014576 10.0.0.22 - - [2025-10-20 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005900 10.0.0.27 - - [2025-10-20 02:22:41] "DELETE /project/f9a9591c35144d7bab489a53ec87e862 HTTP/1.1" 404 173 0.005739 10.0.0.27 - - [2025-10-20 02:22:41] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000767 10.0.0.27 - - [2025-10-20 02:22:41] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.043498 10.0.0.27 - - [2025-10-20 02:22:41] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000883 10.0.0.27 - - [2025-10-20 02:22:41] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?fields=security_groups HTTP/1.1" 200 1383 0.065716 10.0.0.27 - - [2025-10-20 02:22:42] "DELETE /security-group/6c2b2ece-104d-4f38-b07b-ddc7be3a17b0 HTTP/1.1" 200 115 0.047748 10.0.0.27 - - [2025-10-20 02:22:42] "GET /projects?obj_uuids=ce8817e3-f7a6-4f6a-92af-d31289909608&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001613 10.0.0.22 - - [2025-10-20 02:22:42] "DELETE /access-control-list/6f6de239-87b6-47d4-9bfd-555b582206fd HTTP/1.1" 200 115 0.051836 10.0.0.27 - - [2025-10-20 02:22:42] "GET /project/ce8817e3-f7a6-4f6a-92af-d31289909608?fields=application_policy_sets HTTP/1.1" 200 1422 0.050139 10.0.0.27 - - [2025-10-20 02:22:42] "DELETE /project/ce8817e3-f7a6-4f6a-92af-d31289909608 HTTP/1.1" 200 115 0.409656 10.0.0.22 - - [2025-10-20 02:22:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015621 10.0.0.22 - - [2025-10-20 02:22:47] "POST /neutron/port HTTP/1.1" 200 1201 0.014749 10.0.0.22 - - [2025-10-20 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004426 10.0.0.22 - - [2025-10-20 02:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.22 - - [2025-10-20 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007927 10.0.0.22 - - [2025-10-20 02:22:48] "POST /neutron/port HTTP/1.1" 200 1201 0.015846 10.0.0.22 - - [2025-10-20 02:22:48] "GET /virtual-machine/6a7d5e48-da95-4053-9e67-4b781112d1a7 HTTP/1.1" 200 1300 0.008158 10.0.0.22 - - [2025-10-20 02:22:48] "GET /virtual-machine-interface/29991ea3-8951-4604-ab30-0017e6ccd705 HTTP/1.1" 200 3175 0.005143 10.0.0.22 - - [2025-10-20 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.22 - - [2025-10-20 02:22:48] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003458 10.0.0.22 - - [2025-10-20 02:22:48] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002707 10.0.0.22 - - [2025-10-20 02:22:49] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005604 10.0.0.22 - - [2025-10-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.22 - - [2025-10-20 02:22:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004000 10.0.0.22 - - [2025-10-20 02:22:50] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003733 10.0.0.22 - - [2025-10-20 02:22:50] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005546 10.0.0.22 - - [2025-10-20 02:22:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007481 10.0.0.22 - - [2025-10-20 02:22:51] "POST /neutron/network HTTP/1.1" 200 1125 0.009898 10.0.0.22 - - [2025-10-20 02:22:51] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013902 10.0.0.22 - - [2025-10-20 02:22:51] "POST /neutron/network HTTP/1.1" 200 1115 0.015705 10.0.0.22 - - [2025-10-20 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2025-10-20 02:23:09] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.22 - - [2025-10-20 02:23:09] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042979 10.0.0.22 - - [2025-10-20 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-10-20 02:23:10] "PUT /network-policy/2815d12b-9dd9-4a6a-b136-97b50412283a HTTP/1.1" 200 262 0.013715 10.0.0.22 - - [2025-10-20 02:23:10] "PUT /access-control-list/2d43b725-2317-4f24-a193-9067bbe4fa84 HTTP/1.1" 200 272 0.016747 10.0.0.22 - - [2025-10-20 02:23:13] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006325 10.0.0.22 - - [2025-10-20 02:23:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004448 10.0.0.22 - - [2025-10-20 02:23:13] "POST /neutron/network HTTP/1.1" 200 1004 0.013449 10.0.0.22 - - [2025-10-20 02:23:13] "GET /virtual-network/96040fd1-9304-4431-9fd1-d4f9cb08c11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005483 10.0.0.22 - - [2025-10-20 02:23:13] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.011175 10.0.0.22 - - [2025-10-20 02:23:13] "POST /neutron/network HTTP/1.1" 200 1007 0.011970 10.0.0.22 - - [2025-10-20 02:23:14] "DELETE /access-control-list/65335917-da84-472b-b049-1a55b7b649dc HTTP/1.1" 200 115 0.085043 10.0.0.22 - - [2025-10-20 02:23:14] "GET /virtual-network/832b3dec-8339-4945-a437-dc7869c6fbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.025870 10.0.0.22 - - [2025-10-20 02:23:14] "DELETE /network-policy/2815d12b-9dd9-4a6a-b136-97b50412283a HTTP/1.1" 200 115 0.045591 10.0.0.22 - - [2025-10-20 02:23:14] "POST /neutron/network HTTP/1.1" 400 204 0.014017 10.0.0.22 - - [2025-10-20 02:23:14] "POST /neutron/port HTTP/1.1" 200 151 0.277334 10.0.0.22 - - [2025-10-20 02:23:16] "POST /neutron/network HTTP/1.1" 200 1004 0.009889 10.0.0.22 - - [2025-10-20 02:23:16] "DELETE /route-target/f76adc1a-19d9-47eb-8448-58092fa4bbcd HTTP/1.1" 200 115 0.021403 10.0.0.27 - - [2025-10-20 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.27 - - [2025-10-20 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002161 10.0.0.27 - - [2025-10-20 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.27 - - [2025-10-20 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.22 - - [2025-10-20 02:23:16] "POST /neutron/network HTTP/1.1" 200 151 0.129731 10.0.0.27 - - [2025-10-20 02:23:21] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.22 - - [2025-10-20 02:23:21] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044253 10.0.0.22 - - [2025-10-20 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2025-10-20 02:23:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.22 - - [2025-10-20 02:23:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.005920 10.0.0.22 - - [2025-10-20 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-10-20 02:23:21] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.22 - - [2025-10-20 02:23:21] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041824 10.0.0.22 - - [2025-10-20 02:23:21] "GET /domains HTTP/1.1" 200 280 0.003224 10.0.0.27 - - [2025-10-20 02:23:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.22 - - [2025-10-20 02:23:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633 HTTP/1.1" 200 2582 0.015858 10.0.0.27 - - [2025-10-20 02:23:21] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.22 - - [2025-10-20 02:23:22] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862 HTTP/1.1" 200 1911 0.097376 10.0.0.22 - - [2025-10-20 02:23:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003440 10.0.0.22 - - [2025-10-20 02:23:22] "POST /network-ipams HTTP/1.1" 200 609 0.038408 10.0.0.22 - - [2025-10-20 02:23:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003514 10.0.0.22 - - [2025-10-20 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012411 10.0.0.22 - - [2025-10-20 02:23:22] "GET /network-ipam/8ca96b13-ad7f-4c80-bf24-3f41f0f06c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.006250 10.0.0.22 - - [2025-10-20 02:23:22] "PUT /network-ipam/8ca96b13-ad7f-4c80-bf24-3f41f0f06c86 HTTP/1.1" 200 258 0.015604 10.0.0.22 - - [2025-10-20 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.27 - - [2025-10-20 02:23:22] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000791 10.0.0.22 - - [2025-10-20 02:23:22] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045331 10.0.0.22 - - [2025-10-20 02:23:22] "POST /route-targets HTTP/1.1" 200 327 0.023371 10.0.0.27 - - [2025-10-20 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.012731 10.0.0.22 - - [2025-10-20 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.251410 10.0.0.22 - - [2025-10-20 02:23:23] "POST /neutron/network HTTP/1.1" 200 1308 0.020049 10.0.0.22 - - [2025-10-20 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001274 10.0.0.22 - - [2025-10-20 02:23:23] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005097 10.0.0.22 - - [2025-10-20 02:23:23] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.012601 10.0.0.22 - - [2025-10-20 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.013836 10.0.0.22 - - [2025-10-20 02:23:24] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005126 10.0.0.22 - - [2025-10-20 02:23:24] "GET /obj-perms HTTP/1.1" 200 5046 0.003825 10.0.0.22 - - [2025-10-20 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-10-20 02:23:24] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000809 10.0.0.22 - - [2025-10-20 02:23:24] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050445 10.0.0.22 - - [2025-10-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 117 0.011283 10.0.0.22 - - [2025-10-20 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.035393 10.0.0.27 - - [2025-10-20 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010402 10.0.0.22 - - [2025-10-20 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.189826 10.0.0.22 - - [2025-10-20 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003101 10.0.0.22 - - [2025-10-20 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001267 10.0.0.22 - - [2025-10-20 02:23:25] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006336 10.0.0.22 - - [2025-10-20 02:23:25] "POST /neutron/network HTTP/1.1" 200 1308 0.010824 10.0.0.22 - - [2025-10-20 02:23:25] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004922 10.0.0.22 - - [2025-10-20 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.008299 10.0.0.22 - - [2025-10-20 02:23:25] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005482 10.0.0.254 - - [2025-10-20 02:23:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003868 10.0.0.22 - - [2025-10-20 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-10-20 02:23:26] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000801 10.0.0.22 - - [2025-10-20 02:23:26] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043320 10.0.0.27 - - [2025-10-20 02:23:26] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.22 - - [2025-10-20 02:23:26] "POST /neutron/network HTTP/1.1" 200 619 0.128702 10.0.0.27 - - [2025-10-20 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007799 10.0.0.22 - - [2025-10-20 02:23:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.192722 10.0.0.22 - - [2025-10-20 02:23:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001134 10.0.0.22 - - [2025-10-20 02:23:27] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004804 10.0.0.22 - - [2025-10-20 02:23:27] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005991 10.0.0.22 - - [2025-10-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 1309 0.027439 10.0.0.22 - - [2025-10-20 02:23:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.008600 10.0.0.22 - - [2025-10-20 02:23:27] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005055 10.0.0.27 - - [2025-10-20 02:23:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003775 10.0.0.22 - - [2025-10-20 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-10-20 02:23:27] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.22 - - [2025-10-20 02:23:27] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047104 10.0.0.22 - - [2025-10-20 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.032726 10.0.0.27 - - [2025-10-20 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005061 10.0.0.22 - - [2025-10-20 02:23:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.185153 10.0.0.22 - - [2025-10-20 02:23:28] "POST /neutron/network HTTP/1.1" 200 1309 0.012985 10.0.0.22 - - [2025-10-20 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.000894 10.0.0.22 - - [2025-10-20 02:23:28] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004473 10.0.0.22 - - [2025-10-20 02:23:28] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005028 10.0.0.22 - - [2025-10-20 02:23:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.009102 10.0.0.22 - - [2025-10-20 02:23:28] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007408 10.0.0.22 - - [2025-10-20 02:23:29] "GET /obj-perms HTTP/1.1" 200 5046 0.003797 10.0.0.22 - - [2025-10-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003168 10.0.0.22 - - [2025-10-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.27 - - [2025-10-20 02:23:29] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.22 - - [2025-10-20 02:23:29] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.035430 10.0.0.22 - - [2025-10-20 02:23:29] "POST /network-policys HTTP/1.1" 200 559 0.073101 10.0.0.22 - - [2025-10-20 02:23:29] "GET /network-policy/734dab00-64ef-4ec2-a46b-12fdc5a7fcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005748 10.0.0.22 - - [2025-10-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.002675 10.0.0.22 - - [2025-10-20 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2025-10-20 02:23:29] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.22 - - [2025-10-20 02:23:29] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045236 10.0.0.22 - - [2025-10-20 02:23:29] "POST /network-policys HTTP/1.1" 200 559 0.073701 10.0.0.22 - - [2025-10-20 02:23:29] "GET /network-policy/e5e3bb1f-bb92-425a-8d94-bd2080b4cdad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006907 10.0.0.22 - - [2025-10-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.002666 10.0.0.22 - - [2025-10-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2025-10-20 02:23:30] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.22 - - [2025-10-20 02:23:30] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043696 10.0.0.22 - - [2025-10-20 02:23:30] "POST /network-policys HTTP/1.1" 200 559 0.077585 10.0.0.22 - - [2025-10-20 02:23:30] "GET /network-policy/6654af20-390c-45e0-b884-9c5917a54b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007627 10.0.0.22 - - [2025-10-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.002695 10.0.0.22 - - [2025-10-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.27 - - [2025-10-20 02:23:30] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.22 - - [2025-10-20 02:23:30] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041451 10.0.0.22 - - [2025-10-20 02:23:30] "POST /network-policys HTTP/1.1" 200 559 0.084932 10.0.0.22 - - [2025-10-20 02:23:30] "GET /network-policy/49c7164c-5a79-4a40-a88d-1ed07a87c2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006511 10.0.0.22 - - [2025-10-20 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003123 10.0.0.22 - - [2025-10-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2025-10-20 02:23:31] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.22 - - [2025-10-20 02:23:31] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047721 10.0.0.22 - - [2025-10-20 02:23:31] "POST /network-policys HTTP/1.1" 200 559 0.069150 10.0.0.22 - - [2025-10-20 02:23:31] "GET /network-policy/44fd2bf1-d11d-47c3-98b8-ddb0e9471ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006175 10.0.0.22 - - [2025-10-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002826 10.0.0.22 - - [2025-10-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-10-20 02:23:31] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.22 - - [2025-10-20 02:23:31] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053775 10.0.0.22 - - [2025-10-20 02:23:31] "POST /network-policys HTTP/1.1" 200 559 0.073177 10.0.0.22 - - [2025-10-20 02:23:31] "GET /network-policy/2d043ee9-ad45-4073-89a4-1433569f7603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005920 10.0.0.22 - - [2025-10-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002742 10.0.0.22 - - [2025-10-20 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-10-20 02:23:31] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.22 - - [2025-10-20 02:23:31] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039441 10.0.0.22 - - [2025-10-20 02:23:32] "POST /network-policys HTTP/1.1" 200 559 0.071362 10.0.0.22 - - [2025-10-20 02:23:32] "GET /network-policy/e54d52cf-e3fd-427c-923a-4539aeee9f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006548 10.0.0.22 - - [2025-10-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003004 10.0.0.22 - - [2025-10-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.27 - - [2025-10-20 02:23:32] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.22 - - [2025-10-20 02:23:32] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039171 10.0.0.22 - - [2025-10-20 02:23:32] "POST /network-policys HTTP/1.1" 200 559 0.076915 10.0.0.22 - - [2025-10-20 02:23:32] "GET /network-policy/f161f8ab-7bfb-41c5-88df-f4a3236548a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006104 10.0.0.22 - - [2025-10-20 02:23:32] "POST /neutron/network HTTP/1.1" 200 1308 0.010289 10.0.0.22 - - [2025-10-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003495 10.0.0.22 - - [2025-10-20 02:23:32] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.012534 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/734dab00-64ef-4ec2-a46b-12fdc5a7fcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003987 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/e5e3bb1f-bb92-425a-8d94-bd2080b4cdad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004015 10.0.0.22 - - [2025-10-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1308 0.009827 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 248 0.003437 10.0.0.22 - - [2025-10-20 02:23:33] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.012999 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010277 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/49c7164c-5a79-4a40-a88d-1ed07a87c2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007329 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/6654af20-390c-45e0-b884-9c5917a54b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004974 10.0.0.22 - - [2025-10-20 02:23:33] "POST /neutron/network HTTP/1.1" 200 1309 0.010795 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 248 0.005770 10.0.0.22 - - [2025-10-20 02:23:33] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007747 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/2d043ee9-ad45-4073-89a4-1433569f7603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004557 10.0.0.22 - - [2025-10-20 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.22 - - [2025-10-20 02:23:33] "GET /network-policy/44fd2bf1-d11d-47c3-98b8-ddb0e9471ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004226 10.0.0.22 - - [2025-10-20 02:23:34] "POST /neutron/network HTTP/1.1" 200 1309 0.010293 10.0.0.22 - - [2025-10-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005616 10.0.0.22 - - [2025-10-20 02:23:34] "POST /access-control-lists HTTP/1.1" 200 605 0.041663 10.0.0.22 - - [2025-10-20 02:23:34] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007639 10.0.0.22 - - [2025-10-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.22 - - [2025-10-20 02:23:34] "GET /network-policy/e54d52cf-e3fd-427c-923a-4539aeee9f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.003962 10.0.0.22 - - [2025-10-20 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.22 - - [2025-10-20 02:23:34] "GET /network-policy/f161f8ab-7bfb-41c5-88df-f4a3236548a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003670 10.0.0.22 - - [2025-10-20 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.000949 10.0.0.22 - - [2025-10-20 02:24:03] "POST /neutron/network HTTP/1.1" 200 1503 0.011615 10.0.0.27 - - [2025-10-20 02:24:03] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.22 - - [2025-10-20 02:24:03] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.069288 10.0.0.22 - - [2025-10-20 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.006151 10.0.0.22 - - [2025-10-20 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001290 10.0.0.22 - - [2025-10-20 02:24:04] "POST /neutron/network HTTP/1.1" 200 1503 0.010989 10.0.0.27 - - [2025-10-20 02:24:05] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.22 - - [2025-10-20 02:24:05] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.090047 10.0.0.22 - - [2025-10-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1169 0.060558 10.0.0.22 - - [2025-10-20 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013573 10.0.0.22 - - [2025-10-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1143 0.021803 10.0.0.27 - - [2025-10-20 02:24:05] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.004350 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/port HTTP/1.1" 200 1169 0.468790 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/port HTTP/1.1" 200 1169 0.046425 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005215 10.0.0.22 - - [2025-10-20 02:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.002178 10.0.0.22 - - [2025-10-20 02:24:10] "POST /neutron/port HTTP/1.1" 200 1197 0.030931 10.0.0.22 - - [2025-10-20 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007359 10.0.0.22 - - [2025-10-20 02:24:25] "POST /neutron/port HTTP/1.1" 200 1197 0.015199 10.0.0.22 - - [2025-10-20 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006802 10.0.0.22 - - [2025-10-20 02:24:41] "POST /neutron/port HTTP/1.1" 200 1197 0.016090 10.0.0.22 - - [2025-10-20 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006730 10.0.0.254 - - [2025-10-20 02:24:49] "GET /obj-perms HTTP/1.1" 200 5056 0.050460 10.0.0.27 - - [2025-10-20 02:24:49] "GET /obj-perms HTTP/1.1" 200 5056 0.042619 10.0.0.22 - - [2025-10-20 02:24:56] "POST /neutron/port HTTP/1.1" 200 1197 0.016191 10.0.0.22 - - [2025-10-20 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006663 10.0.0.22 - - [2025-10-20 02:25:01] "POST /neutron/port HTTP/1.1" 200 1197 0.014528 10.0.0.22 - - [2025-10-20 02:25:01] "GET /virtual-machine/6a16ed35-6b8c-4e1d-a312-10de84517542 HTTP/1.1" 200 1300 0.006085 10.0.0.22 - - [2025-10-20 02:25:01] "GET /virtual-machine-interface/e78ef797-6238-4547-8079-1955864d70de HTTP/1.1" 200 3184 0.007881 10.0.0.22 - - [2025-10-20 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.22 - - [2025-10-20 02:25:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004824 10.0.0.22 - - [2025-10-20 02:25:01] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002727 10.0.0.22 - - [2025-10-20 02:25:01] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005803 10.0.0.22 - - [2025-10-20 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-20 02:25:04] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005407 10.0.0.22 - - [2025-10-20 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.22 - - [2025-10-20 02:25:09] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006279 10.0.0.22 - - [2025-10-20 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2025-10-20 02:25:13] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004947 10.0.0.22 - - [2025-10-20 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2025-10-20 02:25:17] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005095 10.0.0.22 - - [2025-10-20 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-10-20 02:25:21] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004981 10.0.0.22 - - [2025-10-20 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2025-10-20 02:25:25] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004994 10.0.0.22 - - [2025-10-20 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2025-10-20 02:25:29] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004672 10.0.0.22 - - [2025-10-20 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.22 - - [2025-10-20 02:25:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004243 10.0.0.22 - - [2025-10-20 02:25:31] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003584 10.0.0.22 - - [2025-10-20 02:25:31] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005671 10.0.0.22 - - [2025-10-20 02:25:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006711 10.0.0.22 - - [2025-10-20 02:25:39] "POST /neutron/port HTTP/1.1" 200 1197 0.036447 10.0.0.22 - - [2025-10-20 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007772 10.0.0.22 - - [2025-10-20 02:25:47] "POST /neutron/port HTTP/1.1" 200 1197 0.016688 10.0.0.22 - - [2025-10-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 1197 0.019866 10.0.0.22 - - [2025-10-20 02:25:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.22 - - [2025-10-20 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.22 - - [2025-10-20 02:25:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006998 10.0.0.22 - - [2025-10-20 02:25:52] "POST /neutron/port HTTP/1.1" 200 1197 0.016669 10.0.0.22 - - [2025-10-20 02:25:52] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 200 1301 0.005896 10.0.0.22 - - [2025-10-20 02:25:52] "GET /virtual-machine-interface/64b16f3f-aed3-4575-b693-3159f3106f40 HTTP/1.1" 200 3184 0.010222 10.0.0.22 - - [2025-10-20 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627 10.0.0.22 - - [2025-10-20 02:25:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003456 10.0.0.22 - - [2025-10-20 02:25:52] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002975 10.0.0.22 - - [2025-10-20 02:25:52] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005284 10.0.0.22 - - [2025-10-20 02:25:53] "POST /neutron/port HTTP/1.1" 200 1197 0.015477 10.0.0.22 - - [2025-10-20 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004353 10.0.0.22 - - [2025-10-20 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.22 - - [2025-10-20 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.22 - - [2025-10-20 02:25:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003565 10.0.0.22 - - [2025-10-20 02:25:53] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003130 10.0.0.22 - - [2025-10-20 02:25:54] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005605 10.0.0.22 - - [2025-10-20 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007830 10.0.0.22 - - [2025-10-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.22 - - [2025-10-20 02:25:54] "GET /network-policy/6654af20-390c-45e0-b884-9c5917a54b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004076 10.0.0.22 - - [2025-10-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.22 - - [2025-10-20 02:25:54] "GET /network-policy/49c7164c-5a79-4a40-a88d-1ed07a87c2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004705 10.0.0.22 - - [2025-10-20 02:25:54] "POST /neutron/port HTTP/1.1" 200 1197 0.014779 10.0.0.22 - - [2025-10-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-10-20 02:25:54] "GET /network-policy/734dab00-64ef-4ec2-a46b-12fdc5a7fcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004841 10.0.0.22 - - [2025-10-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.22 - - [2025-10-20 02:25:54] "GET /network-policy/e5e3bb1f-bb92-425a-8d94-bd2080b4cdad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004628 10.0.0.22 - - [2025-10-20 02:26:12] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 200 1301 0.003608 10.0.0.22 - - [2025-10-20 02:26:13] "POST /neutron/port HTTP/1.1" 200 1223 0.016730 10.0.0.22 - - [2025-10-20 02:26:14] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.002778 10.0.0.22 - - [2025-10-20 02:26:14] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.002725 10.0.0.22 - - [2025-10-20 02:26:14] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.002960 10.0.0.22 - - [2025-10-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.22 - - [2025-10-20 02:26:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003447 10.0.0.22 - - [2025-10-20 02:26:14] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003041 10.0.0.22 - - [2025-10-20 02:26:14] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006890 10.0.0.22 - - [2025-10-20 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.22 - - [2025-10-20 02:26:14] "GET /routing-instance/8094d636-f216-4b36-ae34-6b1bb6a403e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004580 10.0.0.22 - - [2025-10-20 02:26:14] "GET /route-target/d524a3ab-dc4a-4102-bfed-753d6e743b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003320 10.0.0.22 - - [2025-10-20 02:26:15] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.003279 10.0.0.22 - - [2025-10-20 02:26:16] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.003943 10.0.0.22 - - [2025-10-20 02:26:17] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.003753 10.0.0.22 - - [2025-10-20 02:26:18] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.004050 10.0.0.22 - - [2025-10-20 02:26:19] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.003141 10.0.0.22 - - [2025-10-20 02:26:20] "GET /virtual-machine/c3cb93d4-bb8d-4a49-a778-737ac5a83363 HTTP/1.1" 404 171 0.003449 10.0.0.22 - - [2025-10-20 02:26:20] "GET /obj-perms HTTP/1.1" 200 5046 0.003619 10.0.0.27 - - [2025-10-20 02:26:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004069 10.0.0.22 - - [2025-10-20 02:26:29] "GET /obj-perms HTTP/1.1" 200 5046 0.005173 10.0.0.27 - - [2025-10-20 02:26:35] "GET /obj-perms HTTP/1.1" 200 5046 0.004980 10.0.0.22 - - [2025-10-20 02:26:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004298 10.0.0.27 - - [2025-10-20 02:26:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-10-20 02:26:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.254 - - [2025-10-20 02:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-10-20 02:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.254 - - [2025-10-20 02:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2025-10-20 02:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.27 - - [2025-10-20 02:26:44] "GET /obj-perms HTTP/1.1" 200 5046 0.003928 10.0.0.22 - - [2025-10-20 02:26:44] "GET /obj-perms HTTP/1.1" 200 5046 0.003728 10.0.0.22 - - [2025-10-20 02:26:44] "GET /virtual-machine/6a16ed35-6b8c-4e1d-a312-10de84517542 HTTP/1.1" 200 1300 0.004994 10.0.0.27 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 02:26:45] "POST /neutron/port HTTP/1.1" 200 1223 0.013020 10.0.0.254 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.254 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.22 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-20 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-10-20 02:26:46] "GET /virtual-machine/6a16ed35-6b8c-4e1d-a312-10de84517542 HTTP/1.1" 404 171 0.003592 10.0.0.22 - - [2025-10-20 02:26:46] "GET /virtual-machine/6a16ed35-6b8c-4e1d-a312-10de84517542 HTTP/1.1" 404 171 0.002407 10.0.0.22 - - [2025-10-20 02:26:46] "GET /virtual-machine/6a16ed35-6b8c-4e1d-a312-10de84517542 HTTP/1.1" 404 171 0.002621 10.0.0.22 - - [2025-10-20 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.22 - - [2025-10-20 02:26:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003606 10.0.0.22 - - [2025-10-20 02:26:47] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003326 10.0.0.22 - - [2025-10-20 02:26:47] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007338 10.0.0.22 - - [2025-10-20 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.22 - - [2025-10-20 02:26:47] "GET /routing-instance/0c3c01a7-46e8-4a07-bbb4-5027eba724f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004913 10.0.0.22 - - [2025-10-20 02:26:47] "GET /route-target/559cbe6f-e012-4430-92dd-08df9212c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005785 10.0.0.22 - - [2025-10-20 02:26:47] "GET /obj-perms HTTP/1.1" 200 5046 0.004086 10.0.0.22 - - [2025-10-20 02:26:51] "GET /obj-perms HTTP/1.1" 200 5056 0.047271 10.0.0.22 - - [2025-10-20 02:26:56] "GET /obj-perms HTTP/1.1" 200 5046 0.046888 10.0.0.22 - - [2025-10-20 02:26:59] "GET /obj-perms HTTP/1.1" 200 5046 0.003692 10.0.0.22 - - [2025-10-20 02:27:05] "GET /obj-perms HTTP/1.1" 200 5046 0.004284 10.0.0.22 - - [2025-10-20 02:27:08] "GET /obj-perms HTTP/1.1" 200 5046 0.006221 10.0.0.22 - - [2025-10-20 02:27:14] "GET /obj-perms HTTP/1.1" 200 5046 0.004333 10.0.0.22 - - [2025-10-20 02:27:15] "GET /obj-perms HTTP/1.1" 200 5046 0.003561 10.0.0.254 - - [2025-10-20 02:27:15] "GET /obj-perms HTTP/1.1" 200 5046 0.045412 10.0.0.27 - - [2025-10-20 02:27:15] "GET /obj-perms HTTP/1.1" 200 5046 0.056134 10.0.0.22 - - [2025-10-20 02:27:15] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.023392 10.0.0.22 - - [2025-10-20 02:27:15] "POST /neutron/network HTTP/1.1" 200 1309 0.113894 10.0.0.22 - - [2025-10-20 02:27:15] "DELETE /access-control-list/019215e6-3bdc-4478-8921-1218f18bc44b HTTP/1.1" 200 115 0.083789 10.0.0.22 - - [2025-10-20 02:27:15] "GET /virtual-network/7c211fdb-3ebe-4187-ac90-a396362f29ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005824 10.0.0.22 - - [2025-10-20 02:27:15] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006179 10.0.0.22 - - [2025-10-20 02:27:15] "POST /neutron/network HTTP/1.1" 200 1309 0.101900 10.0.0.22 - - [2025-10-20 02:27:15] "GET /virtual-network/32a9efe3-6a6d-4432-bc10-cc49afff7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007069 10.0.0.22 - - [2025-10-20 02:27:16] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005201 10.0.0.22 - - [2025-10-20 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.040484 10.0.0.22 - - [2025-10-20 02:27:16] "POST /neutron/network HTTP/1.1" 200 1308 0.116548 10.0.0.22 - - [2025-10-20 02:27:16] "GET /virtual-network/d5e7b449-2d7d-4744-85a4-6e7063c52477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005332 10.0.0.22 - - [2025-10-20 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.025010 10.0.0.22 - - [2025-10-20 02:27:16] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005928 10.0.0.22 - - [2025-10-20 02:27:16] "POST /neutron/network HTTP/1.1" 200 1308 0.095917 10.0.0.22 - - [2025-10-20 02:27:16] "GET /virtual-network/aafdc90f-088d-45f2-881d-ea394981a5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.010775 10.0.0.22 - - [2025-10-20 02:27:16] "DELETE /network-policy/f161f8ab-7bfb-41c5-88df-f4a3236548a3 HTTP/1.1" 200 115 0.041905 10.0.0.22 - - [2025-10-20 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2025-10-20 02:27:16] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024010 10.0.0.22 - - [2025-10-20 02:27:16] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065219 10.0.0.22 - - [2025-10-20 02:27:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005416 10.0.0.22 - - [2025-10-20 02:27:16] "DELETE /network-policy/e54d52cf-e3fd-427c-923a-4539aeee9f7d HTTP/1.1" 200 115 0.035795 10.0.0.22 - - [2025-10-20 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006886 10.0.0.27 - - [2025-10-20 02:27:16] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.22 - - [2025-10-20 02:27:16] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039317 10.0.0.22 - - [2025-10-20 02:27:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005872 10.0.0.22 - - [2025-10-20 02:27:17] "DELETE /network-policy/2d043ee9-ad45-4073-89a4-1433569f7603 HTTP/1.1" 200 115 0.033134 10.0.0.22 - - [2025-10-20 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2025-10-20 02:27:17] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.22 - - [2025-10-20 02:27:17] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.038913 10.0.0.22 - - [2025-10-20 02:27:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005777 10.0.0.22 - - [2025-10-20 02:27:17] "DELETE /network-policy/44fd2bf1-d11d-47c3-98b8-ddb0e9471ce5 HTTP/1.1" 200 115 0.040306 10.0.0.22 - - [2025-10-20 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-10-20 02:27:17] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.22 - - [2025-10-20 02:27:17] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043554 10.0.0.22 - - [2025-10-20 02:27:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007265 10.0.0.22 - - [2025-10-20 02:27:17] "DELETE /network-policy/49c7164c-5a79-4a40-a88d-1ed07a87c2a7 HTTP/1.1" 200 115 0.044598 10.0.0.22 - - [2025-10-20 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-10-20 02:27:17] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.22 - - [2025-10-20 02:27:17] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040009 10.0.0.22 - - [2025-10-20 02:27:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005636 10.0.0.22 - - [2025-10-20 02:27:17] "DELETE /network-policy/6654af20-390c-45e0-b884-9c5917a54b3b HTTP/1.1" 200 115 0.042914 10.0.0.22 - - [2025-10-20 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006247 10.0.0.27 - - [2025-10-20 02:27:17] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.22 - - [2025-10-20 02:27:17] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041622 10.0.0.22 - - [2025-10-20 02:27:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005527 10.0.0.22 - - [2025-10-20 02:27:17] "DELETE /network-policy/e5e3bb1f-bb92-425a-8d94-bd2080b4cdad HTTP/1.1" 200 115 0.040332 10.0.0.22 - - [2025-10-20 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.27 - - [2025-10-20 02:27:18] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.22 - - [2025-10-20 02:27:18] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040889 10.0.0.22 - - [2025-10-20 02:27:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005042 10.0.0.22 - - [2025-10-20 02:27:18] "DELETE /network-policy/734dab00-64ef-4ec2-a46b-12fdc5a7fcd1 HTTP/1.1" 200 115 0.044747 10.0.0.22 - - [2025-10-20 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.27 - - [2025-10-20 02:27:18] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000838 10.0.0.22 - - [2025-10-20 02:27:18] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052792 10.0.0.22 - - [2025-10-20 02:27:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-65405738&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006800 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006282 10.0.0.22 - - [2025-10-20 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007580 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007954 10.0.0.27 - - [2025-10-20 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005035 10.0.0.22 - - [2025-10-20 02:27:18] "POST /neutron/network HTTP/1.1" 200 151 0.159271 10.0.0.22 - - [2025-10-20 02:27:18] "DELETE /route-target/b1d2922e-7229-4e05-bbbf-5361ee02c971 HTTP/1.1" 200 115 0.022103 10.0.0.22 - - [2025-10-20 02:27:19] "POST /neutron/network HTTP/1.1" 200 1308 0.010210 10.0.0.22 - - [2025-10-20 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003873 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001999 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001984 10.0.0.27 - - [2025-10-20 02:27:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005015 10.0.0.22 - - [2025-10-20 02:27:19] "POST /neutron/network HTTP/1.1" 200 151 0.157857 10.0.0.22 - - [2025-10-20 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006626 10.0.0.22 - - [2025-10-20 02:27:20] "DELETE /network-ipam/8ca96b13-ad7f-4c80-bf24-3f41f0f06c86 HTTP/1.1" 200 115 0.035971 10.0.0.22 - - [2025-10-20 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 252 0.002966 10.0.0.27 - - [2025-10-20 02:27:20] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000788 10.0.0.27 - - [2025-10-20 02:27:20] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.046505 10.0.0.27 - - [2025-10-20 02:27:20] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000774 10.0.0.27 - - [2025-10-20 02:27:20] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=security_groups HTTP/1.1" 200 1398 0.040659 10.0.0.27 - - [2025-10-20 02:27:20] "DELETE /security-group/aa5cb74a-f246-4a21-b049-540d92f8a3a8 HTTP/1.1" 200 115 0.049572 10.0.0.27 - - [2025-10-20 02:27:20] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.27 - - [2025-10-20 02:27:20] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=application_policy_sets HTTP/1.1" 200 1437 0.054508 10.0.0.22 - - [2025-10-20 02:27:20] "DELETE /access-control-list/1892bb21-b6a1-4ffe-9622-6014217ae599 HTTP/1.1" 200 115 0.046324 10.0.0.22 - - [2025-10-20 02:27:20] "DELETE /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862 HTTP/1.1" 200 115 0.391841 10.0.0.27 - - [2025-10-20 02:27:20] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.22 - - [2025-10-20 02:27:20] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?fields=projects HTTP/1.1" 200 1245 0.011873 10.0.0.22 - - [2025-10-20 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.002989 10.0.0.27 - - [2025-10-20 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.006390 10.0.0.27 - - [2025-10-20 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.011554 10.0.0.27 - - [2025-10-20 02:27:25] "POST /security-groups HTTP/1.1" 200 599 0.046549 10.0.0.27 - - [2025-10-20 02:27:25] "POST /projects HTTP/1.1" 200 601 0.263537 10.0.0.22 - - [2025-10-20 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.291503 10.0.0.22 - - [2025-10-20 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.004158 10.0.0.27 - - [2025-10-20 02:27:25] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.22 - - [2025-10-20 02:27:26] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051257 10.0.0.22 - - [2025-10-20 02:27:26] "POST /network-policys HTTP/1.1" 200 559 0.026614 10.0.0.22 - - [2025-10-20 02:27:26] "GET /network-policy/0aa08bf5-58ec-4abf-8f9f-85eb96c71ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005916 10.0.0.22 - - [2025-10-20 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.27 - - [2025-10-20 02:27:26] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.22 - - [2025-10-20 02:27:26] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034334 10.0.0.22 - - [2025-10-20 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.022150 10.0.0.27 - - [2025-10-20 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005428 10.0.0.22 - - [2025-10-20 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 721 0.202936 10.0.0.22 - - [2025-10-20 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001236 10.0.0.22 - - [2025-10-20 02:27:26] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008409 10.0.0.22 - - [2025-10-20 02:27:26] "POST /neutron/network HTTP/1.1" 200 1007 0.008503 10.0.0.22 - - [2025-10-20 02:27:26] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005589 10.0.0.22 - - [2025-10-20 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.010501 10.0.0.22 - - [2025-10-20 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003491 10.0.0.22 - - [2025-10-20 02:27:27] "POST /neutron/network HTTP/1.1" 200 1106 0.010109 10.0.0.22 - - [2025-10-20 02:27:27] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004960 10.0.0.22 - - [2025-10-20 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007266 10.0.0.22 - - [2025-10-20 02:27:27] "GET /network-policy/0aa08bf5-58ec-4abf-8f9f-85eb96c71ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.003893 10.0.0.22 - - [2025-10-20 02:27:27] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005524 10.0.0.22 - - [2025-10-20 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001210 10.0.0.27 - - [2025-10-20 02:27:28] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.22 - - [2025-10-20 02:27:28] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062831 10.0.0.22 - - [2025-10-20 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.005993 10.0.0.22 - - [2025-10-20 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 229 0.001204 10.0.0.22 - - [2025-10-20 02:27:28] "POST /neutron/network HTTP/1.1" 200 1116 0.009392 10.0.0.22 - - [2025-10-20 02:27:29] "PUT /access-control-list/983d6c88-19f0-40ba-abf8-cb5e8331e2ba HTTP/1.1" 200 272 0.020513 10.0.0.22 - - [2025-10-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1174 0.017948 10.0.0.27 - - [2025-10-20 02:27:29] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.22 - - [2025-10-20 02:27:29] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.082829 10.0.0.22 - - [2025-10-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 1202 0.022521 10.0.0.22 - - [2025-10-20 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005021 10.0.0.22 - - [2025-10-20 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.22 - - [2025-10-20 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007404 10.0.0.22 - - [2025-10-20 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007372 10.0.0.22 - - [2025-10-20 02:27:30] "POST /neutron/port HTTP/1.1" 200 1174 0.017406 10.0.0.22 - - [2025-10-20 02:27:31] "POST /neutron/port HTTP/1.1" 200 1202 0.020484 10.0.0.22 - - [2025-10-20 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015532 10.0.0.22 - - [2025-10-20 02:27:31] "POST /neutron/network HTTP/1.1" 200 1106 0.010253 10.0.0.22 - - [2025-10-20 02:27:35] "POST /neutron/port HTTP/1.1" 200 1202 0.017997 10.0.0.22 - - [2025-10-20 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009157 10.0.0.22 - - [2025-10-20 02:27:35] "GET /virtual-machine/102459d8-ae7e-4613-8435-264e9a85f8fd HTTP/1.1" 200 1299 0.031096 10.0.0.22 - - [2025-10-20 02:27:35] "GET /virtual-machine-interface/7ad72a1a-2a3b-40bb-9191-7a151befcc24 HTTP/1.1" 200 3178 0.005865 10.0.0.22 - - [2025-10-20 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.22 - - [2025-10-20 02:27:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003337 10.0.0.22 - - [2025-10-20 02:27:35] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002374 10.0.0.22 - - [2025-10-20 02:27:35] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005678 10.0.0.22 - - [2025-10-20 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.22 - - [2025-10-20 02:27:38] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004784 10.0.0.27 - - [2025-10-20 02:27:42] "DELETE /project/f9a9591c35144d7bab489a53ec87e862 HTTP/1.1" 404 173 0.024863 10.0.0.22 - - [2025-10-20 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.22 - - [2025-10-20 02:27:42] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007665 10.0.0.22 - - [2025-10-20 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-10-20 02:27:46] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005143 10.0.0.22 - - [2025-10-20 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.22 - - [2025-10-20 02:27:50] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004822 10.0.0.22 - - [2025-10-20 02:27:51] "POST /neutron/network HTTP/1.1" 200 1116 0.009900 10.0.0.22 - - [2025-10-20 02:27:51] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012293 10.0.0.22 - - [2025-10-20 02:27:51] "POST /neutron/network HTTP/1.1" 200 1106 0.010356 10.0.0.22 - - [2025-10-20 02:27:54] "POST /neutron/network HTTP/1.1" 200 1116 0.008631 10.0.0.22 - - [2025-10-20 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013321 10.0.0.22 - - [2025-10-20 02:27:54] "POST /neutron/network HTTP/1.1" 200 1106 0.008111 10.0.0.22 - - [2025-10-20 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.22 - - [2025-10-20 02:27:55] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006500 10.0.0.22 - - [2025-10-20 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.22 - - [2025-10-20 02:27:59] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004645 10.0.0.22 - - [2025-10-20 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.22 - - [2025-10-20 02:28:03] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005727 10.0.0.22 - - [2025-10-20 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.22 - - [2025-10-20 02:28:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003146 10.0.0.22 - - [2025-10-20 02:28:05] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003007 10.0.0.22 - - [2025-10-20 02:28:05] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004963 10.0.0.22 - - [2025-10-20 02:28:10] "POST /neutron/port HTTP/1.1" 200 1202 0.018135 10.0.0.22 - - [2025-10-20 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007205 10.0.0.22 - - [2025-10-20 02:28:17] "POST /neutron/port HTTP/1.1" 200 1202 0.014387 10.0.0.22 - - [2025-10-20 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007670 10.0.0.22 - - [2025-10-20 02:28:26] "POST /neutron/port HTTP/1.1" 200 1202 0.015124 10.0.0.22 - - [2025-10-20 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007089 10.0.0.22 - - [2025-10-20 02:28:26] "GET /virtual-machine/be5f333a-9c98-4c84-805d-fa89553489d0 HTTP/1.1" 200 1300 0.006303 10.0.0.22 - - [2025-10-20 02:28:26] "GET /virtual-machine-interface/ed8b1004-53e4-44aa-8e8f-f781a55ef282 HTTP/1.1" 200 3179 0.004896 10.0.0.22 - - [2025-10-20 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.22 - - [2025-10-20 02:28:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.22 - - [2025-10-20 02:28:26] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002490 10.0.0.22 - - [2025-10-20 02:28:26] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005697 10.0.0.22 - - [2025-10-20 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.22 - - [2025-10-20 02:28:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003269 10.0.0.22 - - [2025-10-20 02:28:27] "GET /virtual-networks?parent_id=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002698 10.0.0.22 - - [2025-10-20 02:28:27] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005635 10.0.0.22 - - [2025-10-20 02:28:49] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005495 10.0.0.22 - - [2025-10-20 02:28:49] "POST /neutron/network HTTP/1.1" 200 1007 0.028356 10.0.0.22 - - [2025-10-20 02:28:49] "GET /virtual-network/1ff69887-15c0-4ecb-8dfb-b69a543fb6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005501 10.0.0.22 - - [2025-10-20 02:28:49] "POST /neutron/port HTTP/1.1" 200 1202 0.014961 10.0.0.22 - - [2025-10-20 02:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.325113 10.0.0.22 - - [2025-10-20 02:28:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009083 10.0.0.22 - - [2025-10-20 02:28:51] "DELETE /route-target/6b17d1c2-0689-4ca5-a97d-94dd1450bc78 HTTP/1.1" 200 115 0.020116 10.0.0.22 - - [2025-10-20 02:28:51] "DELETE /network-policy/0aa08bf5-58ec-4abf-8f9f-85eb96c71ba4 HTTP/1.1" 200 115 0.032303 10.0.0.254 - - [2025-10-20 02:28:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051877 10.0.0.27 - - [2025-10-20 02:28:54] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.22 - - [2025-10-20 02:28:54] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063263 10.0.0.27 - - [2025-10-20 02:28:54] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.22 - - [2025-10-20 02:28:54] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=virtual_networks HTTP/1.1" 200 1059 0.053276 10.0.0.27 - - [2025-10-20 02:28:54] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.22 - - [2025-10-20 02:28:54] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.043033 10.0.0.27 - - [2025-10-20 02:28:54] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001702 10.0.0.22 - - [2025-10-20 02:28:54] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=security_groups HTTP/1.1" 200 1293 0.050423 10.0.0.22 - - [2025-10-20 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.025299 10.0.0.27 - - [2025-10-20 02:28:55] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.27 - - [2025-10-20 02:28:55] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.27 - - [2025-10-20 02:28:55] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007752 10.0.0.27 - - [2025-10-20 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 204 0.001156 10.0.0.27 - - [2025-10-20 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.011433 10.0.0.27 - - [2025-10-20 02:28:55] "POST /security-groups HTTP/1.1" 200 605 0.035074 10.0.0.27 - - [2025-10-20 02:28:55] "POST /projects HTTP/1.1" 200 613 0.255603 10.0.0.22 - - [2025-10-20 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 247 0.007557 10.0.0.27 - - [2025-10-20 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.335941 10.0.0.22 - - [2025-10-20 02:28:55] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.480152 10.0.0.22 - - [2025-10-20 02:28:56] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.22 - - [2025-10-20 02:29:00] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-10-20 02:29:00] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000918 10.0.0.22 - - [2025-10-20 02:29:00] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.072739 10.0.0.22 - - [2025-10-20 02:29:01] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.22 - - [2025-10-20 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-10-20 02:29:01] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.22 - - [2025-10-20 02:29:01] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008456 10.0.0.22 - - [2025-10-20 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-10-20 02:29:01] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000878 10.0.0.22 - - [2025-10-20 02:29:01] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.040180 10.0.0.22 - - [2025-10-20 02:29:02] "GET /domains HTTP/1.1" 401 292 0.000359 10.0.0.22 - - [2025-10-20 02:29:02] "GET /domains HTTP/1.1" 200 280 0.025876 10.0.0.27 - - [2025-10-20 02:29:02] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.22 - - [2025-10-20 02:29:02] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633 HTTP/1.1" 200 2782 0.012575 10.0.0.27 - - [2025-10-20 02:29:02] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000899 10.0.0.22 - - [2025-10-20 02:29:03] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f HTTP/1.1" 200 1947 0.095011 10.0.0.22 - - [2025-10-20 02:29:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005778 10.0.0.22 - - [2025-10-20 02:29:03] "POST /network-ipams HTTP/1.1" 200 627 0.032331 10.0.0.22 - - [2025-10-20 02:29:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.004261 10.0.0.22 - - [2025-10-20 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.22 - - [2025-10-20 02:29:03] "GET /network-ipam/e3a2586c-ec46-463c-9bee-92a4b1f6d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.005442 10.0.0.22 - - [2025-10-20 02:29:03] "PUT /network-ipam/e3a2586c-ec46-463c-9bee-92a4b1f6d6ab HTTP/1.1" 200 258 0.014677 10.0.0.22 - - [2025-10-20 02:29:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-10-20 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024660 10.0.0.27 - - [2025-10-20 02:29:03] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001068 10.0.0.22 - - [2025-10-20 02:29:03] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.037841 10.0.0.27 - - [2025-10-20 02:29:03] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001292 10.0.0.22 - - [2025-10-20 02:29:04] "POST /neutron/network HTTP/1.1" 200 625 0.149173 10.0.0.22 - - [2025-10-20 02:29:04] "POST /ref-update HTTP/1.1" 200 156 0.045320 10.0.0.22 - - [2025-10-20 02:29:04] "POST /neutron/network HTTP/1.1" 200 1141 0.014411 10.0.0.22 - - [2025-10-20 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001319 10.0.0.22 - - [2025-10-20 02:29:04] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.004782 10.0.0.22 - - [2025-10-20 02:29:04] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005350 10.0.0.22 - - [2025-10-20 02:29:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.008638 10.0.0.22 - - [2025-10-20 02:29:05] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005274 10.0.0.22 - - [2025-10-20 02:29:05] "GET /obj-perms HTTP/1.1" 200 5021 0.049119 10.0.0.27 - - [2025-10-20 02:29:06] "GET /obj-perms HTTP/1.1" 200 5021 0.040656 10.0.0.22 - - [2025-10-20 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003261 10.0.0.22 - - [2025-10-20 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.27 - - [2025-10-20 02:29:06] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001146 10.0.0.22 - - [2025-10-20 02:29:06] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.039325 10.0.0.22 - - [2025-10-20 02:29:06] "POST /network-policys HTTP/1.1" 200 565 0.030583 10.0.0.22 - - [2025-10-20 02:29:06] "GET /network-policy/0e5401b5-e419-4ddd-9f65-9e501f9cd62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006015 10.0.0.22 - - [2025-10-20 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003084 10.0.0.22 - - [2025-10-20 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-10-20 02:29:07] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000863 10.0.0.22 - - [2025-10-20 02:29:07] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.037013 10.0.0.22 - - [2025-10-20 02:29:07] "POST /network-policys HTTP/1.1" 200 565 0.028780 10.0.0.22 - - [2025-10-20 02:29:07] "GET /network-policy/ec699a6d-e4a2-44c5-8c80-e3b2e4dc72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006207 10.0.0.22 - - [2025-10-20 02:29:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003087 10.0.0.22 - - [2025-10-20 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-10-20 02:29:07] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001077 10.0.0.22 - - [2025-10-20 02:29:07] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.046759 10.0.0.22 - - [2025-10-20 02:29:07] "POST /network-policys HTTP/1.1" 200 565 0.028218 10.0.0.22 - - [2025-10-20 02:29:07] "GET /network-policy/e213721f-ff20-47f3-b649-3becbb418500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005728 10.0.0.22 - - [2025-10-20 02:29:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002397 10.0.0.22 - - [2025-10-20 02:29:07] "POST /neutron/network HTTP/1.1" 200 1339 0.076741 10.0.0.22 - - [2025-10-20 02:29:08] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005108 10.0.0.22 - - [2025-10-20 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.22 - - [2025-10-20 02:29:08] "GET /network-policy/0e5401b5-e419-4ddd-9f65-9e501f9cd62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004437 10.0.0.22 - - [2025-10-20 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.22 - - [2025-10-20 02:29:08] "GET /network-policy/ec699a6d-e4a2-44c5-8c80-e3b2e4dc72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004612 10.0.0.22 - - [2025-10-20 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001094 10.0.0.27 - - [2025-10-20 02:29:09] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001153 10.0.0.22 - - [2025-10-20 02:29:09] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.060081 10.0.0.22 - - [2025-10-20 02:29:09] "POST /neutron/network HTTP/1.1" 200 1339 0.037969 10.0.0.22 - - [2025-10-20 02:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.006276 10.0.0.22 - - [2025-10-20 02:29:09] "PUT /access-control-list/cc2bf400-3395-4855-a5cf-2f5ee96331c3 HTTP/1.1" 200 272 0.059486 10.0.0.22 - - [2025-10-20 02:29:10] "POST /neutron/port HTTP/1.1" 200 1180 0.041882 10.0.0.22 - - [2025-10-20 02:29:10] "POST /neutron/port HTTP/1.1" 200 1208 0.017247 10.0.0.22 - - [2025-10-20 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012997 10.0.0.22 - - [2025-10-20 02:29:10] "POST /neutron/network HTTP/1.1" 200 1339 0.009213 10.0.0.22 - - [2025-10-20 02:29:14] "POST /neutron/port HTTP/1.1" 200 1208 0.015846 10.0.0.22 - - [2025-10-20 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007154 10.0.0.22 - - [2025-10-20 02:29:14] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 401 292 0.000335 10.0.0.22 - - [2025-10-20 02:29:14] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 200 1306 0.030583 10.0.0.22 - - [2025-10-20 02:29:14] "GET /virtual-machine-interface/07c5fa90-1255-46bf-9e0e-8a2458c7380a HTTP/1.1" 200 3176 0.006010 10.0.0.22 - - [2025-10-20 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.22 - - [2025-10-20 02:29:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003816 10.0.0.22 - - [2025-10-20 02:29:14] "GET /virtual-networks?parent_id=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003208 10.0.0.22 - - [2025-10-20 02:29:15] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005535 10.0.0.22 - - [2025-10-20 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.22 - - [2025-10-20 02:29:18] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005389 10.0.0.22 - - [2025-10-20 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012861 10.0.0.22 - - [2025-10-20 02:29:22] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005322 10.0.0.22 - - [2025-10-20 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.22 - - [2025-10-20 02:29:26] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005786 10.0.0.22 - - [2025-10-20 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.22 - - [2025-10-20 02:29:30] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007012 10.0.0.22 - - [2025-10-20 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-10-20 02:29:34] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.004785 10.0.0.22 - - [2025-10-20 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.22 - - [2025-10-20 02:29:38] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.004767 10.0.0.27 - - [2025-10-20 02:29:42] "DELETE /project/e9592a6d69f5439bbe5af8306fa9627f HTTP/1.1" 404 173 0.003665 10.0.0.27 - - [2025-10-20 02:29:42] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000754 10.0.0.27 - - [2025-10-20 02:29:42] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.035728 10.0.0.27 - - [2025-10-20 02:29:42] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000819 10.0.0.27 - - [2025-10-20 02:29:42] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=security_groups HTTP/1.1" 200 1398 0.044273 10.0.0.22 - - [2025-10-20 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.22 - - [2025-10-20 02:29:42] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.004876 10.0.0.27 - - [2025-10-20 02:29:42] "DELETE /security-group/d760a8bf-789e-4064-9ab7-d3d72854e4db HTTP/1.1" 200 115 0.049638 10.0.0.27 - - [2025-10-20 02:29:42] "GET /projects?obj_uuids=f9a9591c-3514-4d7b-ab48-9a53ec87e862&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.27 - - [2025-10-20 02:29:42] "GET /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862?fields=application_policy_sets HTTP/1.1" 200 1437 0.057419 10.0.0.27 - - [2025-10-20 02:29:42] "DELETE /project/f9a9591c-3514-4d7b-ab48-9a53ec87e862 HTTP/1.1" 200 115 0.418578 10.0.0.22 - - [2025-10-20 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-20 02:29:44] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003202 10.0.0.22 - - [2025-10-20 02:29:44] "GET /virtual-networks?parent_id=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002628 10.0.0.22 - - [2025-10-20 02:29:44] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006012 10.0.0.22 - - [2025-10-20 02:29:50] "POST /neutron/port HTTP/1.1" 200 1208 0.015864 10.0.0.22 - - [2025-10-20 02:29:53] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007913 10.0.0.22 - - [2025-10-20 02:29:56] "POST /neutron/port HTTP/1.1" 200 1208 0.015127 10.0.0.22 - - [2025-10-20 02:29:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.22 - - [2025-10-20 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.22 - - [2025-10-20 02:30:00] "POST /neutron/port HTTP/1.1" 200 1208 0.017445 10.0.0.22 - - [2025-10-20 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008326 10.0.0.22 - - [2025-10-20 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.22 - - [2025-10-20 02:30:05] "GET /network-policy/0e5401b5-e419-4ddd-9f65-9e501f9cd62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004343 10.0.0.22 - - [2025-10-20 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.22 - - [2025-10-20 02:30:05] "GET /network-policy/ec699a6d-e4a2-44c5-8c80-e3b2e4dc72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004051 10.0.0.22 - - [2025-10-20 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-10-20 02:30:06] "GET /network-policy/e213721f-ff20-47f3-b649-3becbb418500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.003863 10.0.0.22 - - [2025-10-20 02:30:06] "POST /neutron/network HTTP/1.1" 200 1339 0.008594 10.0.0.22 - - [2025-10-20 02:30:06] "PUT /access-control-list/cc2bf400-3395-4855-a5cf-2f5ee96331c3 HTTP/1.1" 200 272 0.047603 10.0.0.22 - - [2025-10-20 02:30:06] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.007092 10.0.0.22 - - [2025-10-20 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.22 - - [2025-10-20 02:30:06] "GET /network-policy/0e5401b5-e419-4ddd-9f65-9e501f9cd62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003829 10.0.0.22 - - [2025-10-20 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.22 - - [2025-10-20 02:30:06] "GET /network-policy/e213721f-ff20-47f3-b649-3becbb418500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004115 10.0.0.22 - - [2025-10-20 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.22 - - [2025-10-20 02:30:06] "GET /network-policy/ec699a6d-e4a2-44c5-8c80-e3b2e4dc72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004288 10.0.0.22 - - [2025-10-20 02:30:11] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.008315 10.0.0.22 - - [2025-10-20 02:30:11] "POST /neutron/network HTTP/1.1" 200 1431 0.009501 10.0.0.22 - - [2025-10-20 02:30:11] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.008371 10.0.0.22 - - [2025-10-20 02:30:16] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 200 1306 0.005502 10.0.0.22 - - [2025-10-20 02:30:17] "POST /neutron/port HTTP/1.1" 200 1208 0.013742 10.0.0.22 - - [2025-10-20 02:30:18] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 404 171 0.003819 10.0.0.22 - - [2025-10-20 02:30:18] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 404 171 0.003932 10.0.0.22 - - [2025-10-20 02:30:18] "GET /virtual-machine/28a81c91-c042-4217-a59f-26d6183ed2a6 HTTP/1.1" 404 171 0.002873 10.0.0.22 - - [2025-10-20 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.22 - - [2025-10-20 02:30:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003942 10.0.0.22 - - [2025-10-20 02:30:19] "GET /virtual-networks?parent_id=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002616 10.0.0.22 - - [2025-10-20 02:30:19] "GET /virtual-network/1aed1c32-d699-46c0-94d5-eef25c49b4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005800 10.0.0.22 - - [2025-10-20 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-10-20 02:30:19] "GET /routing-instance/a45eb3cf-44a9-488c-bc3b-91d522e1eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005531 10.0.0.22 - - [2025-10-20 02:30:19] "GET /route-target/a0efd822-d697-487d-a055-351a20e936f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004200 10.0.0.22 - - [2025-10-20 02:30:19] "GET /obj-perms HTTP/1.1" 200 5021 0.004603 10.0.0.22 - - [2025-10-20 02:30:25] "GET /obj-perms HTTP/1.1" 200 5021 0.003793 10.0.0.22 - - [2025-10-20 02:30:28] "GET /obj-perms HTTP/1.1" 200 5021 0.004415 10.0.0.22 - - [2025-10-20 02:30:34] "GET /obj-perms HTTP/1.1" 200 5021 0.003738 10.0.0.22 - - [2025-10-20 02:30:37] "GET /obj-perms HTTP/1.1" 200 5021 0.003727 10.0.0.22 - - [2025-10-20 02:30:43] "GET /obj-perms HTTP/1.1" 200 5021 0.003894 10.0.0.22 - - [2025-10-20 02:30:44] "GET /obj-perms HTTP/1.1" 200 5021 0.004262 10.0.0.22 - - [2025-10-20 02:30:44] "DELETE /network-policy/e213721f-ff20-47f3-b649-3becbb418500 HTTP/1.1" 200 115 0.032741 10.0.0.22 - - [2025-10-20 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.27 - - [2025-10-20 02:30:44] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000919 10.0.0.22 - - [2025-10-20 02:30:44] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.036240 10.0.0.22 - - [2025-10-20 02:30:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-35781425&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005071 10.0.0.22 - - [2025-10-20 02:30:44] "DELETE /network-policy/ec699a6d-e4a2-44c5-8c80-e3b2e4dc72ef HTTP/1.1" 200 115 0.042454 10.0.0.22 - - [2025-10-20 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-10-20 02:30:44] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000887 10.0.0.22 - - [2025-10-20 02:30:44] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.039186 10.0.0.22 - - [2025-10-20 02:30:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-35781425&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005082 10.0.0.22 - - [2025-10-20 02:30:44] "DELETE /network-policy/0e5401b5-e419-4ddd-9f65-9e501f9cd62c HTTP/1.1" 200 115 0.032752 10.0.0.22 - - [2025-10-20 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2025-10-20 02:30:44] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000887 10.0.0.22 - - [2025-10-20 02:30:44] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.045882 10.0.0.22 - - [2025-10-20 02:30:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-35781425&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005081 10.0.0.22 - - [2025-10-20 02:30:44] "POST /neutron/network HTTP/1.1" 200 1141 0.009045 10.0.0.22 - - [2025-10-20 02:30:45] "DELETE /route-target/a0efd822-d697-487d-a055-351a20e936f7 HTTP/1.1" 200 115 0.027277 10.0.0.22 - - [2025-10-20 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-10-20 02:30:45] "DELETE /network-ipam/e3a2586c-ec46-463c-9bee-92a4b1f6d6ab HTTP/1.1" 200 115 0.040420 10.0.0.22 - - [2025-10-20 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 264 0.003015 10.0.0.27 - - [2025-10-20 02:30:45] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000886 10.0.0.27 - - [2025-10-20 02:30:45] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.045930 10.0.0.27 - - [2025-10-20 02:30:45] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000747 10.0.0.27 - - [2025-10-20 02:30:45] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=security_groups HTTP/1.1" 200 1416 0.034009 10.0.0.27 - - [2025-10-20 02:30:45] "DELETE /security-group/3f5747ee-2786-4c3d-b769-baa9e170c98e HTTP/1.1" 200 115 0.043153 10.0.0.27 - - [2025-10-20 02:30:45] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001535 10.0.0.27 - - [2025-10-20 02:30:45] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=application_policy_sets HTTP/1.1" 200 1455 0.043531 10.0.0.22 - - [2025-10-20 02:30:45] "DELETE /project/e9592a6d-69f5-439b-be5a-f8306fa9627f HTTP/1.1" 200 115 0.384543 10.0.0.27 - - [2025-10-20 02:30:45] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.22 - - [2025-10-20 02:30:45] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?fields=projects HTTP/1.1" 200 1245 0.009359 10.0.0.27 - - [2025-10-20 02:30:48] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003336 10.0.0.27 - - [2025-10-20 02:30:48] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000796 10.0.0.27 - - [2025-10-20 02:30:48] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049405 10.0.0.27 - - [2025-10-20 02:30:48] "POST /id-to-fqname HTTP/1.1" 200 204 0.008462 10.0.0.27 - - [2025-10-20 02:30:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.002862 10.0.0.27 - - [2025-10-20 02:30:48] "POST /security-groups HTTP/1.1" 200 605 0.073327 10.0.0.22 - - [2025-10-20 02:30:48] "POST /fqname-to-id HTTP/1.1" 404 248 0.003927 10.0.0.27 - - [2025-10-20 02:30:48] "POST /projects HTTP/1.1" 200 613 0.285100 10.0.0.27 - - [2025-10-20 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.356216 10.0.0.22 - - [2025-10-20 02:30:48] "POST /access-control-lists HTTP/1.1" 200 608 0.027436 10.0.0.22 - - [2025-10-20 02:30:48] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.499950 10.0.0.27 - - [2025-10-20 02:30:48] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001045 10.0.0.22 - - [2025-10-20 02:30:48] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=virtual_networks HTTP/1.1" 200 1071 0.046087 10.0.0.27 - - [2025-10-20 02:30:49] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001379 10.0.0.22 - - [2025-10-20 02:30:49] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.040171 10.0.0.27 - - [2025-10-20 02:30:49] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000926 10.0.0.22 - - [2025-10-20 02:30:49] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=security_groups HTTP/1.1" 200 1311 0.039935 10.0.0.22 - - [2025-10-20 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 204 0.026173 10.0.0.27 - - [2025-10-20 02:30:49] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003265 10.0.0.27 - - [2025-10-20 02:30:50] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.27 - - [2025-10-20 02:30:50] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006966 10.0.0.27 - - [2025-10-20 02:30:50] "POST /id-to-fqname HTTP/1.1" 200 206 0.001040 10.0.0.27 - - [2025-10-20 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.004674 10.0.0.27 - - [2025-10-20 02:30:50] "POST /security-groups HTTP/1.1" 200 607 0.081663 10.0.0.27 - - [2025-10-20 02:30:50] "POST /projects HTTP/1.1" 200 617 0.296432 10.0.0.22 - - [2025-10-20 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.009455 10.0.0.27 - - [2025-10-20 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.367668 10.0.0.22 - - [2025-10-20 02:30:50] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.503763 10.0.0.22 - - [2025-10-20 02:30:51] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.254 - - [2025-10-20 02:30:53] "GET /obj-perms HTTP/1.1" 200 5056 0.044107 10.0.0.27 - - [2025-10-20 02:30:54] "GET /obj-perms HTTP/1.1" 200 5056 0.040223 10.0.0.22 - - [2025-10-20 02:30:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-10-20 02:30:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.021483 10.0.0.22 - - [2025-10-20 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-10-20 02:30:54] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000851 10.0.0.22 - - [2025-10-20 02:30:54] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.044755 10.0.0.22 - - [2025-10-20 02:30:54] "POST /network-policys HTTP/1.1" 200 567 0.077842 10.0.0.22 - - [2025-10-20 02:30:54] "GET /network-policy/3f18cfc0-b170-45ac-9bd7-f41373712891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005534 10.0.0.22 - - [2025-10-20 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-10-20 02:30:55] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000861 10.0.0.22 - - [2025-10-20 02:30:55] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.036497 10.0.0.27 - - [2025-10-20 02:30:55] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001063 10.0.0.22 - - [2025-10-20 02:30:55] "POST /neutron/network HTTP/1.1" 200 623 0.157993 10.0.0.22 - - [2025-10-20 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.031046 10.0.0.22 - - [2025-10-20 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.009039 10.0.0.22 - - [2025-10-20 02:30:55] "POST /neutron/network HTTP/1.1" 200 1015 0.011965 10.0.0.22 - - [2025-10-20 02:30:55] "POST /id-to-fqname HTTP/1.1" 200 237 0.001048 10.0.0.22 - - [2025-10-20 02:30:55] "GET /virtual-network/5c5f15ef-e631-411e-993a-142abb30d3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005013 10.0.0.22 - - [2025-10-20 02:30:55] "GET /virtual-network/5c5f15ef-e631-411e-993a-142abb30d3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005516 10.0.0.22 - - [2025-10-20 02:30:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.011712 10.0.0.22 - - [2025-10-20 02:30:56] "POST /neutron/network HTTP/1.1" 200 1122 0.073867 10.0.0.22 - - [2025-10-20 02:30:56] "GET /virtual-network/5c5f15ef-e631-411e-993a-142abb30d3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005902 10.0.0.22 - - [2025-10-20 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2025-10-20 02:30:56] "GET /network-policy/3f18cfc0-b170-45ac-9bd7-f41373712891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005367 10.0.0.22 - - [2025-10-20 02:30:56] "GET /virtual-network/5c5f15ef-e631-411e-993a-142abb30d3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005008 10.0.0.22 - - [2025-10-20 02:30:57] "DELETE /network-policy/3f18cfc0-b170-45ac-9bd7-f41373712891 HTTP/1.1" 409 238 0.009639 10.0.0.22 - - [2025-10-20 02:30:58] "DELETE /access-control-list/816f8a32-d3e0-4511-babb-6a606eaec904 HTTP/1.1" 200 115 0.063039 10.0.0.27 - - [2025-10-20 02:30:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.27 - - [2025-10-20 02:30:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004156 10.0.0.27 - - [2025-10-20 02:30:58] "POST /useragent-kv HTTP/1.1" 200 115 0.014111 10.0.0.27 - - [2025-10-20 02:30:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.22 - - [2025-10-20 02:30:58] "POST /neutron/network HTTP/1.1" 200 151 0.177303 10.0.0.22 - - [2025-10-20 02:30:58] "DELETE /network-policy/3f18cfc0-b170-45ac-9bd7-f41373712891 HTTP/1.1" 200 115 0.037244 10.0.0.22 - - [2025-10-20 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2025-10-20 02:30:58] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002521 10.0.0.22 - - [2025-10-20 02:30:58] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.052324 10.0.0.22 - - [2025-10-20 02:30:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-22235601&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005452 10.0.0.27 - - [2025-10-20 02:31:01] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000874 10.0.0.22 - - [2025-10-20 02:31:01] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.042003 10.0.0.27 - - [2025-10-20 02:31:01] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001113 10.0.0.22 - - [2025-10-20 02:31:01] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?fields=virtual_networks HTTP/1.1" 200 1074 0.050832 10.0.0.27 - - [2025-10-20 02:31:01] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.22 - - [2025-10-20 02:31:01] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.054955 10.0.0.27 - - [2025-10-20 02:31:01] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001116 10.0.0.22 - - [2025-10-20 02:31:01] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?fields=security_groups HTTP/1.1" 200 1316 0.070861 10.0.0.22 - - [2025-10-20 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.021535 10.0.0.27 - - [2025-10-20 02:31:02] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002770 10.0.0.27 - - [2025-10-20 02:31:02] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.27 - - [2025-10-20 02:31:02] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007434 10.0.0.27 - - [2025-10-20 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.003981 10.0.0.27 - - [2025-10-20 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003518 10.0.0.27 - - [2025-10-20 02:31:02] "POST /security-groups HTTP/1.1" 200 591 0.077459 10.0.0.22 - - [2025-10-20 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003418 10.0.0.27 - - [2025-10-20 02:31:02] "POST /projects HTTP/1.1" 200 585 0.283593 10.0.0.27 - - [2025-10-20 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.365841 10.0.0.22 - - [2025-10-20 02:31:02] "POST /access-control-lists HTTP/1.1" 200 594 0.032316 10.0.0.22 - - [2025-10-20 02:31:02] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.546901 10.0.0.22 - - [2025-10-20 02:31:03] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.22 - - [2025-10-20 02:31:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-10-20 02:31:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.066051 10.0.0.22 - - [2025-10-20 02:31:05] "POST /network-ipams HTTP/1.1" 200 513 0.033669 10.0.0.22 - - [2025-10-20 02:31:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003450 10.0.0.22 - - [2025-10-20 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.22 - - [2025-10-20 02:31:05] "GET /network-ipam/bdb8d9d7-b7f1-4084-9dd6-434eb08bb9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.006340 10.0.0.22 - - [2025-10-20 02:31:06] "PUT /network-ipam/bdb8d9d7-b7f1-4084-9dd6-434eb08bb9e6 HTTP/1.1" 200 258 0.014482 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003343 10.0.0.22 - - [2025-10-20 02:31:06] "POST /network-ipams HTTP/1.1" 200 513 0.028790 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003517 10.0.0.22 - - [2025-10-20 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipam/429fda65-c84a-4dd9-9b4a-3aff36e917e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.007441 10.0.0.22 - - [2025-10-20 02:31:06] "PUT /network-ipam/429fda65-c84a-4dd9-9b4a-3aff36e917e5 HTTP/1.1" 200 258 0.015713 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004120 10.0.0.22 - - [2025-10-20 02:31:06] "POST /network-ipams HTTP/1.1" 200 513 0.028714 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003050 10.0.0.22 - - [2025-10-20 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.22 - - [2025-10-20 02:31:06] "GET /network-ipam/1233dc60-2265-48ec-bfc3-5cd8e43815e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.005621 10.0.0.22 - - [2025-10-20 02:31:06] "PUT /network-ipam/1233dc60-2265-48ec-bfc3-5cd8e43815e7 HTTP/1.1" 200 258 0.013030 10.0.0.22 - - [2025-10-20 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007929 10.0.0.27 - - [2025-10-20 02:31:07] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.22 - - [2025-10-20 02:31:07] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057609 10.0.0.27 - - [2025-10-20 02:31:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006889 10.0.0.22 - - [2025-10-20 02:31:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.259577 10.0.0.22 - - [2025-10-20 02:31:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001180 10.0.0.22 - - [2025-10-20 02:31:08] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004669 10.0.0.22 - - [2025-10-20 02:31:08] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005286 10.0.0.22 - - [2025-10-20 02:31:08] "POST /neutron/network HTTP/1.1" 200 825 0.006142 10.0.0.22 - - [2025-10-20 02:31:08] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005399 10.0.0.22 - - [2025-10-20 02:31:08] "GET /network-ipam/bdb8d9d7-b7f1-4084-9dd6-434eb08bb9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.003450 10.0.0.22 - - [2025-10-20 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008029 10.0.0.27 - - [2025-10-20 02:31:08] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.22 - - [2025-10-20 02:31:08] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057481 10.0.0.22 - - [2025-10-20 02:31:08] "POST /neutron/network HTTP/1.1" 200 117 0.013270 10.0.0.22 - - [2025-10-20 02:31:08] "POST /route-targets HTTP/1.1" 200 327 0.016665 10.0.0.22 - - [2025-10-20 02:31:08] "POST /neutron/network HTTP/1.1" 200 825 0.008775 10.0.0.22 - - [2025-10-20 02:31:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001007 10.0.0.22 - - [2025-10-20 02:31:08] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004735 10.0.0.22 - - [2025-10-20 02:31:08] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005560 10.0.0.22 - - [2025-10-20 02:31:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.010814 10.0.0.22 - - [2025-10-20 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-10-20 02:31:08] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.22 - - [2025-10-20 02:31:09] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044123 10.0.0.22 - - [2025-10-20 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.021621 10.0.0.27 - - [2025-10-20 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.010184 10.0.0.22 - - [2025-10-20 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.206954 10.0.0.22 - - [2025-10-20 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001185 10.0.0.22 - - [2025-10-20 02:31:09] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005203 10.0.0.22 - - [2025-10-20 02:31:09] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005825 10.0.0.22 - - [2025-10-20 02:31:09] "POST /neutron/network HTTP/1.1" 200 824 0.005959 10.0.0.22 - - [2025-10-20 02:31:09] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005578 10.0.0.22 - - [2025-10-20 02:31:11] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005689 10.0.0.22 - - [2025-10-20 02:31:11] "GET /obj-perms HTTP/1.1" 200 5030 0.043536 10.0.0.254 - - [2025-10-20 02:31:11] "GET /obj-perms HTTP/1.1" 200 5030 0.041350 10.0.0.27 - - [2025-10-20 02:31:11] "GET /obj-perms HTTP/1.1" 200 5030 0.053958 10.0.0.22 - - [2025-10-20 02:31:11] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006028 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003453 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.27 - - [2025-10-20 02:31:12] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000836 10.0.0.22 - - [2025-10-20 02:31:12] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043947 10.0.0.22 - - [2025-10-20 02:31:12] "POST /network-policys HTTP/1.1" 200 553 0.027114 10.0.0.22 - - [2025-10-20 02:31:12] "GET /network-policy/feea3e4c-34c6-411e-b889-7b1f11ab3c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006273 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002465 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2025-10-20 02:31:12] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.22 - - [2025-10-20 02:31:12] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.076689 10.0.0.22 - - [2025-10-20 02:31:12] "POST /network-policys HTTP/1.1" 200 553 0.027666 10.0.0.22 - - [2025-10-20 02:31:12] "GET /network-policy/969afcdb-b382-468b-a011-eb814b43bf01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007235 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003068 10.0.0.22 - - [2025-10-20 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-10-20 02:31:12] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001228 10.0.0.22 - - [2025-10-20 02:31:12] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043198 10.0.0.22 - - [2025-10-20 02:31:12] "POST /network-policys HTTP/1.1" 200 553 0.029197 10.0.0.22 - - [2025-10-20 02:31:12] "GET /network-policy/566f456e-8977-4a02-9ed3-6490cd390040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005484 10.0.0.22 - - [2025-10-20 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.052152 10.0.0.22 - - [2025-10-20 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.075632 10.0.0.22 - - [2025-10-20 02:31:13] "PUT /access-control-list/58af46d4-4886-43ec-bfac-5b31ec38955c HTTP/1.1" 200 272 0.068540 10.0.0.22 - - [2025-10-20 02:31:13] "POST /neutron/network HTTP/1.1" 200 917 0.073376 10.0.0.22 - - [2025-10-20 02:31:13] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005476 10.0.0.22 - - [2025-10-20 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.22 - - [2025-10-20 02:31:13] "GET /network-policy/969afcdb-b382-468b-a011-eb814b43bf01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006811 10.0.0.22 - - [2025-10-20 02:31:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001131 10.0.0.22 - - [2025-10-20 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.025084 10.0.0.27 - - [2025-10-20 02:31:14] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.22 - - [2025-10-20 02:31:14] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067975 10.0.0.22 - - [2025-10-20 02:31:14] "POST /neutron/network HTTP/1.1" 200 996 0.008996 10.0.0.22 - - [2025-10-20 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001169 10.0.0.22 - - [2025-10-20 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.007364 10.0.0.27 - - [2025-10-20 02:31:15] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.22 - - [2025-10-20 02:31:15] "POST /neutron/port HTTP/1.1" 200 1061 0.365160 10.0.0.22 - - [2025-10-20 02:31:15] "POST /neutron/port HTTP/1.1" 200 1115 0.109099 10.0.0.27 - - [2025-10-20 02:31:15] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.22 - - [2025-10-20 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.008536 10.0.0.22 - - [2025-10-20 02:31:15] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075763 10.0.0.22 - - [2025-10-20 02:31:15] "POST /neutron/network HTTP/1.1" 200 996 0.007140 10.0.0.22 - - [2025-10-20 02:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.005428 10.0.0.22 - - [2025-10-20 02:31:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001030 10.0.0.22 - - [2025-10-20 02:31:16] "POST /neutron/network HTTP/1.1" 200 834 0.007639 10.0.0.22 - - [2025-10-20 02:31:16] "POST /neutron/port HTTP/1.1" 200 1061 0.036833 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015340 10.0.0.27 - - [2025-10-20 02:31:17] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.22 - - [2025-10-20 02:31:17] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.082073 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/port HTTP/1.1" 200 2062 0.024278 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.019390 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007861 10.0.0.22 - - [2025-10-20 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018837 10.0.0.22 - - [2025-10-20 02:31:17] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-10-20 02:31:17] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.22 - - [2025-10-20 02:31:18] "POST /neutron/port HTTP/1.1" 200 1060 0.335768 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.027794 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.003933 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine-interface/ccbd93de-6ccb-47d0-80f7-99ef226ab0da HTTP/1.1" 200 2944 0.007000 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.003947 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine-interface/ccbd93de-6ccb-47d0-80f7-99ef226ab0da HTTP/1.1" 200 2944 0.007059 10.0.0.22 - - [2025-10-20 02:31:18] "GET /instance-ip/16abac2d-e283-493e-b4e4-9579e784c015 HTTP/1.1" 200 1622 0.004557 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.012440 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-machine-interface/ccbd93de-6ccb-47d0-80f7-99ef226ab0da HTTP/1.1" 200 2944 0.004761 10.0.0.22 - - [2025-10-20 02:31:18] "GET /instance-ip/16abac2d-e283-493e-b4e4-9579e784c015 HTTP/1.1" 200 1622 0.008532 10.0.0.22 - - [2025-10-20 02:31:18] "POST /neutron/port HTTP/1.1" 200 1114 0.123900 10.0.0.22 - - [2025-10-20 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.22 - - [2025-10-20 02:31:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003507 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003007 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006502 10.0.0.22 - - [2025-10-20 02:31:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.010262 10.0.0.22 - - [2025-10-20 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.22 - - [2025-10-20 02:31:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004809 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002948 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006638 10.0.0.22 - - [2025-10-20 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.22 - - [2025-10-20 02:31:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003261 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005335 10.0.0.22 - - [2025-10-20 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.22 - - [2025-10-20 02:31:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004949 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005891 10.0.0.22 - - [2025-10-20 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.22 - - [2025-10-20 02:31:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.22 - - [2025-10-20 02:31:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002857 10.0.0.22 - - [2025-10-20 02:31:19] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005892 10.0.0.22 - - [2025-10-20 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.22 - - [2025-10-20 02:31:22] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005424 10.0.0.22 - - [2025-10-20 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.22 - - [2025-10-20 02:31:26] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009026 10.0.0.22 - - [2025-10-20 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.22 - - [2025-10-20 02:31:30] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005520 10.0.0.22 - - [2025-10-20 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-10-20 02:31:34] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005031 10.0.0.22 - - [2025-10-20 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.22 - - [2025-10-20 02:31:38] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005661 10.0.0.22 - - [2025-10-20 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.22 - - [2025-10-20 02:31:42] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007755 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /project/adf034e135404e17871adfac78b0bbd9 HTTP/1.1" 404 173 0.006579 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /project/4918132b68174a18a51d19f47add89ed HTTP/1.1" 404 173 0.007716 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /project/e9592a6d69f5439bbe5af8306fa9627f HTTP/1.1" 404 173 0.010733 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000742 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000676 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.037018 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.046577 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001344 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001111 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?fields=security_groups HTTP/1.1" 200 1421 0.039997 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=security_groups HTTP/1.1" 200 1416 0.064637 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /security-group/dfa2cc93-cd04-42c2-ac21-ca79f6bd52f4 HTTP/1.1" 200 115 0.057531 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=4918132b-6817-4a18-a51d-19f47add89ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001384 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /security-group/f686f39b-0866-40e7-987d-677fa3ffe6cc HTTP/1.1" 200 115 0.072709 10.0.0.27 - - [2025-10-20 02:31:43] "GET /projects?obj_uuids=e9592a6d-69f5-439b-be5a-f8306fa9627f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001030 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/4918132b-6817-4a18-a51d-19f47add89ed?fields=application_policy_sets HTTP/1.1" 200 1460 0.093670 10.0.0.22 - - [2025-10-20 02:31:43] "DELETE /access-control-list/086254b6-94db-4bbd-9583-8a4ff8da3e38 HTTP/1.1" 200 115 0.066580 10.0.0.27 - - [2025-10-20 02:31:43] "GET /project/e9592a6d-69f5-439b-be5a-f8306fa9627f?fields=application_policy_sets HTTP/1.1" 200 1455 0.107298 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /project/4918132b-6817-4a18-a51d-19f47add89ed HTTP/1.1" 200 115 0.514443 10.0.0.27 - - [2025-10-20 02:31:43] "DELETE /project/e9592a6d-69f5-439b-be5a-f8306fa9627f HTTP/1.1" 200 115 0.527848 10.0.0.27 - - [2025-10-20 02:31:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.27 - - [2025-10-20 02:31:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.254 - - [2025-10-20 02:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-10-20 02:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.254 - - [2025-10-20 02:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000314 10.0.0.22 - - [2025-10-20 02:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.27 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000997 10.0.0.27 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.254 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.254 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-10-20 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2025-10-20 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.22 - - [2025-10-20 02:31:46] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005430 10.0.0.22 - - [2025-10-20 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.22 - - [2025-10-20 02:31:50] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005194 10.0.0.22 - - [2025-10-20 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.22 - - [2025-10-20 02:31:54] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005164 10.0.0.22 - - [2025-10-20 02:31:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015352 10.0.0.22 - - [2025-10-20 02:31:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003390 10.0.0.22 - - [2025-10-20 02:31:55] "POST /neutron/network HTTP/1.1" 200 917 0.006469 10.0.0.22 - - [2025-10-20 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-10-20 02:31:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003974 10.0.0.22 - - [2025-10-20 02:31:56] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002539 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005696 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2025-10-20 02:31:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003783 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002756 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005963 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.22 - - [2025-10-20 02:31:57] "GET /routing-instance/f5566fc4-496c-42cc-bb34-633f47b45df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005057 10.0.0.22 - - [2025-10-20 02:31:57] "GET /route-target/25b130d9-4b55-450b-bebc-417de42523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004739 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.22 - - [2025-10-20 02:31:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009409 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003253 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005081 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.22 - - [2025-10-20 02:31:57] "GET /routing-instance/f5566fc4-496c-42cc-bb34-633f47b45df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004365 10.0.0.22 - - [2025-10-20 02:31:57] "GET /route-target/25b130d9-4b55-450b-bebc-417de42523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002882 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.22 - - [2025-10-20 02:31:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004580 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002539 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005213 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-20 02:31:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003592 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002777 10.0.0.22 - - [2025-10-20 02:31:57] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006327 10.0.0.22 - - [2025-10-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.22 - - [2025-10-20 02:31:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004524 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003706 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005238 10.0.0.22 - - [2025-10-20 02:31:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003737 10.0.0.27 - - [2025-10-20 02:31:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004012 10.0.0.22 - - [2025-10-20 02:31:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003214 10.0.0.22 - - [2025-10-20 02:31:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003597 10.0.0.254 - - [2025-10-20 02:31:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003627 10.0.0.22 - - [2025-10-20 02:31:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016279 10.0.0.22 - - [2025-10-20 02:31:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008460 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.006026 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.003537 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine-interface/fc5b0c32-9946-4975-82b0-943f25103968 HTTP/1.1" 200 2944 0.005265 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.003535 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine-interface/fc5b0c32-9946-4975-82b0-943f25103968 HTTP/1.1" 200 2944 0.004893 10.0.0.22 - - [2025-10-20 02:31:58] "GET /instance-ip/8a044615-bef0-449d-9681-73be0af7df07 HTTP/1.1" 200 1622 0.006008 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.003276 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-machine-interface/fc5b0c32-9946-4975-82b0-943f25103968 HTTP/1.1" 200 2944 0.004885 10.0.0.22 - - [2025-10-20 02:31:58] "GET /instance-ip/8a044615-bef0-449d-9681-73be0af7df07 HTTP/1.1" 200 1622 0.003484 10.0.0.22 - - [2025-10-20 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.22 - - [2025-10-20 02:31:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003435 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003121 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006384 10.0.0.22 - - [2025-10-20 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.22 - - [2025-10-20 02:31:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004161 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002747 10.0.0.22 - - [2025-10-20 02:31:58] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006292 10.0.0.22 - - [2025-10-20 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.22 - - [2025-10-20 02:31:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005491 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004144 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005304 10.0.0.22 - - [2025-10-20 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.22 - - [2025-10-20 02:31:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004060 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003232 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005241 10.0.0.22 - - [2025-10-20 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.22 - - [2025-10-20 02:31:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003737 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002726 10.0.0.22 - - [2025-10-20 02:31:59] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007323 10.0.0.22 - - [2025-10-20 02:31:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015297 10.0.0.22 - - [2025-10-20 02:31:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006396 10.0.0.22 - - [2025-10-20 02:31:59] "POST /neutron/network HTTP/1.1" 200 996 0.006602 10.0.0.22 - - [2025-10-20 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.22 - - [2025-10-20 02:32:00] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003224 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003174 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005780 10.0.0.22 - - [2025-10-20 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.22 - - [2025-10-20 02:32:00] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003707 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003173 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006538 10.0.0.22 - - [2025-10-20 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.22 - - [2025-10-20 02:32:00] "GET /routing-instance/0fee50d7-6166-402d-ad18-f9ca695b0a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004853 10.0.0.22 - - [2025-10-20 02:32:00] "GET /route-target/9d7803c6-89fc-425d-8e97-d05ca9b240d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003731 10.0.0.22 - - [2025-10-20 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.22 - - [2025-10-20 02:32:00] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003550 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003233 10.0.0.22 - - [2025-10-20 02:32:00] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006098 10.0.0.22 - - [2025-10-20 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2025-10-20 02:32:01] "GET /routing-instance/0fee50d7-6166-402d-ad18-f9ca695b0a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005929 10.0.0.22 - - [2025-10-20 02:32:01] "GET /route-target/9d7803c6-89fc-425d-8e97-d05ca9b240d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004734 10.0.0.22 - - [2025-10-20 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-10-20 02:32:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004045 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003783 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005332 10.0.0.22 - - [2025-10-20 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.22 - - [2025-10-20 02:32:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004778 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003328 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006895 10.0.0.22 - - [2025-10-20 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.22 - - [2025-10-20 02:32:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003893 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003733 10.0.0.22 - - [2025-10-20 02:32:01] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005504 10.0.0.27 - - [2025-10-20 02:32:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003240 10.0.0.22 - - [2025-10-20 02:32:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003564 10.0.0.22 - - [2025-10-20 02:32:01] "GET /obj-perms HTTP/1.1" 200 5030 0.006493 10.0.0.27 - - [2025-10-20 02:32:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004137 10.0.0.22 - - [2025-10-20 02:32:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003612 10.0.0.22 - - [2025-10-20 02:32:01] "POST /neutron/port HTTP/1.1" 200 1088 0.014847 10.0.0.22 - - [2025-10-20 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007184 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.006415 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.003190 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine-interface/42f09e95-eb53-4f31-a590-952219a66148 HTTP/1.1" 200 2944 0.004415 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.003647 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine-interface/42f09e95-eb53-4f31-a590-952219a66148 HTTP/1.1" 200 2944 0.004069 10.0.0.22 - - [2025-10-20 02:32:02] "GET /instance-ip/7d293e23-d570-4daf-a165-201304ab8ea7 HTTP/1.1" 200 1621 0.005542 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.003320 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-machine-interface/42f09e95-eb53-4f31-a590-952219a66148 HTTP/1.1" 200 2944 0.004599 10.0.0.22 - - [2025-10-20 02:32:02] "GET /instance-ip/7d293e23-d570-4daf-a165-201304ab8ea7 HTTP/1.1" 200 1621 0.004030 10.0.0.22 - - [2025-10-20 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.22 - - [2025-10-20 02:32:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003589 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002977 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006094 10.0.0.22 - - [2025-10-20 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-10-20 02:32:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005117 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003653 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006475 10.0.0.22 - - [2025-10-20 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.22 - - [2025-10-20 02:32:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004813 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003448 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006035 10.0.0.22 - - [2025-10-20 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.22 - - [2025-10-20 02:32:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003238 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006913 10.0.0.22 - - [2025-10-20 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.22 - - [2025-10-20 02:32:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002857 10.0.0.22 - - [2025-10-20 02:32:02] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005745 10.0.0.22 - - [2025-10-20 02:32:03] "POST /neutron/port HTTP/1.1" 200 1089 0.035931 10.0.0.22 - - [2025-10-20 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.22 - - [2025-10-20 02:32:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004084 10.0.0.22 - - [2025-10-20 02:32:03] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003030 10.0.0.22 - - [2025-10-20 02:32:03] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006305 10.0.0.22 - - [2025-10-20 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2025-10-20 02:32:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.22 - - [2025-10-20 02:32:03] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003045 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005605 10.0.0.22 - - [2025-10-20 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.22 - - [2025-10-20 02:32:04] "GET /routing-instance/428d768e-62f0-4ce8-9795-1dcba7de7228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004224 10.0.0.22 - - [2025-10-20 02:32:04] "GET /route-target/68a47f40-1810-447b-8fad-dc7aa0f4adab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004090 10.0.0.22 - - [2025-10-20 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.22 - - [2025-10-20 02:32:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004050 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002845 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005574 10.0.0.22 - - [2025-10-20 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-20 02:32:04] "GET /routing-instance/428d768e-62f0-4ce8-9795-1dcba7de7228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004055 10.0.0.22 - - [2025-10-20 02:32:04] "GET /route-target/68a47f40-1810-447b-8fad-dc7aa0f4adab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004584 10.0.0.22 - - [2025-10-20 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.22 - - [2025-10-20 02:32:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003623 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.010567 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006194 10.0.0.22 - - [2025-10-20 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.22 - - [2025-10-20 02:32:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004026 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002939 10.0.0.22 - - [2025-10-20 02:32:04] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005144 10.0.0.27 - - [2025-10-20 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004489 10.0.0.22 - - [2025-10-20 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003939 10.0.0.22 - - [2025-10-20 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003337 10.0.0.22 - - [2025-10-20 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003474 10.0.0.27 - - [2025-10-20 02:32:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003511 10.0.0.22 - - [2025-10-20 02:32:05] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.004143 10.0.0.22 - - [2025-10-20 02:32:05] "GET /virtual-machine-interface/ccbd93de-6ccb-47d0-80f7-99ef226ab0da HTTP/1.1" 200 2944 0.004707 10.0.0.22 - - [2025-10-20 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.22 - - [2025-10-20 02:32:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004689 10.0.0.22 - - [2025-10-20 02:32:05] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003083 10.0.0.22 - - [2025-10-20 02:32:05] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006334 10.0.0.22 - - [2025-10-20 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006737 10.0.0.22 - - [2025-10-20 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.22 - - [2025-10-20 02:32:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003293 10.0.0.22 - - [2025-10-20 02:32:06] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003282 10.0.0.22 - - [2025-10-20 02:32:06] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006623 10.0.0.22 - - [2025-10-20 02:32:08] "POST /neutron/port HTTP/1.1" 200 1088 0.013875 10.0.0.22 - - [2025-10-20 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007178 10.0.0.22 - - [2025-10-20 02:32:16] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.004159 10.0.0.22 - - [2025-10-20 02:32:16] "GET /virtual-machine-interface/fc5b0c32-9946-4975-82b0-943f25103968 HTTP/1.1" 200 2944 0.004753 10.0.0.22 - - [2025-10-20 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.22 - - [2025-10-20 02:32:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003478 10.0.0.22 - - [2025-10-20 02:32:16] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003240 10.0.0.22 - - [2025-10-20 02:32:16] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007275 10.0.0.22 - - [2025-10-20 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.22 - - [2025-10-20 02:32:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003197 10.0.0.22 - - [2025-10-20 02:32:17] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002869 10.0.0.22 - - [2025-10-20 02:32:17] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006114 10.0.0.22 - - [2025-10-20 02:32:18] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.003909 10.0.0.22 - - [2025-10-20 02:32:18] "GET /virtual-machine-interface/42f09e95-eb53-4f31-a590-952219a66148 HTTP/1.1" 200 2944 0.004866 10.0.0.22 - - [2025-10-20 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-10-20 02:32:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003451 10.0.0.22 - - [2025-10-20 02:32:18] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002623 10.0.0.22 - - [2025-10-20 02:32:18] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005608 10.0.0.22 - - [2025-10-20 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.22 - - [2025-10-20 02:32:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003143 10.0.0.22 - - [2025-10-20 02:32:19] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002892 10.0.0.22 - - [2025-10-20 02:32:19] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005060 10.0.0.22 - - [2025-10-20 02:32:37] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 200 1293 0.004005 10.0.0.22 - - [2025-10-20 02:32:38] "POST /neutron/port HTTP/1.1" 200 151 0.167063 10.0.0.22 - - [2025-10-20 02:32:39] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 404 171 0.003003 10.0.0.22 - - [2025-10-20 02:32:39] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 404 171 0.002831 10.0.0.22 - - [2025-10-20 02:32:39] "GET /virtual-machine/acf34401-cf8b-49d3-8b3f-ed04931878ba HTTP/1.1" 404 171 0.002307 10.0.0.22 - - [2025-10-20 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.22 - - [2025-10-20 02:32:39] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004629 10.0.0.22 - - [2025-10-20 02:32:39] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002958 10.0.0.22 - - [2025-10-20 02:32:39] "GET /virtual-network/404683e4-a1e7-495b-aeed-379ba25f9255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008089 10.0.0.22 - - [2025-10-20 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-10-20 02:32:39] "GET /routing-instance/428d768e-62f0-4ce8-9795-1dcba7de7228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004887 10.0.0.22 - - [2025-10-20 02:32:39] "GET /route-target/68a47f40-1810-447b-8fad-dc7aa0f4adab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004220 10.0.0.22 - - [2025-10-20 02:32:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004265 10.0.0.22 - - [2025-10-20 02:32:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003508 10.0.0.254 - - [2025-10-20 02:32:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003596 10.0.0.22 - - [2025-10-20 02:32:43] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 200 1292 0.004782 10.0.0.22 - - [2025-10-20 02:32:43] "POST /neutron/port HTTP/1.1" 200 151 0.178756 10.0.0.22 - - [2025-10-20 02:32:45] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 404 171 0.003350 10.0.0.22 - - [2025-10-20 02:32:45] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 404 171 0.002630 10.0.0.22 - - [2025-10-20 02:32:45] "GET /virtual-machine/a3ff0d3c-f864-4fa8-8114-01ab74b849e6 HTTP/1.1" 404 171 0.002423 10.0.0.22 - - [2025-10-20 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.22 - - [2025-10-20 02:32:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003436 10.0.0.22 - - [2025-10-20 02:32:45] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003073 10.0.0.22 - - [2025-10-20 02:32:45] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005602 10.0.0.22 - - [2025-10-20 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.22 - - [2025-10-20 02:32:45] "GET /routing-instance/0fee50d7-6166-402d-ad18-f9ca695b0a66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004357 10.0.0.22 - - [2025-10-20 02:32:45] "GET /route-target/9d7803c6-89fc-425d-8e97-d05ca9b240d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003608 10.0.0.27 - - [2025-10-20 02:32:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003729 10.0.0.22 - - [2025-10-20 02:32:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004260 10.0.0.27 - - [2025-10-20 02:32:55] "GET /obj-perms HTTP/1.1" 200 5056 0.043003 10.0.0.22 - - [2025-10-20 02:32:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004527 10.0.0.27 - - [2025-10-20 02:33:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004658 10.0.0.22 - - [2025-10-20 02:33:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004128 10.0.0.27 - - [2025-10-20 02:33:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003536 10.0.0.22 - - [2025-10-20 02:33:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003442 10.0.0.22 - - [2025-10-20 02:33:13] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 200 1291 0.004091 10.0.0.22 - - [2025-10-20 02:33:14] "POST /neutron/port HTTP/1.1" 200 151 0.187963 10.0.0.22 - - [2025-10-20 02:33:15] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 404 171 0.003242 10.0.0.22 - - [2025-10-20 02:33:15] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 404 171 0.003132 10.0.0.22 - - [2025-10-20 02:33:15] "GET /virtual-machine/0ec81ddc-ca83-410e-8803-f5953a1755a7 HTTP/1.1" 404 171 0.002517 10.0.0.22 - - [2025-10-20 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.22 - - [2025-10-20 02:33:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003454 10.0.0.22 - - [2025-10-20 02:33:15] "GET /virtual-networks?parent_id=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002984 10.0.0.22 - - [2025-10-20 02:33:15] "GET /virtual-network/940e6d62-29e3-46a4-bd61-7e7a2480af9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007223 10.0.0.22 - - [2025-10-20 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.22 - - [2025-10-20 02:33:15] "GET /routing-instance/f5566fc4-496c-42cc-bb34-633f47b45df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003840 10.0.0.22 - - [2025-10-20 02:33:15] "GET /route-target/25b130d9-4b55-450b-bebc-417de42523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004131 10.0.0.22 - - [2025-10-20 02:33:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003272 10.0.0.22 - - [2025-10-20 02:33:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003896 10.0.0.22 - - [2025-10-20 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004445 10.0.0.22 - - [2025-10-20 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003833 10.0.0.22 - - [2025-10-20 02:33:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003816 10.0.0.22 - - [2025-10-20 02:33:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004889 10.0.0.22 - - [2025-10-20 02:33:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003242 10.0.0.22 - - [2025-10-20 02:33:43] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005257 10.0.0.22 - - [2025-10-20 02:33:43] "POST /neutron/network HTTP/1.1" 200 825 0.009320 10.0.0.22 - - [2025-10-20 02:33:43] "GET /virtual-network/8f7ad130-8a28-4723-b875-16e2723ac5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004493 10.0.0.22 - - [2025-10-20 02:33:43] "DELETE /access-control-list/9b1c82fd-f2bb-46c6-a91b-b1b420fc8433 HTTP/1.1" 200 115 0.070134 10.0.0.22 - - [2025-10-20 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.049654 10.0.0.22 - - [2025-10-20 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.069624 10.0.0.22 - - [2025-10-20 02:33:44] "DELETE /network-policy/566f456e-8977-4a02-9ed3-6490cd390040 HTTP/1.1" 200 115 0.033700 10.0.0.22 - - [2025-10-20 02:33:44] "DELETE /network-policy/969afcdb-b382-468b-a011-eb814b43bf01 HTTP/1.1" 200 115 0.039726 10.0.0.22 - - [2025-10-20 02:33:44] "DELETE /network-policy/feea3e4c-34c6-411e-b889-7b1f11ab3c3f HTTP/1.1" 200 115 0.043526 10.0.0.22 - - [2025-10-20 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.023590 10.0.0.22 - - [2025-10-20 02:33:44] "POST /neutron/network HTTP/1.1" 200 825 0.006294 10.0.0.22 - - [2025-10-20 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007044 10.0.0.22 - - [2025-10-20 02:33:45] "DELETE /route-target/25b130d9-4b55-450b-bebc-417de42523c4 HTTP/1.1" 200 115 0.024393 10.0.0.27 - - [2025-10-20 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.039294 10.0.0.27 - - [2025-10-20 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001910 10.0.0.22 - - [2025-10-20 02:33:45] "POST /neutron/network HTTP/1.1" 200 151 0.159187 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.22 - - [2025-10-20 02:33:45] "DELETE /network-ipam/1233dc60-2265-48ec-bfc3-5cd8e43815e7 HTTP/1.1" 200 115 0.036829 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.002460 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.22 - - [2025-10-20 02:33:45] "DELETE /network-ipam/429fda65-c84a-4dd9-9b4a-3aff36e917e5 HTTP/1.1" 200 115 0.035128 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003287 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.22 - - [2025-10-20 02:33:45] "DELETE /network-ipam/bdb8d9d7-b7f1-4084-9dd6-434eb08bb9e6 HTTP/1.1" 200 115 0.038531 10.0.0.22 - - [2025-10-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003411 10.0.0.27 - - [2025-10-20 02:33:47] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.22 - - [2025-10-20 02:33:47] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055071 10.0.0.27 - - [2025-10-20 02:33:47] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002432 10.0.0.22 - - [2025-10-20 02:33:47] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?fields=virtual_networks HTTP/1.1" 200 1042 0.058704 10.0.0.27 - - [2025-10-20 02:33:47] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.22 - - [2025-10-20 02:33:47] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.058228 10.0.0.27 - - [2025-10-20 02:33:47] "GET /projects?obj_uuids=adf034e1-3540-4e17-871a-dfac78b0bbd9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.22 - - [2025-10-20 02:33:47] "GET /project/adf034e1-3540-4e17-871a-dfac78b0bbd9?fields=security_groups HTTP/1.1" 200 1268 0.055307 10.0.0.22 - - [2025-10-20 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.022270 10.0.0.27 - - [2025-10-20 02:33:48] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012993 10.0.0.27 - - [2025-10-20 02:33:48] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2025-10-20 02:33:48] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030459 10.0.0.27 - - [2025-10-20 02:33:48] "POST /id-to-fqname HTTP/1.1" 200 196 0.003702 10.0.0.27 - - [2025-10-20 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.005491 10.0.0.27 - - [2025-10-20 02:33:48] "POST /security-groups HTTP/1.1" 200 597 0.048489 10.0.0.22 - - [2025-10-20 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 240 0.004053 10.0.0.27 - - [2025-10-20 02:33:48] "POST /projects HTTP/1.1" 200 597 0.289531 10.0.0.27 - - [2025-10-20 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.367962 10.0.0.22 - - [2025-10-20 02:33:48] "POST /access-control-lists HTTP/1.1" 200 600 0.028242 10.0.0.22 - - [2025-10-20 02:33:48] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.548428 10.0.0.22 - - [2025-10-20 02:33:49] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.22 - - [2025-10-20 02:33:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.050888 10.0.0.22 - - [2025-10-20 02:33:53] "POST /network-ipams HTTP/1.1" 200 519 0.026239 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003409 10.0.0.22 - - [2025-10-20 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipam/fbf95cd4-3577-4d28-b8be-1d37f74d9de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006053 10.0.0.22 - - [2025-10-20 02:33:53] "PUT /network-ipam/fbf95cd4-3577-4d28-b8be-1d37f74d9de2 HTTP/1.1" 200 258 0.012307 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003287 10.0.0.22 - - [2025-10-20 02:33:53] "POST /network-ipams HTTP/1.1" 200 519 0.028710 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.002824 10.0.0.22 - - [2025-10-20 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipam/b0c7632c-cfcf-433b-9b15-c65ba42b51fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.005417 10.0.0.22 - - [2025-10-20 02:33:53] "PUT /network-ipam/b0c7632c-cfcf-433b-9b15-c65ba42b51fb HTTP/1.1" 200 258 0.013817 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003389 10.0.0.22 - - [2025-10-20 02:33:53] "POST /network-ipams HTTP/1.1" 200 519 0.025709 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003131 10.0.0.22 - - [2025-10-20 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.22 - - [2025-10-20 02:33:53] "GET /network-ipam/7aba3444-af18-4fb6-a68f-8a29487e0183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005619 10.0.0.22 - - [2025-10-20 02:33:54] "PUT /network-ipam/7aba3444-af18-4fb6-a68f-8a29487e0183 HTTP/1.1" 200 258 0.012815 10.0.0.22 - - [2025-10-20 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-10-20 02:33:54] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000827 10.0.0.22 - - [2025-10-20 02:33:54] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040457 10.0.0.27 - - [2025-10-20 02:33:55] "POST /useragent-kv HTTP/1.1" 200 115 0.012082 10.0.0.22 - - [2025-10-20 02:33:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.287645 10.0.0.22 - - [2025-10-20 02:33:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001275 10.0.0.22 - - [2025-10-20 02:33:55] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007252 10.0.0.22 - - [2025-10-20 02:33:55] "POST /neutron/network HTTP/1.1" 200 1016 0.007915 10.0.0.22 - - [2025-10-20 02:33:55] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005143 10.0.0.22 - - [2025-10-20 02:33:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.008178 10.0.0.22 - - [2025-10-20 02:33:55] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.004605 10.0.0.22 - - [2025-10-20 02:33:55] "GET /network-ipam/fbf95cd4-3577-4d28-b8be-1d37f74d9de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.003855 10.0.0.22 - - [2025-10-20 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.27 - - [2025-10-20 02:33:55] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000835 10.0.0.254 - - [2025-10-20 02:33:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054095 10.0.0.22 - - [2025-10-20 02:33:56] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047605 10.0.0.27 - - [2025-10-20 02:33:56] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001109 10.0.0.22 - - [2025-10-20 02:33:56] "POST /neutron/network HTTP/1.1" 200 613 0.132671 10.0.0.22 - - [2025-10-20 02:33:56] "POST /route-targets HTTP/1.1" 200 327 0.016200 10.0.0.27 - - [2025-10-20 02:33:56] "GET /obj-perms HTTP/1.1" 200 5056 0.069146 10.0.0.22 - - [2025-10-20 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.031941 10.0.0.22 - - [2025-10-20 02:33:56] "POST /neutron/network HTTP/1.1" 200 1014 0.010686 10.0.0.22 - - [2025-10-20 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.000952 10.0.0.22 - - [2025-10-20 02:33:56] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004750 10.0.0.22 - - [2025-10-20 02:33:56] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005094 10.0.0.22 - - [2025-10-20 02:33:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.007580 10.0.0.22 - - [2025-10-20 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.27 - - [2025-10-20 02:33:56] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000816 10.0.0.22 - - [2025-10-20 02:33:56] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052921 10.0.0.27 - - [2025-10-20 02:33:56] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000879 10.0.0.22 - - [2025-10-20 02:33:57] "POST /neutron/network HTTP/1.1" 200 613 0.124661 10.0.0.22 - - [2025-10-20 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.033632 10.0.0.22 - - [2025-10-20 02:33:57] "POST /neutron/network HTTP/1.1" 200 1016 0.010514 10.0.0.22 - - [2025-10-20 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001030 10.0.0.22 - - [2025-10-20 02:33:57] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.004919 10.0.0.22 - - [2025-10-20 02:33:57] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005235 10.0.0.22 - - [2025-10-20 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.008714 10.0.0.22 - - [2025-10-20 02:33:57] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006633 10.0.0.22 - - [2025-10-20 02:33:58] "GET /obj-perms HTTP/1.1" 200 5042 0.042902 10.0.0.22 - - [2025-10-20 02:33:59] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005948 10.0.0.22 - - [2025-10-20 02:33:59] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005613 10.0.0.254 - - [2025-10-20 02:34:00] "GET /obj-perms HTTP/1.1" 200 5042 0.043813 10.0.0.27 - - [2025-10-20 02:34:00] "GET /obj-perms HTTP/1.1" 200 5042 0.048840 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003445 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-10-20 02:34:00] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.22 - - [2025-10-20 02:34:00] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041025 10.0.0.22 - - [2025-10-20 02:34:00] "POST /network-policys HTTP/1.1" 200 559 0.026451 10.0.0.22 - - [2025-10-20 02:34:00] "GET /network-policy/035192a3-cd86-4254-8c2b-6cb18aa1489d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006417 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.002749 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-10-20 02:34:00] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.22 - - [2025-10-20 02:34:00] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042858 10.0.0.22 - - [2025-10-20 02:34:00] "POST /network-policys HTTP/1.1" 200 559 0.028425 10.0.0.22 - - [2025-10-20 02:34:00] "GET /network-policy/35dd4286-2702-4635-9a9b-5f413bd5209d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007982 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.004522 10.0.0.22 - - [2025-10-20 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.27 - - [2025-10-20 02:34:00] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000879 10.0.0.22 - - [2025-10-20 02:34:00] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039654 10.0.0.22 - - [2025-10-20 02:34:00] "POST /network-policys HTTP/1.1" 200 559 0.030998 10.0.0.22 - - [2025-10-20 02:34:00] "GET /network-policy/1331b03e-df33-4b5e-b5d4-ea8229591218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006322 10.0.0.22 - - [2025-10-20 02:34:01] "POST /neutron/network HTTP/1.1" 200 1200 0.080996 10.0.0.22 - - [2025-10-20 02:34:01] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006013 10.0.0.22 - - [2025-10-20 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.22 - - [2025-10-20 02:34:01] "GET /network-policy/035192a3-cd86-4254-8c2b-6cb18aa1489d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.003989 10.0.0.22 - - [2025-10-20 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.22 - - [2025-10-20 02:34:01] "GET /network-policy/35dd4286-2702-4635-9a9b-5f413bd5209d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005686 10.0.0.22 - - [2025-10-20 02:34:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.004981 10.0.0.22 - - [2025-10-20 02:34:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.002728 10.0.0.22 - - [2025-10-20 02:34:01] "POST /neutron/network HTTP/1.1" 200 1112 0.074661 10.0.0.22 - - [2025-10-20 02:34:01] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005475 10.0.0.22 - - [2025-10-20 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011111 10.0.0.22 - - [2025-10-20 02:34:01] "GET /network-policy/1331b03e-df33-4b5e-b5d4-ea8229591218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005812 10.0.0.22 - - [2025-10-20 02:34:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001062 10.0.0.27 - - [2025-10-20 02:34:02] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.22 - - [2025-10-20 02:34:02] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067543 10.0.0.22 - - [2025-10-20 02:34:02] "POST /neutron/network HTTP/1.1" 200 1200 0.008760 10.0.0.22 - - [2025-10-20 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001223 10.0.0.22 - - [2025-10-20 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.006868 10.0.0.27 - - [2025-10-20 02:34:03] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.22 - - [2025-10-20 02:34:03] "PUT /access-control-list/c33f8099-1878-461e-bf44-6dcdc1448fd4 HTTP/1.1" 200 272 0.070338 10.0.0.22 - - [2025-10-20 02:34:03] "POST /neutron/port HTTP/1.1" 200 1175 0.453492 10.0.0.22 - - [2025-10-20 02:34:03] "POST /neutron/port HTTP/1.1" 200 1229 0.103896 10.0.0.27 - - [2025-10-20 02:34:04] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.22 - - [2025-10-20 02:34:04] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.095959 10.0.0.22 - - [2025-10-20 02:34:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003103 10.0.0.22 - - [2025-10-20 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.22 - - [2025-10-20 02:34:04] "POST /neutron/port HTTP/1.1" 200 1203 0.028209 10.0.0.22 - - [2025-10-20 02:34:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001608 10.0.0.22 - - [2025-10-20 02:34:04] "POST /neutron/port HTTP/1.1" 200 1203 0.016882 10.0.0.22 - - [2025-10-20 02:34:04] "POST /neutron/network HTTP/1.1" 200 1122 0.008936 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/port HTTP/1.1" 200 1173 0.021030 10.0.0.27 - - [2025-10-20 02:34:05] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.22 - - [2025-10-20 02:34:05] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059258 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002763 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012208 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/network HTTP/1.1" 200 1112 0.008971 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.007928 10.0.0.22 - - [2025-10-20 02:34:05] "POST /neutron/port HTTP/1.1" 200 1203 0.017979 10.0.0.22 - - [2025-10-20 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008475 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-10-20 02:34:06] "POST /neutron/network HTTP/1.1" 200 1026 0.008364 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.047979 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.008041 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine-interface/1ebfcb1f-f82e-451e-871d-b4131fa47f13 HTTP/1.1" 200 3167 0.007731 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.015730 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine-interface/1ebfcb1f-f82e-451e-871d-b4131fa47f13 HTTP/1.1" 200 3167 0.005490 10.0.0.22 - - [2025-10-20 02:34:06] "GET /instance-ip/2d0d149c-13cf-44f0-b49d-e2a19814c459 HTTP/1.1" 200 1653 0.013101 10.0.0.22 - - [2025-10-20 02:34:06] "GET /instance-ip/91c03276-f937-449b-8e35-8b1207267153 HTTP/1.1" 200 1636 0.005798 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.003375 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-machine-interface/1ebfcb1f-f82e-451e-871d-b4131fa47f13 HTTP/1.1" 200 3167 0.006208 10.0.0.22 - - [2025-10-20 02:34:06] "GET /instance-ip/2d0d149c-13cf-44f0-b49d-e2a19814c459 HTTP/1.1" 200 1653 0.008852 10.0.0.22 - - [2025-10-20 02:34:06] "POST /neutron/port HTTP/1.1" 200 1175 0.033245 10.0.0.22 - - [2025-10-20 02:34:06] "GET /instance-ip/91c03276-f937-449b-8e35-8b1207267153 HTTP/1.1" 200 1636 0.005434 10.0.0.22 - - [2025-10-20 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007205 10.0.0.22 - - [2025-10-20 02:34:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003239 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006276 10.0.0.22 - - [2025-10-20 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.22 - - [2025-10-20 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.22 - - [2025-10-20 02:34:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.22 - - [2025-10-20 02:34:06] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006978 10.0.0.22 - - [2025-10-20 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005163 10.0.0.22 - - [2025-10-20 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.22 - - [2025-10-20 02:34:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003010 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003892 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006919 10.0.0.22 - - [2025-10-20 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.22 - - [2025-10-20 02:34:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003419 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005122 10.0.0.22 - - [2025-10-20 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.22 - - [2025-10-20 02:34:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002732 10.0.0.22 - - [2025-10-20 02:34:07] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006035 10.0.0.22 - - [2025-10-20 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-10-20 02:34:10] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.004974 10.0.0.22 - - [2025-10-20 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.22 - - [2025-10-20 02:34:14] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005454 10.0.0.22 - - [2025-10-20 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.22 - - [2025-10-20 02:34:18] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005372 10.0.0.22 - - [2025-10-20 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.22 - - [2025-10-20 02:34:22] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006100 10.0.0.22 - - [2025-10-20 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.22 - - [2025-10-20 02:34:26] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005236 10.0.0.22 - - [2025-10-20 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.22 - - [2025-10-20 02:34:30] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.004949 10.0.0.22 - - [2025-10-20 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-10-20 02:34:35] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.004954 10.0.0.22 - - [2025-10-20 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.22 - - [2025-10-20 02:34:39] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005029 10.0.0.22 - - [2025-10-20 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2025-10-20 02:34:43] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005563 10.0.0.27 - - [2025-10-20 02:34:43] "DELETE /project/fb5fc46452be4a77b4086feca6d8c49c HTTP/1.1" 404 173 0.002485 10.0.0.27 - - [2025-10-20 02:34:43] "DELETE /project/adf034e1-3540-4e17-871a-dfac78b0bbd9 HTTP/1.1" 404 177 0.005074 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.22 - - [2025-10-20 02:34:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003489 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005241 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-10-20 02:34:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002819 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003924 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005744 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.22 - - [2025-10-20 02:34:45] "GET /routing-instance/063549d7-b52e-461d-a133-58a463a55814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004121 10.0.0.22 - - [2025-10-20 02:34:45] "GET /route-target/15392105-5b71-4b02-a8b8-d13c537dc7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003714 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.22 - - [2025-10-20 02:34:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003080 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004900 10.0.0.22 - - [2025-10-20 02:34:45] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005366 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.22 - - [2025-10-20 02:34:45] "GET /routing-instance/063549d7-b52e-461d-a133-58a463a55814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004504 10.0.0.22 - - [2025-10-20 02:34:45] "GET /route-target/15392105-5b71-4b02-a8b8-d13c537dc7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003456 10.0.0.22 - - [2025-10-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004339 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002622 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005106 10.0.0.22 - - [2025-10-20 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005046 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003588 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.007720 10.0.0.22 - - [2025-10-20 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005404 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004283 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006001 10.0.0.22 - - [2025-10-20 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006176 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003513 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.008004 10.0.0.22 - - [2025-10-20 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006969 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005263 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003693 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006655 10.0.0.22 - - [2025-10-20 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-20 02:34:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003682 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002982 10.0.0.22 - - [2025-10-20 02:34:46] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006757 10.0.0.22 - - [2025-10-20 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004238 10.0.0.22 - - [2025-10-20 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004669 10.0.0.27 - - [2025-10-20 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003561 10.0.0.22 - - [2025-10-20 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003489 10.0.0.22 - - [2025-10-20 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003681 10.0.0.22 - - [2025-10-20 02:34:47] "POST /neutron/port HTTP/1.1" 200 1201 0.016121 10.0.0.22 - - [2025-10-20 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007387 10.0.0.22 - - [2025-10-20 02:34:47] "POST /neutron/port HTTP/1.1" 200 1201 0.013445 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.005423 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.002961 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine-interface/0a5dff30-74f1-4c70-878c-d413a0148fdb HTTP/1.1" 200 3166 0.005885 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.003061 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine-interface/0a5dff30-74f1-4c70-878c-d413a0148fdb HTTP/1.1" 200 3166 0.004997 10.0.0.22 - - [2025-10-20 02:34:47] "GET /instance-ip/3ab2c1f6-b0e2-4f0c-abc7-65cabb61c1cd HTTP/1.1" 200 1634 0.009245 10.0.0.22 - - [2025-10-20 02:34:47] "GET /instance-ip/88b15470-5ec6-4f27-81f1-d808e1ff3461 HTTP/1.1" 200 1651 0.005474 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.003320 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-machine-interface/0a5dff30-74f1-4c70-878c-d413a0148fdb HTTP/1.1" 200 3166 0.004964 10.0.0.22 - - [2025-10-20 02:34:47] "GET /instance-ip/3ab2c1f6-b0e2-4f0c-abc7-65cabb61c1cd HTTP/1.1" 200 1634 0.004468 10.0.0.22 - - [2025-10-20 02:34:47] "GET /instance-ip/88b15470-5ec6-4f27-81f1-d808e1ff3461 HTTP/1.1" 200 1651 0.004711 10.0.0.22 - - [2025-10-20 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.22 - - [2025-10-20 02:34:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003946 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003100 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005259 10.0.0.22 - - [2025-10-20 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.22 - - [2025-10-20 02:34:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003673 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002807 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005703 10.0.0.22 - - [2025-10-20 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.22 - - [2025-10-20 02:34:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003933 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003090 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005503 10.0.0.22 - - [2025-10-20 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.22 - - [2025-10-20 02:34:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005054 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003065 10.0.0.22 - - [2025-10-20 02:34:47] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006276 10.0.0.22 - - [2025-10-20 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-10-20 02:34:48] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004949 10.0.0.22 - - [2025-10-20 02:34:48] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003543 10.0.0.22 - - [2025-10-20 02:34:48] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005657 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.22 - - [2025-10-20 02:34:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003536 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003287 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005423 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-10-20 02:34:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003713 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006455 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005230 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.22 - - [2025-10-20 02:34:49] "GET /routing-instance/2ac5fd47-c35c-4228-9406-91e14c2fdda8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004151 10.0.0.22 - - [2025-10-20 02:34:49] "GET /route-target/cce22c42-955c-4577-90df-fc599d413457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003381 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-20 02:34:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003044 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002842 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005768 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.22 - - [2025-10-20 02:34:49] "GET /routing-instance/2ac5fd47-c35c-4228-9406-91e14c2fdda8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.003774 10.0.0.22 - - [2025-10-20 02:34:49] "GET /route-target/cce22c42-955c-4577-90df-fc599d413457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003869 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.22 - - [2025-10-20 02:34:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003798 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004488 10.0.0.22 - - [2025-10-20 02:34:49] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008533 10.0.0.22 - - [2025-10-20 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.22 - - [2025-10-20 02:34:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004150 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003236 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005488 10.0.0.22 - - [2025-10-20 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.22 - - [2025-10-20 02:34:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004013 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003183 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005593 10.0.0.22 - - [2025-10-20 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.22 - - [2025-10-20 02:34:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004157 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003299 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006176 10.0.0.22 - - [2025-10-20 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.22 - - [2025-10-20 02:34:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003376 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006494 10.0.0.22 - - [2025-10-20 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.22 - - [2025-10-20 02:34:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003700 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002920 10.0.0.22 - - [2025-10-20 02:34:50] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005504 10.0.0.22 - - [2025-10-20 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003891 10.0.0.27 - - [2025-10-20 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003484 10.0.0.22 - - [2025-10-20 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004415 10.0.0.27 - - [2025-10-20 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003254 10.0.0.22 - - [2025-10-20 02:34:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007824 10.0.0.22 - - [2025-10-20 02:34:51] "POST /neutron/port HTTP/1.1" 200 1203 0.016872 10.0.0.22 - - [2025-10-20 02:34:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007669 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.006202 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.003667 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine-interface/edc51bc4-ff80-414a-85ef-b8eb5148e5d2 HTTP/1.1" 200 3168 0.005760 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.004748 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine-interface/edc51bc4-ff80-414a-85ef-b8eb5148e5d2 HTTP/1.1" 200 3168 0.006078 10.0.0.22 - - [2025-10-20 02:34:51] "GET /instance-ip/45b75dfe-70c6-4c51-9f42-fa36a287acf7 HTTP/1.1" 200 1635 0.007200 10.0.0.22 - - [2025-10-20 02:34:51] "GET /instance-ip/7e3de6b6-d051-44ec-a001-500a4afaeaee HTTP/1.1" 200 1653 0.006513 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.004262 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-machine-interface/edc51bc4-ff80-414a-85ef-b8eb5148e5d2 HTTP/1.1" 200 3168 0.005353 10.0.0.22 - - [2025-10-20 02:34:51] "GET /instance-ip/45b75dfe-70c6-4c51-9f42-fa36a287acf7 HTTP/1.1" 200 1635 0.004789 10.0.0.22 - - [2025-10-20 02:34:51] "GET /instance-ip/7e3de6b6-d051-44ec-a001-500a4afaeaee HTTP/1.1" 200 1653 0.004496 10.0.0.22 - - [2025-10-20 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.22 - - [2025-10-20 02:34:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004235 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003315 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005570 10.0.0.22 - - [2025-10-20 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.22 - - [2025-10-20 02:34:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002815 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006280 10.0.0.22 - - [2025-10-20 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.22 - - [2025-10-20 02:34:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004823 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003523 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005844 10.0.0.22 - - [2025-10-20 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.22 - - [2025-10-20 02:34:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004729 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003433 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005989 10.0.0.22 - - [2025-10-20 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.22 - - [2025-10-20 02:34:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004621 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004083 10.0.0.22 - - [2025-10-20 02:34:51] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.008085 10.0.0.22 - - [2025-10-20 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003680 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006229 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005735 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003591 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003135 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005210 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.22 - - [2025-10-20 02:34:53] "GET /routing-instance/d26714cb-dec4-4737-be0e-b8d3f8dd3898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004362 10.0.0.22 - - [2025-10-20 02:34:53] "GET /route-target/8d257d93-2457-4ef6-9ea5-5b3fc16e5746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004118 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003662 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003068 10.0.0.22 - - [2025-10-20 02:34:53] "POST /neutron/port HTTP/1.1" 200 1203 0.016650 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005429 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.22 - - [2025-10-20 02:34:53] "GET /routing-instance/d26714cb-dec4-4737-be0e-b8d3f8dd3898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004378 10.0.0.22 - - [2025-10-20 02:34:53] "GET /route-target/8d257d93-2457-4ef6-9ea5-5b3fc16e5746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004239 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003316 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005516 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004108 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002667 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005503 10.0.0.22 - - [2025-10-20 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.22 - - [2025-10-20 02:34:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.22 - - [2025-10-20 02:34:53] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003762 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005720 10.0.0.22 - - [2025-10-20 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.22 - - [2025-10-20 02:34:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003827 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002732 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005114 10.0.0.22 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003414 10.0.0.27 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004342 10.0.0.22 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003971 10.0.0.22 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004077 10.0.0.22 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004656 10.0.0.254 - - [2025-10-20 02:34:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003158 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.004015 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-machine-interface/1ebfcb1f-f82e-451e-871d-b4131fa47f13 HTTP/1.1" 200 3167 0.005555 10.0.0.22 - - [2025-10-20 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.22 - - [2025-10-20 02:34:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003315 10.0.0.22 - - [2025-10-20 02:34:54] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005321 10.0.0.22 - - [2025-10-20 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.22 - - [2025-10-20 02:34:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004100 10.0.0.22 - - [2025-10-20 02:34:55] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002749 10.0.0.22 - - [2025-10-20 02:34:55] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.006171 10.0.0.22 - - [2025-10-20 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007054 10.0.0.22 - - [2025-10-20 02:34:57] "POST /neutron/port HTTP/1.1" 200 1201 0.013289 10.0.0.22 - - [2025-10-20 02:34:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.22 - - [2025-10-20 02:34:57] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.22 - - [2025-10-20 02:35:00] "POST /neutron/port HTTP/1.1" 200 1203 0.038495 10.0.0.22 - - [2025-10-20 02:35:00] "POST /neutron/port HTTP/1.1" 200 1203 0.030697 10.0.0.22 - - [2025-10-20 02:35:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010141 10.0.0.22 - - [2025-10-20 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.22 - - [2025-10-20 02:35:06] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.004750 10.0.0.22 - - [2025-10-20 02:35:06] "GET /virtual-machine-interface/0a5dff30-74f1-4c70-878c-d413a0148fdb HTTP/1.1" 200 3166 0.007206 10.0.0.22 - - [2025-10-20 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.22 - - [2025-10-20 02:35:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003006 10.0.0.22 - - [2025-10-20 02:35:06] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004247 10.0.0.22 - - [2025-10-20 02:35:06] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006926 10.0.0.22 - - [2025-10-20 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-10-20 02:35:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005065 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003384 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006698 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.004332 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-machine-interface/edc51bc4-ff80-414a-85ef-b8eb5148e5d2 HTTP/1.1" 200 3168 0.006089 10.0.0.22 - - [2025-10-20 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.22 - - [2025-10-20 02:35:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004803 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003913 10.0.0.22 - - [2025-10-20 02:35:07] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007167 10.0.0.22 - - [2025-10-20 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-10-20 02:35:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804 10.0.0.22 - - [2025-10-20 02:35:08] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003123 10.0.0.22 - - [2025-10-20 02:35:08] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005598 10.0.0.22 - - [2025-10-20 02:35:31] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 200 1299 0.004176 10.0.0.22 - - [2025-10-20 02:35:32] "POST /neutron/port HTTP/1.1" 200 1229 0.013610 10.0.0.22 - - [2025-10-20 02:35:33] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 404 171 0.003269 10.0.0.22 - - [2025-10-20 02:35:33] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 404 171 0.002703 10.0.0.22 - - [2025-10-20 02:35:33] "GET /virtual-machine/ea7d7777-ba91-4730-b95b-15a5b26c05ff HTTP/1.1" 404 171 0.003096 10.0.0.22 - - [2025-10-20 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.22 - - [2025-10-20 02:35:33] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003172 10.0.0.22 - - [2025-10-20 02:35:33] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003122 10.0.0.22 - - [2025-10-20 02:35:33] "GET /virtual-network/a3fbe20b-659d-498b-9766-499815877277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005834 10.0.0.22 - - [2025-10-20 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.22 - - [2025-10-20 02:35:33] "GET /routing-instance/d26714cb-dec4-4737-be0e-b8d3f8dd3898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004445 10.0.0.22 - - [2025-10-20 02:35:33] "GET /route-target/8d257d93-2457-4ef6-9ea5-5b3fc16e5746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003543 10.0.0.22 - - [2025-10-20 02:35:33] "GET /obj-perms HTTP/1.1" 200 5042 0.003678 10.0.0.22 - - [2025-10-20 02:35:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003860 10.0.0.22 - - [2025-10-20 02:35:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003359 10.0.0.27 - - [2025-10-20 02:35:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003483 10.0.0.22 - - [2025-10-20 02:35:43] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 200 1299 0.004004 10.0.0.22 - - [2025-10-20 02:35:43] "POST /neutron/port HTTP/1.1" 200 1227 0.014342 10.0.0.22 - - [2025-10-20 02:35:45] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 404 171 0.003440 10.0.0.22 - - [2025-10-20 02:35:45] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 404 171 0.002883 10.0.0.22 - - [2025-10-20 02:35:45] "GET /virtual-machine/e7b80be4-fcf9-4007-a62d-b60e6069a5bf HTTP/1.1" 404 171 0.003159 10.0.0.22 - - [2025-10-20 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.22 - - [2025-10-20 02:35:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004674 10.0.0.22 - - [2025-10-20 02:35:45] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003070 10.0.0.22 - - [2025-10-20 02:35:45] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005248 10.0.0.22 - - [2025-10-20 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.22 - - [2025-10-20 02:35:45] "GET /routing-instance/2ac5fd47-c35c-4228-9406-91e14c2fdda8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.003876 10.0.0.22 - - [2025-10-20 02:35:45] "GET /route-target/cce22c42-955c-4577-90df-fc599d413457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003522 10.0.0.22 - - [2025-10-20 02:35:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004291 10.0.0.27 - - [2025-10-20 02:35:51] "GET /obj-perms HTTP/1.1" 200 5042 0.003809 10.0.0.22 - - [2025-10-20 02:35:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004236 10.0.0.27 - - [2025-10-20 02:35:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004309 10.0.0.22 - - [2025-10-20 02:36:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003740 10.0.0.27 - - [2025-10-20 02:36:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004092 10.0.0.22 - - [2025-10-20 02:36:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003677 10.0.0.22 - - [2025-10-20 02:36:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003491 10.0.0.254 - - [2025-10-20 02:36:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004204 10.0.0.27 - - [2025-10-20 02:36:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003198 10.0.0.22 - - [2025-10-20 02:36:13] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 200 1298 0.004628 10.0.0.22 - - [2025-10-20 02:36:14] "POST /neutron/port HTTP/1.1" 200 1229 0.012594 10.0.0.22 - - [2025-10-20 02:36:15] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 404 171 0.003268 10.0.0.22 - - [2025-10-20 02:36:15] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 404 171 0.002865 10.0.0.22 - - [2025-10-20 02:36:15] "GET /virtual-machine/6e53e1d2-6a3c-4732-b693-dabf5a82fcbe HTTP/1.1" 404 171 0.002849 10.0.0.22 - - [2025-10-20 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2025-10-20 02:36:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004534 10.0.0.22 - - [2025-10-20 02:36:15] "GET /virtual-networks?parent_id=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003010 10.0.0.22 - - [2025-10-20 02:36:15] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005811 10.0.0.22 - - [2025-10-20 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.22 - - [2025-10-20 02:36:15] "GET /routing-instance/063549d7-b52e-461d-a133-58a463a55814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005431 10.0.0.22 - - [2025-10-20 02:36:15] "GET /route-target/15392105-5b71-4b02-a8b8-d13c537dc7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005524 10.0.0.22 - - [2025-10-20 02:36:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004172 10.0.0.22 - - [2025-10-20 02:36:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003964 10.0.0.22 - - [2025-10-20 02:36:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003545 10.0.0.22 - - [2025-10-20 02:36:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004140 10.0.0.22 - - [2025-10-20 02:36:37] "GET /obj-perms HTTP/1.1" 200 5042 0.005031 10.0.0.22 - - [2025-10-20 02:36:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003612 10.0.0.22 - - [2025-10-20 02:36:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003840 10.0.0.22 - - [2025-10-20 02:36:43] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005421 10.0.0.27 - - [2025-10-20 02:36:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-10-20 02:36:43] "POST /neutron/network HTTP/1.1" 200 1014 0.110982 10.0.0.22 - - [2025-10-20 02:36:44] "GET /virtual-network/054187d3-414c-4b80-91fd-ff7d0393835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005834 10.0.0.22 - - [2025-10-20 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.029967 10.0.0.27 - - [2025-10-20 02:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.254 - - [2025-10-20 02:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-20 02:36:44] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3253 0.005390 10.0.0.22 - - [2025-10-20 02:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000312 10.0.0.254 - - [2025-10-20 02:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000282 10.0.0.22 - - [2025-10-20 02:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.001063 10.0.0.22 - - [2025-10-20 02:36:44] "POST /neutron/network HTTP/1.1" 200 1016 0.087176 10.0.0.22 - - [2025-10-20 02:36:44] "GET /virtual-network/a68cac58-22e8-40d0-95a2-f945ea90b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005088 10.0.0.22 - - [2025-10-20 02:36:44] "DELETE /network-policy/1331b03e-df33-4b5e-b5d4-ea8229591218 HTTP/1.1" 200 115 0.035786 10.0.0.22 - - [2025-10-20 02:36:44] "DELETE /network-policy/35dd4286-2702-4635-9a9b-5f413bd5209d HTTP/1.1" 200 115 0.039958 10.0.0.22 - - [2025-10-20 02:36:44] "DELETE /network-policy/035192a3-cd86-4254-8c2b-6cb18aa1489d HTTP/1.1" 200 115 0.042993 10.0.0.22 - - [2025-10-20 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.036072 10.0.0.27 - - [2025-10-20 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005209 10.0.0.27 - - [2025-10-20 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.27 - - [2025-10-20 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.27 - - [2025-10-20 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003411 10.0.0.22 - - [2025-10-20 02:36:44] "POST /neutron/network HTTP/1.1" 200 151 0.210344 10.0.0.22 - - [2025-10-20 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-10-20 02:36:45] "POST /neutron/network HTTP/1.1" 200 1016 0.009314 10.0.0.254 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.254 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000323 10.0.0.22 - - [2025-10-20 02:36:45] "DELETE /route-target/15392105-5b71-4b02-a8b8-d13c537dc7a4 HTTP/1.1" 200 115 0.022653 10.0.0.22 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-10-20 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.22 - - [2025-10-20 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.22 - - [2025-10-20 02:36:45] "DELETE /network-ipam/7aba3444-af18-4fb6-a68f-8a29487e0183 HTTP/1.1" 200 115 0.036491 10.0.0.22 - - [2025-10-20 02:36:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.004570 10.0.0.22 - - [2025-10-20 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-10-20 02:36:45] "DELETE /network-ipam/b0c7632c-cfcf-433b-9b15-c65ba42b51fb HTTP/1.1" 200 115 0.036092 10.0.0.22 - - [2025-10-20 02:36:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003194 10.0.0.22 - - [2025-10-20 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-10-20 02:36:46] "DELETE /network-ipam/fbf95cd4-3577-4d28-b8be-1d37f74d9de2 HTTP/1.1" 200 115 0.033554 10.0.0.22 - - [2025-10-20 02:36:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.002940 10.0.0.27 - - [2025-10-20 02:36:48] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.22 - - [2025-10-20 02:36:48] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068435 10.0.0.27 - - [2025-10-20 02:36:48] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000794 10.0.0.22 - - [2025-10-20 02:36:48] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?fields=virtual_networks HTTP/1.1" 200 1055 0.081397 10.0.0.27 - - [2025-10-20 02:36:48] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.22 - - [2025-10-20 02:36:48] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.048492 10.0.0.27 - - [2025-10-20 02:36:48] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.22 - - [2025-10-20 02:36:49] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?fields=security_groups HTTP/1.1" 200 1287 0.036340 10.0.0.22 - - [2025-10-20 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.022706 10.0.0.27 - - [2025-10-20 02:36:49] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003376 10.0.0.27 - - [2025-10-20 02:36:49] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.27 - - [2025-10-20 02:36:49] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006482 10.0.0.27 - - [2025-10-20 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.003471 10.0.0.27 - - [2025-10-20 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.009427 10.0.0.27 - - [2025-10-20 02:36:50] "POST /security-groups HTTP/1.1" 200 593 0.030285 10.0.0.27 - - [2025-10-20 02:36:50] "POST /projects HTTP/1.1" 200 589 0.239950 10.0.0.22 - - [2025-10-20 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.004613 10.0.0.27 - - [2025-10-20 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.313355 10.0.0.22 - - [2025-10-20 02:36:50] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.452264 10.0.0.22 - - [2025-10-20 02:36:51] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.22 - - [2025-10-20 02:36:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-10-20 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.050472 10.0.0.27 - - [2025-10-20 02:36:53] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000815 10.0.0.22 - - [2025-10-20 02:36:53] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.035348 10.0.0.27 - - [2025-10-20 02:36:53] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.22 - - [2025-10-20 02:36:53] "POST /neutron/network HTTP/1.1" 200 607 0.144842 10.0.0.22 - - [2025-10-20 02:36:53] "POST /ref-update HTTP/1.1" 200 156 0.025175 10.0.0.22 - - [2025-10-20 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.003159 10.0.0.22 - - [2025-10-20 02:36:53] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009293 10.0.0.22 - - [2025-10-20 02:36:53] "POST /neutron/network HTTP/1.1" 200 824 0.006031 10.0.0.22 - - [2025-10-20 02:36:53] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004443 10.0.0.22 - - [2025-10-20 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-10-20 02:36:54] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.22 - - [2025-10-20 02:36:54] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040895 10.0.0.22 - - [2025-10-20 02:36:54] "POST /neutron/network HTTP/1.1" 200 117 0.012472 10.0.0.22 - - [2025-10-20 02:36:54] "POST /neutron/network HTTP/1.1" 200 827 0.008500 10.0.0.22 - - [2025-10-20 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001074 10.0.0.22 - - [2025-10-20 02:36:54] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005708 10.0.0.22 - - [2025-10-20 02:36:54] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005534 10.0.0.22 - - [2025-10-20 02:36:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.008994 10.0.0.22 - - [2025-10-20 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002546 10.0.0.22 - - [2025-10-20 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.27 - - [2025-10-20 02:36:54] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.22 - - [2025-10-20 02:36:54] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.038211 10.0.0.22 - - [2025-10-20 02:36:54] "POST /network-policys HTTP/1.1" 200 571 0.030873 10.0.0.22 - - [2025-10-20 02:36:54] "GET /network-policy/85d131a1-2ffd-43c2-804f-0a9586a24d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005920 10.0.0.22 - - [2025-10-20 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.002778 10.0.0.22 - - [2025-10-20 02:36:55] "POST /neutron/network HTTP/1.1" 200 926 0.025066 10.0.0.22 - - [2025-10-20 02:36:55] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.016059 10.0.0.22 - - [2025-10-20 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.22 - - [2025-10-20 02:36:55] "GET /network-policy/85d131a1-2ffd-43c2-804f-0a9586a24d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003800 10.0.0.22 - - [2025-10-20 02:36:55] "POST /neutron/network HTTP/1.1" 200 929 0.008845 10.0.0.22 - - [2025-10-20 02:36:55] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004654 10.0.0.22 - - [2025-10-20 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.22 - - [2025-10-20 02:36:55] "POST /access-control-lists HTTP/1.1" 200 590 0.082639 10.0.0.22 - - [2025-10-20 02:36:55] "GET /network-policy/85d131a1-2ffd-43c2-804f-0a9586a24d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004046 10.0.0.22 - - [2025-10-20 02:36:55] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005004 10.0.0.22 - - [2025-10-20 02:36:57] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005060 10.0.0.22 - - [2025-10-20 02:36:57] "GET /obj-perms HTTP/1.1" 200 5034 0.046060 10.0.0.254 - - [2025-10-20 02:36:57] "GET /obj-perms HTTP/1.1" 200 5034 0.042479 10.0.0.27 - - [2025-10-20 02:36:57] "GET /obj-perms HTTP/1.1" 200 5034 0.046908 10.0.0.22 - - [2025-10-20 02:36:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001915 10.0.0.27 - - [2025-10-20 02:36:58] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.22 - - [2025-10-20 02:36:58] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.134923 10.0.0.22 - - [2025-10-20 02:36:58] "POST /neutron/port HTTP/1.1" 200 117 0.005734 10.0.0.22 - - [2025-10-20 02:36:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001554 10.0.0.22 - - [2025-10-20 02:36:58] "POST /neutron/network HTTP/1.1" 200 939 0.006980 10.0.0.22 - - [2025-10-20 02:36:59] "POST /neutron/port HTTP/1.1" 200 1060 0.014307 10.0.0.27 - - [2025-10-20 02:36:59] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001853 10.0.0.22 - - [2025-10-20 02:36:59] "POST /neutron/port HTTP/1.1" 200 1088 0.020000 10.0.0.22 - - [2025-10-20 02:36:59] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073545 10.0.0.22 - - [2025-10-20 02:36:59] "POST /neutron/network HTTP/1.1" 200 929 0.031199 10.0.0.22 - - [2025-10-20 02:36:59] "POST /neutron/port HTTP/1.1" 200 1088 0.015187 10.0.0.22 - - [2025-10-20 02:37:00] "POST /neutron/port HTTP/1.1" 200 1088 0.014935 10.0.0.27 - - [2025-10-20 02:37:00] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.22 - - [2025-10-20 02:37:00] "PUT /access-control-list/81b04fbe-c50a-4a1b-bc7e-55b4a00dbff6 HTTP/1.1" 200 272 0.016259 10.0.0.22 - - [2025-10-20 02:37:00] "POST /neutron/port HTTP/1.1" 200 1063 0.273674 10.0.0.22 - - [2025-10-20 02:37:00] "POST /neutron/port HTTP/1.1" 200 1117 0.146445 10.0.0.22 - - [2025-10-20 02:37:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.010388 10.0.0.22 - - [2025-10-20 02:37:03] "POST /neutron/port HTTP/1.1" 200 1088 0.015632 10.0.0.22 - - [2025-10-20 02:37:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.22 - - [2025-10-20 02:37:03] "POST /neutron/network HTTP/1.1" 200 926 0.007626 10.0.0.22 - - [2025-10-20 02:37:05] "POST /neutron/port HTTP/1.1" 200 1088 0.017795 10.0.0.22 - - [2025-10-20 02:37:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006601 10.0.0.22 - - [2025-10-20 02:37:05] "GET /virtual-machine/ab1a0bfa-4f15-49bb-ae94-5c9444c9948c HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-10-20 02:37:05] "GET /virtual-machine/ab1a0bfa-4f15-49bb-ae94-5c9444c9948c HTTP/1.1" 200 1295 0.050408 10.0.0.22 - - [2025-10-20 02:37:05] "GET /virtual-machine-interface/8d27bf69-fab1-4a9b-a1a0-a76ae310d3a9 HTTP/1.1" 200 2952 0.004913 10.0.0.22 - - [2025-10-20 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2025-10-20 02:37:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003413 10.0.0.22 - - [2025-10-20 02:37:05] "GET /virtual-networks?parent_id=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003275 10.0.0.22 - - [2025-10-20 02:37:05] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006700 10.0.0.22 - - [2025-10-20 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.22 - - [2025-10-20 02:37:08] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004682 10.0.0.22 - - [2025-10-20 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-10-20 02:37:12] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004613 10.0.0.22 - - [2025-10-20 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.22 - - [2025-10-20 02:37:17] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005115 10.0.0.22 - - [2025-10-20 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.22 - - [2025-10-20 02:37:21] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004788 10.0.0.22 - - [2025-10-20 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.22 - - [2025-10-20 02:37:25] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004669 10.0.0.22 - - [2025-10-20 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-10-20 02:37:29] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004716 10.0.0.22 - - [2025-10-20 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-20 02:37:33] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005034 10.0.0.22 - - [2025-10-20 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.22 - - [2025-10-20 02:37:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004074 10.0.0.22 - - [2025-10-20 02:37:35] "GET /virtual-networks?parent_id=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003096 10.0.0.22 - - [2025-10-20 02:37:35] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007103 10.0.0.22 - - [2025-10-20 02:37:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014567 10.0.0.22 - - [2025-10-20 02:37:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.028364 10.0.0.27 - - [2025-10-20 02:37:43] "DELETE /project/8fb246497ad0485eb450be8f2c4c5006 HTTP/1.1" 404 173 0.005538 10.0.0.27 - - [2025-10-20 02:37:43] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000751 10.0.0.27 - - [2025-10-20 02:37:43] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.049498 10.0.0.27 - - [2025-10-20 02:37:43] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.27 - - [2025-10-20 02:37:43] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?fields=security_groups HTTP/1.1" 200 1392 0.042437 10.0.0.27 - - [2025-10-20 02:37:44] "DELETE /security-group/c21dd1f1-4fdd-4e8f-a106-6d589c79c5e1 HTTP/1.1" 200 115 0.060552 10.0.0.27 - - [2025-10-20 02:37:44] "GET /projects?obj_uuids=fb5fc464-52be-4a77-b408-6feca6d8c49c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000771 10.0.0.27 - - [2025-10-20 02:37:44] "GET /project/fb5fc464-52be-4a77-b408-6feca6d8c49c?fields=application_policy_sets HTTP/1.1" 200 1431 0.054990 10.0.0.27 - - [2025-10-20 02:37:44] "DELETE /project/fb5fc464-52be-4a77-b408-6feca6d8c49c HTTP/1.1" 200 115 0.439866 10.0.0.22 - - [2025-10-20 02:37:47] "POST /neutron/port HTTP/1.1" 200 1091 0.013595 10.0.0.22 - - [2025-10-20 02:37:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007380 10.0.0.22 - - [2025-10-20 02:37:51] "POST /neutron/port HTTP/1.1" 200 1091 0.015943 10.0.0.22 - - [2025-10-20 02:37:51] "GET /virtual-machine/608fb893-c211-4e90-8b8a-a23dbe5a4c64 HTTP/1.1" 200 1294 0.005641 10.0.0.22 - - [2025-10-20 02:37:51] "GET /virtual-machine-interface/3c4fbb51-bbd1-44b7-aa65-36cba7ab629b HTTP/1.1" 200 2951 0.004944 10.0.0.22 - - [2025-10-20 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.22 - - [2025-10-20 02:37:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003158 10.0.0.22 - - [2025-10-20 02:37:51] "GET /virtual-networks?parent_id=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002797 10.0.0.22 - - [2025-10-20 02:37:51] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006764 10.0.0.22 - - [2025-10-20 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.22 - - [2025-10-20 02:37:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003550 10.0.0.22 - - [2025-10-20 02:37:52] "GET /virtual-networks?parent_id=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002578 10.0.0.22 - - [2025-10-20 02:37:52] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005667 10.0.0.22 - - [2025-10-20 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007331 10.0.0.22 - - [2025-10-20 02:37:58] "POST /neutron/network HTTP/1.1" 200 939 0.006755 10.0.0.22 - - [2025-10-20 02:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.22 - - [2025-10-20 02:38:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015997 10.0.0.22 - - [2025-10-20 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.008821 10.0.0.22 - - [2025-10-20 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-10-20 02:38:42] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000825 10.0.0.22 - - [2025-10-20 02:38:42] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.038839 10.0.0.22 - - [2025-10-20 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.22 - - [2025-10-20 02:38:42] "PUT /network-policy/85d131a1-2ffd-43c2-804f-0a9586a24d94 HTTP/1.1" 200 262 0.016474 10.0.0.22 - - [2025-10-20 02:38:42] "PUT /access-control-list/81b04fbe-c50a-4a1b-bc7e-55b4a00dbff6 HTTP/1.1" 200 272 0.015857 10.0.0.22 - - [2025-10-20 02:38:42] "POST /ref-update HTTP/1.1" 200 156 0.030348 10.0.0.22 - - [2025-10-20 02:38:45] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006060 10.0.0.22 - - [2025-10-20 02:38:45] "POST /neutron/network HTTP/1.1" 200 929 0.006395 10.0.0.22 - - [2025-10-20 02:38:45] "GET /virtual-network/be3e9b8f-a796-4739-8f99-a57d15011335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008740 10.0.0.22 - - [2025-10-20 02:38:45] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004642 10.0.0.22 - - [2025-10-20 02:38:45] "POST /neutron/network HTTP/1.1" 200 926 0.015056 10.0.0.22 - - [2025-10-20 02:38:46] "GET /virtual-network/27916dee-d4d7-4992-88f7-a6be8d6bf9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006342 10.0.0.22 - - [2025-10-20 02:38:46] "DELETE /network-policy/85d131a1-2ffd-43c2-804f-0a9586a24d94 HTTP/1.1" 200 115 0.055840 10.0.0.22 - - [2025-10-20 02:38:46] "POST /neutron/network HTTP/1.1" 200 827 0.010276 10.0.0.22 - - [2025-10-20 02:38:46] "POST /neutron/port HTTP/1.1" 200 1117 0.012562 10.0.0.22 - - [2025-10-20 02:38:46] "POST /neutron/port HTTP/1.1" 200 1114 0.009763 10.0.0.27 - - [2025-10-20 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.025297 10.0.0.27 - - [2025-10-20 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.22 - - [2025-10-20 02:38:48] "POST /neutron/network HTTP/1.1" 200 151 0.129685 10.0.0.22 - - [2025-10-20 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.032467 10.0.0.22 - - [2025-10-20 02:38:48] "DELETE /route-target/e188dc7a-b96f-4549-ac52-9b55ae0df503 HTTP/1.1" 200 115 0.017842 10.0.0.27 - - [2025-10-20 02:38:50] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.22 - - [2025-10-20 02:38:50] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045434 10.0.0.27 - - [2025-10-20 02:38:50] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.22 - - [2025-10-20 02:38:50] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?fields=virtual_networks HTTP/1.1" 200 1047 0.046036 10.0.0.27 - - [2025-10-20 02:38:50] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000848 10.0.0.22 - - [2025-10-20 02:38:50] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.034223 10.0.0.27 - - [2025-10-20 02:38:50] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.22 - - [2025-10-20 02:38:50] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?fields=security_groups HTTP/1.1" 200 1275 0.048720 10.0.0.22 - - [2025-10-20 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.023710 10.0.0.27 - - [2025-10-20 02:38:51] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002848 10.0.0.27 - - [2025-10-20 02:38:51] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.27 - - [2025-10-20 02:38:51] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028192 10.0.0.27 - - [2025-10-20 02:38:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.001223 10.0.0.27 - - [2025-10-20 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.008584 10.0.0.27 - - [2025-10-20 02:38:51] "POST /security-groups HTTP/1.1" 200 603 0.074457 10.0.0.27 - - [2025-10-20 02:38:51] "POST /projects HTTP/1.1" 200 609 0.275542 10.0.0.22 - - [2025-10-20 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.011319 10.0.0.27 - - [2025-10-20 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.345153 10.0.0.22 - - [2025-10-20 02:38:51] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.492997 10.0.0.22 - - [2025-10-20 02:38:52] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.22 - - [2025-10-20 02:38:56] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-10-20 02:38:56] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.22 - - [2025-10-20 02:38:56] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058837 10.0.0.22 - - [2025-10-20 02:38:56] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.22 - - [2025-10-20 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-10-20 02:38:57] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.22 - - [2025-10-20 02:38:57] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006785 10.0.0.22 - - [2025-10-20 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-10-20 02:38:57] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.22 - - [2025-10-20 02:38:57] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040466 10.0.0.22 - - [2025-10-20 02:38:58] "GET /domains HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-10-20 02:38:58] "GET /domains HTTP/1.1" 200 280 0.023924 10.0.0.27 - - [2025-10-20 02:38:58] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.22 - - [2025-10-20 02:38:58] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633 HTTP/1.1" 200 2774 0.009445 10.0.0.27 - - [2025-10-20 02:38:58] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.22 - - [2025-10-20 02:38:58] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3 HTTP/1.1" 200 1934 0.088682 10.0.0.22 - - [2025-10-20 02:38:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002558 10.0.0.22 - - [2025-10-20 02:38:58] "POST /network-ipams HTTP/1.1" 200 621 0.029634 10.0.0.22 - - [2025-10-20 02:38:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003042 10.0.0.22 - - [2025-10-20 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.22 - - [2025-10-20 02:38:59] "GET /network-ipam/97a9793a-2150-4183-88ba-8840823c9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006322 10.0.0.22 - - [2025-10-20 02:38:59] "PUT /network-ipam/97a9793a-2150-4183-88ba-8840823c9467 HTTP/1.1" 200 258 0.014157 10.0.0.22 - - [2025-10-20 02:38:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-10-20 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.040649 10.0.0.27 - - [2025-10-20 02:38:59] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.22 - - [2025-10-20 02:38:59] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045793 10.0.0.22 - - [2025-10-20 02:39:00] "POST /neutron/network HTTP/1.1" 200 117 0.258357 10.0.0.22 - - [2025-10-20 02:39:00] "POST /ref-update HTTP/1.1" 200 156 0.048821 10.0.0.27 - - [2025-10-20 02:39:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008993 10.0.0.22 - - [2025-10-20 02:39:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.232716 10.0.0.22 - - [2025-10-20 02:39:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.039529 10.0.0.22 - - [2025-10-20 02:39:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001202 10.0.0.22 - - [2025-10-20 02:39:01] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.008464 10.0.0.22 - - [2025-10-20 02:39:01] "POST /neutron/network HTTP/1.1" 200 1336 0.014921 10.0.0.22 - - [2025-10-20 02:39:01] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005761 10.0.0.22 - - [2025-10-20 02:39:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.009580 10.0.0.22 - - [2025-10-20 02:39:02] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006789 10.0.0.22 - - [2025-10-20 02:39:02] "GET /obj-perms HTTP/1.1" 200 5019 0.045571 10.0.0.254 - - [2025-10-20 02:39:02] "GET /obj-perms HTTP/1.1" 200 5019 0.043125 10.0.0.27 - - [2025-10-20 02:39:03] "GET /obj-perms HTTP/1.1" 200 5019 0.045420 10.0.0.22 - - [2025-10-20 02:39:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003463 10.0.0.22 - - [2025-10-20 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-10-20 02:39:03] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.22 - - [2025-10-20 02:39:03] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045016 10.0.0.22 - - [2025-10-20 02:39:03] "POST /network-policys HTTP/1.1" 200 563 0.051544 10.0.0.22 - - [2025-10-20 02:39:03] "GET /network-policy/052e9c5f-d345-4cc8-ba55-726b480a72de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006369 10.0.0.22 - - [2025-10-20 02:39:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.004531 10.0.0.22 - - [2025-10-20 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.27 - - [2025-10-20 02:39:03] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.22 - - [2025-10-20 02:39:03] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054903 10.0.0.22 - - [2025-10-20 02:39:03] "POST /network-policys HTTP/1.1" 200 563 0.032338 10.0.0.22 - - [2025-10-20 02:39:04] "GET /network-policy/faa9956b-19c1-41d0-9a23-9ebde608ff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.009148 10.0.0.22 - - [2025-10-20 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003680 10.0.0.22 - - [2025-10-20 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2025-10-20 02:39:04] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.22 - - [2025-10-20 02:39:04] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048441 10.0.0.22 - - [2025-10-20 02:39:04] "POST /network-policys HTTP/1.1" 200 563 0.032470 10.0.0.22 - - [2025-10-20 02:39:04] "GET /network-policy/3d247500-6578-4a09-9427-7fecbc3e1aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007565 10.0.0.22 - - [2025-10-20 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003259 10.0.0.22 - - [2025-10-20 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.27 - - [2025-10-20 02:39:04] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.22 - - [2025-10-20 02:39:04] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043887 10.0.0.22 - - [2025-10-20 02:39:04] "POST /network-policys HTTP/1.1" 200 563 0.037080 10.0.0.22 - - [2025-10-20 02:39:04] "GET /network-policy/8c69867f-c40d-4eab-bc4d-b68ca44778f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.016272 10.0.0.22 - - [2025-10-20 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003566 10.0.0.22 - - [2025-10-20 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-10-20 02:39:05] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.22 - - [2025-10-20 02:39:05] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052496 10.0.0.22 - - [2025-10-20 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.029207 10.0.0.22 - - [2025-10-20 02:39:05] "GET /network-policy/1aa3d243-1cc7-4bb5-9087-d41380d4222a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006365 10.0.0.22 - - [2025-10-20 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003179 10.0.0.22 - - [2025-10-20 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-10-20 02:39:05] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.22 - - [2025-10-20 02:39:05] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042971 10.0.0.22 - - [2025-10-20 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.033187 10.0.0.22 - - [2025-10-20 02:39:05] "GET /network-policy/e82d92c6-a800-4ef8-9d38-11acd842cd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006620 10.0.0.22 - - [2025-10-20 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003131 10.0.0.22 - - [2025-10-20 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2025-10-20 02:39:05] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.22 - - [2025-10-20 02:39:05] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037068 10.0.0.22 - - [2025-10-20 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.035256 10.0.0.22 - - [2025-10-20 02:39:06] "GET /network-policy/f874ecbf-ba1b-46d1-b392-484f4b149f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006070 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003528 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-10-20 02:39:06] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.22 - - [2025-10-20 02:39:06] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046894 10.0.0.22 - - [2025-10-20 02:39:06] "POST /network-policys HTTP/1.1" 200 563 0.028364 10.0.0.22 - - [2025-10-20 02:39:06] "GET /network-policy/64db7169-133b-4a49-86f2-099b97949cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006198 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.004207 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-10-20 02:39:06] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000823 10.0.0.22 - - [2025-10-20 02:39:06] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043555 10.0.0.22 - - [2025-10-20 02:39:06] "POST /network-policys HTTP/1.1" 200 563 0.042209 10.0.0.22 - - [2025-10-20 02:39:06] "GET /network-policy/ebe68205-a9fa-45f9-966e-d87fa13146e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006553 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003304 10.0.0.22 - - [2025-10-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-10-20 02:39:06] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.22 - - [2025-10-20 02:39:07] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035883 10.0.0.22 - - [2025-10-20 02:39:07] "POST /network-policys HTTP/1.1" 200 563 0.030183 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/d68f2203-dd85-441b-a756-954e64125810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008538 10.0.0.22 - - [2025-10-20 02:39:07] "POST /neutron/network HTTP/1.1" 200 2249 0.140543 10.0.0.22 - - [2025-10-20 02:39:07] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.008067 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/052e9c5f-d345-4cc8-ba55-726b480a72de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004364 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/1aa3d243-1cc7-4bb5-9087-d41380d4222a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004325 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/3d247500-6578-4a09-9427-7fecbc3e1aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003863 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/64db7169-133b-4a49-86f2-099b97949cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004024 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/8c69867f-c40d-4eab-bc4d-b68ca44778f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004254 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.22 - - [2025-10-20 02:39:07] "GET /network-policy/d68f2203-dd85-441b-a756-954e64125810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004056 10.0.0.22 - - [2025-10-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.22 - - [2025-10-20 02:39:08] "GET /network-policy/e82d92c6-a800-4ef8-9d38-11acd842cd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003971 10.0.0.22 - - [2025-10-20 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.22 - - [2025-10-20 02:39:08] "GET /network-policy/ebe68205-a9fa-45f9-966e-d87fa13146e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004140 10.0.0.22 - - [2025-10-20 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-10-20 02:39:08] "GET /network-policy/f874ecbf-ba1b-46d1-b392-484f4b149f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004247 10.0.0.22 - - [2025-10-20 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-10-20 02:39:08] "GET /network-policy/faa9956b-19c1-41d0-9a23-9ebde608ff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004204 10.0.0.22 - - [2025-10-20 02:39:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001135 10.0.0.27 - - [2025-10-20 02:39:09] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.22 - - [2025-10-20 02:39:09] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.060266 10.0.0.22 - - [2025-10-20 02:39:09] "POST /neutron/network HTTP/1.1" 200 2249 0.012780 10.0.0.22 - - [2025-10-20 02:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.006468 10.0.0.22 - - [2025-10-20 02:39:09] "PUT /access-control-list/ab924e79-05e0-4212-9051-6b7f9850950a HTTP/1.1" 200 272 0.035028 10.0.0.22 - - [2025-10-20 02:39:10] "POST /neutron/port HTTP/1.1" 200 1173 0.018460 10.0.0.22 - - [2025-10-20 02:39:10] "POST /neutron/port HTTP/1.1" 200 1201 0.015657 10.0.0.22 - - [2025-10-20 02:39:10] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015177 10.0.0.22 - - [2025-10-20 02:39:10] "POST /neutron/network HTTP/1.1" 200 2249 0.010417 10.0.0.22 - - [2025-10-20 02:39:14] "POST /neutron/port HTTP/1.1" 200 1201 0.015190 10.0.0.22 - - [2025-10-20 02:39:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006442 10.0.0.22 - - [2025-10-20 02:39:14] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 401 292 0.000342 10.0.0.22 - - [2025-10-20 02:39:14] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 200 1305 0.027544 10.0.0.22 - - [2025-10-20 02:39:14] "GET /virtual-machine-interface/63f7459e-5cb0-413f-a3fe-b88e8c5c7e0c HTTP/1.1" 200 3169 0.004998 10.0.0.22 - - [2025-10-20 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-20 02:39:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003390 10.0.0.22 - - [2025-10-20 02:39:15] "GET /virtual-networks?parent_id=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002883 10.0.0.22 - - [2025-10-20 02:39:15] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006576 10.0.0.22 - - [2025-10-20 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.22 - - [2025-10-20 02:39:18] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005231 10.0.0.22 - - [2025-10-20 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2025-10-20 02:39:22] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005016 10.0.0.22 - - [2025-10-20 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.22 - - [2025-10-20 02:39:26] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005984 10.0.0.22 - - [2025-10-20 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-10-20 02:39:30] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.004969 10.0.0.22 - - [2025-10-20 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-10-20 02:39:34] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005986 10.0.0.22 - - [2025-10-20 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.22 - - [2025-10-20 02:39:38] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.011908 10.0.0.22 - - [2025-10-20 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.22 - - [2025-10-20 02:39:42] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005202 10.0.0.27 - - [2025-10-20 02:39:44] "DELETE /project/310f821f839942419fbb42028a9b68c3 HTTP/1.1" 404 173 0.004386 10.0.0.27 - - [2025-10-20 02:39:44] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000763 10.0.0.27 - - [2025-10-20 02:39:44] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.039493 10.0.0.27 - - [2025-10-20 02:39:44] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000864 10.0.0.27 - - [2025-10-20 02:39:44] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?fields=security_groups HTTP/1.1" 200 1380 0.044252 10.0.0.27 - - [2025-10-20 02:39:44] "DELETE /security-group/77e6f20a-a98b-4160-89cb-a31ebd44bd2d HTTP/1.1" 200 115 0.046925 10.0.0.27 - - [2025-10-20 02:39:44] "GET /projects?obj_uuids=8fb24649-7ad0-485e-b450-be8f2c4c5006&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.27 - - [2025-10-20 02:39:44] "GET /project/8fb24649-7ad0-485e-b450-be8f2c4c5006?fields=application_policy_sets HTTP/1.1" 200 1419 0.047306 10.0.0.27 - - [2025-10-20 02:39:44] "DELETE /project/8fb24649-7ad0-485e-b450-be8f2c4c5006 HTTP/1.1" 200 115 0.389354 10.0.0.22 - - [2025-10-20 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.22 - - [2025-10-20 02:39:44] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003366 10.0.0.22 - - [2025-10-20 02:39:44] "GET /virtual-networks?parent_id=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003386 10.0.0.22 - - [2025-10-20 02:39:44] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005438 10.0.0.22 - - [2025-10-20 02:39:50] "POST /neutron/port HTTP/1.1" 200 1201 0.019678 10.0.0.22 - - [2025-10-20 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008009 10.0.0.22 - - [2025-10-20 02:40:00] "POST /neutron/port HTTP/1.1" 200 1201 0.016431 10.0.0.22 - - [2025-10-20 02:40:04] "POST /neutron/port HTTP/1.1" 200 1201 0.033845 10.0.0.22 - - [2025-10-20 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.22 - - [2025-10-20 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.22 - - [2025-10-20 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007588 10.0.0.22 - - [2025-10-20 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-10-20 02:40:05] "GET /network-policy/052e9c5f-d345-4cc8-ba55-726b480a72de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004918 10.0.0.22 - - [2025-10-20 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/faa9956b-19c1-41d0-9a23-9ebde608ff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005355 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006554 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/3d247500-6578-4a09-9427-7fecbc3e1aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004954 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/8c69867f-c40d-4eab-bc4d-b68ca44778f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004694 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/1aa3d243-1cc7-4bb5-9087-d41380d4222a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004009 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/e82d92c6-a800-4ef8-9d38-11acd842cd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004392 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/f874ecbf-ba1b-46d1-b392-484f4b149f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004020 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/64db7169-133b-4a49-86f2-099b97949cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004066 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/ebe68205-a9fa-45f9-966e-d87fa13146e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005503 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/d68f2203-dd85-441b-a756-954e64125810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004803 10.0.0.22 - - [2025-10-20 02:40:06] "POST /neutron/network HTTP/1.1" 200 2249 0.012272 10.0.0.22 - - [2025-10-20 02:40:06] "PUT /access-control-list/ab924e79-05e0-4212-9051-6b7f9850950a HTTP/1.1" 200 272 0.015707 10.0.0.22 - - [2025-10-20 02:40:06] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.007529 10.0.0.22 - - [2025-10-20 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.22 - - [2025-10-20 02:40:06] "GET /network-policy/052e9c5f-d345-4cc8-ba55-726b480a72de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004755 10.0.0.22 - - [2025-10-20 02:40:11] "POST /neutron/network HTTP/1.1" 200 1439 0.010659 10.0.0.22 - - [2025-10-20 02:40:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003741 10.0.0.22 - - [2025-10-20 02:40:11] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006805 10.0.0.22 - - [2025-10-20 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.22 - - [2025-10-20 02:40:12] "GET /network-policy/faa9956b-19c1-41d0-9a23-9ebde608ff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004683 10.0.0.22 - - [2025-10-20 02:40:17] "POST /neutron/network HTTP/1.1" 200 1439 0.010952 10.0.0.22 - - [2025-10-20 02:40:17] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.008497 10.0.0.22 - - [2025-10-20 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007020 10.0.0.22 - - [2025-10-20 02:40:17] "GET /network-policy/3d247500-6578-4a09-9427-7fecbc3e1aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003895 10.0.0.22 - - [2025-10-20 02:40:22] "POST /neutron/network HTTP/1.1" 200 1439 0.018799 10.0.0.22 - - [2025-10-20 02:40:22] "PUT /access-control-list/ab924e79-05e0-4212-9051-6b7f9850950a HTTP/1.1" 200 272 0.034710 10.0.0.22 - - [2025-10-20 02:40:22] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.010566 10.0.0.22 - - [2025-10-20 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2025-10-20 02:40:22] "GET /network-policy/8c69867f-c40d-4eab-bc4d-b68ca44778f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004392 10.0.0.22 - - [2025-10-20 02:40:27] "POST /neutron/network HTTP/1.1" 200 1439 0.010243 10.0.0.22 - - [2025-10-20 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003479 10.0.0.22 - - [2025-10-20 02:40:27] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.007857 10.0.0.22 - - [2025-10-20 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.22 - - [2025-10-20 02:40:27] "GET /network-policy/1aa3d243-1cc7-4bb5-9087-d41380d4222a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004166 10.0.0.22 - - [2025-10-20 02:40:32] "POST /neutron/network HTTP/1.1" 200 1439 0.010209 10.0.0.22 - - [2025-10-20 02:40:33] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.008159 10.0.0.22 - - [2025-10-20 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-10-20 02:40:33] "GET /network-policy/e82d92c6-a800-4ef8-9d38-11acd842cd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004534 10.0.0.22 - - [2025-10-20 02:40:38] "POST /neutron/network HTTP/1.1" 200 1439 0.011164 10.0.0.22 - - [2025-10-20 02:40:38] "PUT /access-control-list/ab924e79-05e0-4212-9051-6b7f9850950a HTTP/1.1" 200 272 0.016152 10.0.0.22 - - [2025-10-20 02:40:38] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.007802 10.0.0.22 - - [2025-10-20 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.22 - - [2025-10-20 02:40:38] "GET /network-policy/f874ecbf-ba1b-46d1-b392-484f4b149f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004331 10.0.0.22 - - [2025-10-20 02:40:43] "POST /neutron/network HTTP/1.1" 200 1439 0.014009 10.0.0.22 - - [2025-10-20 02:40:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003106 10.0.0.22 - - [2025-10-20 02:40:43] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.008112 10.0.0.22 - - [2025-10-20 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.22 - - [2025-10-20 02:40:43] "GET /network-policy/64db7169-133b-4a49-86f2-099b97949cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004274 10.0.0.22 - - [2025-10-20 02:40:48] "POST /neutron/network HTTP/1.1" 200 1439 0.010761 10.0.0.22 - - [2025-10-20 02:40:48] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.007970 10.0.0.22 - - [2025-10-20 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.22 - - [2025-10-20 02:40:48] "GET /network-policy/ebe68205-a9fa-45f9-966e-d87fa13146e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004594 10.0.0.22 - - [2025-10-20 02:40:53] "POST /neutron/network HTTP/1.1" 200 1439 0.010463 10.0.0.22 - - [2025-10-20 02:40:53] "PUT /access-control-list/ab924e79-05e0-4212-9051-6b7f9850950a HTTP/1.1" 200 272 0.020118 10.0.0.22 - - [2025-10-20 02:40:54] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.009460 10.0.0.22 - - [2025-10-20 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.22 - - [2025-10-20 02:40:54] "GET /network-policy/d68f2203-dd85-441b-a756-954e64125810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004471 10.0.0.22 - - [2025-10-20 02:40:59] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 200 1305 0.004723 10.0.0.22 - - [2025-10-20 02:40:59] "POST /neutron/port HTTP/1.1" 200 1201 0.014546 10.0.0.22 - - [2025-10-20 02:41:01] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 404 171 0.003367 10.0.0.22 - - [2025-10-20 02:41:01] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 404 171 0.002820 10.0.0.22 - - [2025-10-20 02:41:01] "GET /virtual-machine/eb159bfb-1180-4455-ac7a-d1ad48d38f96 HTTP/1.1" 404 171 0.002195 10.0.0.22 - - [2025-10-20 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.22 - - [2025-10-20 02:41:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003345 10.0.0.22 - - [2025-10-20 02:41:01] "GET /virtual-networks?parent_id=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005431 10.0.0.22 - - [2025-10-20 02:41:01] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.012670 10.0.0.22 - - [2025-10-20 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.22 - - [2025-10-20 02:41:01] "GET /routing-instance/3aca43d2-aa06-44d8-9326-23142d97c1ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004270 10.0.0.22 - - [2025-10-20 02:41:01] "GET /route-target/4654570b-cde9-429d-97d8-2478dfab4810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005683 10.0.0.22 - - [2025-10-20 02:41:01] "GET /obj-perms HTTP/1.1" 200 5019 0.009250 10.0.0.22 - - [2025-10-20 02:41:07] "GET /obj-perms HTTP/1.1" 200 5019 0.003713 10.0.0.22 - - [2025-10-20 02:41:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003804 10.0.0.22 - - [2025-10-20 02:41:14] "GET /obj-perms HTTP/1.1" 200 5019 0.005260 10.0.0.254 - - [2025-10-20 02:41:14] "GET /obj-perms HTTP/1.1" 200 5019 0.004606 10.0.0.22 - - [2025-10-20 02:41:14] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005124 10.0.0.22 - - [2025-10-20 02:41:14] "POST /neutron/network HTTP/1.1" 200 1439 0.011098 10.0.0.22 - - [2025-10-20 02:41:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.009997 10.0.0.22 - - [2025-10-20 02:41:14] "GET /virtual-network/bbbe1f77-5734-4fc1-808e-56797708a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.008493 10.0.0.22 - - [2025-10-20 02:41:14] "DELETE /network-policy/d68f2203-dd85-441b-a756-954e64125810 HTTP/1.1" 200 115 0.049621 10.0.0.22 - - [2025-10-20 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-10-20 02:41:14] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.22 - - [2025-10-20 02:41:14] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039477 10.0.0.22 - - [2025-10-20 02:41:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006554 10.0.0.22 - - [2025-10-20 02:41:14] "DELETE /network-policy/ebe68205-a9fa-45f9-966e-d87fa13146e3 HTTP/1.1" 200 115 0.044013 10.0.0.22 - - [2025-10-20 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.27 - - [2025-10-20 02:41:14] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.22 - - [2025-10-20 02:41:14] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041012 10.0.0.22 - - [2025-10-20 02:41:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006480 10.0.0.22 - - [2025-10-20 02:41:14] "DELETE /network-policy/64db7169-133b-4a49-86f2-099b97949cd5 HTTP/1.1" 200 115 0.042520 10.0.0.22 - - [2025-10-20 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.27 - - [2025-10-20 02:41:14] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.22 - - [2025-10-20 02:41:15] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.062729 10.0.0.22 - - [2025-10-20 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005720 10.0.0.22 - - [2025-10-20 02:41:15] "DELETE /network-policy/f874ecbf-ba1b-46d1-b392-484f4b149f8a HTTP/1.1" 200 115 0.035244 10.0.0.22 - - [2025-10-20 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2025-10-20 02:41:15] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.22 - - [2025-10-20 02:41:15] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040130 10.0.0.22 - - [2025-10-20 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006420 10.0.0.22 - - [2025-10-20 02:41:15] "DELETE /network-policy/e82d92c6-a800-4ef8-9d38-11acd842cd53 HTTP/1.1" 200 115 0.046727 10.0.0.22 - - [2025-10-20 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.27 - - [2025-10-20 02:41:15] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.22 - - [2025-10-20 02:41:15] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050513 10.0.0.22 - - [2025-10-20 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.010497 10.0.0.22 - - [2025-10-20 02:41:15] "DELETE /network-policy/1aa3d243-1cc7-4bb5-9087-d41380d4222a HTTP/1.1" 200 115 0.041448 10.0.0.22 - - [2025-10-20 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-10-20 02:41:15] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.22 - - [2025-10-20 02:41:15] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046354 10.0.0.22 - - [2025-10-20 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005881 10.0.0.22 - - [2025-10-20 02:41:15] "DELETE /network-policy/8c69867f-c40d-4eab-bc4d-b68ca44778f0 HTTP/1.1" 200 115 0.050287 10.0.0.22 - - [2025-10-20 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2025-10-20 02:41:15] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.22 - - [2025-10-20 02:41:15] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041905 10.0.0.22 - - [2025-10-20 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005286 10.0.0.22 - - [2025-10-20 02:41:16] "DELETE /network-policy/3d247500-6578-4a09-9427-7fecbc3e1aae HTTP/1.1" 200 115 0.040593 10.0.0.22 - - [2025-10-20 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-10-20 02:41:16] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.22 - - [2025-10-20 02:41:16] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054359 10.0.0.22 - - [2025-10-20 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005439 10.0.0.22 - - [2025-10-20 02:41:16] "DELETE /network-policy/faa9956b-19c1-41d0-9a23-9ebde608ff36 HTTP/1.1" 200 115 0.047131 10.0.0.22 - - [2025-10-20 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-10-20 02:41:16] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.22 - - [2025-10-20 02:41:16] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.038920 10.0.0.22 - - [2025-10-20 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005185 10.0.0.22 - - [2025-10-20 02:41:16] "DELETE /network-policy/052e9c5f-d345-4cc8-ba55-726b480a72de HTTP/1.1" 200 115 0.041671 10.0.0.22 - - [2025-10-20 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-10-20 02:41:16] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.22 - - [2025-10-20 02:41:16] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.038942 10.0.0.22 - - [2025-10-20 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-38767814&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006080 10.0.0.22 - - [2025-10-20 02:41:16] "POST /neutron/network HTTP/1.1" 200 1336 0.010863 10.0.0.22 - - [2025-10-20 02:41:16] "DELETE /route-target/4654570b-cde9-429d-97d8-2478dfab4810 HTTP/1.1" 200 115 0.023629 10.0.0.22 - - [2025-10-20 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.22 - - [2025-10-20 02:41:17] "DELETE /network-ipam/97a9793a-2150-4183-88ba-8840823c9467 HTTP/1.1" 200 115 0.035645 10.0.0.22 - - [2025-10-20 02:41:17] "POST /fqname-to-id HTTP/1.1" 404 260 0.004458 10.0.0.27 - - [2025-10-20 02:41:17] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000774 10.0.0.27 - - [2025-10-20 02:41:17] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.040297 10.0.0.27 - - [2025-10-20 02:41:17] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.27 - - [2025-10-20 02:41:17] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=security_groups HTTP/1.1" 200 1409 0.039601 10.0.0.27 - - [2025-10-20 02:41:17] "DELETE /security-group/6072409a-5bf3-47bf-b985-322fc1f66424 HTTP/1.1" 200 115 0.056858 10.0.0.27 - - [2025-10-20 02:41:17] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.27 - - [2025-10-20 02:41:17] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=application_policy_sets HTTP/1.1" 200 1448 0.052633 10.0.0.22 - - [2025-10-20 02:41:17] "DELETE /project/310f821f-8399-4241-9fbb-42028a9b68c3 HTTP/1.1" 200 115 0.399490 10.0.0.27 - - [2025-10-20 02:41:17] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001834 10.0.0.22 - - [2025-10-20 02:41:17] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?fields=projects HTTP/1.1" 200 1245 0.013621 10.0.0.27 - - [2025-10-20 02:41:20] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.27 - - [2025-10-20 02:41:20] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.27 - - [2025-10-20 02:41:20] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050101 10.0.0.27 - - [2025-10-20 02:41:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.002676 10.0.0.27 - - [2025-10-20 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.010587 10.0.0.27 - - [2025-10-20 02:41:20] "POST /security-groups HTTP/1.1" 200 603 0.026352 10.0.0.22 - - [2025-10-20 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 246 0.003790 10.0.0.27 - - [2025-10-20 02:41:20] "POST /projects HTTP/1.1" 200 609 0.248351 10.0.0.27 - - [2025-10-20 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.318057 10.0.0.22 - - [2025-10-20 02:41:20] "POST /access-control-lists HTTP/1.1" 200 606 0.037802 10.0.0.22 - - [2025-10-20 02:41:20] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.464433 10.0.0.27 - - [2025-10-20 02:41:20] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.22 - - [2025-10-20 02:41:20] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=virtual_networks HTTP/1.1" 200 1066 0.059747 10.0.0.27 - - [2025-10-20 02:41:20] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000797 10.0.0.22 - - [2025-10-20 02:41:20] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.060597 10.0.0.27 - - [2025-10-20 02:41:20] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.22 - - [2025-10-20 02:41:20] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=security_groups HTTP/1.1" 200 1304 0.043154 10.0.0.22 - - [2025-10-20 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.024620 10.0.0.27 - - [2025-10-20 02:41:21] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003081 10.0.0.27 - - [2025-10-20 02:41:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.27 - - [2025-10-20 02:41:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006909 10.0.0.27 - - [2025-10-20 02:41:21] "POST /id-to-fqname HTTP/1.1" 200 196 0.004250 10.0.0.27 - - [2025-10-20 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.005815 10.0.0.27 - - [2025-10-20 02:41:22] "POST /security-groups HTTP/1.1" 200 597 0.034518 10.0.0.27 - - [2025-10-20 02:41:22] "POST /projects HTTP/1.1" 200 597 0.252159 10.0.0.22 - - [2025-10-20 02:41:22] "POST /fqname-to-id HTTP/1.1" 404 239 0.011729 10.0.0.27 - - [2025-10-20 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.325478 10.0.0.22 - - [2025-10-20 02:41:22] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.455068 10.0.0.22 - - [2025-10-20 02:41:23] "GET / HTTP/1.1" 200 35931 0.001327 10.0.0.22 - - [2025-10-20 02:41:25] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-10-20 02:41:25] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001136 10.0.0.22 - - [2025-10-20 02:41:25] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065291 10.0.0.22 - - [2025-10-20 02:41:26] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.22 - - [2025-10-20 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.27 - - [2025-10-20 02:41:26] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.22 - - [2025-10-20 02:41:26] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010448 10.0.0.22 - - [2025-10-20 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2025-10-20 02:41:26] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.22 - - [2025-10-20 02:41:26] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047566 10.0.0.22 - - [2025-10-20 02:41:27] "GET /domains HTTP/1.1" 401 292 0.000482 10.0.0.22 - - [2025-10-20 02:41:27] "GET /domains HTTP/1.1" 200 280 0.022606 10.0.0.27 - - [2025-10-20 02:41:27] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.22 - - [2025-10-20 02:41:27] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633 HTTP/1.1" 200 2778 0.022179 10.0.0.27 - - [2025-10-20 02:41:27] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.22 - - [2025-10-20 02:41:28] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6 HTTP/1.1" 200 1899 0.089778 10.0.0.22 - - [2025-10-20 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003609 10.0.0.22 - - [2025-10-20 02:41:28] "POST /network-ipams HTTP/1.1" 200 603 0.027853 10.0.0.22 - - [2025-10-20 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003632 10.0.0.22 - - [2025-10-20 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.22 - - [2025-10-20 02:41:28] "GET /network-ipam/368a6535-748b-422d-9fba-4d44cf214ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.006575 10.0.0.22 - - [2025-10-20 02:41:28] "PUT /network-ipam/368a6535-748b-422d-9fba-4d44cf214ceb HTTP/1.1" 200 258 0.013087 10.0.0.22 - - [2025-10-20 02:41:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-10-20 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.027314 10.0.0.27 - - [2025-10-20 02:41:28] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.22 - - [2025-10-20 02:41:28] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048740 10.0.0.27 - - [2025-10-20 02:41:28] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.22 - - [2025-10-20 02:41:29] "POST /neutron/network HTTP/1.1" 200 617 0.133988 10.0.0.22 - - [2025-10-20 02:41:29] "POST /ref-update HTTP/1.1" 200 156 0.032293 10.0.0.22 - - [2025-10-20 02:41:29] "POST /neutron/network HTTP/1.1" 200 1074 0.011330 10.0.0.22 - - [2025-10-20 02:41:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.000988 10.0.0.22 - - [2025-10-20 02:41:29] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004574 10.0.0.22 - - [2025-10-20 02:41:29] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005446 10.0.0.22 - - [2025-10-20 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.009473 10.0.0.22 - - [2025-10-20 02:41:30] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004921 10.0.0.27 - - [2025-10-20 02:41:31] "GET /obj-perms HTTP/1.1" 200 5013 0.046848 10.0.0.22 - - [2025-10-20 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-10-20 02:41:31] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.22 - - [2025-10-20 02:41:31] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037132 10.0.0.27 - - [2025-10-20 02:41:31] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000860 10.0.0.22 - - [2025-10-20 02:41:31] "POST /neutron/network HTTP/1.1" 200 617 0.116251 10.0.0.22 - - [2025-10-20 02:41:32] "POST /neutron/network HTTP/1.1" 200 1074 0.011191 10.0.0.22 - - [2025-10-20 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001014 10.0.0.22 - - [2025-10-20 02:41:32] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004594 10.0.0.22 - - [2025-10-20 02:41:32] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005765 10.0.0.22 - - [2025-10-20 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.008757 10.0.0.22 - - [2025-10-20 02:41:32] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005248 10.0.0.22 - - [2025-10-20 02:41:32] "GET /obj-perms HTTP/1.1" 200 5013 0.042765 10.0.0.22 - - [2025-10-20 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.003647 10.0.0.22 - - [2025-10-20 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.27 - - [2025-10-20 02:41:33] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.22 - - [2025-10-20 02:41:33] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042213 10.0.0.22 - - [2025-10-20 02:41:33] "POST /network-policys HTTP/1.1" 200 527 0.031951 10.0.0.22 - - [2025-10-20 02:41:33] "GET /network-policy/93e88024-776b-46af-b8ea-c762bcb4c427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006891 10.0.0.22 - - [2025-10-20 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.002969 10.0.0.22 - - [2025-10-20 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.27 - - [2025-10-20 02:41:33] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000828 10.0.0.22 - - [2025-10-20 02:41:33] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049565 10.0.0.22 - - [2025-10-20 02:41:33] "POST /network-policys HTTP/1.1" 200 527 0.029909 10.0.0.22 - - [2025-10-20 02:41:33] "GET /network-policy/34568b27-b796-46ae-9cb0-22487628d996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005949 10.0.0.22 - - [2025-10-20 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.010125 10.0.0.22 - - [2025-10-20 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.27 - - [2025-10-20 02:41:33] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.22 - - [2025-10-20 02:41:33] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045193 10.0.0.22 - - [2025-10-20 02:41:33] "POST /network-policys HTTP/1.1" 200 527 0.032655 10.0.0.22 - - [2025-10-20 02:41:33] "GET /network-policy/c3ac2605-a66d-4a08-9a12-3fe75dbf5863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008112 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.003351 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2025-10-20 02:41:34] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.22 - - [2025-10-20 02:41:34] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039690 10.0.0.22 - - [2025-10-20 02:41:34] "POST /network-policys HTTP/1.1" 200 527 0.032309 10.0.0.22 - - [2025-10-20 02:41:34] "GET /network-policy/fbb83897-1e8c-4f11-a85c-54e698cb2887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007471 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003146 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.27 - - [2025-10-20 02:41:34] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.22 - - [2025-10-20 02:41:34] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064241 10.0.0.22 - - [2025-10-20 02:41:34] "POST /network-policys HTTP/1.1" 200 531 0.032033 10.0.0.22 - - [2025-10-20 02:41:34] "GET /network-policy/f42d645f-9a22-449e-842e-530c394b92da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005883 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003206 10.0.0.22 - - [2025-10-20 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.27 - - [2025-10-20 02:41:34] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.22 - - [2025-10-20 02:41:34] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056730 10.0.0.22 - - [2025-10-20 02:41:35] "POST /network-policys HTTP/1.1" 200 529 0.070653 10.0.0.22 - - [2025-10-20 02:41:35] "GET /network-policy/97d6541a-d2da-4476-936c-a75df271f42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008260 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003214 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.27 - - [2025-10-20 02:41:35] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866 10.0.0.22 - - [2025-10-20 02:41:35] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049587 10.0.0.22 - - [2025-10-20 02:41:35] "POST /network-policys HTTP/1.1" 200 529 0.028731 10.0.0.22 - - [2025-10-20 02:41:35] "GET /network-policy/33fe690c-24aa-43d3-be57-552166bc1042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006372 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.004157 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2025-10-20 02:41:35] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.22 - - [2025-10-20 02:41:35] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057058 10.0.0.22 - - [2025-10-20 02:41:35] "POST /network-policys HTTP/1.1" 200 529 0.028095 10.0.0.22 - - [2025-10-20 02:41:35] "GET /network-policy/891ed0bd-f9ea-4b1e-ad86-bc5fd638ea72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006224 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.004213 10.0.0.22 - - [2025-10-20 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-10-20 02:41:35] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.22 - - [2025-10-20 02:41:35] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064672 10.0.0.22 - - [2025-10-20 02:41:36] "POST /network-policys HTTP/1.1" 200 529 0.027950 10.0.0.22 - - [2025-10-20 02:41:36] "GET /network-policy/1acba31c-c71d-4ff7-ae86-6ed2e2b1a755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006686 10.0.0.22 - - [2025-10-20 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.003073 10.0.0.22 - - [2025-10-20 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.27 - - [2025-10-20 02:41:36] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000859 10.0.0.22 - - [2025-10-20 02:41:36] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045021 10.0.0.22 - - [2025-10-20 02:41:36] "POST /network-policys HTTP/1.1" 200 533 0.031922 10.0.0.22 - - [2025-10-20 02:41:36] "GET /network-policy/7385428a-8dd0-47ec-9749-cd1de8fef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006633 10.0.0.22 - - [2025-10-20 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.006031 10.0.0.22 - - [2025-10-20 02:41:36] "POST /neutron/network HTTP/1.1" 200 1157 0.074688 10.0.0.22 - - [2025-10-20 02:41:36] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005702 10.0.0.22 - - [2025-10-20 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.22 - - [2025-10-20 02:41:36] "GET /network-policy/93e88024-776b-46af-b8ea-c762bcb4c427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005734 10.0.0.22 - - [2025-10-20 02:41:37] "POST /neutron/network HTTP/1.1" 200 1159 0.104347 10.0.0.22 - - [2025-10-20 02:41:37] "POST /access-control-lists HTTP/1.1" 200 603 0.037901 10.0.0.22 - - [2025-10-20 02:41:37] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004917 10.0.0.22 - - [2025-10-20 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.22 - - [2025-10-20 02:41:37] "GET /network-policy/f42d645f-9a22-449e-842e-530c394b92da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003829 10.0.0.22 - - [2025-10-20 02:41:37] "POST /id-to-fqname HTTP/1.1" 200 229 0.001187 10.0.0.27 - - [2025-10-20 02:41:38] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002561 10.0.0.22 - - [2025-10-20 02:41:38] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059922 10.0.0.22 - - [2025-10-20 02:41:38] "POST /neutron/network HTTP/1.1" 200 1157 0.008479 10.0.0.22 - - [2025-10-20 02:41:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001236 10.0.0.22 - - [2025-10-20 02:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.006169 10.0.0.27 - - [2025-10-20 02:41:38] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.22 - - [2025-10-20 02:41:39] "POST /neutron/port HTTP/1.1" 200 1061 0.290587 10.0.0.22 - - [2025-10-20 02:41:39] "POST /neutron/port HTTP/1.1" 200 1115 0.096988 10.0.0.27 - - [2025-10-20 02:41:39] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.22 - - [2025-10-20 02:41:39] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.078316 10.0.0.22 - - [2025-10-20 02:41:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007376 10.0.0.22 - - [2025-10-20 02:41:39] "POST /neutron/network HTTP/1.1" 200 1157 0.007994 10.0.0.22 - - [2025-10-20 02:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.006648 10.0.0.22 - - [2025-10-20 02:41:40] "POST /neutron/network HTTP/1.1" 200 1169 0.017870 10.0.0.22 - - [2025-10-20 02:41:40] "PUT /access-control-list/3a317fc9-232c-4372-ab89-938c57b9f797 HTTP/1.1" 200 272 0.016702 10.0.0.22 - - [2025-10-20 02:41:40] "POST /neutron/port HTTP/1.1" 200 1061 0.014182 10.0.0.22 - - [2025-10-20 02:41:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.22 - - [2025-10-20 02:41:40] "POST /neutron/network HTTP/1.1" 200 1159 0.008804 10.0.0.27 - - [2025-10-20 02:41:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-10-20 02:41:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.254 - - [2025-10-20 02:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2025-10-20 02:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.254 - - [2025-10-20 02:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.22 - - [2025-10-20 02:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-10-20 02:41:44] "DELETE /project/310f821f839942419fbb42028a9b68c3 HTTP/1.1" 404 173 0.007171 10.0.0.27 - - [2025-10-20 02:41:44] "DELETE /project/c172a25eedab4cd3b16d5266a2ab5ad6 HTTP/1.1" 404 173 0.005481 10.0.0.27 - - [2025-10-20 02:41:44] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000748 10.0.0.27 - - [2025-10-20 02:41:44] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.046921 10.0.0.27 - - [2025-10-20 02:41:44] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000813 10.0.0.27 - - [2025-10-20 02:41:44] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=security_groups HTTP/1.1" 200 1409 0.046624 10.0.0.22 - - [2025-10-20 02:41:44] "POST /neutron/port HTTP/1.1" 200 1089 0.040026 10.0.0.27 - - [2025-10-20 02:41:45] "DELETE /security-group/4a40a321-69e5-47be-ad10-283e340ceffb HTTP/1.1" 200 115 0.057604 10.0.0.27 - - [2025-10-20 02:41:45] "GET /projects?obj_uuids=310f821f-8399-4241-9fbb-42028a9b68c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.27 - - [2025-10-20 02:41:45] "GET /project/310f821f-8399-4241-9fbb-42028a9b68c3?fields=application_policy_sets HTTP/1.1" 200 1448 0.063104 10.0.0.27 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2025-10-20 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.016443 10.0.0.27 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-10-20 02:41:45] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-10-20 02:41:45] "DELETE /project/310f821f-8399-4241-9fbb-42028a9b68c3 HTTP/1.1" 200 115 0.438946 10.0.0.254 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-20 02:41:45] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 200 1298 0.059364 10.0.0.22 - - [2025-10-20 02:41:45] "GET /virtual-machine-interface/c9597b13-5e58-4967-b20a-787e1bcdb7c3 HTTP/1.1" 200 2952 0.005253 10.0.0.22 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-10-20 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000255 10.0.0.22 - - [2025-10-20 02:41:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003432 10.0.0.22 - - [2025-10-20 02:41:45] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002873 10.0.0.22 - - [2025-10-20 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-10-20 02:41:45] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008113 10.0.0.22 - - [2025-10-20 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.22 - - [2025-10-20 02:41:48] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004672 10.0.0.22 - - [2025-10-20 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.22 - - [2025-10-20 02:41:52] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006546 10.0.0.22 - - [2025-10-20 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.22 - - [2025-10-20 02:41:57] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004631 10.0.0.22 - - [2025-10-20 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-10-20 02:42:01] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005885 10.0.0.22 - - [2025-10-20 02:42:03] "POST /neutron/network HTTP/1.1" 200 1169 0.029485 10.0.0.22 - - [2025-10-20 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.22 - - [2025-10-20 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2025-10-20 02:42:05] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005290 10.0.0.22 - - [2025-10-20 02:42:06] "POST /neutron/port HTTP/1.1" 200 1089 0.015481 10.0.0.22 - - [2025-10-20 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.011587 10.0.0.22 - - [2025-10-20 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-10-20 02:42:09] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005341 10.0.0.22 - - [2025-10-20 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.22 - - [2025-10-20 02:42:13] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005532 10.0.0.22 - - [2025-10-20 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.22 - - [2025-10-20 02:42:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003182 10.0.0.22 - - [2025-10-20 02:42:15] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002889 10.0.0.22 - - [2025-10-20 02:42:15] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006342 10.0.0.22 - - [2025-10-20 02:42:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016852 10.0.0.22 - - [2025-10-20 02:42:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009161 10.0.0.22 - - [2025-10-20 02:42:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014356 10.0.0.22 - - [2025-10-20 02:42:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006263 10.0.0.22 - - [2025-10-20 02:42:31] "POST /neutron/port HTTP/1.1" 200 1089 0.015514 10.0.0.22 - - [2025-10-20 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008571 10.0.0.22 - - [2025-10-20 02:42:31] "GET /virtual-machine/667859dc-90f2-4167-a6e7-796d6b9c4981 HTTP/1.1" 200 1298 0.005897 10.0.0.22 - - [2025-10-20 02:42:31] "GET /virtual-machine-interface/30b8999b-9ec2-4634-9256-c5b708cedac6 HTTP/1.1" 200 2951 0.005799 10.0.0.22 - - [2025-10-20 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-10-20 02:42:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003526 10.0.0.22 - - [2025-10-20 02:42:31] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002991 10.0.0.22 - - [2025-10-20 02:42:31] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006371 10.0.0.22 - - [2025-10-20 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.22 - - [2025-10-20 02:42:32] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.22 - - [2025-10-20 02:42:32] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002706 10.0.0.22 - - [2025-10-20 02:42:32] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005794 10.0.0.22 - - [2025-10-20 02:42:37] "POST /neutron/port HTTP/1.1" 200 1089 0.014633 10.0.0.22 - - [2025-10-20 02:42:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006679 10.0.0.22 - - [2025-10-20 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.22 - - [2025-10-20 02:42:43] "GET /network-policy/f42d645f-9a22-449e-842e-530c394b92da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003436 10.0.0.22 - - [2025-10-20 02:42:43] "POST /neutron/port HTTP/1.1" 200 1089 0.018177 10.0.0.22 - - [2025-10-20 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.22 - - [2025-10-20 02:42:43] "GET /network-policy/93e88024-776b-46af-b8ea-c762bcb4c427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003185 10.0.0.22 - - [2025-10-20 02:42:43] "POST /neutron/network HTTP/1.1" 200 1157 0.091594 10.0.0.22 - - [2025-10-20 02:42:43] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005442 10.0.0.22 - - [2025-10-20 02:42:43] "PUT /access-control-list/664fb407-51ff-429a-92e9-08cea05fa15f HTTP/1.1" 200 272 0.067910 10.0.0.22 - - [2025-10-20 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.22 - - [2025-10-20 02:42:43] "GET /network-policy/34568b27-b796-46ae-9cb0-22487628d996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003955 10.0.0.254 - - [2025-10-20 02:43:02] "GET /obj-perms HTTP/1.1" 200 5056 0.043937 10.0.0.27 - - [2025-10-20 02:43:03] "GET /obj-perms HTTP/1.1" 200 5056 0.041543 10.0.0.22 - - [2025-10-20 02:43:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014039 10.0.0.22 - - [2025-10-20 02:43:05] "POST /neutron/subnet HTTP/1.1" 200 675 0.010614 10.0.0.22 - - [2025-10-20 02:43:08] "POST /neutron/port HTTP/1.1" 200 1089 0.015343 10.0.0.22 - - [2025-10-20 02:43:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004315 10.0.0.22 - - [2025-10-20 02:43:08] "POST /neutron/network HTTP/1.1" 200 1157 0.009100 10.0.0.22 - - [2025-10-20 02:43:30] "POST /neutron/network HTTP/1.1" 200 1160 0.020066 10.0.0.22 - - [2025-10-20 02:43:30] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.011541 10.0.0.22 - - [2025-10-20 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.22 - - [2025-10-20 02:43:30] "GET /network-policy/7385428a-8dd0-47ec-9749-cd1de8fef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004016 10.0.0.22 - - [2025-10-20 02:43:39] "PUT /access-control-list/664fb407-51ff-429a-92e9-08cea05fa15f HTTP/1.1" 200 272 0.016753 10.0.0.22 - - [2025-10-20 02:43:39] "POST /neutron/network HTTP/1.1" 200 1157 0.010004 10.0.0.22 - - [2025-10-20 02:43:39] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.012452 10.0.0.22 - - [2025-10-20 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.22 - - [2025-10-20 02:43:39] "GET /network-policy/c3ac2605-a66d-4a08-9a12-3fe75dbf5863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004395 10.0.0.22 - - [2025-10-20 02:43:48] "POST /neutron/network HTTP/1.1" 200 1157 0.009909 10.0.0.22 - - [2025-10-20 02:43:48] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005044 10.0.0.22 - - [2025-10-20 02:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.22 - - [2025-10-20 02:43:48] "GET /network-policy/fbb83897-1e8c-4f11-a85c-54e698cb2887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004227 10.0.0.22 - - [2025-10-20 02:43:55] "POST /neutron/network HTTP/1.1" 200 1158 0.011231 10.0.0.22 - - [2025-10-20 02:43:55] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005020 10.0.0.22 - - [2025-10-20 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.22 - - [2025-10-20 02:43:55] "PUT /access-control-list/664fb407-51ff-429a-92e9-08cea05fa15f HTTP/1.1" 200 272 0.094587 10.0.0.22 - - [2025-10-20 02:43:55] "GET /network-policy/97d6541a-d2da-4476-936c-a75df271f42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004536 10.0.0.22 - - [2025-10-20 02:44:04] "POST /neutron/network HTTP/1.1" 200 1158 0.014362 10.0.0.22 - - [2025-10-20 02:44:04] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005532 10.0.0.22 - - [2025-10-20 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010461 10.0.0.22 - - [2025-10-20 02:44:05] "POST /ref-update HTTP/1.1" 200 156 0.028039 10.0.0.22 - - [2025-10-20 02:44:05] "GET /network-policy/33fe690c-24aa-43d3-be57-552166bc1042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006647 10.0.0.22 - - [2025-10-20 02:44:06] "POST /neutron/network HTTP/1.1" 200 1169 0.009356 10.0.0.22 - - [2025-10-20 02:44:06] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.22 - - [2025-10-20 02:44:10] "POST /neutron/port HTTP/1.1" 200 1089 0.014178 10.0.0.22 - - [2025-10-20 02:44:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.011304 10.0.0.22 - - [2025-10-20 02:44:12] "POST /neutron/network HTTP/1.1" 200 1158 0.008978 10.0.0.22 - - [2025-10-20 02:44:12] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009223 10.0.0.22 - - [2025-10-20 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007773 10.0.0.22 - - [2025-10-20 02:44:12] "GET /network-policy/891ed0bd-f9ea-4b1e-ad86-bc5fd638ea72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003940 10.0.0.22 - - [2025-10-20 02:44:21] "POST /neutron/network HTTP/1.1" 200 1158 0.009101 10.0.0.22 - - [2025-10-20 02:44:21] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010738 10.0.0.22 - - [2025-10-20 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.22 - - [2025-10-20 02:44:21] "GET /network-policy/1acba31c-c71d-4ff7-ae86-6ed2e2b1a755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004190 10.0.0.22 - - [2025-10-20 02:44:28] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005730 10.0.0.22 - - [2025-10-20 02:44:28] "POST /neutron/network HTTP/1.1" 200 1158 0.008345 10.0.0.22 - - [2025-10-20 02:44:28] "DELETE /access-control-list/664fb407-51ff-429a-92e9-08cea05fa15f HTTP/1.1" 200 115 0.034953 10.0.0.22 - - [2025-10-20 02:44:29] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008152 10.0.0.22 - - [2025-10-20 02:44:29] "GET /virtual-machine/667859dc-90f2-4167-a6e7-796d6b9c4981 HTTP/1.1" 200 1298 0.003961 10.0.0.22 - - [2025-10-20 02:44:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014729 10.0.0.22 - - [2025-10-20 02:44:31] "GET /virtual-machine/667859dc-90f2-4167-a6e7-796d6b9c4981 HTTP/1.1" 404 171 0.003377 10.0.0.22 - - [2025-10-20 02:44:31] "GET /virtual-machine/667859dc-90f2-4167-a6e7-796d6b9c4981 HTTP/1.1" 404 171 0.002574 10.0.0.22 - - [2025-10-20 02:44:31] "GET /virtual-machine/667859dc-90f2-4167-a6e7-796d6b9c4981 HTTP/1.1" 404 171 0.004113 10.0.0.22 - - [2025-10-20 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.22 - - [2025-10-20 02:44:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003343 10.0.0.22 - - [2025-10-20 02:44:31] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002897 10.0.0.22 - - [2025-10-20 02:44:31] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006021 10.0.0.22 - - [2025-10-20 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.22 - - [2025-10-20 02:44:31] "GET /routing-instance/574c7cb0-6fbc-4205-a247-609a6f38cbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004247 10.0.0.22 - - [2025-10-20 02:44:31] "GET /route-target/eece746d-613e-4b59-bfe8-4f6a472935e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005149 10.0.0.22 - - [2025-10-20 02:44:31] "GET /obj-perms HTTP/1.1" 200 5013 0.003782 10.0.0.27 - - [2025-10-20 02:44:37] "GET /obj-perms HTTP/1.1" 200 5013 0.003354 10.0.0.22 - - [2025-10-20 02:44:40] "GET /obj-perms HTTP/1.1" 200 5013 0.003761 10.0.0.22 - - [2025-10-20 02:44:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003231 10.0.0.27 - - [2025-10-20 02:44:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003447 10.0.0.22 - - [2025-10-20 02:44:44] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 200 1298 0.004742 10.0.0.22 - - [2025-10-20 02:44:44] "POST /neutron/port HTTP/1.1" 200 1089 0.013992 10.0.0.22 - - [2025-10-20 02:44:46] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 404 171 0.003776 10.0.0.22 - - [2025-10-20 02:44:46] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 404 171 0.003150 10.0.0.22 - - [2025-10-20 02:44:46] "GET /virtual-machine/34f49c2f-4212-4875-90fe-42f4863b1a0c HTTP/1.1" 404 171 0.002304 10.0.0.22 - - [2025-10-20 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.22 - - [2025-10-20 02:44:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003744 10.0.0.22 - - [2025-10-20 02:44:46] "GET /virtual-networks?parent_id=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003177 10.0.0.22 - - [2025-10-20 02:44:46] "GET /virtual-network/3089daf3-0e72-4fd1-b8ca-8c864cdf7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005429 10.0.0.22 - - [2025-10-20 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.22 - - [2025-10-20 02:44:46] "GET /routing-instance/4f14985c-6ea5-4606-8394-13a7b1a8a2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004400 10.0.0.22 - - [2025-10-20 02:44:46] "GET /route-target/f1279adc-8cfc-4be9-a9a6-5c9cc264f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004896 10.0.0.22 - - [2025-10-20 02:44:49] "GET /obj-perms HTTP/1.1" 200 5013 0.004631 10.0.0.22 - - [2025-10-20 02:44:52] "GET /obj-perms HTTP/1.1" 200 5013 0.003538 10.0.0.22 - - [2025-10-20 02:44:58] "GET /obj-perms HTTP/1.1" 200 5013 0.004966 10.0.0.22 - - [2025-10-20 02:45:01] "GET /obj-perms HTTP/1.1" 200 5013 0.003455 10.0.0.22 - - [2025-10-20 02:45:04] "GET /obj-perms HTTP/1.1" 200 5013 0.004333 10.0.0.22 - - [2025-10-20 02:45:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004367 10.0.0.22 - - [2025-10-20 02:45:14] "GET /obj-perms HTTP/1.1" 200 5013 0.003322 10.0.0.254 - - [2025-10-20 02:45:14] "GET /obj-perms HTTP/1.1" 200 5013 0.044090 10.0.0.22 - - [2025-10-20 02:45:14] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004987 10.0.0.22 - - [2025-10-20 02:45:14] "POST /neutron/network HTTP/1.1" 200 1159 0.007705 10.0.0.22 - - [2025-10-20 02:45:14] "POST /ref-update HTTP/1.1" 200 156 0.028596 10.0.0.22 - - [2025-10-20 02:45:14] "GET /virtual-network/e2f818a9-e213-432f-8d21-6efd7c698942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.013158 10.0.0.22 - - [2025-10-20 02:45:14] "DELETE /network-policy/7385428a-8dd0-47ec-9749-cd1de8fef01a HTTP/1.1" 200 115 0.028341 10.0.0.22 - - [2025-10-20 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-10-20 02:45:14] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.021211 10.0.0.22 - - [2025-10-20 02:45:14] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054950 10.0.0.22 - - [2025-10-20 02:45:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005610 10.0.0.22 - - [2025-10-20 02:45:14] "DELETE /network-policy/1acba31c-c71d-4ff7-ae86-6ed2e2b1a755 HTTP/1.1" 200 115 0.030771 10.0.0.22 - - [2025-10-20 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-10-20 02:45:14] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.22 - - [2025-10-20 02:45:15] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036471 10.0.0.22 - - [2025-10-20 02:45:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005032 10.0.0.22 - - [2025-10-20 02:45:15] "DELETE /network-policy/891ed0bd-f9ea-4b1e-ad86-bc5fd638ea72 HTTP/1.1" 200 115 0.046246 10.0.0.22 - - [2025-10-20 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-10-20 02:45:15] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001052 10.0.0.22 - - [2025-10-20 02:45:15] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041324 10.0.0.22 - - [2025-10-20 02:45:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005458 10.0.0.22 - - [2025-10-20 02:45:15] "DELETE /network-policy/33fe690c-24aa-43d3-be57-552166bc1042 HTTP/1.1" 200 115 0.034611 10.0.0.22 - - [2025-10-20 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2025-10-20 02:45:15] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000843 10.0.0.22 - - [2025-10-20 02:45:15] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034860 10.0.0.22 - - [2025-10-20 02:45:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005269 10.0.0.22 - - [2025-10-20 02:45:15] "DELETE /network-policy/97d6541a-d2da-4476-936c-a75df271f42e HTTP/1.1" 200 115 0.057680 10.0.0.22 - - [2025-10-20 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-10-20 02:45:15] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.22 - - [2025-10-20 02:45:15] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041245 10.0.0.22 - - [2025-10-20 02:45:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005334 10.0.0.22 - - [2025-10-20 02:45:15] "DELETE /network-policy/f42d645f-9a22-449e-842e-530c394b92da HTTP/1.1" 200 115 0.036603 10.0.0.22 - - [2025-10-20 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-10-20 02:45:15] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.22 - - [2025-10-20 02:45:15] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037081 10.0.0.22 - - [2025-10-20 02:45:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005878 10.0.0.22 - - [2025-10-20 02:45:15] "DELETE /network-policy/fbb83897-1e8c-4f11-a85c-54e698cb2887 HTTP/1.1" 200 115 0.032402 10.0.0.22 - - [2025-10-20 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2025-10-20 02:45:16] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.22 - - [2025-10-20 02:45:16] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035902 10.0.0.22 - - [2025-10-20 02:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004949 10.0.0.22 - - [2025-10-20 02:45:16] "DELETE /network-policy/c3ac2605-a66d-4a08-9a12-3fe75dbf5863 HTTP/1.1" 200 115 0.036713 10.0.0.22 - - [2025-10-20 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-10-20 02:45:16] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000961 10.0.0.22 - - [2025-10-20 02:45:16] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042874 10.0.0.22 - - [2025-10-20 02:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005277 10.0.0.22 - - [2025-10-20 02:45:16] "DELETE /network-policy/34568b27-b796-46ae-9cb0-22487628d996 HTTP/1.1" 200 115 0.032041 10.0.0.22 - - [2025-10-20 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-10-20 02:45:16] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.22 - - [2025-10-20 02:45:16] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038439 10.0.0.22 - - [2025-10-20 02:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005502 10.0.0.22 - - [2025-10-20 02:45:16] "DELETE /network-policy/93e88024-776b-46af-b8ea-c762bcb4c427 HTTP/1.1" 200 115 0.041094 10.0.0.22 - - [2025-10-20 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011319 10.0.0.27 - - [2025-10-20 02:45:16] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.22 - - [2025-10-20 02:45:16] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037552 10.0.0.22 - - [2025-10-20 02:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-23266764&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005172 10.0.0.22 - - [2025-10-20 02:45:16] "POST /neutron/network HTTP/1.1" 200 1074 0.008883 10.0.0.27 - - [2025-10-20 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005948 10.0.0.27 - - [2025-10-20 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003344 10.0.0.22 - - [2025-10-20 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008255 10.0.0.27 - - [2025-10-20 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003446 10.0.0.27 - - [2025-10-20 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.22 - - [2025-10-20 02:45:17] "POST /neutron/network HTTP/1.1" 200 151 0.124968 10.0.0.22 - - [2025-10-20 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-10-20 02:45:17] "DELETE /network-ipam/368a6535-748b-422d-9fba-4d44cf214ceb HTTP/1.1" 200 115 0.031276 10.0.0.22 - - [2025-10-20 02:45:17] "POST /fqname-to-id HTTP/1.1" 404 248 0.003322 10.0.0.27 - - [2025-10-20 02:45:17] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001154 10.0.0.27 - - [2025-10-20 02:45:17] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.039148 10.0.0.27 - - [2025-10-20 02:45:17] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.27 - - [2025-10-20 02:45:17] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=security_groups HTTP/1.1" 200 1392 0.043760 10.0.0.27 - - [2025-10-20 02:45:17] "DELETE /security-group/f2bdf484-6a56-4631-8f39-9bac527c92f6 HTTP/1.1" 200 115 0.052362 10.0.0.27 - - [2025-10-20 02:45:17] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001247 10.0.0.27 - - [2025-10-20 02:45:17] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=application_policy_sets HTTP/1.1" 200 1431 0.058686 10.0.0.22 - - [2025-10-20 02:45:17] "DELETE /access-control-list/5b8017a6-bb7d-4f49-b495-e9992e0943bc HTTP/1.1" 200 115 0.044472 10.0.0.22 - - [2025-10-20 02:45:18] "DELETE /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6 HTTP/1.1" 200 115 0.393973 10.0.0.27 - - [2025-10-20 02:45:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002375 10.0.0.22 - - [2025-10-20 02:45:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?fields=projects HTTP/1.1" 200 1245 0.021455 10.0.0.27 - - [2025-10-20 02:45:19] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.27 - - [2025-10-20 02:45:19] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.27 - - [2025-10-20 02:45:19] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033604 10.0.0.27 - - [2025-10-20 02:45:19] "POST /id-to-fqname HTTP/1.1" 200 196 0.001070 10.0.0.27 - - [2025-10-20 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 205 0.004917 10.0.0.27 - - [2025-10-20 02:45:19] "POST /security-groups HTTP/1.1" 200 597 0.072902 10.0.0.27 - - [2025-10-20 02:45:19] "POST /projects HTTP/1.1" 200 597 0.274089 10.0.0.22 - - [2025-10-20 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 239 0.009584 10.0.0.27 - - [2025-10-20 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.350041 10.0.0.22 - - [2025-10-20 02:45:19] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.505410 10.0.0.27 - - [2025-10-20 02:45:19] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000876 10.0.0.22 - - [2025-10-20 02:45:19] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=virtual_networks HTTP/1.1" 200 1055 0.056469 10.0.0.27 - - [2025-10-20 02:45:20] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000815 10.0.0.22 - - [2025-10-20 02:45:20] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.041723 10.0.0.27 - - [2025-10-20 02:45:20] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001275 10.0.0.22 - - [2025-10-20 02:45:20] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=security_groups HTTP/1.1" 200 1287 0.036890 10.0.0.22 - - [2025-10-20 02:45:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.026963 10.0.0.27 - - [2025-10-20 02:45:20] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003005 10.0.0.27 - - [2025-10-20 02:45:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.27 - - [2025-10-20 02:45:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007125 10.0.0.27 - - [2025-10-20 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 202 0.001033 10.0.0.27 - - [2025-10-20 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.003499 10.0.0.27 - - [2025-10-20 02:45:21] "POST /security-groups HTTP/1.1" 200 603 0.085209 10.0.0.27 - - [2025-10-20 02:45:21] "POST /projects HTTP/1.1" 200 609 0.303683 10.0.0.22 - - [2025-10-20 02:45:21] "POST /access-control-lists HTTP/1.1" 200 608 0.028089 10.0.0.27 - - [2025-10-20 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.376999 10.0.0.22 - - [2025-10-20 02:45:21] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.515468 10.0.0.22 - - [2025-10-20 02:45:22] "GET / HTTP/1.1" 200 35931 0.001360 10.0.0.22 - - [2025-10-20 02:45:24] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-10-20 02:45:24] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.22 - - [2025-10-20 02:45:24] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.075902 10.0.0.22 - - [2025-10-20 02:45:25] "GET / HTTP/1.1" 200 35931 0.002530 10.0.0.22 - - [2025-10-20 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.27 - - [2025-10-20 02:45:25] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.22 - - [2025-10-20 02:45:25] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006353 10.0.0.22 - - [2025-10-20 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-10-20 02:45:25] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.22 - - [2025-10-20 02:45:25] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040838 10.0.0.22 - - [2025-10-20 02:45:26] "GET /domains HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-20 02:45:27] "GET /domains HTTP/1.1" 200 280 0.024064 10.0.0.27 - - [2025-10-20 02:45:27] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.22 - - [2025-10-20 02:45:27] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633 HTTP/1.1" 200 2778 0.010741 10.0.0.27 - - [2025-10-20 02:45:27] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.22 - - [2025-10-20 02:45:27] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba HTTP/1.1" 200 1935 0.088402 10.0.0.22 - - [2025-10-20 02:45:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002777 10.0.0.22 - - [2025-10-20 02:45:27] "POST /network-ipams HTTP/1.1" 200 621 0.026183 10.0.0.22 - - [2025-10-20 02:45:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003349 10.0.0.22 - - [2025-10-20 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.22 - - [2025-10-20 02:45:27] "GET /network-ipam/74400236-72fb-416d-9e3c-60b084be73e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006409 10.0.0.22 - - [2025-10-20 02:45:27] "PUT /network-ipam/74400236-72fb-416d-9e3c-60b084be73e1 HTTP/1.1" 200 258 0.015296 10.0.0.22 - - [2025-10-20 02:45:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2025-10-20 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.024411 10.0.0.27 - - [2025-10-20 02:45:28] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000836 10.0.0.22 - - [2025-10-20 02:45:28] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047581 10.0.0.22 - - [2025-10-20 02:45:28] "POST /route-targets HTTP/1.1" 200 327 0.016880 10.0.0.27 - - [2025-10-20 02:45:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007807 10.0.0.22 - - [2025-10-20 02:45:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.239374 10.0.0.22 - - [2025-10-20 02:45:29] "POST /neutron/network HTTP/1.1" 200 1337 0.014805 10.0.0.22 - - [2025-10-20 02:45:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001005 10.0.0.22 - - [2025-10-20 02:45:29] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004840 10.0.0.22 - - [2025-10-20 02:45:29] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005564 10.0.0.22 - - [2025-10-20 02:45:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008419 10.0.0.22 - - [2025-10-20 02:45:29] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005250 10.0.0.22 - - [2025-10-20 02:45:30] "GET /obj-perms HTTP/1.1" 200 5019 0.052034 10.0.0.27 - - [2025-10-20 02:45:31] "GET /obj-perms HTTP/1.1" 200 5019 0.041972 10.0.0.22 - - [2025-10-20 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-10-20 02:45:31] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000769 10.0.0.22 - - [2025-10-20 02:45:31] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035737 10.0.0.22 - - [2025-10-20 02:45:31] "POST /neutron/network HTTP/1.1" 200 117 0.010813 10.0.0.22 - - [2025-10-20 02:45:31] "POST /ref-update HTTP/1.1" 200 156 0.020474 10.0.0.27 - - [2025-10-20 02:45:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006976 10.0.0.22 - - [2025-10-20 02:45:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.223905 10.0.0.22 - - [2025-10-20 02:45:32] "POST /id-to-fqname HTTP/1.1" 200 235 0.001266 10.0.0.22 - - [2025-10-20 02:45:32] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007798 10.0.0.22 - - [2025-10-20 02:45:32] "POST /neutron/network HTTP/1.1" 200 1337 0.010378 10.0.0.22 - - [2025-10-20 02:45:32] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006526 10.0.0.22 - - [2025-10-20 02:45:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.008866 10.0.0.22 - - [2025-10-20 02:45:32] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005385 10.0.0.22 - - [2025-10-20 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003774 10.0.0.22 - - [2025-10-20 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-10-20 02:45:32] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.22 - - [2025-10-20 02:45:32] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.030335 10.0.0.22 - - [2025-10-20 02:45:33] "POST /network-policys HTTP/1.1" 200 533 0.030022 10.0.0.22 - - [2025-10-20 02:45:33] "GET /network-policy/f333d3f4-d46b-4543-82ee-8b0e7a5c42a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007097 10.0.0.22 - - [2025-10-20 02:45:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.003168 10.0.0.22 - - [2025-10-20 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.27 - - [2025-10-20 02:45:33] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.22 - - [2025-10-20 02:45:33] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050980 10.0.0.22 - - [2025-10-20 02:45:33] "POST /network-policys HTTP/1.1" 200 533 0.039048 10.0.0.22 - - [2025-10-20 02:45:33] "GET /network-policy/b4c6dbd0-6e98-4eee-aba0-6d387fff61ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007487 10.0.0.22 - - [2025-10-20 02:45:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.003420 10.0.0.22 - - [2025-10-20 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-10-20 02:45:33] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.22 - - [2025-10-20 02:45:33] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035103 10.0.0.22 - - [2025-10-20 02:45:33] "POST /network-policys HTTP/1.1" 200 533 0.027319 10.0.0.22 - - [2025-10-20 02:45:33] "GET /network-policy/13ba8671-bf02-4c44-9bba-1dc873708b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006237 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003272 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-10-20 02:45:34] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.22 - - [2025-10-20 02:45:34] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038662 10.0.0.22 - - [2025-10-20 02:45:34] "POST /network-policys HTTP/1.1" 200 533 0.029025 10.0.0.22 - - [2025-10-20 02:45:34] "GET /network-policy/6d968b7b-fae3-409f-8567-fd98c74b2dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006770 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 404 213 0.004704 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2025-10-20 02:45:34] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.22 - - [2025-10-20 02:45:34] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042847 10.0.0.22 - - [2025-10-20 02:45:34] "POST /network-policys HTTP/1.1" 200 537 0.028305 10.0.0.22 - - [2025-10-20 02:45:34] "GET /network-policy/70c0e8c3-82e6-4528-8f67-037111fe5a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005886 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.003551 10.0.0.22 - - [2025-10-20 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-10-20 02:45:34] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.22 - - [2025-10-20 02:45:34] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044852 10.0.0.22 - - [2025-10-20 02:45:34] "POST /network-policys HTTP/1.1" 200 535 0.034901 10.0.0.22 - - [2025-10-20 02:45:35] "GET /network-policy/99dfad9f-1499-4306-ad69-b3d3d62aa2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006517 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 404 212 0.003293 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.27 - - [2025-10-20 02:45:35] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.22 - - [2025-10-20 02:45:35] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040417 10.0.0.22 - - [2025-10-20 02:45:35] "POST /network-policys HTTP/1.1" 200 535 0.027142 10.0.0.22 - - [2025-10-20 02:45:35] "GET /network-policy/3e60170b-b0e8-4a93-a725-d7dd4f2e6e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006514 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 404 212 0.003135 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.27 - - [2025-10-20 02:45:35] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.22 - - [2025-10-20 02:45:35] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041180 10.0.0.22 - - [2025-10-20 02:45:35] "POST /network-policys HTTP/1.1" 200 535 0.032355 10.0.0.22 - - [2025-10-20 02:45:35] "GET /network-policy/419d4c47-40f1-4849-9163-090a1fc17822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.019859 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 404 212 0.003249 10.0.0.22 - - [2025-10-20 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.27 - - [2025-10-20 02:45:35] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.22 - - [2025-10-20 02:45:35] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039369 10.0.0.22 - - [2025-10-20 02:45:36] "POST /network-policys HTTP/1.1" 200 535 0.026647 10.0.0.22 - - [2025-10-20 02:45:36] "GET /network-policy/2b8c463c-e725-4f5e-a38e-3c6ce268d016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006286 10.0.0.22 - - [2025-10-20 02:45:36] "POST /fqname-to-id HTTP/1.1" 404 214 0.003438 10.0.0.22 - - [2025-10-20 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.27 - - [2025-10-20 02:45:36] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.22 - - [2025-10-20 02:45:36] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040560 10.0.0.22 - - [2025-10-20 02:45:36] "POST /network-policys HTTP/1.1" 200 539 0.032871 10.0.0.22 - - [2025-10-20 02:45:36] "GET /network-policy/250a3ada-198d-4fb5-9736-9a6120773df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005782 10.0.0.22 - - [2025-10-20 02:45:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.041816 10.0.0.22 - - [2025-10-20 02:45:36] "POST /neutron/network HTTP/1.1" 200 1425 0.091952 10.0.0.22 - - [2025-10-20 02:45:36] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005731 10.0.0.22 - - [2025-10-20 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.22 - - [2025-10-20 02:45:36] "GET /network-policy/f333d3f4-d46b-4543-82ee-8b0e7a5c42a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004369 10.0.0.22 - - [2025-10-20 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.002517 10.0.0.22 - - [2025-10-20 02:45:37] "POST /neutron/network HTTP/1.1" 200 1427 0.071244 10.0.0.22 - - [2025-10-20 02:45:37] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005615 10.0.0.22 - - [2025-10-20 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.22 - - [2025-10-20 02:45:37] "GET /network-policy/70c0e8c3-82e6-4528-8f67-037111fe5a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003556 10.0.0.22 - - [2025-10-20 02:45:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001233 10.0.0.27 - - [2025-10-20 02:45:38] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.22 - - [2025-10-20 02:45:38] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062530 10.0.0.22 - - [2025-10-20 02:45:38] "POST /neutron/network HTTP/1.1" 200 1425 0.030766 10.0.0.22 - - [2025-10-20 02:45:38] "POST /id-to-fqname HTTP/1.1" 200 235 0.001200 10.0.0.22 - - [2025-10-20 02:45:38] "POST /neutron/port HTTP/1.1" 200 117 0.006088 10.0.0.27 - - [2025-10-20 02:45:38] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.22 - - [2025-10-20 02:45:39] "PUT /access-control-list/26955060-267b-43d1-aa19-21e098a9a4f8 HTTP/1.1" 200 272 0.059606 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/port HTTP/1.1" 200 1174 0.310904 10.0.0.27 - - [2025-10-20 02:45:39] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.22 - - [2025-10-20 02:45:39] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.060277 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/network HTTP/1.1" 200 1427 0.010613 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/port HTTP/1.1" 200 1202 0.019608 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.035631 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/port HTTP/1.1" 200 1202 0.014850 10.0.0.22 - - [2025-10-20 02:45:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007171 10.0.0.27 - - [2025-10-20 02:45:40] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.22 - - [2025-10-20 02:45:40] "POST /neutron/port HTTP/1.1" 200 1174 0.326909 10.0.0.22 - - [2025-10-20 02:45:40] "POST /neutron/port HTTP/1.1" 200 1228 0.102811 10.0.0.22 - - [2025-10-20 02:45:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.22 - - [2025-10-20 02:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.22 - - [2025-10-20 02:45:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006838 10.0.0.22 - - [2025-10-20 02:45:45] "POST /neutron/port HTTP/1.1" 200 1202 0.013992 10.0.0.22 - - [2025-10-20 02:45:45] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-20 02:45:45] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 200 1305 0.025857 10.0.0.22 - - [2025-10-20 02:45:45] "GET /virtual-machine-interface/0574c269-6335-44f8-841d-4bdf0a0cbcfe HTTP/1.1" 200 3167 0.004857 10.0.0.22 - - [2025-10-20 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006713 10.0.0.27 - - [2025-10-20 02:45:45] "DELETE /project/b58b29919263478cbf491ae8fceddaba HTTP/1.1" 404 173 0.005472 10.0.0.27 - - [2025-10-20 02:45:45] "DELETE /project/c172a25eedab4cd3b16d5266a2ab5ad6 HTTP/1.1" 404 173 0.004661 10.0.0.27 - - [2025-10-20 02:45:45] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000743 10.0.0.22 - - [2025-10-20 02:45:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209 10.0.0.22 - - [2025-10-20 02:45:45] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002979 10.0.0.27 - - [2025-10-20 02:45:45] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.047746 10.0.0.27 - - [2025-10-20 02:45:45] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000757 10.0.0.22 - - [2025-10-20 02:45:45] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005396 10.0.0.27 - - [2025-10-20 02:45:45] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=security_groups HTTP/1.1" 200 1392 0.044726 10.0.0.27 - - [2025-10-20 02:45:45] "DELETE /security-group/7eaa8879-5d4d-4349-9595-d6d3b4e53ec9 HTTP/1.1" 200 115 0.050261 10.0.0.27 - - [2025-10-20 02:45:45] "GET /projects?obj_uuids=c172a25e-edab-4cd3-b16d-5266a2ab5ad6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000817 10.0.0.27 - - [2025-10-20 02:45:45] "GET /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6?fields=application_policy_sets HTTP/1.1" 200 1431 0.067755 10.0.0.22 - - [2025-10-20 02:45:45] "DELETE /access-control-list/d224e95f-65b3-4e02-b223-0aee0def3d26 HTTP/1.1" 200 115 0.060306 10.0.0.27 - - [2025-10-20 02:45:45] "DELETE /project/c172a25e-edab-4cd3-b16d-5266a2ab5ad6 HTTP/1.1" 200 115 0.428416 10.0.0.22 - - [2025-10-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-10-20 02:45:48] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005261 10.0.0.22 - - [2025-10-20 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.22 - - [2025-10-20 02:45:52] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007970 10.0.0.22 - - [2025-10-20 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.22 - - [2025-10-20 02:45:56] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004959 10.0.0.22 - - [2025-10-20 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.22 - - [2025-10-20 02:46:00] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005392 10.0.0.254 - - [2025-10-20 02:46:04] "GET /obj-perms HTTP/1.1" 200 5056 0.040284 10.0.0.22 - - [2025-10-20 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2025-10-20 02:46:05] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006088 10.0.0.22 - - [2025-10-20 02:46:06] "POST /neutron/port HTTP/1.1" 200 1202 0.015151 10.0.0.22 - - [2025-10-20 02:46:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004700 10.0.0.22 - - [2025-10-20 02:46:06] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.22 - - [2025-10-20 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.22 - - [2025-10-20 02:46:09] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005261 10.0.0.22 - - [2025-10-20 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.22 - - [2025-10-20 02:46:13] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005180 10.0.0.22 - - [2025-10-20 02:46:14] "POST /neutron/port HTTP/1.1" 200 1202 0.014733 10.0.0.22 - - [2025-10-20 02:46:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003700 10.0.0.22 - - [2025-10-20 02:46:14] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.22 - - [2025-10-20 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.22 - - [2025-10-20 02:46:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004443 10.0.0.22 - - [2025-10-20 02:46:15] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003714 10.0.0.22 - - [2025-10-20 02:46:15] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007057 10.0.0.22 - - [2025-10-20 02:46:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006795 10.0.0.22 - - [2025-10-20 02:46:22] "POST /neutron/port HTTP/1.1" 200 1202 0.043828 10.0.0.22 - - [2025-10-20 02:46:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006755 10.0.0.22 - - [2025-10-20 02:46:31] "POST /neutron/port HTTP/1.1" 200 1202 0.015585 10.0.0.22 - - [2025-10-20 02:46:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006908 10.0.0.22 - - [2025-10-20 02:46:31] "GET /virtual-machine/d54ef5fb-1129-433a-9f09-318657f0afed HTTP/1.1" 200 1305 0.005548 10.0.0.22 - - [2025-10-20 02:46:31] "GET /virtual-machine-interface/04d1d48b-23c6-4b02-a106-3c28c3c0012b HTTP/1.1" 200 3168 0.006209 10.0.0.22 - - [2025-10-20 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-10-20 02:46:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003119 10.0.0.22 - - [2025-10-20 02:46:31] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002554 10.0.0.22 - - [2025-10-20 02:46:31] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005753 10.0.0.22 - - [2025-10-20 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-10-20 02:46:32] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003203 10.0.0.22 - - [2025-10-20 02:46:32] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003259 10.0.0.22 - - [2025-10-20 02:46:32] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005650 10.0.0.22 - - [2025-10-20 02:46:32] "POST /neutron/port HTTP/1.1" 200 1202 0.014310 10.0.0.22 - - [2025-10-20 02:46:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007311 10.0.0.22 - - [2025-10-20 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2025-10-20 02:46:38] "GET /network-policy/70c0e8c3-82e6-4528-8f67-037111fe5a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003774 10.0.0.22 - - [2025-10-20 02:46:38] "POST /neutron/port HTTP/1.1" 200 1202 0.014646 10.0.0.22 - - [2025-10-20 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.22 - - [2025-10-20 02:46:38] "GET /network-policy/f333d3f4-d46b-4543-82ee-8b0e7a5c42a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003222 10.0.0.22 - - [2025-10-20 02:46:38] "POST /neutron/network HTTP/1.1" 200 1425 0.079163 10.0.0.22 - - [2025-10-20 02:46:38] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005285 10.0.0.22 - - [2025-10-20 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.22 - - [2025-10-20 02:46:38] "GET /network-policy/b4c6dbd0-6e98-4eee-aba0-6d387fff61ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004437 10.0.0.27 - - [2025-10-20 02:46:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2025-10-20 02:46:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-10-20 02:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.254 - - [2025-10-20 02:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-20 02:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000988 10.0.0.254 - - [2025-10-20 02:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000267 10.0.0.27 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.254 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.254 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2025-10-20 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.22 - - [2025-10-20 02:46:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.005274 10.0.0.22 - - [2025-10-20 02:46:54] "POST /neutron/network HTTP/1.1" 200 1428 0.098602 10.0.0.22 - - [2025-10-20 02:46:54] "POST /ref-update HTTP/1.1" 200 156 0.033565 10.0.0.22 - - [2025-10-20 02:46:54] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007671 10.0.0.22 - - [2025-10-20 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.22 - - [2025-10-20 02:46:54] "GET /network-policy/250a3ada-198d-4fb5-9736-9a6120773df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004518 10.0.0.22 - - [2025-10-20 02:47:06] "POST /neutron/port HTTP/1.1" 200 1202 0.034132 10.0.0.22 - - [2025-10-20 02:47:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003744 10.0.0.22 - - [2025-10-20 02:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.22 - - [2025-10-20 02:47:06] "POST /neutron/network HTTP/1.1" 200 1425 0.099763 10.0.0.22 - - [2025-10-20 02:47:07] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006927 10.0.0.22 - - [2025-10-20 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007186 10.0.0.22 - - [2025-10-20 02:47:07] "GET /network-policy/13ba8671-bf02-4c44-9bba-1dc873708b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005301 10.0.0.22 - - [2025-10-20 02:47:15] "POST /neutron/port HTTP/1.1" 200 1202 0.084867 10.0.0.22 - - [2025-10-20 02:47:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.22 - - [2025-10-20 02:47:15] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.22 - - [2025-10-20 02:47:19] "PUT /access-control-list/26955060-267b-43d1-aa19-21e098a9a4f8 HTTP/1.1" 200 272 0.028389 10.0.0.22 - - [2025-10-20 02:47:19] "POST /neutron/network HTTP/1.1" 200 1425 0.117246 10.0.0.22 - - [2025-10-20 02:47:19] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.009533 10.0.0.22 - - [2025-10-20 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2025-10-20 02:47:19] "GET /network-policy/6d968b7b-fae3-409f-8567-fd98c74b2dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003691 10.0.0.22 - - [2025-10-20 02:47:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003752 10.0.0.22 - - [2025-10-20 02:47:29] "POST /neutron/network HTTP/1.1" 200 1426 0.079611 10.0.0.22 - - [2025-10-20 02:47:29] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007143 10.0.0.22 - - [2025-10-20 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-20 02:47:29] "GET /network-policy/99dfad9f-1499-4306-ad69-b3d3d62aa2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004080 10.0.0.22 - - [2025-10-20 02:47:41] "POST /neutron/network HTTP/1.1" 200 1426 0.083632 10.0.0.22 - - [2025-10-20 02:47:41] "PUT /access-control-list/26955060-267b-43d1-aa19-21e098a9a4f8 HTTP/1.1" 200 272 0.058084 10.0.0.22 - - [2025-10-20 02:47:41] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.015527 10.0.0.22 - - [2025-10-20 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.22 - - [2025-10-20 02:47:41] "GET /network-policy/3e60170b-b0e8-4a93-a725-d7dd4f2e6e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003713 10.0.0.22 - - [2025-10-20 02:47:51] "POST /neutron/network HTTP/1.1" 200 1426 0.092380 10.0.0.22 - - [2025-10-20 02:47:51] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005654 10.0.0.22 - - [2025-10-20 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.22 - - [2025-10-20 02:47:52] "GET /network-policy/419d4c47-40f1-4849-9163-090a1fc17822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004406 10.0.0.22 - - [2025-10-20 02:48:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004955 10.0.0.22 - - [2025-10-20 02:48:04] "POST /neutron/network HTTP/1.1" 200 1426 0.080529 10.0.0.22 - - [2025-10-20 02:48:04] "PUT /access-control-list/26955060-267b-43d1-aa19-21e098a9a4f8 HTTP/1.1" 200 272 0.060071 10.0.0.22 - - [2025-10-20 02:48:04] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012924 10.0.0.22 - - [2025-10-20 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-20 02:48:04] "GET /network-policy/2b8c463c-e725-4f5e-a38e-3c6ce268d016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004642 10.0.0.27 - - [2025-10-20 02:48:06] "GET /obj-perms HTTP/1.1" 200 5056 0.041882 10.0.0.22 - - [2025-10-20 02:48:06] "GET /obj-perms HTTP/1.1" 200 5056 0.041772 10.0.0.22 - - [2025-10-20 02:48:07] "POST /neutron/port HTTP/1.1" 200 1202 0.017217 10.0.0.22 - - [2025-10-20 02:48:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.22 - - [2025-10-20 02:48:07] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.22 - - [2025-10-20 02:48:14] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005915 10.0.0.22 - - [2025-10-20 02:48:14] "POST /neutron/network HTTP/1.1" 200 1337 0.119057 10.0.0.22 - - [2025-10-20 02:48:14] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009335 10.0.0.22 - - [2025-10-20 02:48:14] "GET /virtual-machine/d54ef5fb-1129-433a-9f09-318657f0afed HTTP/1.1" 200 1305 0.003969 10.0.0.22 - - [2025-10-20 02:48:14] "POST /neutron/port HTTP/1.1" 200 1228 0.013403 10.0.0.22 - - [2025-10-20 02:48:15] "POST /neutron/port HTTP/1.1" 200 1202 0.015678 10.0.0.22 - - [2025-10-20 02:48:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.22 - - [2025-10-20 02:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.22 - - [2025-10-20 02:48:16] "GET /virtual-machine/d54ef5fb-1129-433a-9f09-318657f0afed HTTP/1.1" 404 171 0.003186 10.0.0.22 - - [2025-10-20 02:48:16] "GET /virtual-machine/d54ef5fb-1129-433a-9f09-318657f0afed HTTP/1.1" 404 171 0.002279 10.0.0.22 - - [2025-10-20 02:48:16] "GET /virtual-machine/d54ef5fb-1129-433a-9f09-318657f0afed HTTP/1.1" 404 171 0.002618 10.0.0.22 - - [2025-10-20 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.22 - - [2025-10-20 02:48:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004056 10.0.0.22 - - [2025-10-20 02:48:16] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003429 10.0.0.22 - - [2025-10-20 02:48:16] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005491 10.0.0.22 - - [2025-10-20 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.22 - - [2025-10-20 02:48:16] "GET /routing-instance/e39fea6a-cd44-4d70-bac0-8f046888f990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004220 10.0.0.22 - - [2025-10-20 02:48:16] "GET /route-target/3cce33e5-bb29-4b3b-9e68-ff6974690358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004499 10.0.0.22 - - [2025-10-20 02:48:23] "GET /obj-perms HTTP/1.1" 200 5019 0.003438 10.0.0.27 - - [2025-10-20 02:48:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004781 10.0.0.22 - - [2025-10-20 02:48:32] "GET /obj-perms HTTP/1.1" 200 5019 0.003938 10.0.0.27 - - [2025-10-20 02:48:32] "GET /obj-perms HTTP/1.1" 200 5019 0.003792 10.0.0.22 - - [2025-10-20 02:48:41] "GET /obj-perms HTTP/1.1" 200 5019 0.003587 10.0.0.27 - - [2025-10-20 02:48:41] "GET /obj-perms HTTP/1.1" 200 5019 0.003792 10.0.0.22 - - [2025-10-20 02:48:44] "GET /obj-perms HTTP/1.1" 200 5019 0.003799 10.0.0.22 - - [2025-10-20 02:48:44] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 200 1305 0.004629 10.0.0.22 - - [2025-10-20 02:48:45] "POST /neutron/port HTTP/1.1" 200 1228 0.012605 10.0.0.22 - - [2025-10-20 02:48:46] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 404 171 0.003282 10.0.0.22 - - [2025-10-20 02:48:46] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 404 171 0.002597 10.0.0.22 - - [2025-10-20 02:48:46] "GET /virtual-machine/c1ea9f98-e3ca-4e74-a4a3-71ad9e2cab89 HTTP/1.1" 404 171 0.002184 10.0.0.22 - - [2025-10-20 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-10-20 02:48:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009212 10.0.0.22 - - [2025-10-20 02:48:46] "GET /virtual-networks?parent_id=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003166 10.0.0.22 - - [2025-10-20 02:48:46] "GET /virtual-network/38a4f064-38db-4ff0-81c5-b63b06918e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005794 10.0.0.22 - - [2025-10-20 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-10-20 02:48:47] "GET /routing-instance/14044491-0d92-41ed-9114-1c1710654c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004284 10.0.0.22 - - [2025-10-20 02:48:47] "GET /route-target/0eccb26a-ac58-488d-9ba7-2070837f8e38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005384 10.0.0.22 - - [2025-10-20 02:48:50] "GET /obj-perms HTTP/1.1" 200 5019 0.003691 10.0.0.22 - - [2025-10-20 02:48:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003552 10.0.0.22 - - [2025-10-20 02:48:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003950 10.0.0.22 - - [2025-10-20 02:49:02] "GET /obj-perms HTTP/1.1" 200 5019 0.003938 10.0.0.254 - - [2025-10-20 02:49:07] "GET /obj-perms HTTP/1.1" 200 5056 0.043537 10.0.0.27 - - [2025-10-20 02:49:07] "GET /obj-perms HTTP/1.1" 200 5056 0.039992 10.0.0.22 - - [2025-10-20 02:49:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004272 10.0.0.22 - - [2025-10-20 02:49:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003488 10.0.0.22 - - [2025-10-20 02:49:14] "GET /obj-perms HTTP/1.1" 200 5019 0.003390 10.0.0.22 - - [2025-10-20 02:49:15] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005445 10.0.0.22 - - [2025-10-20 02:49:15] "POST /neutron/network HTTP/1.1" 200 1337 0.084326 10.0.0.22 - - [2025-10-20 02:49:15] "DELETE /access-control-list/f96c4c88-e979-4985-8fa4-b5435c8e1d3c HTTP/1.1" 200 115 0.073139 10.0.0.22 - - [2025-10-20 02:49:15] "GET /virtual-network/410062b5-6619-4d69-9146-6fbff8f8254c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008538 10.0.0.22 - - [2025-10-20 02:49:15] "DELETE /network-policy/250a3ada-198d-4fb5-9736-9a6120773df3 HTTP/1.1" 200 115 0.029889 10.0.0.22 - - [2025-10-20 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.27 - - [2025-10-20 02:49:15] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.22 - - [2025-10-20 02:49:15] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035857 10.0.0.22 - - [2025-10-20 02:49:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005802 10.0.0.22 - - [2025-10-20 02:49:15] "DELETE /network-policy/2b8c463c-e725-4f5e-a38e-3c6ce268d016 HTTP/1.1" 200 115 0.038266 10.0.0.22 - - [2025-10-20 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2025-10-20 02:49:15] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.22 - - [2025-10-20 02:49:15] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043681 10.0.0.22 - - [2025-10-20 02:49:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005431 10.0.0.22 - - [2025-10-20 02:49:15] "DELETE /network-policy/419d4c47-40f1-4849-9163-090a1fc17822 HTTP/1.1" 200 115 0.035174 10.0.0.22 - - [2025-10-20 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-10-20 02:49:15] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.22 - - [2025-10-20 02:49:15] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041239 10.0.0.22 - - [2025-10-20 02:49:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005553 10.0.0.22 - - [2025-10-20 02:49:15] "DELETE /network-policy/3e60170b-b0e8-4a93-a725-d7dd4f2e6e4f HTTP/1.1" 200 115 0.037191 10.0.0.22 - - [2025-10-20 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2025-10-20 02:49:15] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.22 - - [2025-10-20 02:49:15] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038730 10.0.0.22 - - [2025-10-20 02:49:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005259 10.0.0.22 - - [2025-10-20 02:49:16] "DELETE /network-policy/99dfad9f-1499-4306-ad69-b3d3d62aa2e2 HTTP/1.1" 200 115 0.038311 10.0.0.22 - - [2025-10-20 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008441 10.0.0.27 - - [2025-10-20 02:49:16] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.22 - - [2025-10-20 02:49:16] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053301 10.0.0.22 - - [2025-10-20 02:49:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006917 10.0.0.22 - - [2025-10-20 02:49:16] "DELETE /network-policy/70c0e8c3-82e6-4528-8f67-037111fe5a1f HTTP/1.1" 200 115 0.038716 10.0.0.22 - - [2025-10-20 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2025-10-20 02:49:16] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002119 10.0.0.22 - - [2025-10-20 02:49:16] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061246 10.0.0.22 - - [2025-10-20 02:49:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005747 10.0.0.22 - - [2025-10-20 02:49:16] "DELETE /network-policy/6d968b7b-fae3-409f-8567-fd98c74b2dbc HTTP/1.1" 200 115 0.038008 10.0.0.22 - - [2025-10-20 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.27 - - [2025-10-20 02:49:16] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.22 - - [2025-10-20 02:49:16] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043191 10.0.0.22 - - [2025-10-20 02:49:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005137 10.0.0.22 - - [2025-10-20 02:49:16] "DELETE /network-policy/13ba8671-bf02-4c44-9bba-1dc873708b53 HTTP/1.1" 200 115 0.037662 10.0.0.22 - - [2025-10-20 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012211 10.0.0.27 - - [2025-10-20 02:49:16] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.22 - - [2025-10-20 02:49:16] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.030885 10.0.0.22 - - [2025-10-20 02:49:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006503 10.0.0.22 - - [2025-10-20 02:49:17] "DELETE /network-policy/b4c6dbd0-6e98-4eee-aba0-6d387fff61ec HTTP/1.1" 200 115 0.039954 10.0.0.22 - - [2025-10-20 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-10-20 02:49:17] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.22 - - [2025-10-20 02:49:17] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061270 10.0.0.22 - - [2025-10-20 02:49:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006345 10.0.0.22 - - [2025-10-20 02:49:17] "DELETE /network-policy/f333d3f4-d46b-4543-82ee-8b0e7a5c42a6 HTTP/1.1" 200 115 0.043329 10.0.0.22 - - [2025-10-20 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2025-10-20 02:49:17] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.22 - - [2025-10-20 02:49:17] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043613 10.0.0.22 - - [2025-10-20 02:49:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-84972553&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006688 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002132 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004655 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.27 - - [2025-10-20 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.22 - - [2025-10-20 02:49:17] "POST /neutron/network HTTP/1.1" 200 151 0.151819 10.0.0.22 - - [2025-10-20 02:49:17] "DELETE /route-target/3cce33e5-bb29-4b3b-9e68-ff6974690358 HTTP/1.1" 200 115 0.021876 10.0.0.22 - - [2025-10-20 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.22 - - [2025-10-20 02:49:18] "DELETE /network-ipam/74400236-72fb-416d-9e3c-60b084be73e1 HTTP/1.1" 200 115 0.034113 10.0.0.22 - - [2025-10-20 02:49:18] "POST /fqname-to-id HTTP/1.1" 404 260 0.002674 10.0.0.27 - - [2025-10-20 02:49:18] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.27 - - [2025-10-20 02:49:18] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.035709 10.0.0.27 - - [2025-10-20 02:49:18] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.27 - - [2025-10-20 02:49:18] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=security_groups HTTP/1.1" 200 1410 0.094309 10.0.0.27 - - [2025-10-20 02:49:18] "DELETE /security-group/c6d50eec-1728-4a2a-a4f3-9662597b173d HTTP/1.1" 200 115 0.049701 10.0.0.27 - - [2025-10-20 02:49:18] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.22 - - [2025-10-20 02:49:18] "DELETE /access-control-list/eeaba061-59ca-4ca8-ab41-af5f373adbdb HTTP/1.1" 200 115 0.042143 10.0.0.27 - - [2025-10-20 02:49:18] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=application_policy_sets HTTP/1.1" 200 1449 0.054742 10.0.0.22 - - [2025-10-20 02:49:18] "DELETE /project/b58b2991-9263-478c-bf49-1ae8fceddaba HTTP/1.1" 200 115 0.433990 10.0.0.27 - - [2025-10-20 02:49:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.22 - - [2025-10-20 02:49:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?fields=projects HTTP/1.1" 200 1245 0.008974 10.0.0.27 - - [2025-10-20 02:49:20] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002953 10.0.0.27 - - [2025-10-20 02:49:20] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.27 - - [2025-10-20 02:49:20] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048921 10.0.0.27 - - [2025-10-20 02:49:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.004297 10.0.0.27 - - [2025-10-20 02:49:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.005471 10.0.0.27 - - [2025-10-20 02:49:20] "POST /security-groups HTTP/1.1" 200 603 0.077166 10.0.0.27 - - [2025-10-20 02:49:20] "POST /projects HTTP/1.1" 200 609 0.296962 10.0.0.22 - - [2025-10-20 02:49:20] "POST /access-control-lists HTTP/1.1" 200 608 0.026498 10.0.0.27 - - [2025-10-20 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.373234 10.0.0.22 - - [2025-10-20 02:49:20] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.518902 10.0.0.27 - - [2025-10-20 02:49:20] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.22 - - [2025-10-20 02:49:20] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=virtual_networks HTTP/1.1" 200 1067 0.061949 10.0.0.27 - - [2025-10-20 02:49:20] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.22 - - [2025-10-20 02:49:20] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.037326 10.0.0.27 - - [2025-10-20 02:49:20] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.22 - - [2025-10-20 02:49:20] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=security_groups HTTP/1.1" 200 1305 0.031250 10.0.0.22 - - [2025-10-20 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.023721 10.0.0.27 - - [2025-10-20 02:49:21] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003857 10.0.0.27 - - [2025-10-20 02:49:21] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.27 - - [2025-10-20 02:49:21] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007251 10.0.0.27 - - [2025-10-20 02:49:21] "POST /id-to-fqname HTTP/1.1" 200 184 0.001971 10.0.0.27 - - [2025-10-20 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.007009 10.0.0.27 - - [2025-10-20 02:49:21] "POST /security-groups HTTP/1.1" 200 585 0.041714 10.0.0.22 - - [2025-10-20 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.003906 10.0.0.27 - - [2025-10-20 02:49:21] "POST /projects HTTP/1.1" 200 573 0.236036 10.0.0.27 - - [2025-10-20 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.304293 10.0.0.22 - - [2025-10-20 02:49:22] "POST /access-control-lists HTTP/1.1" 200 588 0.033020 10.0.0.22 - - [2025-10-20 02:49:22] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.446512 10.0.0.22 - - [2025-10-20 02:49:23] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.22 - - [2025-10-20 02:49:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000674 10.0.0.22 - - [2025-10-20 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052402 10.0.0.27 - - [2025-10-20 02:49:24] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000809 10.0.0.22 - - [2025-10-20 02:49:24] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.041870 10.0.0.22 - - [2025-10-20 02:49:24] "POST /neutron/network HTTP/1.1" 200 117 0.029355 10.0.0.22 - - [2025-10-20 02:49:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.013360 10.0.0.27 - - [2025-10-20 02:49:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009579 10.0.0.22 - - [2025-10-20 02:49:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.236053 10.0.0.22 - - [2025-10-20 02:49:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001201 10.0.0.22 - - [2025-10-20 02:49:24] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.004652 10.0.0.22 - - [2025-10-20 02:49:24] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.006490 10.0.0.22 - - [2025-10-20 02:49:25] "POST /neutron/network HTTP/1.1" 200 989 0.009012 10.0.0.22 - - [2025-10-20 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2025-10-20 02:49:25] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001024 10.0.0.22 - - [2025-10-20 02:49:25] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.049517 10.0.0.22 - - [2025-10-20 02:49:25] "POST /neutron/network HTTP/1.1" 200 117 0.010737 10.0.0.22 - - [2025-10-20 02:49:25] "POST /route-targets HTTP/1.1" 200 327 0.011961 10.0.0.27 - - [2025-10-20 02:49:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008496 10.0.0.22 - - [2025-10-20 02:49:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.213060 10.0.0.22 - - [2025-10-20 02:49:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001189 10.0.0.22 - - [2025-10-20 02:49:25] "GET /virtual-network/af834957-3839-4067-9f0c-07784062eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006033 10.0.0.22 - - [2025-10-20 02:49:25] "GET /virtual-network/af834957-3839-4067-9f0c-07784062eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.004846 10.0.0.22 - - [2025-10-20 02:49:25] "POST /neutron/network HTTP/1.1" 200 991 0.008284 10.0.0.22 - - [2025-10-20 02:49:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001455 10.0.0.22 - - [2025-10-20 02:49:26] "POST /neutron/network HTTP/1.1" 200 999 0.010595 10.0.0.27 - - [2025-10-20 02:49:26] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001079 10.0.0.22 - - [2025-10-20 02:49:26] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.062938 10.0.0.22 - - [2025-10-20 02:49:27] "POST /neutron/port HTTP/1.1" 200 117 0.005837 10.0.0.22 - - [2025-10-20 02:49:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001030 10.0.0.22 - - [2025-10-20 02:49:27] "POST /neutron/network HTTP/1.1" 200 999 0.008761 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/port HTTP/1.1" 200 1158 0.017515 10.0.0.27 - - [2025-10-20 02:49:28] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000866 10.0.0.22 - - [2025-10-20 02:49:28] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.081426 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/network HTTP/1.1" 200 989 0.009825 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/subnet HTTP/1.1" 200 1369 0.012539 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/network HTTP/1.1" 200 989 0.023287 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.008256 10.0.0.22 - - [2025-10-20 02:49:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001078 10.0.0.22 - - [2025-10-20 02:49:28] "POST /neutron/network HTTP/1.1" 200 1001 0.008196 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/port HTTP/1.1" 200 1158 0.020545 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/port HTTP/1.1" 200 1186 0.017826 10.0.0.27 - - [2025-10-20 02:49:29] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001701 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/subnet HTTP/1.1" 200 1369 0.014918 10.0.0.22 - - [2025-10-20 02:49:29] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.067996 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009994 10.0.0.22 - - [2025-10-20 02:49:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010038 10.0.0.22 - - [2025-10-20 02:49:30] "POST /neutron/port HTTP/1.1" 200 1186 0.017390 10.0.0.22 - - [2025-10-20 02:49:30] "GET /virtual-machine/099bc83b-f545-4a2c-9795-9ebbed83a290 HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-10-20 02:49:30] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000948 10.0.0.22 - - [2025-10-20 02:49:30] "POST /neutron/port HTTP/1.1" 200 1160 0.334566 10.0.0.22 - - [2025-10-20 02:49:30] "GET /virtual-machine/099bc83b-f545-4a2c-9795-9ebbed83a290 HTTP/1.1" 200 1285 0.032195 10.0.0.22 - - [2025-10-20 02:49:30] "GET /virtual-machine-interface/ada55f07-53c6-4bcf-96e0-4822c7b4345c HTTP/1.1" 200 3106 0.005454 10.0.0.22 - - [2025-10-20 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.22 - - [2025-10-20 02:49:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002920 10.0.0.22 - - [2025-10-20 02:49:30] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002070 10.0.0.22 - - [2025-10-20 02:49:30] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.011980 10.0.0.22 - - [2025-10-20 02:49:30] "POST /neutron/port HTTP/1.1" 200 1214 0.132463 10.0.0.22 - - [2025-10-20 02:49:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.22 - - [2025-10-20 02:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.22 - - [2025-10-20 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.22 - - [2025-10-20 02:49:33] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.006681 10.0.0.22 - - [2025-10-20 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2025-10-20 02:49:37] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.004920 10.0.0.22 - - [2025-10-20 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-10-20 02:49:41] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.005901 10.0.0.22 - - [2025-10-20 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.22 - - [2025-10-20 02:49:46] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.004998 10.0.0.27 - - [2025-10-20 02:49:46] "DELETE /project/b58b29919263478cbf491ae8fceddaba HTTP/1.1" 404 173 0.005477 10.0.0.27 - - [2025-10-20 02:49:46] "DELETE /project/7216c072ee2c4863bef29183431fd475 HTTP/1.1" 404 173 0.004691 10.0.0.27 - - [2025-10-20 02:49:46] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.27 - - [2025-10-20 02:49:46] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.040423 10.0.0.27 - - [2025-10-20 02:49:46] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.27 - - [2025-10-20 02:49:46] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=security_groups HTTP/1.1" 200 1410 0.048200 10.0.0.27 - - [2025-10-20 02:49:46] "DELETE /security-group/a8d7181a-d76e-4bcf-8f1f-fbfe86603207 HTTP/1.1" 200 115 0.046078 10.0.0.27 - - [2025-10-20 02:49:46] "GET /projects?obj_uuids=b58b2991-9263-478c-bf49-1ae8fceddaba&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.27 - - [2025-10-20 02:49:46] "GET /project/b58b2991-9263-478c-bf49-1ae8fceddaba?fields=application_policy_sets HTTP/1.1" 200 1449 0.060089 10.0.0.22 - - [2025-10-20 02:49:46] "DELETE /access-control-list/6cbe316e-8890-4d0f-b255-a87b02d0ff37 HTTP/1.1" 200 115 0.052488 10.0.0.27 - - [2025-10-20 02:49:46] "DELETE /project/b58b2991-9263-478c-bf49-1ae8fceddaba HTTP/1.1" 200 115 0.390153 10.0.0.22 - - [2025-10-20 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.22 - - [2025-10-20 02:49:50] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.005389 10.0.0.22 - - [2025-10-20 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-10-20 02:49:54] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.004941 10.0.0.22 - - [2025-10-20 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-10-20 02:49:58] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.005007 10.0.0.22 - - [2025-10-20 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.22 - - [2025-10-20 02:50:02] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.006310 10.0.0.22 - - [2025-10-20 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.22 - - [2025-10-20 02:50:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003049 10.0.0.22 - - [2025-10-20 02:50:06] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003045 10.0.0.22 - - [2025-10-20 02:50:06] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.005075 10.0.0.22 - - [2025-10-20 02:50:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006870 10.0.0.22 - - [2025-10-20 02:50:11] "POST /neutron/network HTTP/1.1" 200 999 0.009352 10.0.0.22 - - [2025-10-20 02:50:11] "POST /neutron/subnet HTTP/1.1" 200 1369 0.019806 10.0.0.22 - - [2025-10-20 02:50:11] "POST /neutron/network HTTP/1.1" 200 989 0.013829 10.0.0.22 - - [2025-10-20 02:50:15] "POST /neutron/port HTTP/1.1" 200 1186 0.017831 10.0.0.22 - - [2025-10-20 02:50:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009141 10.0.0.22 - - [2025-10-20 02:50:17] "POST /neutron/network HTTP/1.1" 200 999 0.008448 10.0.0.22 - - [2025-10-20 02:50:17] "POST /neutron/subnet HTTP/1.1" 200 1369 0.013968 10.0.0.22 - - [2025-10-20 02:50:17] "POST /neutron/network HTTP/1.1" 200 989 0.009313 10.0.0.22 - - [2025-10-20 02:50:22] "POST /neutron/port HTTP/1.1" 200 1186 0.017802 10.0.0.22 - - [2025-10-20 02:50:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006017 10.0.0.22 - - [2025-10-20 02:50:27] "POST /neutron/port HTTP/1.1" 200 1186 0.015517 10.0.0.22 - - [2025-10-20 02:50:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007101 10.0.0.22 - - [2025-10-20 02:50:27] "GET /virtual-machine/9bd1b1dc-87c7-4448-b5db-35b1d312237b HTTP/1.1" 200 1287 0.005215 10.0.0.22 - - [2025-10-20 02:50:27] "GET /virtual-machine-interface/dc4506e4-87b1-44e1-88b6-d556ec5e825a HTTP/1.1" 200 3105 0.004786 10.0.0.22 - - [2025-10-20 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.22 - - [2025-10-20 02:50:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004658 10.0.0.22 - - [2025-10-20 02:50:27] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003039 10.0.0.22 - - [2025-10-20 02:50:27] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.006281 10.0.0.22 - - [2025-10-20 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.22 - - [2025-10-20 02:50:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003806 10.0.0.22 - - [2025-10-20 02:50:28] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002939 10.0.0.22 - - [2025-10-20 02:50:28] "GET /virtual-network/50ccbba4-7591-4df2-8874-0ef8fa7f0d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2602 0.005675 10.0.0.22 - - [2025-10-20 02:50:34] "POST /neutron/port HTTP/1.1" 200 1188 0.014666 10.0.0.22 - - [2025-10-20 02:50:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006808 10.0.0.22 - - [2025-10-20 02:50:34] "GET /virtual-machine/02ff5fe1-78c4-4613-98b9-032b67e33f96 HTTP/1.1" 200 1285 0.006046 10.0.0.22 - - [2025-10-20 02:50:34] "GET /virtual-machine-interface/aa232a54-403b-429e-b8fb-3de4f89ad23b HTTP/1.1" 200 3106 0.004971 10.0.0.22 - - [2025-10-20 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.22 - - [2025-10-20 02:50:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003702 10.0.0.22 - - [2025-10-20 02:50:34] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002844 10.0.0.22 - - [2025-10-20 02:50:34] "GET /virtual-network/af834957-3839-4067-9f0c-07784062eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006473 10.0.0.22 - - [2025-10-20 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.22 - - [2025-10-20 02:50:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004156 10.0.0.22 - - [2025-10-20 02:50:35] "GET /virtual-networks?parent_id=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003139 10.0.0.22 - - [2025-10-20 02:50:35] "GET /virtual-network/af834957-3839-4067-9f0c-07784062eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006095 10.0.0.22 - - [2025-10-20 02:50:37] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003273 10.0.0.22 - - [2025-10-20 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.22 - - [2025-10-20 02:50:37] "GET /global-qos-config/323d9b89-65ba-4477-9ad2-afe70ce60af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.004198 10.0.0.22 - - [2025-10-20 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 222 0.003344 10.0.0.22 - - [2025-10-20 02:50:37] "POST /forwarding-classs HTTP/1.1" 200 576 0.028169 10.0.0.22 - - [2025-10-20 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 232 0.003156 10.0.0.22 - - [2025-10-20 02:50:37] "GET /forwarding-class/f3353f3c-9d63-48c0-a175-fd71368686fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004046 10.0.0.27 - - [2025-10-20 02:50:37] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.024531 10.0.0.22 - - [2025-10-20 02:50:37] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.064153 10.0.0.22 - - [2025-10-20 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003370 10.0.0.22 - - [2025-10-20 02:50:37] "POST /qos-configs HTTP/1.1" 200 543 0.030762 10.0.0.22 - - [2025-10-20 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.003235 10.0.0.22 - - [2025-10-20 02:50:37] "GET /qos-config/3c8acdd5-ca26-4c1a-a460-0ed9e1a25ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005092 10.0.0.22 - - [2025-10-20 02:50:37] "GET /virtual-machine-interface/ada55f07-53c6-4bcf-96e0-4822c7b4345c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004852 10.0.0.22 - - [2025-10-20 02:50:37] "POST /ref-update HTTP/1.1" 200 156 0.014710 10.0.0.22 - - [2025-10-20 02:50:37] "POST /neutron/port HTTP/1.1" 200 1186 0.016677 10.0.0.22 - - [2025-10-20 02:50:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006326 10.0.0.22 - - [2025-10-20 02:50:38] "POST /neutron/port HTTP/1.1" 200 1186 0.014314 10.0.0.22 - - [2025-10-20 02:50:38] "POST /neutron/network HTTP/1.1" 200 989 0.011470 10.0.0.22 - - [2025-10-20 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.000948 10.0.0.22 - - [2025-10-20 02:50:38] "GET /virtual-machine/099bc83b-f545-4a2c-9795-9ebbed83a290 HTTP/1.1" 200 1285 0.003722 10.0.0.22 - - [2025-10-20 02:50:38] "GET /virtual-machine-interface/ada55f07-53c6-4bcf-96e0-4822c7b4345c HTTP/1.1" 200 3353 0.004599 10.0.0.22 - - [2025-10-20 02:50:38] "GET /instance-ip/0769d7e3-2c8a-4e1d-bfa7-bf24434e5866 HTTP/1.1" 200 1605 0.005846 10.0.0.22 - - [2025-10-20 02:50:38] "GET /instance-ip/fd7a57cc-27c9-41d0-8b5c-17654da509fc HTTP/1.1" 200 1628 0.005422 10.0.0.22 - - [2025-10-20 02:50:38] "POST /neutron/port HTTP/1.1" 200 1186 0.014341 10.0.0.22 - - [2025-10-20 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006422 10.0.0.22 - - [2025-10-20 02:50:38] "POST /neutron/network HTTP/1.1" 200 963 0.015736 10.0.0.22 - - [2025-10-20 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001238 10.0.0.22 - - [2025-10-20 02:50:38] "GET /virtual-machine/9bd1b1dc-87c7-4448-b5db-35b1d312237b HTTP/1.1" 200 1287 0.003735 10.0.0.22 - - [2025-10-20 02:50:38] "GET /virtual-machine-interface/dc4506e4-87b1-44e1-88b6-d556ec5e825a HTTP/1.1" 200 3105 0.004608 10.0.0.22 - - [2025-10-20 02:50:38] "GET /instance-ip/8f11d4a9-ba49-4626-8d17-d031f2b4b6f4 HTTP/1.1" 200 1628 0.005574 10.0.0.22 - - [2025-10-20 02:50:38] "GET /instance-ip/a0c0a4a2-df81-418d-bb91-b7a99f1bdf90 HTTP/1.1" 200 1607 0.005090 10.0.0.22 - - [2025-10-20 02:51:05] "GET /virtual-machine-interface/ada55f07-53c6-4bcf-96e0-4822c7b4345c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.005666 10.0.0.22 - - [2025-10-20 02:51:05] "POST /ref-update HTTP/1.1" 200 156 0.015953 10.0.0.22 - - [2025-10-20 02:51:05] "DELETE /qos-config/3c8acdd5-ca26-4c1a-a460-0ed9e1a25ff0 HTTP/1.1" 200 115 0.035439 10.0.0.22 - - [2025-10-20 02:51:05] "POST /id-to-fqname HTTP/1.1" 200 232 0.001266 10.0.0.22 - - [2025-10-20 02:51:05] "DELETE /forwarding-class/f3353f3c-9d63-48c0-a175-fd71368686fc HTTP/1.1" 200 115 0.030083 10.0.0.22 - - [2025-10-20 02:51:07] "POST /neutron/network HTTP/1.1" 400 204 0.014154 10.0.0.22 - - [2025-10-20 02:51:07] "POST /neutron/port HTTP/1.1" 200 1214 0.015357 10.0.0.22 - - [2025-10-20 02:51:07] "POST /neutron/port HTTP/1.1" 200 1186 0.034954 10.0.0.22 - - [2025-10-20 02:51:07] "POST /neutron/port HTTP/1.1" 200 151 0.382223 10.0.0.22 - - [2025-10-20 02:51:08] "GET /obj-perms HTTP/1.1" 200 5056 0.046375 10.0.0.22 - - [2025-10-20 02:51:09] "POST /neutron/network HTTP/1.1" 200 989 0.009758 10.0.0.22 - - [2025-10-20 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.27 - - [2025-10-20 02:51:09] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000946 10.0.0.22 - - [2025-10-20 02:51:09] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.061608 10.0.0.27 - - [2025-10-20 02:51:09] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001113 10.0.0.22 - - [2025-10-20 02:51:09] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?fields=virtual_networks HTTP/1.1" 200 1030 0.048820 10.0.0.27 - - [2025-10-20 02:51:09] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000936 10.0.0.22 - - [2025-10-20 02:51:09] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.035595 10.0.0.27 - - [2025-10-20 02:51:09] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001000 10.0.0.22 - - [2025-10-20 02:51:09] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?fields=security_groups HTTP/1.1" 200 1250 0.047316 10.0.0.22 - - [2025-10-20 02:51:10] "POST /fqname-to-id HTTP/1.1" 404 181 0.024932 10.0.0.27 - - [2025-10-20 02:51:10] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004011 10.0.0.27 - - [2025-10-20 02:51:10] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.27 - - [2025-10-20 02:51:10] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030595 10.0.0.27 - - [2025-10-20 02:51:10] "POST /id-to-fqname HTTP/1.1" 200 183 0.001047 10.0.0.27 - - [2025-10-20 02:51:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.005618 10.0.0.27 - - [2025-10-20 02:51:10] "POST /security-groups HTTP/1.1" 200 584 0.073035 10.0.0.27 - - [2025-10-20 02:51:11] "POST /projects HTTP/1.1" 200 571 0.277413 10.0.0.22 - - [2025-10-20 02:51:11] "POST /access-control-lists HTTP/1.1" 200 589 0.028571 10.0.0.27 - - [2025-10-20 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.345167 10.0.0.22 - - [2025-10-20 02:51:11] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.497582 10.0.0.22 - - [2025-10-20 02:51:12] "GET / HTTP/1.1" 200 35931 0.001416 10.0.0.22 - - [2025-10-20 02:51:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-10-20 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.050276 10.0.0.27 - - [2025-10-20 02:51:14] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000841 10.0.0.22 - - [2025-10-20 02:51:14] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045480 10.0.0.27 - - [2025-10-20 02:51:14] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000835 10.0.0.22 - - [2025-10-20 02:51:14] "POST /neutron/network HTTP/1.1" 200 612 0.152659 10.0.0.22 - - [2025-10-20 02:51:14] "POST /route-targets HTTP/1.1" 200 327 0.014184 10.0.0.22 - - [2025-10-20 02:51:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.003780 10.0.0.22 - - [2025-10-20 02:51:14] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005789 10.0.0.22 - - [2025-10-20 02:51:14] "POST /neutron/network HTTP/1.1" 200 833 0.006035 10.0.0.22 - - [2025-10-20 02:51:14] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004584 10.0.0.22 - - [2025-10-20 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.22 - - [2025-10-20 02:51:14] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005087 10.0.0.22 - - [2025-10-20 02:51:14] "PUT /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61 HTTP/1.1" 200 264 0.048728 10.0.0.22 - - [2025-10-20 02:51:14] "POST /ref-update HTTP/1.1" 200 156 0.026896 10.0.0.22 - - [2025-10-20 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014379 10.0.0.27 - - [2025-10-20 02:51:15] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.22 - - [2025-10-20 02:51:15] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046857 10.0.0.22 - - [2025-10-20 02:51:15] "POST /neutron/network HTTP/1.1" 200 117 0.012575 10.0.0.22 - - [2025-10-20 02:51:15] "POST /neutron/network HTTP/1.1" 200 829 0.009784 10.0.0.22 - - [2025-10-20 02:51:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001115 10.0.0.22 - - [2025-10-20 02:51:15] "GET /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005541 10.0.0.22 - - [2025-10-20 02:51:15] "GET /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007151 10.0.0.22 - - [2025-10-20 02:51:15] "POST /neutron/subnet HTTP/1.1" 200 714 0.008561 10.0.0.22 - - [2025-10-20 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.22 - - [2025-10-20 02:51:15] "GET /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005719 10.0.0.22 - - [2025-10-20 02:51:15] "POST /ref-update HTTP/1.1" 200 156 0.027586 10.0.0.22 - - [2025-10-20 02:51:15] "PUT /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58 HTTP/1.1" 200 264 0.072403 10.0.0.22 - - [2025-10-20 02:51:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001280 10.0.0.27 - - [2025-10-20 02:51:16] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001128 10.0.0.22 - - [2025-10-20 02:51:16] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.057866 10.0.0.22 - - [2025-10-20 02:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.006223 10.0.0.22 - - [2025-10-20 02:51:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001556 10.0.0.22 - - [2025-10-20 02:51:17] "POST /neutron/network HTTP/1.1" 200 839 0.007536 10.0.0.22 - - [2025-10-20 02:51:17] "POST /neutron/port HTTP/1.1" 200 1055 0.035924 10.0.0.27 - - [2025-10-20 02:51:17] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.22 - - [2025-10-20 02:51:17] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.071611 10.0.0.22 - - [2025-10-20 02:51:18] "POST /neutron/network HTTP/1.1" 200 829 0.068452 10.0.0.22 - - [2025-10-20 02:51:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.008767 10.0.0.22 - - [2025-10-20 02:51:18] "POST /neutron/port HTTP/1.1" 200 1083 0.024709 10.0.0.22 - - [2025-10-20 02:51:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014939 10.0.0.27 - - [2025-10-20 02:51:18] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000829 10.0.0.22 - - [2025-10-20 02:51:18] "POST /neutron/port HTTP/1.1" 200 1051 0.279493 10.0.0.22 - - [2025-10-20 02:51:19] "POST /neutron/port HTTP/1.1" 200 1105 0.116168 10.0.0.22 - - [2025-10-20 02:51:19] "POST /neutron/subnet HTTP/1.1" 200 688 0.007868 10.0.0.22 - - [2025-10-20 02:51:23] "POST /neutron/port HTTP/1.1" 200 1083 0.014161 10.0.0.22 - - [2025-10-20 02:51:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007096 10.0.0.22 - - [2025-10-20 02:51:23] "GET /virtual-machine/9ffca9e0-5812-40b7-b3b6-5666a434cdf8 HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-10-20 02:51:24] "GET /virtual-machine/9ffca9e0-5812-40b7-b3b6-5666a434cdf8 HTTP/1.1" 200 1286 0.027780 10.0.0.22 - - [2025-10-20 02:51:24] "GET /virtual-machine-interface/36737561-c1cd-4552-9f1c-70609d4ecd18 HTTP/1.1" 200 2927 0.005543 10.0.0.22 - - [2025-10-20 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.22 - - [2025-10-20 02:51:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003315 10.0.0.22 - - [2025-10-20 02:51:24] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003237 10.0.0.22 - - [2025-10-20 02:51:24] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007229 10.0.0.22 - - [2025-10-20 02:51:26] "POST /neutron/port HTTP/1.1" 200 1083 0.035767 10.0.0.22 - - [2025-10-20 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.22 - - [2025-10-20 02:51:27] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006211 10.0.0.22 - - [2025-10-20 02:51:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008663 10.0.0.22 - - [2025-10-20 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-20 02:51:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002937 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006075 10.0.0.22 - - [2025-10-20 02:51:29] "POST /neutron/port HTTP/1.1" 200 1079 0.015617 10.0.0.22 - - [2025-10-20 02:51:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007605 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-machine/a97a1439-8113-4e5c-be48-89e7a2601c34 HTTP/1.1" 200 1286 0.005502 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-machine-interface/5ca91d48-a7fc-4ec4-9e0b-4420a1d03537 HTTP/1.1" 200 2927 0.004683 10.0.0.22 - - [2025-10-20 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.22 - - [2025-10-20 02:51:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003662 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003635 10.0.0.22 - - [2025-10-20 02:51:29] "GET /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006304 10.0.0.22 - - [2025-10-20 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.22 - - [2025-10-20 02:51:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003929 10.0.0.22 - - [2025-10-20 02:51:30] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004343 10.0.0.22 - - [2025-10-20 02:51:30] "GET /virtual-network/da264a6a-6275-470d-8a14-ede5b4eb6c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007142 10.0.0.22 - - [2025-10-20 02:51:31] "POST /routing-policys HTTP/1.1" 200 534 0.031483 10.0.0.22 - - [2025-10-20 02:51:31] "GET /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006170 10.0.0.22 - - [2025-10-20 02:51:31] "PUT /virtual-network/5ebd0eab-378e-4825-83d5-921826da6d61 HTTP/1.1" 200 264 0.071900 10.0.0.22 - - [2025-10-20 02:51:35] "POST /ref-update HTTP/1.1" 200 156 0.065374 10.0.0.22 - - [2025-10-20 02:51:35] "DELETE /routing-policy/a960ae4b-5469-4eaa-9e3f-4396d82983c7 HTTP/1.1" 200 115 0.069218 10.0.0.22 - - [2025-10-20 02:51:35] "POST /neutron/port HTTP/1.1" 200 1079 0.014777 10.0.0.22 - - [2025-10-20 02:51:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014200 10.0.0.22 - - [2025-10-20 02:51:37] "POST /neutron/network HTTP/1.1" 200 829 0.009900 10.0.0.22 - - [2025-10-20 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-20 02:51:37] "DELETE /route-target/8387a73c-5097-4a9a-980c-c7418ecce56f HTTP/1.1" 409 239 0.007864 10.0.0.27 - - [2025-10-20 02:51:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005155 10.0.0.27 - - [2025-10-20 02:51:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.22 - - [2025-10-20 02:51:37] "POST /neutron/network HTTP/1.1" 200 151 0.139858 10.0.0.22 - - [2025-10-20 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.22 - - [2025-10-20 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2025-10-20 02:51:40] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.22 - - [2025-10-20 02:51:40] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.031765 10.0.0.22 - - [2025-10-20 02:51:40] "POST /ref-update HTTP/1.1" 200 156 0.019519 10.0.0.27 - - [2025-10-20 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008416 10.0.0.22 - - [2025-10-20 02:51:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.181818 10.0.0.22 - - [2025-10-20 02:51:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001202 10.0.0.22 - - [2025-10-20 02:51:40] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005771 10.0.0.22 - - [2025-10-20 02:51:40] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005228 10.0.0.22 - - [2025-10-20 02:51:40] "POST /neutron/network HTTP/1.1" 200 831 0.006262 10.0.0.22 - - [2025-10-20 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2025-10-20 02:51:41] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005602 10.0.0.22 - - [2025-10-20 02:51:41] "PUT /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc HTTP/1.1" 200 264 0.056698 10.0.0.22 - - [2025-10-20 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2025-10-20 02:51:41] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.22 - - [2025-10-20 02:51:41] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.041625 10.0.0.27 - - [2025-10-20 02:51:41] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.22 - - [2025-10-20 02:51:41] "POST /neutron/network HTTP/1.1" 200 612 0.117505 10.0.0.22 - - [2025-10-20 02:51:41] "POST /route-targets HTTP/1.1" 200 327 0.012985 10.0.0.22 - - [2025-10-20 02:51:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.003104 10.0.0.22 - - [2025-10-20 02:51:41] "GET /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004962 10.0.0.22 - - [2025-10-20 02:51:41] "POST /neutron/network HTTP/1.1" 200 828 0.005740 10.0.0.22 - - [2025-10-20 02:51:41] "GET /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004782 10.0.0.22 - - [2025-10-20 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.22 - - [2025-10-20 02:51:41] "GET /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005154 10.0.0.22 - - [2025-10-20 02:51:41] "PUT /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742 HTTP/1.1" 200 264 0.057047 10.0.0.22 - - [2025-10-20 02:51:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.22 - - [2025-10-20 02:51:42] "POST /neutron/network HTTP/1.1" 200 841 0.007096 10.0.0.27 - - [2025-10-20 02:51:42] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001366 10.0.0.22 - - [2025-10-20 02:51:42] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.064731 10.0.0.22 - - [2025-10-20 02:51:43] "POST /neutron/port HTTP/1.1" 200 117 0.007271 10.0.0.22 - - [2025-10-20 02:51:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001068 10.0.0.22 - - [2025-10-20 02:51:43] "POST /neutron/network HTTP/1.1" 200 841 0.006763 10.0.0.22 - - [2025-10-20 02:51:43] "POST /neutron/port HTTP/1.1" 200 1053 0.017303 10.0.0.27 - - [2025-10-20 02:51:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-10-20 02:51:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-20 02:51:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006698 10.0.0.22 - - [2025-10-20 02:51:44] "POST /neutron/network HTTP/1.1" 200 831 0.006339 10.0.0.27 - - [2025-10-20 02:51:44] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.22 - - [2025-10-20 02:51:44] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.071132 10.0.0.22 - - [2025-10-20 02:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.254 - - [2025-10-20 02:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000303 10.0.0.22 - - [2025-10-20 02:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.254 - - [2025-10-20 02:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000310 10.0.0.22 - - [2025-10-20 02:51:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007894 10.0.0.22 - - [2025-10-20 02:51:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007366 10.0.0.22 - - [2025-10-20 02:51:45] "POST /neutron/port HTTP/1.1" 200 1050 0.015640 10.0.0.27 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-20 02:51:45] "POST /neutron/port HTTP/1.1" 200 1078 0.016742 10.0.0.22 - - [2025-10-20 02:51:45] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.254 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.254 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.22 - - [2025-10-20 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2025-10-20 02:51:46] "DELETE /project/6e2680f8e4db4ddd9bdcae97d9fc3f4a HTTP/1.1" 404 173 0.005487 10.0.0.27 - - [2025-10-20 02:51:46] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000767 10.0.0.27 - - [2025-10-20 02:51:46] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.037498 10.0.0.27 - - [2025-10-20 02:51:46] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000873 10.0.0.27 - - [2025-10-20 02:51:46] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?fields=security_groups HTTP/1.1" 200 1355 0.043007 10.0.0.27 - - [2025-10-20 02:51:46] "DELETE /security-group/72043229-3111-46d6-962c-a2102b1bcd2d HTTP/1.1" 200 115 0.054260 10.0.0.27 - - [2025-10-20 02:51:46] "GET /projects?obj_uuids=7216c072-ee2c-4863-bef2-9183431fd475&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000924 10.0.0.22 - - [2025-10-20 02:51:46] "DELETE /access-control-list/2c127aff-b308-4da4-80f8-24b3e23a0b77 HTTP/1.1" 200 115 0.043439 10.0.0.27 - - [2025-10-20 02:51:46] "GET /project/7216c072-ee2c-4863-bef2-9183431fd475?fields=application_policy_sets HTTP/1.1" 200 1394 0.056180 10.0.0.27 - - [2025-10-20 02:51:46] "DELETE /project/7216c072-ee2c-4863-bef2-9183431fd475 HTTP/1.1" 200 115 0.395038 10.0.0.22 - - [2025-10-20 02:51:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007329 10.0.0.22 - - [2025-10-20 02:51:49] "POST /neutron/port HTTP/1.1" 200 1081 0.016948 10.0.0.22 - - [2025-10-20 02:51:49] "GET /virtual-machine/20a152e8-dea3-4c52-bc95-2d55379b08d3 HTTP/1.1" 200 1285 0.005811 10.0.0.22 - - [2025-10-20 02:51:49] "GET /virtual-machine-interface/4dc3ddf7-303e-4bb9-b20e-13060aad595d HTTP/1.1" 200 2927 0.006011 10.0.0.22 - - [2025-10-20 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-10-20 02:51:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005305 10.0.0.22 - - [2025-10-20 02:51:49] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003425 10.0.0.22 - - [2025-10-20 02:51:49] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.014608 10.0.0.22 - - [2025-10-20 02:51:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007009 10.0.0.22 - - [2025-10-20 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-10-20 02:51:52] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005251 10.0.0.22 - - [2025-10-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2025-10-20 02:51:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003471 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003023 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007527 10.0.0.22 - - [2025-10-20 02:51:55] "POST /neutron/port HTTP/1.1" 200 1078 0.014276 10.0.0.22 - - [2025-10-20 02:51:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007181 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-machine/7b214a07-e38f-4c4b-8b3f-24bc334d2a8d HTTP/1.1" 200 1285 0.005553 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-machine-interface/e2a65e06-0d7e-4ddb-88c2-f7292f3aa926 HTTP/1.1" 200 2927 0.004782 10.0.0.22 - - [2025-10-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.22 - - [2025-10-20 02:51:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003517 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002932 10.0.0.22 - - [2025-10-20 02:51:55] "GET /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005026 10.0.0.22 - - [2025-10-20 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.22 - - [2025-10-20 02:51:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866 10.0.0.22 - - [2025-10-20 02:51:56] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003045 10.0.0.22 - - [2025-10-20 02:51:56] "GET /virtual-network/6a15581b-c3f0-45d1-a1f5-34e77e343742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005436 10.0.0.22 - - [2025-10-20 02:51:56] "POST /routing-policys HTTP/1.1" 200 534 0.026212 10.0.0.22 - - [2025-10-20 02:51:56] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006142 10.0.0.22 - - [2025-10-20 02:51:57] "PUT /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc HTTP/1.1" 200 264 0.075297 10.0.0.22 - - [2025-10-20 02:52:00] "POST /routing-policys HTTP/1.1" 200 534 0.027014 10.0.0.22 - - [2025-10-20 02:52:00] "GET /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005658 10.0.0.22 - - [2025-10-20 02:52:00] "PUT /virtual-network/54df39ac-20a3-450f-ace9-70e312591edc HTTP/1.1" 200 264 0.052651 10.0.0.22 - - [2025-10-20 02:52:00] "POST /ref-update HTTP/1.1" 200 156 0.019464 10.0.0.22 - - [2025-10-20 02:52:00] "POST /ref-update HTTP/1.1" 200 156 0.046595 10.0.0.22 - - [2025-10-20 02:52:01] "DELETE /routing-policy/8aa5de21-920d-40c6-933b-2b10bd83e667 HTTP/1.1" 200 115 0.051849 10.0.0.22 - - [2025-10-20 02:52:01] "POST /ref-update HTTP/1.1" 200 156 0.049992 10.0.0.22 - - [2025-10-20 02:52:01] "DELETE /routing-policy/3e122c68-9bff-4007-80ca-68ae750cb420 HTTP/1.1" 200 115 0.039441 10.0.0.22 - - [2025-10-20 02:52:01] "POST /neutron/network HTTP/1.1" 200 828 0.008164 10.0.0.22 - - [2025-10-20 02:52:01] "POST /neutron/port HTTP/1.1" 200 1104 0.010370 10.0.0.22 - - [2025-10-20 02:52:01] "POST /neutron/port HTTP/1.1" 200 1107 0.009972 10.0.0.27 - - [2025-10-20 02:52:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006136 10.0.0.22 - - [2025-10-20 02:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007960 10.0.0.27 - - [2025-10-20 02:52:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.22 - - [2025-10-20 02:52:03] "POST /neutron/network HTTP/1.1" 200 151 0.141301 10.0.0.22 - - [2025-10-20 02:52:03] "DELETE /route-target/f3be6a26-64fd-4450-a1f5-9f2d053e262c HTTP/1.1" 409 239 0.009417 10.0.0.22 - - [2025-10-20 02:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.22 - - [2025-10-20 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-10-20 02:52:06] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000795 10.0.0.22 - - [2025-10-20 02:52:06] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.041210 10.0.0.22 - - [2025-10-20 02:52:06] "POST /neutron/network HTTP/1.1" 200 117 0.010350 10.0.0.22 - - [2025-10-20 02:52:06] "POST /ref-update HTTP/1.1" 200 156 0.029820 10.0.0.22 - - [2025-10-20 02:52:06] "POST /neutron/network HTTP/1.1" 200 832 0.008657 10.0.0.22 - - [2025-10-20 02:52:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001456 10.0.0.22 - - [2025-10-20 02:52:06] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006540 10.0.0.22 - - [2025-10-20 02:52:06] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007554 10.0.0.22 - - [2025-10-20 02:52:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.008878 10.0.0.22 - - [2025-10-20 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-10-20 02:52:06] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004901 10.0.0.22 - - [2025-10-20 02:52:07] "PUT /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5 HTTP/1.1" 200 264 0.049423 10.0.0.22 - - [2025-10-20 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.27 - - [2025-10-20 02:52:07] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000865 10.0.0.22 - - [2025-10-20 02:52:07] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.038664 10.0.0.22 - - [2025-10-20 02:52:07] "POST /route-targets HTTP/1.1" 200 327 0.013266 10.0.0.27 - - [2025-10-20 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007394 10.0.0.22 - - [2025-10-20 02:52:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.177215 10.0.0.22 - - [2025-10-20 02:52:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.22 - - [2025-10-20 02:52:07] "GET /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005219 10.0.0.22 - - [2025-10-20 02:52:07] "GET /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005437 10.0.0.22 - - [2025-10-20 02:52:07] "POST /neutron/network HTTP/1.1" 200 830 0.005694 10.0.0.22 - - [2025-10-20 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.22 - - [2025-10-20 02:52:07] "GET /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005079 10.0.0.22 - - [2025-10-20 02:52:07] "PUT /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c HTTP/1.1" 200 264 0.052109 10.0.0.22 - - [2025-10-20 02:52:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001180 10.0.0.27 - - [2025-10-20 02:52:08] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000900 10.0.0.22 - - [2025-10-20 02:52:08] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.055121 10.0.0.22 - - [2025-10-20 02:52:08] "POST /neutron/network HTTP/1.1" 200 832 0.006330 10.0.0.22 - - [2025-10-20 02:52:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001152 10.0.0.22 - - [2025-10-20 02:52:08] "POST /neutron/port HTTP/1.1" 200 117 0.008137 10.0.0.27 - - [2025-10-20 02:52:09] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000845 10.0.0.254 - - [2025-10-20 02:52:09] "GET /obj-perms HTTP/1.1" 200 5056 0.087324 10.0.0.22 - - [2025-10-20 02:52:09] "POST /neutron/port HTTP/1.1" 200 1054 0.262440 10.0.0.22 - - [2025-10-20 02:52:09] "POST /neutron/port HTTP/1.1" 200 1108 0.112001 10.0.0.22 - - [2025-10-20 02:52:09] "POST /neutron/subnet HTTP/1.1" 200 704 0.008405 10.0.0.27 - - [2025-10-20 02:52:09] "GET /obj-perms HTTP/1.1" 200 5056 0.076268 10.0.0.27 - - [2025-10-20 02:52:09] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.22 - - [2025-10-20 02:52:09] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.061698 10.0.0.22 - - [2025-10-20 02:52:09] "POST /neutron/network HTTP/1.1" 200 830 0.006798 10.0.0.22 - - [2025-10-20 02:52:10] "POST /neutron/port HTTP/1.1" 200 117 0.005913 10.0.0.22 - - [2025-10-20 02:52:10] "POST /neutron/network HTTP/1.1" 200 840 0.009005 10.0.0.22 - - [2025-10-20 02:52:10] "POST /neutron/port HTTP/1.1" 200 1052 0.036389 10.0.0.22 - - [2025-10-20 02:52:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004418 10.0.0.22 - - [2025-10-20 02:52:11] "POST /neutron/network HTTP/1.1" 200 830 0.006593 10.0.0.22 - - [2025-10-20 02:52:13] "POST /neutron/network HTTP/1.1" 200 840 0.006724 10.0.0.22 - - [2025-10-20 02:52:13] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.22 - - [2025-10-20 02:52:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009677 10.0.0.22 - - [2025-10-20 02:52:15] "POST /neutron/port HTTP/1.1" 200 1082 0.015320 10.0.0.22 - - [2025-10-20 02:52:15] "GET /virtual-machine/7da2d586-5c4e-4117-97f2-69f1064745c9 HTTP/1.1" 200 1285 0.006904 10.0.0.22 - - [2025-10-20 02:52:15] "GET /virtual-machine-interface/ef73d9b8-03c9-4059-872e-77527fa662dd HTTP/1.1" 200 2927 0.007210 10.0.0.22 - - [2025-10-20 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.22 - - [2025-10-20 02:52:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004121 10.0.0.22 - - [2025-10-20 02:52:15] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003152 10.0.0.22 - - [2025-10-20 02:52:15] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005963 10.0.0.22 - - [2025-10-20 02:52:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007015 10.0.0.22 - - [2025-10-20 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.22 - - [2025-10-20 02:52:18] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005227 10.0.0.22 - - [2025-10-20 02:52:18] "POST /neutron/network HTTP/1.1" 200 842 0.006522 10.0.0.22 - - [2025-10-20 02:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.22 - - [2025-10-20 02:52:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006313 10.0.0.22 - - [2025-10-20 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.22 - - [2025-10-20 02:52:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003497 10.0.0.22 - - [2025-10-20 02:52:20] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003322 10.0.0.22 - - [2025-10-20 02:52:20] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005280 10.0.0.22 - - [2025-10-20 02:52:21] "POST /neutron/port HTTP/1.1" 200 1080 0.015966 10.0.0.22 - - [2025-10-20 02:52:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006835 10.0.0.22 - - [2025-10-20 02:52:21] "GET /virtual-machine/0bfdfd9e-2740-456a-8074-5f5ab75d0e51 HTTP/1.1" 200 1283 0.006009 10.0.0.22 - - [2025-10-20 02:52:21] "GET /virtual-machine-interface/0c1bb19a-ed3b-4e0c-b284-aabb2dd8e6a2 HTTP/1.1" 200 2926 0.005117 10.0.0.22 - - [2025-10-20 02:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.22 - - [2025-10-20 02:52:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003578 10.0.0.22 - - [2025-10-20 02:52:21] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002742 10.0.0.22 - - [2025-10-20 02:52:21] "GET /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005125 10.0.0.22 - - [2025-10-20 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-10-20 02:52:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004371 10.0.0.22 - - [2025-10-20 02:52:22] "GET /virtual-networks?parent_id=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004620 10.0.0.22 - - [2025-10-20 02:52:22] "GET /virtual-network/43c00d5f-7d2d-4e50-8e17-7ab3985ca72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005689 10.0.0.22 - - [2025-10-20 02:52:22] "POST /interface-route-tables HTTP/1.1" 200 574 0.030317 10.0.0.22 - - [2025-10-20 02:52:22] "GET /interface-route-table/05d451ed-1475-4503-b4c1-c760691078d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.017467 10.0.0.22 - - [2025-10-20 02:52:22] "GET /virtual-machine-interface/ef73d9b8-03c9-4059-872e-77527fa662dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005648 10.0.0.22 - - [2025-10-20 02:52:22] "POST /ref-update HTTP/1.1" 200 156 0.016318 10.0.0.22 - - [2025-10-20 02:52:22] "POST /routing-policys HTTP/1.1" 200 534 0.034571 10.0.0.22 - - [2025-10-20 02:52:22] "GET /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006800 10.0.0.22 - - [2025-10-20 02:52:22] "POST /ref-update HTTP/1.1" 200 156 0.032996 10.0.0.22 - - [2025-10-20 02:52:22] "PUT /virtual-network/c034b30b-5b99-4298-8728-3d856608ced5 HTTP/1.1" 200 264 0.099989 10.0.0.22 - - [2025-10-20 02:52:26] "POST /ref-update HTTP/1.1" 200 156 0.041733 10.0.0.22 - - [2025-10-20 02:52:26] "DELETE /routing-policy/8d47ac7a-940d-46eb-aaca-08d60a060152 HTTP/1.1" 200 115 0.050739 10.0.0.22 - - [2025-10-20 02:52:27] "POST /neutron/port HTTP/1.1" 200 1080 0.014681 10.0.0.22 - - [2025-10-20 02:52:27] "POST /neutron/port HTTP/1.1" 200 1082 0.021712 10.0.0.22 - - [2025-10-20 02:52:29] "POST /neutron/network HTTP/1.1" 200 830 0.006332 10.0.0.22 - - [2025-10-20 02:52:29] "DELETE /route-target/9a862b2a-e967-496c-b952-9c46210c6303 HTTP/1.1" 200 115 0.024243 10.0.0.27 - - [2025-10-20 02:52:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.22 - - [2025-10-20 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.015323 10.0.0.27 - - [2025-10-20 02:52:29] "POST /useragent-kv HTTP/1.1" 200 115 0.023525 10.0.0.22 - - [2025-10-20 02:52:29] "POST /neutron/network HTTP/1.1" 200 151 0.162614 10.0.0.22 - - [2025-10-20 02:52:29] "DELETE /route-target/19eebd35-b171-44ca-9c4f-3c437b6d6a7e HTTP/1.1" 200 115 0.023457 10.0.0.27 - - [2025-10-20 02:52:30] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000844 10.0.0.22 - - [2025-10-20 02:52:30] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.032602 10.0.0.27 - - [2025-10-20 02:52:30] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000860 10.0.0.22 - - [2025-10-20 02:52:30] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=virtual_networks HTTP/1.1" 200 1028 0.042912 10.0.0.27 - - [2025-10-20 02:52:30] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.22 - - [2025-10-20 02:52:30] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041906 10.0.0.27 - - [2025-10-20 02:52:30] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.22 - - [2025-10-20 02:52:30] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=security_groups HTTP/1.1" 200 1247 0.040462 10.0.0.22 - - [2025-10-20 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.025843 10.0.0.27 - - [2025-10-20 02:52:31] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.27 - - [2025-10-20 02:52:31] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.27 - - [2025-10-20 02:52:31] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006925 10.0.0.27 - - [2025-10-20 02:52:31] "POST /id-to-fqname HTTP/1.1" 200 194 0.001038 10.0.0.27 - - [2025-10-20 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.006035 10.0.0.27 - - [2025-10-20 02:52:32] "POST /security-groups HTTP/1.1" 200 595 0.073867 10.0.0.27 - - [2025-10-20 02:52:32] "POST /projects HTTP/1.1" 200 593 0.265782 10.0.0.22 - - [2025-10-20 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.006812 10.0.0.27 - - [2025-10-20 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.335114 10.0.0.22 - - [2025-10-20 02:52:32] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.457229 10.0.0.22 - - [2025-10-20 02:52:33] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.22 - - [2025-10-20 02:52:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-10-20 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.058104 10.0.0.27 - - [2025-10-20 02:52:35] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000833 10.0.0.22 - - [2025-10-20 02:52:35] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.035116 10.0.0.22 - - [2025-10-20 02:52:35] "POST /ref-update HTTP/1.1" 200 156 0.030587 10.0.0.27 - - [2025-10-20 02:52:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011075 10.0.0.22 - - [2025-10-20 02:52:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.240768 10.0.0.22 - - [2025-10-20 02:52:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001192 10.0.0.22 - - [2025-10-20 02:52:35] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005377 10.0.0.22 - - [2025-10-20 02:52:35] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005576 10.0.0.22 - - [2025-10-20 02:52:35] "POST /neutron/network HTTP/1.1" 200 833 0.006024 10.0.0.22 - - [2025-10-20 02:52:36] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005876 10.0.0.22 - - [2025-10-20 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.22 - - [2025-10-20 02:52:37] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004644 10.0.0.22 - - [2025-10-20 02:52:37] "PUT /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059 HTTP/1.1" 200 264 0.054535 10.0.0.22 - - [2025-10-20 02:52:42] "POST /id-to-fqname HTTP/1.1" 200 226 0.001221 10.0.0.27 - - [2025-10-20 02:52:43] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000914 10.0.0.22 - - [2025-10-20 02:52:43] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055900 10.0.0.22 - - [2025-10-20 02:52:43] "POST /neutron/network HTTP/1.1" 200 833 0.006515 10.0.0.22 - - [2025-10-20 02:52:43] "POST /neutron/port HTTP/1.1" 200 117 0.006514 10.0.0.22 - - [2025-10-20 02:52:44] "POST /neutron/port HTTP/1.1" 200 1065 0.014843 10.0.0.22 - - [2025-10-20 02:52:44] "POST /neutron/port HTTP/1.1" 200 1093 0.016126 10.0.0.22 - - [2025-10-20 02:52:44] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.27 - - [2025-10-20 02:52:47] "DELETE /project/8e21bdf6a6934f68ba14114b5d5e6f56 HTTP/1.1" 404 173 0.004058 10.0.0.27 - - [2025-10-20 02:52:47] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000784 10.0.0.27 - - [2025-10-20 02:52:47] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.039699 10.0.0.27 - - [2025-10-20 02:52:47] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000819 10.0.0.27 - - [2025-10-20 02:52:47] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=security_groups HTTP/1.1" 200 1352 0.037927 10.0.0.27 - - [2025-10-20 02:52:47] "DELETE /security-group/2b441204-4694-4b6c-bfdd-92fa1bac207a HTTP/1.1" 200 115 0.050097 10.0.0.27 - - [2025-10-20 02:52:47] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000857 10.0.0.22 - - [2025-10-20 02:52:47] "DELETE /access-control-list/bf225136-46d1-40a8-99ad-853d1359e75d HTTP/1.1" 200 115 0.038059 10.0.0.27 - - [2025-10-20 02:52:47] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=application_policy_sets HTTP/1.1" 200 1391 0.046674 10.0.0.27 - - [2025-10-20 02:52:47] "DELETE /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a HTTP/1.1" 409 278 0.279842 10.0.0.22 - - [2025-10-20 02:52:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007059 10.0.0.22 - - [2025-10-20 02:52:49] "POST /neutron/port HTTP/1.1" 200 1093 0.014668 10.0.0.22 - - [2025-10-20 02:52:49] "GET /virtual-machine/b370b64a-8b3d-4621-81d7-f80792a02f79 HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-10-20 02:52:49] "GET /virtual-machine/b370b64a-8b3d-4621-81d7-f80792a02f79 HTTP/1.1" 200 1296 0.037050 10.0.0.22 - - [2025-10-20 02:52:49] "GET /virtual-machine-interface/c303374c-6ec5-44ed-b486-00290a484ba7 HTTP/1.1" 200 2968 0.005702 10.0.0.22 - - [2025-10-20 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.22 - - [2025-10-20 02:52:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003038 10.0.0.22 - - [2025-10-20 02:52:49] "GET /virtual-networks?parent_id=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002470 10.0.0.22 - - [2025-10-20 02:52:49] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006177 10.0.0.22 - - [2025-10-20 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007804 10.0.0.22 - - [2025-10-20 02:52:52] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007275 10.0.0.22 - - [2025-10-20 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-10-20 02:52:56] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004822 10.0.0.22 - - [2025-10-20 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005892 10.0.0.22 - - [2025-10-20 02:53:00] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005251 10.0.0.22 - - [2025-10-20 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-20 02:53:05] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005018 10.0.0.22 - - [2025-10-20 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-10-20 02:53:09] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005023 10.0.0.22 - - [2025-10-20 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.22 - - [2025-10-20 02:53:13] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006672 10.0.0.22 - - [2025-10-20 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2025-10-20 02:53:17] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005294 10.0.0.22 - - [2025-10-20 02:53:18] "POST /neutron/port HTTP/1.1" 200 1093 0.015504 10.0.0.22 - - [2025-10-20 02:53:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.009783 10.0.0.22 - - [2025-10-20 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.22 - - [2025-10-20 02:53:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003528 10.0.0.22 - - [2025-10-20 02:53:19] "GET /virtual-networks?parent_id=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003282 10.0.0.22 - - [2025-10-20 02:53:19] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006385 10.0.0.22 - - [2025-10-20 02:53:19] "POST /neutron/port HTTP/1.1" 200 1093 0.016872 10.0.0.22 - - [2025-10-20 02:53:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006721 10.0.0.22 - - [2025-10-20 02:53:29] "POST /neutron/port HTTP/1.1" 200 1093 0.017596 10.0.0.22 - - [2025-10-20 02:53:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006498 10.0.0.22 - - [2025-10-20 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.22 - - [2025-10-20 02:53:40] "GET /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005244 10.0.0.22 - - [2025-10-20 02:53:40] "PUT /virtual-network/22353a2e-244b-4a4d-be60-bc97f1328059 HTTP/1.1" 200 264 0.059765 10.0.0.22 - - [2025-10-20 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014582 10.0.0.22 - - [2025-10-20 02:53:45] "POST /neutron/port HTTP/1.1" 200 1093 0.013978 10.0.0.22 - - [2025-10-20 02:53:47] "POST /neutron/network HTTP/1.1" 200 833 0.006912 10.0.0.22 - - [2025-10-20 02:53:47] "DELETE /route-target/154a872e-f79c-46c2-ba77-7396bfcd6a42 HTTP/1.1" 200 115 0.020022 10.0.0.22 - - [2025-10-20 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-10-20 02:53:50] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.22 - - [2025-10-20 02:53:50] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050181 10.0.0.27 - - [2025-10-20 02:53:50] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000859 10.0.0.22 - - [2025-10-20 02:53:50] "POST /neutron/network HTTP/1.1" 200 613 0.137665 10.0.0.22 - - [2025-10-20 02:53:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.003272 10.0.0.22 - - [2025-10-20 02:53:51] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005127 10.0.0.22 - - [2025-10-20 02:53:51] "POST /neutron/network HTTP/1.1" 200 832 0.005927 10.0.0.22 - - [2025-10-20 02:53:51] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004534 10.0.0.22 - - [2025-10-20 02:53:51] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005062 10.0.0.22 - - [2025-10-20 02:53:51] "GET /obj-perms HTTP/1.1" 200 5038 0.055130 10.0.0.254 - - [2025-10-20 02:53:51] "GET /obj-perms HTTP/1.1" 200 5038 0.043710 10.0.0.22 - - [2025-10-20 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.22 - - [2025-10-20 02:53:51] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005437 10.0.0.22 - - [2025-10-20 02:53:51] "PUT /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb HTTP/1.1" 200 264 0.049324 10.0.0.22 - - [2025-10-20 02:53:51] "POST /route-targets HTTP/1.1" 200 327 0.013960 10.0.0.22 - - [2025-10-20 02:53:56] "POST /id-to-fqname HTTP/1.1" 200 226 0.001596 10.0.0.22 - - [2025-10-20 02:53:56] "POST /neutron/network HTTP/1.1" 200 842 0.006263 10.0.0.27 - - [2025-10-20 02:53:57] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.22 - - [2025-10-20 02:53:57] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058747 10.0.0.22 - - [2025-10-20 02:53:57] "POST /neutron/port HTTP/1.1" 200 117 0.008023 10.0.0.27 - - [2025-10-20 02:53:58] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.22 - - [2025-10-20 02:53:58] "POST /neutron/port HTTP/1.1" 200 1064 0.290891 10.0.0.22 - - [2025-10-20 02:53:58] "POST /neutron/port HTTP/1.1" 200 1118 0.101031 10.0.0.22 - - [2025-10-20 02:53:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.009460 10.0.0.22 - - [2025-10-20 02:54:02] "POST /neutron/port HTTP/1.1" 200 1092 0.014609 10.0.0.22 - - [2025-10-20 02:54:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006983 10.0.0.22 - - [2025-10-20 02:54:03] "GET /virtual-machine/663f858b-0885-48da-9910-faf2eb576c6c HTTP/1.1" 200 1296 0.005367 10.0.0.22 - - [2025-10-20 02:54:03] "GET /virtual-machine-interface/aeeba3f5-a7ab-4137-af6b-fdf7fe1f78ec HTTP/1.1" 200 2968 0.004819 10.0.0.22 - - [2025-10-20 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.22 - - [2025-10-20 02:54:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.22 - - [2025-10-20 02:54:03] "GET /virtual-networks?parent_id=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003149 10.0.0.22 - - [2025-10-20 02:54:03] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005228 10.0.0.22 - - [2025-10-20 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.22 - - [2025-10-20 02:54:06] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006215 10.0.0.22 - - [2025-10-20 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-20 02:54:10] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005119 10.0.0.27 - - [2025-10-20 02:54:10] "GET /obj-perms HTTP/1.1" 200 5056 0.046196 10.0.0.22 - - [2025-10-20 02:54:14] "POST /neutron/port HTTP/1.1" 200 1092 0.016068 10.0.0.22 - - [2025-10-20 02:54:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.22 - - [2025-10-20 02:54:14] "POST /neutron/network HTTP/1.1" 200 832 0.006963 10.0.0.22 - - [2025-10-20 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.22 - - [2025-10-20 02:54:14] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006617 10.0.0.22 - - [2025-10-20 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.22 - - [2025-10-20 02:54:18] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005674 10.0.0.22 - - [2025-10-20 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.22 - - [2025-10-20 02:54:22] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005164 10.0.0.22 - - [2025-10-20 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.22 - - [2025-10-20 02:54:26] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004868 10.0.0.22 - - [2025-10-20 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2025-10-20 02:54:30] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004707 10.0.0.22 - - [2025-10-20 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.22 - - [2025-10-20 02:54:34] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005186 10.0.0.22 - - [2025-10-20 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.22 - - [2025-10-20 02:54:37] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003374 10.0.0.22 - - [2025-10-20 02:54:37] "GET /virtual-networks?parent_id=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002960 10.0.0.22 - - [2025-10-20 02:54:37] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005397 10.0.0.22 - - [2025-10-20 02:54:42] "POST /neutron/port HTTP/1.1" 200 1092 0.015476 10.0.0.22 - - [2025-10-20 02:54:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007757 10.0.0.22 - - [2025-10-20 02:54:52] "POST /neutron/port HTTP/1.1" 200 1092 0.018967 10.0.0.22 - - [2025-10-20 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2025-10-20 02:54:57] "GET /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005088 10.0.0.22 - - [2025-10-20 02:54:57] "PUT /virtual-network/cbf8cbd2-d68b-446c-850b-38cf43db8abb HTTP/1.1" 200 264 0.044943 10.0.0.22 - - [2025-10-20 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.030381 10.0.0.22 - - [2025-10-20 02:55:03] "POST /neutron/network HTTP/1.1" 400 204 0.017574 10.0.0.22 - - [2025-10-20 02:55:03] "POST /neutron/port HTTP/1.1" 200 151 0.187649 10.0.0.22 - - [2025-10-20 02:55:05] "DELETE /route-target/436d28dd-ce04-46d3-8978-4b8f0cd3e3bb HTTP/1.1" 200 115 0.025439 10.0.0.27 - - [2025-10-20 02:55:06] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000912 10.0.0.22 - - [2025-10-20 02:55:06] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034196 10.0.0.27 - - [2025-10-20 02:55:06] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001148 10.0.0.22 - - [2025-10-20 02:55:06] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?fields=virtual_networks HTTP/1.1" 200 1051 0.079682 10.0.0.27 - - [2025-10-20 02:55:06] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001208 10.0.0.22 - - [2025-10-20 02:55:06] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.045608 10.0.0.27 - - [2025-10-20 02:55:07] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.22 - - [2025-10-20 02:55:07] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?fields=security_groups HTTP/1.1" 200 1281 0.041755 10.0.0.22 - - [2025-10-20 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 213 0.023539 10.0.0.27 - - [2025-10-20 02:55:07] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.27 - - [2025-10-20 02:55:07] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.27 - - [2025-10-20 02:55:07] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007166 10.0.0.27 - - [2025-10-20 02:55:08] "POST /id-to-fqname HTTP/1.1" 200 216 0.003150 10.0.0.27 - - [2025-10-20 02:55:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.003373 10.0.0.27 - - [2025-10-20 02:55:08] "POST /security-groups HTTP/1.1" 200 616 0.072866 10.0.0.27 - - [2025-10-20 02:55:08] "POST /projects HTTP/1.1" 200 635 0.280658 10.0.0.22 - - [2025-10-20 02:55:08] "POST /fqname-to-id HTTP/1.1" 404 258 0.010425 10.0.0.27 - - [2025-10-20 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.348995 10.0.0.22 - - [2025-10-20 02:55:08] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.479541 10.0.0.22 - - [2025-10-20 02:55:09] "GET / HTTP/1.1" 200 35931 0.001345 10.0.0.22 - - [2025-10-20 02:55:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-10-20 02:55:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.342512 10.0.0.27 - - [2025-10-20 02:55:11] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000878 10.0.0.22 - - [2025-10-20 02:55:11] "POST /access-control-lists HTTP/1.1" 200 643 0.027746 10.0.0.22 - - [2025-10-20 02:55:11] "PUT /access-control-list/f0b1ba46-13af-41f0-8450-fd0d1591fa6a HTTP/1.1" 200 272 0.010221 10.0.0.22 - - [2025-10-20 02:55:12] "POST /neutron/security_group HTTP/1.1" 200 1427 0.434479 10.0.0.22 - - [2025-10-20 02:55:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126317 10.0.0.22 - - [2025-10-20 02:55:12] "PUT /access-control-list/ba5ed428-428f-475c-9887-58fb3b70b056 HTTP/1.1" 200 272 0.018051 10.0.0.22 - - [2025-10-20 02:55:12] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.121434 10.0.0.22 - - [2025-10-20 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.22 - - [2025-10-20 02:55:12] "GET /security-group/0d6eb62c-fa43-4d7e-840f-4448a98143e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.004075 10.0.0.22 - - [2025-10-20 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.002957 10.0.0.22 - - [2025-10-20 02:55:13] "DELETE /access-control-list/f0b1ba46-13af-41f0-8450-fd0d1591fa6a HTTP/1.1" 200 115 0.033444 10.0.0.22 - - [2025-10-20 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.003197 10.0.0.27 - - [2025-10-20 02:55:13] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001035 10.0.0.22 - - [2025-10-20 02:55:13] "POST /access-control-lists HTTP/1.1" 200 643 0.026148 10.0.0.22 - - [2025-10-20 02:55:13] "PUT /access-control-list/735842cd-9076-4099-84e2-6e3a66401611 HTTP/1.1" 200 272 0.011613 10.0.0.22 - - [2025-10-20 02:55:14] "POST /neutron/security_group HTTP/1.1" 200 1427 0.369099 10.0.0.22 - - [2025-10-20 02:55:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117805 10.0.0.22 - - [2025-10-20 02:55:14] "PUT /access-control-list/b140adb0-9aad-4927-a5c0-2d60ad7d574d HTTP/1.1" 200 272 0.023992 10.0.0.22 - - [2025-10-20 02:55:14] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.146380 10.0.0.22 - - [2025-10-20 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.22 - - [2025-10-20 02:55:14] "GET /security-group/2cc0647b-0efd-4638-9005-b87ca7f2e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002844 10.0.0.22 - - [2025-10-20 02:55:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110912 10.0.0.22 - - [2025-10-20 02:55:15] "PUT /access-control-list/b140adb0-9aad-4927-a5c0-2d60ad7d574d HTTP/1.1" 200 272 0.015351 10.0.0.22 - - [2025-10-20 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.27 - - [2025-10-20 02:55:15] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000792 10.0.0.22 - - [2025-10-20 02:55:15] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.047791 10.0.0.22 - - [2025-10-20 02:55:15] "POST /neutron/network HTTP/1.1" 200 117 0.008778 10.0.0.22 - - [2025-10-20 02:55:15] "POST /route-targets HTTP/1.1" 200 327 0.013031 10.0.0.22 - - [2025-10-20 02:55:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.034979 10.0.0.27 - - [2025-10-20 02:55:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005442 10.0.0.22 - - [2025-10-20 02:55:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.183727 10.0.0.22 - - [2025-10-20 02:55:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001185 10.0.0.22 - - [2025-10-20 02:55:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005917 10.0.0.22 - - [2025-10-20 02:55:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005391 10.0.0.22 - - [2025-10-20 02:55:16] "POST /neutron/network HTTP/1.1" 200 1110 0.009314 10.0.0.22 - - [2025-10-20 02:55:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005161 10.0.0.22 - - [2025-10-20 02:55:17] "POST /id-to-fqname HTTP/1.1" 200 290 0.001204 10.0.0.22 - - [2025-10-20 02:55:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009232 10.0.0.27 - - [2025-10-20 02:55:18] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000897 10.0.0.22 - - [2025-10-20 02:55:18] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.066112 10.0.0.22 - - [2025-10-20 02:55:18] "POST /neutron/port HTTP/1.1" 200 117 0.005929 10.0.0.22 - - [2025-10-20 02:55:18] "POST /id-to-fqname HTTP/1.1" 200 290 0.001240 10.0.0.22 - - [2025-10-20 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007097 10.0.0.27 - - [2025-10-20 02:55:19] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000862 10.0.0.22 - - [2025-10-20 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 3458 0.062672 10.0.0.27 - - [2025-10-20 02:55:19] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000851 10.0.0.22 - - [2025-10-20 02:55:19] "POST /neutron/port HTTP/1.1" 200 1189 0.021662 10.0.0.22 - - [2025-10-20 02:55:19] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.074418 10.0.0.22 - - [2025-10-20 02:55:20] "POST /neutron/port HTTP/1.1" 200 1217 0.022181 10.0.0.22 - - [2025-10-20 02:55:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003548 10.0.0.22 - - [2025-10-20 02:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.22 - - [2025-10-20 02:55:20] "POST /neutron/network HTTP/1.1" 200 1110 0.008533 10.0.0.22 - - [2025-10-20 02:55:20] "POST /neutron/network HTTP/1.1" 200 1120 0.012092 10.0.0.22 - - [2025-10-20 02:55:21] "POST /neutron/port HTTP/1.1" 200 1189 0.038129 10.0.0.22 - - [2025-10-20 02:55:21] "POST /neutron/port HTTP/1.1" 200 1217 0.019306 10.0.0.22 - - [2025-10-20 02:55:21] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012527 10.0.0.22 - - [2025-10-20 02:55:21] "POST /neutron/network HTTP/1.1" 200 1110 0.008517 10.0.0.22 - - [2025-10-20 02:55:25] "POST /neutron/port HTTP/1.1" 200 1217 0.019079 10.0.0.22 - - [2025-10-20 02:55:25] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008199 10.0.0.22 - - [2025-10-20 02:55:25] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.027546 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.003234 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.004860 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.002929 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.004586 10.0.0.22 - - [2025-10-20 02:55:26] "GET /instance-ip/99192522-06db-41ac-aeff-e800ecbc0c72 HTTP/1.1" 200 1736 0.005404 10.0.0.22 - - [2025-10-20 02:55:26] "GET /instance-ip/fdac3c8d-e81c-4f65-9ed4-64cf16a34f9d HTTP/1.1" 200 1713 0.005626 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.007012 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.004993 10.0.0.22 - - [2025-10-20 02:55:26] "GET /instance-ip/99192522-06db-41ac-aeff-e800ecbc0c72 HTTP/1.1" 200 1736 0.004458 10.0.0.22 - - [2025-10-20 02:55:26] "GET /instance-ip/fdac3c8d-e81c-4f65-9ed4-64cf16a34f9d HTTP/1.1" 200 1713 0.004454 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004088 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002763 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006513 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006774 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004152 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003593 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005623 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006386 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003655 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006012 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003976 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002507 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005941 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002594 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005641 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003599 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005700 10.0.0.22 - - [2025-10-20 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-10-20 02:55:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005600 10.0.0.22 - - [2025-10-20 02:55:26] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003600 10.0.0.22 - - [2025-10-20 02:55:27] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006771 10.0.0.22 - - [2025-10-20 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2025-10-20 02:55:30] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005141 10.0.0.22 - - [2025-10-20 02:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-10-20 02:55:34] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005041 10.0.0.22 - - [2025-10-20 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.22 - - [2025-10-20 02:55:38] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005358 10.0.0.22 - - [2025-10-20 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.22 - - [2025-10-20 02:55:42] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.004493 10.0.0.22 - - [2025-10-20 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.22 - - [2025-10-20 02:55:46] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005031 10.0.0.27 - - [2025-10-20 02:55:47] "DELETE /project/9e5a6dc1447e47a29c4811e8488e3416 HTTP/1.1" 404 173 0.006222 10.0.0.27 - - [2025-10-20 02:55:47] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001141 10.0.0.27 - - [2025-10-20 02:55:47] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.063706 10.0.0.27 - - [2025-10-20 02:55:47] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.27 - - [2025-10-20 02:55:47] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?fields=security_groups HTTP/1.1" 200 1386 0.037483 10.0.0.27 - - [2025-10-20 02:55:47] "DELETE /security-group/8b4aa308-7b5c-478c-a3c5-64b9d8761fd9 HTTP/1.1" 200 115 0.048809 10.0.0.27 - - [2025-10-20 02:55:47] "GET /projects?obj_uuids=8e21bdf6-a693-4f68-ba14-114b5d5e6f56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001269 10.0.0.27 - - [2025-10-20 02:55:47] "GET /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56?fields=application_policy_sets HTTP/1.1" 200 1425 0.064293 10.0.0.22 - - [2025-10-20 02:55:47] "DELETE /access-control-list/4a1114ef-e7ad-460f-80b6-1b329eed340d HTTP/1.1" 200 115 0.057807 10.0.0.27 - - [2025-10-20 02:55:47] "DELETE /project/8e21bdf6-a693-4f68-ba14-114b5d5e6f56 HTTP/1.1" 200 115 0.405927 10.0.0.22 - - [2025-10-20 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-10-20 02:55:50] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005850 10.0.0.22 - - [2025-10-20 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.22 - - [2025-10-20 02:55:54] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.004975 10.0.0.22 - - [2025-10-20 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2025-10-20 02:55:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003135 10.0.0.22 - - [2025-10-20 02:55:56] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002739 10.0.0.22 - - [2025-10-20 02:55:56] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005641 10.0.0.22 - - [2025-10-20 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.22 - - [2025-10-20 02:55:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.22 - - [2025-10-20 02:55:56] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003646 10.0.0.22 - - [2025-10-20 02:55:56] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006800 10.0.0.22 - - [2025-10-20 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.22 - - [2025-10-20 02:55:56] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004706 10.0.0.22 - - [2025-10-20 02:55:56] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003412 10.0.0.22 - - [2025-10-20 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-10-20 02:55:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003436 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002708 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005817 10.0.0.22 - - [2025-10-20 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-10-20 02:55:57] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004026 10.0.0.22 - - [2025-10-20 02:55:57] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005956 10.0.0.22 - - [2025-10-20 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.22 - - [2025-10-20 02:55:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003409 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.007810 10.0.0.22 - - [2025-10-20 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.22 - - [2025-10-20 02:55:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005769 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003627 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.007959 10.0.0.22 - - [2025-10-20 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.22 - - [2025-10-20 02:55:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004229 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003430 10.0.0.22 - - [2025-10-20 02:55:57] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006397 10.0.0.27 - - [2025-10-20 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.054138 10.0.0.22 - - [2025-10-20 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.040591 10.0.0.22 - - [2025-10-20 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.003782 10.0.0.22 - - [2025-10-20 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.003858 10.0.0.254 - - [2025-10-20 02:55:58] "GET /obj-perms HTTP/1.1" 200 5080 0.043371 10.0.0.27 - - [2025-10-20 02:55:58] "GET /obj-perms HTTP/1.1" 200 5080 0.003207 10.0.0.22 - - [2025-10-20 02:55:58] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.003773 10.0.0.22 - - [2025-10-20 02:55:58] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.004505 10.0.0.22 - - [2025-10-20 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-10-20 02:55:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003872 10.0.0.22 - - [2025-10-20 02:55:58] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002429 10.0.0.22 - - [2025-10-20 02:55:58] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005456 10.0.0.22 - - [2025-10-20 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2025-10-20 02:55:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003362 10.0.0.22 - - [2025-10-20 02:55:59] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003115 10.0.0.22 - - [2025-10-20 02:55:59] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005895 10.0.0.22 - - [2025-10-20 02:55:59] "POST /neutron/port HTTP/1.1" 200 1217 0.014979 10.0.0.22 - - [2025-10-20 02:56:04] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007976 10.0.0.22 - - [2025-10-20 02:56:08] "POST /neutron/port HTTP/1.1" 200 1217 0.014377 10.0.0.22 - - [2025-10-20 02:56:09] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007412 10.0.0.22 - - [2025-10-20 02:56:12] "GET /obj-perms HTTP/1.1" 200 5056 0.042099 10.0.0.22 - - [2025-10-20 02:56:15] "POST /neutron/port HTTP/1.1" 200 1217 0.020433 10.0.0.22 - - [2025-10-20 02:56:15] "POST /neutron/port HTTP/1.1" 200 1217 0.015593 10.0.0.22 - - [2025-10-20 02:56:15] "POST /neutron/network HTTP/1.1" 200 1120 0.009166 10.0.0.22 - - [2025-10-20 02:56:15] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007556 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.005600 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.003994 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine-interface/c50800cf-c675-49b8-8c85-092a0572fd19 HTTP/1.1" 200 3418 0.005211 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.003231 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine-interface/c50800cf-c675-49b8-8c85-092a0572fd19 HTTP/1.1" 200 3418 0.006131 10.0.0.22 - - [2025-10-20 02:56:15] "POST /neutron/port HTTP/1.1" 200 117 0.000865 10.0.0.22 - - [2025-10-20 02:56:15] "GET /instance-ip/3cfedd59-7ecc-4de6-b97b-0d44c610b453 HTTP/1.1" 200 1712 0.005362 10.0.0.22 - - [2025-10-20 02:56:15] "GET /instance-ip/93f24b93-41d3-4bef-a48a-341574a4aa0a HTTP/1.1" 200 1736 0.006900 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.002998 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-machine-interface/c50800cf-c675-49b8-8c85-092a0572fd19 HTTP/1.1" 200 3418 0.005124 10.0.0.22 - - [2025-10-20 02:56:15] "GET /instance-ip/3cfedd59-7ecc-4de6-b97b-0d44c610b453 HTTP/1.1" 200 1712 0.003608 10.0.0.22 - - [2025-10-20 02:56:15] "GET /instance-ip/93f24b93-41d3-4bef-a48a-341574a4aa0a HTTP/1.1" 200 1736 0.002807 10.0.0.22 - - [2025-10-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.22 - - [2025-10-20 02:56:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004391 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002853 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005823 10.0.0.22 - - [2025-10-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.22 - - [2025-10-20 02:56:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003765 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003436 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006744 10.0.0.22 - - [2025-10-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.22 - - [2025-10-20 02:56:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004493 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003045 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005491 10.0.0.22 - - [2025-10-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.22 - - [2025-10-20 02:56:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004771 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002630 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005766 10.0.0.22 - - [2025-10-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.22 - - [2025-10-20 02:56:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004096 10.0.0.22 - - [2025-10-20 02:56:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.011140 10.0.0.22 - - [2025-10-20 02:56:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005994 10.0.0.22 - - [2025-10-20 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.22 - - [2025-10-20 02:56:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.22 - - [2025-10-20 02:56:16] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003253 10.0.0.22 - - [2025-10-20 02:56:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005426 10.0.0.22 - - [2025-10-20 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.22 - - [2025-10-20 02:56:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004676 10.0.0.22 - - [2025-10-20 02:56:16] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002970 10.0.0.22 - - [2025-10-20 02:56:16] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005574 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-10-20 02:56:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003434 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002665 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005690 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.22 - - [2025-10-20 02:56:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003746 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005183 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.22 - - [2025-10-20 02:56:17] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004581 10.0.0.22 - - [2025-10-20 02:56:17] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003248 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.22 - - [2025-10-20 02:56:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004273 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002786 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.007197 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.22 - - [2025-10-20 02:56:17] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005522 10.0.0.22 - - [2025-10-20 02:56:17] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004162 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.22 - - [2025-10-20 02:56:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005620 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004091 10.0.0.22 - - [2025-10-20 02:56:17] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006367 10.0.0.22 - - [2025-10-20 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.22 - - [2025-10-20 02:56:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004941 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003272 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005231 10.0.0.22 - - [2025-10-20 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.22 - - [2025-10-20 02:56:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002610 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.006126 10.0.0.22 - - [2025-10-20 02:56:18] "GET /obj-perms HTTP/1.1" 200 5080 0.004431 10.0.0.27 - - [2025-10-20 02:56:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003710 10.0.0.22 - - [2025-10-20 02:56:18] "GET /obj-perms HTTP/1.1" 200 5080 0.004006 10.0.0.27 - - [2025-10-20 02:56:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003857 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.004050 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-machine-interface/c50800cf-c675-49b8-8c85-092a0572fd19 HTTP/1.1" 200 3418 0.005001 10.0.0.22 - - [2025-10-20 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-10-20 02:56:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002971 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002793 10.0.0.22 - - [2025-10-20 02:56:18] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005641 10.0.0.22 - - [2025-10-20 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.22 - - [2025-10-20 02:56:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003468 10.0.0.22 - - [2025-10-20 02:56:19] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002865 10.0.0.22 - - [2025-10-20 02:56:19] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.005599 10.0.0.22 - - [2025-10-20 02:56:19] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.004055 10.0.0.22 - - [2025-10-20 02:56:19] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.005962 10.0.0.22 - - [2025-10-20 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.22 - - [2025-10-20 02:56:19] "GET /security-group/2cc0647b-0efd-4638-9005-b87ca7f2e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004035 10.0.0.22 - - [2025-10-20 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.22 - - [2025-10-20 02:56:19] "GET /security-group/2cc0647b-0efd-4638-9005-b87ca7f2e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005090 10.0.0.22 - - [2025-10-20 02:56:20] "POST /neutron/security_group HTTP/1.1" 200 1483 0.006112 10.0.0.22 - - [2025-10-20 02:56:20] "POST /neutron/port HTTP/1.1" 200 1243 0.013777 10.0.0.22 - - [2025-10-20 02:56:20] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.003992 10.0.0.22 - - [2025-10-20 02:56:20] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3361 0.006408 10.0.0.22 - - [2025-10-20 02:56:20] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008775 10.0.0.22 - - [2025-10-20 02:56:20] "POST /neutron/port HTTP/1.1" 200 1205 0.013427 10.0.0.22 - - [2025-10-20 02:56:20] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.003978 10.0.0.22 - - [2025-10-20 02:56:20] "GET /virtual-machine-interface/7cefb225-2f8a-4e2a-9905-2a4da822163a HTTP/1.1" 200 3417 0.006830 10.0.0.22 - - [2025-10-20 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.22 - - [2025-10-20 02:56:20] "GET /security-group/2cc0647b-0efd-4638-9005-b87ca7f2e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003364 10.0.0.22 - - [2025-10-20 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.22 - - [2025-10-20 02:56:20] "GET /security-group/2cc0647b-0efd-4638-9005-b87ca7f2e23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004202 10.0.0.22 - - [2025-10-20 02:56:20] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004643 10.0.0.22 - - [2025-10-20 02:56:22] "POST /neutron/port HTTP/1.1" 200 1217 0.038389 10.0.0.22 - - [2025-10-20 02:56:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003722 10.0.0.22 - - [2025-10-20 02:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.27 - - [2025-10-20 02:56:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-10-20 02:56:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.254 - - [2025-10-20 02:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-10-20 02:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.254 - - [2025-10-20 02:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2025-10-20 02:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000807 10.0.0.27 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.254 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.254 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.22 - - [2025-10-20 02:57:10] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.008097 10.0.0.22 - - [2025-10-20 02:57:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129241 10.0.0.22 - - [2025-10-20 02:57:10] "PUT /access-control-list/b140adb0-9aad-4927-a5c0-2d60ad7d574d HTTP/1.1" 200 272 0.020278 10.0.0.22 - - [2025-10-20 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008176 10.0.0.22 - - [2025-10-20 02:57:13] "POST /neutron/port HTTP/1.1" 200 1243 0.014243 10.0.0.22 - - [2025-10-20 02:57:13] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 200 1316 0.003859 10.0.0.22 - - [2025-10-20 02:57:14] "POST /neutron/port HTTP/1.1" 200 1205 0.015044 10.0.0.22 - - [2025-10-20 02:57:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 404 171 0.003471 10.0.0.22 - - [2025-10-20 02:57:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 404 171 0.004019 10.0.0.22 - - [2025-10-20 02:57:15] "GET /virtual-machine/46dbf449-95e7-4e2a-8188-87aae26e0e57 HTTP/1.1" 404 171 0.002762 10.0.0.22 - - [2025-10-20 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2025-10-20 02:57:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004881 10.0.0.22 - - [2025-10-20 02:57:15] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003285 10.0.0.22 - - [2025-10-20 02:57:15] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.007277 10.0.0.22 - - [2025-10-20 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.22 - - [2025-10-20 02:57:15] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005034 10.0.0.22 - - [2025-10-20 02:57:15] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004205 10.0.0.22 - - [2025-10-20 02:57:16] "GET /obj-perms HTTP/1.1" 200 5080 0.005130 10.0.0.27 - - [2025-10-20 02:57:19] "GET /obj-perms HTTP/1.1" 200 5080 0.003588 10.0.0.22 - - [2025-10-20 02:57:24] "POST /neutron/port HTTP/1.1" 200 1217 0.014889 10.0.0.22 - - [2025-10-20 02:57:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004083 10.0.0.22 - - [2025-10-20 02:57:24] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.22 - - [2025-10-20 02:57:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003478 10.0.0.27 - - [2025-10-20 02:57:28] "GET /obj-perms HTTP/1.1" 200 5080 0.004289 10.0.0.22 - - [2025-10-20 02:57:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004344 10.0.0.27 - - [2025-10-20 02:57:37] "GET /obj-perms HTTP/1.1" 200 5080 0.003352 10.0.0.22 - - [2025-10-20 02:57:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003941 10.0.0.254 - - [2025-10-20 02:57:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003712 10.0.0.27 - - [2025-10-20 02:57:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003458 10.0.0.22 - - [2025-10-20 02:57:43] "POST /neutron/port HTTP/1.1" 200 1217 0.015125 10.0.0.22 - - [2025-10-20 02:57:43] "POST /neutron/port HTTP/1.1" 200 1205 0.069339 10.0.0.22 - - [2025-10-20 02:57:44] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 200 1318 0.004354 10.0.0.22 - - [2025-10-20 02:57:44] "POST /neutron/port HTTP/1.1" 200 151 0.230144 10.0.0.22 - - [2025-10-20 02:57:46] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 404 171 0.003265 10.0.0.22 - - [2025-10-20 02:57:46] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 404 171 0.003735 10.0.0.22 - - [2025-10-20 02:57:46] "GET /virtual-machine/f7da8328-d51a-405a-9ba4-b7fa18ee72b3 HTTP/1.1" 404 171 0.003092 10.0.0.22 - - [2025-10-20 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.22 - - [2025-10-20 02:57:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.22 - - [2025-10-20 02:57:46] "GET /virtual-networks?parent_id=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003633 10.0.0.22 - - [2025-10-20 02:57:46] "GET /virtual-network/67a9cdfb-0f18-4240-88af-7f031b2c3344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2799 0.008324 10.0.0.22 - - [2025-10-20 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.22 - - [2025-10-20 02:57:46] "GET /routing-instance/ba3a7255-2b75-4cb4-a0a2-fe9bc53c7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004307 10.0.0.22 - - [2025-10-20 02:57:46] "GET /route-target/2ad476d8-839b-43d4-9f31-865216100cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003883 10.0.0.22 - - [2025-10-20 02:57:46] "GET /obj-perms HTTP/1.1" 200 5080 0.003769 10.0.0.22 - - [2025-10-20 02:57:49] "GET /obj-perms HTTP/1.1" 200 5080 0.003657 10.0.0.22 - - [2025-10-20 02:57:55] "GET /obj-perms HTTP/1.1" 200 5080 0.003470 10.0.0.22 - - [2025-10-20 02:57:58] "GET /obj-perms HTTP/1.1" 200 5080 0.004109 10.0.0.22 - - [2025-10-20 02:58:04] "GET /obj-perms HTTP/1.1" 200 5080 0.003910 10.0.0.22 - - [2025-10-20 02:58:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003743 10.0.0.22 - - [2025-10-20 02:58:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003686 10.0.0.22 - - [2025-10-20 02:58:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003592 10.0.0.22 - - [2025-10-20 02:58:14] "POST /neutron/security_group HTTP/1.1" 200 1481 0.003919 10.0.0.22 - - [2025-10-20 02:58:14] "POST /fqname-to-id HTTP/1.1" 404 249 0.003377 10.0.0.22 - - [2025-10-20 02:58:14] "DELETE /access-control-list/735842cd-9076-4099-84e2-6e3a66401611 HTTP/1.1" 200 115 0.051132 10.0.0.27 - - [2025-10-20 02:58:16] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000927 10.0.0.22 - - [2025-10-20 02:58:16] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.059625 10.0.0.27 - - [2025-10-20 02:58:16] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001556 10.0.0.22 - - [2025-10-20 02:58:16] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?fields=virtual_networks HTTP/1.1" 200 1093 0.081427 10.0.0.27 - - [2025-10-20 02:58:16] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001270 10.0.0.22 - - [2025-10-20 02:58:16] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.036397 10.0.0.27 - - [2025-10-20 02:58:16] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.22 - - [2025-10-20 02:58:16] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?fields=security_groups HTTP/1.1" 200 1344 0.032119 10.0.0.22 - - [2025-10-20 02:58:17] "POST /fqname-to-id HTTP/1.1" 404 218 0.027063 10.0.0.27 - - [2025-10-20 02:58:17] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004484 10.0.0.27 - - [2025-10-20 02:58:17] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.27 - - [2025-10-20 02:58:17] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033634 10.0.0.27 - - [2025-10-20 02:58:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.003877 10.0.0.27 - - [2025-10-20 02:58:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.003965 10.0.0.27 - - [2025-10-20 02:58:17] "POST /security-groups HTTP/1.1" 200 621 0.035921 10.0.0.27 - - [2025-10-20 02:58:17] "POST /projects HTTP/1.1" 200 645 0.244478 10.0.0.22 - - [2025-10-20 02:58:17] "POST /access-control-lists HTTP/1.1" 200 626 0.024933 10.0.0.27 - - [2025-10-20 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.313274 10.0.0.22 - - [2025-10-20 02:58:17] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.474387 10.0.0.22 - - [2025-10-20 02:58:18] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.22 - - [2025-10-20 02:58:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.22 - - [2025-10-20 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 254 0.051234 10.0.0.22 - - [2025-10-20 02:58:21] "POST /security-groups HTTP/1.1" 200 595 0.037932 10.0.0.22 - - [2025-10-20 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 286 0.004095 10.0.0.22 - - [2025-10-20 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-10-20 02:58:21] "POST /access-control-lists HTTP/1.1" 200 646 0.026497 10.0.0.22 - - [2025-10-20 02:58:21] "GET /security-group/ce5236cb-1b31-492e-887d-9d0f68acd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.010677 10.0.0.22 - - [2025-10-20 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.22 - - [2025-10-20 02:58:21] "GET /security-group/ce5236cb-1b31-492e-887d-9d0f68acd420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004106 10.0.0.22 - - [2025-10-20 02:58:21] "DELETE /security-group/ce5236cb-1b31-492e-887d-9d0f68acd420 HTTP/1.1" 200 115 0.055111 10.0.0.22 - - [2025-10-20 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 254 0.010859 10.0.0.22 - - [2025-10-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.003435 10.0.0.22 - - [2025-10-20 02:58:22] "POST /security-groups HTTP/1.1" 200 595 0.032268 10.0.0.22 - - [2025-10-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 404 286 0.004976 10.0.0.22 - - [2025-10-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.22 - - [2025-10-20 02:58:22] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004951 10.0.0.22 - - [2025-10-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2025-10-20 02:58:22] "POST /access-control-lists HTTP/1.1" 200 646 0.046929 10.0.0.22 - - [2025-10-20 02:58:22] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003483 10.0.0.22 - - [2025-10-20 02:58:22] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004343 10.0.0.22 - - [2025-10-20 02:58:22] "PUT /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324 HTTP/1.1" 200 262 0.025358 10.0.0.22 - - [2025-10-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014044 10.0.0.27 - - [2025-10-20 02:58:22] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000927 10.0.0.22 - - [2025-10-20 02:58:22] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.061283 10.0.0.27 - - [2025-10-20 02:58:23] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001124 10.0.0.22 - - [2025-10-20 02:58:23] "POST /neutron/network HTTP/1.1" 200 735 0.210828 10.0.0.22 - - [2025-10-20 02:58:23] "POST /route-targets HTTP/1.1" 200 327 0.013927 10.0.0.22 - - [2025-10-20 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 300 0.004206 10.0.0.22 - - [2025-10-20 02:58:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006954 10.0.0.22 - - [2025-10-20 02:58:23] "POST /neutron/network HTTP/1.1" 200 954 0.006669 10.0.0.22 - - [2025-10-20 02:58:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005311 10.0.0.22 - - [2025-10-20 02:58:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004973 10.0.0.254 - - [2025-10-20 02:58:24] "GET /obj-perms HTTP/1.1" 200 5090 0.053435 10.0.0.27 - - [2025-10-20 02:58:25] "GET /obj-perms HTTP/1.1" 200 5090 0.042325 10.0.0.22 - - [2025-10-20 02:58:25] "POST /id-to-fqname HTTP/1.1" 200 300 0.001283 10.0.0.22 - - [2025-10-20 02:58:25] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007628 10.0.0.27 - - [2025-10-20 02:58:26] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000881 10.0.0.22 - - [2025-10-20 02:58:26] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.068892 10.0.0.22 - - [2025-10-20 02:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.007196 10.0.0.22 - - [2025-10-20 02:58:26] "POST /id-to-fqname HTTP/1.1" 200 300 0.001188 10.0.0.22 - - [2025-10-20 02:58:26] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007500 10.0.0.27 - - [2025-10-20 02:58:26] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000866 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 3298 0.080593 10.0.0.27 - - [2025-10-20 02:58:27] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001487 10.0.0.22 - - [2025-10-20 02:58:27] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.092555 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/port HTTP/1.1" 200 1090 0.014208 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/port HTTP/1.1" 200 1119 0.017161 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006591 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/port HTTP/1.1" 200 117 0.009873 10.0.0.22 - - [2025-10-20 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006846 10.0.0.27 - - [2025-10-20 02:58:28] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000935 10.0.0.22 - - [2025-10-20 02:58:28] "POST /neutron/port HTTP/1.1" 200 1090 0.273403 10.0.0.22 - - [2025-10-20 02:58:28] "POST /neutron/port HTTP/1.1" 200 1144 0.132687 10.0.0.22 - - [2025-10-20 02:58:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.007887 10.0.0.22 - - [2025-10-20 02:58:32] "POST /neutron/port HTTP/1.1" 200 1119 0.017751 10.0.0.22 - - [2025-10-20 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006912 10.0.0.22 - - [2025-10-20 02:58:33] "POST /neutron/port HTTP/1.1" 200 1119 0.016860 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.028710 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.003405 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.004937 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.004745 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.004838 10.0.0.22 - - [2025-10-20 02:58:33] "GET /instance-ip/4a29de30-ae52-4aea-8c25-556c7205be52 HTTP/1.1" 200 1730 0.005823 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.003177 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.004579 10.0.0.22 - - [2025-10-20 02:58:33] "GET /instance-ip/4a29de30-ae52-4aea-8c25-556c7205be52 HTTP/1.1" 200 1730 0.006829 10.0.0.22 - - [2025-10-20 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.22 - - [2025-10-20 02:58:33] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003237 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003471 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006919 10.0.0.22 - - [2025-10-20 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-10-20 02:58:33] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005270 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003990 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007359 10.0.0.22 - - [2025-10-20 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.22 - - [2025-10-20 02:58:33] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004810 10.0.0.22 - - [2025-10-20 02:58:33] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004481 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007420 10.0.0.22 - - [2025-10-20 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-10-20 02:58:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004808 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004059 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007057 10.0.0.22 - - [2025-10-20 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-20 02:58:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005025 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003051 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006382 10.0.0.22 - - [2025-10-20 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.22 - - [2025-10-20 02:58:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004743 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003310 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006802 10.0.0.22 - - [2025-10-20 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-10-20 02:58:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004613 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003667 10.0.0.22 - - [2025-10-20 02:58:34] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005617 10.0.0.22 - - [2025-10-20 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.22 - - [2025-10-20 02:58:37] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005164 10.0.0.22 - - [2025-10-20 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.22 - - [2025-10-20 02:58:41] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005563 10.0.0.22 - - [2025-10-20 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.22 - - [2025-10-20 02:58:45] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004991 10.0.0.27 - - [2025-10-20 02:58:47] "DELETE /project/d17c91b20ff8408daccf45732478a30e HTTP/1.1" 404 173 0.005600 10.0.0.27 - - [2025-10-20 02:58:47] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000962 10.0.0.27 - - [2025-10-20 02:58:47] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.046542 10.0.0.27 - - [2025-10-20 02:58:48] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000927 10.0.0.27 - - [2025-10-20 02:58:48] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?fields=security_groups HTTP/1.1" 200 1449 0.066546 10.0.0.27 - - [2025-10-20 02:58:48] "DELETE /security-group/bff7f220-2828-421f-8cb3-21bacef8c946 HTTP/1.1" 200 115 0.054887 10.0.0.27 - - [2025-10-20 02:58:48] "GET /projects?obj_uuids=9e5a6dc1-447e-47a2-9c48-11e8488e3416&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000885 10.0.0.27 - - [2025-10-20 02:58:48] "GET /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416?fields=application_policy_sets HTTP/1.1" 200 1488 0.060357 10.0.0.22 - - [2025-10-20 02:58:48] "DELETE /access-control-list/16388cc5-dbe7-4f31-a679-0859296e1ff4 HTTP/1.1" 200 115 0.064156 10.0.0.27 - - [2025-10-20 02:58:48] "DELETE /project/9e5a6dc1-447e-47a2-9c48-11e8488e3416 HTTP/1.1" 200 115 0.442654 10.0.0.22 - - [2025-10-20 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010030 10.0.0.22 - - [2025-10-20 02:58:49] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005988 10.0.0.22 - - [2025-10-20 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.22 - - [2025-10-20 02:58:54] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005974 10.0.0.22 - - [2025-10-20 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.22 - - [2025-10-20 02:58:58] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004896 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-10-20 02:59:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003254 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002529 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005919 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.22 - - [2025-10-20 02:59:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003953 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003028 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005464 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.22 - - [2025-10-20 02:59:02] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006302 10.0.0.22 - - [2025-10-20 02:59:02] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003537 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-20 02:59:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003146 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002446 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006115 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.22 - - [2025-10-20 02:59:02] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004110 10.0.0.22 - - [2025-10-20 02:59:02] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004593 10.0.0.22 - - [2025-10-20 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2025-10-20 02:59:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004030 10.0.0.22 - - [2025-10-20 02:59:02] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003086 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006298 10.0.0.22 - - [2025-10-20 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.22 - - [2025-10-20 02:59:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005646 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003592 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005744 10.0.0.22 - - [2025-10-20 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2025-10-20 02:59:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003583 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002978 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005696 10.0.0.22 - - [2025-10-20 02:59:03] "GET /obj-perms HTTP/1.1" 200 5090 0.046937 10.0.0.27 - - [2025-10-20 02:59:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004457 10.0.0.22 - - [2025-10-20 02:59:03] "GET /obj-perms HTTP/1.1" 200 5090 0.003615 10.0.0.22 - - [2025-10-20 02:59:03] "GET /obj-perms HTTP/1.1" 200 5090 0.003351 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.003763 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.005122 10.0.0.22 - - [2025-10-20 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.22 - - [2025-10-20 02:59:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004561 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004190 10.0.0.22 - - [2025-10-20 02:59:03] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005251 10.0.0.22 - - [2025-10-20 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.22 - - [2025-10-20 02:59:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003902 10.0.0.22 - - [2025-10-20 02:59:05] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002525 10.0.0.22 - - [2025-10-20 02:59:05] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005672 10.0.0.22 - - [2025-10-20 02:59:05] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006874 10.0.0.22 - - [2025-10-20 02:59:10] "POST /neutron/port HTTP/1.1" 200 1119 0.014343 10.0.0.22 - - [2025-10-20 02:59:15] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008532 10.0.0.22 - - [2025-10-20 02:59:18] "POST /neutron/port HTTP/1.1" 200 1119 0.015143 10.0.0.22 - - [2025-10-20 02:59:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004740 10.0.0.22 - - [2025-10-20 02:59:18] "POST /neutron/network HTTP/1.1" 200 954 0.006348 10.0.0.22 - - [2025-10-20 02:59:20] "POST /neutron/port HTTP/1.1" 200 1119 0.016791 10.0.0.22 - - [2025-10-20 02:59:20] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006888 10.0.0.22 - - [2025-10-20 02:59:20] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.005917 10.0.0.22 - - [2025-10-20 02:59:20] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.004277 10.0.0.22 - - [2025-10-20 02:59:20] "GET /virtual-machine-interface/52fde88c-2825-40b6-8113-3b621e76dd09 HTTP/1.1" 200 3262 0.005633 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.003311 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-machine-interface/52fde88c-2825-40b6-8113-3b621e76dd09 HTTP/1.1" 200 3262 0.005508 10.0.0.22 - - [2025-10-20 02:59:21] "GET /instance-ip/0604ffeb-9184-49a6-8b24-8950b8a3456b HTTP/1.1" 200 1729 0.005625 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.003807 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-machine-interface/52fde88c-2825-40b6-8113-3b621e76dd09 HTTP/1.1" 200 3262 0.005127 10.0.0.22 - - [2025-10-20 02:59:21] "GET /instance-ip/0604ffeb-9184-49a6-8b24-8950b8a3456b HTTP/1.1" 200 1729 0.003871 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002631 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006430 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003457 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005630 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005523 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003281 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007845 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005559 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003131 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007304 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005253 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003361 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005589 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004058 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003260 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006214 10.0.0.22 - - [2025-10-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.22 - - [2025-10-20 02:59:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004262 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002967 10.0.0.22 - - [2025-10-20 02:59:21] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005420 10.0.0.22 - - [2025-10-20 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2025-10-20 02:59:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003713 10.0.0.22 - - [2025-10-20 02:59:22] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003001 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005847 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.22 - - [2025-10-20 02:59:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003707 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002836 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005332 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.22 - - [2025-10-20 02:59:23] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004250 10.0.0.22 - - [2025-10-20 02:59:23] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003306 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.22 - - [2025-10-20 02:59:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005661 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002708 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006692 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.22 - - [2025-10-20 02:59:23] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004547 10.0.0.22 - - [2025-10-20 02:59:23] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003764 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006939 10.0.0.22 - - [2025-10-20 02:59:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005049 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004309 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007614 10.0.0.22 - - [2025-10-20 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.22 - - [2025-10-20 02:59:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374 10.0.0.22 - - [2025-10-20 02:59:23] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003631 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005812 10.0.0.22 - - [2025-10-20 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2025-10-20 02:59:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002970 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005468 10.0.0.22 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004454 10.0.0.27 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004206 10.0.0.22 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003441 10.0.0.27 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003663 10.0.0.22 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003105 10.0.0.254 - - [2025-10-20 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003642 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.004284 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-machine-interface/52fde88c-2825-40b6-8113-3b621e76dd09 HTTP/1.1" 200 3262 0.009521 10.0.0.22 - - [2025-10-20 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.22 - - [2025-10-20 02:59:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003578 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002662 10.0.0.22 - - [2025-10-20 02:59:24] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005639 10.0.0.22 - - [2025-10-20 02:59:24] "POST /neutron/port HTTP/1.1" 200 1119 0.016612 10.0.0.22 - - [2025-10-20 02:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005445 10.0.0.22 - - [2025-10-20 02:59:24] "POST /neutron/network HTTP/1.1" 200 954 0.011024 10.0.0.22 - - [2025-10-20 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.22 - - [2025-10-20 02:59:25] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003279 10.0.0.22 - - [2025-10-20 02:59:25] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002593 10.0.0.22 - - [2025-10-20 02:59:25] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005296 10.0.0.22 - - [2025-10-20 02:59:25] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.003713 10.0.0.22 - - [2025-10-20 02:59:25] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.004971 10.0.0.22 - - [2025-10-20 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-10-20 02:59:25] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.003350 10.0.0.22 - - [2025-10-20 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.22 - - [2025-10-20 02:59:25] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004586 10.0.0.22 - - [2025-10-20 02:59:26] "POST /neutron/port HTTP/1.1" 200 1119 0.014789 10.0.0.22 - - [2025-10-20 02:59:26] "POST /neutron/port HTTP/1.1" 200 1106 0.067989 10.0.0.22 - - [2025-10-20 02:59:26] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.005248 10.0.0.22 - - [2025-10-20 02:59:26] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3202 0.004596 10.0.0.22 - - [2025-10-20 02:59:26] "POST /neutron/port HTTP/1.1" 200 1106 0.012258 10.0.0.22 - - [2025-10-20 02:59:26] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.003375 10.0.0.22 - - [2025-10-20 02:59:26] "GET /virtual-machine-interface/476401dd-edf9-412f-bd73-80c906456e68 HTTP/1.1" 200 3263 0.006768 10.0.0.22 - - [2025-10-20 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.22 - - [2025-10-20 02:59:26] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.003405 10.0.0.22 - - [2025-10-20 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.22 - - [2025-10-20 02:59:26] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.003977 10.0.0.22 - - [2025-10-20 02:59:26] "POST /neutron/security_group HTTP/1.1" 200 1318 0.004241 10.0.0.22 - - [2025-10-20 02:59:26] "DELETE /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324 HTTP/1.1" 409 336 0.007990 10.0.0.22 - - [2025-10-20 03:00:18] "POST /neutron/network HTTP/1.1" 200 964 0.006517 10.0.0.22 - - [2025-10-20 03:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.22 - - [2025-10-20 03:00:24] "POST /neutron/port HTTP/1.1" 200 1119 0.015338 10.0.0.22 - - [2025-10-20 03:00:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.008311 10.0.0.27 - - [2025-10-20 03:01:16] "GET /obj-perms HTTP/1.1" 200 5056 0.041971 10.0.0.22 - - [2025-10-20 03:01:16] "GET /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004400 10.0.0.22 - - [2025-10-20 03:01:16] "PUT /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324 HTTP/1.1" 200 262 0.018229 10.0.0.22 - - [2025-10-20 03:01:18] "POST /neutron/port HTTP/1.1" 200 1119 0.014873 10.0.0.22 - - [2025-10-20 03:01:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.22 - - [2025-10-20 03:01:18] "POST /neutron/network HTTP/1.1" 200 954 0.006305 10.0.0.22 - - [2025-10-20 03:01:19] "POST /neutron/port HTTP/1.1" 200 1144 0.011350 10.0.0.22 - - [2025-10-20 03:01:19] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 200 1322 0.003605 10.0.0.22 - - [2025-10-20 03:01:20] "POST /neutron/port HTTP/1.1" 200 1080 0.019058 10.0.0.22 - - [2025-10-20 03:01:21] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 404 171 0.003538 10.0.0.22 - - [2025-10-20 03:01:21] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 404 171 0.002334 10.0.0.22 - - [2025-10-20 03:01:21] "GET /virtual-machine/5971b016-9ca0-4367-9168-72c50ff4fb14 HTTP/1.1" 404 171 0.002656 10.0.0.22 - - [2025-10-20 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.22 - - [2025-10-20 03:01:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003626 10.0.0.22 - - [2025-10-20 03:01:22] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002787 10.0.0.22 - - [2025-10-20 03:01:22] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006065 10.0.0.22 - - [2025-10-20 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.22 - - [2025-10-20 03:01:22] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004414 10.0.0.22 - - [2025-10-20 03:01:22] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.009721 10.0.0.22 - - [2025-10-20 03:01:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003487 10.0.0.22 - - [2025-10-20 03:01:25] "POST /neutron/port HTTP/1.1" 200 1119 0.036001 10.0.0.22 - - [2025-10-20 03:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.22 - - [2025-10-20 03:01:25] "POST /neutron/network HTTP/1.1" 200 954 0.006711 10.0.0.27 - - [2025-10-20 03:01:28] "GET /obj-perms HTTP/1.1" 200 5090 0.003634 10.0.0.22 - - [2025-10-20 03:01:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004121 10.0.0.27 - - [2025-10-20 03:01:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003451 10.0.0.22 - - [2025-10-20 03:01:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003633 10.0.0.27 - - [2025-10-20 03:01:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004737 10.0.0.27 - - [2025-10-20 03:01:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-10-20 03:01:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-10-20 03:01:43] "POST /neutron/port HTTP/1.1" 200 1144 0.010410 10.0.0.22 - - [2025-10-20 03:01:44] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 200 1322 0.004143 10.0.0.254 - - [2025-10-20 03:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.22 - - [2025-10-20 03:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.254 - - [2025-10-20 03:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-10-20 03:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.22 - - [2025-10-20 03:01:44] "POST /neutron/port HTTP/1.1" 200 1080 0.017685 10.0.0.27 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.254 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.254 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.22 - - [2025-10-20 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-10-20 03:01:46] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 404 171 0.003807 10.0.0.22 - - [2025-10-20 03:01:46] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 404 171 0.002859 10.0.0.22 - - [2025-10-20 03:01:46] "GET /virtual-machine/57eba080-1600-45b1-a1af-3f327c251d97 HTTP/1.1" 404 171 0.003528 10.0.0.22 - - [2025-10-20 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.22 - - [2025-10-20 03:01:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004014 10.0.0.22 - - [2025-10-20 03:01:46] "GET /virtual-networks?parent_id=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003077 10.0.0.22 - - [2025-10-20 03:01:46] "GET /virtual-network/47dedebe-a9ea-44a7-a292-86d9935bf2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006035 10.0.0.22 - - [2025-10-20 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.22 - - [2025-10-20 03:01:46] "GET /routing-instance/e5b39828-7f44-4b54-9572-5bfaf6367ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006372 10.0.0.22 - - [2025-10-20 03:01:46] "GET /route-target/200597bb-a22f-4ddd-a77b-98767c4e6b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003283 10.0.0.22 - - [2025-10-20 03:01:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003849 10.0.0.22 - - [2025-10-20 03:01:49] "GET /obj-perms HTTP/1.1" 200 5090 0.003943 10.0.0.22 - - [2025-10-20 03:01:55] "GET /obj-perms HTTP/1.1" 200 5090 0.004169 10.0.0.22 - - [2025-10-20 03:01:58] "GET /obj-perms HTTP/1.1" 200 5090 0.003459 10.0.0.22 - - [2025-10-20 03:02:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004475 10.0.0.22 - - [2025-10-20 03:02:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004371 10.0.0.22 - - [2025-10-20 03:02:14] "GET /obj-perms HTTP/1.1" 200 5090 0.003817 10.0.0.22 - - [2025-10-20 03:02:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004003 10.0.0.254 - - [2025-10-20 03:02:14] "GET /obj-perms HTTP/1.1" 200 5090 0.003204 10.0.0.22 - - [2025-10-20 03:02:14] "POST /neutron/network HTTP/1.1" 200 954 0.006942 10.0.0.22 - - [2025-10-20 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.032887 10.0.0.22 - - [2025-10-20 03:02:14] "DELETE /security-group/ad2d7be5-989d-4e28-8e88-3a3892f49324 HTTP/1.1" 200 115 0.046464 10.0.0.22 - - [2025-10-20 03:02:14] "POST /fqname-to-id HTTP/1.1" 404 254 0.002591 10.0.0.22 - - [2025-10-20 03:02:14] "DELETE /access-control-list/740744f4-0b20-4030-bd29-314d742915e2 HTTP/1.1" 200 115 0.034429 10.0.0.27 - - [2025-10-20 03:02:16] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.025712 10.0.0.22 - - [2025-10-20 03:02:16] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.066495 10.0.0.27 - - [2025-10-20 03:02:16] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001164 10.0.0.22 - - [2025-10-20 03:02:16] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?fields=virtual_networks HTTP/1.1" 200 1103 0.034265 10.0.0.27 - - [2025-10-20 03:02:16] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000822 10.0.0.22 - - [2025-10-20 03:02:16] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?fields=virtual_machine_interfaces HTTP/1.1" 200 1103 0.056991 10.0.0.27 - - [2025-10-20 03:02:16] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000864 10.0.0.22 - - [2025-10-20 03:02:16] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?fields=security_groups HTTP/1.1" 200 1359 0.037254 10.0.0.22 - - [2025-10-20 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 209 0.027014 10.0.0.27 - - [2025-10-20 03:02:18] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005197 10.0.0.27 - - [2025-10-20 03:02:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000808 10.0.0.27 - - [2025-10-20 03:02:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006613 10.0.0.27 - - [2025-10-20 03:02:18] "POST /id-to-fqname HTTP/1.1" 200 212 0.001737 10.0.0.27 - - [2025-10-20 03:02:18] "POST /fqname-to-id HTTP/1.1" 404 222 0.006679 10.0.0.27 - - [2025-10-20 03:02:18] "POST /security-groups HTTP/1.1" 200 612 0.081185 10.0.0.27 - - [2025-10-20 03:02:18] "POST /projects HTTP/1.1" 200 627 0.300210 10.0.0.22 - - [2025-10-20 03:02:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.019814 10.0.0.27 - - [2025-10-20 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.368834 10.0.0.22 - - [2025-10-20 03:02:18] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.499856 10.0.0.22 - - [2025-10-20 03:02:19] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.22 - - [2025-10-20 03:02:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-10-20 03:02:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.053415 10.0.0.22 - - [2025-10-20 03:02:21] "POST /access-control-lists HTTP/1.1" 200 639 0.025000 10.0.0.22 - - [2025-10-20 03:02:21] "PUT /access-control-list/e02b9c5f-88db-4cc1-bffb-39a4398caa5a HTTP/1.1" 200 272 0.016112 10.0.0.27 - - [2025-10-20 03:02:22] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000907 10.0.0.22 - - [2025-10-20 03:02:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.078402 10.0.0.22 - - [2025-10-20 03:02:22] "PUT /access-control-list/c4ff6057-c1eb-4a1e-900c-f9f18a351ffc HTTP/1.1" 200 272 0.018831 10.0.0.22 - - [2025-10-20 03:02:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020322 10.0.0.22 - - [2025-10-20 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.22 - - [2025-10-20 03:02:22] "GET /security-group/ba9462fa-211b-45e9-b5e5-faf0ee7abb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007636 10.0.0.22 - - [2025-10-20 03:02:23] "POST /neutron/security_group HTTP/1.1" 200 1004 0.003822 10.0.0.22 - - [2025-10-20 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.004137 10.0.0.22 - - [2025-10-20 03:02:23] "DELETE /access-control-list/e02b9c5f-88db-4cc1-bffb-39a4398caa5a HTTP/1.1" 200 115 0.049347 10.0.0.22 - - [2025-10-20 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003225 10.0.0.22 - - [2025-10-20 03:02:23] "POST /access-control-lists HTTP/1.1" 200 639 0.042747 10.0.0.22 - - [2025-10-20 03:02:24] "PUT /access-control-list/2c525924-557b-4bdd-9496-dde7d5e679e1 HTTP/1.1" 200 272 0.015461 10.0.0.27 - - [2025-10-20 03:02:24] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000946 10.0.0.22 - - [2025-10-20 03:02:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.074546 10.0.0.22 - - [2025-10-20 03:02:24] "PUT /access-control-list/68591ddc-499c-4216-aef7-aae8a6b77a90 HTTP/1.1" 200 272 0.024313 10.0.0.22 - - [2025-10-20 03:02:24] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011737 10.0.0.22 - - [2025-10-20 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.22 - - [2025-10-20 03:02:24] "GET /security-group/a411bc0c-ec87-4fa1-8afa-7b06b789f26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005781 10.0.0.27 - - [2025-10-20 03:02:25] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.22 - - [2025-10-20 03:02:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2190 0.049358 10.0.0.22 - - [2025-10-20 03:02:25] "PUT /access-control-list/68591ddc-499c-4216-aef7-aae8a6b77a90 HTTP/1.1" 200 272 0.013835 10.0.0.22 - - [2025-10-20 03:02:25] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.108085 10.0.0.22 - - [2025-10-20 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2025-10-20 03:02:25] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000862 10.0.0.22 - - [2025-10-20 03:02:25] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.053065 10.0.0.27 - - [2025-10-20 03:02:25] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000939 10.0.0.22 - - [2025-10-20 03:02:25] "POST /neutron/network HTTP/1.1" 200 708 0.166911 10.0.0.22 - - [2025-10-20 03:02:26] "POST /route-targets HTTP/1.1" 200 327 0.013187 10.0.0.22 - - [2025-10-20 03:02:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.003246 10.0.0.22 - - [2025-10-20 03:02:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006153 10.0.0.22 - - [2025-10-20 03:02:26] "POST /neutron/network HTTP/1.1" 200 929 0.005771 10.0.0.22 - - [2025-10-20 03:02:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005112 10.0.0.22 - - [2025-10-20 03:02:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005805 10.0.0.22 - - [2025-10-20 03:02:27] "POST /id-to-fqname HTTP/1.1" 200 282 0.001491 10.0.0.22 - - [2025-10-20 03:02:28] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008514 10.0.0.27 - - [2025-10-20 03:02:28] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000935 10.0.0.22 - - [2025-10-20 03:02:28] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.060202 10.0.0.22 - - [2025-10-20 03:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.006390 10.0.0.22 - - [2025-10-20 03:02:28] "POST /id-to-fqname HTTP/1.1" 200 282 0.001271 10.0.0.22 - - [2025-10-20 03:02:29] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006318 10.0.0.27 - - [2025-10-20 03:02:29] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000926 10.0.0.22 - - [2025-10-20 03:02:29] "POST /neutron/security_group HTTP/1.1" 200 3418 0.047250 10.0.0.22 - - [2025-10-20 03:02:29] "POST /neutron/port HTTP/1.1" 200 1083 0.013263 10.0.0.27 - - [2025-10-20 03:02:29] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000870 10.0.0.22 - - [2025-10-20 03:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003191 10.0.0.22 - - [2025-10-20 03:02:30] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.077243 10.0.0.22 - - [2025-10-20 03:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.22 - - [2025-10-20 03:02:30] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007496 10.0.0.22 - - [2025-10-20 03:02:30] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006959 10.0.0.27 - - [2025-10-20 03:02:30] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000877 10.0.0.22 - - [2025-10-20 03:02:30] "POST /neutron/port HTTP/1.1" 200 1083 0.249729 10.0.0.22 - - [2025-10-20 03:02:31] "POST /neutron/port HTTP/1.1" 200 1137 0.098815 10.0.0.22 - - [2025-10-20 03:02:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.008867 10.0.0.22 - - [2025-10-20 03:02:35] "POST /neutron/port HTTP/1.1" 200 1111 0.016633 10.0.0.22 - - [2025-10-20 03:02:35] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006785 10.0.0.22 - - [2025-10-20 03:02:35] "POST /neutron/port HTTP/1.1" 200 1111 0.014956 10.0.0.22 - - [2025-10-20 03:02:35] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 401 292 0.000518 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.024398 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.003630 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.004236 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.004716 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.006539 10.0.0.22 - - [2025-10-20 03:02:36] "GET /instance-ip/66a0cdd5-c953-4cc5-a156-dda8cabf31fc HTTP/1.1" 200 1705 0.005688 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.003759 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.004321 10.0.0.22 - - [2025-10-20 03:02:36] "GET /instance-ip/66a0cdd5-c953-4cc5-a156-dda8cabf31fc HTTP/1.1" 200 1705 0.003251 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003460 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002724 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006121 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003945 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002756 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005132 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003521 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.013482 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003698 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003674 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005944 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004275 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004264 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006670 10.0.0.22 - - [2025-10-20 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.22 - - [2025-10-20 03:02:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004317 10.0.0.22 - - [2025-10-20 03:02:36] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005224 10.0.0.22 - - [2025-10-20 03:02:37] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005675 10.0.0.22 - - [2025-10-20 03:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.22 - - [2025-10-20 03:02:37] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005052 10.0.0.22 - - [2025-10-20 03:02:37] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003498 10.0.0.22 - - [2025-10-20 03:02:37] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005869 10.0.0.22 - - [2025-10-20 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.22 - - [2025-10-20 03:02:40] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005359 10.0.0.22 - - [2025-10-20 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.22 - - [2025-10-20 03:02:44] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005324 10.0.0.22 - - [2025-10-20 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.22 - - [2025-10-20 03:02:48] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005461 10.0.0.27 - - [2025-10-20 03:02:48] "DELETE /project/a7d56a5f014c4c3498b161865c1518b1 HTTP/1.1" 404 173 0.004124 10.0.0.27 - - [2025-10-20 03:02:48] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000819 10.0.0.27 - - [2025-10-20 03:02:48] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.040951 10.0.0.27 - - [2025-10-20 03:02:48] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000808 10.0.0.27 - - [2025-10-20 03:02:48] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?fields=security_groups HTTP/1.1" 200 1464 0.052171 10.0.0.27 - - [2025-10-20 03:02:48] "DELETE /security-group/e65a2ff3-4962-4b5a-a11f-adb7c5235754 HTTP/1.1" 200 115 0.048434 10.0.0.27 - - [2025-10-20 03:02:48] "GET /projects?obj_uuids=d17c91b2-0ff8-408d-accf-45732478a30e&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000810 10.0.0.27 - - [2025-10-20 03:02:48] "GET /project/d17c91b2-0ff8-408d-accf-45732478a30e?fields=application_policy_sets HTTP/1.1" 200 1503 0.042895 10.0.0.22 - - [2025-10-20 03:02:48] "DELETE /access-control-list/070c22af-b1db-4094-a13d-ab45b2070ab4 HTTP/1.1" 200 115 0.055718 10.0.0.27 - - [2025-10-20 03:02:48] "DELETE /project/d17c91b2-0ff8-408d-accf-45732478a30e HTTP/1.1" 200 115 0.406436 10.0.0.22 - - [2025-10-20 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.22 - - [2025-10-20 03:02:52] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005769 10.0.0.22 - - [2025-10-20 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-20 03:02:56] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005105 10.0.0.22 - - [2025-10-20 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-10-20 03:03:00] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.004947 10.0.0.22 - - [2025-10-20 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.22 - - [2025-10-20 03:03:04] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005043 10.0.0.22 - - [2025-10-20 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.22 - - [2025-10-20 03:03:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003639 10.0.0.22 - - [2025-10-20 03:03:06] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003333 10.0.0.22 - - [2025-10-20 03:03:06] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005666 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.22 - - [2025-10-20 03:03:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003450 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002930 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005465 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2025-10-20 03:03:07] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006240 10.0.0.22 - - [2025-10-20 03:03:07] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003413 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.22 - - [2025-10-20 03:03:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003960 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002864 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005525 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2025-10-20 03:03:07] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004359 10.0.0.22 - - [2025-10-20 03:03:07] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002959 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2025-10-20 03:03:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004163 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002723 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005742 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-10-20 03:03:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003487 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003029 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006325 10.0.0.22 - - [2025-10-20 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.22 - - [2025-10-20 03:03:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003036 10.0.0.22 - - [2025-10-20 03:03:07] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005515 10.0.0.27 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.050072 10.0.0.22 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.044950 10.0.0.22 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.004116 10.0.0.22 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.003677 10.0.0.254 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.043183 10.0.0.27 - - [2025-10-20 03:03:08] "GET /obj-perms HTTP/1.1" 200 5072 0.003010 10.0.0.22 - - [2025-10-20 03:03:08] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.003509 10.0.0.22 - - [2025-10-20 03:03:08] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.004921 10.0.0.22 - - [2025-10-20 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.22 - - [2025-10-20 03:03:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003026 10.0.0.22 - - [2025-10-20 03:03:08] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002653 10.0.0.22 - - [2025-10-20 03:03:08] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005530 10.0.0.22 - - [2025-10-20 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2025-10-20 03:03:09] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003656 10.0.0.22 - - [2025-10-20 03:03:09] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002829 10.0.0.22 - - [2025-10-20 03:03:09] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007394 10.0.0.22 - - [2025-10-20 03:03:09] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007544 10.0.0.22 - - [2025-10-20 03:03:14] "POST /neutron/port HTTP/1.1" 200 1111 0.016146 10.0.0.22 - - [2025-10-20 03:03:18] "POST /neutron/security_group HTTP/1.1" 200 1421 0.234201 10.0.0.22 - - [2025-10-20 03:03:18] "GET /obj-perms HTTP/1.1" 200 5056 0.060743 10.0.0.22 - - [2025-10-20 03:03:22] "POST /neutron/port HTTP/1.1" 200 1111 0.015282 10.0.0.22 - - [2025-10-20 03:03:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.22 - - [2025-10-20 03:03:22] "POST /neutron/network HTTP/1.1" 200 929 0.006472 10.0.0.22 - - [2025-10-20 03:03:25] "POST /neutron/port HTTP/1.1" 200 1111 0.019556 10.0.0.22 - - [2025-10-20 03:03:25] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007343 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.005610 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.003208 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine-interface/1e90b73d-6dc4-4745-805a-cf4d7c3351a8 HTTP/1.1" 200 3190 0.004937 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.003378 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine-interface/1e90b73d-6dc4-4745-805a-cf4d7c3351a8 HTTP/1.1" 200 3190 0.004916 10.0.0.22 - - [2025-10-20 03:03:25] "GET /instance-ip/d1f03d79-6915-447d-b998-dba3074d63ea HTTP/1.1" 200 1706 0.004986 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.003541 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-machine-interface/1e90b73d-6dc4-4745-805a-cf4d7c3351a8 HTTP/1.1" 200 3190 0.004186 10.0.0.22 - - [2025-10-20 03:03:25] "GET /instance-ip/d1f03d79-6915-447d-b998-dba3074d63ea HTTP/1.1" 200 1706 0.003236 10.0.0.22 - - [2025-10-20 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.22 - - [2025-10-20 03:03:25] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003508 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003612 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005889 10.0.0.22 - - [2025-10-20 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.22 - - [2025-10-20 03:03:25] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004564 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003907 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005758 10.0.0.22 - - [2025-10-20 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.22 - - [2025-10-20 03:03:25] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004273 10.0.0.22 - - [2025-10-20 03:03:25] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003157 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005442 10.0.0.22 - - [2025-10-20 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-10-20 03:03:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004424 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003659 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009242 10.0.0.22 - - [2025-10-20 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.22 - - [2025-10-20 03:03:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003498 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005698 10.0.0.22 - - [2025-10-20 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.22 - - [2025-10-20 03:03:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002895 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005703 10.0.0.22 - - [2025-10-20 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.22 - - [2025-10-20 03:03:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003779 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003495 10.0.0.22 - - [2025-10-20 03:03:26] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006211 10.0.0.22 - - [2025-10-20 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.22 - - [2025-10-20 03:03:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002969 10.0.0.22 - - [2025-10-20 03:03:27] "POST /neutron/port HTTP/1.1" 200 1111 0.017450 10.0.0.22 - - [2025-10-20 03:03:27] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002646 10.0.0.22 - - [2025-10-20 03:03:27] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005285 10.0.0.22 - - [2025-10-20 03:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.22 - - [2025-10-20 03:03:27] "POST /neutron/network HTTP/1.1" 200 929 0.007119 10.0.0.22 - - [2025-10-20 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.22 - - [2025-10-20 03:03:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003648 10.0.0.22 - - [2025-10-20 03:03:27] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002772 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005523 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2025-10-20 03:03:28] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004514 10.0.0.22 - - [2025-10-20 03:03:28] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003580 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-10-20 03:03:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003041 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002898 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005738 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.22 - - [2025-10-20 03:03:28] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004503 10.0.0.22 - - [2025-10-20 03:03:28] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003443 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-10-20 03:03:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003999 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003111 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005322 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-10-20 03:03:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005803 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003593 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005918 10.0.0.22 - - [2025-10-20 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-10-20 03:03:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004005 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002861 10.0.0.22 - - [2025-10-20 03:03:28] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005392 10.0.0.27 - - [2025-10-20 03:03:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003187 10.0.0.22 - - [2025-10-20 03:03:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003100 10.0.0.22 - - [2025-10-20 03:03:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003961 10.0.0.27 - - [2025-10-20 03:03:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004231 10.0.0.22 - - [2025-10-20 03:03:29] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.003955 10.0.0.22 - - [2025-10-20 03:03:29] "GET /virtual-machine-interface/1e90b73d-6dc4-4745-805a-cf4d7c3351a8 HTTP/1.1" 200 3190 0.005659 10.0.0.22 - - [2025-10-20 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.22 - - [2025-10-20 03:03:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003531 10.0.0.22 - - [2025-10-20 03:03:29] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003096 10.0.0.22 - - [2025-10-20 03:03:29] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005723 10.0.0.22 - - [2025-10-20 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.22 - - [2025-10-20 03:03:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003791 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002882 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005216 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.004094 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.004665 10.0.0.22 - - [2025-10-20 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.22 - - [2025-10-20 03:03:30] "GET /security-group/a411bc0c-ec87-4fa1-8afa-7b06b789f26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004060 10.0.0.22 - - [2025-10-20 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.22 - - [2025-10-20 03:03:30] "GET /security-group/a411bc0c-ec87-4fa1-8afa-7b06b789f26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004257 10.0.0.22 - - [2025-10-20 03:03:30] "POST /neutron/port HTTP/1.1" 200 1111 0.018124 10.0.0.22 - - [2025-10-20 03:03:30] "POST /neutron/port HTTP/1.1" 200 1099 0.064176 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.003095 10.0.0.22 - - [2025-10-20 03:03:30] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3140 0.004745 10.0.0.22 - - [2025-10-20 03:03:30] "POST /neutron/port HTTP/1.1" 200 1099 0.011405 10.0.0.22 - - [2025-10-20 03:03:31] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.005669 10.0.0.22 - - [2025-10-20 03:03:31] "GET /virtual-machine-interface/eb10db6f-3db7-4d4c-8ce3-ab24513c99ca HTTP/1.1" 200 3192 0.006699 10.0.0.22 - - [2025-10-20 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.22 - - [2025-10-20 03:03:31] "GET /security-group/a411bc0c-ec87-4fa1-8afa-7b06b789f26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.002945 10.0.0.22 - - [2025-10-20 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.22 - - [2025-10-20 03:03:31] "GET /security-group/a411bc0c-ec87-4fa1-8afa-7b06b789f26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004407 10.0.0.22 - - [2025-10-20 03:03:31] "POST /neutron/security_group HTTP/1.1" 200 1447 0.004009 10.0.0.22 - - [2025-10-20 03:04:23] "POST /neutron/port HTTP/1.1" 200 1111 0.042686 10.0.0.22 - - [2025-10-20 03:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003594 10.0.0.22 - - [2025-10-20 03:04:23] "POST /neutron/network HTTP/1.1" 200 929 0.006688 10.0.0.22 - - [2025-10-20 03:04:27] "POST /neutron/network HTTP/1.1" 200 939 0.007900 10.0.0.22 - - [2025-10-20 03:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.254 - - [2025-10-20 03:05:19] "GET /obj-perms HTTP/1.1" 200 5056 0.044530 10.0.0.22 - - [2025-10-20 03:05:24] "POST /neutron/port HTTP/1.1" 200 1111 0.015239 10.0.0.22 - - [2025-10-20 03:05:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.009005 10.0.0.22 - - [2025-10-20 03:05:28] "POST /neutron/port HTTP/1.1" 200 1111 0.015286 10.0.0.22 - - [2025-10-20 03:05:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003317 10.0.0.22 - - [2025-10-20 03:05:28] "POST /neutron/network HTTP/1.1" 200 929 0.006609 10.0.0.22 - - [2025-10-20 03:05:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126301 10.0.0.22 - - [2025-10-20 03:05:50] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.119238 10.0.0.22 - - [2025-10-20 03:05:50] "PUT /access-control-list/68591ddc-499c-4216-aef7-aae8a6b77a90 HTTP/1.1" 200 272 0.012685 10.0.0.22 - - [2025-10-20 03:05:53] "POST /neutron/port HTTP/1.1" 200 1111 0.022901 10.0.0.22 - - [2025-10-20 03:05:53] "POST /neutron/port HTTP/1.1" 200 1099 0.058453 10.0.0.22 - - [2025-10-20 03:05:53] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 200 1313 0.004211 10.0.0.22 - - [2025-10-20 03:05:54] "POST /neutron/port HTTP/1.1" 200 151 0.167730 10.0.0.22 - - [2025-10-20 03:05:55] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 404 171 0.003577 10.0.0.22 - - [2025-10-20 03:05:55] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 404 171 0.002608 10.0.0.22 - - [2025-10-20 03:05:55] "GET /virtual-machine/a5cdb757-0098-41bc-87f2-472e38174860 HTTP/1.1" 404 171 0.002363 10.0.0.22 - - [2025-10-20 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-10-20 03:05:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003543 10.0.0.22 - - [2025-10-20 03:05:55] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002775 10.0.0.22 - - [2025-10-20 03:05:55] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005582 10.0.0.22 - - [2025-10-20 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.22 - - [2025-10-20 03:05:55] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004560 10.0.0.22 - - [2025-10-20 03:05:55] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003540 10.0.0.22 - - [2025-10-20 03:05:55] "GET /obj-perms HTTP/1.1" 200 5072 0.003840 10.0.0.27 - - [2025-10-20 03:05:56] "GET /obj-perms HTTP/1.1" 200 5072 0.003449 10.0.0.22 - - [2025-10-20 03:06:05] "GET /obj-perms HTTP/1.1" 200 5072 0.003989 10.0.0.27 - - [2025-10-20 03:06:05] "GET /obj-perms HTTP/1.1" 200 5072 0.003337 10.0.0.22 - - [2025-10-20 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004430 10.0.0.27 - - [2025-10-20 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004883 10.0.0.22 - - [2025-10-20 03:06:14] "POST /neutron/port HTTP/1.1" 200 1137 0.010914 10.0.0.22 - - [2025-10-20 03:06:14] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 200 1313 0.004210 10.0.0.22 - - [2025-10-20 03:06:15] "POST /neutron/port HTTP/1.1" 200 1073 0.017918 10.0.0.22 - - [2025-10-20 03:06:16] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 404 171 0.004432 10.0.0.22 - - [2025-10-20 03:06:16] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 404 171 0.002381 10.0.0.22 - - [2025-10-20 03:06:16] "GET /virtual-machine/14db6182-9e5b-4878-a1e1-175caa065f34 HTTP/1.1" 404 171 0.002666 10.0.0.22 - - [2025-10-20 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.22 - - [2025-10-20 03:06:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003725 10.0.0.22 - - [2025-10-20 03:06:17] "GET /virtual-networks?parent_id=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002847 10.0.0.22 - - [2025-10-20 03:06:17] "GET /virtual-network/8c9c2d59-e070-4298-aea3-fb76e0e779dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006417 10.0.0.22 - - [2025-10-20 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.22 - - [2025-10-20 03:06:17] "GET /routing-instance/cc1f32fe-ccad-4c00-b863-4e5e9efdfed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004290 10.0.0.22 - - [2025-10-20 03:06:17] "GET /route-target/333cd126-4d32-4713-81b7-89a286be967a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003599 10.0.0.22 - - [2025-10-20 03:06:17] "GET /obj-perms HTTP/1.1" 200 5072 0.003701 10.0.0.22 - - [2025-10-20 03:06:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003795 10.0.0.22 - - [2025-10-20 03:06:23] "GET /obj-perms HTTP/1.1" 200 5072 0.003277 10.0.0.22 - - [2025-10-20 03:06:29] "GET /obj-perms HTTP/1.1" 200 5072 0.004000 10.0.0.22 - - [2025-10-20 03:06:32] "GET /obj-perms HTTP/1.1" 200 5072 0.004297 10.0.0.22 - - [2025-10-20 03:06:38] "GET /obj-perms HTTP/1.1" 200 5072 0.003548 10.0.0.22 - - [2025-10-20 03:06:41] "GET /obj-perms HTTP/1.1" 200 5072 0.003318 10.0.0.27 - - [2025-10-20 03:06:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-10-20 03:06:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-10-20 03:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.254 - - [2025-10-20 03:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-10-20 03:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.254 - - [2025-10-20 03:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 03:06:44] "GET /obj-perms HTTP/1.1" 200 5072 0.004529 10.0.0.27 - - [2025-10-20 03:06:44] "GET /obj-perms HTTP/1.1" 200 5072 0.004680 10.0.0.22 - - [2025-10-20 03:06:44] "POST /neutron/network HTTP/1.1" 200 929 0.006384 10.0.0.27 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-10-20 03:06:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.053269 10.0.0.22 - - [2025-10-20 03:06:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.006407 10.0.0.22 - - [2025-10-20 03:06:45] "DELETE /access-control-list/2c525924-557b-4bdd-9496-dde7d5e679e1 HTTP/1.1" 200 115 0.040027 10.0.0.254 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.254 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.22 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2025-10-20 03:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-10-20 03:06:46] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000836 10.0.0.22 - - [2025-10-20 03:06:46] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.067276 10.0.0.27 - - [2025-10-20 03:06:46] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000767 10.0.0.22 - - [2025-10-20 03:06:47] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?fields=virtual_networks HTTP/1.1" 200 1085 0.037823 10.0.0.27 - - [2025-10-20 03:06:47] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001015 10.0.0.22 - - [2025-10-20 03:06:47] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1085 0.039186 10.0.0.27 - - [2025-10-20 03:06:47] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001126 10.0.0.22 - - [2025-10-20 03:06:47] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?fields=security_groups HTTP/1.1" 200 1332 0.046736 10.0.0.22 - - [2025-10-20 03:06:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.027047 10.0.0.27 - - [2025-10-20 03:06:48] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.27 - - [2025-10-20 03:06:48] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.27 - - [2025-10-20 03:06:48] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031880 10.0.0.27 - - [2025-10-20 03:06:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.002072 10.0.0.27 - - [2025-10-20 03:06:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.005293 10.0.0.27 - - [2025-10-20 03:06:48] "POST /security-groups HTTP/1.1" 200 589 0.033054 10.0.0.27 - - [2025-10-20 03:06:48] "POST /projects HTTP/1.1" 200 581 0.238794 10.0.0.22 - - [2025-10-20 03:06:48] "POST /access-control-lists HTTP/1.1" 200 594 0.024912 10.0.0.27 - - [2025-10-20 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.312013 10.0.0.22 - - [2025-10-20 03:06:48] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.471453 10.0.0.27 - - [2025-10-20 03:06:49] "DELETE /project/73927ea28f96455682aab551e37d47fa HTTP/1.1" 404 173 0.005570 10.0.0.27 - - [2025-10-20 03:06:49] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000784 10.0.0.27 - - [2025-10-20 03:06:49] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.041202 10.0.0.27 - - [2025-10-20 03:06:49] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000891 10.0.0.27 - - [2025-10-20 03:06:49] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?fields=security_groups HTTP/1.1" 200 1437 0.045216 10.0.0.27 - - [2025-10-20 03:06:49] "DELETE /security-group/7b0f6e0d-8a4d-4421-819f-f8cbcb8a1db0 HTTP/1.1" 200 115 0.048480 10.0.0.27 - - [2025-10-20 03:06:49] "GET /projects?obj_uuids=a7d56a5f-014c-4c34-98b1-61865c1518b1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000821 10.0.0.22 - - [2025-10-20 03:06:49] "DELETE /access-control-list/90a3368f-d7a1-4ad3-bd64-9de3e0dc0d0d HTTP/1.1" 200 115 0.046449 10.0.0.27 - - [2025-10-20 03:06:49] "GET /project/a7d56a5f-014c-4c34-98b1-61865c1518b1?fields=application_policy_sets HTTP/1.1" 200 1476 0.066047 10.0.0.27 - - [2025-10-20 03:06:49] "DELETE /project/a7d56a5f-014c-4c34-98b1-61865c1518b1 HTTP/1.1" 200 115 0.415158 10.0.0.22 - - [2025-10-20 03:06:49] "GET / HTTP/1.1" 200 35931 0.002617 10.0.0.22 - - [2025-10-20 03:06:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-10-20 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022908 10.0.0.27 - - [2025-10-20 03:06:51] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000768 10.0.0.22 - - [2025-10-20 03:06:51] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043511 10.0.0.27 - - [2025-10-20 03:06:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011541 10.0.0.22 - - [2025-10-20 03:06:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.302603 10.0.0.22 - - [2025-10-20 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001186 10.0.0.22 - - [2025-10-20 03:06:52] "GET /virtual-network/c9dd8571-0861-418a-9078-0bbf1a029bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006714 10.0.0.22 - - [2025-10-20 03:06:52] "GET /virtual-network/c9dd8571-0861-418a-9078-0bbf1a029bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004769 10.0.0.22 - - [2025-10-20 03:06:52] "POST /neutron/network HTTP/1.1" 200 833 0.008074 10.0.0.22 - - [2025-10-20 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001164 10.0.0.22 - - [2025-10-20 03:06:52] "POST /ref-update HTTP/1.1" 200 156 0.025355 10.0.0.27 - - [2025-10-20 03:06:53] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.22 - - [2025-10-20 03:06:53] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.068712 10.0.0.22 - - [2025-10-20 03:06:53] "POST /neutron/network HTTP/1.1" 200 833 0.030144 10.0.0.22 - - [2025-10-20 03:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.005829 10.0.0.22 - - [2025-10-20 03:06:54] "POST /neutron/port HTTP/1.1" 200 1057 0.041416 10.0.0.22 - - [2025-10-20 03:06:55] "POST /neutron/port HTTP/1.1" 200 1085 0.015616 10.0.0.22 - - [2025-10-20 03:06:55] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.22 - - [2025-10-20 03:06:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011195 10.0.0.22 - - [2025-10-20 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2025-10-20 03:06:59] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.22 - - [2025-10-20 03:06:59] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037505 10.0.0.22 - - [2025-10-20 03:06:59] "POST /neutron/network HTTP/1.1" 200 117 0.012079 10.0.0.22 - - [2025-10-20 03:06:59] "POST /neutron/network HTTP/1.1" 200 832 0.008024 10.0.0.22 - - [2025-10-20 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.000958 10.0.0.22 - - [2025-10-20 03:06:59] "GET /virtual-network/226aedfe-71e9-4d9a-afb2-80a33a8f2731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004666 10.0.0.22 - - [2025-10-20 03:06:59] "GET /virtual-network/226aedfe-71e9-4d9a-afb2-80a33a8f2731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004726 10.0.0.22 - - [2025-10-20 03:06:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.012438 10.0.0.22 - - [2025-10-20 03:07:00] "GET /virtual-network/226aedfe-71e9-4d9a-afb2-80a33a8f2731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005569 10.0.0.254 - - [2025-10-20 03:07:01] "GET /obj-perms HTTP/1.1" 200 5026 0.045004 10.0.0.22 - - [2025-10-20 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.27 - - [2025-10-20 03:07:01] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.22 - - [2025-10-20 03:07:01] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053869 10.0.0.22 - - [2025-10-20 03:07:01] "POST /route-targets HTTP/1.1" 200 327 0.013079 10.0.0.27 - - [2025-10-20 03:07:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007687 10.0.0.22 - - [2025-10-20 03:07:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.187860 10.0.0.22 - - [2025-10-20 03:07:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001565 10.0.0.22 - - [2025-10-20 03:07:02] "GET /virtual-network/858e9ed6-c119-4812-87fb-f8d6c288b367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007245 10.0.0.22 - - [2025-10-20 03:07:02] "GET /virtual-network/858e9ed6-c119-4812-87fb-f8d6c288b367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005137 10.0.0.22 - - [2025-10-20 03:07:02] "POST /neutron/network HTTP/1.1" 200 830 0.006562 10.0.0.22 - - [2025-10-20 03:07:02] "GET /virtual-network/858e9ed6-c119-4812-87fb-f8d6c288b367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006242 10.0.0.22 - - [2025-10-20 03:07:02] "GET /obj-perms HTTP/1.1" 200 5026 0.044091 10.0.0.22 - - [2025-10-20 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-10-20 03:07:02] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000788 10.0.0.22 - - [2025-10-20 03:07:02] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033706 10.0.0.27 - - [2025-10-20 03:07:02] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.22 - - [2025-10-20 03:07:02] "POST /neutron/network HTTP/1.1" 200 615 0.112931 10.0.0.22 - - [2025-10-20 03:07:03] "POST /ref-update HTTP/1.1" 200 156 0.031884 10.0.0.22 - - [2025-10-20 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.004147 10.0.0.22 - - [2025-10-20 03:07:03] "GET /virtual-network/a21ab6d2-1c72-400c-888f-761c4cec6f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005996 10.0.0.22 - - [2025-10-20 03:07:03] "POST /neutron/network HTTP/1.1" 200 832 0.006567 10.0.0.22 - - [2025-10-20 03:07:03] "GET /virtual-network/a21ab6d2-1c72-400c-888f-761c4cec6f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004497 10.0.0.22 - - [2025-10-20 03:07:03] "GET /virtual-network/a21ab6d2-1c72-400c-888f-761c4cec6f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005396 10.0.0.27 - - [2025-10-20 03:07:03] "GET /obj-perms HTTP/1.1" 200 5026 0.045827 10.0.0.22 - - [2025-10-20 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001354 10.0.0.22 - - [2025-10-20 03:07:04] "POST /neutron/port HTTP/1.1" 200 1085 0.015294 10.0.0.27 - - [2025-10-20 03:07:04] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.22 - - [2025-10-20 03:07:04] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059734 10.0.0.22 - - [2025-10-20 03:07:04] "POST /neutron/network HTTP/1.1" 200 830 0.005945 10.0.0.22 - - [2025-10-20 03:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.007485 10.0.0.22 - - [2025-10-20 03:07:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001621 10.0.0.22 - - [2025-10-20 03:07:05] "POST /neutron/network HTTP/1.1" 200 842 0.006418 10.0.0.22 - - [2025-10-20 03:07:05] "POST /neutron/port HTTP/1.1" 200 1056 0.014953 10.0.0.22 - - [2025-10-20 03:07:05] "POST /neutron/port HTTP/1.1" 200 1084 0.015833 10.0.0.22 - - [2025-10-20 03:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.27 - - [2025-10-20 03:07:06] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.22 - - [2025-10-20 03:07:06] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.074921 10.0.0.22 - - [2025-10-20 03:07:06] "POST /neutron/port HTTP/1.1" 200 2053 0.019632 10.0.0.22 - - [2025-10-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003392 10.0.0.22 - - [2025-10-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.27 - - [2025-10-20 03:07:06] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.22 - - [2025-10-20 03:07:06] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008358 10.0.0.22 - - [2025-10-20 03:07:06] "POST /service-templates HTTP/1.1" 200 543 0.029401 10.0.0.22 - - [2025-10-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.22 - - [2025-10-20 03:07:06] "GET /service-template/48e88fdf-d749-416d-8347-f5c635e620f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007004 10.0.0.22 - - [2025-10-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.22 - - [2025-10-20 03:07:06] "GET /service-template/48e88fdf-d749-416d-8347-f5c635e620f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005129 10.0.0.22 - - [2025-10-20 03:07:06] "POST /neutron/network HTTP/1.1" 200 842 0.006126 10.0.0.22 - - [2025-10-20 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001194 10.0.0.22 - - [2025-10-20 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.000900 10.0.0.22 - - [2025-10-20 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001182 10.0.0.22 - - [2025-10-20 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006635 10.0.0.22 - - [2025-10-20 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2025-10-20 03:07:07] "DELETE /service-template/48e88fdf-d749-416d-8347-f5c635e620f9 HTTP/1.1" 200 115 0.034807 10.0.0.22 - - [2025-10-20 03:07:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.004717 10.0.0.22 - - [2025-10-20 03:07:07] "POST /neutron/port HTTP/1.1" 200 1110 0.142924 10.0.0.22 - - [2025-10-20 03:07:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.009434 10.0.0.22 - - [2025-10-20 03:07:07] "POST /neutron/network HTTP/1.1" 200 832 0.006263 10.0.0.22 - - [2025-10-20 03:07:07] "POST /neutron/port HTTP/1.1" 200 1110 0.011252 10.0.0.22 - - [2025-10-20 03:07:08] "POST /neutron/port HTTP/1.1" 200 1110 0.010583 10.0.0.22 - - [2025-10-20 03:07:09] "POST /neutron/network HTTP/1.1" 200 2873 0.015420 10.0.0.27 - - [2025-10-20 03:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.27 - - [2025-10-20 03:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002936 10.0.0.22 - - [2025-10-20 03:07:09] "POST /neutron/network HTTP/1.1" 200 151 0.119079 10.0.0.22 - - [2025-10-20 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.27 - - [2025-10-20 03:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004389 10.0.0.27 - - [2025-10-20 03:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 10.0.0.22 - - [2025-10-20 03:07:09] "POST /neutron/network HTTP/1.1" 200 151 0.135023 10.0.0.22 - - [2025-10-20 03:07:10] "DELETE /route-target/c8939823-4bce-4d8b-b3f3-89f1714fe1ed HTTP/1.1" 200 115 0.026997 10.0.0.22 - - [2025-10-20 03:07:10] "POST /neutron/network HTTP/1.1" 200 833 0.007116 10.0.0.22 - - [2025-10-20 03:07:11] "POST /neutron/port HTTP/1.1" 200 1111 0.010242 10.0.0.27 - - [2025-10-20 03:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003753 10.0.0.27 - - [2025-10-20 03:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.22 - - [2025-10-20 03:07:12] "POST /neutron/network HTTP/1.1" 200 151 0.115033 10.0.0.22 - - [2025-10-20 03:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-10-20 03:07:15] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.22 - - [2025-10-20 03:07:15] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.035273 10.0.0.22 - - [2025-10-20 03:07:15] "POST /route-targets HTTP/1.1" 200 327 0.055721 10.0.0.27 - - [2025-10-20 03:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007301 10.0.0.22 - - [2025-10-20 03:07:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.238337 10.0.0.22 - - [2025-10-20 03:07:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001120 10.0.0.22 - - [2025-10-20 03:07:15] "GET /virtual-network/779dcf0d-e293-4d16-abb6-002236f6944a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005316 10.0.0.22 - - [2025-10-20 03:07:15] "GET /virtual-network/779dcf0d-e293-4d16-abb6-002236f6944a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005594 10.0.0.22 - - [2025-10-20 03:07:15] "POST /neutron/network HTTP/1.1" 200 830 0.005976 10.0.0.22 - - [2025-10-20 03:07:16] "GET /virtual-network/779dcf0d-e293-4d16-abb6-002236f6944a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005095 10.0.0.254 - - [2025-10-20 03:07:16] "GET /obj-perms HTTP/1.1" 200 5026 0.003356 10.0.0.22 - - [2025-10-20 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-10-20 03:07:16] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.022505 10.0.0.22 - - [2025-10-20 03:07:16] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066056 10.0.0.27 - - [2025-10-20 03:07:16] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000806 10.0.0.22 - - [2025-10-20 03:07:16] "POST /neutron/network HTTP/1.1" 200 613 0.129862 10.0.0.22 - - [2025-10-20 03:07:16] "POST /ref-update HTTP/1.1" 200 156 0.024014 10.0.0.22 - - [2025-10-20 03:07:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.003320 10.0.0.22 - - [2025-10-20 03:07:16] "GET /virtual-network/4b5be591-df51-48c0-a937-985841a392f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004807 10.0.0.22 - - [2025-10-20 03:07:17] "POST /neutron/network HTTP/1.1" 200 832 0.005810 10.0.0.22 - - [2025-10-20 03:07:17] "GET /virtual-network/4b5be591-df51-48c0-a937-985841a392f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005425 10.0.0.22 - - [2025-10-20 03:07:17] "GET /virtual-network/4b5be591-df51-48c0-a937-985841a392f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006006 10.0.0.22 - - [2025-10-20 03:07:17] "GET /obj-perms HTTP/1.1" 200 5026 0.003774 10.0.0.22 - - [2025-10-20 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-10-20 03:07:17] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.22 - - [2025-10-20 03:07:17] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044045 10.0.0.22 - - [2025-10-20 03:07:17] "POST /neutron/network HTTP/1.1" 200 117 0.014083 10.0.0.22 - - [2025-10-20 03:07:18] "POST /neutron/network HTTP/1.1" 200 834 0.007979 10.0.0.22 - - [2025-10-20 03:07:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001024 10.0.0.22 - - [2025-10-20 03:07:18] "GET /virtual-network/32dccbc2-885c-4c44-b354-4b7f31de2cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005100 10.0.0.22 - - [2025-10-20 03:07:18] "GET /virtual-network/32dccbc2-885c-4c44-b354-4b7f31de2cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008700 10.0.0.22 - - [2025-10-20 03:07:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.011667 10.0.0.22 - - [2025-10-20 03:07:18] "GET /virtual-network/32dccbc2-885c-4c44-b354-4b7f31de2cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005465 10.0.0.27 - - [2025-10-20 03:07:18] "GET /obj-perms HTTP/1.1" 200 5026 0.003758 10.0.0.22 - - [2025-10-20 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-10-20 03:07:18] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.22 - - [2025-10-20 03:07:18] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042428 10.0.0.22 - - [2025-10-20 03:07:18] "POST /route-targets HTTP/1.1" 200 327 0.014711 10.0.0.27 - - [2025-10-20 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007082 10.0.0.22 - - [2025-10-20 03:07:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.167830 10.0.0.22 - - [2025-10-20 03:07:19] "POST /id-to-fqname HTTP/1.1" 200 229 0.002158 10.0.0.22 - - [2025-10-20 03:07:19] "GET /virtual-network/cf82c5ca-a1ce-483a-b225-ee1ff3b689b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006683 10.0.0.22 - - [2025-10-20 03:07:19] "GET /virtual-network/cf82c5ca-a1ce-483a-b225-ee1ff3b689b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006820 10.0.0.22 - - [2025-10-20 03:07:19] "POST /neutron/network HTTP/1.1" 200 844 0.007034 10.0.0.22 - - [2025-10-20 03:07:19] "GET /virtual-network/cf82c5ca-a1ce-483a-b225-ee1ff3b689b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006003 10.0.0.254 - - [2025-10-20 03:07:19] "GET /obj-perms HTTP/1.1" 200 5026 0.004706 10.0.0.22 - - [2025-10-20 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.27 - - [2025-10-20 03:07:19] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001893 10.0.0.22 - - [2025-10-20 03:07:19] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047302 10.0.0.27 - - [2025-10-20 03:07:19] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.22 - - [2025-10-20 03:07:19] "POST /neutron/network HTTP/1.1" 200 627 0.133030 10.0.0.22 - - [2025-10-20 03:07:19] "POST /ref-update HTTP/1.1" 200 156 0.026963 10.0.0.22 - - [2025-10-20 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.004455 10.0.0.22 - - [2025-10-20 03:07:20] "GET /virtual-network/67e572aa-5f7d-4228-b0b6-ed90412b063a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006771 10.0.0.22 - - [2025-10-20 03:07:20] "POST /neutron/network HTTP/1.1" 200 847 0.008020 10.0.0.22 - - [2025-10-20 03:07:20] "GET /virtual-network/67e572aa-5f7d-4228-b0b6-ed90412b063a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006363 10.0.0.22 - - [2025-10-20 03:07:20] "GET /virtual-network/67e572aa-5f7d-4228-b0b6-ed90412b063a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005429 10.0.0.22 - - [2025-10-20 03:07:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003634 10.0.0.22 - - [2025-10-20 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001179 10.0.0.22 - - [2025-10-20 03:07:20] "POST /neutron/network HTTP/1.1" 200 842 0.006078 10.0.0.27 - - [2025-10-20 03:07:21] "GET /obj-perms HTTP/1.1" 200 5056 0.042559 10.0.0.27 - - [2025-10-20 03:07:21] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.22 - - [2025-10-20 03:07:21] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067482 10.0.0.22 - - [2025-10-20 03:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.22 - - [2025-10-20 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001041 10.0.0.22 - - [2025-10-20 03:07:22] "POST /neutron/network HTTP/1.1" 200 842 0.006353 10.0.0.22 - - [2025-10-20 03:07:22] "POST /neutron/port HTTP/1.1" 200 1058 0.018043 10.0.0.22 - - [2025-10-20 03:07:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009882 10.0.0.27 - - [2025-10-20 03:07:22] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000810 10.0.0.22 - - [2025-10-20 03:07:22] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.077856 10.0.0.22 - - [2025-10-20 03:07:22] "POST /neutron/network HTTP/1.1" 200 832 0.010370 10.0.0.22 - - [2025-10-20 03:07:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006705 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003276 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-10-20 03:07:23] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002575 10.0.0.22 - - [2025-10-20 03:07:23] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015847 10.0.0.22 - - [2025-10-20 03:07:23] "POST /service-templates HTTP/1.1" 200 543 0.036009 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-10-20 03:07:23] "GET /service-template/c50c0028-b227-4e91-8cf0-91f14ec2622e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006646 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.22 - - [2025-10-20 03:07:23] "GET /service-template/c50c0028-b227-4e91-8cf0-91f14ec2622e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003651 10.0.0.22 - - [2025-10-20 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.000976 10.0.0.22 - - [2025-10-20 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001183 10.0.0.27 - - [2025-10-20 03:07:23] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.22 - - [2025-10-20 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 230 0.001114 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.22 - - [2025-10-20 03:07:23] "POST /neutron/port HTTP/1.1" 200 1058 0.444354 10.0.0.22 - - [2025-10-20 03:07:23] "DELETE /service-template/c50c0028-b227-4e91-8cf0-91f14ec2622e HTTP/1.1" 200 115 0.047911 10.0.0.22 - - [2025-10-20 03:07:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003515 10.0.0.22 - - [2025-10-20 03:07:23] "POST /neutron/port HTTP/1.1" 200 1058 0.017635 10.0.0.22 - - [2025-10-20 03:07:24] "POST /neutron/port HTTP/1.1" 200 1086 0.024473 10.0.0.22 - - [2025-10-20 03:07:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.22 - - [2025-10-20 03:07:24] "POST /neutron/network HTTP/1.1" 200 834 0.006228 10.0.0.27 - - [2025-10-20 03:07:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004359 10.0.0.22 - - [2025-10-20 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005597 10.0.0.27 - - [2025-10-20 03:07:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002436 10.0.0.22 - - [2025-10-20 03:07:24] "POST /neutron/network HTTP/1.1" 200 151 0.141685 10.0.0.22 - - [2025-10-20 03:07:24] "POST /neutron/network HTTP/1.1" 200 834 0.005692 10.0.0.22 - - [2025-10-20 03:07:25] "POST /neutron/port HTTP/1.1" 200 1112 0.012706 10.0.0.22 - - [2025-10-20 03:07:25] "POST /neutron/network HTTP/1.1" 200 2185 0.035235 10.0.0.22 - - [2025-10-20 03:07:26] "POST /neutron/port HTTP/1.1" 200 117 0.007921 10.0.0.22 - - [2025-10-20 03:07:26] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.22 - - [2025-10-20 03:07:27] "DELETE /route-target/c36d6619-6cc0-41ee-8b82-c9e86eb86b51 HTTP/1.1" 200 115 0.025530 10.0.0.22 - - [2025-10-20 03:07:27] "POST /neutron/network HTTP/1.1" 200 832 0.006263 10.0.0.22 - - [2025-10-20 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.27 - - [2025-10-20 03:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.27 - - [2025-10-20 03:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003683 10.0.0.22 - - [2025-10-20 03:07:27] "POST /neutron/network HTTP/1.1" 200 151 0.118415 10.0.0.27 - - [2025-10-20 03:07:29] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.22 - - [2025-10-20 03:07:29] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036033 10.0.0.27 - - [2025-10-20 03:07:29] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.22 - - [2025-10-20 03:07:29] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?fields=virtual_networks HTTP/1.1" 200 1037 0.037019 10.0.0.27 - - [2025-10-20 03:07:29] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.22 - - [2025-10-20 03:07:29] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.039462 10.0.0.27 - - [2025-10-20 03:07:29] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.22 - - [2025-10-20 03:07:29] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?fields=security_groups HTTP/1.1" 200 1261 0.046106 10.0.0.22 - - [2025-10-20 03:07:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.024580 10.0.0.27 - - [2025-10-20 03:07:30] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006351 10.0.0.27 - - [2025-10-20 03:07:30] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.27 - - [2025-10-20 03:07:30] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007134 10.0.0.27 - - [2025-10-20 03:07:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.003112 10.0.0.27 - - [2025-10-20 03:07:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.002949 10.0.0.27 - - [2025-10-20 03:07:30] "POST /security-groups HTTP/1.1" 200 589 0.074518 10.0.0.27 - - [2025-10-20 03:07:30] "POST /projects HTTP/1.1" 200 581 0.258381 10.0.0.22 - - [2025-10-20 03:07:30] "POST /access-control-lists HTTP/1.1" 200 594 0.026792 10.0.0.27 - - [2025-10-20 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.327257 10.0.0.22 - - [2025-10-20 03:07:30] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.483502 10.0.0.22 - - [2025-10-20 03:07:31] "GET / HTTP/1.1" 200 35931 0.001327 10.0.0.22 - - [2025-10-20 03:07:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-10-20 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.051316 10.0.0.27 - - [2025-10-20 03:07:33] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.22 - - [2025-10-20 03:07:33] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055798 10.0.0.22 - - [2025-10-20 03:07:34] "POST /route-targets HTTP/1.1" 200 327 0.014250 10.0.0.27 - - [2025-10-20 03:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009803 10.0.0.22 - - [2025-10-20 03:07:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.210212 10.0.0.22 - - [2025-10-20 03:07:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001210 10.0.0.22 - - [2025-10-20 03:07:34] "GET /virtual-network/c681d3f3-beb4-4ac4-9605-86ff228ddde0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005290 10.0.0.22 - - [2025-10-20 03:07:34] "GET /virtual-network/c681d3f3-beb4-4ac4-9605-86ff228ddde0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005416 10.0.0.22 - - [2025-10-20 03:07:34] "POST /neutron/network HTTP/1.1" 200 832 0.006474 10.0.0.22 - - [2025-10-20 03:07:35] "GET /virtual-network/c681d3f3-beb4-4ac4-9605-86ff228ddde0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005753 10.0.0.254 - - [2025-10-20 03:07:35] "GET /obj-perms HTTP/1.1" 200 5026 0.045073 10.0.0.22 - - [2025-10-20 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.27 - - [2025-10-20 03:07:36] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.22 - - [2025-10-20 03:07:36] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044722 10.0.0.27 - - [2025-10-20 03:07:36] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.22 - - [2025-10-20 03:07:36] "POST /neutron/network HTTP/1.1" 200 617 0.126777 10.0.0.22 - - [2025-10-20 03:07:36] "POST /ref-update HTTP/1.1" 200 156 0.019779 10.0.0.22 - - [2025-10-20 03:07:36] "POST /id-to-fqname HTTP/1.1" 200 225 0.003393 10.0.0.22 - - [2025-10-20 03:07:36] "GET /virtual-network/7d25ca21-3558-4e4a-9e6f-f39865f62325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005624 10.0.0.22 - - [2025-10-20 03:07:36] "POST /neutron/network HTTP/1.1" 200 838 0.006363 10.0.0.22 - - [2025-10-20 03:07:36] "GET /virtual-network/7d25ca21-3558-4e4a-9e6f-f39865f62325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004939 10.0.0.22 - - [2025-10-20 03:07:37] "GET /virtual-network/7d25ca21-3558-4e4a-9e6f-f39865f62325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005456 10.0.0.22 - - [2025-10-20 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2025-10-20 03:07:37] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.22 - - [2025-10-20 03:07:37] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046869 10.0.0.22 - - [2025-10-20 03:07:37] "POST /neutron/network HTTP/1.1" 200 117 0.012527 10.0.0.22 - - [2025-10-20 03:07:38] "POST /neutron/network HTTP/1.1" 200 839 0.008001 10.0.0.22 - - [2025-10-20 03:07:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001058 10.0.0.22 - - [2025-10-20 03:07:38] "GET /virtual-network/d44cf1bc-53c3-4a69-8341-81e40d4c5f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004646 10.0.0.22 - - [2025-10-20 03:07:38] "GET /virtual-network/d44cf1bc-53c3-4a69-8341-81e40d4c5f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005067 10.0.0.22 - - [2025-10-20 03:07:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.008308 10.0.0.22 - - [2025-10-20 03:07:38] "GET /virtual-network/d44cf1bc-53c3-4a69-8341-81e40d4c5f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006385 10.0.0.22 - - [2025-10-20 03:07:38] "GET /obj-perms HTTP/1.1" 200 5026 0.041660 10.0.0.27 - - [2025-10-20 03:07:38] "GET /obj-perms HTTP/1.1" 200 5026 0.041293 10.0.0.22 - - [2025-10-20 03:07:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001330 10.0.0.27 - - [2025-10-20 03:07:39] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.22 - - [2025-10-20 03:07:39] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062271 10.0.0.22 - - [2025-10-20 03:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.005604 10.0.0.22 - - [2025-10-20 03:07:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.001558 10.0.0.22 - - [2025-10-20 03:07:39] "POST /neutron/network HTTP/1.1" 200 849 0.015346 10.0.0.22 - - [2025-10-20 03:07:40] "POST /neutron/port HTTP/1.1" 200 1060 0.015522 10.0.0.22 - - [2025-10-20 03:07:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014987 10.0.0.22 - - [2025-10-20 03:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.27 - - [2025-10-20 03:07:40] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.22 - - [2025-10-20 03:07:40] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090451 10.0.0.22 - - [2025-10-20 03:07:40] "POST /neutron/port HTTP/1.1" 200 1088 0.022435 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004348 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006233 10.0.0.27 - - [2025-10-20 03:07:41] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.22 - - [2025-10-20 03:07:41] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009090 10.0.0.22 - - [2025-10-20 03:07:41] "POST /service-templates HTTP/1.1" 200 543 0.038483 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006510 10.0.0.22 - - [2025-10-20 03:07:41] "GET /service-template/4f9b435e-29bb-4fa7-80c8-5dcb5bff3c72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007371 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.22 - - [2025-10-20 03:07:41] "GET /service-template/4f9b435e-29bb-4fa7-80c8-5dcb5bff3c72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004402 10.0.0.22 - - [2025-10-20 03:07:41] "POST /neutron/network HTTP/1.1" 200 849 0.006512 10.0.0.22 - - [2025-10-20 03:07:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001307 10.0.0.22 - - [2025-10-20 03:07:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.002615 10.0.0.22 - - [2025-10-20 03:07:41] "POST /id-to-fqname HTTP/1.1" 200 226 0.001576 10.0.0.22 - - [2025-10-20 03:07:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008034 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.22 - - [2025-10-20 03:07:41] "DELETE /service-template/4f9b435e-29bb-4fa7-80c8-5dcb5bff3c72 HTTP/1.1" 200 115 0.030397 10.0.0.22 - - [2025-10-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.013277 10.0.0.22 - - [2025-10-20 03:07:41] "POST /neutron/port HTTP/1.1" 200 1113 0.130402 10.0.0.22 - - [2025-10-20 03:07:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.015753 10.0.0.22 - - [2025-10-20 03:07:42] "POST /neutron/network HTTP/1.1" 200 839 0.006090 10.0.0.22 - - [2025-10-20 03:07:42] "POST /neutron/port HTTP/1.1" 200 1114 0.012010 10.0.0.22 - - [2025-10-20 03:07:43] "POST /neutron/port HTTP/1.1" 200 1113 0.012763 10.0.0.22 - - [2025-10-20 03:07:43] "POST /neutron/network HTTP/1.1" 200 2198 0.012653 10.0.0.22 - - [2025-10-20 03:07:44] "POST /neutron/network HTTP/1.1" 200 839 0.005969 10.0.0.22 - - [2025-10-20 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-10-20 03:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.27 - - [2025-10-20 03:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004065 10.0.0.22 - - [2025-10-20 03:07:44] "POST /neutron/network HTTP/1.1" 200 151 0.129877 10.0.0.22 - - [2025-10-20 03:07:44] "DELETE /route-target/25f273bc-489e-46eb-a7fe-7450c7318b9f HTTP/1.1" 200 115 0.030349 10.0.0.22 - - [2025-10-20 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2025-10-20 03:07:47] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000789 10.0.0.22 - - [2025-10-20 03:07:47] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039263 10.0.0.22 - - [2025-10-20 03:07:47] "POST /neutron/network HTTP/1.1" 200 117 0.009280 10.0.0.22 - - [2025-10-20 03:07:48] "POST /route-targets HTTP/1.1" 200 327 0.015910 10.0.0.22 - - [2025-10-20 03:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.008772 10.0.0.22 - - [2025-10-20 03:07:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.000989 10.0.0.22 - - [2025-10-20 03:07:48] "GET /virtual-network/dd6915cc-d966-468f-9cd6-f9d9937be3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004566 10.0.0.22 - - [2025-10-20 03:07:48] "GET /virtual-network/dd6915cc-d966-468f-9cd6-f9d9937be3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005309 10.0.0.22 - - [2025-10-20 03:07:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.007849 10.0.0.22 - - [2025-10-20 03:07:48] "GET /virtual-network/dd6915cc-d966-468f-9cd6-f9d9937be3e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005282 10.0.0.254 - - [2025-10-20 03:07:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003514 10.0.0.22 - - [2025-10-20 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2025-10-20 03:07:48] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.22 - - [2025-10-20 03:07:48] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050166 10.0.0.22 - - [2025-10-20 03:07:49] "POST /ref-update HTTP/1.1" 200 156 0.032704 10.0.0.27 - - [2025-10-20 03:07:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005832 10.0.0.22 - - [2025-10-20 03:07:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.219299 10.0.0.22 - - [2025-10-20 03:07:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001162 10.0.0.22 - - [2025-10-20 03:07:49] "GET /virtual-network/b65dd2bb-1447-40ae-9e6b-c4c469063fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005966 10.0.0.22 - - [2025-10-20 03:07:49] "GET /virtual-network/b65dd2bb-1447-40ae-9e6b-c4c469063fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005679 10.0.0.22 - - [2025-10-20 03:07:49] "POST /neutron/network HTTP/1.1" 200 831 0.006209 10.0.0.22 - - [2025-10-20 03:07:49] "GET /virtual-network/b65dd2bb-1447-40ae-9e6b-c4c469063fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007603 10.0.0.27 - - [2025-10-20 03:07:49] "DELETE /project/a9d89ae343e4411a9a2016846805066b HTTP/1.1" 404 173 0.003528 10.0.0.27 - - [2025-10-20 03:07:49] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000792 10.0.0.27 - - [2025-10-20 03:07:49] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.050752 10.0.0.27 - - [2025-10-20 03:07:49] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000756 10.0.0.27 - - [2025-10-20 03:07:49] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?fields=security_groups HTTP/1.1" 200 1366 0.039696 10.0.0.27 - - [2025-10-20 03:07:49] "DELETE /security-group/d5ed77c0-2dc1-4f2c-9bd8-fcaef4b20335 HTTP/1.1" 200 115 0.078810 10.0.0.27 - - [2025-10-20 03:07:49] "GET /projects?obj_uuids=73927ea2-8f96-4556-82aa-b551e37d47fa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000791 10.0.0.27 - - [2025-10-20 03:07:49] "GET /project/73927ea2-8f96-4556-82aa-b551e37d47fa?fields=application_policy_sets HTTP/1.1" 200 1405 0.087742 10.0.0.22 - - [2025-10-20 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007837 10.0.0.27 - - [2025-10-20 03:07:49] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.22 - - [2025-10-20 03:07:50] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.091330 10.0.0.27 - - [2025-10-20 03:07:50] "DELETE /project/73927ea2-8f96-4556-82aa-b551e37d47fa HTTP/1.1" 200 115 0.490396 10.0.0.27 - - [2025-10-20 03:07:50] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.22 - - [2025-10-20 03:07:50] "POST /neutron/network HTTP/1.1" 200 615 0.123624 10.0.0.22 - - [2025-10-20 03:07:50] "POST /route-targets HTTP/1.1" 200 327 0.015394 10.0.0.22 - - [2025-10-20 03:07:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.002746 10.0.0.22 - - [2025-10-20 03:07:50] "GET /virtual-network/5dee3853-49b1-458b-8a28-e9c194018ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005456 10.0.0.22 - - [2025-10-20 03:07:50] "POST /neutron/network HTTP/1.1" 200 835 0.005732 10.0.0.22 - - [2025-10-20 03:07:50] "GET /virtual-network/5dee3853-49b1-458b-8a28-e9c194018ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004393 10.0.0.22 - - [2025-10-20 03:07:50] "GET /virtual-network/5dee3853-49b1-458b-8a28-e9c194018ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005527 10.0.0.22 - - [2025-10-20 03:07:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003415 10.0.0.27 - - [2025-10-20 03:07:51] "GET /obj-perms HTTP/1.1" 200 5026 0.003659 10.0.0.22 - - [2025-10-20 03:07:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001171 10.0.0.22 - - [2025-10-20 03:07:51] "POST /neutron/network HTTP/1.1" 200 841 0.006382 10.0.0.27 - - [2025-10-20 03:07:51] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.22 - - [2025-10-20 03:07:51] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070315 10.0.0.22 - - [2025-10-20 03:07:52] "POST /neutron/port HTTP/1.1" 200 117 0.006222 10.0.0.22 - - [2025-10-20 03:07:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001109 10.0.0.22 - - [2025-10-20 03:07:52] "POST /neutron/network HTTP/1.1" 200 841 0.006120 10.0.0.22 - - [2025-10-20 03:07:52] "POST /neutron/port HTTP/1.1" 200 1057 0.014607 10.0.0.22 - - [2025-10-20 03:07:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.27 - - [2025-10-20 03:07:53] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.22 - - [2025-10-20 03:07:53] "POST /neutron/network HTTP/1.1" 200 831 0.005699 10.0.0.22 - - [2025-10-20 03:07:53] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081677 10.0.0.22 - - [2025-10-20 03:07:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008428 10.0.0.22 - - [2025-10-20 03:07:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003011 10.0.0.22 - - [2025-10-20 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-10-20 03:07:53] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.22 - - [2025-10-20 03:07:53] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007210 10.0.0.22 - - [2025-10-20 03:07:53] "POST /service-templates HTTP/1.1" 200 543 0.032861 10.0.0.22 - - [2025-10-20 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.22 - - [2025-10-20 03:07:53] "GET /service-template/7dc262f1-e85b-41bf-a348-df70fd718688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006114 10.0.0.22 - - [2025-10-20 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.22 - - [2025-10-20 03:07:53] "GET /service-template/7dc262f1-e85b-41bf-a348-df70fd718688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004099 10.0.0.22 - - [2025-10-20 03:07:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.000925 10.0.0.22 - - [2025-10-20 03:07:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001285 10.0.0.27 - - [2025-10-20 03:07:53] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.22 - - [2025-10-20 03:07:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001112 10.0.0.22 - - [2025-10-20 03:07:54] "POST /neutron/port HTTP/1.1" 200 1059 0.281505 10.0.0.22 - - [2025-10-20 03:07:54] "POST /neutron/port HTTP/1.1" 200 1059 0.010891 10.0.0.22 - - [2025-10-20 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.22 - - [2025-10-20 03:07:54] "DELETE /service-template/7dc262f1-e85b-41bf-a348-df70fd718688 HTTP/1.1" 200 115 0.029490 10.0.0.22 - - [2025-10-20 03:07:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.007748 10.0.0.22 - - [2025-10-20 03:07:54] "POST /neutron/port HTTP/1.1" 200 1087 0.017587 10.0.0.22 - - [2025-10-20 03:07:54] "POST /neutron/network HTTP/1.1" 200 835 0.009998 10.0.0.22 - - [2025-10-20 03:07:54] "POST /neutron/network HTTP/1.1" 200 835 0.007584 10.0.0.22 - - [2025-10-20 03:07:55] "POST /neutron/port HTTP/1.1" 200 151 0.197691 10.0.0.22 - - [2025-10-20 03:07:55] "POST /neutron/port HTTP/1.1" 200 151 0.146170 10.0.0.22 - - [2025-10-20 03:07:55] "POST /neutron/network HTTP/1.1" 200 117 0.009676 10.0.0.27 - - [2025-10-20 03:07:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.27 - - [2025-10-20 03:07:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.22 - - [2025-10-20 03:07:56] "POST /neutron/network HTTP/1.1" 200 151 0.112803 10.0.0.22 - - [2025-10-20 03:07:56] "DELETE /route-target/44dc523c-5bb0-494e-845b-d12385967d02 HTTP/1.1" 200 115 0.027291 10.0.0.22 - - [2025-10-20 03:07:57] "POST /neutron/network HTTP/1.1" 200 832 0.006997 10.0.0.22 - - [2025-10-20 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007677 10.0.0.27 - - [2025-10-20 03:07:58] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.22 - - [2025-10-20 03:07:58] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039713 10.0.0.27 - - [2025-10-20 03:07:58] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.22 - - [2025-10-20 03:07:58] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?fields=virtual_networks HTTP/1.1" 200 1039 0.033012 10.0.0.27 - - [2025-10-20 03:07:58] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.22 - - [2025-10-20 03:07:58] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.044982 10.0.0.27 - - [2025-10-20 03:07:58] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.22 - - [2025-10-20 03:07:59] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?fields=security_groups HTTP/1.1" 200 1263 0.062858 10.0.0.22 - - [2025-10-20 03:07:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.023042 10.0.0.27 - - [2025-10-20 03:07:59] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.27 - - [2025-10-20 03:07:59] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.27 - - [2025-10-20 03:07:59] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006638 10.0.0.27 - - [2025-10-20 03:07:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.004075 10.0.0.27 - - [2025-10-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.007395 10.0.0.27 - - [2025-10-20 03:08:00] "POST /security-groups HTTP/1.1" 200 587 0.032280 10.0.0.27 - - [2025-10-20 03:08:00] "POST /projects HTTP/1.1" 200 577 0.239229 10.0.0.22 - - [2025-10-20 03:08:00] "POST /access-control-lists HTTP/1.1" 200 592 0.029642 10.0.0.27 - - [2025-10-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.306600 10.0.0.22 - - [2025-10-20 03:08:00] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.438342 10.0.0.22 - - [2025-10-20 03:08:01] "GET / HTTP/1.1" 200 35931 0.001314 10.0.0.22 - - [2025-10-20 03:08:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.22 - - [2025-10-20 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.054104 10.0.0.27 - - [2025-10-20 03:08:03] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000832 10.0.0.22 - - [2025-10-20 03:08:03] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047276 10.0.0.27 - - [2025-10-20 03:08:03] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000897 10.0.0.22 - - [2025-10-20 03:08:03] "POST /neutron/network HTTP/1.1" 200 611 0.135065 10.0.0.22 - - [2025-10-20 03:08:03] "POST /route-targets HTTP/1.1" 200 327 0.014914 10.0.0.22 - - [2025-10-20 03:08:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.003771 10.0.0.22 - - [2025-10-20 03:08:03] "GET /virtual-network/12df8371-f7f1-4600-8e1b-f9f640495215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005690 10.0.0.22 - - [2025-10-20 03:08:03] "POST /neutron/network HTTP/1.1" 200 832 0.005714 10.0.0.22 - - [2025-10-20 03:08:03] "GET /virtual-network/12df8371-f7f1-4600-8e1b-f9f640495215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004681 10.0.0.22 - - [2025-10-20 03:08:04] "GET /virtual-network/12df8371-f7f1-4600-8e1b-f9f640495215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005876 10.0.0.254 - - [2025-10-20 03:08:05] "GET /obj-perms HTTP/1.1" 200 5022 0.045793 10.0.0.22 - - [2025-10-20 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2025-10-20 03:08:05] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.22 - - [2025-10-20 03:08:05] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043002 10.0.0.22 - - [2025-10-20 03:08:05] "POST /neutron/network HTTP/1.1" 200 117 0.015032 10.0.0.22 - - [2025-10-20 03:08:06] "POST /ref-update HTTP/1.1" 200 156 0.029220 10.0.0.22 - - [2025-10-20 03:08:06] "POST /neutron/network HTTP/1.1" 200 831 0.007970 10.0.0.22 - - [2025-10-20 03:08:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001009 10.0.0.22 - - [2025-10-20 03:08:06] "GET /virtual-network/c84428b4-310d-4cdb-9c97-fc8272e9e681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004781 10.0.0.22 - - [2025-10-20 03:08:06] "GET /virtual-network/c84428b4-310d-4cdb-9c97-fc8272e9e681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005363 10.0.0.22 - - [2025-10-20 03:08:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008642 10.0.0.22 - - [2025-10-20 03:08:06] "GET /virtual-network/c84428b4-310d-4cdb-9c97-fc8272e9e681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007517 10.0.0.22 - - [2025-10-20 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2025-10-20 03:08:07] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.22 - - [2025-10-20 03:08:07] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.039413 10.0.0.27 - - [2025-10-20 03:08:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005619 10.0.0.22 - - [2025-10-20 03:08:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.202142 10.0.0.22 - - [2025-10-20 03:08:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001216 10.0.0.22 - - [2025-10-20 03:08:07] "GET /virtual-network/49f79283-27ab-4cee-87c2-7d0c68f639e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004941 10.0.0.22 - - [2025-10-20 03:08:07] "GET /virtual-network/49f79283-27ab-4cee-87c2-7d0c68f639e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006648 10.0.0.22 - - [2025-10-20 03:08:07] "POST /neutron/network HTTP/1.1" 200 832 0.006197 10.0.0.22 - - [2025-10-20 03:08:07] "GET /virtual-network/49f79283-27ab-4cee-87c2-7d0c68f639e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005984 10.0.0.22 - - [2025-10-20 03:08:08] "GET /obj-perms HTTP/1.1" 200 5022 0.043426 10.0.0.27 - - [2025-10-20 03:08:08] "GET /obj-perms HTTP/1.1" 200 5022 0.043673 10.0.0.22 - - [2025-10-20 03:08:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001158 10.0.0.27 - - [2025-10-20 03:08:09] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001813 10.0.0.22 - - [2025-10-20 03:08:09] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.067382 10.0.0.22 - - [2025-10-20 03:08:09] "POST /neutron/network HTTP/1.1" 200 831 0.006597 10.0.0.22 - - [2025-10-20 03:08:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001163 10.0.0.22 - - [2025-10-20 03:08:09] "POST /neutron/port HTTP/1.1" 200 117 0.007698 10.0.0.27 - - [2025-10-20 03:08:09] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000820 10.0.0.22 - - [2025-10-20 03:08:09] "POST /neutron/port HTTP/1.1" 200 1057 0.292355 10.0.0.22 - - [2025-10-20 03:08:10] "POST /neutron/port HTTP/1.1" 200 1111 0.111795 10.0.0.27 - - [2025-10-20 03:08:10] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001038 10.0.0.22 - - [2025-10-20 03:08:10] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.077500 10.0.0.22 - - [2025-10-20 03:08:10] "POST /neutron/network HTTP/1.1" 200 832 0.006478 10.0.0.22 - - [2025-10-20 03:08:10] "POST /neutron/network HTTP/1.1" 200 831 0.006109 10.0.0.22 - - [2025-10-20 03:08:10] "POST /neutron/port HTTP/1.1" 200 117 0.005560 10.0.0.22 - - [2025-10-20 03:08:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003326 10.0.0.22 - - [2025-10-20 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.27 - - [2025-10-20 03:08:10] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.22 - - [2025-10-20 03:08:10] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006867 10.0.0.22 - - [2025-10-20 03:08:10] "POST /service-templates HTTP/1.1" 200 543 0.025136 10.0.0.22 - - [2025-10-20 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.22 - - [2025-10-20 03:08:10] "GET /service-template/da5841f5-1a8c-43a5-a431-8018e0081b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006216 10.0.0.22 - - [2025-10-20 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.22 - - [2025-10-20 03:08:10] "GET /service-template/da5841f5-1a8c-43a5-a431-8018e0081b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006965 10.0.0.22 - - [2025-10-20 03:08:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001228 10.0.0.22 - - [2025-10-20 03:08:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001945 10.0.0.22 - - [2025-10-20 03:08:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.002423 10.0.0.22 - - [2025-10-20 03:08:11] "POST /neutron/port HTTP/1.1" 200 1915 0.033057 10.0.0.22 - - [2025-10-20 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.22 - - [2025-10-20 03:08:11] "DELETE /service-template/da5841f5-1a8c-43a5-a431-8018e0081b85 HTTP/1.1" 200 115 0.038632 10.0.0.22 - - [2025-10-20 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.004791 10.0.0.22 - - [2025-10-20 03:08:11] "POST /neutron/port HTTP/1.1" 200 1056 0.015927 10.0.0.22 - - [2025-10-20 03:08:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.22 - - [2025-10-20 03:08:11] "POST /neutron/network HTTP/1.1" 200 832 0.006008 10.0.0.22 - - [2025-10-20 03:08:11] "POST /neutron/port HTTP/1.1" 200 1085 0.016460 10.0.0.22 - - [2025-10-20 03:08:12] "POST /neutron/port HTTP/1.1" 200 1084 0.018270 10.0.0.22 - - [2025-10-20 03:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.22 - - [2025-10-20 03:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.008758 10.0.0.22 - - [2025-10-20 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.22 - - [2025-10-20 03:08:13] "POST /neutron/network HTTP/1.1" 200 831 0.006307 10.0.0.22 - - [2025-10-20 03:08:14] "DELETE /route-target/67771d49-1d08-4333-8fa9-57e1deb5f56e HTTP/1.1" 200 115 0.026659 10.0.0.27 - - [2025-10-20 03:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005547 10.0.0.27 - - [2025-10-20 03:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002963 10.0.0.22 - - [2025-10-20 03:08:14] "POST /neutron/network HTTP/1.1" 200 151 0.127245 10.0.0.22 - - [2025-10-20 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2025-10-20 03:08:17] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000829 10.0.0.22 - - [2025-10-20 03:08:17] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.037237 10.0.0.22 - - [2025-10-20 03:08:17] "POST /route-targets HTTP/1.1" 200 327 0.020036 10.0.0.27 - - [2025-10-20 03:08:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009116 10.0.0.22 - - [2025-10-20 03:08:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.192593 10.0.0.22 - - [2025-10-20 03:08:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001206 10.0.0.22 - - [2025-10-20 03:08:17] "GET /virtual-network/9d8eeeb5-b7cc-4da5-8af8-e198d4350395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004722 10.0.0.22 - - [2025-10-20 03:08:17] "GET /virtual-network/9d8eeeb5-b7cc-4da5-8af8-e198d4350395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004941 10.0.0.22 - - [2025-10-20 03:08:17] "POST /neutron/network HTTP/1.1" 200 828 0.005836 10.0.0.22 - - [2025-10-20 03:08:17] "GET /virtual-network/9d8eeeb5-b7cc-4da5-8af8-e198d4350395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005098 10.0.0.254 - - [2025-10-20 03:08:18] "GET /obj-perms HTTP/1.1" 200 5022 0.003158 10.0.0.22 - - [2025-10-20 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-10-20 03:08:18] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000817 10.0.0.22 - - [2025-10-20 03:08:18] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036133 10.0.0.27 - - [2025-10-20 03:08:18] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.22 - - [2025-10-20 03:08:18] "POST /neutron/network HTTP/1.1" 200 611 0.116994 10.0.0.22 - - [2025-10-20 03:08:18] "POST /ref-update HTTP/1.1" 200 156 0.027322 10.0.0.22 - - [2025-10-20 03:08:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.002947 10.0.0.22 - - [2025-10-20 03:08:18] "GET /virtual-network/ebd46891-bdaa-40dc-80fb-2d2d7ed3b1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004792 10.0.0.22 - - [2025-10-20 03:08:18] "POST /neutron/network HTTP/1.1" 200 830 0.005513 10.0.0.22 - - [2025-10-20 03:08:18] "GET /virtual-network/ebd46891-bdaa-40dc-80fb-2d2d7ed3b1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004323 10.0.0.22 - - [2025-10-20 03:08:18] "GET /virtual-network/ebd46891-bdaa-40dc-80fb-2d2d7ed3b1ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006916 10.0.0.22 - - [2025-10-20 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2025-10-20 03:08:19] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.22 - - [2025-10-20 03:08:19] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.035407 10.0.0.22 - - [2025-10-20 03:08:19] "POST /neutron/network HTTP/1.1" 200 117 0.017138 10.0.0.22 - - [2025-10-20 03:08:19] "POST /neutron/network HTTP/1.1" 200 833 0.012936 10.0.0.22 - - [2025-10-20 03:08:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001061 10.0.0.22 - - [2025-10-20 03:08:19] "GET /virtual-network/416751b7-bd3f-4eea-b942-e11961efc667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005341 10.0.0.22 - - [2025-10-20 03:08:19] "GET /virtual-network/416751b7-bd3f-4eea-b942-e11961efc667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006431 10.0.0.22 - - [2025-10-20 03:08:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.008325 10.0.0.22 - - [2025-10-20 03:08:20] "GET /virtual-network/416751b7-bd3f-4eea-b942-e11961efc667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005133 10.0.0.22 - - [2025-10-20 03:08:20] "GET /obj-perms HTTP/1.1" 200 5022 0.003083 10.0.0.27 - - [2025-10-20 03:08:20] "GET /obj-perms HTTP/1.1" 200 5022 0.003322 10.0.0.22 - - [2025-10-20 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2025-10-20 03:08:20] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001100 10.0.0.22 - - [2025-10-20 03:08:20] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042380 10.0.0.22 - - [2025-10-20 03:08:20] "POST /route-targets HTTP/1.1" 200 327 0.011667 10.0.0.27 - - [2025-10-20 03:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002434 10.0.0.22 - - [2025-10-20 03:08:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.197109 10.0.0.22 - - [2025-10-20 03:08:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001151 10.0.0.22 - - [2025-10-20 03:08:20] "GET /virtual-network/9ac8b5b4-d035-483f-a711-ac4bc59488c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004500 10.0.0.22 - - [2025-10-20 03:08:20] "GET /virtual-network/9ac8b5b4-d035-483f-a711-ac4bc59488c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004894 10.0.0.22 - - [2025-10-20 03:08:20] "POST /neutron/network HTTP/1.1" 200 843 0.005942 10.0.0.22 - - [2025-10-20 03:08:21] "GET /virtual-network/9ac8b5b4-d035-483f-a711-ac4bc59488c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004694 10.0.0.254 - - [2025-10-20 03:08:21] "GET /obj-perms HTTP/1.1" 200 5022 0.003227 10.0.0.22 - - [2025-10-20 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-10-20 03:08:21] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000827 10.0.0.22 - - [2025-10-20 03:08:21] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.040249 10.0.0.27 - - [2025-10-20 03:08:21] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.22 - - [2025-10-20 03:08:21] "POST /neutron/network HTTP/1.1" 200 625 0.123610 10.0.0.22 - - [2025-10-20 03:08:21] "POST /ref-update HTTP/1.1" 200 156 0.032181 10.0.0.22 - - [2025-10-20 03:08:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.002988 10.0.0.22 - - [2025-10-20 03:08:21] "GET /virtual-network/57f82c3d-7636-4cae-bb91-aea5d45b7147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005250 10.0.0.22 - - [2025-10-20 03:08:21] "POST /neutron/network HTTP/1.1" 200 842 0.010242 10.0.0.22 - - [2025-10-20 03:08:21] "GET /virtual-network/57f82c3d-7636-4cae-bb91-aea5d45b7147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005215 10.0.0.22 - - [2025-10-20 03:08:22] "GET /virtual-network/57f82c3d-7636-4cae-bb91-aea5d45b7147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007296 10.0.0.22 - - [2025-10-20 03:08:22] "GET /obj-perms HTTP/1.1" 200 5022 0.003644 10.0.0.22 - - [2025-10-20 03:08:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001146 10.0.0.22 - - [2025-10-20 03:08:22] "POST /neutron/network HTTP/1.1" 200 840 0.008522 10.0.0.27 - - [2025-10-20 03:08:23] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001028 10.0.0.22 - - [2025-10-20 03:08:23] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.071609 10.0.0.22 - - [2025-10-20 03:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.008668 10.0.0.22 - - [2025-10-20 03:08:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001068 10.0.0.22 - - [2025-10-20 03:08:23] "POST /neutron/network HTTP/1.1" 200 840 0.006802 10.0.0.22 - - [2025-10-20 03:08:24] "POST /neutron/port HTTP/1.1" 200 1056 0.015086 10.0.0.27 - - [2025-10-20 03:08:24] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000854 10.0.0.22 - - [2025-10-20 03:08:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.22 - - [2025-10-20 03:08:24] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.076752 10.0.0.22 - - [2025-10-20 03:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.22 - - [2025-10-20 03:08:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007070 10.0.0.22 - - [2025-10-20 03:08:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.002927 10.0.0.22 - - [2025-10-20 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.27 - - [2025-10-20 03:08:24] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.22 - - [2025-10-20 03:08:24] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007498 10.0.0.22 - - [2025-10-20 03:08:24] "POST /service-templates HTTP/1.1" 200 543 0.047911 10.0.0.22 - - [2025-10-20 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2025-10-20 03:08:25] "GET /service-template/e4b57d0c-f941-4ec4-a9af-565707c69448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005440 10.0.0.22 - - [2025-10-20 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.22 - - [2025-10-20 03:08:25] "GET /service-template/e4b57d0c-f941-4ec4-a9af-565707c69448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003503 10.0.0.22 - - [2025-10-20 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.000888 10.0.0.27 - - [2025-10-20 03:08:25] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000801 10.0.0.22 - - [2025-10-20 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001034 10.0.0.22 - - [2025-10-20 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001460 10.0.0.22 - - [2025-10-20 03:08:25] "POST /neutron/port HTTP/1.1" 200 1057 0.296898 10.0.0.22 - - [2025-10-20 03:08:25] "POST /neutron/port HTTP/1.1" 200 1057 0.013813 10.0.0.22 - - [2025-10-20 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.22 - - [2025-10-20 03:08:25] "DELETE /service-template/e4b57d0c-f941-4ec4-a9af-565707c69448 HTTP/1.1" 200 115 0.046218 10.0.0.22 - - [2025-10-20 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.014407 10.0.0.22 - - [2025-10-20 03:08:25] "POST /neutron/port HTTP/1.1" 200 1085 0.018559 10.0.0.22 - - [2025-10-20 03:08:25] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.27 - - [2025-10-20 03:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004718 10.0.0.27 - - [2025-10-20 03:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002500 10.0.0.22 - - [2025-10-20 03:08:25] "POST /neutron/network HTTP/1.1" 200 151 0.130775 10.0.0.22 - - [2025-10-20 03:08:26] "POST /neutron/port HTTP/1.1" 200 1084 0.014705 10.0.0.22 - - [2025-10-20 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.22 - - [2025-10-20 03:08:26] "POST /neutron/network HTTP/1.1" 200 833 0.009645 10.0.0.22 - - [2025-10-20 03:08:27] "POST /neutron/port HTTP/1.1" 200 1111 0.011773 10.0.0.22 - - [2025-10-20 03:08:27] "POST /neutron/network HTTP/1.1" 200 2180 0.014536 10.0.0.22 - - [2025-10-20 03:08:28] "POST /neutron/network HTTP/1.1" 200 833 0.006140 10.0.0.22 - - [2025-10-20 03:08:28] "DELETE /route-target/487a09c2-0ee5-478c-a87e-80ffec500b50 HTTP/1.1" 200 115 0.028861 10.0.0.27 - - [2025-10-20 03:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.27 - - [2025-10-20 03:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.22 - - [2025-10-20 03:08:29] "POST /neutron/network HTTP/1.1" 200 151 0.119904 10.0.0.22 - - [2025-10-20 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006640 10.0.0.27 - - [2025-10-20 03:08:30] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000880 10.0.0.22 - - [2025-10-20 03:08:30] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.035968 10.0.0.27 - - [2025-10-20 03:08:30] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000846 10.0.0.22 - - [2025-10-20 03:08:30] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?fields=virtual_networks HTTP/1.1" 200 1034 0.036429 10.0.0.27 - - [2025-10-20 03:08:30] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.22 - - [2025-10-20 03:08:31] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042128 10.0.0.27 - - [2025-10-20 03:08:31] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.22 - - [2025-10-20 03:08:31] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?fields=security_groups HTTP/1.1" 200 1256 0.041202 10.0.0.22 - - [2025-10-20 03:08:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.022603 10.0.0.27 - - [2025-10-20 03:08:32] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.27 - - [2025-10-20 03:08:32] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.27 - - [2025-10-20 03:08:32] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007284 10.0.0.27 - - [2025-10-20 03:08:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.003074 10.0.0.27 - - [2025-10-20 03:08:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.008183 10.0.0.27 - - [2025-10-20 03:08:32] "POST /security-groups HTTP/1.1" 200 593 0.040516 10.0.0.27 - - [2025-10-20 03:08:32] "POST /projects HTTP/1.1" 200 589 0.239658 10.0.0.22 - - [2025-10-20 03:08:32] "POST /access-control-lists HTTP/1.1" 200 598 0.026386 10.0.0.27 - - [2025-10-20 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.306667 10.0.0.22 - - [2025-10-20 03:08:32] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.442779 10.0.0.22 - - [2025-10-20 03:08:33] "GET / HTTP/1.1" 200 35931 0.001427 10.0.0.22 - - [2025-10-20 03:08:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-20 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.059465 10.0.0.27 - - [2025-10-20 03:08:35] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.22 - - [2025-10-20 03:08:35] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039982 10.0.0.22 - - [2025-10-20 03:08:35] "POST /neutron/network HTTP/1.1" 200 117 0.036885 10.0.0.22 - - [2025-10-20 03:08:35] "POST /route-targets HTTP/1.1" 200 327 0.014184 10.0.0.22 - - [2025-10-20 03:08:36] "POST /neutron/network HTTP/1.1" 200 830 0.008381 10.0.0.22 - - [2025-10-20 03:08:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001017 10.0.0.22 - - [2025-10-20 03:08:36] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004753 10.0.0.22 - - [2025-10-20 03:08:36] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006184 10.0.0.22 - - [2025-10-20 03:08:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.009233 10.0.0.22 - - [2025-10-20 03:08:36] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005159 10.0.0.254 - - [2025-10-20 03:08:37] "GET /obj-perms HTTP/1.1" 200 5034 0.046072 10.0.0.27 - - [2025-10-20 03:08:38] "GET /obj-perms HTTP/1.1" 200 5034 0.044523 10.0.0.22 - - [2025-10-20 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-10-20 03:08:38] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001321 10.0.0.22 - - [2025-10-20 03:08:38] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.037233 10.0.0.22 - - [2025-10-20 03:08:38] "POST /ref-update HTTP/1.1" 200 156 0.025970 10.0.0.27 - - [2025-10-20 03:08:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003322 10.0.0.22 - - [2025-10-20 03:08:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.171541 10.0.0.22 - - [2025-10-20 03:08:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001117 10.0.0.22 - - [2025-10-20 03:08:38] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004984 10.0.0.22 - - [2025-10-20 03:08:38] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004915 10.0.0.22 - - [2025-10-20 03:08:38] "POST /neutron/network HTTP/1.1" 200 833 0.007261 10.0.0.22 - - [2025-10-20 03:08:38] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005826 10.0.0.22 - - [2025-10-20 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-10-20 03:08:39] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000790 10.0.0.22 - - [2025-10-20 03:08:39] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038446 10.0.0.27 - - [2025-10-20 03:08:39] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.22 - - [2025-10-20 03:08:39] "POST /neutron/network HTTP/1.1" 200 617 0.123071 10.0.0.22 - - [2025-10-20 03:08:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.003785 10.0.0.22 - - [2025-10-20 03:08:39] "GET /virtual-network/5621f7dd-4f8d-470a-b536-8e716cfdcd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004792 10.0.0.22 - - [2025-10-20 03:08:39] "POST /neutron/network HTTP/1.1" 200 836 0.006394 10.0.0.22 - - [2025-10-20 03:08:39] "GET /virtual-network/5621f7dd-4f8d-470a-b536-8e716cfdcd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004699 10.0.0.22 - - [2025-10-20 03:08:39] "GET /virtual-network/5621f7dd-4f8d-470a-b536-8e716cfdcd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004843 10.0.0.22 - - [2025-10-20 03:08:40] "GET /obj-perms HTTP/1.1" 200 5034 0.055141 10.0.0.22 - - [2025-10-20 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-10-20 03:08:40] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.22 - - [2025-10-20 03:08:40] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039578 10.0.0.22 - - [2025-10-20 03:08:40] "POST /neutron/network HTTP/1.1" 200 117 0.015539 10.0.0.22 - - [2025-10-20 03:08:40] "POST /route-targets HTTP/1.1" 200 327 0.015511 10.0.0.22 - - [2025-10-20 03:08:41] "POST /neutron/network HTTP/1.1" 200 850 0.016687 10.0.0.22 - - [2025-10-20 03:08:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001250 10.0.0.22 - - [2025-10-20 03:08:41] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005132 10.0.0.22 - - [2025-10-20 03:08:41] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007009 10.0.0.22 - - [2025-10-20 03:08:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.007970 10.0.0.22 - - [2025-10-20 03:08:41] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005107 10.0.0.254 - - [2025-10-20 03:08:41] "GET /obj-perms HTTP/1.1" 200 5034 0.003243 10.0.0.27 - - [2025-10-20 03:08:41] "GET /obj-perms HTTP/1.1" 200 5034 0.003012 10.0.0.22 - - [2025-10-20 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.27 - - [2025-10-20 03:08:41] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001228 10.0.0.22 - - [2025-10-20 03:08:41] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049304 10.0.0.22 - - [2025-10-20 03:08:41] "POST /ref-update HTTP/1.1" 200 156 0.025572 10.0.0.27 - - [2025-10-20 03:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009793 10.0.0.22 - - [2025-10-20 03:08:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.247711 10.0.0.22 - - [2025-10-20 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 234 0.001126 10.0.0.22 - - [2025-10-20 03:08:42] "GET /virtual-network/e4870779-cfe1-4140-889c-5271f0612f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008769 10.0.0.22 - - [2025-10-20 03:08:42] "GET /virtual-network/e4870779-cfe1-4140-889c-5271f0612f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005078 10.0.0.22 - - [2025-10-20 03:08:42] "POST /neutron/network HTTP/1.1" 200 849 0.006590 10.0.0.22 - - [2025-10-20 03:08:42] "GET /virtual-network/e4870779-cfe1-4140-889c-5271f0612f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007012 10.0.0.22 - - [2025-10-20 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001242 10.0.0.27 - - [2025-10-20 03:08:43] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.22 - - [2025-10-20 03:08:43] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.079859 10.0.0.22 - - [2025-10-20 03:08:43] "POST /neutron/network HTTP/1.1" 200 830 0.007734 10.0.0.22 - - [2025-10-20 03:08:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001203 10.0.0.22 - - [2025-10-20 03:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.006160 10.0.0.27 - - [2025-10-20 03:08:44] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.22 - - [2025-10-20 03:08:44] "POST /neutron/port HTTP/1.1" 200 1062 0.332367 10.0.0.22 - - [2025-10-20 03:08:44] "POST /neutron/port HTTP/1.1" 200 1116 0.142580 10.0.0.27 - - [2025-10-20 03:08:44] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.22 - - [2025-10-20 03:08:44] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.080966 10.0.0.22 - - [2025-10-20 03:08:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004647 10.0.0.22 - - [2025-10-20 03:08:44] "POST /neutron/network HTTP/1.1" 200 830 0.006450 10.0.0.22 - - [2025-10-20 03:08:45] "POST /neutron/port HTTP/1.1" 200 117 0.005996 10.0.0.22 - - [2025-10-20 03:08:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002687 10.0.0.22 - - [2025-10-20 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.27 - - [2025-10-20 03:08:45] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.22 - - [2025-10-20 03:08:45] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007231 10.0.0.22 - - [2025-10-20 03:08:45] "POST /service-templates HTTP/1.1" 200 543 0.059049 10.0.0.22 - - [2025-10-20 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-10-20 03:08:45] "GET /service-template/f2462e84-d764-4a17-b8d5-bfe44334fd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005533 10.0.0.22 - - [2025-10-20 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.22 - - [2025-10-20 03:08:45] "GET /service-template/f2462e84-d764-4a17-b8d5-bfe44334fd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003384 10.0.0.22 - - [2025-10-20 03:08:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.22 - - [2025-10-20 03:08:45] "POST /neutron/port HTTP/1.1" 200 1926 0.042182 10.0.0.22 - - [2025-10-20 03:08:45] "POST /neutron/port HTTP/1.1" 200 1063 0.014961 10.0.0.22 - - [2025-10-20 03:08:45] "POST /neutron/port HTTP/1.1" 200 1091 0.020715 10.0.0.22 - - [2025-10-20 03:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.27 - - [2025-10-20 03:08:46] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.22 - - [2025-10-20 03:08:46] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.067822 10.0.0.22 - - [2025-10-20 03:08:46] "POST /neutron/port HTTP/1.1" 200 2065 0.019093 10.0.0.22 - - [2025-10-20 03:08:46] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2025-10-20 03:08:47] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 404 171 0.029647 10.0.0.22 - - [2025-10-20 03:08:47] "POST /neutron/network HTTP/1.1" 200 860 0.008623 10.0.0.22 - - [2025-10-20 03:08:47] "POST /neutron/port HTTP/1.1" 200 1064 0.016585 10.0.0.22 - - [2025-10-20 03:08:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004429 10.0.0.22 - - [2025-10-20 03:08:47] "POST /neutron/network HTTP/1.1" 200 850 0.007098 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 200 1294 0.005453 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 2985 0.007148 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004729 10.0.0.22 - - [2025-10-20 03:08:49] "PUT /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 284 0.015316 10.0.0.22 - - [2025-10-20 03:08:49] "POST /neutron/port HTTP/1.1" 200 1092 0.015688 10.0.0.22 - - [2025-10-20 03:08:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007150 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 200 1294 0.007319 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 3035 0.005117 10.0.0.22 - - [2025-10-20 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.22 - - [2025-10-20 03:08:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005841 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003497 10.0.0.22 - - [2025-10-20 03:08:49] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005562 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /project/cec0a58393ae4444807632363ef1da5d HTTP/1.1" 404 173 0.011081 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /project/54a45f2c408d42ff93118c433cf12047 HTTP/1.1" 404 173 0.009329 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000966 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052534 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.063746 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?fields=security_groups HTTP/1.1" 200 1368 0.044626 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?fields=security_groups HTTP/1.1" 200 1361 0.064839 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /security-group/a0664688-2183-4b49-b0c3-c28a58811f32 HTTP/1.1" 200 115 0.082647 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=cec0a583-93ae-4444-8076-32363ef1da5d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000913 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /security-group/baa2f1da-acbc-407c-ac25-040d05d90733 HTTP/1.1" 200 115 0.094267 10.0.0.27 - - [2025-10-20 03:08:50] "GET /projects?obj_uuids=a9d89ae3-43e4-411a-9a20-16846805066b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/cec0a583-93ae-4444-8076-32363ef1da5d?fields=application_policy_sets HTTP/1.1" 200 1400 0.056196 10.0.0.27 - - [2025-10-20 03:08:50] "GET /project/a9d89ae3-43e4-411a-9a20-16846805066b?fields=application_policy_sets HTTP/1.1" 200 1407 0.109887 10.0.0.22 - - [2025-10-20 03:08:50] "DELETE /access-control-list/6b4918cf-3b2d-443d-a848-3634ed772819 HTTP/1.1" 200 115 0.074600 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /project/cec0a583-93ae-4444-8076-32363ef1da5d HTTP/1.1" 200 115 0.593646 10.0.0.27 - - [2025-10-20 03:08:50] "DELETE /project/a9d89ae3-43e4-411a-9a20-16846805066b HTTP/1.1" 200 115 0.638069 10.0.0.22 - - [2025-10-20 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2025-10-20 03:08:52] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005451 10.0.0.22 - - [2025-10-20 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-10-20 03:08:56] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005128 10.0.0.22 - - [2025-10-20 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.22 - - [2025-10-20 03:09:00] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005473 10.0.0.22 - - [2025-10-20 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.22 - - [2025-10-20 03:09:04] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004803 10.0.0.22 - - [2025-10-20 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.22 - - [2025-10-20 03:09:08] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005888 10.0.0.22 - - [2025-10-20 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.22 - - [2025-10-20 03:09:13] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.009315 10.0.0.22 - - [2025-10-20 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.22 - - [2025-10-20 03:09:17] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006088 10.0.0.22 - - [2025-10-20 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.22 - - [2025-10-20 03:09:21] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005841 10.0.0.22 - - [2025-10-20 03:09:22] "GET /obj-perms HTTP/1.1" 200 5056 0.049765 10.0.0.22 - - [2025-10-20 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.22 - - [2025-10-20 03:09:25] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.011124 10.0.0.22 - - [2025-10-20 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.22 - - [2025-10-20 03:09:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003973 10.0.0.22 - - [2025-10-20 03:09:27] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002893 10.0.0.22 - - [2025-10-20 03:09:27] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005095 10.0.0.22 - - [2025-10-20 03:09:29] "POST /neutron/port HTTP/1.1" 200 1091 0.034687 10.0.0.22 - - [2025-10-20 03:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.22 - - [2025-10-20 03:09:29] "POST /neutron/network HTTP/1.1" 200 833 0.007364 10.0.0.22 - - [2025-10-20 03:09:32] "POST /neutron/port HTTP/1.1" 200 1090 0.014470 10.0.0.22 - - [2025-10-20 03:09:32] "POST /neutron/network HTTP/1.1" 200 840 0.005414 10.0.0.22 - - [2025-10-20 03:09:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.007948 10.0.0.22 - - [2025-10-20 03:09:33] "POST /neutron/port HTTP/1.1" 200 1090 0.034856 10.0.0.22 - - [2025-10-20 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009203 10.0.0.22 - - [2025-10-20 03:09:43] "POST /neutron/port HTTP/1.1" 200 1092 0.014605 10.0.0.22 - - [2025-10-20 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003047 10.0.0.22 - - [2025-10-20 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.27 - - [2025-10-20 03:09:48] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.22 - - [2025-10-20 03:09:48] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039272 10.0.0.22 - - [2025-10-20 03:09:48] "POST /service-instances HTTP/1.1" 200 547 0.033283 10.0.0.22 - - [2025-10-20 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-10-20 03:09:48] "GET /service-instance/2b929483-2f94-41a0-bfee-85371ae2a86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006608 10.0.0.22 - - [2025-10-20 03:09:48] "POST /port-tuples HTTP/1.1" 200 590 0.040030 10.0.0.22 - - [2025-10-20 03:09:48] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.005671 10.0.0.22 - - [2025-10-20 03:09:48] "PUT /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 284 0.013838 10.0.0.22 - - [2025-10-20 03:09:48] "POST /ref-update HTTP/1.1" 200 156 0.019761 10.0.0.22 - - [2025-10-20 03:09:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007140 10.0.0.254 - - [2025-10-20 03:09:48] "POST /ref-update HTTP/1.1" 200 156 0.012686 10.0.0.254 - - [2025-10-20 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.048251 10.0.0.22 - - [2025-10-20 03:09:49] "POST /neutron/port HTTP/1.1" 200 1090 0.056667 10.0.0.22 - - [2025-10-20 03:09:49] "GET /virtual-machine/26c0b7e4-b074-4955-97ca-284286ba73b0 HTTP/1.1" 200 1294 0.017011 10.0.0.22 - - [2025-10-20 03:09:49] "GET /virtual-machine-interface/56688cbb-e6c6-460e-8299-816080fb575a HTTP/1.1" 200 2956 0.008811 10.0.0.22 - - [2025-10-20 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.22 - - [2025-10-20 03:09:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003605 10.0.0.22 - - [2025-10-20 03:09:49] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002565 10.0.0.22 - - [2025-10-20 03:09:49] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006935 10.0.0.22 - - [2025-10-20 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.22 - - [2025-10-20 03:09:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003504 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003116 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005648 10.0.0.22 - - [2025-10-20 03:09:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007735 10.0.0.22 - - [2025-10-20 03:09:50] "POST /neutron/port HTTP/1.1" 200 1091 0.014309 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-machine/17fef4b5-04c4-4e91-abd7-cdb151a8d51c HTTP/1.1" 200 1294 0.005380 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-machine-interface/6fcb8520-5ad4-4b5e-a4d1-c56a8ef78821 HTTP/1.1" 200 2960 0.005187 10.0.0.22 - - [2025-10-20 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.22 - - [2025-10-20 03:09:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003185 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002849 10.0.0.22 - - [2025-10-20 03:09:50] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005666 10.0.0.22 - - [2025-10-20 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.22 - - [2025-10-20 03:09:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004581 10.0.0.22 - - [2025-10-20 03:09:51] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002901 10.0.0.22 - - [2025-10-20 03:09:52] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005242 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.003815 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.27 - - [2025-10-20 03:09:52] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.22 - - [2025-10-20 03:09:52] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.040246 10.0.0.22 - - [2025-10-20 03:09:52] "POST /network-policys HTTP/1.1" 200 551 0.029352 10.0.0.22 - - [2025-10-20 03:09:52] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006781 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.22 - - [2025-10-20 03:09:52] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009473 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009046 10.0.0.22 - - [2025-10-20 03:09:52] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003839 10.0.0.22 - - [2025-10-20 03:09:52] "POST /ref-update HTTP/1.1" 200 156 0.076725 10.0.0.22 - - [2025-10-20 03:09:52] "POST /access-control-lists HTTP/1.1" 200 596 0.056989 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007273 10.0.0.22 - - [2025-10-20 03:09:52] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007601 10.0.0.22 - - [2025-10-20 03:09:52] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007555 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-10-20 03:09:52] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004892 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.22 - - [2025-10-20 03:09:52] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005449 10.0.0.22 - - [2025-10-20 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.22 - - [2025-10-20 03:09:52] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004619 10.0.0.22 - - [2025-10-20 03:09:52] "POST /ref-update HTTP/1.1" 200 156 0.051211 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.009577 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.22 - - [2025-10-20 03:09:53] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005404 10.0.0.22 - - [2025-10-20 03:09:53] "POST /neutron/network HTTP/1.1" 200 925 0.008955 10.0.0.22 - - [2025-10-20 03:09:53] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.011035 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.22 - - [2025-10-20 03:09:53] "POST /ref-update HTTP/1.1" 200 156 0.029916 10.0.0.22 - - [2025-10-20 03:09:53] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.010624 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.22 - - [2025-10-20 03:09:53] "GET /service-template/f2462e84-d764-4a17-b8d5-bfe44334fd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004092 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.27 - - [2025-10-20 03:09:53] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.22 - - [2025-10-20 03:09:53] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049229 10.0.0.22 - - [2025-10-20 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-10-20 03:09:53] "GET /service-instance/2b929483-2f94-41a0-bfee-85371ae2a86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.008300 10.0.0.22 - - [2025-10-20 03:09:53] "POST /neutron/port HTTP/1.1" 200 1386 0.028888 10.0.0.22 - - [2025-10-20 03:09:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007054 10.0.0.22 - - [2025-10-20 03:09:54] "POST /neutron/network HTTP/1.1" 200 824 0.015466 10.0.0.22 - - [2025-10-20 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001173 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 200 1294 0.003641 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 3891 0.005085 10.0.0.22 - - [2025-10-20 03:09:54] "GET /instance-ip/aef2f3a9-3f9b-40ee-8c55-04a386c92594 HTTP/1.1" 200 1638 0.005523 10.0.0.22 - - [2025-10-20 03:09:54] "GET /instance-ip/b4cd18e8-1030-4be2-8c2e-7392b15f6284 HTTP/1.1" 200 1965 0.003212 10.0.0.22 - - [2025-10-20 03:09:54] "GET /instance-ip/ebc051b0-6714-4fa2-bcc9-07e1b402a28f HTTP/1.1" 200 1963 0.004562 10.0.0.22 - - [2025-10-20 03:09:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008031 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-machine/66b5df08-6647-476f-9374-f0f3578345c7 HTTP/1.1" 200 1294 0.003819 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-machine-interface/beb52fbd-2f56-402a-b2b8-b6512b1a2d59 HTTP/1.1" 200 3891 0.005151 10.0.0.22 - - [2025-10-20 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.22 - - [2025-10-20 03:09:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003227 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002873 10.0.0.22 - - [2025-10-20 03:09:54] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005224 10.0.0.22 - - [2025-10-20 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.22 - - [2025-10-20 03:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003652 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003469 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006754 10.0.0.22 - - [2025-10-20 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.22 - - [2025-10-20 03:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006894 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002863 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005582 10.0.0.22 - - [2025-10-20 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.22 - - [2025-10-20 03:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004112 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003266 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005586 10.0.0.22 - - [2025-10-20 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-20 03:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.22 - - [2025-10-20 03:09:55] "GET /virtual-networks?parent_id=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002719 10.0.0.22 - - [2025-10-20 03:09:56] "GET /virtual-network/e1707b4e-4a15-401d-9a9e-9582b2165d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005544 10.0.0.22 - - [2025-10-20 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-10-20 03:09:56] "GET /routing-instance/da84a479-af34-4f8a-bbd3-9c0862625964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003949 10.0.0.22 - - [2025-10-20 03:09:56] "GET /routing-instance/da84a479-af34-4f8a-bbd3-9c0862625964?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005063 10.0.0.22 - - [2025-10-20 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.22 - - [2025-10-20 03:09:56] "GET /routing-instance/c3684edc-9476-487d-8e3b-0930c1ec7153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004291 10.0.0.22 - - [2025-10-20 03:09:56] "GET /routing-instance/c3684edc-9476-487d-8e3b-0930c1ec7153?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.005210 10.0.0.27 - - [2025-10-20 03:10:23] "GET /obj-perms HTTP/1.1" 200 5056 0.042878 10.0.0.22 - - [2025-10-20 03:10:30] "POST /neutron/port HTTP/1.1" 200 1091 0.015282 10.0.0.22 - - [2025-10-20 03:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003810 10.0.0.22 - - [2025-10-20 03:10:30] "POST /neutron/network HTTP/1.1" 200 925 0.006678 10.0.0.22 - - [2025-10-20 03:10:33] "POST /neutron/network HTTP/1.1" 200 860 0.006362 10.0.0.22 - - [2025-10-20 03:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.22 - - [2025-10-20 03:10:35] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003971 10.0.0.22 - - [2025-10-20 03:10:35] "PUT /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf HTTP/1.1" 200 262 0.018295 10.0.0.22 - - [2025-10-20 03:10:35] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004083 10.0.0.22 - - [2025-10-20 03:10:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007307 10.0.0.22 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.050052 10.0.0.22 - - [2025-10-20 03:11:04] "POST /neutron/network HTTP/1.1" 200 833 0.009548 10.0.0.22 - - [2025-10-20 03:11:04] "GET /virtual-network/9776780e-d765-44d8-b0b9-775e96ccee28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004510 10.0.0.22 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.039518 10.0.0.22 - - [2025-10-20 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.22 - - [2025-10-20 03:11:04] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005582 10.0.0.22 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.049800 10.0.0.22 - - [2025-10-20 03:11:04] "GET /virtual-network/02a507c9-f50a-4d24-ab9c-cf2a66117873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007889 10.0.0.22 - - [2025-10-20 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.22 - - [2025-10-20 03:11:04] "GET /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004012 10.0.0.22 - - [2025-10-20 03:11:04] "DELETE /network-policy/f23cc372-2a8d-4390-8b07-3c25e4aefcbf HTTP/1.1" 200 115 0.039340 10.0.0.22 - - [2025-10-20 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.22 - - [2025-10-20 03:11:04] "DELETE /service-instance/2b929483-2f94-41a0-bfee-85371ae2a86a HTTP/1.1" 200 115 0.054560 10.0.0.254 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.024616 10.0.0.22 - - [2025-10-20 03:11:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007290 10.0.0.22 - - [2025-10-20 03:11:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003726 10.0.0.254 - - [2025-10-20 03:11:04] "DELETE /instance-ip/ebc051b0-6714-4fa2-bcc9-07e1b402a28f HTTP/1.1" 200 115 0.052381 10.0.0.22 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.029350 10.0.0.22 - - [2025-10-20 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.22 - - [2025-10-20 03:11:04] "DELETE /service-template/f2462e84-d764-4a17-b8d5-bfe44334fd9f HTTP/1.1" 200 115 0.054884 10.0.0.22 - - [2025-10-20 03:11:04] "POST /ref-update HTTP/1.1" 200 156 0.038058 10.0.0.22 - - [2025-10-20 03:11:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.011746 10.0.0.27 - - [2025-10-20 03:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.27 - - [2025-10-20 03:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003326 10.0.0.22 - - [2025-10-20 03:11:05] "POST /neutron/network HTTP/1.1" 200 151 0.120286 10.0.0.22 - - [2025-10-20 03:11:05] "DELETE /route-target/4944a639-71d4-4a37-bc69-894c0648fbe7 HTTP/1.1" 200 115 0.033605 10.0.0.22 - - [2025-10-20 03:11:05] "POST /neutron/port HTTP/1.1" 200 1091 0.021240 10.0.0.22 - - [2025-10-20 03:11:05] "POST /neutron/port HTTP/1.1" 200 1090 0.036925 10.0.0.22 - - [2025-10-20 03:11:05] "POST /neutron/port HTTP/1.1" 200 151 0.246465 10.0.0.22 - - [2025-10-20 03:11:07] "POST /neutron/network HTTP/1.1" 200 850 0.006574 10.0.0.27 - - [2025-10-20 03:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.22 - - [2025-10-20 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008337 10.0.0.27 - - [2025-10-20 03:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.22 - - [2025-10-20 03:11:08] "POST /neutron/network HTTP/1.1" 200 151 0.115641 10.0.0.22 - - [2025-10-20 03:11:08] "DELETE /route-target/190e6da9-f93f-41a8-b5df-8ff009ad431f HTTP/1.1" 200 115 0.024161 10.0.0.22 - - [2025-10-20 03:11:08] "POST /neutron/network HTTP/1.1" 200 830 0.006347 10.0.0.27 - - [2025-10-20 03:11:10] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.22 - - [2025-10-20 03:11:10] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045969 10.0.0.27 - - [2025-10-20 03:11:10] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001334 10.0.0.22 - - [2025-10-20 03:11:10] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?fields=virtual_networks HTTP/1.1" 200 1046 0.048927 10.0.0.27 - - [2025-10-20 03:11:10] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.22 - - [2025-10-20 03:11:10] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.043997 10.0.0.27 - - [2025-10-20 03:11:10] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.22 - - [2025-10-20 03:11:10] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?fields=security_groups HTTP/1.1" 200 1274 0.038609 10.0.0.22 - - [2025-10-20 03:11:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.024811 10.0.0.27 - - [2025-10-20 03:11:11] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002512 10.0.0.27 - - [2025-10-20 03:11:11] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.27 - - [2025-10-20 03:11:11] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008349 10.0.0.27 - - [2025-10-20 03:11:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.002028 10.0.0.27 - - [2025-10-20 03:11:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.004465 10.0.0.27 - - [2025-10-20 03:11:11] "POST /security-groups HTTP/1.1" 200 592 0.031039 10.0.0.22 - - [2025-10-20 03:11:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.004387 10.0.0.27 - - [2025-10-20 03:11:11] "POST /projects HTTP/1.1" 200 587 0.248657 10.0.0.27 - - [2025-10-20 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.317954 10.0.0.22 - - [2025-10-20 03:11:11] "POST /access-control-lists HTTP/1.1" 200 595 0.030832 10.0.0.22 - - [2025-10-20 03:11:11] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.441565 10.0.0.22 - - [2025-10-20 03:11:12] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.22 - - [2025-10-20 03:11:14] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-10-20 03:11:15] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.22 - - [2025-10-20 03:11:15] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.074208 10.0.0.22 - - [2025-10-20 03:11:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.003083 10.0.0.22 - - [2025-10-20 03:11:15] "POST /virtual-DNSs HTTP/1.1" 200 507 0.030339 10.0.0.22 - - [2025-10-20 03:11:15] "GET /virtual-DNS/14f63214-4718-4e4c-81be-574f121ec507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.009885 10.0.0.22 - - [2025-10-20 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.22 - - [2025-10-20 03:11:15] "GET /virtual-DNS/14f63214-4718-4e4c-81be-574f121ec507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003845 10.0.0.22 - - [2025-10-20 03:11:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002879 10.0.0.22 - - [2025-10-20 03:11:15] "POST /network-ipams HTTP/1.1" 200 514 0.029683 10.0.0.22 - - [2025-10-20 03:11:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003088 10.0.0.22 - - [2025-10-20 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.22 - - [2025-10-20 03:11:16] "GET /network-ipam/f098b43a-0f20-45b1-91e2-587095f88547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005860 10.0.0.22 - - [2025-10-20 03:11:16] "PUT /network-ipam/f098b43a-0f20-45b1-91e2-587095f88547 HTTP/1.1" 200 258 0.014910 10.0.0.22 - - [2025-10-20 03:11:16] "POST /ref-update HTTP/1.1" 200 156 0.014533 10.0.0.22 - - [2025-10-20 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-10-20 03:11:16] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.22 - - [2025-10-20 03:11:16] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044412 10.0.0.27 - - [2025-10-20 03:11:16] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.22 - - [2025-10-20 03:11:16] "POST /neutron/network HTTP/1.1" 200 618 0.144426 10.0.0.22 - - [2025-10-20 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.003757 10.0.0.22 - - [2025-10-20 03:11:16] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005594 10.0.0.22 - - [2025-10-20 03:11:16] "POST /neutron/network HTTP/1.1" 200 833 0.007772 10.0.0.22 - - [2025-10-20 03:11:16] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005249 10.0.0.22 - - [2025-10-20 03:11:16] "POST /neutron/network HTTP/1.1" 200 807 0.014359 10.0.0.22 - - [2025-10-20 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001157 10.0.0.27 - - [2025-10-20 03:11:17] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.22 - - [2025-10-20 03:11:17] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.063043 10.0.0.22 - - [2025-10-20 03:11:17] "POST /neutron/network HTTP/1.1" 200 833 0.006373 10.0.0.22 - - [2025-10-20 03:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.007899 10.0.0.22 - - [2025-10-20 03:11:18] "POST /neutron/port HTTP/1.1" 200 1058 0.013456 10.0.0.22 - - [2025-10-20 03:11:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014868 10.0.0.22 - - [2025-10-20 03:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.22 - - [2025-10-20 03:11:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013720 10.0.0.22 - - [2025-10-20 03:11:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015130 10.0.0.22 - - [2025-10-20 03:11:23] "GET /virtual-machine/dfc5c061-0bac-4893-9020-e3a69a18585f HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-10-20 03:11:23] "GET /virtual-machine/dfc5c061-0bac-4893-9020-e3a69a18585f HTTP/1.1" 200 1294 0.316878 10.0.0.22 - - [2025-10-20 03:11:23] "GET /virtual-machine-interface/a735b341-bcbb-4f1d-b36f-e2782aa5f991 HTTP/1.1" 200 2965 0.004616 10.0.0.22 - - [2025-10-20 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2025-10-20 03:11:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003697 10.0.0.22 - - [2025-10-20 03:11:23] "GET /virtual-networks?parent_id=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004481 10.0.0.22 - - [2025-10-20 03:11:24] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005884 10.0.0.254 - - [2025-10-20 03:11:24] "GET /obj-perms HTTP/1.1" 200 5056 0.054835 10.0.0.22 - - [2025-10-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2025-10-20 03:11:27] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004871 10.0.0.22 - - [2025-10-20 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.22 - - [2025-10-20 03:11:31] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004740 10.0.0.22 - - [2025-10-20 03:11:34] "POST /neutron/port HTTP/1.1" 200 1086 0.026161 10.0.0.22 - - [2025-10-20 03:11:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.009575 10.0.0.22 - - [2025-10-20 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2025-10-20 03:11:35] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005255 10.0.0.22 - - [2025-10-20 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2025-10-20 03:11:39] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004761 10.0.0.22 - - [2025-10-20 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-10-20 03:11:43] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004742 10.0.0.27 - - [2025-10-20 03:11:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-10-20 03:11:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2025-10-20 03:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 03:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-10-20 03:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.254 - - [2025-10-20 03:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.254 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.254 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2025-10-20 03:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2025-10-20 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.22 - - [2025-10-20 03:11:47] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004976 10.0.0.27 - - [2025-10-20 03:11:51] "DELETE /project/c6648dffde6e4ebc8b801afb20162a1d HTTP/1.1" 404 173 0.054221 10.0.0.27 - - [2025-10-20 03:11:51] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001191 10.0.0.27 - - [2025-10-20 03:11:51] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.048959 10.0.0.27 - - [2025-10-20 03:11:51] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.27 - - [2025-10-20 03:11:51] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?fields=security_groups HTTP/1.1" 200 1116 0.061285 10.0.0.22 - - [2025-10-20 03:11:51] "DELETE /access-control-list/f86d60ac-c8f1-442c-9944-449dc753b97c HTTP/1.1" 200 115 0.072788 10.0.0.27 - - [2025-10-20 03:11:51] "GET /projects?obj_uuids=54a45f2c-408d-42ff-9311-8c433cf12047&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000784 10.0.0.27 - - [2025-10-20 03:11:51] "GET /project/54a45f2c-408d-42ff-9311-8c433cf12047?fields=application_policy_sets HTTP/1.1" 200 1418 0.047134 10.0.0.27 - - [2025-10-20 03:11:51] "DELETE /project/54a45f2c-408d-42ff-9311-8c433cf12047 HTTP/1.1" 200 115 0.423168 10.0.0.22 - - [2025-10-20 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.22 - - [2025-10-20 03:11:51] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004725 10.0.0.22 - - [2025-10-20 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-10-20 03:11:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003874 10.0.0.22 - - [2025-10-20 03:11:53] "GET /virtual-networks?parent_id=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002702 10.0.0.22 - - [2025-10-20 03:11:53] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005434 10.0.0.22 - - [2025-10-20 03:11:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014514 10.0.0.22 - - [2025-10-20 03:11:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006374 10.0.0.22 - - [2025-10-20 03:12:04] "POST /neutron/port HTTP/1.1" 200 1086 0.018269 10.0.0.22 - - [2025-10-20 03:12:32] "POST /neutron/network HTTP/1.1" 200 833 0.006217 10.0.0.22 - - [2025-10-20 03:12:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.000839 10.0.0.22 - - [2025-10-20 03:12:32] "POST /neutron/network HTTP/1.1" 200 843 0.006653 10.0.0.27 - - [2025-10-20 03:12:32] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.021394 10.0.0.22 - - [2025-10-20 03:12:33] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.086438 10.0.0.22 - - [2025-10-20 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009669 10.0.0.22 - - [2025-10-20 03:12:33] "POST /neutron/network HTTP/1.1" 200 843 0.007273 10.0.0.22 - - [2025-10-20 03:12:34] "POST /neutron/port HTTP/1.1" 200 1058 0.014333 10.0.0.22 - - [2025-10-20 03:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003421 10.0.0.22 - - [2025-10-20 03:12:34] "POST /neutron/network HTTP/1.1" 200 833 0.007185 10.0.0.22 - - [2025-10-20 03:12:36] "POST /neutron/network HTTP/1.1" 200 843 0.026016 10.0.0.22 - - [2025-10-20 03:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.22 - - [2025-10-20 03:12:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006907 10.0.0.22 - - [2025-10-20 03:12:38] "POST /neutron/port HTTP/1.1" 200 1086 0.015823 10.0.0.22 - - [2025-10-20 03:12:38] "GET /virtual-machine/fc0f7aa8-6d24-4036-ae6b-86f02da9bd71 HTTP/1.1" 200 1294 0.005794 10.0.0.22 - - [2025-10-20 03:12:38] "GET /virtual-machine-interface/a74cf559-b73e-4621-a4d2-f64e56594dbe HTTP/1.1" 200 2965 0.004888 10.0.0.22 - - [2025-10-20 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2025-10-20 03:12:38] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004666 10.0.0.22 - - [2025-10-20 03:12:38] "GET /virtual-networks?parent_id=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002999 10.0.0.22 - - [2025-10-20 03:12:38] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005552 10.0.0.22 - - [2025-10-20 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.22 - - [2025-10-20 03:12:41] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005045 10.0.0.22 - - [2025-10-20 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-10-20 03:12:45] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004591 10.0.0.22 - - [2025-10-20 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.22 - - [2025-10-20 03:12:49] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005315 10.0.0.22 - - [2025-10-20 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-10-20 03:12:54] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004884 10.0.0.22 - - [2025-10-20 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.22 - - [2025-10-20 03:12:58] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005235 10.0.0.22 - - [2025-10-20 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.22 - - [2025-10-20 03:13:02] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006323 10.0.0.22 - - [2025-10-20 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.22 - - [2025-10-20 03:13:06] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005088 10.0.0.22 - - [2025-10-20 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-10-20 03:13:10] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004476 10.0.0.22 - - [2025-10-20 03:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.22 - - [2025-10-20 03:13:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008537 10.0.0.22 - - [2025-10-20 03:13:12] "GET /virtual-networks?parent_id=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002466 10.0.0.22 - - [2025-10-20 03:13:12] "GET /virtual-network/4bad308e-ceb8-411d-b0b2-72111abfbcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006004 10.0.0.22 - - [2025-10-20 03:13:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006948 10.0.0.22 - - [2025-10-20 03:13:21] "POST /neutron/port HTTP/1.1" 200 1086 0.017488 10.0.0.22 - - [2025-10-20 03:13:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007040 10.0.0.22 - - [2025-10-20 03:13:33] "POST /neutron/port HTTP/1.1" 200 1086 0.015692 10.0.0.22 - - [2025-10-20 03:13:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.22 - - [2025-10-20 03:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.007399 10.0.0.22 - - [2025-10-20 03:13:37] "POST /neutron/network HTTP/1.1" 200 843 0.008870 10.0.0.22 - - [2025-10-20 03:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.22 - - [2025-10-20 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.22 - - [2025-10-20 03:13:58] "DELETE /virtual-DNS/14f63214-4718-4e4c-81be-574f121ec507 HTTP/1.1" 409 235 0.007583 10.0.0.22 - - [2025-10-20 03:13:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003185 10.0.0.22 - - [2025-10-20 03:13:58] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.024063 10.0.0.22 - - [2025-10-20 03:13:58] "GET /virtual-DNS-record/c84fcd63-a3e3-4b51-bebb-bef5a2825cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005507 10.0.0.22 - - [2025-10-20 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.22 - - [2025-10-20 03:13:58] "GET /virtual-DNS-record/c84fcd63-a3e3-4b51-bebb-bef5a2825cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003584 10.0.0.22 - - [2025-10-20 03:14:05] "DELETE /virtual-DNS-record/c84fcd63-a3e3-4b51-bebb-bef5a2825cc6 HTTP/1.1" 200 115 0.035695 10.0.0.22 - - [2025-10-20 03:14:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.008649 10.0.0.22 - - [2025-10-20 03:14:05] "POST /neutron/network HTTP/1.1" 400 204 0.015843 10.0.0.22 - - [2025-10-20 03:14:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015828 10.0.0.22 - - [2025-10-20 03:14:05] "POST /neutron/port HTTP/1.1" 200 151 0.224738 10.0.0.22 - - [2025-10-20 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.22 - - [2025-10-20 03:14:07] "DELETE /route-target/a9d7e572-361b-4b2e-aa55-bc9ad1540071 HTTP/1.1" 200 115 0.064177 10.0.0.22 - - [2025-10-20 03:14:07] "DELETE /network-ipam/f098b43a-0f20-45b1-91e2-587095f88547 HTTP/1.1" 200 115 0.049202 10.0.0.22 - - [2025-10-20 03:14:07] "DELETE /virtual-DNS/14f63214-4718-4e4c-81be-574f121ec507 HTTP/1.1" 200 115 0.035640 10.0.0.22 - - [2025-10-20 03:14:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.004094 10.0.0.27 - - [2025-10-20 03:14:09] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.22 - - [2025-10-20 03:14:09] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079574 10.0.0.27 - - [2025-10-20 03:14:09] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.22 - - [2025-10-20 03:14:09] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?fields=virtual_networks HTTP/1.1" 200 1045 0.040522 10.0.0.27 - - [2025-10-20 03:14:09] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.22 - - [2025-10-20 03:14:09] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.042294 10.0.0.27 - - [2025-10-20 03:14:09] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.22 - - [2025-10-20 03:14:09] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?fields=security_groups HTTP/1.1" 200 1272 0.045240 10.0.0.22 - - [2025-10-20 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.024035 10.0.0.27 - - [2025-10-20 03:14:10] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003853 10.0.0.27 - - [2025-10-20 03:14:10] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.27 - - [2025-10-20 03:14:10] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010416 10.0.0.27 - - [2025-10-20 03:14:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.002733 10.0.0.27 - - [2025-10-20 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.012681 10.0.0.27 - - [2025-10-20 03:14:10] "POST /security-groups HTTP/1.1" 200 592 0.083307 10.0.0.27 - - [2025-10-20 03:14:10] "POST /projects HTTP/1.1" 200 587 0.315157 10.0.0.22 - - [2025-10-20 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.011247 10.0.0.27 - - [2025-10-20 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.385993 10.0.0.22 - - [2025-10-20 03:14:10] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.542155 10.0.0.22 - - [2025-10-20 03:14:11] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.22 - - [2025-10-20 03:14:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-10-20 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.053813 10.0.0.27 - - [2025-10-20 03:14:13] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.22 - - [2025-10-20 03:14:13] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.036242 10.0.0.22 - - [2025-10-20 03:14:13] "POST /neutron/network HTTP/1.1" 200 117 0.030316 10.0.0.22 - - [2025-10-20 03:14:14] "POST /ref-update HTTP/1.1" 200 156 0.030795 10.0.0.22 - - [2025-10-20 03:14:14] "POST /neutron/network HTTP/1.1" 200 826 0.010578 10.0.0.22 - - [2025-10-20 03:14:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.000921 10.0.0.22 - - [2025-10-20 03:14:14] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004414 10.0.0.22 - - [2025-10-20 03:14:14] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005060 10.0.0.22 - - [2025-10-20 03:14:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.009298 10.0.0.22 - - [2025-10-20 03:14:14] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005199 10.0.0.22 - - [2025-10-20 03:14:15] "GET /obj-perms HTTP/1.1" 200 5032 0.044454 10.0.0.27 - - [2025-10-20 03:14:16] "GET /obj-perms HTTP/1.1" 200 5032 0.042420 10.0.0.22 - - [2025-10-20 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-10-20 03:14:16] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.22 - - [2025-10-20 03:14:16] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.039040 10.0.0.27 - - [2025-10-20 03:14:16] "POST /useragent-kv HTTP/1.1" 200 115 0.009309 10.0.0.22 - - [2025-10-20 03:14:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.222968 10.0.0.22 - - [2025-10-20 03:14:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001139 10.0.0.22 - - [2025-10-20 03:14:16] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004961 10.0.0.22 - - [2025-10-20 03:14:16] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005244 10.0.0.22 - - [2025-10-20 03:14:16] "POST /neutron/network HTTP/1.1" 200 826 0.006840 10.0.0.22 - - [2025-10-20 03:14:17] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004954 10.0.0.254 - - [2025-10-20 03:14:17] "GET /obj-perms HTTP/1.1" 200 5032 0.043792 10.0.0.22 - - [2025-10-20 03:14:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001513 10.0.0.27 - - [2025-10-20 03:14:32] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000851 10.0.0.22 - - [2025-10-20 03:14:32] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.066789 10.0.0.22 - - [2025-10-20 03:14:32] "POST /neutron/network HTTP/1.1" 200 826 0.027447 10.0.0.22 - - [2025-10-20 03:14:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.22 - - [2025-10-20 03:14:32] "POST /neutron/port HTTP/1.1" 200 117 0.006355 10.0.0.27 - - [2025-10-20 03:14:32] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.22 - - [2025-10-20 03:14:33] "POST /neutron/port HTTP/1.1" 200 1060 0.381010 10.0.0.27 - - [2025-10-20 03:14:33] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.22 - - [2025-10-20 03:14:33] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.080965 10.0.0.22 - - [2025-10-20 03:14:33] "POST /neutron/port HTTP/1.1" 200 1114 0.154089 10.0.0.22 - - [2025-10-20 03:14:33] "POST /neutron/port HTTP/1.1" 200 1088 0.021638 10.0.0.22 - - [2025-10-20 03:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003902 10.0.0.22 - - [2025-10-20 03:14:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011129 10.0.0.22 - - [2025-10-20 03:14:34] "POST /neutron/network HTTP/1.1" 200 836 0.007078 10.0.0.22 - - [2025-10-20 03:14:34] "POST /neutron/port HTTP/1.1" 200 1060 0.044402 10.0.0.22 - - [2025-10-20 03:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008895 10.0.0.22 - - [2025-10-20 03:14:35] "POST /neutron/network HTTP/1.1" 200 826 0.007769 10.0.0.22 - - [2025-10-20 03:14:44] "POST /neutron/port HTTP/1.1" 200 1088 0.014278 10.0.0.22 - - [2025-10-20 03:14:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007181 10.0.0.27 - - [2025-10-20 03:14:51] "DELETE /project/85e41e888cbc41b1aa886cb4c075a0f5 HTTP/1.1" 404 173 0.007794 10.0.0.27 - - [2025-10-20 03:14:51] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001283 10.0.0.27 - - [2025-10-20 03:14:51] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.069691 10.0.0.27 - - [2025-10-20 03:14:51] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001488 10.0.0.27 - - [2025-10-20 03:14:51] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?fields=security_groups HTTP/1.1" 200 1377 0.088163 10.0.0.27 - - [2025-10-20 03:14:51] "DELETE /security-group/ae1696fd-8c66-4b86-b5a2-7852421a979f HTTP/1.1" 404 177 0.004874 10.0.0.22 - - [2025-10-20 03:14:51] "DELETE /access-control-list/73d55334-dcc3-41af-b02c-d45d3e969611 HTTP/1.1" 200 115 0.049169 10.0.0.27 - - [2025-10-20 03:14:51] "GET /projects?obj_uuids=c6648dff-de6e-4ebc-8b80-1afb20162a1d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.27 - - [2025-10-20 03:14:51] "GET /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d?fields=application_policy_sets HTTP/1.1" 200 1416 0.061380 10.0.0.27 - - [2025-10-20 03:14:52] "DELETE /project/c6648dff-de6e-4ebc-8b80-1afb20162a1d HTTP/1.1" 200 115 0.459850 10.0.0.22 - - [2025-10-20 03:14:59] "POST /neutron/port HTTP/1.1" 200 1088 0.013324 10.0.0.22 - - [2025-10-20 03:15:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008050 10.0.0.22 - - [2025-10-20 03:15:04] "POST /neutron/port HTTP/1.1" 200 1088 0.013711 10.0.0.22 - - [2025-10-20 03:15:04] "GET /virtual-machine/5ed68d3e-5ac1-4f22-a238-0e74bc36dc4a HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-10-20 03:15:04] "GET /virtual-machine/5ed68d3e-5ac1-4f22-a238-0e74bc36dc4a HTTP/1.1" 200 1293 0.028679 10.0.0.22 - - [2025-10-20 03:15:04] "GET /virtual-machine-interface/360aa8c9-417b-4dcc-8ccf-965f52bb1943 HTTP/1.1" 200 2949 0.005292 10.0.0.22 - - [2025-10-20 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.22 - - [2025-10-20 03:15:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003366 10.0.0.22 - - [2025-10-20 03:15:04] "GET /virtual-networks?parent_id=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003067 10.0.0.22 - - [2025-10-20 03:15:05] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005111 10.0.0.22 - - [2025-10-20 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.22 - - [2025-10-20 03:15:08] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005904 10.0.0.22 - - [2025-10-20 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.22 - - [2025-10-20 03:15:12] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004999 10.0.0.22 - - [2025-10-20 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.22 - - [2025-10-20 03:15:16] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004894 10.0.0.22 - - [2025-10-20 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-10-20 03:15:20] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005575 10.0.0.22 - - [2025-10-20 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.22 - - [2025-10-20 03:15:24] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004946 10.0.0.22 - - [2025-10-20 03:15:27] "GET /obj-perms HTTP/1.1" 200 5056 0.045614 10.0.0.22 - - [2025-10-20 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.22 - - [2025-10-20 03:15:28] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005370 10.0.0.22 - - [2025-10-20 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.22 - - [2025-10-20 03:15:32] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004848 10.0.0.22 - - [2025-10-20 03:15:33] "POST /neutron/port HTTP/1.1" 200 1088 0.019572 10.0.0.22 - - [2025-10-20 03:15:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.009220 10.0.0.22 - - [2025-10-20 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.22 - - [2025-10-20 03:15:36] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004655 10.0.0.22 - - [2025-10-20 03:15:37] "POST /neutron/port HTTP/1.1" 200 1088 0.013813 10.0.0.22 - - [2025-10-20 03:15:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004989 10.0.0.22 - - [2025-10-20 03:15:37] "POST /neutron/network HTTP/1.1" 200 826 0.007749 10.0.0.22 - - [2025-10-20 03:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.22 - - [2025-10-20 03:15:40] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005147 10.0.0.22 - - [2025-10-20 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-10-20 03:15:44] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005186 10.0.0.22 - - [2025-10-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.22 - - [2025-10-20 03:15:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004131 10.0.0.22 - - [2025-10-20 03:15:47] "GET /virtual-networks?parent_id=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002748 10.0.0.22 - - [2025-10-20 03:15:47] "GET /virtual-network/0a848843-a2a3-4727-aa21-a3fdcb603274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006321 10.0.0.22 - - [2025-10-20 03:15:52] "POST /neutron/port HTTP/1.1" 200 1088 0.014620 10.0.0.22 - - [2025-10-20 03:15:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007015 10.0.0.22 - - [2025-10-20 03:16:02] "POST /neutron/port HTTP/1.1" 200 1088 0.014883 10.0.0.22 - - [2025-10-20 03:16:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008277 10.0.0.22 - - [2025-10-20 03:16:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015472 10.0.0.22 - - [2025-10-20 03:16:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009233 10.0.0.27 - - [2025-10-20 03:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.044884 10.0.0.22 - - [2025-10-20 03:16:28] "POST /neutron/port HTTP/1.1" 200 1088 0.016478 10.0.0.22 - - [2025-10-20 03:16:33] "POST /neutron/port HTTP/1.1" 200 1088 0.015847 10.0.0.22 - - [2025-10-20 03:16:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.008692 10.0.0.22 - - [2025-10-20 03:16:33] "POST /neutron/port HTTP/1.1" 200 1088 0.014308 10.0.0.22 - - [2025-10-20 03:16:37] "POST /neutron/port HTTP/1.1" 200 1088 0.013522 10.0.0.22 - - [2025-10-20 03:16:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.008386 10.0.0.22 - - [2025-10-20 03:16:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014915 10.0.0.22 - - [2025-10-20 03:16:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007007 10.0.0.22 - - [2025-10-20 03:16:38] "GET /virtual-machine/69979e14-3c10-4fa9-95cb-5045697e5e98 HTTP/1.1" 200 1293 0.005411 10.0.0.22 - - [2025-10-20 03:16:38] "GET /virtual-machine-interface/50f46fcd-61b1-483c-95e2-e6f15481fd74 HTTP/1.1" 200 2949 0.005516 10.0.0.22 - - [2025-10-20 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.22 - - [2025-10-20 03:16:39] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003459 10.0.0.22 - - [2025-10-20 03:16:39] "GET /virtual-networks?parent_id=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003238 10.0.0.22 - - [2025-10-20 03:16:39] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005379 10.0.0.22 - - [2025-10-20 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-10-20 03:16:40] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.22 - - [2025-10-20 03:16:40] "GET /virtual-networks?parent_id=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002868 10.0.0.22 - - [2025-10-20 03:16:40] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005180 10.0.0.22 - - [2025-10-20 03:16:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014500 10.0.0.27 - - [2025-10-20 03:16:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-10-20 03:16:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-10-20 03:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.254 - - [2025-10-20 03:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2025-10-20 03:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.254 - - [2025-10-20 03:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000323 10.0.0.27 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.254 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.254 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-10-20 03:16:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006920 10.0.0.22 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-20 03:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.22 - - [2025-10-20 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2025-10-20 03:16:50] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000787 10.0.0.22 - - [2025-10-20 03:16:50] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.036958 10.0.0.22 - - [2025-10-20 03:16:50] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005159 10.0.0.22 - - [2025-10-20 03:16:50] "GET /floating-ip-pools?parent_id=f178fe55-a5c7-4cb7-823e-a1e39568fc87&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003513 10.0.0.22 - - [2025-10-20 03:16:50] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005661 10.0.0.22 - - [2025-10-20 03:16:50] "POST /floating-ip-pools HTTP/1.1" 200 598 0.028468 10.0.0.22 - - [2025-10-20 03:16:50] "POST /ref-update HTTP/1.1" 200 156 0.012846 10.0.0.22 - - [2025-10-20 03:16:50] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004906 10.0.0.22 - - [2025-10-20 03:16:51] "GET /virtual-network/f178fe55-a5c7-4cb7-823e-a1e39568fc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005242 10.0.0.22 - - [2025-10-20 03:16:51] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008631 10.0.0.22 - - [2025-10-20 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-10-20 03:16:51] "GET /routing-instance/6f72d937-fcaa-4c2d-a5be-bf0b9a67f46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003386 10.0.0.22 - - [2025-10-20 03:16:51] "GET /route-target/5f041a23-8764-42c5-9210-ee0854720110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003542 10.0.0.22 - - [2025-10-20 03:17:12] "POST /neutron/floatingip HTTP/1.1" 200 575 0.015038 10.0.0.22 - - [2025-10-20 03:17:13] "POST /neutron/floatingip HTTP/1.1" 200 115 0.055849 10.0.0.22 - - [2025-10-20 03:17:13] "GET /floating-ip-pool/093b4964-c415-4d44-b5e2-e8f2dbee36ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.006244 10.0.0.22 - - [2025-10-20 03:17:13] "POST /ref-update HTTP/1.1" 200 156 0.017511 10.0.0.22 - - [2025-10-20 03:17:13] "DELETE /floating-ip-pool/093b4964-c415-4d44-b5e2-e8f2dbee36ac HTTP/1.1" 200 115 0.030563 10.0.0.22 - - [2025-10-20 03:17:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014419 10.0.0.22 - - [2025-10-20 03:17:13] "POST /neutron/port HTTP/1.1" 200 1114 0.012901 10.0.0.22 - - [2025-10-20 03:17:15] "POST /neutron/network HTTP/1.1" 200 826 0.008535 10.0.0.22 - - [2025-10-20 03:17:15] "DELETE /route-target/947a00e0-ebdb-408e-9f28-ad87ba3eced6 HTTP/1.1" 200 115 0.023811 10.0.0.27 - - [2025-10-20 03:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006314 10.0.0.27 - - [2025-10-20 03:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002711 10.0.0.22 - - [2025-10-20 03:17:15] "POST /neutron/network HTTP/1.1" 200 151 0.119604 10.0.0.27 - - [2025-10-20 03:17:17] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.22 - - [2025-10-20 03:17:17] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044379 10.0.0.27 - - [2025-10-20 03:17:17] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.22 - - [2025-10-20 03:17:17] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?fields=virtual_networks HTTP/1.1" 200 1044 0.042185 10.0.0.27 - - [2025-10-20 03:17:17] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.22 - - [2025-10-20 03:17:17] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.041016 10.0.0.27 - - [2025-10-20 03:17:17] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.22 - - [2025-10-20 03:17:17] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?fields=security_groups HTTP/1.1" 200 1271 0.040314 10.0.0.22 - - [2025-10-20 03:17:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.022460 10.0.0.27 - - [2025-10-20 03:17:18] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002949 10.0.0.27 - - [2025-10-20 03:17:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.27 - - [2025-10-20 03:17:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028288 10.0.0.27 - - [2025-10-20 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.002516 10.0.0.27 - - [2025-10-20 03:17:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.007907 10.0.0.27 - - [2025-10-20 03:17:18] "POST /security-groups HTTP/1.1" 200 591 0.027919 10.0.0.22 - - [2025-10-20 03:17:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.004603 10.0.0.27 - - [2025-10-20 03:17:18] "POST /projects HTTP/1.1" 200 585 0.226908 10.0.0.27 - - [2025-10-20 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.294001 10.0.0.22 - - [2025-10-20 03:17:18] "POST /access-control-lists HTTP/1.1" 200 594 0.028909 10.0.0.22 - - [2025-10-20 03:17:18] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.444497 10.0.0.22 - - [2025-10-20 03:17:19] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.22 - - [2025-10-20 03:17:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-10-20 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.071515 10.0.0.27 - - [2025-10-20 03:17:21] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.22 - - [2025-10-20 03:17:22] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042054 10.0.0.27 - - [2025-10-20 03:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.016726 10.0.0.22 - - [2025-10-20 03:17:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.266974 10.0.0.22 - - [2025-10-20 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001190 10.0.0.22 - - [2025-10-20 03:17:22] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004991 10.0.0.22 - - [2025-10-20 03:17:22] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006938 10.0.0.22 - - [2025-10-20 03:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.017094 10.0.0.22 - - [2025-10-20 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001189 10.0.0.22 - - [2025-10-20 03:17:22] "POST /neutron/network HTTP/1.1" 200 849 0.010693 10.0.0.27 - - [2025-10-20 03:17:23] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.22 - - [2025-10-20 03:17:23] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062550 10.0.0.22 - - [2025-10-20 03:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.006256 10.0.0.22 - - [2025-10-20 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.22 - - [2025-10-20 03:17:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003592 10.0.0.22 - - [2025-10-20 03:17:23] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.011974 10.0.0.27 - - [2025-10-20 03:17:24] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.22 - - [2025-10-20 03:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.278862 10.0.0.22 - - [2025-10-20 03:17:24] "POST /neutron/port HTTP/1.1" 200 1109 0.088595 10.0.0.22 - - [2025-10-20 03:17:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.008065 10.0.0.254 - - [2025-10-20 03:17:28] "GET /obj-perms HTTP/1.1" 200 5056 0.045043 10.0.0.22 - - [2025-10-20 03:17:29] "POST /neutron/port HTTP/1.1" 200 1083 0.014450 10.0.0.22 - - [2025-10-20 03:17:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007901 10.0.0.22 - - [2025-10-20 03:17:29] "GET /virtual-machine/a93d10b4-aed9-4a76-96ac-2bcd99bf05f5 HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2025-10-20 03:17:29] "GET /virtual-machine/a93d10b4-aed9-4a76-96ac-2bcd99bf05f5 HTTP/1.1" 200 1293 0.026633 10.0.0.22 - - [2025-10-20 03:17:29] "GET /virtual-machine-interface/842eb420-23d1-474c-ba49-f7b08e1a711b HTTP/1.1" 200 2971 0.004577 10.0.0.22 - - [2025-10-20 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.22 - - [2025-10-20 03:17:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003683 10.0.0.22 - - [2025-10-20 03:17:29] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002370 10.0.0.22 - - [2025-10-20 03:17:29] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005557 10.0.0.22 - - [2025-10-20 03:17:32] "POST /neutron/port HTTP/1.1" 200 1083 0.036766 10.0.0.22 - - [2025-10-20 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-10-20 03:17:32] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004652 10.0.0.22 - - [2025-10-20 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.22 - - [2025-10-20 03:17:36] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004998 10.0.0.22 - - [2025-10-20 03:17:38] "POST /neutron/port HTTP/1.1" 200 1083 0.037403 10.0.0.22 - - [2025-10-20 03:17:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.008076 10.0.0.22 - - [2025-10-20 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-20 03:17:39] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004277 10.0.0.22 - - [2025-10-20 03:17:39] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003061 10.0.0.22 - - [2025-10-20 03:17:39] "GET /virtual-network/22be0a6f-0865-4e1f-8c05-5c32f170ddd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005644 10.0.0.22 - - [2025-10-20 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2025-10-20 03:17:40] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003880 10.0.0.22 - - [2025-10-20 03:17:40] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.011231 10.0.0.22 - - [2025-10-20 03:17:41] "POST /neutron/network HTTP/1.1" 200 839 0.007047 10.0.0.22 - - [2025-10-20 03:17:41] "POST /neutron/port HTTP/1.1" 200 1109 0.012262 10.0.0.22 - - [2025-10-20 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2025-10-20 03:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.024774 10.0.0.27 - - [2025-10-20 03:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.22 - - [2025-10-20 03:17:43] "POST /neutron/network HTTP/1.1" 200 151 0.149007 10.0.0.22 - - [2025-10-20 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2025-10-20 03:17:46] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.22 - - [2025-10-20 03:17:46] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040428 10.0.0.22 - - [2025-10-20 03:17:46] "POST /ref-update HTTP/1.1" 200 156 0.030644 10.0.0.27 - - [2025-10-20 03:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007948 10.0.0.22 - - [2025-10-20 03:17:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.182485 10.0.0.22 - - [2025-10-20 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001113 10.0.0.22 - - [2025-10-20 03:17:46] "GET /virtual-network/cec62a16-80b1-4bb6-9eb8-5a387a0ff93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004607 10.0.0.22 - - [2025-10-20 03:17:46] "GET /virtual-network/cec62a16-80b1-4bb6-9eb8-5a387a0ff93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004903 10.0.0.22 - - [2025-10-20 03:17:46] "POST /neutron/network HTTP/1.1" 200 825 0.006060 10.0.0.22 - - [2025-10-20 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001159 10.0.0.27 - - [2025-10-20 03:17:47] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.22 - - [2025-10-20 03:17:47] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.056199 10.0.0.22 - - [2025-10-20 03:17:47] "POST /neutron/network HTTP/1.1" 200 825 0.005429 10.0.0.22 - - [2025-10-20 03:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.006862 10.0.0.22 - - [2025-10-20 03:17:48] "POST /neutron/port HTTP/1.1" 200 1061 0.013827 10.0.0.22 - - [2025-10-20 03:17:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015403 10.0.0.22 - - [2025-10-20 03:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.27 - - [2025-10-20 03:17:52] "DELETE /project/4864f9fbf80b4849a21ef22f353c4451 HTTP/1.1" 404 173 0.003814 10.0.0.27 - - [2025-10-20 03:17:52] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.27 - - [2025-10-20 03:17:52] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.048595 10.0.0.27 - - [2025-10-20 03:17:52] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004968 10.0.0.27 - - [2025-10-20 03:17:52] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?fields=security_groups HTTP/1.1" 200 1376 0.068429 10.0.0.27 - - [2025-10-20 03:17:52] "DELETE /security-group/aef692e6-c040-47c3-9150-3e62efc2c15a HTTP/1.1" 404 171 0.024661 10.0.0.27 - - [2025-10-20 03:17:52] "GET /projects?obj_uuids=85e41e88-8cbc-41b1-aa88-6cb4c075a0f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.27 - - [2025-10-20 03:17:52] "GET /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5?fields=application_policy_sets HTTP/1.1" 200 1415 0.072708 10.0.0.27 - - [2025-10-20 03:17:52] "DELETE /project/85e41e88-8cbc-41b1-aa88-6cb4c075a0f5 HTTP/1.1" 200 115 0.493858 10.0.0.22 - - [2025-10-20 03:17:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007530 10.0.0.22 - - [2025-10-20 03:17:53] "POST /neutron/port HTTP/1.1" 200 1089 0.016041 10.0.0.22 - - [2025-10-20 03:17:53] "GET /virtual-machine/b6ae3fed-ec5b-4c86-af4b-982511155d93 HTTP/1.1" 200 1293 0.005564 10.0.0.22 - - [2025-10-20 03:17:53] "GET /virtual-machine-interface/bbff72f3-b701-4199-8037-72f1f8747599 HTTP/1.1" 200 2941 0.009330 10.0.0.22 - - [2025-10-20 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.22 - - [2025-10-20 03:17:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003247 10.0.0.22 - - [2025-10-20 03:17:53] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002872 10.0.0.22 - - [2025-10-20 03:17:53] "GET /virtual-network/cec62a16-80b1-4bb6-9eb8-5a387a0ff93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005289 10.0.0.22 - - [2025-10-20 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-10-20 03:17:56] "GET /virtual-network/cec62a16-80b1-4bb6-9eb8-5a387a0ff93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005909 10.0.0.22 - - [2025-10-20 03:17:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006603 10.0.0.22 - - [2025-10-20 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-10-20 03:17:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003452 10.0.0.22 - - [2025-10-20 03:17:58] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002715 10.0.0.22 - - [2025-10-20 03:17:58] "GET /virtual-network/cec62a16-80b1-4bb6-9eb8-5a387a0ff93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005662 10.0.0.22 - - [2025-10-20 03:18:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015573 10.0.0.22 - - [2025-10-20 03:18:02] "POST /neutron/network HTTP/1.1" 200 825 0.006739 10.0.0.22 - - [2025-10-20 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.22 - - [2025-10-20 03:18:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003764 10.0.0.22 - - [2025-10-20 03:18:05] "POST /network-ipams HTTP/1.1" 200 541 0.028749 10.0.0.22 - - [2025-10-20 03:18:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003111 10.0.0.22 - - [2025-10-20 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.22 - - [2025-10-20 03:18:05] "GET /network-ipam/c53201b0-8622-49c1-992c-b0966b3f2c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006732 10.0.0.22 - - [2025-10-20 03:18:05] "PUT /network-ipam/c53201b0-8622-49c1-992c-b0966b3f2c97 HTTP/1.1" 200 258 0.013184 10.0.0.22 - - [2025-10-20 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-10-20 03:18:05] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.22 - - [2025-10-20 03:18:05] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043785 10.0.0.27 - - [2025-10-20 03:18:05] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001514 10.0.0.22 - - [2025-10-20 03:18:05] "POST /neutron/network HTTP/1.1" 200 605 0.128061 10.0.0.22 - - [2025-10-20 03:18:05] "POST /ref-update HTTP/1.1" 200 156 0.028892 10.0.0.22 - - [2025-10-20 03:18:06] "POST /neutron/network HTTP/1.1" 200 994 0.010993 10.0.0.22 - - [2025-10-20 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.000961 10.0.0.22 - - [2025-10-20 03:18:06] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004839 10.0.0.22 - - [2025-10-20 03:18:06] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004968 10.0.0.22 - - [2025-10-20 03:18:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008543 10.0.0.22 - - [2025-10-20 03:18:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.009106 10.0.0.27 - - [2025-10-20 03:18:06] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.22 - - [2025-10-20 03:18:06] "POST /neutron/port HTTP/1.1" 200 1017 0.236308 10.0.0.22 - - [2025-10-20 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001443 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/network HTTP/1.1" 200 994 0.008103 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009433 10.0.0.22 - - [2025-10-20 03:18:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001138 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008925 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009358 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/network HTTP/1.1" 200 1004 0.009984 10.0.0.22 - - [2025-10-20 03:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.008741 10.0.0.22 - - [2025-10-20 03:18:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001171 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/port HTTP/1.1" 200 1083 0.027312 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004578 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/network HTTP/1.1" 200 994 0.010246 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/network HTTP/1.1" 200 1004 0.008881 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/port HTTP/1.1" 200 1109 0.125597 10.0.0.22 - - [2025-10-20 03:18:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.012027 10.0.0.27 - - [2025-10-20 03:18:08] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.22 - - [2025-10-20 03:18:08] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.086760 10.0.0.22 - - [2025-10-20 03:18:09] "POST /neutron/network HTTP/1.1" 200 994 0.010563 10.0.0.22 - - [2025-10-20 03:18:09] "POST /neutron/port HTTP/1.1" 200 117 0.008100 10.0.0.22 - - [2025-10-20 03:18:09] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006590 10.0.0.22 - - [2025-10-20 03:18:10] "POST /neutron/port HTTP/1.1" 200 1055 0.016218 10.0.0.22 - - [2025-10-20 03:18:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018383 10.0.0.22 - - [2025-10-20 03:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.001737 10.0.0.22 - - [2025-10-20 03:18:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007327 10.0.0.22 - - [2025-10-20 03:18:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014119 10.0.0.22 - - [2025-10-20 03:18:11] "GET /virtual-machine/fa8b29dd-02d3-4059-af79-5283dfa317ba HTTP/1.1" 200 1289 0.006254 10.0.0.22 - - [2025-10-20 03:18:11] "GET /virtual-machine-interface/0cabe416-2792-462e-928c-fe67636b7ed3 HTTP/1.1" 200 2940 0.005060 10.0.0.22 - - [2025-10-20 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.22 - - [2025-10-20 03:18:11] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003658 10.0.0.22 - - [2025-10-20 03:18:11] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003485 10.0.0.22 - - [2025-10-20 03:18:11] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005289 10.0.0.22 - - [2025-10-20 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.22 - - [2025-10-20 03:18:14] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005421 10.0.0.22 - - [2025-10-20 03:18:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007949 10.0.0.22 - - [2025-10-20 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.22 - - [2025-10-20 03:18:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003039 10.0.0.22 - - [2025-10-20 03:18:18] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002986 10.0.0.22 - - [2025-10-20 03:18:18] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005730 10.0.0.22 - - [2025-10-20 03:18:18] "POST /neutron/port HTTP/1.1" 200 1083 0.021674 10.0.0.22 - - [2025-10-20 03:18:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006142 10.0.0.22 - - [2025-10-20 03:18:19] "GET /virtual-machine/8048aff1-4001-49be-b651-60536a3be8c2 HTTP/1.1" 200 1288 0.005501 10.0.0.22 - - [2025-10-20 03:18:19] "GET /virtual-machine-interface/3cf0bdb4-ec92-4ea8-a7f5-5d3658d192a0 HTTP/1.1" 200 2941 0.005507 10.0.0.22 - - [2025-10-20 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.22 - - [2025-10-20 03:18:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003143 10.0.0.22 - - [2025-10-20 03:18:19] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002899 10.0.0.22 - - [2025-10-20 03:18:19] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005727 10.0.0.22 - - [2025-10-20 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2025-10-20 03:18:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003851 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002876 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005698 10.0.0.22 - - [2025-10-20 03:18:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016462 10.0.0.22 - - [2025-10-20 03:18:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007549 10.0.0.22 - - [2025-10-20 03:18:20] "POST /neutron/port HTTP/1.1" 200 1083 0.014161 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-machine/ed87107b-b2cc-4eb4-9caa-b42a2d229a21 HTTP/1.1" 200 1293 0.006305 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-machine-interface/328a6c1e-800d-4ce1-b4c8-f525854628de HTTP/1.1" 200 2941 0.005044 10.0.0.22 - - [2025-10-20 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.22 - - [2025-10-20 03:18:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003114 10.0.0.22 - - [2025-10-20 03:18:20] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005146 10.0.0.22 - - [2025-10-20 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.22 - - [2025-10-20 03:18:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003811 10.0.0.22 - - [2025-10-20 03:18:21] "GET /virtual-networks?parent_id=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003055 10.0.0.22 - - [2025-10-20 03:18:21] "GET /virtual-network/37d6b3aa-ac6f-43fe-ad88-8278e2d5add8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005520 10.0.0.22 - - [2025-10-20 03:18:29] "GET /obj-perms HTTP/1.1" 200 5056 0.045260 10.0.0.22 - - [2025-10-20 03:18:35] "POST /neutron/port HTTP/1.1" 200 1083 0.013980 10.0.0.22 - - [2025-10-20 03:18:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.011055 10.0.0.22 - - [2025-10-20 03:18:37] "POST /neutron/port HTTP/1.1" 200 1109 0.013109 10.0.0.22 - - [2025-10-20 03:18:38] "POST /neutron/port HTTP/1.1" 200 1083 0.015477 10.0.0.22 - - [2025-10-20 03:18:38] "POST /neutron/port HTTP/1.1" 200 1109 0.012349 10.0.0.22 - - [2025-10-20 03:18:38] "POST /neutron/network HTTP/1.1" 200 994 0.011105 10.0.0.22 - - [2025-10-20 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.22 - - [2025-10-20 03:18:38] "DELETE /network-ipam/c53201b0-8622-49c1-992c-b0966b3f2c97 HTTP/1.1" 200 115 0.029444 10.0.0.22 - - [2025-10-20 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.011508 10.0.0.27 - - [2025-10-20 03:18:40] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.22 - - [2025-10-20 03:18:40] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040221 10.0.0.27 - - [2025-10-20 03:18:40] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.22 - - [2025-10-20 03:18:40] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?fields=virtual_networks HTTP/1.1" 200 1042 0.061878 10.0.0.27 - - [2025-10-20 03:18:40] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.22 - - [2025-10-20 03:18:40] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.038583 10.0.0.27 - - [2025-10-20 03:18:40] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.22 - - [2025-10-20 03:18:40] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?fields=security_groups HTTP/1.1" 200 1268 0.037573 10.0.0.22 - - [2025-10-20 03:18:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.023229 10.0.0.27 - - [2025-10-20 03:18:41] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004317 10.0.0.27 - - [2025-10-20 03:18:41] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.27 - - [2025-10-20 03:18:41] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007194 10.0.0.27 - - [2025-10-20 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.002747 10.0.0.27 - - [2025-10-20 03:18:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.007952 10.0.0.27 - - [2025-10-20 03:18:41] "POST /security-groups HTTP/1.1" 200 599 0.028523 10.0.0.22 - - [2025-10-20 03:18:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.007536 10.0.0.27 - - [2025-10-20 03:18:41] "POST /projects HTTP/1.1" 200 601 0.235463 10.0.0.27 - - [2025-10-20 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.313018 10.0.0.22 - - [2025-10-20 03:18:41] "POST /access-control-lists HTTP/1.1" 200 602 0.033128 10.0.0.22 - - [2025-10-20 03:18:41] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.448762 10.0.0.22 - - [2025-10-20 03:18:42] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.22 - - [2025-10-20 03:18:43] "POST /neutron/port HTTP/1.1" 400 205 0.003891 10.0.0.22 - - [2025-10-20 03:18:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.22 - - [2025-10-20 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.053234 10.0.0.27 - - [2025-10-20 03:18:44] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000794 10.0.0.22 - - [2025-10-20 03:18:44] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038166 10.0.0.22 - - [2025-10-20 03:18:44] "POST /neutron/network HTTP/1.1" 200 117 0.030028 10.0.0.27 - - [2025-10-20 03:18:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006216 10.0.0.22 - - [2025-10-20 03:18:45] "POST /neutron/subnet HTTP/1.1" 200 730 0.171210 10.0.0.22 - - [2025-10-20 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001324 10.0.0.22 - - [2025-10-20 03:18:45] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005105 10.0.0.22 - - [2025-10-20 03:18:45] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005430 10.0.0.22 - - [2025-10-20 03:18:45] "POST /neutron/network HTTP/1.1" 200 1007 0.010273 10.0.0.22 - - [2025-10-20 03:18:46] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005566 10.0.0.27 - - [2025-10-20 03:18:47] "GET /obj-perms HTTP/1.1" 200 5046 0.043934 10.0.0.22 - - [2025-10-20 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001156 10.0.0.22 - - [2025-10-20 03:18:47] "POST /neutron/network HTTP/1.1" 200 1017 0.009213 10.0.0.27 - - [2025-10-20 03:18:48] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.22 - - [2025-10-20 03:18:48] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069467 10.0.0.22 - - [2025-10-20 03:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.005922 10.0.0.22 - - [2025-10-20 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001116 10.0.0.22 - - [2025-10-20 03:18:48] "POST /neutron/network HTTP/1.1" 200 1017 0.009144 10.0.0.22 - - [2025-10-20 03:18:49] "POST /neutron/port HTTP/1.1" 200 1176 0.017107 10.0.0.27 - - [2025-10-20 03:18:49] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.22 - - [2025-10-20 03:18:49] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.093340 10.0.0.22 - - [2025-10-20 03:18:49] "POST /neutron/port HTTP/1.1" 200 1204 0.019902 10.0.0.22 - - [2025-10-20 03:18:49] "POST /neutron/subnet HTTP/1.1" 200 1390 0.019561 10.0.0.22 - - [2025-10-20 03:18:49] "POST /neutron/network HTTP/1.1" 200 1007 0.009639 10.0.0.22 - - [2025-10-20 03:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.008160 10.0.0.22 - - [2025-10-20 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.002182 10.0.0.22 - - [2025-10-20 03:18:50] "POST /neutron/network HTTP/1.1" 200 1017 0.008269 10.0.0.22 - - [2025-10-20 03:18:50] "POST /neutron/port HTTP/1.1" 200 1176 0.021517 10.0.0.22 - - [2025-10-20 03:18:50] "POST /neutron/port HTTP/1.1" 200 1204 0.015574 10.0.0.22 - - [2025-10-20 03:18:50] "POST /neutron/subnet HTTP/1.1" 200 1390 0.012721 10.0.0.22 - - [2025-10-20 03:18:50] "POST /neutron/network HTTP/1.1" 200 1007 0.009407 10.0.0.27 - - [2025-10-20 03:18:51] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.22 - - [2025-10-20 03:18:51] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.081789 10.0.0.22 - - [2025-10-20 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006958 10.0.0.22 - - [2025-10-20 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001173 10.0.0.22 - - [2025-10-20 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007118 10.0.0.27 - - [2025-10-20 03:18:51] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/port HTTP/1.1" 200 1176 0.329648 10.0.0.27 - - [2025-10-20 03:18:52] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.22 - - [2025-10-20 03:18:52] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.141039 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/port HTTP/1.1" 200 1230 0.181091 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003674 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/port HTTP/1.1" 200 3376 0.033923 10.0.0.22 - - [2025-10-20 03:18:52] "POST /neutron/port HTTP/1.1" 200 1204 0.018741 10.0.0.27 - - [2025-10-20 03:18:53] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001274 10.0.0.27 - - [2025-10-20 03:18:53] "DELETE /project/552ed2a776dd41c79473ef9161f057ad HTTP/1.1" 404 173 0.006947 10.0.0.22 - - [2025-10-20 03:18:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010618 10.0.0.27 - - [2025-10-20 03:18:53] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.065671 10.0.0.27 - - [2025-10-20 03:18:53] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000810 10.0.0.27 - - [2025-10-20 03:18:53] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?fields=security_groups HTTP/1.1" 200 1373 0.067584 10.0.0.27 - - [2025-10-20 03:18:53] "DELETE /security-group/95aaf1a8-66c9-4f33-9c29-6a06466b840c HTTP/1.1" 200 115 0.080186 10.0.0.27 - - [2025-10-20 03:18:53] "GET /projects?obj_uuids=4864f9fb-f80b-4849-a21e-f22f353c4451&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.22 - - [2025-10-20 03:18:53] "GET /virtual-machine/40f3bc07-be6e-4cea-af1b-24960f87514d HTTP/1.1" 401 292 0.000305 10.0.0.22 - - [2025-10-20 03:18:53] "DELETE /access-control-list/d6bdb5c1-2d42-4e22-bf5c-c44da49071ab HTTP/1.1" 200 115 0.057149 10.0.0.27 - - [2025-10-20 03:18:53] "GET /project/4864f9fb-f80b-4849-a21e-f22f353c4451?fields=application_policy_sets HTTP/1.1" 200 1412 0.056194 10.0.0.22 - - [2025-10-20 03:18:53] "POST /neutron/network HTTP/1.1" 200 1017 0.014895 10.0.0.27 - - [2025-10-20 03:18:53] "DELETE /project/4864f9fb-f80b-4849-a21e-f22f353c4451 HTTP/1.1" 200 115 0.512054 10.0.0.22 - - [2025-10-20 03:18:53] "POST /neutron/port HTTP/1.1" 200 1176 0.025654 10.0.0.22 - - [2025-10-20 03:18:54] "GET /virtual-machine/40f3bc07-be6e-4cea-af1b-24960f87514d HTTP/1.1" 200 1300 0.065617 10.0.0.22 - - [2025-10-20 03:18:54] "GET /virtual-machine-interface/ddb7ea66-faad-4fef-bc14-5664c6bb50f6 HTTP/1.1" 200 3176 0.006628 10.0.0.22 - - [2025-10-20 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.22 - - [2025-10-20 03:18:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003479 10.0.0.22 - - [2025-10-20 03:18:54] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004506 10.0.0.22 - - [2025-10-20 03:18:54] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004813 10.0.0.22 - - [2025-10-20 03:18:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003289 10.0.0.22 - - [2025-10-20 03:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.22 - - [2025-10-20 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.22 - - [2025-10-20 03:18:57] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005005 10.0.0.22 - - [2025-10-20 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-10-20 03:19:01] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005467 10.0.0.22 - - [2025-10-20 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.22 - - [2025-10-20 03:19:05] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005208 10.0.0.22 - - [2025-10-20 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.22 - - [2025-10-20 03:19:09] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005028 10.0.0.22 - - [2025-10-20 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-10-20 03:19:13] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005240 10.0.0.22 - - [2025-10-20 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.22 - - [2025-10-20 03:19:17] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005025 10.0.0.22 - - [2025-10-20 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.22 - - [2025-10-20 03:19:21] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004589 10.0.0.22 - - [2025-10-20 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.22 - - [2025-10-20 03:19:25] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005129 10.0.0.254 - - [2025-10-20 03:19:29] "GET /obj-perms HTTP/1.1" 200 5056 0.040572 10.0.0.22 - - [2025-10-20 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2025-10-20 03:19:30] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005243 10.0.0.22 - - [2025-10-20 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.22 - - [2025-10-20 03:19:34] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004652 10.0.0.22 - - [2025-10-20 03:19:37] "POST /neutron/port HTTP/1.1" 200 1204 0.042878 10.0.0.22 - - [2025-10-20 03:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003386 10.0.0.22 - - [2025-10-20 03:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.22 - - [2025-10-20 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2025-10-20 03:19:38] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004856 10.0.0.22 - - [2025-10-20 03:19:41] "POST /neutron/port HTTP/1.1" 200 1204 0.017470 10.0.0.22 - - [2025-10-20 03:19:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.22 - - [2025-10-20 03:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.22 - - [2025-10-20 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.22 - - [2025-10-20 03:19:42] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005298 10.0.0.22 - - [2025-10-20 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.22 - - [2025-10-20 03:19:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003349 10.0.0.22 - - [2025-10-20 03:19:46] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002781 10.0.0.22 - - [2025-10-20 03:19:46] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006387 10.0.0.22 - - [2025-10-20 03:19:46] "POST /neutron/port HTTP/1.1" 200 1204 0.017479 10.0.0.22 - - [2025-10-20 03:19:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006700 10.0.0.22 - - [2025-10-20 03:19:54] "POST /neutron/port HTTP/1.1" 200 1204 0.016859 10.0.0.22 - - [2025-10-20 03:19:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008102 10.0.0.22 - - [2025-10-20 03:19:58] "POST /neutron/port HTTP/1.1" 200 1204 0.014383 10.0.0.22 - - [2025-10-20 03:20:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007603 10.0.0.22 - - [2025-10-20 03:20:12] "POST /neutron/port HTTP/1.1" 200 1204 0.014058 10.0.0.22 - - [2025-10-20 03:20:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010698 10.0.0.22 - - [2025-10-20 03:20:12] "GET /virtual-machine/3087cd15-42fe-47d4-85df-d07b5e4f9892 HTTP/1.1" 200 1299 0.007511 10.0.0.22 - - [2025-10-20 03:20:12] "GET /virtual-machine-interface/36e18583-4ad1-44e1-816b-fc59cc041a64 HTTP/1.1" 200 3174 0.006071 10.0.0.22 - - [2025-10-20 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.22 - - [2025-10-20 03:20:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004028 10.0.0.22 - - [2025-10-20 03:20:12] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003022 10.0.0.22 - - [2025-10-20 03:20:12] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005862 10.0.0.22 - - [2025-10-20 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.22 - - [2025-10-20 03:20:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003545 10.0.0.22 - - [2025-10-20 03:20:13] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002458 10.0.0.22 - - [2025-10-20 03:20:13] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005908 10.0.0.22 - - [2025-10-20 03:20:14] "POST /neutron/port HTTP/1.1" 200 1204 0.016401 10.0.0.22 - - [2025-10-20 03:20:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005994 10.0.0.22 - - [2025-10-20 03:20:14] "GET /virtual-machine/7bca571a-d973-49fc-b063-606ff87f86a5 HTTP/1.1" 200 1300 0.005547 10.0.0.22 - - [2025-10-20 03:20:14] "GET /virtual-machine-interface/7036b897-3b57-49a1-95d5-70b975b247e7 HTTP/1.1" 200 3175 0.006681 10.0.0.22 - - [2025-10-20 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.22 - - [2025-10-20 03:20:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003051 10.0.0.22 - - [2025-10-20 03:20:14] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002549 10.0.0.22 - - [2025-10-20 03:20:14] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006279 10.0.0.22 - - [2025-10-20 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.22 - - [2025-10-20 03:20:15] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003811 10.0.0.22 - - [2025-10-20 03:20:15] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002787 10.0.0.22 - - [2025-10-20 03:20:15] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005615 10.0.0.27 - - [2025-10-20 03:20:34] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.22 - - [2025-10-20 03:20:34] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042937 10.0.0.22 - - [2025-10-20 03:20:34] "POST /fqname-to-id HTTP/1.1" 404 226 0.002406 10.0.0.22 - - [2025-10-20 03:20:34] "POST /interface-route-tables HTTP/1.1" 200 575 0.025942 10.0.0.22 - - [2025-10-20 03:20:34] "GET /interface-route-table/ac4897ca-9618-4145-b235-f37dbdedb7f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006415 10.0.0.22 - - [2025-10-20 03:20:34] "GET /virtual-machine-interface/ddb7ea66-faad-4fef-bc14-5664c6bb50f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005417 10.0.0.22 - - [2025-10-20 03:20:34] "POST /ref-update HTTP/1.1" 200 156 0.013538 10.0.0.22 - - [2025-10-20 03:20:39] "POST /neutron/port HTTP/1.1" 200 1204 0.014719 10.0.0.22 - - [2025-10-20 03:20:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003629 10.0.0.22 - - [2025-10-20 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.22 - - [2025-10-20 03:20:42] "POST /neutron/port HTTP/1.1" 200 1204 0.014933 10.0.0.22 - - [2025-10-20 03:20:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003303 10.0.0.22 - - [2025-10-20 03:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.27 - - [2025-10-20 03:21:16] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001777 10.0.0.22 - - [2025-10-20 03:21:16] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041515 10.0.0.22 - - [2025-10-20 03:21:16] "POST /fqname-to-id HTTP/1.1" 404 226 0.002942 10.0.0.22 - - [2025-10-20 03:21:16] "POST /interface-route-tables HTTP/1.1" 200 575 0.028268 10.0.0.22 - - [2025-10-20 03:21:16] "GET /interface-route-table/4c212db7-ec20-4811-8b69-40d302986e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005653 10.0.0.22 - - [2025-10-20 03:21:16] "GET /virtual-machine-interface/36e18583-4ad1-44e1-816b-fc59cc041a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005897 10.0.0.22 - - [2025-10-20 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.014943 10.0.0.22 - - [2025-10-20 03:21:17] "GET /virtual-machine-interface/7036b897-3b57-49a1-95d5-70b975b247e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005700 10.0.0.22 - - [2025-10-20 03:21:17] "PUT /virtual-machine-interface/7036b897-3b57-49a1-95d5-70b975b247e7 HTTP/1.1" 200 284 0.013776 10.0.0.22 - - [2025-10-20 03:21:17] "GET /virtual-machine-interface/ddb7ea66-faad-4fef-bc14-5664c6bb50f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007188 10.0.0.22 - - [2025-10-20 03:21:17] "PUT /virtual-machine-interface/ddb7ea66-faad-4fef-bc14-5664c6bb50f6 HTTP/1.1" 200 284 0.012588 10.0.0.22 - - [2025-10-20 03:21:17] "GET /virtual-machine-interface/36e18583-4ad1-44e1-816b-fc59cc041a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.007200 10.0.0.22 - - [2025-10-20 03:21:17] "PUT /virtual-machine-interface/36e18583-4ad1-44e1-816b-fc59cc041a64 HTTP/1.1" 200 284 0.012456 10.0.0.22 - - [2025-10-20 03:21:31] "GET /obj-perms HTTP/1.1" 200 5056 0.042027 10.0.0.22 - - [2025-10-20 03:21:41] "POST /neutron/port HTTP/1.1" 200 1204 0.014304 10.0.0.22 - - [2025-10-20 03:21:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.22 - - [2025-10-20 03:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.22 - - [2025-10-20 03:21:43] "POST /neutron/port HTTP/1.1" 200 1204 0.016056 10.0.0.22 - - [2025-10-20 03:21:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.22 - - [2025-10-20 03:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.27 - - [2025-10-20 03:21:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-10-20 03:21:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-10-20 03:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 03:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-10-20 03:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.254 - - [2025-10-20 03:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.254 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.254 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.22 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.22 - - [2025-10-20 03:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-10-20 03:22:13] "POST /neutron/port HTTP/1.1" 200 1204 0.015061 10.0.0.22 - - [2025-10-20 03:22:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007134 10.0.0.22 - - [2025-10-20 03:22:13] "GET /virtual-machine/2401f4c5-ba53-421b-9f7f-62d42f2b59f5 HTTP/1.1" 200 1300 0.006427 10.0.0.22 - - [2025-10-20 03:22:13] "GET /virtual-machine-interface/3b1cdeee-c8ea-44ff-9640-eb17f75b3342 HTTP/1.1" 200 3175 0.005765 10.0.0.22 - - [2025-10-20 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.22 - - [2025-10-20 03:22:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003682 10.0.0.22 - - [2025-10-20 03:22:13] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002841 10.0.0.22 - - [2025-10-20 03:22:13] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005495 10.0.0.22 - - [2025-10-20 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.22 - - [2025-10-20 03:22:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003363 10.0.0.22 - - [2025-10-20 03:22:14] "GET /virtual-networks?parent_id=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005733 10.0.0.22 - - [2025-10-20 03:22:14] "GET /virtual-network/86634bf9-481c-418e-880d-f912cef13184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005488 10.0.0.22 - - [2025-10-20 03:22:15] "GET /virtual-machine-interface/3b1cdeee-c8ea-44ff-9640-eb17f75b3342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005184 10.0.0.22 - - [2025-10-20 03:22:15] "PUT /virtual-machine-interface/3b1cdeee-c8ea-44ff-9640-eb17f75b3342 HTTP/1.1" 200 284 0.014716 10.0.0.27 - - [2025-10-20 03:22:32] "GET /obj-perms HTTP/1.1" 200 5056 0.048880 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/port HTTP/1.1" 200 1204 0.015502 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/port HTTP/1.1" 200 1204 0.038287 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.22 - - [2025-10-20 03:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.27 - - [2025-10-20 03:22:50] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.022505 10.0.0.22 - - [2025-10-20 03:22:50] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060207 10.0.0.22 - - [2025-10-20 03:22:50] "POST /fqname-to-id HTTP/1.1" 404 226 0.002826 10.0.0.22 - - [2025-10-20 03:22:50] "POST /interface-route-tables HTTP/1.1" 200 575 0.028610 10.0.0.22 - - [2025-10-20 03:22:50] "GET /interface-route-table/18d1311b-34fa-4b65-b8d6-d5ebd0b6ff66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006062 10.0.0.22 - - [2025-10-20 03:22:50] "GET /virtual-machine-interface/3b1cdeee-c8ea-44ff-9640-eb17f75b3342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009793 10.0.0.22 - - [2025-10-20 03:22:50] "POST /ref-update HTTP/1.1" 200 156 0.013659 10.0.0.22 - - [2025-10-20 03:22:52] "GET /virtual-machine-interface/ddb7ea66-faad-4fef-bc14-5664c6bb50f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008098 10.0.0.22 - - [2025-10-20 03:22:52] "POST /ref-update HTTP/1.1" 200 156 0.017253 10.0.0.22 - - [2025-10-20 03:22:52] "DELETE /interface-route-table/ac4897ca-9618-4145-b235-f37dbdedb7f1 HTTP/1.1" 200 115 0.034856 10.0.0.22 - - [2025-10-20 03:22:52] "POST /neutron/port HTTP/1.1" 200 1204 0.018090 10.0.0.22 - - [2025-10-20 03:23:02] "GET /virtual-machine-interface/3b1cdeee-c8ea-44ff-9640-eb17f75b3342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008128 10.0.0.22 - - [2025-10-20 03:23:02] "POST /ref-update HTTP/1.1" 200 156 0.015308 10.0.0.22 - - [2025-10-20 03:23:02] "DELETE /interface-route-table/18d1311b-34fa-4b65-b8d6-d5ebd0b6ff66 HTTP/1.1" 200 115 0.033727 10.0.0.22 - - [2025-10-20 03:23:02] "GET /virtual-machine-interface/36e18583-4ad1-44e1-816b-fc59cc041a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.005713 10.0.0.22 - - [2025-10-20 03:23:02] "POST /ref-update HTTP/1.1" 200 156 0.015210 10.0.0.22 - - [2025-10-20 03:23:02] "DELETE /interface-route-table/4c212db7-ec20-4811-8b69-40d302986e82 HTTP/1.1" 200 115 0.030533 10.0.0.22 - - [2025-10-20 03:23:02] "POST /neutron/network HTTP/1.1" 200 1007 0.009357 10.0.0.22 - - [2025-10-20 03:23:02] "POST /neutron/port HTTP/1.1" 200 1230 0.014935 10.0.0.22 - - [2025-10-20 03:23:03] "POST /neutron/port HTTP/1.1" 200 1230 0.013262 10.0.0.22 - - [2025-10-20 03:23:03] "POST /neutron/port HTTP/1.1" 200 1230 0.026515 10.0.0.27 - - [2025-10-20 03:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005897 10.0.0.27 - - [2025-10-20 03:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007356 10.0.0.27 - - [2025-10-20 03:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.27 - - [2025-10-20 03:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.22 - - [2025-10-20 03:23:04] "POST /neutron/network HTTP/1.1" 200 151 0.181231 10.0.0.22 - - [2025-10-20 03:23:05] "DELETE /route-target/84e1c28d-bc5c-4668-9163-376ae9314290 HTTP/1.1" 200 115 0.051656 10.0.0.27 - - [2025-10-20 03:23:06] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.22 - - [2025-10-20 03:23:06] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060444 10.0.0.27 - - [2025-10-20 03:23:06] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.22 - - [2025-10-20 03:23:06] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?fields=virtual_networks HTTP/1.1" 200 1058 0.037480 10.0.0.27 - - [2025-10-20 03:23:06] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.22 - - [2025-10-20 03:23:06] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.042761 10.0.0.27 - - [2025-10-20 03:23:06] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.22 - - [2025-10-20 03:23:06] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?fields=security_groups HTTP/1.1" 200 1292 0.041872 10.0.0.22 - - [2025-10-20 03:23:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.025197 10.0.0.27 - - [2025-10-20 03:23:07] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004685 10.0.0.27 - - [2025-10-20 03:23:07] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.27 - - [2025-10-20 03:23:07] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028704 10.0.0.27 - - [2025-10-20 03:23:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.002260 10.0.0.27 - - [2025-10-20 03:23:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.009174 10.0.0.27 - - [2025-10-20 03:23:07] "POST /security-groups HTTP/1.1" 200 586 0.031065 10.0.0.27 - - [2025-10-20 03:23:07] "POST /projects HTTP/1.1" 200 575 0.257703 10.0.0.22 - - [2025-10-20 03:23:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003644 10.0.0.27 - - [2025-10-20 03:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.329438 10.0.0.22 - - [2025-10-20 03:23:08] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.482866 10.0.0.22 - - [2025-10-20 03:23:08] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.27 - - [2025-10-20 03:23:11] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.22 - - [2025-10-20 03:23:12] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.043843 10.0.0.27 - - [2025-10-20 03:23:12] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.22 - - [2025-10-20 03:23:12] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?fields=virtual_networks HTTP/1.1" 200 1031 0.053175 10.0.0.27 - - [2025-10-20 03:23:12] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.22 - - [2025-10-20 03:23:12] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.048742 10.0.0.27 - - [2025-10-20 03:23:12] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.22 - - [2025-10-20 03:23:12] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?fields=security_groups HTTP/1.1" 200 1252 0.065781 10.0.0.22 - - [2025-10-20 03:23:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.030107 10.0.0.27 - - [2025-10-20 03:23:13] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003973 10.0.0.27 - - [2025-10-20 03:23:13] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.27 - - [2025-10-20 03:23:13] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006423 10.0.0.27 - - [2025-10-20 03:23:13] "POST /id-to-fqname HTTP/1.1" 200 195 0.002045 10.0.0.27 - - [2025-10-20 03:23:13] "POST /fqname-to-id HTTP/1.1" 404 204 0.006612 10.0.0.27 - - [2025-10-20 03:23:13] "POST /security-groups HTTP/1.1" 200 596 0.073114 10.0.0.27 - - [2025-10-20 03:23:13] "POST /projects HTTP/1.1" 200 595 0.269526 10.0.0.22 - - [2025-10-20 03:23:13] "POST /access-control-lists HTTP/1.1" 200 601 0.023827 10.0.0.27 - - [2025-10-20 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.335766 10.0.0.22 - - [2025-10-20 03:23:13] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.471485 10.0.0.22 - - [2025-10-20 03:23:14] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.27 - - [2025-10-20 03:23:17] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000908 10.0.0.22 - - [2025-10-20 03:23:17] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.043355 10.0.0.27 - - [2025-10-20 03:23:17] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000860 10.0.0.22 - - [2025-10-20 03:23:17] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?fields=virtual_networks HTTP/1.1" 200 1051 0.052215 10.0.0.27 - - [2025-10-20 03:23:17] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000868 10.0.0.22 - - [2025-10-20 03:23:17] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.036591 10.0.0.27 - - [2025-10-20 03:23:17] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000787 10.0.0.22 - - [2025-10-20 03:23:17] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?fields=security_groups HTTP/1.1" 200 1282 0.038601 10.0.0.22 - - [2025-10-20 03:23:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.023716 10.0.0.27 - - [2025-10-20 03:23:18] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003002 10.0.0.27 - - [2025-10-20 03:23:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.27 - - [2025-10-20 03:23:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006557 10.0.0.27 - - [2025-10-20 03:23:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001037 10.0.0.27 - - [2025-10-20 03:23:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.008294 10.0.0.27 - - [2025-10-20 03:23:18] "POST /security-groups HTTP/1.1" 200 602 0.028056 10.0.0.22 - - [2025-10-20 03:23:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.004419 10.0.0.27 - - [2025-10-20 03:23:18] "POST /projects HTTP/1.1" 200 607 0.220351 10.0.0.27 - - [2025-10-20 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.288393 10.0.0.22 - - [2025-10-20 03:23:19] "POST /access-control-lists HTTP/1.1" 200 605 0.028414 10.0.0.22 - - [2025-10-20 03:23:19] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.412916 10.0.0.22 - - [2025-10-20 03:23:20] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.27 - - [2025-10-20 03:23:23] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000803 10.0.0.22 - - [2025-10-20 03:23:23] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.055998 10.0.0.27 - - [2025-10-20 03:23:23] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001192 10.0.0.22 - - [2025-10-20 03:23:23] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?fields=virtual_networks HTTP/1.1" 200 1063 0.065396 10.0.0.27 - - [2025-10-20 03:23:23] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000831 10.0.0.22 - - [2025-10-20 03:23:23] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.059468 10.0.0.27 - - [2025-10-20 03:23:23] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000846 10.0.0.22 - - [2025-10-20 03:23:23] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?fields=security_groups HTTP/1.1" 200 1300 0.057076 10.0.0.22 - - [2025-10-20 03:23:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.022242 10.0.0.27 - - [2025-10-20 03:23:24] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.27 - - [2025-10-20 03:23:24] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.27 - - [2025-10-20 03:23:24] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008737 10.0.0.27 - - [2025-10-20 03:23:24] "POST /id-to-fqname HTTP/1.1" 200 187 0.002607 10.0.0.27 - - [2025-10-20 03:23:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.005191 10.0.0.27 - - [2025-10-20 03:23:24] "POST /security-groups HTTP/1.1" 200 588 0.088721 10.0.0.27 - - [2025-10-20 03:23:24] "POST /projects HTTP/1.1" 200 579 0.301000 10.0.0.22 - - [2025-10-20 03:23:24] "POST /fqname-to-id HTTP/1.1" 404 230 0.010276 10.0.0.27 - - [2025-10-20 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.374245 10.0.0.22 - - [2025-10-20 03:23:24] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.502293 10.0.0.22 - - [2025-10-20 03:23:25] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.27 - - [2025-10-20 03:23:28] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000902 10.0.0.22 - - [2025-10-20 03:23:28] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038702 10.0.0.27 - - [2025-10-20 03:23:28] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000972 10.0.0.22 - - [2025-10-20 03:23:29] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?fields=virtual_networks HTTP/1.1" 200 1037 0.046922 10.0.0.27 - - [2025-10-20 03:23:29] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001668 10.0.0.22 - - [2025-10-20 03:23:29] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.036918 10.0.0.27 - - [2025-10-20 03:23:29] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000988 10.0.0.22 - - [2025-10-20 03:23:29] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?fields=security_groups HTTP/1.1" 200 1260 0.042736 10.0.0.22 - - [2025-10-20 03:23:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.028379 10.0.0.27 - - [2025-10-20 03:23:30] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002912 10.0.0.27 - - [2025-10-20 03:23:30] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.27 - - [2025-10-20 03:23:30] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008104 10.0.0.27 - - [2025-10-20 03:23:30] "POST /id-to-fqname HTTP/1.1" 200 184 0.008872 10.0.0.27 - - [2025-10-20 03:23:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.006094 10.0.0.27 - - [2025-10-20 03:23:30] "POST /security-groups HTTP/1.1" 200 585 0.070329 10.0.0.27 - - [2025-10-20 03:23:30] "POST /projects HTTP/1.1" 200 573 0.287822 10.0.0.22 - - [2025-10-20 03:23:30] "POST /access-control-lists HTTP/1.1" 200 590 0.027756 10.0.0.27 - - [2025-10-20 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.357776 10.0.0.22 - - [2025-10-20 03:23:30] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.491712 10.0.0.22 - - [2025-10-20 03:23:31] "GET / HTTP/1.1" 200 35931 0.001323 10.0.0.254 - - [2025-10-20 03:23:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050472 10.0.0.27 - - [2025-10-20 03:23:34] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001067 10.0.0.22 - - [2025-10-20 03:23:34] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.037076 10.0.0.27 - - [2025-10-20 03:23:34] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000829 10.0.0.22 - - [2025-10-20 03:23:34] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?fields=virtual_networks HTTP/1.1" 200 1031 0.052155 10.0.0.27 - - [2025-10-20 03:23:34] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000879 10.0.0.22 - - [2025-10-20 03:23:34] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.045145 10.0.0.27 - - [2025-10-20 03:23:34] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001294 10.0.0.22 - - [2025-10-20 03:23:34] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?fields=security_groups HTTP/1.1" 200 1251 0.040081 10.0.0.22 - - [2025-10-20 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.022774 10.0.0.27 - - [2025-10-20 03:23:35] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003295 10.0.0.27 - - [2025-10-20 03:23:35] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002280 10.0.0.27 - - [2025-10-20 03:23:35] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007666 10.0.0.27 - - [2025-10-20 03:23:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.001484 10.0.0.27 - - [2025-10-20 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.005756 10.0.0.27 - - [2025-10-20 03:23:35] "POST /security-groups HTTP/1.1" 200 589 0.029050 10.0.0.22 - - [2025-10-20 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.003214 10.0.0.27 - - [2025-10-20 03:23:35] "POST /projects HTTP/1.1" 200 581 0.229101 10.0.0.27 - - [2025-10-20 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.295225 10.0.0.22 - - [2025-10-20 03:23:35] "POST /access-control-lists HTTP/1.1" 200 592 0.027746 10.0.0.22 - - [2025-10-20 03:23:36] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.422212 10.0.0.22 - - [2025-10-20 03:23:36] "GET / HTTP/1.1" 200 35931 0.003244 10.0.0.27 - - [2025-10-20 03:23:39] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.22 - - [2025-10-20 03:23:39] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038514 10.0.0.27 - - [2025-10-20 03:23:39] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.22 - - [2025-10-20 03:23:40] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?fields=virtual_networks HTTP/1.1" 200 1038 0.049442 10.0.0.27 - - [2025-10-20 03:23:40] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.22 - - [2025-10-20 03:23:40] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.038294 10.0.0.27 - - [2025-10-20 03:23:40] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001676 10.0.0.22 - - [2025-10-20 03:23:40] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?fields=security_groups HTTP/1.1" 200 1262 0.046859 10.0.0.22 - - [2025-10-20 03:23:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.021250 10.0.0.27 - - [2025-10-20 03:23:41] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.27 - - [2025-10-20 03:23:41] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.27 - - [2025-10-20 03:23:41] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008330 10.0.0.27 - - [2025-10-20 03:23:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.003895 10.0.0.27 - - [2025-10-20 03:23:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.005353 10.0.0.27 - - [2025-10-20 03:23:41] "POST /security-groups HTTP/1.1" 200 589 0.077057 10.0.0.27 - - [2025-10-20 03:23:41] "POST /projects HTTP/1.1" 200 581 0.268087 10.0.0.22 - - [2025-10-20 03:23:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.010395 10.0.0.27 - - [2025-10-20 03:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.335622 10.0.0.22 - - [2025-10-20 03:23:41] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.469310 10.0.0.22 - - [2025-10-20 03:23:42] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.22 - - [2025-10-20 03:23:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.22 - - [2025-10-20 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.053193 10.0.0.27 - - [2025-10-20 03:23:44] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.22 - - [2025-10-20 03:23:44] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038825 10.0.0.22 - - [2025-10-20 03:23:44] "POST /ref-update HTTP/1.1" 200 156 0.028191 10.0.0.27 - - [2025-10-20 03:23:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007418 10.0.0.22 - - [2025-10-20 03:23:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.247750 10.0.0.22 - - [2025-10-20 03:23:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001182 10.0.0.22 - - [2025-10-20 03:23:45] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005238 10.0.0.22 - - [2025-10-20 03:23:45] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005078 10.0.0.22 - - [2025-10-20 03:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.22 - - [2025-10-20 03:23:45] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005265 10.0.0.22 - - [2025-10-20 03:23:45] "PUT /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359 HTTP/1.1" 200 264 0.062183 10.0.0.22 - - [2025-10-20 03:23:45] "POST /neutron/network HTTP/1.1" 200 821 0.008186 10.0.0.22 - - [2025-10-20 03:23:45] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006030 10.0.0.22 - - [2025-10-20 03:23:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.010154 10.0.0.22 - - [2025-10-20 03:23:47] "POST /id-to-fqname HTTP/1.1" 200 218 0.001003 10.0.0.27 - - [2025-10-20 03:23:48] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.22 - - [2025-10-20 03:23:48] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058672 10.0.0.22 - - [2025-10-20 03:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.005880 10.0.0.22 - - [2025-10-20 03:23:48] "POST /neutron/network HTTP/1.1" 200 831 0.008411 10.0.0.22 - - [2025-10-20 03:23:49] "POST /neutron/port HTTP/1.1" 200 1057 0.014766 10.0.0.22 - - [2025-10-20 03:23:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.22 - - [2025-10-20 03:23:49] "POST /neutron/network HTTP/1.1" 200 821 0.006378 10.0.0.22 - - [2025-10-20 03:23:53] "POST /neutron/port HTTP/1.1" 200 1085 0.024308 10.0.0.22 - - [2025-10-20 03:23:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007587 10.0.0.22 - - [2025-10-20 03:23:53] "GET /virtual-machine/7d97111c-5ae0-40c8-8a72-504ae81165c4 HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/289229c5a6a0455c973b78f7efb4f570 HTTP/1.1" 404 173 0.021239 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/e8aa998cb6a44d9d8e45ca3794a27a74 HTTP/1.1" 404 173 0.024230 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/89ed9b9e89dc43c989029e17dda90080 HTTP/1.1" 404 173 0.027547 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/73c8703ec00a4f5da42c4682a5011e35 HTTP/1.1" 404 173 0.014734 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/0c1c78c2e72d4522a83122ada5c26c25 HTTP/1.1" 404 173 0.016086 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001091 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000757 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000822 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000821 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/9749020679084b45bb998a9f9463e3be HTTP/1.1" 404 173 0.014986 10.0.0.27 - - [2025-10-20 03:23:53] "DELETE /project/19a610e701e44192830567b32eaadd4c HTTP/1.1" 404 173 0.012602 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000784 10.0.0.27 - - [2025-10-20 03:23:53] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000723 10.0.0.27 - - [2025-10-20 03:23:53] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.109745 10.0.0.27 - - [2025-10-20 03:23:53] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.118566 10.0.0.27 - - [2025-10-20 03:23:53] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.127784 10.0.0.27 - - [2025-10-20 03:23:53] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.137076 10.0.0.27 - - [2025-10-20 03:23:53] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.141062 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001285 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000778 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000717 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000713 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003934 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.228183 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.247179 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006919 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000832 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?fields=security_groups HTTP/1.1" 200 1356 0.237780 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?fields=security_groups HTTP/1.1" 200 1387 0.256182 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?fields=security_groups HTTP/1.1" 200 1367 0.254823 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?fields=security_groups HTTP/1.1" 200 1357 0.271732 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?fields=security_groups HTTP/1.1" 200 1397 0.273581 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?fields=security_groups HTTP/1.1" 200 1365 0.228980 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?fields=security_groups HTTP/1.1" 200 1405 0.246139 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/3fc30d3b-2952-4448-88a1-1a9b9523580b HTTP/1.1" 200 115 0.164273 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=97490206-7908-4b45-bb99-8a9f9463e3be&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001307 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/660aa6f8-81cf-476f-8e80-2329045eac07 HTTP/1.1" 200 115 0.207870 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=0c1c78c2-e72d-4522-a831-22ada5c26c25&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001256 10.0.0.22 - - [2025-10-20 03:23:54] "DELETE /access-control-list/cafcf8b5-8d04-4288-aa96-f85635b2b2ab HTTP/1.1" 200 115 0.105456 10.0.0.22 - - [2025-10-20 03:23:54] "GET /virtual-machine/7d97111c-5ae0-40c8-8a72-504ae81165c4 HTTP/1.1" 200 1289 0.160303 10.0.0.22 - - [2025-10-20 03:23:54] "GET /virtual-machine-interface/5d31683e-2ef1-466b-a03f-fcb23977e4fb HTTP/1.1" 200 2931 0.008747 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/443b57aa-0724-4d65-9bc7-e5c069b50a6f HTTP/1.1" 200 115 0.224032 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/97490206-7908-4b45-bb99-8a9f9463e3be?fields=application_policy_sets HTTP/1.1" 200 1395 0.095619 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/6fc9c2a1-09b8-4cd0-bb98-259ae4ce5e91 HTTP/1.1" 200 115 0.233229 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=289229c5-a6a0-455c-973b-78f7efb4f570&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002441 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/597dc1c9-ed47-4f70-b950-033580b74ee4 HTTP/1.1" 200 115 0.246564 10.0.0.22 - - [2025-10-20 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010052 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=19a610e7-01e4-4192-8305-67b32eaadd4c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001403 10.0.0.22 - - [2025-10-20 03:23:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010238 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=552ed2a7-76dd-41c7-9473-ef9161f057ad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.22 - - [2025-10-20 03:23:54] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009893 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/960f288f-f04a-429d-a16b-1778ad2fcf68 HTTP/1.1" 200 115 0.247895 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/0c1c78c2-e72d-4522-a831-22ada5c26c25?fields=application_policy_sets HTTP/1.1" 200 1426 0.165551 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=e8aa998c-b6a4-4d9d-8e45-ca3794a27a74&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000999 10.0.0.22 - - [2025-10-20 03:23:54] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009132 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/19a610e7-01e4-4192-8305-67b32eaadd4c?fields=application_policy_sets HTTP/1.1" 200 1396 0.121528 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /security-group/7e134b8a-a776-40e9-9b68-a69775588f30 HTTP/1.1" 200 115 0.301483 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/552ed2a7-76dd-41c7-9473-ef9161f057ad?fields=application_policy_sets HTTP/1.1" 200 1436 0.145561 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/289229c5-a6a0-455c-973b-78f7efb4f570?fields=application_policy_sets HTTP/1.1" 200 1406 0.203017 10.0.0.27 - - [2025-10-20 03:23:54] "GET /projects?obj_uuids=89ed9b9e-89dc-43c9-8902-9e17dda90080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74?fields=application_policy_sets HTTP/1.1" 200 1404 0.184405 10.0.0.27 - - [2025-10-20 03:23:54] "GET /project/89ed9b9e-89dc-43c9-8902-9e17dda90080?fields=application_policy_sets HTTP/1.1" 200 1444 0.156506 10.0.0.22 - - [2025-10-20 03:23:54] "DELETE /access-control-list/0192393e-8e9d-4bbb-87d0-160ce0f36fae HTTP/1.1" 200 115 0.196262 10.0.0.27 - - [2025-10-20 03:23:54] "DELETE /project/552ed2a7-76dd-41c7-9473-ef9161f057ad HTTP/1.1" 409 225 1.149163 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/97490206-7908-4b45-bb99-8a9f9463e3be HTTP/1.1" 200 115 1.210264 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/0c1c78c2-e72d-4522-a831-22ada5c26c25 HTTP/1.1" 200 115 1.365820 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/19a610e7-01e4-4192-8305-67b32eaadd4c HTTP/1.1" 200 115 1.378090 10.0.0.22 - - [2025-10-20 03:23:55] "DELETE /access-control-list/a9a8f0f7-5123-45f1-aa92-8b22a57ac741 HTTP/1.1" 200 115 0.074510 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/289229c5-a6a0-455c-973b-78f7efb4f570 HTTP/1.1" 200 115 1.423910 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/e8aa998c-b6a4-4d9d-8e45-ca3794a27a74 HTTP/1.1" 200 115 1.397825 10.0.0.27 - - [2025-10-20 03:23:55] "DELETE /project/89ed9b9e-89dc-43c9-8902-9e17dda90080 HTTP/1.1" 200 115 1.414482 10.0.0.22 - - [2025-10-20 03:23:55] "DELETE /access-control-list/c52ebec8-9ee6-4ff7-9d27-fee3712be3e2 HTTP/1.1" 200 115 0.028337 10.0.0.22 - - [2025-10-20 03:23:55] "DELETE /access-control-list/bf783c11-aded-484b-8d18-edf7f159ac34 HTTP/1.1" 200 115 0.025546 10.0.0.22 - - [2025-10-20 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-10-20 03:23:57] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004579 10.0.0.22 - - [2025-10-20 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-10-20 03:24:01] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007075 10.0.0.22 - - [2025-10-20 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.22 - - [2025-10-20 03:24:05] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006026 10.0.0.22 - - [2025-10-20 03:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-10-20 03:24:10] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006591 10.0.0.22 - - [2025-10-20 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.22 - - [2025-10-20 03:24:14] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005085 10.0.0.22 - - [2025-10-20 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2025-10-20 03:24:18] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006221 10.0.0.22 - - [2025-10-20 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-10-20 03:24:22] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006287 10.0.0.22 - - [2025-10-20 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-10-20 03:24:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003972 10.0.0.22 - - [2025-10-20 03:24:24] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002679 10.0.0.22 - - [2025-10-20 03:24:24] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005572 10.0.0.22 - - [2025-10-20 03:24:29] "POST /neutron/port HTTP/1.1" 200 1085 0.014757 10.0.0.22 - - [2025-10-20 03:24:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.029386 10.0.0.22 - - [2025-10-20 03:24:33] "GET /obj-perms HTTP/1.1" 200 5056 0.040712 10.0.0.22 - - [2025-10-20 03:24:40] "POST /neutron/port HTTP/1.1" 200 1085 0.018623 10.0.0.22 - - [2025-10-20 03:24:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007325 10.0.0.22 - - [2025-10-20 03:24:40] "POST /neutron/port HTTP/1.1" 200 1085 0.016343 10.0.0.22 - - [2025-10-20 03:24:40] "POST /neutron/network HTTP/1.1" 200 821 0.006089 10.0.0.22 - - [2025-10-20 03:24:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.000920 10.0.0.22 - - [2025-10-20 03:24:40] "GET /virtual-machine/7d97111c-5ae0-40c8-8a72-504ae81165c4 HTTP/1.1" 200 1289 0.002713 10.0.0.22 - - [2025-10-20 03:24:40] "GET /virtual-machine-interface/5d31683e-2ef1-466b-a03f-fcb23977e4fb HTTP/1.1" 200 2931 0.004505 10.0.0.22 - - [2025-10-20 03:24:40] "GET /instance-ip/d0d7f464-a1e7-49f7-832f-c2ca71e9b179 HTTP/1.1" 200 1615 0.004997 10.0.0.22 - - [2025-10-20 03:24:40] "POST /fqname-to-id HTTP/1.1" 404 208 0.003121 10.0.0.22 - - [2025-10-20 03:24:40] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005336 10.0.0.27 - - [2025-10-20 03:24:40] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000806 10.0.0.22 - - [2025-10-20 03:24:40] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048752 10.0.0.22 - - [2025-10-20 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.22 - - [2025-10-20 03:24:40] "GET /security-group/0fc5ba58-e17d-4686-975c-9297c2966308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3758 0.004455 10.0.0.22 - - [2025-10-20 03:24:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.071663 10.0.0.22 - - [2025-10-20 03:24:40] "POST /instance-ips HTTP/1.1" 200 357 0.040441 10.0.0.22 - - [2025-10-20 03:24:40] "GET /instance-ip/8b07cffd-604e-4856-a2cd-9a51b4e00d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.012032 10.0.0.22 - - [2025-10-20 03:24:40] "GET /virtual-machine-interface/31c5418a-2862-4e7d-97ec-c05bccad2020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005628 10.0.0.22 - - [2025-10-20 03:24:40] "GET /virtual-machine-interface/31c5418a-2862-4e7d-97ec-c05bccad2020?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.006529 10.0.0.22 - - [2025-10-20 03:24:41] "GET /instance-ip/8b07cffd-604e-4856-a2cd-9a51b4e00d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.005499 10.0.0.22 - - [2025-10-20 03:24:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001148 10.0.0.22 - - [2025-10-20 03:24:41] "POST /neutron/port HTTP/1.1" 200 965 0.013078 10.0.0.22 - - [2025-10-20 03:24:41] "POST /neutron/port HTTP/1.1" 200 965 0.011602 10.0.0.22 - - [2025-10-20 03:24:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006812 10.0.0.22 - - [2025-10-20 03:24:42] "POST /neutron/port HTTP/1.1" 200 965 0.012327 10.0.0.22 - - [2025-10-20 03:24:42] "POST /neutron/port HTTP/1.1" 200 965 0.009075 10.0.0.22 - - [2025-10-20 03:24:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004851 10.0.0.22 - - [2025-10-20 03:24:42] "POST /neutron/network HTTP/1.1" 200 821 0.008256 10.0.0.22 - - [2025-10-20 03:24:43] "POST /neutron/network HTTP/1.1" 200 831 0.006609 10.0.0.22 - - [2025-10-20 03:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.22 - - [2025-10-20 03:24:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008722 10.0.0.22 - - [2025-10-20 03:24:46] "POST /neutron/port HTTP/1.1" 200 1031 0.020246 10.0.0.22 - - [2025-10-20 03:24:46] "GET /virtual-machine/5a92bc99-d5ef-4b26-a940-2dde68350d1c HTTP/1.1" 200 1268 0.009275 10.0.0.22 - - [2025-10-20 03:24:46] "GET /virtual-machine-interface/31c5418a-2862-4e7d-97ec-c05bccad2020 HTTP/1.1" 200 2981 0.005558 10.0.0.22 - - [2025-10-20 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.22 - - [2025-10-20 03:24:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.22 - - [2025-10-20 03:24:47] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004178 10.0.0.22 - - [2025-10-20 03:24:47] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005462 10.0.0.22 - - [2025-10-20 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.22 - - [2025-10-20 03:24:50] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007575 10.0.0.22 - - [2025-10-20 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-10-20 03:24:54] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005197 10.0.0.22 - - [2025-10-20 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.22 - - [2025-10-20 03:24:58] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006110 10.0.0.22 - - [2025-10-20 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2025-10-20 03:25:02] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005269 10.0.0.22 - - [2025-10-20 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.22 - - [2025-10-20 03:25:06] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005613 10.0.0.22 - - [2025-10-20 03:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2025-10-20 03:25:10] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005141 10.0.0.22 - - [2025-10-20 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.22 - - [2025-10-20 03:25:14] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004957 10.0.0.22 - - [2025-10-20 03:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.22 - - [2025-10-20 03:25:18] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005347 10.0.0.22 - - [2025-10-20 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.22 - - [2025-10-20 03:25:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003070 10.0.0.22 - - [2025-10-20 03:25:22] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003227 10.0.0.22 - - [2025-10-20 03:25:22] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006153 10.0.0.22 - - [2025-10-20 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008490 10.0.0.22 - - [2025-10-20 03:25:30] "POST /neutron/port HTTP/1.1" 200 1031 0.013978 10.0.0.22 - - [2025-10-20 03:25:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006999 10.0.0.27 - - [2025-10-20 03:25:34] "GET /obj-perms HTTP/1.1" 200 5056 0.042900 10.0.0.22 - - [2025-10-20 03:25:38] "POST /id-to-fqname HTTP/1.1" 200 218 0.001285 10.0.0.22 - - [2025-10-20 03:25:38] "POST /neutron/network HTTP/1.1" 200 831 0.006476 10.0.0.27 - - [2025-10-20 03:25:39] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.22 - - [2025-10-20 03:25:39] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054899 10.0.0.22 - - [2025-10-20 03:25:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008160 10.0.0.22 - - [2025-10-20 03:25:39] "POST /neutron/network HTTP/1.1" 200 831 0.006130 10.0.0.22 - - [2025-10-20 03:25:40] "POST /neutron/port HTTP/1.1" 200 1057 0.034523 10.0.0.22 - - [2025-10-20 03:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.22 - - [2025-10-20 03:25:40] "POST /neutron/network HTTP/1.1" 200 821 0.006147 10.0.0.22 - - [2025-10-20 03:25:44] "POST /neutron/port HTTP/1.1" 200 1085 0.016785 10.0.0.22 - - [2025-10-20 03:25:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006896 10.0.0.22 - - [2025-10-20 03:25:44] "GET /virtual-machine/20d27ace-22c7-45e3-9dd1-41dc0aef27b5 HTTP/1.1" 200 1290 0.005780 10.0.0.22 - - [2025-10-20 03:25:44] "GET /virtual-machine-interface/6f34206b-5ad3-4a4e-a94e-c7c87a159e8b HTTP/1.1" 200 2931 0.004764 10.0.0.22 - - [2025-10-20 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-20 03:25:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003575 10.0.0.22 - - [2025-10-20 03:25:45] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003050 10.0.0.22 - - [2025-10-20 03:25:45] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006763 10.0.0.22 - - [2025-10-20 03:25:45] "POST /neutron/network HTTP/1.1" 200 831 0.007973 10.0.0.22 - - [2025-10-20 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.22 - - [2025-10-20 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-10-20 03:25:48] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004686 10.0.0.22 - - [2025-10-20 03:25:48] "POST /neutron/port HTTP/1.1" 200 1085 0.016138 10.0.0.22 - - [2025-10-20 03:25:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.009133 10.0.0.22 - - [2025-10-20 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2025-10-20 03:25:52] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004967 10.0.0.22 - - [2025-10-20 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-20 03:25:56] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005605 10.0.0.22 - - [2025-10-20 03:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140 10.0.0.22 - - [2025-10-20 03:26:00] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005137 10.0.0.22 - - [2025-10-20 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.22 - - [2025-10-20 03:26:04] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005668 10.0.0.22 - - [2025-10-20 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.22 - - [2025-10-20 03:26:08] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004837 10.0.0.22 - - [2025-10-20 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.22 - - [2025-10-20 03:26:12] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005002 10.0.0.22 - - [2025-10-20 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.22 - - [2025-10-20 03:26:16] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005425 10.0.0.22 - - [2025-10-20 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-10-20 03:26:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004253 10.0.0.22 - - [2025-10-20 03:26:18] "GET /virtual-networks?parent_id=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.22 - - [2025-10-20 03:26:18] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005411 10.0.0.22 - - [2025-10-20 03:26:19] "POST /neutron/port HTTP/1.1" 200 1085 0.015326 10.0.0.22 - - [2025-10-20 03:26:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008030 10.0.0.22 - - [2025-10-20 03:26:29] "POST /neutron/port HTTP/1.1" 200 1085 0.013773 10.0.0.22 - - [2025-10-20 03:26:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007782 10.0.0.254 - - [2025-10-20 03:26:35] "GET /obj-perms HTTP/1.1" 200 5056 0.044640 10.0.0.22 - - [2025-10-20 03:26:39] "POST /neutron/port HTTP/1.1" 200 1085 0.016707 10.0.0.22 - - [2025-10-20 03:26:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007029 10.0.0.22 - - [2025-10-20 03:26:40] "POST /neutron/network HTTP/1.1" 200 795 0.017073 10.0.0.22 - - [2025-10-20 03:26:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001156 10.0.0.22 - - [2025-10-20 03:26:40] "GET /virtual-machine/20d27ace-22c7-45e3-9dd1-41dc0aef27b5 HTTP/1.1" 200 1290 0.003716 10.0.0.22 - - [2025-10-20 03:26:40] "GET /virtual-machine-interface/6f34206b-5ad3-4a4e-a94e-c7c87a159e8b HTTP/1.1" 200 2931 0.005114 10.0.0.22 - - [2025-10-20 03:26:40] "GET /instance-ip/dea553d7-32af-46e1-84ec-8f4a5b146e4e HTTP/1.1" 200 1615 0.005790 10.0.0.22 - - [2025-10-20 03:26:40] "GET /virtual-machine-interface/6f34206b-5ad3-4a4e-a94e-c7c87a159e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005876 10.0.0.22 - - [2025-10-20 03:26:40] "PUT /virtual-machine-interface/6f34206b-5ad3-4a4e-a94e-c7c87a159e8b HTTP/1.1" 200 284 0.013716 10.0.0.27 - - [2025-10-20 03:26:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.27 - - [2025-10-20 03:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-10-20 03:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.254 - - [2025-10-20 03:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2025-10-20 03:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.254 - - [2025-10-20 03:26:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.254 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.254 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 03:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-10-20 03:26:46] "POST /neutron/port HTTP/1.1" 200 1085 0.014576 10.0.0.22 - - [2025-10-20 03:26:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.011487 10.0.0.22 - - [2025-10-20 03:26:49] "POST /neutron/port HTTP/1.1" 200 1085 0.015659 10.0.0.22 - - [2025-10-20 03:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.22 - - [2025-10-20 03:26:49] "POST /neutron/network HTTP/1.1" 200 821 0.007153 10.0.0.22 - - [2025-10-20 03:27:47] "POST /neutron/network HTTP/1.1" 200 831 0.034636 10.0.0.22 - - [2025-10-20 03:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.22 - - [2025-10-20 03:27:51] "POST /neutron/port HTTP/1.1" 200 1085 0.014773 10.0.0.22 - - [2025-10-20 03:27:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.008145 10.0.0.22 - - [2025-10-20 03:27:58] "DELETE /instance-ip/8b07cffd-604e-4856-a2cd-9a51b4e00d8a HTTP/1.1" 200 115 0.042809 10.0.0.22 - - [2025-10-20 03:27:58] "DELETE /virtual-machine-interface/31c5418a-2862-4e7d-97ec-c05bccad2020 HTTP/1.1" 200 115 0.084589 10.0.0.22 - - [2025-10-20 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2025-10-20 03:27:58] "GET /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005057 10.0.0.22 - - [2025-10-20 03:27:58] "PUT /virtual-network/3260c30d-7d1d-4e75-ae24-bf5e839be359 HTTP/1.1" 200 264 0.063837 10.0.0.22 - - [2025-10-20 03:27:59] "POST /neutron/network HTTP/1.1" 200 821 0.006467 10.0.0.22 - - [2025-10-20 03:27:59] "POST /neutron/port HTTP/1.1" 200 1111 0.027427 10.0.0.22 - - [2025-10-20 03:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006860 10.0.0.22 - - [2025-10-20 03:27:59] "POST /neutron/port HTTP/1.1" 200 1111 0.011860 10.0.0.22 - - [2025-10-20 03:28:01] "DELETE /route-target/74d5ff91-6541-4b32-b1a1-f371bb34be30 HTTP/1.1" 200 115 0.026436 10.0.0.27 - - [2025-10-20 03:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.044953 10.0.0.27 - - [2025-10-20 03:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.22 - - [2025-10-20 03:28:01] "POST /neutron/network HTTP/1.1" 200 151 0.168582 10.0.0.27 - - [2025-10-20 03:28:02] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.22 - - [2025-10-20 03:28:02] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039369 10.0.0.27 - - [2025-10-20 03:28:02] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.22 - - [2025-10-20 03:28:02] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?fields=virtual_networks HTTP/1.1" 200 1038 0.040188 10.0.0.27 - - [2025-10-20 03:28:02] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.22 - - [2025-10-20 03:28:02] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.035620 10.0.0.27 - - [2025-10-20 03:28:02] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.22 - - [2025-10-20 03:28:02] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?fields=security_groups HTTP/1.1" 200 1262 0.039729 10.0.0.22 - - [2025-10-20 03:28:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.027380 10.0.0.27 - - [2025-10-20 03:28:03] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002562 10.0.0.27 - - [2025-10-20 03:28:03] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.27 - - [2025-10-20 03:28:03] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006721 10.0.0.27 - - [2025-10-20 03:28:04] "POST /id-to-fqname HTTP/1.1" 200 187 0.000995 10.0.0.27 - - [2025-10-20 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.009883 10.0.0.27 - - [2025-10-20 03:28:04] "POST /security-groups HTTP/1.1" 200 588 0.078750 10.0.0.27 - - [2025-10-20 03:28:04] "POST /projects HTTP/1.1" 200 579 0.308262 10.0.0.27 - - [2025-10-20 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.389607 10.0.0.22 - - [2025-10-20 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.050735 10.0.0.22 - - [2025-10-20 03:28:04] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.520719 10.0.0.22 - - [2025-10-20 03:28:05] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.22 - - [2025-10-20 03:28:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-10-20 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.053203 10.0.0.27 - - [2025-10-20 03:28:07] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001263 10.0.0.22 - - [2025-10-20 03:28:07] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.043487 10.0.0.22 - - [2025-10-20 03:28:07] "POST /neutron/network HTTP/1.1" 200 117 0.029613 10.0.0.22 - - [2025-10-20 03:28:07] "POST /ref-update HTTP/1.1" 200 156 0.025635 10.0.0.22 - - [2025-10-20 03:28:08] "POST /neutron/network HTTP/1.1" 200 828 0.007767 10.0.0.22 - - [2025-10-20 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.000900 10.0.0.22 - - [2025-10-20 03:28:08] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004493 10.0.0.22 - - [2025-10-20 03:28:08] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004654 10.0.0.22 - - [2025-10-20 03:28:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.008171 10.0.0.22 - - [2025-10-20 03:28:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.002621 10.0.0.22 - - [2025-10-20 03:28:08] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005272 10.0.0.22 - - [2025-10-20 03:28:08] "GET /virtual-machine-interface/841372fd-ff1d-4d64-8271-6dd67ae74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006688 10.0.0.22 - - [2025-10-20 03:28:08] "GET /virtual-machine-interface/841372fd-ff1d-4d64-8271-6dd67ae74ce0?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.008271 10.0.0.22 - - [2025-10-20 03:28:08] "GET /instance-ip/dcccabac-83db-4962-a4c3-ef8d2a6f0f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004734 10.0.0.22 - - [2025-10-20 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001188 10.0.0.27 - - [2025-10-20 03:28:09] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000922 10.0.0.22 - - [2025-10-20 03:28:09] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.069693 10.0.0.22 - - [2025-10-20 03:28:09] "POST /neutron/network HTTP/1.1" 200 828 0.027634 10.0.0.22 - - [2025-10-20 03:28:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001159 10.0.0.22 - - [2025-10-20 03:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.005890 10.0.0.22 - - [2025-10-20 03:28:09] "POST /neutron/network HTTP/1.1" 200 828 0.006776 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/network HTTP/1.1" 200 838 0.007781 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.27 - - [2025-10-20 03:28:10] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000893 10.0.0.22 - - [2025-10-20 03:28:10] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.039499 10.0.0.22 - - [2025-10-20 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.007014 10.0.0.22 - - [2025-10-20 03:28:10] "POST /interface-route-tables HTTP/1.1" 200 556 0.034818 10.0.0.22 - - [2025-10-20 03:28:10] "GET /interface-route-table/2eb8fb5e-4473-45c1-8ea3-96e5cbd97753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.006092 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/port HTTP/1.1" 200 1110 0.118659 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/network HTTP/1.1" 200 838 0.007160 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.008982 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/port HTTP/1.1" 200 1074 0.144714 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004093 10.0.0.22 - - [2025-10-20 03:28:10] "POST /neutron/network HTTP/1.1" 200 828 0.006310 10.0.0.22 - - [2025-10-20 03:28:11] "GET /virtual-machine-interface/841372fd-ff1d-4d64-8271-6dd67ae74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005614 10.0.0.22 - - [2025-10-20 03:28:11] "POST /ref-update HTTP/1.1" 200 156 0.014418 10.0.0.22 - - [2025-10-20 03:28:16] "POST /neutron/port HTTP/1.1" 200 1084 0.014710 10.0.0.22 - - [2025-10-20 03:28:16] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007042 10.0.0.22 - - [2025-10-20 03:28:16] "POST /neutron/port HTTP/1.1" 200 1084 0.014559 10.0.0.22 - - [2025-10-20 03:28:16] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 200 1289 0.025729 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 200 1289 0.003670 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine-interface/27ea736a-461a-4051-8d18-51e1e96cd20e HTTP/1.1" 200 2938 0.005903 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 200 1289 0.005437 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine-interface/27ea736a-461a-4051-8d18-51e1e96cd20e HTTP/1.1" 200 2938 0.006316 10.0.0.22 - - [2025-10-20 03:28:17] "GET /instance-ip/42a98f79-3ff8-43ff-b1f2-82821ac2fb0a HTTP/1.1" 200 1617 0.005109 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 200 1289 0.003206 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-machine-interface/27ea736a-461a-4051-8d18-51e1e96cd20e HTTP/1.1" 200 2938 0.004203 10.0.0.22 - - [2025-10-20 03:28:17] "GET /instance-ip/42a98f79-3ff8-43ff-b1f2-82821ac2fb0a HTTP/1.1" 200 1617 0.003757 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005958 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003012 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006738 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004496 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003631 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005225 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004094 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002496 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008669 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004418 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003134 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006366 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004132 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003594 10.0.0.22 - - [2025-10-20 03:28:17] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004996 10.0.0.22 - - [2025-10-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.22 - - [2025-10-20 03:28:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005297 10.0.0.22 - - [2025-10-20 03:28:18] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003670 10.0.0.22 - - [2025-10-20 03:28:18] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006083 10.0.0.22 - - [2025-10-20 03:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.22 - - [2025-10-20 03:28:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005371 10.0.0.22 - - [2025-10-20 03:28:18] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002894 10.0.0.22 - - [2025-10-20 03:28:18] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005308 10.0.0.22 - - [2025-10-20 03:28:19] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006897 10.0.0.22 - - [2025-10-20 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.22 - - [2025-10-20 03:28:21] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005465 10.0.0.22 - - [2025-10-20 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.22 - - [2025-10-20 03:28:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005123 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005630 10.0.0.22 - - [2025-10-20 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.22 - - [2025-10-20 03:28:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003120 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002985 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005664 10.0.0.22 - - [2025-10-20 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.22 - - [2025-10-20 03:28:23] "GET /routing-instance/aabd2e5f-e19c-4e02-91cd-08d51c277942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004518 10.0.0.22 - - [2025-10-20 03:28:23] "GET /route-target/955b9f11-5902-4e56-9828-f2c419880f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007661 10.0.0.22 - - [2025-10-20 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.22 - - [2025-10-20 03:28:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003725 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005602 10.0.0.22 - - [2025-10-20 03:28:23] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005335 10.0.0.22 - - [2025-10-20 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2025-10-20 03:28:24] "GET /routing-instance/aabd2e5f-e19c-4e02-91cd-08d51c277942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004457 10.0.0.22 - - [2025-10-20 03:28:24] "GET /route-target/955b9f11-5902-4e56-9828-f2c419880f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003693 10.0.0.22 - - [2025-10-20 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.22 - - [2025-10-20 03:28:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002546 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013102 10.0.0.22 - - [2025-10-20 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.22 - - [2025-10-20 03:28:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003934 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002853 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005916 10.0.0.22 - - [2025-10-20 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.22 - - [2025-10-20 03:28:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003801 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002877 10.0.0.22 - - [2025-10-20 03:28:24] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004956 10.0.0.22 - - [2025-10-20 03:28:25] "GET /obj-perms HTTP/1.1" 200 5024 0.042403 10.0.0.27 - - [2025-10-20 03:28:25] "GET /obj-perms HTTP/1.1" 200 5024 0.044317 10.0.0.22 - - [2025-10-20 03:28:25] "GET /obj-perms HTTP/1.1" 200 5024 0.003602 10.0.0.22 - - [2025-10-20 03:28:25] "GET /obj-perms HTTP/1.1" 200 5024 0.004016 10.0.0.22 - - [2025-10-20 03:28:26] "POST /neutron/port HTTP/1.1" 200 1048 0.016576 10.0.0.22 - - [2025-10-20 03:28:26] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006754 10.0.0.22 - - [2025-10-20 03:28:26] "GET /virtual-machine/89476edc-62ff-4d38-8344-eb693ee4680c HTTP/1.1" 200 1266 0.006269 10.0.0.22 - - [2025-10-20 03:28:26] "GET /virtual-machine-interface/841372fd-ff1d-4d64-8271-6dd67ae74ce0 HTTP/1.1" 200 3149 0.004796 10.0.0.22 - - [2025-10-20 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-20 03:28:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003350 10.0.0.22 - - [2025-10-20 03:28:26] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002949 10.0.0.22 - - [2025-10-20 03:28:26] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006230 10.0.0.22 - - [2025-10-20 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.22 - - [2025-10-20 03:28:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194 10.0.0.22 - - [2025-10-20 03:28:27] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003210 10.0.0.22 - - [2025-10-20 03:28:27] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005422 10.0.0.22 - - [2025-10-20 03:28:28] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004971 10.0.0.22 - - [2025-10-20 03:28:28] "GET /obj-perms HTTP/1.1" 200 5024 0.003146 10.0.0.27 - - [2025-10-20 03:28:28] "GET /obj-perms HTTP/1.1" 200 5024 0.003644 10.0.0.22 - - [2025-10-20 03:28:28] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 200 1289 0.004514 10.0.0.22 - - [2025-10-20 03:28:29] "POST /neutron/port HTTP/1.1" 200 1084 0.014501 10.0.0.22 - - [2025-10-20 03:28:30] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 404 171 0.004912 10.0.0.22 - - [2025-10-20 03:28:30] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 404 171 0.002345 10.0.0.22 - - [2025-10-20 03:28:30] "GET /virtual-machine/10c106e3-ecaf-453a-a1e5-8f7be697c19a HTTP/1.1" 404 171 0.002813 10.0.0.22 - - [2025-10-20 03:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.22 - - [2025-10-20 03:28:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003418 10.0.0.22 - - [2025-10-20 03:28:31] "GET /virtual-networks?parent_id=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002979 10.0.0.22 - - [2025-10-20 03:28:31] "GET /virtual-network/e231d002-63bb-4197-b276-e012df56da82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007589 10.0.0.22 - - [2025-10-20 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.22 - - [2025-10-20 03:28:31] "GET /routing-instance/aabd2e5f-e19c-4e02-91cd-08d51c277942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004288 10.0.0.22 - - [2025-10-20 03:28:31] "GET /route-target/955b9f11-5902-4e56-9828-f2c419880f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004794 10.0.0.22 - - [2025-10-20 03:28:34] "GET /obj-perms HTTP/1.1" 200 5024 0.003401 10.0.0.254 - - [2025-10-20 03:28:36] "GET /obj-perms HTTP/1.1" 200 5056 0.043767 10.0.0.22 - - [2025-10-20 03:28:37] "GET /obj-perms HTTP/1.1" 200 5024 0.004184 10.0.0.22 - - [2025-10-20 03:28:43] "GET /obj-perms HTTP/1.1" 200 5024 0.003607 10.0.0.22 - - [2025-10-20 03:28:43] "GET /obj-perms HTTP/1.1" 200 5024 0.003445 10.0.0.22 - - [2025-10-20 03:28:43] "GET /interface-route-table/2eb8fb5e-4473-45c1-8ea3-96e5cbd97753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.003883 10.0.0.22 - - [2025-10-20 03:28:43] "GET /virtual-machine-interface/841372fd-ff1d-4d64-8271-6dd67ae74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.004739 10.0.0.22 - - [2025-10-20 03:28:43] "POST /ref-update HTTP/1.1" 200 156 0.029685 10.0.0.22 - - [2025-10-20 03:28:43] "DELETE /interface-route-table/2eb8fb5e-4473-45c1-8ea3-96e5cbd97753 HTTP/1.1" 200 115 0.039728 10.0.0.22 - - [2025-10-20 03:28:43] "POST /neutron/port HTTP/1.1" 200 1074 0.013593 10.0.0.27 - - [2025-10-20 03:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.27 - - [2025-10-20 03:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004793 10.0.0.22 - - [2025-10-20 03:28:44] "POST /neutron/network HTTP/1.1" 200 151 0.117871 10.0.0.27 - - [2025-10-20 03:28:45] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000868 10.0.0.22 - - [2025-10-20 03:28:45] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.062318 10.0.0.27 - - [2025-10-20 03:28:45] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000811 10.0.0.22 - - [2025-10-20 03:28:45] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?fields=virtual_networks HTTP/1.1" 200 1035 0.042927 10.0.0.27 - - [2025-10-20 03:28:45] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000960 10.0.0.22 - - [2025-10-20 03:28:45] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043257 10.0.0.27 - - [2025-10-20 03:28:45] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000928 10.0.0.22 - - [2025-10-20 03:28:45] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?fields=security_groups HTTP/1.1" 200 1258 0.036571 10.0.0.22 - - [2025-10-20 03:28:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.022340 10.0.0.27 - - [2025-10-20 03:28:46] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003073 10.0.0.27 - - [2025-10-20 03:28:46] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.27 - - [2025-10-20 03:28:46] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030070 10.0.0.27 - - [2025-10-20 03:28:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.004555 10.0.0.27 - - [2025-10-20 03:28:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.003456 10.0.0.27 - - [2025-10-20 03:28:47] "POST /security-groups HTTP/1.1" 200 595 0.031573 10.0.0.22 - - [2025-10-20 03:28:47] "POST /fqname-to-id HTTP/1.1" 404 238 0.006514 10.0.0.27 - - [2025-10-20 03:28:47] "POST /projects HTTP/1.1" 200 593 0.234719 10.0.0.27 - - [2025-10-20 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.305143 10.0.0.22 - - [2025-10-20 03:28:47] "POST /access-control-lists HTTP/1.1" 200 598 0.033794 10.0.0.22 - - [2025-10-20 03:28:47] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.460603 10.0.0.22 - - [2025-10-20 03:28:48] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.22 - - [2025-10-20 03:28:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2025-10-20 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.059393 10.0.0.27 - - [2025-10-20 03:28:48] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000849 10.0.0.22 - - [2025-10-20 03:28:49] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038978 10.0.0.22 - - [2025-10-20 03:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.008765 10.0.0.22 - - [2025-10-20 03:28:49] "POST /neutron/network HTTP/1.1" 200 830 0.028927 10.0.0.22 - - [2025-10-20 03:28:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.000931 10.0.0.22 - - [2025-10-20 03:28:49] "GET /virtual-network/67ccfa27-e632-49a3-bd2f-539c8373b0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004786 10.0.0.22 - - [2025-10-20 03:28:49] "GET /virtual-network/67ccfa27-e632-49a3-bd2f-539c8373b0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005093 10.0.0.22 - - [2025-10-20 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.011439 10.0.0.22 - - [2025-10-20 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-10-20 03:28:49] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001166 10.0.0.22 - - [2025-10-20 03:28:49] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042656 10.0.0.22 - - [2025-10-20 03:28:50] "POST /route-targets HTTP/1.1" 200 327 0.015073 10.0.0.27 - - [2025-10-20 03:28:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006592 10.0.0.22 - - [2025-10-20 03:28:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.241868 10.0.0.22 - - [2025-10-20 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001375 10.0.0.22 - - [2025-10-20 03:28:50] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005996 10.0.0.22 - - [2025-10-20 03:28:50] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005027 10.0.0.22 - - [2025-10-20 03:28:50] "POST /neutron/network HTTP/1.1" 200 828 0.008252 10.0.0.22 - - [2025-10-20 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-10-20 03:28:50] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.22 - - [2025-10-20 03:28:50] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038138 10.0.0.27 - - [2025-10-20 03:28:50] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000850 10.0.0.22 - - [2025-10-20 03:28:50] "POST /neutron/network HTTP/1.1" 200 609 0.121295 10.0.0.22 - - [2025-10-20 03:28:50] "POST /ref-update HTTP/1.1" 200 156 0.027081 10.0.0.22 - - [2025-10-20 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.003316 10.0.0.22 - - [2025-10-20 03:28:50] "GET /virtual-network/f8d12cca-998e-4f84-aba7-a9f09883ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005414 10.0.0.22 - - [2025-10-20 03:28:50] "POST /neutron/network HTTP/1.1" 200 828 0.007345 10.0.0.22 - - [2025-10-20 03:28:50] "GET /virtual-network/f8d12cca-998e-4f84-aba7-a9f09883ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004707 10.0.0.22 - - [2025-10-20 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.002943 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005728 10.0.0.27 - - [2025-10-20 03:28:51] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001136 10.0.0.22 - - [2025-10-20 03:28:51] "POST /neutron/port HTTP/1.1" 200 990 0.243587 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-machine-interface/bdcbf89c-5f3c-4bd0-b000-19df8fe5883d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.004828 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-machine-interface/bdcbf89c-5f3c-4bd0-b000-19df8fe5883d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.004387 10.0.0.22 - - [2025-10-20 03:28:51] "GET /instance-ip/5170f2de-ccd7-4221-bbd3-cd1c7f3a23ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004234 10.0.0.22 - - [2025-10-20 03:28:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.003839 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-network/67ccfa27-e632-49a3-bd2f-539c8373b0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005285 10.0.0.27 - - [2025-10-20 03:28:51] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.22 - - [2025-10-20 03:28:51] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034045 10.0.0.22 - - [2025-10-20 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-10-20 03:28:51] "GET /security-group/5bd15b42-d595-46bb-85cb-97c3419967f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004906 10.0.0.22 - - [2025-10-20 03:28:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.090038 10.0.0.22 - - [2025-10-20 03:28:51] "POST /instance-ips HTTP/1.1" 200 357 0.044009 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-machine-interface/14b7bbee-dc7d-43d7-a686-c542d400cc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005660 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-machine-interface/14b7bbee-dc7d-43d7-a686-c542d400cc56?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008703 10.0.0.22 - - [2025-10-20 03:28:51] "GET /instance-ip/23262132-51f9-45e3-9de3-060f172f22de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004599 10.0.0.22 - - [2025-10-20 03:28:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.005614 10.0.0.22 - - [2025-10-20 03:28:51] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006700 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-machine-interface/ee5e1976-6259-4f59-a174-b567cb7213d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007114 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-machine-interface/ee5e1976-6259-4f59-a174-b567cb7213d8?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008388 10.0.0.22 - - [2025-10-20 03:28:52] "GET /instance-ip/c93375fa-b23b-4000-bd58-f096c95f680e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004482 10.0.0.22 - - [2025-10-20 03:28:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.002947 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-network/67ccfa27-e632-49a3-bd2f-539c8373b0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008824 10.0.0.27 - - [2025-10-20 03:28:52] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000817 10.0.0.22 - - [2025-10-20 03:28:52] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043130 10.0.0.22 - - [2025-10-20 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.22 - - [2025-10-20 03:28:52] "GET /security-group/5bd15b42-d595-46bb-85cb-97c3419967f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004097 10.0.0.22 - - [2025-10-20 03:28:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.134475 10.0.0.22 - - [2025-10-20 03:28:52] "POST /instance-ips HTTP/1.1" 200 357 0.050976 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-machine-interface/cbd0e350-352b-4bd7-b1e0-b4b0a9edd42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005526 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-machine-interface/cbd0e350-352b-4bd7-b1e0-b4b0a9edd42b?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010090 10.0.0.22 - - [2025-10-20 03:28:52] "GET /instance-ip/adbf0508-7a47-4da3-b9c2-c5adc91a8f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005251 10.0.0.22 - - [2025-10-20 03:28:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.003123 10.0.0.22 - - [2025-10-20 03:28:52] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007582 10.0.0.22 - - [2025-10-20 03:28:53] "GET /virtual-machine-interface/ed2763ac-6d08-4774-83a0-f72f01029c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006974 10.0.0.22 - - [2025-10-20 03:28:53] "GET /virtual-machine-interface/ed2763ac-6d08-4774-83a0-f72f01029c32?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010040 10.0.0.22 - - [2025-10-20 03:28:53] "GET /instance-ip/ab091c77-2e14-4134-9583-78fcd570af72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004224 10.0.0.22 - - [2025-10-20 03:28:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.002929 10.0.0.22 - - [2025-10-20 03:28:53] "GET /virtual-network/f8d12cca-998e-4f84-aba7-a9f09883ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005033 10.0.0.27 - - [2025-10-20 03:28:53] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.22 - - [2025-10-20 03:28:53] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051998 10.0.0.22 - - [2025-10-20 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-10-20 03:28:53] "GET /security-group/5bd15b42-d595-46bb-85cb-97c3419967f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004696 10.0.0.22 - - [2025-10-20 03:28:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.101399 10.0.0.22 - - [2025-10-20 03:28:53] "POST /instance-ips HTTP/1.1" 200 357 0.046569 10.0.0.22 - - [2025-10-20 03:28:53] "GET /virtual-machine-interface/048ff34c-f8cb-4139-8b1a-f5e31b10a744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007257 10.0.0.22 - - [2025-10-20 03:28:53] "GET /virtual-machine-interface/048ff34c-f8cb-4139-8b1a-f5e31b10a744?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011955 10.0.0.22 - - [2025-10-20 03:28:53] "GET /instance-ip/3234f8d7-433e-4810-ab09-5de3f7921925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004329 10.0.0.22 - - [2025-10-20 03:28:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001276 10.0.0.22 - - [2025-10-20 03:28:55] "POST /neutron/port HTTP/1.1" 200 990 0.009473 10.0.0.22 - - [2025-10-20 03:28:55] "POST /neutron/port HTTP/1.1" 200 990 0.010512 10.0.0.27 - - [2025-10-20 03:28:55] "DELETE /project/0632558907df48c7b12dcc2ed12dc748 HTTP/1.1" 404 173 0.009675 10.0.0.27 - - [2025-10-20 03:28:55] "DELETE /project/cd77590581304f01ab389c3b1469dce8 HTTP/1.1" 404 173 0.005345 10.0.0.27 - - [2025-10-20 03:28:55] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.27 - - [2025-10-20 03:28:55] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000793 10.0.0.27 - - [2025-10-20 03:28:55] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.057737 10.0.0.27 - - [2025-10-20 03:28:55] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.27 - - [2025-10-20 03:28:55] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.072763 10.0.0.27 - - [2025-10-20 03:28:55] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000828 10.0.0.27 - - [2025-10-20 03:28:55] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?fields=security_groups HTTP/1.1" 200 1108 0.077490 10.0.0.22 - - [2025-10-20 03:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.007127 10.0.0.27 - - [2025-10-20 03:28:55] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?fields=security_groups HTTP/1.1" 200 1363 0.101004 10.0.0.22 - - [2025-10-20 03:28:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001004 10.0.0.27 - - [2025-10-20 03:28:55] "GET /projects?obj_uuids=73c8703e-c00a-4f5d-a42c-4682a5011e35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.27 - - [2025-10-20 03:28:55] "GET /project/73c8703e-c00a-4f5d-a42c-4682a5011e35?fields=application_policy_sets HTTP/1.1" 200 1406 0.049976 10.0.0.27 - - [2025-10-20 03:28:55] "DELETE /security-group/45983bae-ef92-4669-a335-8b195d17c2ae HTTP/1.1" 200 115 0.161191 10.0.0.27 - - [2025-10-20 03:28:56] "DELETE /project/73c8703e-c00a-4f5d-a42c-4682a5011e35 HTTP/1.1" 409 225 0.395062 10.0.0.27 - - [2025-10-20 03:28:56] "GET /projects?obj_uuids=06325589-07df-48c7-b12d-cc2ed12dc748&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000776 10.0.0.27 - - [2025-10-20 03:28:56] "GET /project/06325589-07df-48c7-b12d-cc2ed12dc748?fields=application_policy_sets HTTP/1.1" 200 1402 0.057168 10.0.0.22 - - [2025-10-20 03:28:56] "DELETE /access-control-list/a99247c1-0f6b-421c-bc35-2535ca669d4b HTTP/1.1" 200 115 0.069112 10.0.0.27 - - [2025-10-20 03:28:56] "DELETE /project/06325589-07df-48c7-b12d-cc2ed12dc748 HTTP/1.1" 200 115 0.624905 10.0.0.22 - - [2025-10-20 03:28:56] "POST /neutron/port HTTP/1.1" 200 990 0.008827 10.0.0.22 - - [2025-10-20 03:28:56] "POST /neutron/port HTTP/1.1" 200 990 0.016419 10.0.0.22 - - [2025-10-20 03:28:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.22 - - [2025-10-20 03:28:56] "POST /neutron/network HTTP/1.1" 200 828 0.006328 10.0.0.27 - - [2025-10-20 03:28:56] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.22 - - [2025-10-20 03:28:57] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.071738 10.0.0.22 - - [2025-10-20 03:28:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007685 10.0.0.22 - - [2025-10-20 03:28:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001171 10.0.0.22 - - [2025-10-20 03:28:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007370 10.0.0.22 - - [2025-10-20 03:28:57] "POST /neutron/network HTTP/1.1" 200 828 0.006318 10.0.0.22 - - [2025-10-20 03:28:57] "POST /neutron/port HTTP/1.1" 200 1056 0.027073 10.0.0.27 - - [2025-10-20 03:28:57] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001232 10.0.0.22 - - [2025-10-20 03:28:57] "POST /neutron/router HTTP/1.1" 200 598 0.009976 10.0.0.22 - - [2025-10-20 03:28:58] "PUT /logical-router/b6f072a2-6106-4e5c-8572-86b52a0d1db5 HTTP/1.1" 200 262 0.034345 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/port HTTP/1.1" 200 1064 0.307213 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/port HTTP/1.1" 200 1064 0.011549 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/router HTTP/1.1" 200 598 0.008670 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/network HTTP/1.1" 200 838 0.006147 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.008198 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/port HTTP/1.1" 200 1082 0.125035 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003427 10.0.0.22 - - [2025-10-20 03:28:58] "POST /neutron/network HTTP/1.1" 200 828 0.005837 10.0.0.22 - - [2025-10-20 03:28:59] "POST /neutron/port HTTP/1.1" 200 1056 0.013821 10.0.0.22 - - [2025-10-20 03:28:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007021 10.0.0.22 - - [2025-10-20 03:28:59] "GET /virtual-machine/89db0d07-53f4-44fd-a6d4-1c50b1d3e1a1 HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-10-20 03:28:59] "GET /virtual-machine/89db0d07-53f4-44fd-a6d4-1c50b1d3e1a1 HTTP/1.1" 200 1274 0.029051 10.0.0.22 - - [2025-10-20 03:28:59] "GET /virtual-machine-interface/bdcbf89c-5f3c-4bd0-b000-19df8fe5883d HTTP/1.1" 200 3188 0.005814 10.0.0.22 - - [2025-10-20 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-10-20 03:28:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003578 10.0.0.22 - - [2025-10-20 03:28:59] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003088 10.0.0.22 - - [2025-10-20 03:28:59] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004921 10.0.0.22 - - [2025-10-20 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2025-10-20 03:29:02] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005418 10.0.0.22 - - [2025-10-20 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.22 - - [2025-10-20 03:29:06] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005103 10.0.0.22 - - [2025-10-20 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.22 - - [2025-10-20 03:29:10] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004575 10.0.0.22 - - [2025-10-20 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-10-20 03:29:14] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006000 10.0.0.22 - - [2025-10-20 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2025-10-20 03:29:19] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004843 10.0.0.22 - - [2025-10-20 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.22 - - [2025-10-20 03:29:23] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005028 10.0.0.22 - - [2025-10-20 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2025-10-20 03:29:27] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005411 10.0.0.22 - - [2025-10-20 03:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.22 - - [2025-10-20 03:29:31] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004936 10.0.0.22 - - [2025-10-20 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007099 10.0.0.22 - - [2025-10-20 03:29:35] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006041 10.0.0.22 - - [2025-10-20 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.22 - - [2025-10-20 03:29:37] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003621 10.0.0.22 - - [2025-10-20 03:29:37] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002720 10.0.0.22 - - [2025-10-20 03:29:37] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006240 10.0.0.22 - - [2025-10-20 03:29:42] "POST /neutron/port HTTP/1.1" 200 1056 0.016799 10.0.0.22 - - [2025-10-20 03:29:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.028057 10.0.0.22 - - [2025-10-20 03:29:48] "POST /neutron/port HTTP/1.1" 200 1056 0.015004 10.0.0.22 - - [2025-10-20 03:29:49] "POST /neutron/port HTTP/1.1" 200 1056 0.014876 10.0.0.22 - - [2025-10-20 03:29:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.010468 10.0.0.22 - - [2025-10-20 03:29:50] "POST /neutron/port HTTP/1.1" 200 1092 0.016610 10.0.0.22 - - [2025-10-20 03:29:53] "POST /neutron/port HTTP/1.1" 200 1056 0.021257 10.0.0.22 - - [2025-10-20 03:29:53] "POST /neutron/network HTTP/1.1" 200 838 0.007198 10.0.0.22 - - [2025-10-20 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.22 - - [2025-10-20 03:29:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007046 10.0.0.22 - - [2025-10-20 03:29:58] "POST /neutron/port HTTP/1.1" 200 1092 0.015388 10.0.0.22 - - [2025-10-20 03:29:58] "GET /virtual-machine/5c0bed41-6fa9-4aba-b464-9da98a02566c HTTP/1.1" 200 1296 0.005416 10.0.0.22 - - [2025-10-20 03:29:58] "GET /virtual-machine-interface/62c72bd8-bd4f-41a8-b21c-a36c760c3bba HTTP/1.1" 200 2961 0.005186 10.0.0.22 - - [2025-10-20 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.22 - - [2025-10-20 03:29:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003659 10.0.0.22 - - [2025-10-20 03:29:58] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003156 10.0.0.22 - - [2025-10-20 03:29:58] "GET /virtual-network/f8d12cca-998e-4f84-aba7-a9f09883ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005408 10.0.0.22 - - [2025-10-20 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.22 - - [2025-10-20 03:29:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.22 - - [2025-10-20 03:29:59] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003887 10.0.0.22 - - [2025-10-20 03:29:59] "GET /virtual-network/f8d12cca-998e-4f84-aba7-a9f09883ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005516 10.0.0.22 - - [2025-10-20 03:30:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007218 10.0.0.22 - - [2025-10-20 03:30:00] "POST /neutron/port HTTP/1.1" 200 1056 0.015491 10.0.0.22 - - [2025-10-20 03:30:00] "GET /virtual-machine/f9cf9215-d787-4fc3-94ef-436611ec005f HTTP/1.1" 200 1275 0.006932 10.0.0.22 - - [2025-10-20 03:30:00] "GET /virtual-machine-interface/ed2763ac-6d08-4774-83a0-f72f01029c32 HTTP/1.1" 200 3187 0.005094 10.0.0.22 - - [2025-10-20 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.22 - - [2025-10-20 03:30:00] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004762 10.0.0.22 - - [2025-10-20 03:30:00] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003806 10.0.0.22 - - [2025-10-20 03:30:00] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005657 10.0.0.22 - - [2025-10-20 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.22 - - [2025-10-20 03:30:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003775 10.0.0.22 - - [2025-10-20 03:30:01] "GET /virtual-networks?parent_id=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003300 10.0.0.22 - - [2025-10-20 03:30:01] "GET /virtual-network/803eb8ca-2b0d-4f7a-95f0-a96729bde1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005727 10.0.0.27 - - [2025-10-20 03:30:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056881 10.0.0.22 - - [2025-10-20 03:30:50] "POST /neutron/port HTTP/1.1" 200 1056 0.014755 10.0.0.22 - - [2025-10-20 03:30:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.008813 10.0.0.22 - - [2025-10-20 03:30:54] "POST /neutron/port HTTP/1.1" 200 1092 0.036396 10.0.0.22 - - [2025-10-20 03:30:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003522 10.0.0.22 - - [2025-10-20 03:30:54] "POST /neutron/network HTTP/1.1" 200 828 0.006881 10.0.0.22 - - [2025-10-20 03:31:08] "POST /ref-update HTTP/1.1" 200 156 0.015179 10.0.0.22 - - [2025-10-20 03:31:08] "POST /neutron/router HTTP/1.1" 200 598 0.009590 10.0.0.22 - - [2025-10-20 03:31:09] "POST /neutron/router HTTP/1.1" 200 151 0.069665 10.0.0.22 - - [2025-10-20 03:31:09] "DELETE /route-target/8c3ad54d-dfc3-461b-938e-defe3df98daf HTTP/1.1" 200 115 0.026266 10.0.0.22 - - [2025-10-20 03:31:10] "POST /neutron/port HTTP/1.1" 200 151 0.191030 10.0.0.22 - - [2025-10-20 03:31:10] "DELETE /instance-ip/3234f8d7-433e-4810-ab09-5de3f7921925 HTTP/1.1" 200 115 0.048765 10.0.0.22 - - [2025-10-20 03:31:10] "DELETE /virtual-machine-interface/048ff34c-f8cb-4139-8b1a-f5e31b10a744 HTTP/1.1" 200 115 0.052163 10.0.0.22 - - [2025-10-20 03:31:11] "DELETE /instance-ip/adbf0508-7a47-4da3-b9c2-c5adc91a8f8c HTTP/1.1" 200 115 0.046865 10.0.0.22 - - [2025-10-20 03:31:11] "DELETE /virtual-machine-interface/cbd0e350-352b-4bd7-b1e0-b4b0a9edd42b HTTP/1.1" 200 115 0.055850 10.0.0.22 - - [2025-10-20 03:31:11] "POST /neutron/port HTTP/1.1" 200 990 0.020409 10.0.0.22 - - [2025-10-20 03:31:11] "DELETE /instance-ip/23262132-51f9-45e3-9de3-060f172f22de HTTP/1.1" 200 115 0.042381 10.0.0.22 - - [2025-10-20 03:31:11] "DELETE /virtual-machine-interface/14b7bbee-dc7d-43d7-a686-c542d400cc56 HTTP/1.1" 200 115 0.049931 10.0.0.22 - - [2025-10-20 03:31:11] "POST /neutron/port HTTP/1.1" 200 151 0.171027 10.0.0.22 - - [2025-10-20 03:31:12] "POST /neutron/network HTTP/1.1" 200 828 0.009210 10.0.0.22 - - [2025-10-20 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008978 10.0.0.27 - - [2025-10-20 03:31:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.27 - - [2025-10-20 03:31:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002389 10.0.0.22 - - [2025-10-20 03:31:12] "POST /neutron/network HTTP/1.1" 200 151 0.124715 10.0.0.27 - - [2025-10-20 03:31:12] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.22 - - [2025-10-20 03:31:12] "DELETE /route-target/c6858db9-d4bc-4254-8e67-c7bde167b72d HTTP/1.1" 200 115 0.030570 10.0.0.22 - - [2025-10-20 03:31:12] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.091531 10.0.0.27 - - [2025-10-20 03:31:12] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.22 - - [2025-10-20 03:31:12] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?fields=virtual_networks HTTP/1.1" 200 1051 0.043921 10.0.0.27 - - [2025-10-20 03:31:12] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001018 10.0.0.22 - - [2025-10-20 03:31:12] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.045662 10.0.0.27 - - [2025-10-20 03:31:12] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001183 10.0.0.22 - - [2025-10-20 03:31:12] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?fields=security_groups HTTP/1.1" 200 1281 0.037890 10.0.0.22 - - [2025-10-20 03:31:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.021463 10.0.0.27 - - [2025-10-20 03:31:13] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002993 10.0.0.27 - - [2025-10-20 03:31:13] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.27 - - [2025-10-20 03:31:13] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007890 10.0.0.27 - - [2025-10-20 03:31:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.003361 10.0.0.27 - - [2025-10-20 03:31:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003661 10.0.0.27 - - [2025-10-20 03:31:13] "POST /security-groups HTTP/1.1" 200 590 0.073541 10.0.0.27 - - [2025-10-20 03:31:13] "POST /projects HTTP/1.1" 200 583 0.276036 10.0.0.22 - - [2025-10-20 03:31:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.019674 10.0.0.27 - - [2025-10-20 03:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.344177 10.0.0.22 - - [2025-10-20 03:31:13] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.489924 10.0.0.22 - - [2025-10-20 03:31:14] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.22 - - [2025-10-20 03:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.006099 10.0.0.22 - - [2025-10-20 03:31:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.22 - - [2025-10-20 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.062927 10.0.0.27 - - [2025-10-20 03:31:16] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000813 10.0.0.22 - - [2025-10-20 03:31:17] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.035228 10.0.0.27 - - [2025-10-20 03:31:17] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001118 10.0.0.22 - - [2025-10-20 03:31:17] "POST /neutron/network HTTP/1.1" 200 604 0.131879 10.0.0.22 - - [2025-10-20 03:31:17] "POST /ref-update HTTP/1.1" 200 156 0.025244 10.0.0.22 - - [2025-10-20 03:31:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.002812 10.0.0.22 - - [2025-10-20 03:31:17] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005094 10.0.0.22 - - [2025-10-20 03:31:17] "POST /neutron/network HTTP/1.1" 200 824 0.005964 10.0.0.22 - - [2025-10-20 03:31:17] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004752 10.0.0.22 - - [2025-10-20 03:31:18] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005577 10.0.0.22 - - [2025-10-20 03:31:18] "GET /obj-perms HTTP/1.1" 200 5028 0.044142 10.0.0.254 - - [2025-10-20 03:31:19] "GET /obj-perms HTTP/1.1" 200 5028 0.043905 10.0.0.22 - - [2025-10-20 03:31:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001168 10.0.0.22 - - [2025-10-20 03:31:19] "POST /neutron/network HTTP/1.1" 200 834 0.005864 10.0.0.27 - - [2025-10-20 03:31:20] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000845 10.0.0.22 - - [2025-10-20 03:31:20] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066106 10.0.0.22 - - [2025-10-20 03:31:20] "POST /neutron/port HTTP/1.1" 200 117 0.009557 10.0.0.22 - - [2025-10-20 03:31:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001098 10.0.0.22 - - [2025-10-20 03:31:20] "POST /neutron/network HTTP/1.1" 200 834 0.006744 10.0.0.22 - - [2025-10-20 03:31:21] "POST /neutron/port HTTP/1.1" 200 1060 0.021638 10.0.0.22 - - [2025-10-20 03:31:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003861 10.0.0.22 - - [2025-10-20 03:31:21] "POST /neutron/network HTTP/1.1" 200 824 0.007793 10.0.0.27 - - [2025-10-20 03:31:21] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001067 10.0.0.22 - - [2025-10-20 03:31:21] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.063183 10.0.0.22 - - [2025-10-20 03:31:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008923 10.0.0.22 - - [2025-10-20 03:31:22] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008820 10.0.0.22 - - [2025-10-20 03:31:22] "POST /neutron/port HTTP/1.1" 200 1060 0.015971 10.0.0.22 - - [2025-10-20 03:31:23] "POST /neutron/port HTTP/1.1" 200 1088 0.024646 10.0.0.22 - - [2025-10-20 03:31:23] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.22 - - [2025-10-20 03:31:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007930 10.0.0.22 - - [2025-10-20 03:31:27] "POST /neutron/port HTTP/1.1" 200 1088 0.014942 10.0.0.22 - - [2025-10-20 03:31:27] "GET /virtual-machine/a8bdebff-5d2d-49f9-afb7-acd28de6c579 HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-20 03:31:27] "GET /virtual-machine/a8bdebff-5d2d-49f9-afb7-acd28de6c579 HTTP/1.1" 200 1292 0.028630 10.0.0.22 - - [2025-10-20 03:31:27] "GET /virtual-machine-interface/95798bc9-6fef-4a30-9fe9-d584e7c0f6a0 HTTP/1.1" 200 2937 0.008626 10.0.0.22 - - [2025-10-20 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2025-10-20 03:31:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006004 10.0.0.22 - - [2025-10-20 03:31:27] "GET /virtual-networks?parent_id=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002611 10.0.0.22 - - [2025-10-20 03:31:27] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007483 10.0.0.22 - - [2025-10-20 03:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.22 - - [2025-10-20 03:31:30] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004874 10.0.0.22 - - [2025-10-20 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.22 - - [2025-10-20 03:31:34] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004977 10.0.0.22 - - [2025-10-20 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-10-20 03:31:39] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005267 10.0.0.22 - - [2025-10-20 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.22 - - [2025-10-20 03:31:43] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006042 10.0.0.27 - - [2025-10-20 03:31:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-10-20 03:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-10-20 03:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000768 10.0.0.254 - - [2025-10-20 03:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-20 03:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.254 - - [2025-10-20 03:31:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.254 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.254 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-10-20 03:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2025-10-20 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-10-20 03:31:47] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005243 10.0.0.22 - - [2025-10-20 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.22 - - [2025-10-20 03:31:51] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006477 10.0.0.22 - - [2025-10-20 03:31:52] "POST /neutron/port HTTP/1.1" 200 1088 0.020695 10.0.0.22 - - [2025-10-20 03:31:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.008885 10.0.0.22 - - [2025-10-20 03:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.22 - - [2025-10-20 03:31:55] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004460 10.0.0.27 - - [2025-10-20 03:31:56] "GET /projects?obj_uuids=cd775905-8130-4f01-ab38-9c3b1469dce8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000795 10.0.0.27 - - [2025-10-20 03:31:56] "DELETE /project/3f2656003f554a499c449f89893ba3eb HTTP/1.1" 404 173 0.011339 10.0.0.27 - - [2025-10-20 03:31:56] "GET /project/cd775905-8130-4f01-ab38-9c3b1469dce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.031297 10.0.0.27 - - [2025-10-20 03:31:56] "DELETE /project/cd775905-8130-4f01-ab38-9c3b1469dce8 HTTP/1.1" 200 115 0.094750 10.0.0.22 - - [2025-10-20 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.22 - - [2025-10-20 03:31:59] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005104 10.0.0.22 - - [2025-10-20 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.22 - - [2025-10-20 03:32:03] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005424 10.0.0.22 - - [2025-10-20 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.22 - - [2025-10-20 03:32:07] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004925 10.0.0.22 - - [2025-10-20 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.22 - - [2025-10-20 03:32:11] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005978 10.0.0.22 - - [2025-10-20 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-10-20 03:32:15] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005005 10.0.0.22 - - [2025-10-20 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.22 - - [2025-10-20 03:32:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003490 10.0.0.22 - - [2025-10-20 03:32:18] "GET /virtual-networks?parent_id=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002820 10.0.0.22 - - [2025-10-20 03:32:18] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005033 10.0.0.22 - - [2025-10-20 03:32:18] "POST /neutron/port HTTP/1.1" 200 1088 0.014176 10.0.0.22 - - [2025-10-20 03:32:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007588 10.0.0.22 - - [2025-10-20 03:32:26] "POST /neutron/port HTTP/1.1" 200 1088 0.014882 10.0.0.22 - - [2025-10-20 03:32:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008602 10.0.0.22 - - [2025-10-20 03:32:38] "POST /neutron/port HTTP/1.1" 200 1088 0.016163 10.0.0.22 - - [2025-10-20 03:32:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006932 10.0.0.22 - - [2025-10-20 03:32:39] "GET /virtual-machine/433a2a4d-a4c9-4294-b376-8512d21a7c8e HTTP/1.1" 200 1291 0.007670 10.0.0.22 - - [2025-10-20 03:32:39] "GET /virtual-machine-interface/ee58d131-b3ac-4286-a813-c4def1b7593d HTTP/1.1" 200 2937 0.005479 10.0.0.22 - - [2025-10-20 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.22 - - [2025-10-20 03:32:39] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003308 10.0.0.22 - - [2025-10-20 03:32:39] "GET /virtual-networks?parent_id=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003096 10.0.0.22 - - [2025-10-20 03:32:39] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006894 10.0.0.22 - - [2025-10-20 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.22 - - [2025-10-20 03:32:40] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003609 10.0.0.22 - - [2025-10-20 03:32:40] "GET /virtual-networks?parent_id=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002726 10.0.0.22 - - [2025-10-20 03:32:40] "GET /virtual-network/6c708a77-f9a5-405c-b9b2-b4258faab952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006705 10.0.0.22 - - [2025-10-20 03:32:54] "POST /neutron/port HTTP/1.1" 200 1088 0.038708 10.0.0.22 - - [2025-10-20 03:32:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.22 - - [2025-10-20 03:32:54] "POST /neutron/network HTTP/1.1" 200 824 0.008677 10.0.0.27 - - [2025-10-20 03:33:39] "GET /obj-perms HTTP/1.1" 200 5056 0.041869 10.0.0.22 - - [2025-10-20 03:33:50] "POST /neutron/port HTTP/1.1" 200 1088 0.017205 10.0.0.22 - - [2025-10-20 03:33:51] "POST /neutron/port HTTP/1.1" 200 1088 0.012321 10.0.0.22 - - [2025-10-20 03:33:52] "POST /neutron/network HTTP/1.1" 200 824 0.006625 10.0.0.22 - - [2025-10-20 03:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.035896 10.0.0.27 - - [2025-10-20 03:33:54] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.022911 10.0.0.22 - - [2025-10-20 03:33:54] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.098616 10.0.0.27 - - [2025-10-20 03:33:54] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002378 10.0.0.22 - - [2025-10-20 03:33:54] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?fields=virtual_networks HTTP/1.1" 200 1040 0.074548 10.0.0.27 - - [2025-10-20 03:33:54] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000909 10.0.0.22 - - [2025-10-20 03:33:54] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053937 10.0.0.27 - - [2025-10-20 03:33:54] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000919 10.0.0.22 - - [2025-10-20 03:33:54] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?fields=security_groups HTTP/1.1" 200 1265 0.045478 10.0.0.22 - - [2025-10-20 03:33:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.029585 10.0.0.27 - - [2025-10-20 03:33:55] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003973 10.0.0.27 - - [2025-10-20 03:33:55] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.27 - - [2025-10-20 03:33:55] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030926 10.0.0.27 - - [2025-10-20 03:33:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.001608 10.0.0.27 - - [2025-10-20 03:33:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003793 10.0.0.27 - - [2025-10-20 03:33:55] "POST /security-groups HTTP/1.1" 200 590 0.072738 10.0.0.27 - - [2025-10-20 03:33:55] "POST /projects HTTP/1.1" 200 583 0.281469 10.0.0.27 - - [2025-10-20 03:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.346285 10.0.0.22 - - [2025-10-20 03:33:55] "POST /access-control-lists HTTP/1.1" 200 595 0.034970 10.0.0.22 - - [2025-10-20 03:33:56] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.517951 10.0.0.27 - - [2025-10-20 03:33:56] "DELETE /project/38bb5a957a6c4d46ae767a18e07f96c2 HTTP/1.1" 404 173 0.004026 10.0.0.27 - - [2025-10-20 03:33:56] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000790 10.0.0.27 - - [2025-10-20 03:33:56] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.036790 10.0.0.27 - - [2025-10-20 03:33:56] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000800 10.0.0.27 - - [2025-10-20 03:33:56] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?fields=security_groups HTTP/1.1" 200 1370 0.096106 10.0.0.27 - - [2025-10-20 03:33:56] "DELETE /security-group/fcc6567e-e3b6-46f2-9259-486a4c3cb12f HTTP/1.1" 200 115 0.047939 10.0.0.27 - - [2025-10-20 03:33:56] "GET /projects?obj_uuids=3f265600-3f55-4a49-9c44-9f89893ba3eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000857 10.0.0.22 - - [2025-10-20 03:33:56] "DELETE /access-control-list/82020335-5c7c-4f57-97a9-b110b547b53d HTTP/1.1" 200 115 0.036863 10.0.0.27 - - [2025-10-20 03:33:57] "GET /project/3f265600-3f55-4a49-9c44-9f89893ba3eb?fields=application_policy_sets HTTP/1.1" 200 1409 0.037366 10.0.0.27 - - [2025-10-20 03:33:57] "DELETE /project/3f265600-3f55-4a49-9c44-9f89893ba3eb HTTP/1.1" 200 115 0.421506 10.0.0.22 - - [2025-10-20 03:33:57] "GET / HTTP/1.1" 200 35931 0.002482 10.0.0.22 - - [2025-10-20 03:33:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-10-20 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.023428 10.0.0.27 - - [2025-10-20 03:33:59] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000862 10.0.0.22 - - [2025-10-20 03:33:59] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.035680 10.0.0.27 - - [2025-10-20 03:33:59] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001176 10.0.0.22 - - [2025-10-20 03:33:59] "POST /neutron/network HTTP/1.1" 200 604 0.130066 10.0.0.22 - - [2025-10-20 03:33:59] "POST /ref-update HTTP/1.1" 200 156 0.020470 10.0.0.22 - - [2025-10-20 03:34:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.003091 10.0.0.22 - - [2025-10-20 03:34:00] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006779 10.0.0.22 - - [2025-10-20 03:34:00] "POST /neutron/network HTTP/1.1" 200 824 0.006125 10.0.0.22 - - [2025-10-20 03:34:00] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004775 10.0.0.22 - - [2025-10-20 03:34:00] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005669 10.0.0.22 - - [2025-10-20 03:34:01] "GET /obj-perms HTTP/1.1" 200 5028 0.050720 10.0.0.254 - - [2025-10-20 03:34:01] "GET /obj-perms HTTP/1.1" 200 5028 0.046623 10.0.0.22 - - [2025-10-20 03:34:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001201 10.0.0.22 - - [2025-10-20 03:34:02] "POST /neutron/network HTTP/1.1" 200 834 0.006855 10.0.0.27 - - [2025-10-20 03:34:02] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000886 10.0.0.22 - - [2025-10-20 03:34:02] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061022 10.0.0.22 - - [2025-10-20 03:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.008108 10.0.0.22 - - [2025-10-20 03:34:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001075 10.0.0.22 - - [2025-10-20 03:34:03] "POST /neutron/network HTTP/1.1" 200 834 0.008806 10.0.0.22 - - [2025-10-20 03:34:03] "POST /neutron/port HTTP/1.1" 200 1060 0.027135 10.0.0.27 - - [2025-10-20 03:34:03] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001412 10.0.0.22 - - [2025-10-20 03:34:04] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.115471 10.0.0.22 - - [2025-10-20 03:34:04] "POST /neutron/port HTTP/1.1" 200 1088 0.018934 10.0.0.22 - - [2025-10-20 03:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.22 - - [2025-10-20 03:34:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008186 10.0.0.22 - - [2025-10-20 03:34:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007035 10.0.0.22 - - [2025-10-20 03:34:05] "POST /neutron/port HTTP/1.1" 200 1060 0.015265 10.0.0.22 - - [2025-10-20 03:34:05] "POST /neutron/port HTTP/1.1" 200 1088 0.016957 10.0.0.22 - - [2025-10-20 03:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.22 - - [2025-10-20 03:34:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006496 10.0.0.22 - - [2025-10-20 03:34:09] "POST /neutron/port HTTP/1.1" 200 1088 0.015110 10.0.0.22 - - [2025-10-20 03:34:09] "GET /virtual-machine/ec39fa5f-d907-4396-a7b9-196c7e71039c HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-10-20 03:34:10] "GET /virtual-machine/ec39fa5f-d907-4396-a7b9-196c7e71039c HTTP/1.1" 200 1292 0.026877 10.0.0.22 - - [2025-10-20 03:34:10] "GET /virtual-machine-interface/6fdf0bab-3392-4f62-8b26-3cacdd7a1b6e HTTP/1.1" 200 2936 0.004866 10.0.0.22 - - [2025-10-20 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-10-20 03:34:10] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003228 10.0.0.22 - - [2025-10-20 03:34:10] "GET /virtual-networks?parent_id=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003006 10.0.0.22 - - [2025-10-20 03:34:10] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005973 10.0.0.22 - - [2025-10-20 03:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2025-10-20 03:34:13] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005028 10.0.0.22 - - [2025-10-20 03:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.22 - - [2025-10-20 03:34:17] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005096 10.0.0.22 - - [2025-10-20 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.22 - - [2025-10-20 03:34:21] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005102 10.0.0.22 - - [2025-10-20 03:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.22 - - [2025-10-20 03:34:25] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005444 10.0.0.22 - - [2025-10-20 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.22 - - [2025-10-20 03:34:29] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008070 10.0.0.22 - - [2025-10-20 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.22 - - [2025-10-20 03:34:33] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005223 10.0.0.22 - - [2025-10-20 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-10-20 03:34:37] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005306 10.0.0.22 - - [2025-10-20 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.22 - - [2025-10-20 03:34:41] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004625 10.0.0.22 - - [2025-10-20 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-10-20 03:34:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003746 10.0.0.22 - - [2025-10-20 03:34:45] "GET /virtual-networks?parent_id=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002854 10.0.0.22 - - [2025-10-20 03:34:46] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006090 10.0.0.22 - - [2025-10-20 03:34:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007312 10.0.0.22 - - [2025-10-20 03:34:53] "POST /neutron/port HTTP/1.1" 200 1088 0.039165 10.0.0.22 - - [2025-10-20 03:34:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009291 10.0.0.22 - - [2025-10-20 03:34:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017026 10.0.0.22 - - [2025-10-20 03:34:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.22 - - [2025-10-20 03:34:57] "POST /neutron/network HTTP/1.1" 200 824 0.006746 10.0.0.22 - - [2025-10-20 03:35:06] "POST /neutron/port HTTP/1.1" 200 1088 0.018328 10.0.0.22 - - [2025-10-20 03:35:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007278 10.0.0.22 - - [2025-10-20 03:35:07] "GET /virtual-machine/c1027a59-534f-4af1-8711-5398cbc2672c HTTP/1.1" 200 1291 0.006398 10.0.0.22 - - [2025-10-20 03:35:07] "GET /virtual-machine-interface/a40acadb-fc57-4945-b9ed-a06db0624810 HTTP/1.1" 200 2937 0.005050 10.0.0.22 - - [2025-10-20 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.22 - - [2025-10-20 03:35:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004549 10.0.0.22 - - [2025-10-20 03:35:07] "GET /virtual-networks?parent_id=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003770 10.0.0.22 - - [2025-10-20 03:35:07] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005553 10.0.0.22 - - [2025-10-20 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.22 - - [2025-10-20 03:35:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003269 10.0.0.22 - - [2025-10-20 03:35:08] "GET /virtual-networks?parent_id=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002888 10.0.0.22 - - [2025-10-20 03:35:08] "GET /virtual-network/404d2119-b49e-42b4-949d-e2a5e7390a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005297 10.0.0.22 - - [2025-10-20 03:35:28] "POST /neutron/network HTTP/1.1" 200 824 0.006513 10.0.0.22 - - [2025-10-20 03:35:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010399 10.0.0.22 - - [2025-10-20 03:35:29] "POST /neutron/port HTTP/1.1" 200 1114 0.010719 10.0.0.27 - - [2025-10-20 03:35:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.27 - - [2025-10-20 03:35:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002623 10.0.0.22 - - [2025-10-20 03:35:30] "POST /neutron/network HTTP/1.1" 200 151 0.114397 10.0.0.27 - - [2025-10-20 03:35:32] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000967 10.0.0.22 - - [2025-10-20 03:35:32] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.037431 10.0.0.27 - - [2025-10-20 03:35:32] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000825 10.0.0.22 - - [2025-10-20 03:35:32] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?fields=virtual_networks HTTP/1.1" 200 1040 0.040724 10.0.0.27 - - [2025-10-20 03:35:32] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000936 10.0.0.22 - - [2025-10-20 03:35:32] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044492 10.0.0.27 - - [2025-10-20 03:35:32] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000981 10.0.0.22 - - [2025-10-20 03:35:32] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?fields=security_groups HTTP/1.1" 200 1265 0.040561 10.0.0.22 - - [2025-10-20 03:35:45] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.22 - - [2025-10-20 03:35:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.22 - - [2025-10-20 03:35:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.054122 10.0.0.27 - - [2025-10-20 03:35:46] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003368 10.0.0.27 - - [2025-10-20 03:35:46] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.27 - - [2025-10-20 03:35:46] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007001 10.0.0.27 - - [2025-10-20 03:35:46] "POST /id-to-fqname HTTP/1.1" 200 203 0.001802 10.0.0.27 - - [2025-10-20 03:35:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.003619 10.0.0.27 - - [2025-10-20 03:35:46] "POST /security-groups HTTP/1.1" 200 604 0.030144 10.0.0.22 - - [2025-10-20 03:35:46] "POST /fqname-to-id HTTP/1.1" 404 247 0.004136 10.0.0.27 - - [2025-10-20 03:35:46] "POST /projects HTTP/1.1" 200 611 0.236935 10.0.0.27 - - [2025-10-20 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.314037 10.0.0.22 - - [2025-10-20 03:35:46] "POST /access-control-lists HTTP/1.1" 200 607 0.025368 10.0.0.22 - - [2025-10-20 03:35:46] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.455033 10.0.0.22 - - [2025-10-20 03:35:47] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.22 - - [2025-10-20 03:35:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2025-10-20 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.046913 10.0.0.27 - - [2025-10-20 03:35:48] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000886 10.0.0.22 - - [2025-10-20 03:35:48] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.040460 10.0.0.27 - - [2025-10-20 03:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007077 10.0.0.22 - - [2025-10-20 03:35:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.240382 10.0.0.22 - - [2025-10-20 03:35:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.001149 10.0.0.22 - - [2025-10-20 03:35:49] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004438 10.0.0.22 - - [2025-10-20 03:35:49] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004784 10.0.0.22 - - [2025-10-20 03:35:49] "POST /neutron/network HTTP/1.1" 200 841 0.005958 10.0.0.22 - - [2025-10-20 03:35:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.001137 10.0.0.27 - - [2025-10-20 03:35:50] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001179 10.0.0.22 - - [2025-10-20 03:35:50] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.071483 10.0.0.22 - - [2025-10-20 03:35:50] "POST /neutron/network HTTP/1.1" 200 841 0.025338 10.0.0.22 - - [2025-10-20 03:35:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.001291 10.0.0.22 - - [2025-10-20 03:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.005637 10.0.0.27 - - [2025-10-20 03:35:50] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000964 10.0.0.22 - - [2025-10-20 03:35:51] "POST /neutron/port HTTP/1.1" 200 1075 0.291706 10.0.0.22 - - [2025-10-20 03:35:51] "POST /neutron/port HTTP/1.1" 200 1129 0.115819 10.0.0.27 - - [2025-10-20 03:35:51] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000903 10.0.0.22 - - [2025-10-20 03:35:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.008435 10.0.0.22 - - [2025-10-20 03:35:51] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.069946 10.0.0.22 - - [2025-10-20 03:35:51] "POST /neutron/network HTTP/1.1" 200 841 0.006230 10.0.0.22 - - [2025-10-20 03:35:51] "POST /neutron/port HTTP/1.1" 200 117 0.011309 10.0.0.22 - - [2025-10-20 03:35:52] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010978 10.0.0.22 - - [2025-10-20 03:35:52] "POST /neutron/port HTTP/1.1" 200 1075 0.013783 10.0.0.22 - - [2025-10-20 03:35:52] "POST /neutron/port HTTP/1.1" 200 1103 0.028114 10.0.0.22 - - [2025-10-20 03:35:52] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.254 - - [2025-10-20 03:35:53] "GET /obj-perms HTTP/1.1" 200 5056 0.044811 10.0.0.27 - - [2025-10-20 03:35:53] "GET /obj-perms HTTP/1.1" 200 5056 0.044034 10.0.0.22 - - [2025-10-20 03:35:53] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007325 10.0.0.22 - - [2025-10-20 03:35:54] "POST /neutron/port HTTP/1.1" 200 1103 0.019408 10.0.0.22 - - [2025-10-20 03:35:54] "GET /virtual-machine/176442fe-2930-4661-beb7-0484bffc07e6 HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-10-20 03:35:54] "GET /virtual-machine/176442fe-2930-4661-beb7-0484bffc07e6 HTTP/1.1" 200 1305 0.026417 10.0.0.22 - - [2025-10-20 03:35:54] "GET /virtual-machine-interface/00630a6b-3d96-4a39-9b3d-7a10aa1bc7a0 HTTP/1.1" 200 3007 0.005950 10.0.0.22 - - [2025-10-20 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.22 - - [2025-10-20 03:35:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.22 - - [2025-10-20 03:35:54] "GET /virtual-networks?parent_id=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003405 10.0.0.22 - - [2025-10-20 03:35:54] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008293 10.0.0.27 - - [2025-10-20 03:35:57] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001181 10.0.0.27 - - [2025-10-20 03:35:57] "DELETE /project/e5b2f0ab334b421e906130c1272572ab HTTP/1.1" 404 173 0.005519 10.0.0.27 - - [2025-10-20 03:35:57] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.035160 10.0.0.27 - - [2025-10-20 03:35:57] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.27 - - [2025-10-20 03:35:57] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?fields=security_groups HTTP/1.1" 200 1370 0.087382 10.0.0.27 - - [2025-10-20 03:35:57] "DELETE /security-group/ad4fc51f-9b61-481a-b73c-9d373e39a6da HTTP/1.1" 200 115 0.053834 10.0.0.27 - - [2025-10-20 03:35:57] "GET /projects?obj_uuids=38bb5a95-7a6c-4d46-ae76-7a18e07f96c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001328 10.0.0.22 - - [2025-10-20 03:35:57] "DELETE /access-control-list/c1b552ab-4e4e-4128-baf7-86d0073b3648 HTTP/1.1" 200 115 0.039868 10.0.0.27 - - [2025-10-20 03:35:57] "GET /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2?fields=application_policy_sets HTTP/1.1" 200 1409 0.052196 10.0.0.22 - - [2025-10-20 03:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005839 10.0.0.22 - - [2025-10-20 03:35:57] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007110 10.0.0.27 - - [2025-10-20 03:35:57] "DELETE /project/38bb5a95-7a6c-4d46-ae76-7a18e07f96c2 HTTP/1.1" 200 115 0.435606 10.0.0.22 - - [2025-10-20 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.22 - - [2025-10-20 03:36:01] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005055 10.0.0.22 - - [2025-10-20 03:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-10-20 03:36:05] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006747 10.0.0.22 - - [2025-10-20 03:36:08] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007282 10.0.0.22 - - [2025-10-20 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.22 - - [2025-10-20 03:36:09] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005775 10.0.0.22 - - [2025-10-20 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.22 - - [2025-10-20 03:36:11] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003575 10.0.0.22 - - [2025-10-20 03:36:11] "GET /virtual-networks?parent_id=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002907 10.0.0.22 - - [2025-10-20 03:36:11] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005439 10.0.0.22 - - [2025-10-20 03:36:11] "POST /neutron/port HTTP/1.1" 200 1103 0.015214 10.0.0.22 - - [2025-10-20 03:36:17] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006864 10.0.0.22 - - [2025-10-20 03:36:22] "POST /neutron/port HTTP/1.1" 200 1103 0.016781 10.0.0.22 - - [2025-10-20 03:36:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006989 10.0.0.22 - - [2025-10-20 03:36:22] "GET /virtual-machine/0044ac34-1547-4839-8190-8c4b8427372d HTTP/1.1" 200 1302 0.005549 10.0.0.22 - - [2025-10-20 03:36:22] "GET /virtual-machine-interface/8f0b1dde-49d2-4803-a17a-5ef584937630 HTTP/1.1" 200 3010 0.005246 10.0.0.22 - - [2025-10-20 03:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.22 - - [2025-10-20 03:36:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006799 10.0.0.22 - - [2025-10-20 03:36:22] "GET /virtual-networks?parent_id=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004074 10.0.0.22 - - [2025-10-20 03:36:22] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007828 10.0.0.22 - - [2025-10-20 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-20 03:36:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007753 10.0.0.22 - - [2025-10-20 03:36:23] "GET /virtual-networks?parent_id=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002810 10.0.0.22 - - [2025-10-20 03:36:23] "GET /virtual-network/9c552e55-2dc1-4631-9a94-0f088accc52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005227 10.0.0.22 - - [2025-10-20 03:36:28] "POST /neutron/port HTTP/1.1" 200 1103 0.014684 10.0.0.22 - - [2025-10-20 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-10-20 03:36:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003295 10.0.0.22 - - [2025-10-20 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.22 - - [2025-10-20 03:36:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004110 10.0.0.22 - - [2025-10-20 03:36:34] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.010995 10.0.0.22 - - [2025-10-20 03:36:42] "GET /obj-perms HTTP/1.1" 200 5056 0.044768 10.0.0.27 - - [2025-10-20 03:36:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-10-20 03:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2025-10-20 03:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.254 - - [2025-10-20 03:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000931 10.0.0.22 - - [2025-10-20 03:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.254 - - [2025-10-20 03:36:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.254 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.254 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-10-20 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.22 - - [2025-10-20 03:36:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.003841 10.0.0.22 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000259 10.0.0.22 - - [2025-10-20 03:36:45] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.014531 10.0.0.22 - - [2025-10-20 03:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.22 - - [2025-10-20 03:36:59] "POST /neutron/port HTTP/1.1" 200 1103 0.014787 10.0.0.22 - - [2025-10-20 03:36:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.013433 10.0.0.22 - - [2025-10-20 03:37:34] "POST /neutron/network HTTP/1.1" 200 841 0.007356 10.0.0.22 - - [2025-10-20 03:37:35] "POST /neutron/port HTTP/1.1" 200 1129 0.013036 10.0.0.22 - - [2025-10-20 03:37:35] "POST /neutron/port HTTP/1.1" 200 1129 0.013601 10.0.0.27 - - [2025-10-20 03:37:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003176 10.0.0.27 - - [2025-10-20 03:37:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.22 - - [2025-10-20 03:37:37] "POST /neutron/network HTTP/1.1" 200 151 0.108405 10.0.0.22 - - [2025-10-20 03:37:37] "DELETE /route-target/68f5166d-dec6-4869-b55e-44560877503e HTTP/1.1" 200 115 0.021882 10.0.0.27 - - [2025-10-20 03:37:37] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000962 10.0.0.22 - - [2025-10-20 03:37:37] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.047873 10.0.0.27 - - [2025-10-20 03:37:37] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000890 10.0.0.22 - - [2025-10-20 03:37:37] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?fields=virtual_networks HTTP/1.1" 200 1069 0.038338 10.0.0.27 - - [2025-10-20 03:37:37] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002059 10.0.0.22 - - [2025-10-20 03:37:37] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.040648 10.0.0.27 - - [2025-10-20 03:37:37] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001144 10.0.0.22 - - [2025-10-20 03:37:37] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?fields=security_groups HTTP/1.1" 200 1308 0.037601 10.0.0.22 - - [2025-10-20 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.024179 10.0.0.27 - - [2025-10-20 03:37:38] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003545 10.0.0.27 - - [2025-10-20 03:37:38] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.27 - - [2025-10-20 03:37:38] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006058 10.0.0.27 - - [2025-10-20 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 209 0.004542 10.0.0.27 - - [2025-10-20 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 217 0.003622 10.0.0.27 - - [2025-10-20 03:37:38] "POST /security-groups HTTP/1.1" 200 609 0.031126 10.0.0.27 - - [2025-10-20 03:37:38] "POST /projects HTTP/1.1" 200 621 0.227624 10.0.0.22 - - [2025-10-20 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 251 0.010954 10.0.0.27 - - [2025-10-20 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.295542 10.0.0.22 - - [2025-10-20 03:37:38] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.416819 10.0.0.22 - - [2025-10-20 03:37:39] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.22 - - [2025-10-20 03:37:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-10-20 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.050183 10.0.0.27 - - [2025-10-20 03:37:40] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000841 10.0.0.22 - - [2025-10-20 03:37:40] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.042989 10.0.0.22 - - [2025-10-20 03:37:40] "POST /ref-update HTTP/1.1" 200 156 0.023231 10.0.0.27 - - [2025-10-20 03:37:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009763 10.0.0.22 - - [2025-10-20 03:37:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.223564 10.0.0.22 - - [2025-10-20 03:37:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001670 10.0.0.22 - - [2025-10-20 03:37:41] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008020 10.0.0.22 - - [2025-10-20 03:37:41] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006500 10.0.0.22 - - [2025-10-20 03:37:41] "POST /neutron/network HTTP/1.1" 200 844 0.007050 10.0.0.22 - - [2025-10-20 03:37:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001196 10.0.0.27 - - [2025-10-20 03:37:42] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001629 10.0.0.22 - - [2025-10-20 03:37:42] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.061552 10.0.0.22 - - [2025-10-20 03:37:42] "POST /neutron/network HTTP/1.1" 200 844 0.006202 10.0.0.22 - - [2025-10-20 03:37:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001499 10.0.0.22 - - [2025-10-20 03:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.005532 10.0.0.27 - - [2025-10-20 03:37:42] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127 10.0.0.22 - - [2025-10-20 03:37:42] "POST /neutron/port HTTP/1.1" 200 1078 0.292760 10.0.0.22 - - [2025-10-20 03:37:43] "POST /neutron/port HTTP/1.1" 200 1132 0.111565 10.0.0.22 - - [2025-10-20 03:37:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.010491 10.0.0.27 - - [2025-10-20 03:37:43] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001153 10.0.0.22 - - [2025-10-20 03:37:43] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.235909 10.0.0.22 - - [2025-10-20 03:37:43] "POST /neutron/network HTTP/1.1" 200 844 0.009046 10.0.0.22 - - [2025-10-20 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.007583 10.0.0.22 - - [2025-10-20 03:37:44] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006647 10.0.0.22 - - [2025-10-20 03:37:44] "POST /neutron/port HTTP/1.1" 200 1078 0.015066 10.0.0.22 - - [2025-10-20 03:37:44] "POST /neutron/port HTTP/1.1" 200 1106 0.014585 10.0.0.22 - - [2025-10-20 03:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.27 - - [2025-10-20 03:37:45] "GET /obj-perms HTTP/1.1" 200 5066 0.043991 10.0.0.22 - - [2025-10-20 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007733 10.0.0.22 - - [2025-10-20 03:37:45] "POST /neutron/port HTTP/1.1" 200 1106 0.014110 10.0.0.22 - - [2025-10-20 03:37:45] "GET /virtual-machine/cdcfacaa-834c-4b56-9b8f-ac8d696a7346 HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-10-20 03:37:46] "GET /virtual-machine/cdcfacaa-834c-4b56-9b8f-ac8d696a7346 HTTP/1.1" 200 1311 0.026318 10.0.0.22 - - [2025-10-20 03:37:46] "GET /virtual-machine-interface/f6919373-b032-4d96-8d29-5ebad6ee512c HTTP/1.1" 200 3035 0.005429 10.0.0.22 - - [2025-10-20 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.22 - - [2025-10-20 03:37:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004569 10.0.0.22 - - [2025-10-20 03:37:46] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003018 10.0.0.22 - - [2025-10-20 03:37:46] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009069 10.0.0.22 - - [2025-10-20 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.22 - - [2025-10-20 03:37:49] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006591 10.0.0.22 - - [2025-10-20 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-20 03:37:53] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005033 10.0.0.22 - - [2025-10-20 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-10-20 03:37:57] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010101 10.0.0.27 - - [2025-10-20 03:37:57] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000770 10.0.0.27 - - [2025-10-20 03:37:57] "DELETE /project/cd0d0e49c12048f595d63d5aee5c8a01 HTTP/1.1" 404 173 0.004230 10.0.0.27 - - [2025-10-20 03:37:57] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.041242 10.0.0.27 - - [2025-10-20 03:37:57] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001223 10.0.0.27 - - [2025-10-20 03:37:57] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?fields=security_groups HTTP/1.1" 200 1413 0.042235 10.0.0.27 - - [2025-10-20 03:37:57] "DELETE /security-group/e1163eb3-901b-417c-af8b-bcb514e48942 HTTP/1.1" 200 115 0.051416 10.0.0.27 - - [2025-10-20 03:37:57] "GET /projects?obj_uuids=e5b2f0ab-334b-421e-9061-30c1272572ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001101 10.0.0.27 - - [2025-10-20 03:37:58] "GET /project/e5b2f0ab-334b-421e-9061-30c1272572ab?fields=application_policy_sets HTTP/1.1" 200 1452 0.059262 10.0.0.27 - - [2025-10-20 03:37:58] "DELETE /project/e5b2f0ab-334b-421e-9061-30c1272572ab HTTP/1.1" 200 115 0.406875 10.0.0.22 - - [2025-10-20 03:37:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007086 10.0.0.22 - - [2025-10-20 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007546 10.0.0.22 - - [2025-10-20 03:38:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003811 10.0.0.22 - - [2025-10-20 03:38:01] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003688 10.0.0.22 - - [2025-10-20 03:38:01] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005387 10.0.0.22 - - [2025-10-20 03:38:04] "POST /neutron/port HTTP/1.1" 200 1106 0.018155 10.0.0.22 - - [2025-10-20 03:38:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007286 10.0.0.22 - - [2025-10-20 03:38:07] "POST /neutron/port HTTP/1.1" 200 1106 0.017074 10.0.0.22 - - [2025-10-20 03:38:07] "GET /virtual-machine/badb7526-df43-4a7f-a59f-cc8c66c39d31 HTTP/1.1" 200 1311 0.005233 10.0.0.22 - - [2025-10-20 03:38:07] "GET /virtual-machine-interface/b28fd916-8386-451e-8712-74d91d38c5af HTTP/1.1" 200 3034 0.005992 10.0.0.22 - - [2025-10-20 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.22 - - [2025-10-20 03:38:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003360 10.0.0.22 - - [2025-10-20 03:38:07] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003819 10.0.0.22 - - [2025-10-20 03:38:07] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005539 10.0.0.22 - - [2025-10-20 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.22 - - [2025-10-20 03:38:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003473 10.0.0.22 - - [2025-10-20 03:38:08] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002801 10.0.0.22 - - [2025-10-20 03:38:08] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005483 10.0.0.22 - - [2025-10-20 03:38:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006638 10.0.0.22 - - [2025-10-20 03:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-10-20 03:38:13] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000832 10.0.0.22 - - [2025-10-20 03:38:13] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.044477 10.0.0.22 - - [2025-10-20 03:38:14] "POST /route-targets HTTP/1.1" 200 327 0.012272 10.0.0.27 - - [2025-10-20 03:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008317 10.0.0.22 - - [2025-10-20 03:38:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.242679 10.0.0.22 - - [2025-10-20 03:38:14] "POST /id-to-fqname HTTP/1.1" 200 239 0.001145 10.0.0.22 - - [2025-10-20 03:38:14] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005018 10.0.0.22 - - [2025-10-20 03:38:14] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004715 10.0.0.22 - - [2025-10-20 03:38:14] "POST /neutron/network HTTP/1.1" 200 843 0.006519 10.0.0.22 - - [2025-10-20 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2025-10-20 03:38:14] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000908 10.0.0.22 - - [2025-10-20 03:38:14] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.039183 10.0.0.27 - - [2025-10-20 03:38:14] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000858 10.0.0.22 - - [2025-10-20 03:38:14] "POST /neutron/network HTTP/1.1" 200 631 0.119570 10.0.0.22 - - [2025-10-20 03:38:14] "POST /ref-update HTTP/1.1" 200 156 0.024924 10.0.0.22 - - [2025-10-20 03:38:15] "POST /id-to-fqname HTTP/1.1" 200 242 0.005252 10.0.0.22 - - [2025-10-20 03:38:15] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005096 10.0.0.22 - - [2025-10-20 03:38:15] "POST /neutron/network HTTP/1.1" 200 850 0.007360 10.0.0.22 - - [2025-10-20 03:38:15] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004253 10.0.0.22 - - [2025-10-20 03:38:15] "POST /id-to-fqname HTTP/1.1" 200 239 0.001131 10.0.0.22 - - [2025-10-20 03:38:15] "POST /neutron/port HTTP/1.1" 200 2096 0.014568 10.0.0.27 - - [2025-10-20 03:38:16] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001000 10.0.0.22 - - [2025-10-20 03:38:16] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.062552 10.0.0.22 - - [2025-10-20 03:38:16] "POST /neutron/network HTTP/1.1" 200 843 0.005947 10.0.0.22 - - [2025-10-20 03:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.005981 10.0.0.22 - - [2025-10-20 03:38:16] "POST /id-to-fqname HTTP/1.1" 200 242 0.001121 10.0.0.22 - - [2025-10-20 03:38:16] "POST /neutron/network HTTP/1.1" 200 860 0.007646 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/port HTTP/1.1" 200 1077 0.037274 10.0.0.27 - - [2025-10-20 03:38:17] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000923 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/port HTTP/1.1" 200 1105 0.022839 10.0.0.22 - - [2025-10-20 03:38:17] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.063631 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/network HTTP/1.1" 200 850 0.006900 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/port HTTP/1.1" 200 3084 0.018981 10.0.0.22 - - [2025-10-20 03:38:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001231 10.0.0.22 - - [2025-10-20 03:38:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.000853 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/port HTTP/1.1" 200 3084 0.025261 10.0.0.22 - - [2025-10-20 03:38:17] "POST /neutron/network HTTP/1.1" 200 860 0.005766 10.0.0.22 - - [2025-10-20 03:38:18] "POST /neutron/port HTTP/1.1" 200 1078 0.014471 10.0.0.22 - - [2025-10-20 03:38:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004679 10.0.0.27 - - [2025-10-20 03:38:18] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001259 10.0.0.22 - - [2025-10-20 03:38:18] "POST /neutron/network HTTP/1.1" 200 850 0.011349 10.0.0.22 - - [2025-10-20 03:38:18] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.072882 10.0.0.22 - - [2025-10-20 03:38:19] "POST /neutron/port HTTP/1.1" 200 4073 0.029572 10.0.0.22 - - [2025-10-20 03:38:19] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005220 10.0.0.22 - - [2025-10-20 03:38:19] "POST /neutron/network HTTP/1.1" 200 1555 0.012237 10.0.0.254 - - [2025-10-20 03:38:19] "GET /obj-perms HTTP/1.1" 200 5066 0.097030 10.0.0.22 - - [2025-10-20 03:38:20] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006261 10.0.0.22 - - [2025-10-20 03:38:20] "POST /neutron/port HTTP/1.1" 200 1078 0.035030 10.0.0.22 - - [2025-10-20 03:38:20] "GET /obj-perms HTTP/1.1" 200 5066 0.052167 10.0.0.22 - - [2025-10-20 03:38:20] "POST /neutron/port HTTP/1.1" 200 1077 0.015054 10.0.0.22 - - [2025-10-20 03:38:20] "POST /neutron/port HTTP/1.1" 200 2095 0.023596 10.0.0.22 - - [2025-10-20 03:38:20] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006408 10.0.0.22 - - [2025-10-20 03:38:20] "POST /neutron/port HTTP/1.1" 200 117 0.000948 10.0.0.22 - - [2025-10-20 03:38:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.008782 10.0.0.27 - - [2025-10-20 03:38:20] "GET /obj-perms HTTP/1.1" 200 5066 0.003915 10.0.0.22 - - [2025-10-20 03:38:21] "POST /neutron/port HTTP/1.1" 200 1106 0.014905 10.0.0.22 - - [2025-10-20 03:38:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006249 10.0.0.22 - - [2025-10-20 03:38:21] "GET /virtual-machine/e324fcb3-e894-46ff-966e-765e8c12f58f HTTP/1.1" 200 1311 0.005698 10.0.0.22 - - [2025-10-20 03:38:21] "GET /virtual-machine-interface/7d872f6c-f461-4de3-a2b2-27cecda3e50f HTTP/1.1" 200 3043 0.007370 10.0.0.22 - - [2025-10-20 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.22 - - [2025-10-20 03:38:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003000 10.0.0.22 - - [2025-10-20 03:38:21] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002394 10.0.0.22 - - [2025-10-20 03:38:21] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006681 10.0.0.22 - - [2025-10-20 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.22 - - [2025-10-20 03:38:24] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005261 10.0.0.22 - - [2025-10-20 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2025-10-20 03:38:28] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004695 10.0.0.22 - - [2025-10-20 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2025-10-20 03:38:32] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005633 10.0.0.22 - - [2025-10-20 03:38:35] "POST /neutron/port HTTP/1.1" 200 2095 0.016810 10.0.0.22 - - [2025-10-20 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.22 - - [2025-10-20 03:38:36] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006587 10.0.0.22 - - [2025-10-20 03:38:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006034 10.0.0.22 - - [2025-10-20 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-10-20 03:38:40] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004583 10.0.0.22 - - [2025-10-20 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.22 - - [2025-10-20 03:38:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005287 10.0.0.22 - - [2025-10-20 03:38:42] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004221 10.0.0.22 - - [2025-10-20 03:38:42] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006874 10.0.0.22 - - [2025-10-20 03:38:43] "POST /neutron/port HTTP/1.1" 200 1106 0.015092 10.0.0.254 - - [2025-10-20 03:38:44] "GET /obj-perms HTTP/1.1" 200 5056 0.044225 10.0.0.22 - - [2025-10-20 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006486 10.0.0.22 - - [2025-10-20 03:38:48] "POST /neutron/port HTTP/1.1" 200 1105 0.013565 10.0.0.22 - - [2025-10-20 03:38:48] "GET /virtual-machine/01a2d846-ed43-497b-af7b-00341385dccc HTTP/1.1" 200 1309 0.005409 10.0.0.22 - - [2025-10-20 03:38:48] "GET /virtual-machine-interface/60a79f1c-ecbc-4762-82e9-6ec905cccc28 HTTP/1.1" 200 3033 0.004795 10.0.0.22 - - [2025-10-20 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.22 - - [2025-10-20 03:38:48] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003492 10.0.0.22 - - [2025-10-20 03:38:48] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002839 10.0.0.22 - - [2025-10-20 03:38:48] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005788 10.0.0.22 - - [2025-10-20 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.22 - - [2025-10-20 03:38:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004698 10.0.0.22 - - [2025-10-20 03:38:49] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003998 10.0.0.22 - - [2025-10-20 03:38:49] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005149 10.0.0.22 - - [2025-10-20 03:38:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.015279 10.0.0.22 - - [2025-10-20 03:38:50] "POST /neutron/port HTTP/1.1" 200 2095 0.017062 10.0.0.22 - - [2025-10-20 03:38:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.015088 10.0.0.22 - - [2025-10-20 03:38:50] "GET /virtual-machine/89c011f2-7dc7-4cda-a1bd-e8671bde3a93 HTTP/1.1" 200 1586 0.005773 10.0.0.22 - - [2025-10-20 03:38:50] "GET /virtual-machine-interface/44ddc70d-bc2a-4d14-b8a8-7515b960d5f8 HTTP/1.1" 200 3034 0.005677 10.0.0.22 - - [2025-10-20 03:38:50] "GET /virtual-machine-interface/846169a8-e2b1-45a7-a5fb-db7f603f3294 HTTP/1.1" 200 3034 0.008770 10.0.0.22 - - [2025-10-20 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.22 - - [2025-10-20 03:38:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004168 10.0.0.22 - - [2025-10-20 03:38:50] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002584 10.0.0.22 - - [2025-10-20 03:38:50] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005984 10.0.0.22 - - [2025-10-20 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.22 - - [2025-10-20 03:38:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003305 10.0.0.22 - - [2025-10-20 03:38:51] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002904 10.0.0.22 - - [2025-10-20 03:38:51] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005549 10.0.0.22 - - [2025-10-20 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.22 - - [2025-10-20 03:38:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004093 10.0.0.22 - - [2025-10-20 03:38:51] "GET /virtual-networks?parent_id=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003214 10.0.0.22 - - [2025-10-20 03:38:51] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005790 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.22 - - [2025-10-20 03:38:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.22 - - [2025-10-20 03:38:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004123 10.0.0.22 - - [2025-10-20 03:38:53] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.011100 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 217 0.003452 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2025-10-20 03:38:53] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000869 10.0.0.22 - - [2025-10-20 03:38:53] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.035916 10.0.0.22 - - [2025-10-20 03:38:53] "POST /network-policys HTTP/1.1" 200 539 0.034122 10.0.0.22 - - [2025-10-20 03:38:53] "GET /network-policy/c715cbb5-c4be-4f86-964d-89bcc72680a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.008588 10.0.0.22 - - [2025-10-20 03:38:53] "POST /neutron/network HTTP/1.1" 200 938 0.010733 10.0.0.22 - - [2025-10-20 03:38:53] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005301 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.22 - - [2025-10-20 03:38:53] "GET /network-policy/c715cbb5-c4be-4f86-964d-89bcc72680a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003942 10.0.0.22 - - [2025-10-20 03:38:53] "POST /neutron/network HTTP/1.1" 200 937 0.008837 10.0.0.22 - - [2025-10-20 03:38:53] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006956 10.0.0.22 - - [2025-10-20 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.22 - - [2025-10-20 03:38:53] "GET /network-policy/c715cbb5-c4be-4f86-964d-89bcc72680a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004765 10.0.0.22 - - [2025-10-20 03:38:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.032569 10.0.0.22 - - [2025-10-20 03:38:54] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005010 10.0.0.22 - - [2025-10-20 03:38:54] "PUT /access-control-list/baa6a022-7b43-4185-865a-2be0ac86743f HTTP/1.1" 200 272 0.027391 10.0.0.22 - - [2025-10-20 03:38:54] "GET /obj-perms HTTP/1.1" 200 5066 0.003386 10.0.0.22 - - [2025-10-20 03:38:54] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005713 10.0.0.22 - - [2025-10-20 03:38:55] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005078 10.0.0.254 - - [2025-10-20 03:38:55] "GET /obj-perms HTTP/1.1" 200 5066 0.003687 10.0.0.27 - - [2025-10-20 03:38:55] "GET /obj-perms HTTP/1.1" 200 5066 0.003405 10.0.0.22 - - [2025-10-20 03:38:55] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006378 10.0.0.22 - - [2025-10-20 03:38:55] "GET /obj-perms HTTP/1.1" 200 5066 0.004868 10.0.0.22 - - [2025-10-20 03:38:55] "GET /virtual-network/5ff58b11-e098-421f-9cff-77a8bdd6ce50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005399 10.0.0.22 - - [2025-10-20 03:39:01] "POST /neutron/network HTTP/1.1" 200 948 0.006913 10.0.0.22 - - [2025-10-20 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.22 - - [2025-10-20 03:39:03] "POST /neutron/port HTTP/1.1" 200 1105 0.014655 10.0.0.22 - - [2025-10-20 03:39:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.008748 10.0.0.22 - - [2025-10-20 03:39:10] "GET /obj-perms HTTP/1.1" 200 5066 0.003438 10.0.0.27 - - [2025-10-20 03:39:44] "GET /obj-perms HTTP/1.1" 200 5056 0.042705 10.0.0.22 - - [2025-10-20 03:40:01] "POST /neutron/port HTTP/1.1" 200 1106 0.015510 10.0.0.22 - - [2025-10-20 03:40:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.22 - - [2025-10-20 03:40:01] "POST /neutron/network HTTP/1.1" 200 938 0.007721 10.0.0.22 - - [2025-10-20 03:40:03] "POST /neutron/network HTTP/1.1" 200 860 0.006395 10.0.0.22 - - [2025-10-20 03:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.254 - - [2025-10-20 03:40:45] "GET /obj-perms HTTP/1.1" 200 5056 0.042494 10.0.0.22 - - [2025-10-20 03:41:02] "POST /neutron/port HTTP/1.1" 200 2095 0.015467 10.0.0.22 - - [2025-10-20 03:41:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008109 10.0.0.22 - - [2025-10-20 03:41:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.22 - - [2025-10-20 03:41:02] "POST /neutron/network HTTP/1.1" 200 937 0.006598 10.0.0.22 - - [2025-10-20 03:41:05] "POST /neutron/network HTTP/1.1" 200 947 0.007084 10.0.0.22 - - [2025-10-20 03:41:05] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.27 - - [2025-10-20 03:41:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-10-20 03:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.22 - - [2025-10-20 03:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.254 - - [2025-10-20 03:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2025-10-20 03:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.254 - - [2025-10-20 03:41:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-10-20 03:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000876 10.0.0.27 - - [2025-10-20 03:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.254 - - [2025-10-20 03:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.254 - - [2025-10-20 03:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.22 - - [2025-10-20 03:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-10-20 03:41:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.22 - - [2025-10-20 03:41:46] "GET /obj-perms HTTP/1.1" 200 5056 0.088995 10.0.0.22 - - [2025-10-20 03:42:03] "POST /neutron/port HTTP/1.1" 200 1106 0.016031 10.0.0.22 - - [2025-10-20 03:42:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.009665 10.0.0.22 - - [2025-10-20 03:42:05] "POST /neutron/port HTTP/1.1" 200 1106 0.013705 10.0.0.22 - - [2025-10-20 03:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003689 10.0.0.22 - - [2025-10-20 03:42:05] "POST /neutron/network HTTP/1.1" 200 850 0.007696 10.0.0.22 - - [2025-10-20 03:42:32] "GET /obj-perms HTTP/1.1" 200 5066 0.004148 10.0.0.22 - - [2025-10-20 03:42:36] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006224 10.0.0.22 - - [2025-10-20 03:42:36] "POST /neutron/network HTTP/1.1" 200 843 0.024495 10.0.0.22 - - [2025-10-20 03:42:36] "GET /virtual-network/a019ce33-0962-40d9-86db-40dc815fb34a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007106 10.0.0.22 - - [2025-10-20 03:42:36] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009319 10.0.0.22 - - [2025-10-20 03:42:36] "POST /ref-update HTTP/1.1" 200 156 0.031161 10.0.0.22 - - [2025-10-20 03:42:36] "POST /neutron/network HTTP/1.1" 200 844 0.012601 10.0.0.22 - - [2025-10-20 03:42:36] "GET /virtual-network/0e1974c4-da63-445a-b422-1c6c46c20bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006443 10.0.0.22 - - [2025-10-20 03:42:36] "DELETE /network-policy/c715cbb5-c4be-4f86-964d-89bcc72680a6 HTTP/1.1" 200 115 0.032298 10.0.0.22 - - [2025-10-20 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006367 10.0.0.22 - - [2025-10-20 03:42:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003973 10.0.0.22 - - [2025-10-20 03:42:36] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.014180 10.0.0.22 - - [2025-10-20 03:42:36] "POST /ref-update HTTP/1.1" 200 156 0.039422 10.0.0.22 - - [2025-10-20 03:42:38] "POST /neutron/port HTTP/1.1" 200 2095 0.016945 10.0.0.22 - - [2025-10-20 03:42:38] "POST /neutron/port HTTP/1.1" 200 1106 0.012788 10.0.0.22 - - [2025-10-20 03:42:38] "POST /neutron/port HTTP/1.1" 200 1105 0.025704 10.0.0.22 - - [2025-10-20 03:42:38] "POST /neutron/port HTTP/1.1" 200 1131 0.024122 10.0.0.27 - - [2025-10-20 03:42:40] "POST /useragent-kv HTTP/1.1" 200 115 0.029768 10.0.0.27 - - [2025-10-20 03:42:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003924 10.0.0.22 - - [2025-10-20 03:42:40] "POST /neutron/network HTTP/1.1" 200 151 0.159070 10.0.0.22 - - [2025-10-20 03:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363 10.0.0.22 - - [2025-10-20 03:42:41] "POST /neutron/network HTTP/1.1" 200 844 0.008568 10.0.0.22 - - [2025-10-20 03:42:41] "POST /neutron/port HTTP/1.1" 200 1132 0.010269 10.0.0.22 - - [2025-10-20 03:42:41] "POST /neutron/port HTTP/1.1" 200 1132 0.015921 10.0.0.27 - - [2025-10-20 03:42:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004570 10.0.0.27 - - [2025-10-20 03:42:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004632 10.0.0.22 - - [2025-10-20 03:42:43] "POST /neutron/network HTTP/1.1" 200 151 0.134285 10.0.0.22 - - [2025-10-20 03:42:43] "DELETE /route-target/1a539467-ef58-4fb8-9d77-677505d7d30d HTTP/1.1" 200 115 0.033103 10.0.0.27 - - [2025-10-20 03:42:43] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000874 10.0.0.22 - - [2025-10-20 03:42:43] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.057358 10.0.0.27 - - [2025-10-20 03:42:43] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000862 10.0.0.22 - - [2025-10-20 03:42:43] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?fields=virtual_networks HTTP/1.1" 200 1079 0.040655 10.0.0.27 - - [2025-10-20 03:42:43] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001219 10.0.0.22 - - [2025-10-20 03:42:43] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?fields=virtual_machine_interfaces HTTP/1.1" 200 1079 0.040244 10.0.0.27 - - [2025-10-20 03:42:43] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001028 10.0.0.22 - - [2025-10-20 03:42:43] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?fields=security_groups HTTP/1.1" 200 1323 0.038014 10.0.0.22 - - [2025-10-20 03:42:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.021710 10.0.0.27 - - [2025-10-20 03:42:44] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003703 10.0.0.27 - - [2025-10-20 03:42:44] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.27 - - [2025-10-20 03:42:44] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035345 10.0.0.27 - - [2025-10-20 03:42:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001113 10.0.0.27 - - [2025-10-20 03:42:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.008180 10.0.0.27 - - [2025-10-20 03:42:44] "POST /security-groups HTTP/1.1" 200 586 0.074052 10.0.0.27 - - [2025-10-20 03:42:44] "POST /projects HTTP/1.1" 200 575 0.271179 10.0.0.22 - - [2025-10-20 03:42:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.004076 10.0.0.27 - - [2025-10-20 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.341138 10.0.0.22 - - [2025-10-20 03:42:44] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.501636 10.0.0.22 - - [2025-10-20 03:42:46] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.27 - - [2025-10-20 03:42:46] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000859 10.0.0.22 - - [2025-10-20 03:42:46] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.044177 10.0.0.22 - - [2025-10-20 03:42:47] "GET /obj-perms HTTP/1.1" 200 5056 0.067313 10.0.0.22 - - [2025-10-20 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-10-20 03:42:47] "GET /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.004011 10.0.0.22 - - [2025-10-20 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-10-20 03:42:47] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000874 10.0.0.22 - - [2025-10-20 03:42:47] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.032271 10.0.0.22 - - [2025-10-20 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.22 - - [2025-10-20 03:42:47] "GET /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.004255 10.0.0.22 - - [2025-10-20 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.22 - - [2025-10-20 03:42:48] "PUT /security-group/e5d4d4a2-68c7-4d20-88b1-1a9880c2a6d6 HTTP/1.1" 200 262 0.016741 10.0.0.22 - - [2025-10-20 03:42:48] "PUT /access-control-list/94f529a0-842a-4cd8-8fe1-2c588fcfbb2e HTTP/1.1" 200 272 0.018901 10.0.0.27 - - [2025-10-20 03:42:50] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.22 - - [2025-10-20 03:42:50] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037422 10.0.0.27 - - [2025-10-20 03:42:50] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001078 10.0.0.22 - - [2025-10-20 03:42:50] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?fields=virtual_networks HTTP/1.1" 200 1032 0.056455 10.0.0.27 - - [2025-10-20 03:42:50] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.22 - - [2025-10-20 03:42:50] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045838 10.0.0.27 - - [2025-10-20 03:42:50] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002536 10.0.0.22 - - [2025-10-20 03:42:50] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?fields=security_groups HTTP/1.1" 200 1253 0.048803 10.0.0.22 - - [2025-10-20 03:42:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.023549 10.0.0.27 - - [2025-10-20 03:42:51] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004459 10.0.0.27 - - [2025-10-20 03:42:51] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001760 10.0.0.27 - - [2025-10-20 03:42:51] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008442 10.0.0.27 - - [2025-10-20 03:42:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.007465 10.0.0.27 - - [2025-10-20 03:42:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.005089 10.0.0.27 - - [2025-10-20 03:42:51] "POST /security-groups HTTP/1.1" 200 595 0.046578 10.0.0.27 - - [2025-10-20 03:42:52] "POST /projects HTTP/1.1" 200 593 0.258657 10.0.0.27 - - [2025-10-20 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.332657 10.0.0.22 - - [2025-10-20 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.010482 10.0.0.22 - - [2025-10-20 03:42:52] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.467530 10.0.0.22 - - [2025-10-20 03:42:53] "GET / HTTP/1.1" 200 35931 0.001522 10.0.0.22 - - [2025-10-20 03:42:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2025-10-20 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.051558 10.0.0.27 - - [2025-10-20 03:42:55] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000843 10.0.0.22 - - [2025-10-20 03:42:55] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040678 10.0.0.22 - - [2025-10-20 03:42:55] "POST /ref-update HTTP/1.1" 200 156 0.021238 10.0.0.27 - - [2025-10-20 03:42:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008470 10.0.0.22 - - [2025-10-20 03:42:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.236794 10.0.0.22 - - [2025-10-20 03:42:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001057 10.0.0.22 - - [2025-10-20 03:42:55] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005253 10.0.0.22 - - [2025-10-20 03:42:55] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005395 10.0.0.22 - - [2025-10-20 03:42:55] "POST /neutron/network HTTP/1.1" 200 844 0.006429 10.0.0.22 - - [2025-10-20 03:42:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001091 10.0.0.27 - - [2025-10-20 03:42:56] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001206 10.0.0.22 - - [2025-10-20 03:42:56] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059215 10.0.0.22 - - [2025-10-20 03:42:56] "POST /neutron/network HTTP/1.1" 200 844 0.027263 10.0.0.22 - - [2025-10-20 03:42:57] "POST /id-to-fqname HTTP/1.1" 200 231 0.001166 10.0.0.22 - - [2025-10-20 03:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.008649 10.0.0.22 - - [2025-10-20 03:42:57] "POST /neutron/port HTTP/1.1" 200 1066 0.014833 10.0.0.22 - - [2025-10-20 03:42:58] "POST /neutron/port HTTP/1.1" 200 1094 0.018445 10.0.0.22 - - [2025-10-20 03:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.27 - - [2025-10-20 03:42:58] "DELETE /project/cef8b4c0bdd347be921e53c566967a51 HTTP/1.1" 404 173 0.009556 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000751 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000701 10.0.0.27 - - [2025-10-20 03:42:58] "DELETE /project/643f28ba74154dd89ccd28fd5b8a7718 HTTP/1.1" 404 173 0.010988 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.059244 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.065795 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001245 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001137 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?fields=security_groups HTTP/1.1" 200 1358 0.050059 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?fields=security_groups HTTP/1.1" 200 1428 0.071843 10.0.0.27 - - [2025-10-20 03:42:58] "DELETE /security-group/f7fcb54f-c0ed-4b74-8d7e-fb2789b6fcf1 HTTP/1.1" 200 115 0.090465 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=643f28ba-7415-4dd8-9ccd-28fd5b8a7718&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.27 - - [2025-10-20 03:42:58] "DELETE /security-group/e8ec93f4-2ad7-4e26-ae08-b21307da38a5 HTTP/1.1" 200 115 0.108261 10.0.0.27 - - [2025-10-20 03:42:58] "GET /projects?obj_uuids=cd0d0e49-c120-48f5-95d6-3d5aee5c8a01&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002882 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718?fields=application_policy_sets HTTP/1.1" 200 1397 0.091850 10.0.0.27 - - [2025-10-20 03:42:58] "GET /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01?fields=application_policy_sets HTTP/1.1" 200 1467 0.116745 10.0.0.27 - - [2025-10-20 03:42:58] "DELETE /project/643f28ba-7415-4dd8-9ccd-28fd5b8a7718 HTTP/1.1" 200 115 0.514891 10.0.0.22 - - [2025-10-20 03:42:58] "DELETE /access-control-list/d54a42df-aa97-45bc-803a-ff1b55c475d4 HTTP/1.1" 200 115 0.045912 10.0.0.27 - - [2025-10-20 03:42:59] "DELETE /project/cd0d0e49-c120-48f5-95d6-3d5aee5c8a01 HTTP/1.1" 200 115 0.600589 10.0.0.22 - - [2025-10-20 03:43:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.026495 10.0.0.27 - - [2025-10-20 03:43:18] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000849 10.0.0.22 - - [2025-10-20 03:43:18] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.061758 10.0.0.22 - - [2025-10-20 03:43:18] "POST /neutron/port HTTP/1.1" 200 1094 0.026524 10.0.0.22 - - [2025-10-20 03:43:18] "POST /neutron/port HTTP/1.1" 200 1094 0.013964 10.0.0.22 - - [2025-10-20 03:43:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006898 10.0.0.22 - - [2025-10-20 03:43:18] "GET /virtual-machine/1aff7e3a-8bf3-454b-b231-60be86de6511 HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2025-10-20 03:43:18] "POST /neutron/network HTTP/1.1" 200 854 0.006024 10.0.0.22 - - [2025-10-20 03:43:19] "GET /virtual-machine/1aff7e3a-8bf3-454b-b231-60be86de6511 HTTP/1.1" 200 1296 0.050761 10.0.0.22 - - [2025-10-20 03:43:19] "GET /virtual-machine-interface/3e453e65-6726-4008-ae91-3afb13e80338 HTTP/1.1" 200 2982 0.008794 10.0.0.22 - - [2025-10-20 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.22 - - [2025-10-20 03:43:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003694 10.0.0.22 - - [2025-10-20 03:43:19] "GET /virtual-networks?parent_id=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007043 10.0.0.22 - - [2025-10-20 03:43:19] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006598 10.0.0.22 - - [2025-10-20 03:43:19] "POST /neutron/port HTTP/1.1" 200 1066 0.050778 10.0.0.22 - - [2025-10-20 03:43:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.22 - - [2025-10-20 03:43:19] "POST /neutron/network HTTP/1.1" 200 844 0.011523 10.0.0.22 - - [2025-10-20 03:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.22 - - [2025-10-20 03:43:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.22 - - [2025-10-20 03:43:20] "GET /virtual-networks?parent_id=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006770 10.0.0.22 - - [2025-10-20 03:43:20] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006975 10.0.0.22 - - [2025-10-20 03:43:25] "POST /neutron/port HTTP/1.1" 200 1094 0.016978 10.0.0.22 - - [2025-10-20 03:43:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008715 10.0.0.22 - - [2025-10-20 03:43:40] "POST /neutron/port HTTP/1.1" 200 1094 0.016146 10.0.0.22 - - [2025-10-20 03:43:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007079 10.0.0.27 - - [2025-10-20 03:43:48] "GET /obj-perms HTTP/1.1" 200 5056 0.041073 10.0.0.22 - - [2025-10-20 03:43:51] "POST /neutron/port HTTP/1.1" 200 1094 0.015504 10.0.0.22 - - [2025-10-20 03:43:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006536 10.0.0.22 - - [2025-10-20 03:43:51] "GET /virtual-machine/fec6e68d-75cb-43d5-8c31-34103e9d4e23 HTTP/1.1" 200 1297 0.005499 10.0.0.22 - - [2025-10-20 03:43:51] "GET /virtual-machine-interface/04aa8176-1e98-40bd-866a-48c2e3e02ef7 HTTP/1.1" 200 2980 0.004471 10.0.0.22 - - [2025-10-20 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-20 03:43:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003947 10.0.0.22 - - [2025-10-20 03:43:51] "GET /virtual-networks?parent_id=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002993 10.0.0.22 - - [2025-10-20 03:43:51] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006829 10.0.0.22 - - [2025-10-20 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.22 - - [2025-10-20 03:43:54] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006209 10.0.0.22 - - [2025-10-20 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.22 - - [2025-10-20 03:43:58] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004934 10.0.0.22 - - [2025-10-20 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.22 - - [2025-10-20 03:44:02] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004926 10.0.0.22 - - [2025-10-20 03:44:05] "POST /neutron/network HTTP/1.1" 200 854 0.025866 10.0.0.22 - - [2025-10-20 03:44:05] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.22 - - [2025-10-20 03:44:06] "POST /neutron/port HTTP/1.1" 200 1094 0.015869 10.0.0.22 - - [2025-10-20 03:44:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.008199 10.0.0.22 - - [2025-10-20 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.22 - - [2025-10-20 03:44:06] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004980 10.0.0.22 - - [2025-10-20 03:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.22 - - [2025-10-20 03:44:10] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005055 10.0.0.22 - - [2025-10-20 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.22 - - [2025-10-20 03:44:14] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005534 10.0.0.22 - - [2025-10-20 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.22 - - [2025-10-20 03:44:19] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004745 10.0.0.22 - - [2025-10-20 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006809 10.0.0.22 - - [2025-10-20 03:44:23] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006177 10.0.0.22 - - [2025-10-20 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-10-20 03:44:27] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005094 10.0.0.22 - - [2025-10-20 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-10-20 03:44:31] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005592 10.0.0.22 - - [2025-10-20 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2025-10-20 03:44:35] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005113 10.0.0.22 - - [2025-10-20 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.22 - - [2025-10-20 03:44:39] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004842 10.0.0.22 - - [2025-10-20 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-20 03:44:43] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004973 10.0.0.22 - - [2025-10-20 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-10-20 03:44:47] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005171 10.0.0.254 - - [2025-10-20 03:44:48] "GET /obj-perms HTTP/1.1" 200 5056 0.042068 10.0.0.22 - - [2025-10-20 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-10-20 03:44:51] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006124 10.0.0.22 - - [2025-10-20 03:44:53] "POST /neutron/port HTTP/1.1" 200 1094 0.014346 10.0.0.22 - - [2025-10-20 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-10-20 03:44:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003526 10.0.0.22 - - [2025-10-20 03:44:53] "GET /virtual-networks?parent_id=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003046 10.0.0.22 - - [2025-10-20 03:44:53] "GET /virtual-network/c2eb0e51-c504-49ab-a708-ad8130691cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005458 10.0.0.22 - - [2025-10-20 03:44:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007283 10.0.0.22 - - [2025-10-20 03:45:04] "POST /neutron/port HTTP/1.1" 200 1094 0.020885 10.0.0.22 - - [2025-10-20 03:45:06] "POST /neutron/port HTTP/1.1" 200 1094 0.015230 10.0.0.22 - - [2025-10-20 03:45:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.010106 10.0.0.22 - - [2025-10-20 03:45:07] "POST /neutron/port HTTP/1.1" 200 1094 0.015029 10.0.0.22 - - [2025-10-20 03:45:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.22 - - [2025-10-20 03:45:07] "POST /neutron/network HTTP/1.1" 200 844 0.007270 10.0.0.22 - - [2025-10-20 03:45:14] "POST /neutron/port HTTP/1.1" 200 1094 0.015177 10.0.0.22 - - [2025-10-20 03:45:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006890 10.0.0.22 - - [2025-10-20 03:45:30] "POST /neutron/port HTTP/1.1" 200 1094 0.016995 10.0.0.22 - - [2025-10-20 03:45:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007015 10.0.0.22 - - [2025-10-20 03:45:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.003915 10.0.0.22 - - [2025-10-20 03:45:40] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.042572 10.0.0.22 - - [2025-10-20 03:45:41] "GET /bgp-as-a-service/28782349-8a91-45e6-8b65-5955f023f95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.006197 10.0.0.22 - - [2025-10-20 03:45:41] "GET /virtual-machine-interface/04aa8176-1e98-40bd-866a-48c2e3e02ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006197 10.0.0.22 - - [2025-10-20 03:45:41] "POST /ref-update HTTP/1.1" 200 156 0.011650 10.0.0.22 - - [2025-10-20 03:45:41] "POST /neutron/network HTTP/1.1" 200 844 0.006256 10.0.0.22 - - [2025-10-20 03:45:41] "POST /bgp-routers HTTP/1.1" 200 659 0.072192 10.0.0.22 - - [2025-10-20 03:45:41] "PUT /bgp-router/d05fdada-0655-4d70-888d-bd2f0891450e HTTP/1.1" 200 254 0.033575 10.0.0.22 - - [2025-10-20 03:46:05] "GET /bgp-as-a-service/28782349-8a91-45e6-8b65-5955f023f95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006769 10.0.0.22 - - [2025-10-20 03:46:05] "GET /virtual-machine-interface/04aa8176-1e98-40bd-866a-48c2e3e02ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3088 0.008900 10.0.0.22 - - [2025-10-20 03:46:05] "POST /ref-update HTTP/1.1" 200 156 0.013525 10.0.0.22 - - [2025-10-20 03:46:05] "DELETE /bgp-as-a-service/28782349-8a91-45e6-8b65-5955f023f95c HTTP/1.1" 200 115 0.038584 10.0.0.22 - - [2025-10-20 03:46:05] "DELETE /bgp-router/d05fdada-0655-4d70-888d-bd2f0891450e HTTP/1.1" 200 115 0.058981 10.0.0.22 - - [2025-10-20 03:46:06] "POST /neutron/network HTTP/1.1" 400 204 0.014227 10.0.0.22 - - [2025-10-20 03:46:06] "POST /neutron/port HTTP/1.1" 200 151 0.207605 10.0.0.22 - - [2025-10-20 03:46:06] "POST /neutron/port HTTP/1.1" 200 151 0.244925 10.0.0.27 - - [2025-10-20 03:46:09] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001624 10.0.0.22 - - [2025-10-20 03:46:09] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052252 10.0.0.27 - - [2025-10-20 03:46:09] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001278 10.0.0.22 - - [2025-10-20 03:46:09] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?fields=virtual_networks HTTP/1.1" 200 1051 0.050315 10.0.0.27 - - [2025-10-20 03:46:09] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000844 10.0.0.22 - - [2025-10-20 03:46:09] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.034196 10.0.0.27 - - [2025-10-20 03:46:09] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001476 10.0.0.22 - - [2025-10-20 03:46:09] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?fields=security_groups HTTP/1.1" 200 1281 0.035852 10.0.0.22 - - [2025-10-20 03:46:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.022889 10.0.0.27 - - [2025-10-20 03:46:10] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.27 - - [2025-10-20 03:46:10] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.27 - - [2025-10-20 03:46:10] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006636 10.0.0.27 - - [2025-10-20 03:46:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.001053 10.0.0.27 - - [2025-10-20 03:46:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.011339 10.0.0.27 - - [2025-10-20 03:46:10] "POST /security-groups HTTP/1.1" 200 592 0.029387 10.0.0.22 - - [2025-10-20 03:46:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.004467 10.0.0.27 - - [2025-10-20 03:46:10] "POST /projects HTTP/1.1" 200 587 0.227078 10.0.0.27 - - [2025-10-20 03:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.294705 10.0.0.22 - - [2025-10-20 03:46:11] "POST /access-control-lists HTTP/1.1" 200 595 0.033864 10.0.0.22 - - [2025-10-20 03:46:11] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.424428 10.0.0.22 - - [2025-10-20 03:46:12] "GET / HTTP/1.1" 200 35931 0.002287 10.0.0.22 - - [2025-10-20 03:46:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-10-20 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.050396 10.0.0.27 - - [2025-10-20 03:46:14] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.22 - - [2025-10-20 03:46:14] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033501 10.0.0.22 - - [2025-10-20 03:46:14] "POST /neutron/network HTTP/1.1" 200 117 0.029700 10.0.0.22 - - [2025-10-20 03:46:14] "POST /neutron/network HTTP/1.1" 200 832 0.012095 10.0.0.22 - - [2025-10-20 03:46:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.000939 10.0.0.22 - - [2025-10-20 03:46:14] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004431 10.0.0.22 - - [2025-10-20 03:46:14] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004967 10.0.0.22 - - [2025-10-20 03:46:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.008245 10.0.0.22 - - [2025-10-20 03:46:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.000940 10.0.0.27 - - [2025-10-20 03:46:15] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.22 - - [2025-10-20 03:46:15] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061072 10.0.0.22 - - [2025-10-20 03:46:15] "POST /neutron/port HTTP/1.1" 200 117 0.006104 10.0.0.22 - - [2025-10-20 03:46:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.002002 10.0.0.22 - - [2025-10-20 03:46:15] "POST /neutron/network HTTP/1.1" 200 842 0.007406 10.0.0.27 - - [2025-10-20 03:46:16] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.22 - - [2025-10-20 03:46:16] "POST /neutron/port HTTP/1.1" 200 1060 0.028260 10.0.0.22 - - [2025-10-20 03:46:16] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088808 10.0.0.22 - - [2025-10-20 03:46:16] "POST /neutron/port HTTP/1.1" 200 1114 0.132532 10.0.0.22 - - [2025-10-20 03:46:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013164 10.0.0.22 - - [2025-10-20 03:46:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001966 10.0.0.22 - - [2025-10-20 03:46:17] "POST /neutron/subnet HTTP/1.1" 200 693 0.013538 10.0.0.22 - - [2025-10-20 03:46:17] "POST /neutron/port HTTP/1.1" 200 1088 0.027295 10.0.0.22 - - [2025-10-20 03:46:17] "POST /neutron/network HTTP/1.1" 200 842 0.007527 10.0.0.22 - - [2025-10-20 03:46:18] "POST /neutron/port HTTP/1.1" 200 1060 0.025763 10.0.0.27 - - [2025-10-20 03:46:18] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.22 - - [2025-10-20 03:46:18] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.080812 10.0.0.22 - - [2025-10-20 03:46:18] "POST /neutron/port HTTP/1.1" 200 1088 0.030774 10.0.0.22 - - [2025-10-20 03:46:18] "POST /neutron/port HTTP/1.1" 200 2060 0.036735 10.0.0.22 - - [2025-10-20 03:46:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007937 10.0.0.22 - - [2025-10-20 03:46:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011187 10.0.0.22 - - [2025-10-20 03:46:19] "POST /neutron/port HTTP/1.1" 200 1060 0.039768 10.0.0.22 - - [2025-10-20 03:46:20] "POST /neutron/port HTTP/1.1" 200 1088 0.032359 10.0.0.22 - - [2025-10-20 03:46:20] "POST /neutron/port HTTP/1.1" 200 117 0.001879 10.0.0.22 - - [2025-10-20 03:46:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007235 10.0.0.22 - - [2025-10-20 03:46:34] "POST /neutron/port HTTP/1.1" 200 1088 0.016115 10.0.0.22 - - [2025-10-20 03:46:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006584 10.0.0.27 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.254 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.22 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.254 - - [2025-10-20 03:46:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000321 10.0.0.27 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.254 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.254 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.22 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.22 - - [2025-10-20 03:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.001168 10.0.0.22 - - [2025-10-20 03:46:49] "POST /neutron/port HTTP/1.1" 200 1088 0.014667 10.0.0.22 - - [2025-10-20 03:46:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009494 10.0.0.22 - - [2025-10-20 03:46:49] "GET /virtual-machine/2ad23a5e-f021-4d2c-8a83-6eea9a69d7da HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-10-20 03:46:50] "GET /virtual-machine/2ad23a5e-f021-4d2c-8a83-6eea9a69d7da HTTP/1.1" 200 1292 0.320922 10.0.0.22 - - [2025-10-20 03:46:50] "GET /virtual-machine-interface/e25ef124-17b0-4ffc-ad2b-4d68b5ef12d7 HTTP/1.1" 200 2959 0.005518 10.0.0.22 - - [2025-10-20 03:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.22 - - [2025-10-20 03:46:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004623 10.0.0.22 - - [2025-10-20 03:46:50] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004194 10.0.0.22 - - [2025-10-20 03:46:50] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007137 10.0.0.22 - - [2025-10-20 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2025-10-20 03:46:53] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005226 10.0.0.22 - - [2025-10-20 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2025-10-20 03:46:57] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005060 10.0.0.27 - - [2025-10-20 03:46:59] "DELETE /project/60700d086e86465aa302745b842bb6b3 HTTP/1.1" 404 173 0.003820 10.0.0.27 - - [2025-10-20 03:46:59] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.27 - - [2025-10-20 03:46:59] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.042656 10.0.0.27 - - [2025-10-20 03:46:59] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000838 10.0.0.27 - - [2025-10-20 03:46:59] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?fields=security_groups HTTP/1.1" 200 1386 0.055236 10.0.0.27 - - [2025-10-20 03:46:59] "DELETE /security-group/0d03473e-4ed9-4098-870b-1654cc809279 HTTP/1.1" 200 115 0.074373 10.0.0.27 - - [2025-10-20 03:46:59] "GET /projects?obj_uuids=cef8b4c0-bdd3-47be-921e-53c566967a51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004202 10.0.0.22 - - [2025-10-20 03:46:59] "DELETE /access-control-list/98dc3eb9-d693-47c5-97bd-f19dfa150e2b HTTP/1.1" 200 115 0.055180 10.0.0.27 - - [2025-10-20 03:46:59] "GET /project/cef8b4c0-bdd3-47be-921e-53c566967a51?fields=application_policy_sets HTTP/1.1" 200 1425 0.072176 10.0.0.27 - - [2025-10-20 03:46:59] "DELETE /project/cef8b4c0-bdd3-47be-921e-53c566967a51 HTTP/1.1" 409 225 0.415275 10.0.0.22 - - [2025-10-20 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.22 - - [2025-10-20 03:47:01] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006390 10.0.0.22 - - [2025-10-20 03:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.22 - - [2025-10-20 03:47:05] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006596 10.0.0.22 - - [2025-10-20 03:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.22 - - [2025-10-20 03:47:09] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004968 10.0.0.22 - - [2025-10-20 03:47:10] "POST /neutron/port HTTP/1.1" 200 1088 0.035564 10.0.0.22 - - [2025-10-20 03:47:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003699 10.0.0.22 - - [2025-10-20 03:47:10] "POST /neutron/network HTTP/1.1" 200 832 0.010672 10.0.0.22 - - [2025-10-20 03:47:11] "POST /neutron/network HTTP/1.1" 200 842 0.005768 10.0.0.22 - - [2025-10-20 03:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.22 - - [2025-10-20 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-10-20 03:47:13] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004615 10.0.0.22 - - [2025-10-20 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.22 - - [2025-10-20 03:47:17] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004926 10.0.0.22 - - [2025-10-20 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.22 - - [2025-10-20 03:47:21] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005082 10.0.0.22 - - [2025-10-20 03:47:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006681 10.0.0.22 - - [2025-10-20 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.22 - - [2025-10-20 03:47:26] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006744 10.0.0.22 - - [2025-10-20 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.22 - - [2025-10-20 03:47:30] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005055 10.0.0.22 - - [2025-10-20 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.22 - - [2025-10-20 03:47:34] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005740 10.0.0.22 - - [2025-10-20 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.22 - - [2025-10-20 03:47:38] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005502 10.0.0.22 - - [2025-10-20 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.22 - - [2025-10-20 03:47:42] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004832 10.0.0.22 - - [2025-10-20 03:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.22 - - [2025-10-20 03:47:46] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006097 10.0.0.22 - - [2025-10-20 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.22 - - [2025-10-20 03:47:50] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005259 10.0.0.22 - - [2025-10-20 03:47:50] "GET /obj-perms HTTP/1.1" 200 5056 0.045992 10.0.0.22 - - [2025-10-20 03:47:53] "POST /neutron/port HTTP/1.1" 200 1088 0.015392 10.0.0.22 - - [2025-10-20 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.22 - - [2025-10-20 03:47:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003817 10.0.0.22 - - [2025-10-20 03:47:54] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002619 10.0.0.22 - - [2025-10-20 03:47:54] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005492 10.0.0.22 - - [2025-10-20 03:47:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007344 10.0.0.22 - - [2025-10-20 03:48:05] "POST /neutron/port HTTP/1.1" 200 1088 0.014728 10.0.0.22 - - [2025-10-20 03:48:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007744 10.0.0.22 - - [2025-10-20 03:48:11] "POST /neutron/network HTTP/1.1" 200 842 0.007703 10.0.0.22 - - [2025-10-20 03:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.22 - - [2025-10-20 03:48:13] "POST /neutron/port HTTP/1.1" 200 1088 0.013796 10.0.0.22 - - [2025-10-20 03:48:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.008424 10.0.0.22 - - [2025-10-20 03:48:15] "POST /neutron/port HTTP/1.1" 200 1088 0.018342 10.0.0.22 - - [2025-10-20 03:48:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006918 10.0.0.22 - - [2025-10-20 03:48:30] "POST /neutron/port HTTP/1.1" 200 1088 0.016331 10.0.0.22 - - [2025-10-20 03:48:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008741 10.0.0.22 - - [2025-10-20 03:48:36] "POST /neutron/port HTTP/1.1" 200 1088 0.025768 10.0.0.22 - - [2025-10-20 03:48:36] "GET /virtual-machine/60d9c870-2918-4374-94e2-0a1d81a53135 HTTP/1.1" 200 1293 0.006228 10.0.0.22 - - [2025-10-20 03:48:36] "GET /virtual-machine-interface/44bbe1a7-f336-4f72-be87-56c6edf23bad HTTP/1.1" 200 2958 0.005072 10.0.0.22 - - [2025-10-20 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.22 - - [2025-10-20 03:48:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004953 10.0.0.22 - - [2025-10-20 03:48:36] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003195 10.0.0.22 - - [2025-10-20 03:48:36] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005284 10.0.0.22 - - [2025-10-20 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.22 - - [2025-10-20 03:48:37] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003820 10.0.0.22 - - [2025-10-20 03:48:37] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003556 10.0.0.22 - - [2025-10-20 03:48:37] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005191 10.0.0.22 - - [2025-10-20 03:48:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006899 10.0.0.22 - - [2025-10-20 03:48:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014924 10.0.0.22 - - [2025-10-20 03:48:38] "GET /virtual-machine/23a71b19-7056-46ed-9441-6efc8dedc573 HTTP/1.1" 200 1293 0.006454 10.0.0.22 - - [2025-10-20 03:48:38] "GET /virtual-machine-interface/1600efb2-622b-4158-ae54-91a9ac933743 HTTP/1.1" 200 2958 0.005409 10.0.0.22 - - [2025-10-20 03:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.22 - - [2025-10-20 03:48:38] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003993 10.0.0.22 - - [2025-10-20 03:48:38] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002815 10.0.0.22 - - [2025-10-20 03:48:38] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005468 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.22 - - [2025-10-20 03:48:39] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003244 10.0.0.22 - - [2025-10-20 03:48:39] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002545 10.0.0.22 - - [2025-10-20 03:48:39] "GET /virtual-network/c66568b9-c900-4dff-ac04-1a713aa02038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009088 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.003093 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.22 - - [2025-10-20 03:48:39] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.008026 10.0.0.22 - - [2025-10-20 03:48:39] "POST /control-node-zones HTTP/1.1" 200 569 0.024838 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.22 - - [2025-10-20 03:48:39] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004644 10.0.0.22 - - [2025-10-20 03:48:39] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005479 10.0.0.22 - - [2025-10-20 03:48:39] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.022293 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.003696 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.22 - - [2025-10-20 03:48:39] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006048 10.0.0.22 - - [2025-10-20 03:48:39] "POST /control-node-zones HTTP/1.1" 200 569 0.025618 10.0.0.22 - - [2025-10-20 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.22 - - [2025-10-20 03:48:39] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005125 10.0.0.22 - - [2025-10-20 03:48:40] "GET /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005184 10.0.0.22 - - [2025-10-20 03:48:40] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.023654 10.0.0.22 - - [2025-10-20 03:48:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.002994 10.0.0.22 - - [2025-10-20 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.22 - - [2025-10-20 03:48:40] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005558 10.0.0.22 - - [2025-10-20 03:48:40] "POST /control-node-zones HTTP/1.1" 200 569 0.025184 10.0.0.22 - - [2025-10-20 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.22 - - [2025-10-20 03:48:40] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004665 10.0.0.22 - - [2025-10-20 03:48:40] "GET /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011887 10.0.0.22 - - [2025-10-20 03:48:40] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.018546 10.0.0.22 - - [2025-10-20 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.22 - - [2025-10-20 03:48:40] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006366 10.0.0.22 - - [2025-10-20 03:48:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002662 10.0.0.22 - - [2025-10-20 03:48:40] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028384 10.0.0.22 - - [2025-10-20 03:48:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.008605 10.0.0.22 - - [2025-10-20 03:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.22 - - [2025-10-20 03:48:41] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005972 10.0.0.22 - - [2025-10-20 03:48:41] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003625 10.0.0.22 - - [2025-10-20 03:48:41] "POST /ref-update HTTP/1.1" 200 156 0.014374 10.0.0.27 - - [2025-10-20 03:48:51] "GET /obj-perms HTTP/1.1" 200 5056 0.055075 10.0.0.22 - - [2025-10-20 03:48:56] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005938 10.0.0.22 - - [2025-10-20 03:48:56] "GET /virtual-machine-interface/e25ef124-17b0-4ffc-ad2b-4d68b5ef12d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005730 10.0.0.22 - - [2025-10-20 03:48:56] "POST /ref-update HTTP/1.1" 200 156 0.012750 10.0.0.22 - - [2025-10-20 03:48:56] "POST /bgp-routers HTTP/1.1" 200 640 0.047884 10.0.0.22 - - [2025-10-20 03:48:56] "PUT /bgp-router/c69075f9-52e9-4c63-8ff0-515bb1b424fc HTTP/1.1" 200 254 0.030388 10.0.0.22 - - [2025-10-20 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.22 - - [2025-10-20 03:48:57] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005468 10.0.0.22 - - [2025-10-20 03:48:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002500 10.0.0.22 - - [2025-10-20 03:48:57] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031884 10.0.0.22 - - [2025-10-20 03:48:57] "POST /neutron/network HTTP/1.1" 200 832 0.006401 10.0.0.22 - - [2025-10-20 03:48:57] "POST /neutron/subnet HTTP/1.1" 200 719 0.008540 10.0.0.22 - - [2025-10-20 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.22 - - [2025-10-20 03:48:57] "GET /bgp-as-a-service/37a645ae-d71a-4624-9382-ab660fe5fc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008518 10.0.0.22 - - [2025-10-20 03:48:57] "GET /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003765 10.0.0.22 - - [2025-10-20 03:48:57] "POST /ref-update HTTP/1.1" 200 156 0.014516 10.0.0.22 - - [2025-10-20 03:49:05] "GET /bgp-as-a-service/37a645ae-d71a-4624-9382-ab660fe5fc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006226 10.0.0.22 - - [2025-10-20 03:49:05] "GET /virtual-machine-interface/44bbe1a7-f336-4f72-be87-56c6edf23bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005710 10.0.0.22 - - [2025-10-20 03:49:05] "POST /ref-update HTTP/1.1" 200 156 0.015532 10.0.0.22 - - [2025-10-20 03:49:05] "POST /ref-update HTTP/1.1" 200 156 0.020149 10.0.0.22 - - [2025-10-20 03:49:13] "POST /neutron/network HTTP/1.1" 200 842 0.028208 10.0.0.22 - - [2025-10-20 03:49:13] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.22 - - [2025-10-20 03:49:14] "POST /neutron/port HTTP/1.1" 200 1088 0.041014 10.0.0.22 - - [2025-10-20 03:49:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.009059 10.0.0.22 - - [2025-10-20 03:49:17] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003596 10.0.0.22 - - [2025-10-20 03:49:17] "POST /ref-update HTTP/1.1" 200 156 0.019580 10.0.0.22 - - [2025-10-20 03:49:17] "GET /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003740 10.0.0.22 - - [2025-10-20 03:49:17] "POST /ref-update HTTP/1.1" 200 156 0.018714 10.0.0.22 - - [2025-10-20 03:49:17] "GET /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003608 10.0.0.22 - - [2025-10-20 03:49:17] "POST /ref-update HTTP/1.1" 200 156 0.018248 10.0.0.22 - - [2025-10-20 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.22 - - [2025-10-20 03:49:17] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004638 10.0.0.22 - - [2025-10-20 03:49:17] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003545 10.0.0.22 - - [2025-10-20 03:49:17] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.025111 10.0.0.22 - - [2025-10-20 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.22 - - [2025-10-20 03:49:18] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005196 10.0.0.22 - - [2025-10-20 03:49:18] "GET /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003832 10.0.0.22 - - [2025-10-20 03:49:18] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.020324 10.0.0.22 - - [2025-10-20 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.22 - - [2025-10-20 03:49:18] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006886 10.0.0.22 - - [2025-10-20 03:49:18] "GET /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005291 10.0.0.22 - - [2025-10-20 03:49:18] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.021518 10.0.0.22 - - [2025-10-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.22 - - [2025-10-20 03:49:36] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005139 10.0.0.22 - - [2025-10-20 03:49:36] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003353 10.0.0.22 - - [2025-10-20 03:49:36] "POST /ref-update HTTP/1.1" 200 156 0.016069 10.0.0.22 - - [2025-10-20 03:49:36] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003816 10.0.0.22 - - [2025-10-20 03:49:36] "POST /ref-update HTTP/1.1" 200 156 0.024583 10.0.0.22 - - [2025-10-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-10-20 03:49:36] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007470 10.0.0.22 - - [2025-10-20 03:49:36] "POST /neutron/network HTTP/1.1" 200 832 0.007921 10.0.0.22 - - [2025-10-20 03:49:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.008452 10.0.0.22 - - [2025-10-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.22 - - [2025-10-20 03:49:36] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006166 10.0.0.22 - - [2025-10-20 03:49:36] "GET /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004031 10.0.0.22 - - [2025-10-20 03:49:36] "POST /ref-update HTTP/1.1" 200 156 0.015836 10.0.0.22 - - [2025-10-20 03:49:38] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006042 10.0.0.22 - - [2025-10-20 03:49:38] "GET /virtual-machine-interface/e25ef124-17b0-4ffc-ad2b-4d68b5ef12d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.004451 10.0.0.254 - - [2025-10-20 03:49:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055572 10.0.0.22 - - [2025-10-20 03:49:57] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004964 10.0.0.22 - - [2025-10-20 03:49:57] "GET /virtual-machine-interface/e25ef124-17b0-4ffc-ad2b-4d68b5ef12d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.004765 10.0.0.22 - - [2025-10-20 03:49:57] "POST /ref-update HTTP/1.1" 200 156 0.012106 10.0.0.22 - - [2025-10-20 03:49:57] "GET /bgp-as-a-service/37a645ae-d71a-4624-9382-ab660fe5fc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.005925 10.0.0.22 - - [2025-10-20 03:49:57] "GET /virtual-machine-interface/44bbe1a7-f336-4f72-be87-56c6edf23bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007093 10.0.0.22 - - [2025-10-20 03:49:57] "POST /ref-update HTTP/1.1" 200 156 0.012259 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /bgp-as-a-service/37a645ae-d71a-4624-9382-ab660fe5fc84 HTTP/1.1" 200 115 0.044356 10.0.0.22 - - [2025-10-20 03:49:57] "GET /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005577 10.0.0.22 - - [2025-10-20 03:49:57] "GET /virtual-machine-interface/e25ef124-17b0-4ffc-ad2b-4d68b5ef12d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.004716 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /bgp-as-a-service/d01c29c2-07ce-4ac7-81e5-c00e10ff9520 HTTP/1.1" 200 115 0.039364 10.0.0.22 - - [2025-10-20 03:49:57] "GET /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003763 10.0.0.22 - - [2025-10-20 03:49:57] "POST /ref-update HTTP/1.1" 200 156 0.020607 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /control-node-zone/46d55501-abfb-4ff1-ac85-1886ac3cec00 HTTP/1.1" 200 115 0.036195 10.0.0.22 - - [2025-10-20 03:49:57] "GET /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003602 10.0.0.22 - - [2025-10-20 03:49:57] "POST /ref-update HTTP/1.1" 200 156 0.021479 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /control-node-zone/316d5bed-c9e7-403c-991d-2e32addbaf70 HTTP/1.1" 200 115 0.032794 10.0.0.22 - - [2025-10-20 03:49:57] "GET /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003733 10.0.0.22 - - [2025-10-20 03:49:57] "POST /ref-update HTTP/1.1" 200 156 0.022511 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /control-node-zone/48a47208-807f-45dd-9ad3-76492f7fb433 HTTP/1.1" 200 115 0.043540 10.0.0.22 - - [2025-10-20 03:49:57] "DELETE /bgp-router/a4b8c5df-68a2-403e-8d4c-1dfacda55940 HTTP/1.1" 200 115 0.045899 10.0.0.22 - - [2025-10-20 03:49:58] "POST /neutron/port HTTP/1.1" 200 1088 0.025896 10.0.0.22 - - [2025-10-20 03:49:58] "POST /neutron/port HTTP/1.1" 200 1088 0.030811 10.0.0.22 - - [2025-10-20 03:49:58] "POST /neutron/port HTTP/1.1" 200 1088 0.026193 10.0.0.22 - - [2025-10-20 03:50:00] "POST /neutron/network HTTP/1.1" 200 832 0.010770 10.0.0.22 - - [2025-10-20 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2025-10-20 03:50:02] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026484 10.0.0.22 - - [2025-10-20 03:50:02] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.076684 10.0.0.27 - - [2025-10-20 03:50:02] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.22 - - [2025-10-20 03:50:03] "POST /neutron/network HTTP/1.1" 200 614 0.131002 10.0.0.22 - - [2025-10-20 03:50:03] "POST /route-targets HTTP/1.1" 200 327 0.014490 10.0.0.22 - - [2025-10-20 03:50:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.003383 10.0.0.22 - - [2025-10-20 03:50:03] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005442 10.0.0.22 - - [2025-10-20 03:50:03] "POST /neutron/network HTTP/1.1" 200 831 0.010293 10.0.0.22 - - [2025-10-20 03:50:03] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006150 10.0.0.22 - - [2025-10-20 03:50:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001240 10.0.0.22 - - [2025-10-20 03:50:03] "POST /neutron/network HTTP/1.1" 200 841 0.007719 10.0.0.27 - - [2025-10-20 03:50:04] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002021 10.0.0.22 - - [2025-10-20 03:50:04] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065893 10.0.0.22 - - [2025-10-20 03:50:04] "POST /neutron/port HTTP/1.1" 200 117 0.005975 10.0.0.22 - - [2025-10-20 03:50:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001223 10.0.0.22 - - [2025-10-20 03:50:04] "POST /neutron/network HTTP/1.1" 200 841 0.007861 10.0.0.22 - - [2025-10-20 03:50:05] "POST /neutron/port HTTP/1.1" 200 1059 0.013858 10.0.0.27 - - [2025-10-20 03:50:05] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.22 - - [2025-10-20 03:50:05] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.093027 10.0.0.22 - - [2025-10-20 03:50:05] "POST /neutron/port HTTP/1.1" 200 1087 0.016112 10.0.0.22 - - [2025-10-20 03:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.22 - - [2025-10-20 03:50:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006742 10.0.0.22 - - [2025-10-20 03:50:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001167 10.0.0.22 - - [2025-10-20 03:50:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007596 10.0.0.27 - - [2025-10-20 03:50:06] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002845 10.0.0.22 - - [2025-10-20 03:50:06] "POST /neutron/port HTTP/1.1" 200 1059 0.264403 10.0.0.22 - - [2025-10-20 03:50:06] "POST /neutron/port HTTP/1.1" 200 1113 0.122055 10.0.0.22 - - [2025-10-20 03:50:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.008035 10.0.0.27 - - [2025-10-20 03:50:06] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.22 - - [2025-10-20 03:50:06] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.077406 10.0.0.22 - - [2025-10-20 03:50:06] "POST /neutron/network HTTP/1.1" 200 831 0.025477 10.0.0.22 - - [2025-10-20 03:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.006277 10.0.0.22 - - [2025-10-20 03:50:07] "POST /neutron/port HTTP/1.1" 200 1087 0.015420 10.0.0.22 - - [2025-10-20 03:50:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007459 10.0.0.22 - - [2025-10-20 03:50:07] "GET /virtual-machine/b4ef0c98-4be9-4157-9197-0394aed57e15 HTTP/1.1" 200 1294 0.005574 10.0.0.22 - - [2025-10-20 03:50:07] "GET /virtual-machine-interface/388b12d7-daa7-435a-a8bf-71eaf356db31 HTTP/1.1" 200 2958 0.005147 10.0.0.22 - - [2025-10-20 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.22 - - [2025-10-20 03:50:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005180 10.0.0.22 - - [2025-10-20 03:50:07] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004469 10.0.0.22 - - [2025-10-20 03:50:07] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006810 10.0.0.22 - - [2025-10-20 03:50:07] "POST /neutron/port HTTP/1.1" 200 1059 0.013786 10.0.0.22 - - [2025-10-20 03:50:08] "POST /neutron/port HTTP/1.1" 200 1087 0.021878 10.0.0.22 - - [2025-10-20 03:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.22 - - [2025-10-20 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.22 - - [2025-10-20 03:50:10] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005074 10.0.0.22 - - [2025-10-20 03:50:13] "POST /neutron/port HTTP/1.1" 200 1087 0.017065 10.0.0.22 - - [2025-10-20 03:50:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.008453 10.0.0.22 - - [2025-10-20 03:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.22 - - [2025-10-20 03:50:14] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006091 10.0.0.22 - - [2025-10-20 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.22 - - [2025-10-20 03:50:18] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004839 10.0.0.22 - - [2025-10-20 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2025-10-20 03:50:22] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007005 10.0.0.22 - - [2025-10-20 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.22 - - [2025-10-20 03:50:26] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005340 10.0.0.22 - - [2025-10-20 03:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.22 - - [2025-10-20 03:50:31] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006615 10.0.0.22 - - [2025-10-20 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.22 - - [2025-10-20 03:50:35] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005257 10.0.0.22 - - [2025-10-20 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-10-20 03:50:39] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004776 10.0.0.22 - - [2025-10-20 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.22 - - [2025-10-20 03:50:43] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006469 10.0.0.22 - - [2025-10-20 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.22 - - [2025-10-20 03:50:47] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005005 10.0.0.22 - - [2025-10-20 03:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-10-20 03:50:51] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005104 10.0.0.22 - - [2025-10-20 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.22 - - [2025-10-20 03:50:55] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006021 10.0.0.22 - - [2025-10-20 03:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.22 - - [2025-10-20 03:50:59] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005019 10.0.0.22 - - [2025-10-20 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-10-20 03:51:03] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008433 10.0.0.22 - - [2025-10-20 03:51:04] "POST /neutron/port HTTP/1.1" 200 1087 0.034991 10.0.0.22 - - [2025-10-20 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-10-20 03:51:07] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005310 10.0.0.22 - - [2025-10-20 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.22 - - [2025-10-20 03:51:12] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005132 10.0.0.22 - - [2025-10-20 03:51:15] "POST /neutron/port HTTP/1.1" 200 1087 0.016181 10.0.0.22 - - [2025-10-20 03:51:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.008899 10.0.0.22 - - [2025-10-20 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.024900 10.0.0.22 - - [2025-10-20 03:51:16] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005830 10.0.0.22 - - [2025-10-20 03:51:17] "POST /neutron/port HTTP/1.1" 200 1087 0.016242 10.0.0.22 - - [2025-10-20 03:51:17] "POST /neutron/port HTTP/1.1" 200 1087 0.014357 10.0.0.22 - - [2025-10-20 03:51:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.009199 10.0.0.22 - - [2025-10-20 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.22 - - [2025-10-20 03:51:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003323 10.0.0.22 - - [2025-10-20 03:51:18] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002809 10.0.0.22 - - [2025-10-20 03:51:18] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005603 10.0.0.22 - - [2025-10-20 03:51:18] "POST /neutron/port HTTP/1.1" 200 1087 0.059441 10.0.0.22 - - [2025-10-20 03:51:23] "POST /neutron/port HTTP/1.1" 200 1087 0.020849 10.0.0.22 - - [2025-10-20 03:51:28] "POST /neutron/port HTTP/1.1" 200 1087 0.016651 10.0.0.22 - - [2025-10-20 03:51:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007079 10.0.0.27 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-10-20 03:51:44] "POST /neutron/port HTTP/1.1" 200 1087 0.018874 10.0.0.22 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.254 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.254 - - [2025-10-20 03:51:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.254 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.254 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.22 - - [2025-10-20 03:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2025-10-20 03:51:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006873 10.0.0.22 - - [2025-10-20 03:51:54] "GET /obj-perms HTTP/1.1" 200 5056 0.051021 10.0.0.22 - - [2025-10-20 03:51:59] "POST /neutron/port HTTP/1.1" 200 1087 0.016910 10.0.0.22 - - [2025-10-20 03:52:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008240 10.0.0.22 - - [2025-10-20 03:52:10] "POST /neutron/port HTTP/1.1" 200 1087 0.015805 10.0.0.22 - - [2025-10-20 03:52:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007164 10.0.0.22 - - [2025-10-20 03:52:10] "GET /virtual-machine/6c85649f-6b0a-4937-a567-d3dd3c6ee8bb HTTP/1.1" 200 1293 0.029241 10.0.0.22 - - [2025-10-20 03:52:10] "GET /virtual-machine-interface/5d47f2ac-2224-431b-88cb-b7e764bdacf2 HTTP/1.1" 200 2957 0.004656 10.0.0.22 - - [2025-10-20 03:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.22 - - [2025-10-20 03:52:10] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003627 10.0.0.22 - - [2025-10-20 03:52:10] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002976 10.0.0.22 - - [2025-10-20 03:52:10] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005264 10.0.0.22 - - [2025-10-20 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.22 - - [2025-10-20 03:52:11] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003633 10.0.0.22 - - [2025-10-20 03:52:11] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002573 10.0.0.22 - - [2025-10-20 03:52:11] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006523 10.0.0.22 - - [2025-10-20 03:52:11] "POST /neutron/port HTTP/1.1" 200 1087 0.016373 10.0.0.22 - - [2025-10-20 03:52:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006874 10.0.0.22 - - [2025-10-20 03:52:11] "GET /virtual-machine/38a6b240-11cb-44a1-9139-0e4ee9ba5c05 HTTP/1.1" 200 1293 0.005903 10.0.0.22 - - [2025-10-20 03:52:11] "GET /virtual-machine-interface/fd61a1ec-44d0-4b74-a72f-2d21682f9869 HTTP/1.1" 200 2959 0.005256 10.0.0.22 - - [2025-10-20 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.22 - - [2025-10-20 03:52:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004207 10.0.0.22 - - [2025-10-20 03:52:12] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002656 10.0.0.22 - - [2025-10-20 03:52:12] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006801 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.22 - - [2025-10-20 03:52:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003653 10.0.0.22 - - [2025-10-20 03:52:13] "GET /virtual-networks?parent_id=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003143 10.0.0.22 - - [2025-10-20 03:52:13] "GET /virtual-network/0253284b-71c4-4c2f-aa73-37c2da107b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006736 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003627 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.22 - - [2025-10-20 03:52:13] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007780 10.0.0.22 - - [2025-10-20 03:52:13] "POST /control-node-zones HTTP/1.1" 200 569 0.027329 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.22 - - [2025-10-20 03:52:13] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005801 10.0.0.22 - - [2025-10-20 03:52:13] "GET /control-node-zone/c68a531d-5ee2-4433-81e6-de6925c03530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004874 10.0.0.22 - - [2025-10-20 03:52:13] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.022097 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003179 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-10-20 03:52:13] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006367 10.0.0.22 - - [2025-10-20 03:52:13] "POST /control-node-zones HTTP/1.1" 200 569 0.029425 10.0.0.22 - - [2025-10-20 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.22 - - [2025-10-20 03:52:13] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006006 10.0.0.22 - - [2025-10-20 03:52:13] "GET /control-node-zone/a1a8a8a9-b652-4e09-98c3-571912befbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005912 10.0.0.22 - - [2025-10-20 03:52:13] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.022349 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003263 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.22 - - [2025-10-20 03:52:14] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005465 10.0.0.22 - - [2025-10-20 03:52:14] "POST /control-node-zones HTTP/1.1" 200 569 0.025332 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-10-20 03:52:14] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007121 10.0.0.22 - - [2025-10-20 03:52:14] "GET /control-node-zone/7619f454-adaa-42c0-986a-55187df3a8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006103 10.0.0.22 - - [2025-10-20 03:52:14] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.023093 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.22 - - [2025-10-20 03:52:14] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007873 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.003408 10.0.0.22 - - [2025-10-20 03:52:14] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032265 10.0.0.22 - - [2025-10-20 03:52:14] "POST /neutron/network HTTP/1.1" 200 831 0.009563 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.22 - - [2025-10-20 03:52:14] "GET /bgp-as-a-service/6fb552bf-855f-4a85-808f-62c680810b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006052 10.0.0.22 - - [2025-10-20 03:52:14] "GET /control-node-zone/c68a531d-5ee2-4433-81e6-de6925c03530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003922 10.0.0.22 - - [2025-10-20 03:52:14] "POST /ref-update HTTP/1.1" 200 156 0.013740 10.0.0.22 - - [2025-10-20 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.22 - - [2025-10-20 03:52:14] "GET /bgp-as-a-service/6fb552bf-855f-4a85-808f-62c680810b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006117 10.0.0.22 - - [2025-10-20 03:52:14] "GET /control-node-zone/a1a8a8a9-b652-4e09-98c3-571912befbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003331 10.0.0.22 - - [2025-10-20 03:52:14] "POST /ref-update HTTP/1.1" 200 156 0.021715 10.0.0.22 - - [2025-10-20 03:52:17] "POST /neutron/port HTTP/1.1" 200 1087 0.019585 10.0.0.22 - - [2025-10-20 03:52:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.008266 10.0.0.22 - - [2025-10-20 03:52:17] "POST /neutron/port HTTP/1.1" 200 1087 0.016986 10.0.0.22 - - [2025-10-20 03:52:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003718 10.0.0.22 - - [2025-10-20 03:52:17] "POST /neutron/network HTTP/1.1" 200 831 0.006206 10.0.0.22 - - [2025-10-20 03:52:29] "GET /bgp-as-a-service/6fb552bf-855f-4a85-808f-62c680810b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005780 10.0.0.22 - - [2025-10-20 03:52:29] "GET /virtual-machine-interface/388b12d7-daa7-435a-a8bf-71eaf356db31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005264 10.0.0.22 - - [2025-10-20 03:52:29] "POST /ref-update HTTP/1.1" 200 156 0.011845 10.0.0.22 - - [2025-10-20 03:52:29] "POST /bgp-routers HTTP/1.1" 200 640 0.071195 10.0.0.22 - - [2025-10-20 03:52:30] "PUT /bgp-router/59079ad5-e231-44b3-86d0-d55259741413 HTTP/1.1" 200 254 0.029878 10.0.0.22 - - [2025-10-20 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.22 - - [2025-10-20 03:52:30] "GET /global-system-config/6cb7619a-d53e-4f1a-8960-974b221c9c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005707 10.0.0.22 - - [2025-10-20 03:52:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003099 10.0.0.22 - - [2025-10-20 03:52:30] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029929 10.0.0.22 - - [2025-10-20 03:52:30] "POST /neutron/network HTTP/1.1" 200 831 0.007154 10.0.0.22 - - [2025-10-20 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.22 - - [2025-10-20 03:52:30] "GET /bgp-as-a-service/eb935ece-baa8-461f-bfc8-720b46783307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005787 10.0.0.22 - - [2025-10-20 03:52:30] "GET /control-node-zone/c68a531d-5ee2-4433-81e6-de6925c03530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003441 10.0.0.22 - - [2025-10-20 03:52:30] "POST /ref-update HTTP/1.1" 200 156 0.014281 10.0.0.22 - - [2025-10-20 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-10-20 03:52:30] "GET /bgp-as-a-service/eb935ece-baa8-461f-bfc8-720b46783307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.005638 10.0.0.22 - - [2025-10-20 03:52:30] "GET /control-node-zone/a1a8a8a9-b652-4e09-98c3-571912befbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003632 10.0.0.22 - - [2025-10-20 03:52:31] "POST /ref-update HTTP/1.1" 200 156 0.014389 10.0.0.22 - - [2025-10-20 03:52:39] "GET /bgp-as-a-service/eb935ece-baa8-461f-bfc8-720b46783307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007272 10.0.0.22 - - [2025-10-20 03:52:39] "GET /virtual-machine-interface/5d47f2ac-2224-431b-88cb-b7e764bdacf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006556 10.0.0.22 - - [2025-10-20 03:52:39] "POST /ref-update HTTP/1.1" 200 156 0.012529 10.0.0.22 - - [2025-10-20 03:52:40] "POST /ref-update HTTP/1.1" 200 156 0.018086 10.0.0.27 - - [2025-10-20 03:52:54] "GET /obj-perms HTTP/1.1" 200 5056 0.040609 10.0.0.22 - - [2025-10-20 03:53:01] "GET /bgp-as-a-service/eb935ece-baa8-461f-bfc8-720b46783307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006333 10.0.0.22 - - [2025-10-20 03:53:01] "GET /virtual-machine-interface/5d47f2ac-2224-431b-88cb-b7e764bdacf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006464 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.013592 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.022841 10.0.0.22 - - [2025-10-20 03:53:01] "DELETE /bgp-as-a-service/eb935ece-baa8-461f-bfc8-720b46783307 HTTP/1.1" 200 115 0.064961 10.0.0.22 - - [2025-10-20 03:53:01] "GET /bgp-as-a-service/6fb552bf-855f-4a85-808f-62c680810b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.015059 10.0.0.22 - - [2025-10-20 03:53:01] "GET /virtual-machine-interface/388b12d7-daa7-435a-a8bf-71eaf356db31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.015446 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.021323 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.021537 10.0.0.22 - - [2025-10-20 03:53:01] "DELETE /bgp-as-a-service/6fb552bf-855f-4a85-808f-62c680810b3d HTTP/1.1" 200 115 0.083607 10.0.0.22 - - [2025-10-20 03:53:01] "GET /control-node-zone/7619f454-adaa-42c0-986a-55187df3a8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003486 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.020546 10.0.0.22 - - [2025-10-20 03:53:01] "DELETE /control-node-zone/7619f454-adaa-42c0-986a-55187df3a8f8 HTTP/1.1" 200 115 0.034104 10.0.0.22 - - [2025-10-20 03:53:01] "GET /control-node-zone/a1a8a8a9-b652-4e09-98c3-571912befbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003797 10.0.0.22 - - [2025-10-20 03:53:01] "POST /ref-update HTTP/1.1" 200 156 0.019480 10.0.0.22 - - [2025-10-20 03:53:02] "DELETE /control-node-zone/a1a8a8a9-b652-4e09-98c3-571912befbc7 HTTP/1.1" 200 115 0.030843 10.0.0.22 - - [2025-10-20 03:53:02] "GET /control-node-zone/c68a531d-5ee2-4433-81e6-de6925c03530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003803 10.0.0.22 - - [2025-10-20 03:53:02] "POST /ref-update HTTP/1.1" 200 156 0.018907 10.0.0.22 - - [2025-10-20 03:53:02] "DELETE /control-node-zone/c68a531d-5ee2-4433-81e6-de6925c03530 HTTP/1.1" 200 115 0.027500 10.0.0.22 - - [2025-10-20 03:53:02] "POST /neutron/network HTTP/1.1" 400 204 0.015036 10.0.0.22 - - [2025-10-20 03:53:03] "POST /neutron/port HTTP/1.1" 200 151 0.232644 10.0.0.22 - - [2025-10-20 03:53:03] "POST /neutron/port HTTP/1.1" 200 151 0.274978 10.0.0.22 - - [2025-10-20 03:53:03] "POST /neutron/port HTTP/1.1" 200 151 0.222675 10.0.0.22 - - [2025-10-20 03:53:04] "DELETE /route-target/7c23f19c-14dd-4efe-8b04-7c135ddd2d0f HTTP/1.1" 200 115 0.027237 10.0.0.27 - - [2025-10-20 03:53:05] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.22 - - [2025-10-20 03:53:05] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065159 10.0.0.27 - - [2025-10-20 03:53:05] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.22 - - [2025-10-20 03:53:05] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?fields=virtual_networks HTTP/1.1" 200 1044 0.033907 10.0.0.27 - - [2025-10-20 03:53:06] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.22 - - [2025-10-20 03:53:06] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.038959 10.0.0.27 - - [2025-10-20 03:53:06] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.22 - - [2025-10-20 03:53:06] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?fields=security_groups HTTP/1.1" 200 1271 0.042546 10.0.0.22 - - [2025-10-20 03:53:06] "POST /fqname-to-id HTTP/1.1" 404 181 0.022404 10.0.0.27 - - [2025-10-20 03:53:06] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003538 10.0.0.27 - - [2025-10-20 03:53:07] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.27 - - [2025-10-20 03:53:07] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031049 10.0.0.27 - - [2025-10-20 03:53:07] "POST /id-to-fqname HTTP/1.1" 200 183 0.003682 10.0.0.27 - - [2025-10-20 03:53:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.008982 10.0.0.27 - - [2025-10-20 03:53:07] "POST /security-groups HTTP/1.1" 200 584 0.073432 10.0.0.27 - - [2025-10-20 03:53:07] "POST /projects HTTP/1.1" 200 571 0.282562 10.0.0.22 - - [2025-10-20 03:53:07] "POST /fqname-to-id HTTP/1.1" 404 226 0.009698 10.0.0.27 - - [2025-10-20 03:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.354019 10.0.0.22 - - [2025-10-20 03:53:07] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.512617 10.0.0.22 - - [2025-10-20 03:53:08] "GET / HTTP/1.1" 200 35931 0.002430 10.0.0.27 - - [2025-10-20 03:53:11] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000878 10.0.0.22 - - [2025-10-20 03:53:11] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044855 10.0.0.27 - - [2025-10-20 03:53:11] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.22 - - [2025-10-20 03:53:11] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?fields=virtual_networks HTTP/1.1" 200 1029 0.053595 10.0.0.27 - - [2025-10-20 03:53:11] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001312 10.0.0.22 - - [2025-10-20 03:53:11] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.044278 10.0.0.27 - - [2025-10-20 03:53:11] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000908 10.0.0.22 - - [2025-10-20 03:53:11] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?fields=security_groups HTTP/1.1" 200 1248 0.044393 10.0.0.22 - - [2025-10-20 03:53:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.022756 10.0.0.27 - - [2025-10-20 03:53:12] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.27 - - [2025-10-20 03:53:12] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.27 - - [2025-10-20 03:53:12] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006746 10.0.0.27 - - [2025-10-20 03:53:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.004868 10.0.0.27 - - [2025-10-20 03:53:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.004389 10.0.0.27 - - [2025-10-20 03:53:12] "POST /security-groups HTTP/1.1" 200 592 0.033563 10.0.0.27 - - [2025-10-20 03:53:12] "POST /projects HTTP/1.1" 200 587 0.248696 10.0.0.22 - - [2025-10-20 03:53:12] "POST /access-control-lists HTTP/1.1" 200 597 0.026207 10.0.0.27 - - [2025-10-20 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.320984 10.0.0.22 - - [2025-10-20 03:53:13] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.483012 10.0.0.22 - - [2025-10-20 03:53:14] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.27 - - [2025-10-20 03:53:17] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.22 - - [2025-10-20 03:53:17] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040428 10.0.0.27 - - [2025-10-20 03:53:17] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000777 10.0.0.22 - - [2025-10-20 03:53:17] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?fields=virtual_networks HTTP/1.1" 200 1045 0.042320 10.0.0.27 - - [2025-10-20 03:53:17] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.22 - - [2025-10-20 03:53:17] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.038236 10.0.0.27 - - [2025-10-20 03:53:17] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000885 10.0.0.22 - - [2025-10-20 03:53:17] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?fields=security_groups HTTP/1.1" 200 1272 0.060008 10.0.0.22 - - [2025-10-20 03:53:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.021223 10.0.0.27 - - [2025-10-20 03:53:18] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.27 - - [2025-10-20 03:53:18] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.27 - - [2025-10-20 03:53:18] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006743 10.0.0.27 - - [2025-10-20 03:53:18] "POST /id-to-fqname HTTP/1.1" 200 197 0.001663 10.0.0.27 - - [2025-10-20 03:53:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003607 10.0.0.27 - - [2025-10-20 03:53:18] "POST /security-groups HTTP/1.1" 200 598 0.074308 10.0.0.22 - - [2025-10-20 03:53:18] "POST /fqname-to-id HTTP/1.1" 404 241 0.006216 10.0.0.27 - - [2025-10-20 03:53:18] "POST /projects HTTP/1.1" 200 599 0.263970 10.0.0.27 - - [2025-10-20 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.332016 10.0.0.22 - - [2025-10-20 03:53:18] "POST /access-control-lists HTTP/1.1" 200 601 0.027076 10.0.0.22 - - [2025-10-20 03:53:18] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.471141 10.0.0.22 - - [2025-10-20 03:53:19] "GET / HTTP/1.1" 200 35931 0.001327 10.0.0.22 - - [2025-10-20 03:53:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2025-10-20 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.050299 10.0.0.22 - - [2025-10-20 03:53:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003118 10.0.0.22 - - [2025-10-20 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.22 - - [2025-10-20 03:53:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004023 10.0.0.22 - - [2025-10-20 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.22 - - [2025-10-20 03:53:21] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.012492 10.0.0.22 - - [2025-10-20 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-10-20 03:53:21] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001051 10.0.0.22 - - [2025-10-20 03:53:21] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.037408 10.0.0.22 - - [2025-10-20 03:53:21] "POST /neutron/network HTTP/1.1" 200 117 0.028183 10.0.0.22 - - [2025-10-20 03:53:22] "POST /neutron/network HTTP/1.1" 200 808 0.008811 10.0.0.22 - - [2025-10-20 03:53:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.000904 10.0.0.22 - - [2025-10-20 03:53:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004465 10.0.0.22 - - [2025-10-20 03:53:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004995 10.0.0.22 - - [2025-10-20 03:53:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.009210 10.0.0.22 - - [2025-10-20 03:53:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001044 10.0.0.27 - - [2025-10-20 03:53:23] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002111 10.0.0.22 - - [2025-10-20 03:53:23] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.066842 10.0.0.22 - - [2025-10-20 03:53:23] "POST /neutron/port HTTP/1.1" 200 117 0.006200 10.0.0.22 - - [2025-10-20 03:53:23] "POST /id-to-fqname HTTP/1.1" 200 218 0.001424 10.0.0.22 - - [2025-10-20 03:53:23] "POST /neutron/network HTTP/1.1" 200 818 0.005896 10.0.0.22 - - [2025-10-20 03:53:24] "POST /neutron/port HTTP/1.1" 200 1062 0.014325 10.0.0.22 - - [2025-10-20 03:53:24] "POST /neutron/port HTTP/1.1" 200 1090 0.021310 10.0.0.27 - - [2025-10-20 03:53:24] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001081 10.0.0.22 - - [2025-10-20 03:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.22 - - [2025-10-20 03:53:24] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.120145 10.0.0.22 - - [2025-10-20 03:53:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018584 10.0.0.22 - - [2025-10-20 03:53:25] "POST /neutron/network HTTP/1.1" 200 818 0.008646 10.0.0.22 - - [2025-10-20 03:53:25] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007814 10.0.0.22 - - [2025-10-20 03:53:25] "POST /neutron/port HTTP/1.1" 200 1062 0.015460 10.0.0.22 - - [2025-10-20 03:53:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.22 - - [2025-10-20 03:53:26] "POST /neutron/network HTTP/1.1" 200 808 0.016520 10.0.0.254 - - [2025-10-20 03:53:26] "GET /obj-perms HTTP/1.1" 200 5044 0.054770 10.0.0.22 - - [2025-10-20 03:53:27] "POST /neutron/port HTTP/1.1" 200 1090 0.016419 10.0.0.22 - - [2025-10-20 03:53:27] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007864 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.027354 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.004404 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.005803 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.003317 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.005837 10.0.0.22 - - [2025-10-20 03:53:27] "GET /instance-ip/10a41945-993c-41ee-821e-6891d1bcadea HTTP/1.1" 200 1619 0.005881 10.0.0.22 - - [2025-10-20 03:53:27] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.003655 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.004910 10.0.0.22 - - [2025-10-20 03:53:28] "GET /instance-ip/10a41945-993c-41ee-821e-6891d1bcadea HTTP/1.1" 200 1619 0.004112 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003525 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002554 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005860 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006343 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003833 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007322 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005409 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003409 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008452 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005492 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002856 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005507 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003114 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005380 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007427 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002965 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005659 10.0.0.22 - - [2025-10-20 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.22 - - [2025-10-20 03:53:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005188 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003611 10.0.0.22 - - [2025-10-20 03:53:28] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007885 10.0.0.22 - - [2025-10-20 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2025-10-20 03:53:31] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004972 10.0.0.22 - - [2025-10-20 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-10-20 03:53:36] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004865 10.0.0.22 - - [2025-10-20 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.22 - - [2025-10-20 03:53:40] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004968 10.0.0.22 - - [2025-10-20 03:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.22 - - [2025-10-20 03:53:44] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004688 10.0.0.22 - - [2025-10-20 03:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.22 - - [2025-10-20 03:53:48] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005890 10.0.0.22 - - [2025-10-20 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.22 - - [2025-10-20 03:53:52] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005236 10.0.0.22 - - [2025-10-20 03:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.22 - - [2025-10-20 03:53:56] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004517 10.0.0.22 - - [2025-10-20 03:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.22 - - [2025-10-20 03:53:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003413 10.0.0.22 - - [2025-10-20 03:53:58] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002891 10.0.0.22 - - [2025-10-20 03:53:58] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005558 10.0.0.22 - - [2025-10-20 03:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2025-10-20 03:53:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003490 10.0.0.22 - - [2025-10-20 03:53:58] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003042 10.0.0.22 - - [2025-10-20 03:53:58] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005665 10.0.0.22 - - [2025-10-20 03:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2025-10-20 03:53:59] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007291 10.0.0.22 - - [2025-10-20 03:53:59] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003915 10.0.0.22 - - [2025-10-20 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-10-20 03:53:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003102 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002689 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005844 10.0.0.22 - - [2025-10-20 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.22 - - [2025-10-20 03:53:59] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004714 10.0.0.22 - - [2025-10-20 03:53:59] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004666 10.0.0.22 - - [2025-10-20 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2025-10-20 03:53:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004095 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003069 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005067 10.0.0.22 - - [2025-10-20 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.22 - - [2025-10-20 03:53:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004183 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003246 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007596 10.0.0.22 - - [2025-10-20 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-20 03:53:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004611 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003903 10.0.0.22 - - [2025-10-20 03:53:59] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006708 10.0.0.22 - - [2025-10-20 03:53:59] "GET /obj-perms HTTP/1.1" 200 5044 0.046692 10.0.0.27 - - [2025-10-20 03:53:59] "GET /obj-perms HTTP/1.1" 200 5044 0.041499 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/c443332d21fb4e13a3a969fe57df7286 HTTP/1.1" 404 173 0.012763 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/2f51ba6bebda4dfaa0ec81d8fa57e074 HTTP/1.1" 404 173 0.011983 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/cc94a05a234d468ab1e8c36ac679c5fb HTTP/1.1" 404 173 0.009459 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000973 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000789 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000719 10.0.0.22 - - [2025-10-20 03:54:00] "GET /obj-perms HTTP/1.1" 200 5044 0.006686 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.078619 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.088393 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001400 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001814 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.110991 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001177 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?fields=security_groups HTTP/1.1" 200 1376 0.068656 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?fields=security_groups HTTP/1.1" 200 1377 0.076698 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?fields=security_groups HTTP/1.1" 200 1353 0.114028 10.0.0.22 - - [2025-10-20 03:54:00] "GET /obj-perms HTTP/1.1" 200 5044 0.010004 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /security-group/6c0275cd-3ef7-4208-8728-db088c2ba1ef HTTP/1.1" 200 115 0.103004 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=c443332d-21fb-4e13-a3a9-69fe57df7286&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001789 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /security-group/ba89156e-4a9f-450a-8315-ae48c85c851d HTTP/1.1" 200 115 0.156344 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=60700d08-6e86-465a-a302-745b842bb6b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.22 - - [2025-10-20 03:54:00] "DELETE /access-control-list/aea53ba0-57e5-48a5-82cc-e2f9e73e7d0e HTTP/1.1" 200 115 0.110331 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/c443332d-21fb-4e13-a3a9-69fe57df7286?fields=application_policy_sets HTTP/1.1" 200 1416 0.107185 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /security-group/ea4952c4-efa7-415a-ab9e-50848c42a296 HTTP/1.1" 200 115 0.166106 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/60700d08-6e86-465a-a302-745b842bb6b3?fields=application_policy_sets HTTP/1.1" 200 1415 0.087723 10.0.0.27 - - [2025-10-20 03:54:00] "GET /projects?obj_uuids=cc94a05a-234d-468a-b1e8-c36ac679c5fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001951 10.0.0.27 - - [2025-10-20 03:54:00] "GET /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb?fields=application_policy_sets HTTP/1.1" 200 1392 0.085922 10.0.0.22 - - [2025-10-20 03:54:00] "POST /neutron/port HTTP/1.1" 200 1090 0.084699 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/c443332d-21fb-4e13-a3a9-69fe57df7286 HTTP/1.1" 200 115 0.768175 10.0.0.22 - - [2025-10-20 03:54:00] "DELETE /access-control-list/f7a0af7a-adf2-4dde-a214-80032bbc4ff4 HTTP/1.1" 200 115 0.078682 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/60700d08-6e86-465a-a302-745b842bb6b3 HTTP/1.1" 200 115 0.794059 10.0.0.27 - - [2025-10-20 03:54:00] "DELETE /project/cc94a05a-234d-468a-b1e8-c36ac679c5fb HTTP/1.1" 200 115 0.847678 10.0.0.22 - - [2025-10-20 03:54:00] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010961 10.0.0.22 - - [2025-10-20 03:54:01] "POST /neutron/port HTTP/1.1" 200 1090 0.021380 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.006357 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004994 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.006148 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.003538 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.010431 10.0.0.22 - - [2025-10-20 03:54:01] "GET /instance-ip/75ad48a7-a7fd-430a-8499-47ef3ff47d55 HTTP/1.1" 200 1619 0.008870 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004716 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.007273 10.0.0.22 - - [2025-10-20 03:54:01] "GET /instance-ip/75ad48a7-a7fd-430a-8499-47ef3ff47d55 HTTP/1.1" 200 1619 0.004988 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004020 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002920 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005946 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003220 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007729 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003221 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006901 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.076438 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002732 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006080 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002980 10.0.0.22 - - [2025-10-20 03:54:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005723 10.0.0.22 - - [2025-10-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-10-20 03:54:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006564 10.0.0.22 - - [2025-10-20 03:54:02] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004363 10.0.0.22 - - [2025-10-20 03:54:02] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007011 10.0.0.22 - - [2025-10-20 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.22 - - [2025-10-20 03:54:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005310 10.0.0.22 - - [2025-10-20 03:54:02] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003817 10.0.0.22 - - [2025-10-20 03:54:02] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006558 10.0.0.22 - - [2025-10-20 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.22 - - [2025-10-20 03:54:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003198 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003017 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007454 10.0.0.22 - - [2025-10-20 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.22 - - [2025-10-20 03:54:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003727 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003239 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005458 10.0.0.22 - - [2025-10-20 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.22 - - [2025-10-20 03:54:03] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004543 10.0.0.22 - - [2025-10-20 03:54:03] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003699 10.0.0.22 - - [2025-10-20 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.22 - - [2025-10-20 03:54:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004084 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003088 10.0.0.22 - - [2025-10-20 03:54:03] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005692 10.0.0.22 - - [2025-10-20 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.22 - - [2025-10-20 03:54:03] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004766 10.0.0.22 - - [2025-10-20 03:54:04] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005665 10.0.0.22 - - [2025-10-20 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.22 - - [2025-10-20 03:54:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004560 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003232 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006150 10.0.0.22 - - [2025-10-20 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.22 - - [2025-10-20 03:54:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003938 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003275 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005179 10.0.0.22 - - [2025-10-20 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-10-20 03:54:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004261 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003188 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005877 10.0.0.27 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004123 10.0.0.22 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.003345 10.0.0.22 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.003537 10.0.0.27 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004292 10.0.0.22 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.003826 10.0.0.254 - - [2025-10-20 03:54:04] "GET /obj-perms HTTP/1.1" 200 5044 0.003565 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.004059 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.005035 10.0.0.22 - - [2025-10-20 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.22 - - [2025-10-20 03:54:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003803 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002637 10.0.0.22 - - [2025-10-20 03:54:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005322 10.0.0.22 - - [2025-10-20 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.22 - - [2025-10-20 03:54:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004178 10.0.0.22 - - [2025-10-20 03:54:05] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002895 10.0.0.22 - - [2025-10-20 03:54:06] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005512 10.0.0.22 - - [2025-10-20 03:54:06] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006229 10.0.0.22 - - [2025-10-20 03:54:11] "POST /neutron/port HTTP/1.1" 200 1090 0.014439 10.0.0.22 - - [2025-10-20 03:54:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006981 10.0.0.22 - - [2025-10-20 03:54:16] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.003800 10.0.0.22 - - [2025-10-20 03:54:16] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.005005 10.0.0.22 - - [2025-10-20 03:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-10-20 03:54:16] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004951 10.0.0.22 - - [2025-10-20 03:54:16] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004081 10.0.0.22 - - [2025-10-20 03:54:16] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005246 10.0.0.22 - - [2025-10-20 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.22 - - [2025-10-20 03:54:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003917 10.0.0.22 - - [2025-10-20 03:54:17] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002578 10.0.0.22 - - [2025-10-20 03:54:17] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005985 10.0.0.22 - - [2025-10-20 03:54:19] "POST /neutron/port HTTP/1.1" 200 1090 0.033633 10.0.0.22 - - [2025-10-20 03:54:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003834 10.0.0.22 - - [2025-10-20 03:54:19] "POST /neutron/network HTTP/1.1" 200 808 0.006395 10.0.0.22 - - [2025-10-20 03:54:19] "POST /neutron/network HTTP/1.1" 200 818 0.036006 10.0.0.22 - - [2025-10-20 03:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.27 - - [2025-10-20 03:54:56] "GET /obj-perms HTTP/1.1" 200 5056 0.041363 10.0.0.22 - - [2025-10-20 03:55:19] "POST /neutron/port HTTP/1.1" 200 1090 0.016886 10.0.0.22 - - [2025-10-20 03:55:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.008207 10.0.0.22 - - [2025-10-20 03:55:21] "POST /neutron/port HTTP/1.1" 200 1090 0.018785 10.0.0.22 - - [2025-10-20 03:55:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.22 - - [2025-10-20 03:55:21] "POST /neutron/network HTTP/1.1" 200 808 0.006763 10.0.0.254 - - [2025-10-20 03:55:57] "GET /virtual-router/7dba6edb-4b6b-4061-8108-451c054928bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.025302 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.004673 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.005375 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.003986 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.004870 10.0.0.22 - - [2025-10-20 03:56:04] "GET /instance-ip/10a41945-993c-41ee-821e-6891d1bcadea HTTP/1.1" 200 1619 0.004194 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.003686 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-machine-interface/3ab1476f-bd1e-4378-b3db-cef921fb8afc HTTP/1.1" 200 2949 0.004692 10.0.0.22 - - [2025-10-20 03:56:04] "GET /instance-ip/10a41945-993c-41ee-821e-6891d1bcadea HTTP/1.1" 200 1619 0.004178 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005449 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003711 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005943 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004165 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003329 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005226 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004388 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003043 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005395 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003659 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002817 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008326 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007005 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003433 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005459 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004194 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006609 10.0.0.22 - - [2025-10-20 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.22 - - [2025-10-20 03:56:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003707 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003011 10.0.0.22 - - [2025-10-20 03:56:04] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006032 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2025-10-20 03:56:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003845 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003368 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005422 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2025-10-20 03:56:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002555 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005349 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.22 - - [2025-10-20 03:56:06] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004695 10.0.0.22 - - [2025-10-20 03:56:06] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004200 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2025-10-20 03:56:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003489 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003018 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007362 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.22 - - [2025-10-20 03:56:06] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004280 10.0.0.22 - - [2025-10-20 03:56:06] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004442 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.22 - - [2025-10-20 03:56:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005825 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003845 10.0.0.22 - - [2025-10-20 03:56:06] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010682 10.0.0.22 - - [2025-10-20 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.22 - - [2025-10-20 03:56:07] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005227 10.0.0.22 - - [2025-10-20 03:56:07] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003428 10.0.0.22 - - [2025-10-20 03:56:07] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007049 10.0.0.27 - - [2025-10-20 03:56:09] "GET /obj-perms HTTP/1.1" 200 5044 0.004615 10.0.0.27 - - [2025-10-20 03:56:15] "GET /obj-perms HTTP/1.1" 200 5044 0.003878 10.0.0.22 - - [2025-10-20 03:56:19] "POST /neutron/port HTTP/1.1" 200 1090 0.015225 10.0.0.22 - - [2025-10-20 03:56:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003634 10.0.0.22 - - [2025-10-20 03:56:19] "POST /neutron/network HTTP/1.1" 200 808 0.009896 10.0.0.27 - - [2025-10-20 03:56:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004245 10.0.0.22 - - [2025-10-20 03:56:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004177 10.0.0.22 - - [2025-10-20 03:56:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003512 10.0.0.254 - - [2025-10-20 03:56:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003587 10.0.0.27 - - [2025-10-20 03:56:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003986 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004537 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.006381 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004175 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.004631 10.0.0.22 - - [2025-10-20 03:56:21] "GET /instance-ip/75ad48a7-a7fd-430a-8499-47ef3ff47d55 HTTP/1.1" 200 1619 0.003567 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.003805 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.004310 10.0.0.22 - - [2025-10-20 03:56:21] "GET /instance-ip/75ad48a7-a7fd-430a-8499-47ef3ff47d55 HTTP/1.1" 200 1619 0.003318 10.0.0.22 - - [2025-10-20 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-10-20 03:56:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002832 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002603 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005882 10.0.0.22 - - [2025-10-20 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.22 - - [2025-10-20 03:56:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004716 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004135 10.0.0.22 - - [2025-10-20 03:56:21] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005627 10.0.0.22 - - [2025-10-20 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.22 - - [2025-10-20 03:56:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004133 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002563 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010380 10.0.0.22 - - [2025-10-20 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.22 - - [2025-10-20 03:56:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003247 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002421 10.0.0.22 - - [2025-10-20 03:56:22] "POST /neutron/port HTTP/1.1" 200 1090 0.015210 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006588 10.0.0.22 - - [2025-10-20 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.22 - - [2025-10-20 03:56:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005221 10.0.0.22 - - [2025-10-20 03:56:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005903 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002810 10.0.0.22 - - [2025-10-20 03:56:22] "POST /neutron/network HTTP/1.1" 200 808 0.005998 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006335 10.0.0.22 - - [2025-10-20 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-20 03:56:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004124 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002856 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005337 10.0.0.22 - - [2025-10-20 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.22 - - [2025-10-20 03:56:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003648 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004407 10.0.0.22 - - [2025-10-20 03:56:22] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005589 10.0.0.22 - - [2025-10-20 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.22 - - [2025-10-20 03:56:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003493 10.0.0.22 - - [2025-10-20 03:56:23] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002954 10.0.0.22 - - [2025-10-20 03:56:23] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005206 10.0.0.22 - - [2025-10-20 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.22 - - [2025-10-20 03:56:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005108 10.0.0.22 - - [2025-10-20 03:56:23] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003720 10.0.0.22 - - [2025-10-20 03:56:23] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006803 10.0.0.22 - - [2025-10-20 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.22 - - [2025-10-20 03:56:24] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004045 10.0.0.22 - - [2025-10-20 03:56:24] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004115 10.0.0.22 - - [2025-10-20 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.22 - - [2025-10-20 03:56:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003398 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002748 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006224 10.0.0.22 - - [2025-10-20 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.22 - - [2025-10-20 03:56:24] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003942 10.0.0.22 - - [2025-10-20 03:56:24] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004052 10.0.0.22 - - [2025-10-20 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.22 - - [2025-10-20 03:56:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005756 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003989 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006603 10.0.0.22 - - [2025-10-20 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.22 - - [2025-10-20 03:56:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004580 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003034 10.0.0.22 - - [2025-10-20 03:56:24] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006825 10.0.0.22 - - [2025-10-20 03:56:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004384 10.0.0.22 - - [2025-10-20 03:56:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003173 10.0.0.27 - - [2025-10-20 03:56:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003595 10.0.0.254 - - [2025-10-20 03:56:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004085 10.0.0.22 - - [2025-10-20 03:56:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003501 10.0.0.27 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.254 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.254 - - [2025-10-20 03:56:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.22 - - [2025-10-20 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.22 - - [2025-10-20 03:56:45] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003715 10.0.0.22 - - [2025-10-20 03:56:45] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002556 10.0.0.22 - - [2025-10-20 03:56:45] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005720 10.0.0.27 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.254 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.254 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.22 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-10-20 03:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.22 - - [2025-10-20 03:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.22 - - [2025-10-20 03:56:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003499 10.0.0.22 - - [2025-10-20 03:56:46] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003269 10.0.0.22 - - [2025-10-20 03:56:46] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005606 10.0.0.22 - - [2025-10-20 03:57:01] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004922 10.0.0.22 - - [2025-10-20 03:57:01] "GET /virtual-machine-interface/f643494a-8f4e-43bb-9488-9fc74ebc9267 HTTP/1.1" 200 2950 0.005654 10.0.0.22 - - [2025-10-20 03:57:01] "GET /instance-ip/75ad48a7-a7fd-430a-8499-47ef3ff47d55 HTTP/1.1" 200 1619 0.004075 10.0.0.22 - - [2025-10-20 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.22 - - [2025-10-20 03:57:01] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.22 - - [2025-10-20 03:57:01] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003102 10.0.0.22 - - [2025-10-20 03:57:01] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005051 10.0.0.22 - - [2025-10-20 03:57:05] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 200 1300 0.004153 10.0.0.22 - - [2025-10-20 03:57:05] "POST /neutron/port HTTP/1.1" 200 151 0.183730 10.0.0.22 - - [2025-10-20 03:57:07] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003267 10.0.0.22 - - [2025-10-20 03:57:07] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003448 10.0.0.22 - - [2025-10-20 03:57:07] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.005830 10.0.0.22 - - [2025-10-20 03:57:07] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002923 10.0.0.22 - - [2025-10-20 03:57:08] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003551 10.0.0.22 - - [2025-10-20 03:57:09] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003320 10.0.0.22 - - [2025-10-20 03:57:10] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003559 10.0.0.22 - - [2025-10-20 03:57:11] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003172 10.0.0.22 - - [2025-10-20 03:57:12] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003522 10.0.0.22 - - [2025-10-20 03:57:12] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002841 10.0.0.22 - - [2025-10-20 03:57:13] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003272 10.0.0.22 - - [2025-10-20 03:57:15] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002841 10.0.0.22 - - [2025-10-20 03:57:16] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003525 10.0.0.22 - - [2025-10-20 03:57:17] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.004611 10.0.0.22 - - [2025-10-20 03:57:18] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003721 10.0.0.22 - - [2025-10-20 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2025-10-20 03:57:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003541 10.0.0.22 - - [2025-10-20 03:57:18] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002841 10.0.0.22 - - [2025-10-20 03:57:18] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005560 10.0.0.22 - - [2025-10-20 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.22 - - [2025-10-20 03:57:18] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004936 10.0.0.22 - - [2025-10-20 03:57:18] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005131 10.0.0.22 - - [2025-10-20 03:57:18] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003392 10.0.0.22 - - [2025-10-20 03:57:19] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003155 10.0.0.22 - - [2025-10-20 03:57:20] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003162 10.0.0.22 - - [2025-10-20 03:57:21] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003500 10.0.0.22 - - [2025-10-20 03:57:21] "POST /neutron/network HTTP/1.1" 200 818 0.007071 10.0.0.22 - - [2025-10-20 03:57:21] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.22 - - [2025-10-20 03:57:22] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003327 10.0.0.22 - - [2025-10-20 03:57:23] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.007152 10.0.0.22 - - [2025-10-20 03:57:23] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002829 10.0.0.22 - - [2025-10-20 03:57:24] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003384 10.0.0.22 - - [2025-10-20 03:57:25] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.003948 10.0.0.22 - - [2025-10-20 03:57:26] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002981 10.0.0.22 - - [2025-10-20 03:57:27] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.004331 10.0.0.22 - - [2025-10-20 03:57:28] "GET /virtual-machine/d8efe7c8-ab4f-416d-b3c3-1795024d05de HTTP/1.1" 404 171 0.002912 10.0.0.254 - - [2025-10-20 03:57:28] "GET /obj-perms HTTP/1.1" 200 5044 0.004052 10.0.0.22 - - [2025-10-20 03:57:28] "GET /obj-perms HTTP/1.1" 200 5044 0.003697 10.0.0.22 - - [2025-10-20 03:57:28] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 200 1299 0.004727 10.0.0.22 - - [2025-10-20 03:57:29] "POST /neutron/port HTTP/1.1" 200 1116 0.012638 10.0.0.22 - - [2025-10-20 03:57:30] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003440 10.0.0.22 - - [2025-10-20 03:57:30] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.002789 10.0.0.22 - - [2025-10-20 03:57:30] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.002216 10.0.0.22 - - [2025-10-20 03:57:30] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003096 10.0.0.22 - - [2025-10-20 03:57:31] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003634 10.0.0.22 - - [2025-10-20 03:57:32] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.002845 10.0.0.22 - - [2025-10-20 03:57:33] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003761 10.0.0.22 - - [2025-10-20 03:57:34] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003203 10.0.0.22 - - [2025-10-20 03:57:35] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.002849 10.0.0.22 - - [2025-10-20 03:57:35] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003194 10.0.0.22 - - [2025-10-20 03:57:36] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003206 10.0.0.22 - - [2025-10-20 03:57:37] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003068 10.0.0.22 - - [2025-10-20 03:57:38] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003011 10.0.0.22 - - [2025-10-20 03:57:39] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003416 10.0.0.22 - - [2025-10-20 03:57:40] "GET /virtual-machine/accbef75-31bc-456a-80ed-0a96a2f4d571 HTTP/1.1" 404 171 0.003276 10.0.0.22 - - [2025-10-20 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.22 - - [2025-10-20 03:57:40] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004782 10.0.0.22 - - [2025-10-20 03:57:40] "GET /virtual-networks?parent_id=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003138 10.0.0.22 - - [2025-10-20 03:57:40] "GET /virtual-network/73531ba6-30fa-400d-80f5-2c3dca900de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006131 10.0.0.22 - - [2025-10-20 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2025-10-20 03:57:41] "GET /routing-instance/6e19bb5f-79d0-4415-bb40-131259a110f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004344 10.0.0.22 - - [2025-10-20 03:57:41] "GET /route-target/3b8f0d37-7b59-4d55-bf35-7581d12d6f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003858 10.0.0.22 - - [2025-10-20 03:57:44] "GET /obj-perms HTTP/1.1" 200 5044 0.005379 10.0.0.254 - - [2025-10-20 03:57:44] "GET /obj-perms HTTP/1.1" 200 5044 0.003720 10.0.0.22 - - [2025-10-20 03:57:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003540 10.0.0.254 - - [2025-10-20 03:57:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003601 10.0.0.27 - - [2025-10-20 03:57:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004187 10.0.0.27 - - [2025-10-20 03:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.036636 10.0.0.27 - - [2025-10-20 03:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.22 - - [2025-10-20 03:57:50] "POST /neutron/network HTTP/1.1" 200 151 0.160517 10.0.0.22 - - [2025-10-20 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.048568 10.0.0.22 - - [2025-10-20 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.22 - - [2025-10-20 03:57:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003780 10.0.0.22 - - [2025-10-20 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.22 - - [2025-10-20 03:57:50] "PUT /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d HTTP/1.1" 200 276 0.021823 10.0.0.27 - - [2025-10-20 03:57:53] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000887 10.0.0.22 - - [2025-10-20 03:57:53] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.045281 10.0.0.27 - - [2025-10-20 03:57:53] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001301 10.0.0.22 - - [2025-10-20 03:57:53] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?fields=virtual_networks HTTP/1.1" 200 1056 0.036013 10.0.0.27 - - [2025-10-20 03:57:53] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000833 10.0.0.22 - - [2025-10-20 03:57:53] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.047981 10.0.0.27 - - [2025-10-20 03:57:53] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000877 10.0.0.22 - - [2025-10-20 03:57:53] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?fields=security_groups HTTP/1.1" 200 1289 0.045395 10.0.0.22 - - [2025-10-20 03:57:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.024030 10.0.0.27 - - [2025-10-20 03:57:54] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004406 10.0.0.27 - - [2025-10-20 03:57:54] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.27 - - [2025-10-20 03:57:54] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007191 10.0.0.27 - - [2025-10-20 03:57:54] "POST /id-to-fqname HTTP/1.1" 200 196 0.003760 10.0.0.27 - - [2025-10-20 03:57:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.005677 10.0.0.27 - - [2025-10-20 03:57:54] "POST /security-groups HTTP/1.1" 200 597 0.030238 10.0.0.27 - - [2025-10-20 03:57:54] "POST /projects HTTP/1.1" 200 597 0.241348 10.0.0.22 - - [2025-10-20 03:57:54] "POST /access-control-lists HTTP/1.1" 200 602 0.024715 10.0.0.27 - - [2025-10-20 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.309992 10.0.0.22 - - [2025-10-20 03:57:54] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.439301 10.0.0.22 - - [2025-10-20 03:57:55] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.27 - - [2025-10-20 03:57:58] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.22 - - [2025-10-20 03:57:58] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046529 10.0.0.27 - - [2025-10-20 03:57:58] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000777 10.0.0.22 - - [2025-10-20 03:57:58] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?fields=virtual_networks HTTP/1.1" 200 1055 0.048407 10.0.0.27 - - [2025-10-20 03:57:58] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.22 - - [2025-10-20 03:57:58] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.052938 10.0.0.27 - - [2025-10-20 03:57:58] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.22 - - [2025-10-20 03:57:58] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?fields=security_groups HTTP/1.1" 200 1287 0.057789 10.0.0.22 - - [2025-10-20 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.022487 10.0.0.27 - - [2025-10-20 03:57:59] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004909 10.0.0.27 - - [2025-10-20 03:57:59] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001396 10.0.0.27 - - [2025-10-20 03:57:59] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011003 10.0.0.27 - - [2025-10-20 03:57:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.003437 10.0.0.27 - - [2025-10-20 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003551 10.0.0.27 - - [2025-10-20 03:58:00] "POST /security-groups HTTP/1.1" 200 591 0.085054 10.0.0.22 - - [2025-10-20 03:58:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.006881 10.0.0.27 - - [2025-10-20 03:58:00] "POST /projects HTTP/1.1" 200 585 0.298717 10.0.0.27 - - [2025-10-20 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.369985 10.0.0.22 - - [2025-10-20 03:58:00] "POST /access-control-lists HTTP/1.1" 200 594 0.050388 10.0.0.22 - - [2025-10-20 03:58:00] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.541013 10.0.0.22 - - [2025-10-20 03:58:01] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.27 - - [2025-10-20 03:58:01] "DELETE /project/089656aba9e7433d85081b7cd913f858 HTTP/1.1" 404 173 0.008114 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000777 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000680 10.0.0.27 - - [2025-10-20 03:58:01] "DELETE /project/9f99f0139c6143a59fdedd93b3d9433e HTTP/1.1" 404 173 0.008075 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.071551 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.090519 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000946 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002599 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?fields=security_groups HTTP/1.1" 200 1392 0.063493 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?fields=security_groups HTTP/1.1" 200 1126 0.070269 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001194 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074?fields=application_policy_sets HTTP/1.1" 200 1433 0.071626 10.0.0.27 - - [2025-10-20 03:58:01] "DELETE /security-group/e8056046-300c-4b20-92c7-b65f98ad74ee HTTP/1.1" 200 115 0.105891 10.0.0.27 - - [2025-10-20 03:58:01] "GET /projects?obj_uuids=9f99f013-9c61-43a5-9fde-dd93b3d9433e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001195 10.0.0.27 - - [2025-10-20 03:58:01] "GET /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e?fields=application_policy_sets HTTP/1.1" 200 1431 0.079252 10.0.0.22 - - [2025-10-20 03:58:01] "DELETE /access-control-list/ccd2e250-2ec4-4cee-9134-48b40f223200 HTTP/1.1" 200 115 0.062451 10.0.0.27 - - [2025-10-20 03:58:01] "DELETE /project/2f51ba6b-ebda-4dfa-a0ec-81d8fa57e074 HTTP/1.1" 200 115 0.505938 10.0.0.27 - - [2025-10-20 03:58:02] "DELETE /project/9f99f013-9c61-43a5-9fde-dd93b3d9433e HTTP/1.1" 200 115 0.611553 10.0.0.27 - - [2025-10-20 03:58:04] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.22 - - [2025-10-20 03:58:04] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042802 10.0.0.27 - - [2025-10-20 03:58:04] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001315 10.0.0.22 - - [2025-10-20 03:58:04] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?fields=virtual_networks HTTP/1.1" 200 1040 0.039949 10.0.0.27 - - [2025-10-20 03:58:04] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.22 - - [2025-10-20 03:58:04] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048168 10.0.0.27 - - [2025-10-20 03:58:04] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.22 - - [2025-10-20 03:58:04] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?fields=security_groups HTTP/1.1" 200 1266 0.043392 10.0.0.22 - - [2025-10-20 03:58:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.044876 10.0.0.27 - - [2025-10-20 03:58:05] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003111 10.0.0.27 - - [2025-10-20 03:58:05] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.27 - - [2025-10-20 03:58:05] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006681 10.0.0.27 - - [2025-10-20 03:58:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.001017 10.0.0.27 - - [2025-10-20 03:58:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.008567 10.0.0.27 - - [2025-10-20 03:58:05] "POST /security-groups HTTP/1.1" 200 599 0.031936 10.0.0.27 - - [2025-10-20 03:58:05] "POST /projects HTTP/1.1" 200 601 0.228123 10.0.0.22 - - [2025-10-20 03:58:05] "POST /access-control-lists HTTP/1.1" 200 604 0.031531 10.0.0.27 - - [2025-10-20 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.302780 10.0.0.22 - - [2025-10-20 03:58:06] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.435868 10.0.0.22 - - [2025-10-20 03:58:07] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.22 - - [2025-10-20 03:58:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.22 - - [2025-10-20 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.050156 10.0.0.27 - - [2025-10-20 03:58:07] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.22 - - [2025-10-20 03:58:07] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049622 10.0.0.27 - - [2025-10-20 03:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005082 10.0.0.22 - - [2025-10-20 03:58:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.041275 10.0.0.22 - - [2025-10-20 03:58:08] "POST /neutron/subnet HTTP/1.1" 200 716 0.206335 10.0.0.22 - - [2025-10-20 03:58:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.22 - - [2025-10-20 03:58:08] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006881 10.0.0.22 - - [2025-10-20 03:58:08] "POST /route-targets HTTP/1.1" 200 327 0.014029 10.0.0.22 - - [2025-10-20 03:58:08] "POST /neutron/network HTTP/1.1" 200 974 0.013743 10.0.0.22 - - [2025-10-20 03:58:08] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007608 10.0.0.22 - - [2025-10-20 03:58:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009010 10.0.0.22 - - [2025-10-20 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-10-20 03:58:08] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.22 - - [2025-10-20 03:58:08] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042304 10.0.0.22 - - [2025-10-20 03:58:09] "POST /ref-update HTTP/1.1" 200 156 0.023774 10.0.0.27 - - [2025-10-20 03:58:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006284 10.0.0.22 - - [2025-10-20 03:58:09] "POST /neutron/subnet HTTP/1.1" 200 716 0.193466 10.0.0.22 - - [2025-10-20 03:58:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006141 10.0.0.22 - - [2025-10-20 03:58:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001240 10.0.0.22 - - [2025-10-20 03:58:09] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006969 10.0.0.22 - - [2025-10-20 03:58:09] "POST /neutron/network HTTP/1.1" 200 976 0.010269 10.0.0.22 - - [2025-10-20 03:58:09] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004767 10.0.0.22 - - [2025-10-20 03:58:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.008315 10.0.0.22 - - [2025-10-20 03:58:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.000930 10.0.0.27 - - [2025-10-20 03:58:10] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.22 - - [2025-10-20 03:58:10] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.066799 10.0.0.22 - - [2025-10-20 03:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.005805 10.0.0.22 - - [2025-10-20 03:58:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001325 10.0.0.22 - - [2025-10-20 03:58:10] "POST /neutron/network HTTP/1.1" 200 986 0.009353 10.0.0.22 - - [2025-10-20 03:58:11] "POST /neutron/port HTTP/1.1" 200 1152 0.017675 10.0.0.27 - - [2025-10-20 03:58:11] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.22 - - [2025-10-20 03:58:11] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.077894 10.0.0.22 - - [2025-10-20 03:58:11] "POST /neutron/network HTTP/1.1" 200 976 0.044079 10.0.0.22 - - [2025-10-20 03:58:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.22 - - [2025-10-20 03:58:11] "POST /neutron/port HTTP/1.1" 200 1180 0.020082 10.0.0.22 - - [2025-10-20 03:58:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009527 10.0.0.22 - - [2025-10-20 03:58:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009422 10.0.0.22 - - [2025-10-20 03:58:12] "POST /neutron/port HTTP/1.1" 200 1154 0.016884 10.0.0.22 - - [2025-10-20 03:58:13] "POST /neutron/port HTTP/1.1" 200 1182 0.016170 10.0.0.22 - - [2025-10-20 03:58:13] "POST /neutron/subnet HTTP/1.1" 200 1277 0.014888 10.0.0.22 - - [2025-10-20 03:58:13] "POST /neutron/network HTTP/1.1" 200 976 0.009372 10.0.0.22 - - [2025-10-20 03:58:17] "POST /neutron/port HTTP/1.1" 200 1180 0.015564 10.0.0.22 - - [2025-10-20 03:58:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006556 10.0.0.22 - - [2025-10-20 03:58:17] "GET /virtual-machine/3838e241-f82a-46a0-830c-3840e07a716f HTTP/1.1" 401 292 0.000308 10.0.0.22 - - [2025-10-20 03:58:17] "GET /virtual-machine/3838e241-f82a-46a0-830c-3840e07a716f HTTP/1.1" 200 1299 0.027840 10.0.0.22 - - [2025-10-20 03:58:17] "GET /virtual-machine-interface/aba63599-685b-41eb-a465-4904173fdf3a HTTP/1.1" 200 3158 0.005318 10.0.0.22 - - [2025-10-20 03:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.22 - - [2025-10-20 03:58:17] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003404 10.0.0.22 - - [2025-10-20 03:58:17] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003205 10.0.0.22 - - [2025-10-20 03:58:17] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005767 10.0.0.22 - - [2025-10-20 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.22 - - [2025-10-20 03:58:20] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005399 10.0.0.22 - - [2025-10-20 03:58:21] "POST /neutron/port HTTP/1.1" 200 1182 0.040191 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/port HTTP/1.1" 200 1182 0.017931 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/port HTTP/1.1" 200 1180 0.019307 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004253 10.0.0.22 - - [2025-10-20 03:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.22 - - [2025-10-20 03:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.22 - - [2025-10-20 03:58:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003699 10.0.0.22 - - [2025-10-20 03:58:22] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002903 10.0.0.22 - - [2025-10-20 03:58:23] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005668 10.0.0.22 - - [2025-10-20 03:58:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007439 10.0.0.22 - - [2025-10-20 03:58:23] "POST /neutron/port HTTP/1.1" 200 1182 0.018358 10.0.0.22 - - [2025-10-20 03:58:23] "GET /virtual-machine/93938c33-bee2-4046-bcf4-4a7d12fff835 HTTP/1.1" 200 1301 0.005511 10.0.0.22 - - [2025-10-20 03:58:23] "GET /virtual-machine-interface/b073e904-41ec-4cfe-9b90-f6457837a9b5 HTTP/1.1" 200 3158 0.006310 10.0.0.22 - - [2025-10-20 03:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.22 - - [2025-10-20 03:58:23] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003605 10.0.0.22 - - [2025-10-20 03:58:23] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003275 10.0.0.22 - - [2025-10-20 03:58:23] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005641 10.0.0.22 - - [2025-10-20 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.22 - - [2025-10-20 03:58:24] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005910 10.0.0.22 - - [2025-10-20 03:58:24] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003010 10.0.0.22 - - [2025-10-20 03:58:24] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005028 10.0.0.22 - - [2025-10-20 03:58:24] "POST /fqname-to-id HTTP/1.1" 404 209 0.003247 10.0.0.22 - - [2025-10-20 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-10-20 03:58:24] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.22 - - [2025-10-20 03:58:25] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045220 10.0.0.22 - - [2025-10-20 03:58:25] "POST /network-policys HTTP/1.1" 200 533 0.027452 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005589 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.22 - - [2025-10-20 03:58:25] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005242 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004207 10.0.0.22 - - [2025-10-20 03:58:25] "POST /ref-update HTTP/1.1" 200 156 0.059346 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004434 10.0.0.22 - - [2025-10-20 03:58:25] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.009297 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003798 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.22 - - [2025-10-20 03:58:25] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005089 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004496 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.006243 10.0.0.22 - - [2025-10-20 03:58:25] "POST /ref-update HTTP/1.1" 200 156 0.060286 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006488 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009495 10.0.0.22 - - [2025-10-20 03:58:25] "PUT /access-control-list/265e133f-27a3-44d2-8d19-10c11c1c9f59 HTTP/1.1" 200 272 0.053379 10.0.0.22 - - [2025-10-20 03:58:25] "POST /neutron/network HTTP/1.1" 200 1062 0.029521 10.0.0.22 - - [2025-10-20 03:58:25] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007818 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-10-20 03:58:25] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003983 10.0.0.22 - - [2025-10-20 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.27 - - [2025-10-20 03:58:25] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.22 - - [2025-10-20 03:58:25] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048184 10.0.0.27 - - [2025-10-20 03:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011071 10.0.0.22 - - [2025-10-20 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.258437 10.0.0.22 - - [2025-10-20 03:58:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001193 10.0.0.22 - - [2025-10-20 03:58:26] "GET /virtual-network/57df0803-4d4c-4eb6-a322-6c8244380540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005190 10.0.0.22 - - [2025-10-20 03:58:26] "GET /virtual-network/57df0803-4d4c-4eb6-a322-6c8244380540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004992 10.0.0.22 - - [2025-10-20 03:58:26] "POST /neutron/network HTTP/1.1" 200 799 0.006552 10.0.0.22 - - [2025-10-20 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.27 - - [2025-10-20 03:58:26] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.22 - - [2025-10-20 03:58:26] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050007 10.0.0.27 - - [2025-10-20 03:58:26] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.22 - - [2025-10-20 03:58:26] "POST /neutron/network HTTP/1.1" 200 585 0.108294 10.0.0.22 - - [2025-10-20 03:58:26] "POST /route-targets HTTP/1.1" 200 327 0.012638 10.0.0.22 - - [2025-10-20 03:58:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.002950 10.0.0.22 - - [2025-10-20 03:58:27] "GET /virtual-network/2aba7c80-931a-497d-908c-ae77133c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005123 10.0.0.22 - - [2025-10-20 03:58:27] "POST /neutron/network HTTP/1.1" 200 799 0.005576 10.0.0.22 - - [2025-10-20 03:58:27] "GET /virtual-network/2aba7c80-931a-497d-908c-ae77133c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006140 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 404 239 0.002652 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-10-20 03:58:27] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.22 - - [2025-10-20 03:58:27] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052043 10.0.0.22 - - [2025-10-20 03:58:27] "POST /network-policys HTTP/1.1" 200 587 0.030211 10.0.0.22 - - [2025-10-20 03:58:27] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006167 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-10-20 03:58:27] "GET /virtual-network/57df0803-4d4c-4eb6-a322-6c8244380540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006122 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.22 - - [2025-10-20 03:58:27] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003940 10.0.0.22 - - [2025-10-20 03:58:27] "POST /ref-update HTTP/1.1" 200 156 0.049606 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.22 - - [2025-10-20 03:58:27] "POST /access-control-lists HTTP/1.1" 200 554 0.078934 10.0.0.22 - - [2025-10-20 03:58:27] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003989 10.0.0.22 - - [2025-10-20 03:58:27] "POST /neutron/network HTTP/1.1" 200 912 0.007148 10.0.0.22 - - [2025-10-20 03:58:27] "GET /virtual-network/57df0803-4d4c-4eb6-a322-6c8244380540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004535 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.22 - - [2025-10-20 03:58:27] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003624 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.22 - - [2025-10-20 03:58:27] "GET /virtual-network/2aba7c80-931a-497d-908c-ae77133c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006908 10.0.0.22 - - [2025-10-20 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.22 - - [2025-10-20 03:58:27] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004159 10.0.0.22 - - [2025-10-20 03:58:28] "POST /ref-update HTTP/1.1" 200 156 0.047114 10.0.0.22 - - [2025-10-20 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006221 10.0.0.22 - - [2025-10-20 03:58:28] "POST /access-control-lists HTTP/1.1" 200 554 0.030089 10.0.0.22 - - [2025-10-20 03:58:28] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.010724 10.0.0.22 - - [2025-10-20 03:58:28] "GET /virtual-network/2aba7c80-931a-497d-908c-ae77133c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.007214 10.0.0.22 - - [2025-10-20 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.22 - - [2025-10-20 03:58:28] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003795 10.0.0.22 - - [2025-10-20 03:58:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.000971 10.0.0.22 - - [2025-10-20 03:58:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007869 10.0.0.27 - - [2025-10-20 03:58:29] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.22 - - [2025-10-20 03:58:29] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.080970 10.0.0.22 - - [2025-10-20 03:58:29] "POST /neutron/port HTTP/1.1" 200 2244 0.018091 10.0.0.22 - - [2025-10-20 03:58:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001179 10.0.0.22 - - [2025-10-20 03:58:29] "POST /neutron/port HTTP/1.1" 200 2244 0.021340 10.0.0.22 - - [2025-10-20 03:58:29] "POST /neutron/network HTTP/1.1" 200 922 0.008421 10.0.0.22 - - [2025-10-20 03:58:30] "POST /neutron/port HTTP/1.1" 200 1063 0.013510 10.0.0.22 - - [2025-10-20 03:58:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004891 10.0.0.22 - - [2025-10-20 03:58:30] "POST /neutron/network HTTP/1.1" 200 912 0.008864 10.0.0.27 - - [2025-10-20 03:58:30] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.22 - - [2025-10-20 03:58:30] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062500 10.0.0.22 - - [2025-10-20 03:58:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012798 10.0.0.22 - - [2025-10-20 03:58:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003641 10.0.0.22 - - [2025-10-20 03:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.22 - - [2025-10-20 03:58:30] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007714 10.0.0.27 - - [2025-10-20 03:58:31] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.22 - - [2025-10-20 03:58:31] "POST /neutron/port HTTP/1.1" 200 1063 0.316163 10.0.0.22 - - [2025-10-20 03:58:31] "POST /neutron/port HTTP/1.1" 200 1117 0.092800 10.0.0.22 - - [2025-10-20 03:58:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.008103 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004132 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004195 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003781 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.027521 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.034114 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004713 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011062 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.034146 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.026512 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004725 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004302 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.029753 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.034741 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005867 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007052 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.019874 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004364 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005540 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004734 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.029444 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.048249 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004029 10.0.0.22 - - [2025-10-20 03:58:32] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004647 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.026579 10.0.0.22 - - [2025-10-20 03:58:32] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.036562 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007051 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003320 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.048850 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.037425 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004223 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006617 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.024960 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003029 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004792 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004069 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.025035 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.043678 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009626 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006600 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.027669 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.047856 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006400 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003950 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.035245 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.028973 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005013 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004538 10.0.0.22 - - [2025-10-20 03:58:33] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.018114 10.0.0.22 - - [2025-10-20 03:58:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003019 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004714 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003843 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.025308 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.035890 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005904 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006630 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.029660 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.039633 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006919 10.0.0.22 - - [2025-10-20 03:58:34] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004354 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.045177 10.0.0.22 - - [2025-10-20 03:58:34] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.039388 10.0.0.22 - - [2025-10-20 03:58:37] "POST /neutron/port HTTP/1.1" 200 1091 0.016007 10.0.0.22 - - [2025-10-20 03:58:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008639 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003074 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004514 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004273 10.0.0.22 - - [2025-10-20 03:58:44] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.024465 10.0.0.22 - - [2025-10-20 03:58:44] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.028965 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005572 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004520 10.0.0.22 - - [2025-10-20 03:58:44] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.026912 10.0.0.22 - - [2025-10-20 03:58:44] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.036596 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004631 10.0.0.22 - - [2025-10-20 03:58:44] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004809 10.0.0.22 - - [2025-10-20 03:58:44] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.038357 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.031455 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008039 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003480 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.019202 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003051 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004933 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003634 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.027067 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.032863 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006915 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006525 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.026076 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.037954 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.019795 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006998 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.026050 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.035807 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005501 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005801 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.020478 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003184 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005465 10.0.0.22 - - [2025-10-20 03:58:45] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003979 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.036490 10.0.0.22 - - [2025-10-20 03:58:45] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.038786 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010276 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003843 10.0.0.22 - - [2025-10-20 03:58:46] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.035339 10.0.0.22 - - [2025-10-20 03:58:46] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.039865 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005218 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008744 10.0.0.22 - - [2025-10-20 03:58:46] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.037089 10.0.0.22 - - [2025-10-20 03:58:46] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.063341 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005016 10.0.0.22 - - [2025-10-20 03:58:46] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003680 10.0.0.22 - - [2025-10-20 03:58:46] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.018461 10.0.0.22 - - [2025-10-20 03:58:46] "POST /ref-update HTTP/1.1" 200 156 0.051352 10.0.0.22 - - [2025-10-20 03:58:46] "DELETE /access-control-list/226537cb-3923-45f9-8ea8-c351d53a5368 HTTP/1.1" 200 115 0.052877 10.0.0.22 - - [2025-10-20 03:58:46] "GET /virtual-network/2aba7c80-931a-497d-908c-ae77133c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011200 10.0.0.22 - - [2025-10-20 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.22 - - [2025-10-20 03:58:46] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004250 10.0.0.22 - - [2025-10-20 03:58:46] "POST /ref-update HTTP/1.1" 200 156 0.045665 10.0.0.22 - - [2025-10-20 03:58:46] "POST /ref-update HTTP/1.1" 200 156 0.017702 10.0.0.22 - - [2025-10-20 03:58:46] "GET /virtual-network/57df0803-4d4c-4eb6-a322-6c8244380540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.019337 10.0.0.22 - - [2025-10-20 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.033541 10.0.0.22 - - [2025-10-20 03:58:47] "GET /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003938 10.0.0.22 - - [2025-10-20 03:58:47] "DELETE /network-policy/8c917e7b-c8b8-4e40-bf55-a4577d3f2d0c HTTP/1.1" 200 115 0.040038 10.0.0.22 - - [2025-10-20 03:58:47] "POST /neutron/port HTTP/1.1" 200 1091 0.016835 10.0.0.22 - - [2025-10-20 03:58:47] "POST /neutron/port HTTP/1.1" 200 1117 0.010507 10.0.0.22 - - [2025-10-20 03:58:47] "POST /neutron/port HTTP/1.1" 200 1117 0.009313 10.0.0.27 - - [2025-10-20 03:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003704 10.0.0.27 - - [2025-10-20 03:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002019 10.0.0.22 - - [2025-10-20 03:58:49] "POST /neutron/network HTTP/1.1" 200 151 0.106016 10.0.0.22 - - [2025-10-20 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.22 - - [2025-10-20 03:58:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.007087 10.0.0.22 - - [2025-10-20 03:58:49] "POST /ref-update HTTP/1.1" 200 156 0.056243 10.0.0.22 - - [2025-10-20 03:58:49] "POST /neutron/network HTTP/1.1" 200 976 0.015053 10.0.0.22 - - [2025-10-20 03:58:49] "GET /virtual-network/b15a2977-ecb6-4114-97aa-5a50e11a9933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009313 10.0.0.22 - - [2025-10-20 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-10-20 03:58:49] "POST /ref-update HTTP/1.1" 200 156 0.030025 10.0.0.22 - - [2025-10-20 03:58:49] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005068 10.0.0.22 - - [2025-10-20 03:58:49] "POST /ref-update HTTP/1.1" 200 156 0.045254 10.0.0.22 - - [2025-10-20 03:58:49] "GET /virtual-network/556f23c4-99c0-4f49-bd50-95ace22d7d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010655 10.0.0.22 - - [2025-10-20 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2025-10-20 03:58:49] "GET /network-policy/031853c2-0435-41fb-99d1-6791461ba918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003848 10.0.0.22 - - [2025-10-20 03:58:49] "DELETE /network-policy/031853c2-0435-41fb-99d1-6791461ba918 HTTP/1.1" 200 115 0.027390 10.0.0.22 - - [2025-10-20 03:58:49] "POST /neutron/network HTTP/1.1" 400 204 0.014673 10.0.0.22 - - [2025-10-20 03:58:50] "POST /neutron/port HTTP/1.1" 200 1180 0.014244 10.0.0.22 - - [2025-10-20 03:58:50] "POST /neutron/port HTTP/1.1" 200 151 0.290868 10.0.0.22 - - [2025-10-20 03:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.22 - - [2025-10-20 03:58:52] "POST /neutron/network HTTP/1.1" 200 974 0.008734 10.0.0.22 - - [2025-10-20 03:58:52] "DELETE /route-target/f16c0370-17e7-4acf-8d1f-53e655d58535 HTTP/1.1" 200 115 0.022279 10.0.0.22 - - [2025-10-20 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-10-20 03:58:53] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.22 - - [2025-10-20 03:58:53] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.038854 10.0.0.27 - - [2025-10-20 03:58:53] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.22 - - [2025-10-20 03:58:53] "POST /neutron/network HTTP/1.1" 200 601 0.121792 10.0.0.22 - - [2025-10-20 03:58:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002925 10.0.0.22 - - [2025-10-20 03:58:54] "POST /neutron/network HTTP/1.1" 200 975 0.011108 10.0.0.22 - - [2025-10-20 03:58:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001122 10.0.0.22 - - [2025-10-20 03:58:54] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006032 10.0.0.22 - - [2025-10-20 03:58:54] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004931 10.0.0.22 - - [2025-10-20 03:58:54] "POST /neutron/subnet HTTP/1.1" 200 716 0.008661 10.0.0.22 - - [2025-10-20 03:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-10-20 03:58:54] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000818 10.0.0.22 - - [2025-10-20 03:58:54] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041717 10.0.0.27 - - [2025-10-20 03:58:54] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.22 - - [2025-10-20 03:58:54] "POST /neutron/network HTTP/1.1" 200 601 0.118986 10.0.0.22 - - [2025-10-20 03:58:54] "POST /route-targets HTTP/1.1" 200 327 0.012333 10.0.0.22 - - [2025-10-20 03:58:55] "POST /neutron/network HTTP/1.1" 200 975 0.012004 10.0.0.22 - - [2025-10-20 03:58:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.000989 10.0.0.22 - - [2025-10-20 03:58:55] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004625 10.0.0.22 - - [2025-10-20 03:58:55] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005388 10.0.0.22 - - [2025-10-20 03:58:55] "POST /neutron/subnet HTTP/1.1" 200 716 0.008157 10.0.0.22 - - [2025-10-20 03:58:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001118 10.0.0.27 - - [2025-10-20 03:58:56] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.22 - - [2025-10-20 03:58:56] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.059507 10.0.0.22 - - [2025-10-20 03:58:56] "POST /neutron/network HTTP/1.1" 200 975 0.011437 10.0.0.22 - - [2025-10-20 03:58:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001137 10.0.0.22 - - [2025-10-20 03:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.007007 10.0.0.27 - - [2025-10-20 03:58:56] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/port HTTP/1.1" 200 1153 0.316827 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/port HTTP/1.1" 200 1207 0.114135 10.0.0.27 - - [2025-10-20 03:58:57] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005293 10.0.0.22 - - [2025-10-20 03:58:57] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.068694 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/port HTTP/1.1" 200 1181 0.021814 10.0.0.22 - - [2025-10-20 03:58:57] "POST /neutron/port HTTP/1.1" 200 1181 0.014534 10.0.0.27 - - [2025-10-20 03:58:58] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.22 - - [2025-10-20 03:58:58] "POST /neutron/port HTTP/1.1" 200 1153 0.293995 10.0.0.22 - - [2025-10-20 03:58:58] "POST /neutron/port HTTP/1.1" 200 1207 0.102362 10.0.0.22 - - [2025-10-20 03:58:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004694 10.0.0.22 - - [2025-10-20 03:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.27 - - [2025-10-20 03:59:02] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.27 - - [2025-10-20 03:59:02] "DELETE /project/d76b6e7a805f424891cf5a1e80c2d980 HTTP/1.1" 404 173 0.040926 10.0.0.27 - - [2025-10-20 03:59:02] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.036340 10.0.0.27 - - [2025-10-20 03:59:02] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.27 - - [2025-10-20 03:59:02] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?fields=security_groups HTTP/1.1" 200 1110 0.039318 10.0.0.27 - - [2025-10-20 03:59:02] "GET /projects?obj_uuids=089656ab-a9e7-433d-8508-1b7cd913f858&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.27 - - [2025-10-20 03:59:02] "GET /project/089656ab-a9e7-433d-8508-1b7cd913f858?fields=application_policy_sets HTTP/1.1" 200 1410 0.077401 10.0.0.22 - - [2025-10-20 03:59:02] "DELETE /access-control-list/7a01ceff-b114-4200-9ed5-13633db97d3e HTTP/1.1" 200 115 0.038842 10.0.0.27 - - [2025-10-20 03:59:02] "DELETE /project/089656ab-a9e7-433d-8508-1b7cd913f858 HTTP/1.1" 200 115 0.374590 10.0.0.22 - - [2025-10-20 03:59:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006644 10.0.0.22 - - [2025-10-20 03:59:03] "POST /neutron/port HTTP/1.1" 200 1181 0.014329 10.0.0.22 - - [2025-10-20 03:59:03] "GET /virtual-machine/ba7d6d28-a39b-4cc8-b961-5d26e5978f92 HTTP/1.1" 200 1301 0.005759 10.0.0.22 - - [2025-10-20 03:59:03] "GET /virtual-machine-interface/cc257c8a-7f27-4b5a-8558-7b818b6777e2 HTTP/1.1" 200 3157 0.005317 10.0.0.22 - - [2025-10-20 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.22 - - [2025-10-20 03:59:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003093 10.0.0.22 - - [2025-10-20 03:59:03] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004068 10.0.0.22 - - [2025-10-20 03:59:03] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005879 10.0.0.22 - - [2025-10-20 03:59:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005753 10.0.0.22 - - [2025-10-20 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.22 - - [2025-10-20 03:59:06] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005531 10.0.0.22 - - [2025-10-20 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.22 - - [2025-10-20 03:59:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003623 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002586 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005365 10.0.0.22 - - [2025-10-20 03:59:08] "POST /neutron/port HTTP/1.1" 200 1181 0.016687 10.0.0.22 - - [2025-10-20 03:59:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007272 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-machine/8a4558d5-9576-4246-9faf-7a3f829ffa9a HTTP/1.1" 200 1300 0.007622 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-machine-interface/83ba1489-534b-47c9-bad3-991f64869694 HTTP/1.1" 200 3157 0.004956 10.0.0.22 - - [2025-10-20 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-10-20 03:59:08] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003089 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002684 10.0.0.22 - - [2025-10-20 03:59:08] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005522 10.0.0.22 - - [2025-10-20 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.22 - - [2025-10-20 03:59:09] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004765 10.0.0.22 - - [2025-10-20 03:59:09] "GET /virtual-networks?parent_id=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003719 10.0.0.22 - - [2025-10-20 03:59:10] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006930 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 404 209 0.003266 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-10-20 03:59:10] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.22 - - [2025-10-20 03:59:10] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047040 10.0.0.22 - - [2025-10-20 03:59:10] "POST /network-policys HTTP/1.1" 200 533 0.027663 10.0.0.22 - - [2025-10-20 03:59:10] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005401 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.22 - - [2025-10-20 03:59:10] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006325 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.22 - - [2025-10-20 03:59:10] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004337 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002569 10.0.0.22 - - [2025-10-20 03:59:10] "POST /ref-update HTTP/1.1" 200 156 0.051277 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-10-20 03:59:10] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004478 10.0.0.22 - - [2025-10-20 03:59:10] "POST /neutron/network HTTP/1.1" 200 1061 0.015408 10.0.0.22 - - [2025-10-20 03:59:10] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.005368 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2025-10-20 03:59:10] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004146 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.22 - - [2025-10-20 03:59:10] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006805 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-10-20 03:59:10] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005004 10.0.0.22 - - [2025-10-20 03:59:10] "POST /ref-update HTTP/1.1" 200 156 0.050122 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 404 230 0.013438 10.0.0.22 - - [2025-10-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.22 - - [2025-10-20 03:59:11] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003846 10.0.0.22 - - [2025-10-20 03:59:11] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.012210 10.0.0.22 - - [2025-10-20 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010039 10.0.0.22 - - [2025-10-20 03:59:11] "PUT /access-control-list/637533ee-63c4-47e6-9552-878e7939058a HTTP/1.1" 200 272 0.031069 10.0.0.22 - - [2025-10-20 03:59:11] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003526 10.0.0.22 - - [2025-10-20 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.27 - - [2025-10-20 03:59:11] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.22 - - [2025-10-20 03:59:11] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043150 10.0.0.27 - - [2025-10-20 03:59:11] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.22 - - [2025-10-20 03:59:11] "POST /neutron/network HTTP/1.1" 200 585 0.129683 10.0.0.22 - - [2025-10-20 03:59:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.003798 10.0.0.22 - - [2025-10-20 03:59:11] "GET /virtual-network/6002b53b-2930-4be1-b9fb-597094cf0b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005514 10.0.0.22 - - [2025-10-20 03:59:11] "POST /neutron/network HTTP/1.1" 200 799 0.011617 10.0.0.22 - - [2025-10-20 03:59:11] "GET /virtual-network/6002b53b-2930-4be1-b9fb-597094cf0b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006181 10.0.0.22 - - [2025-10-20 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.27 - - [2025-10-20 03:59:11] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.22 - - [2025-10-20 03:59:11] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050430 10.0.0.22 - - [2025-10-20 03:59:11] "POST /neutron/network HTTP/1.1" 200 117 0.012666 10.0.0.22 - - [2025-10-20 03:59:12] "POST /route-targets HTTP/1.1" 200 327 0.015184 10.0.0.22 - - [2025-10-20 03:59:12] "POST /neutron/network HTTP/1.1" 200 799 0.008332 10.0.0.22 - - [2025-10-20 03:59:12] "POST /id-to-fqname HTTP/1.1" 200 214 0.000970 10.0.0.22 - - [2025-10-20 03:59:12] "GET /virtual-network/24a51c1e-df14-4ce8-be6e-4dedd2fccdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004420 10.0.0.22 - - [2025-10-20 03:59:12] "GET /virtual-network/24a51c1e-df14-4ce8-be6e-4dedd2fccdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005605 10.0.0.22 - - [2025-10-20 03:59:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.008095 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 239 0.002233 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-10-20 03:59:12] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.22 - - [2025-10-20 03:59:12] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053105 10.0.0.22 - - [2025-10-20 03:59:12] "POST /network-policys HTTP/1.1" 200 587 0.027269 10.0.0.22 - - [2025-10-20 03:59:12] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005632 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.22 - - [2025-10-20 03:59:12] "GET /virtual-network/6002b53b-2930-4be1-b9fb-597094cf0b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005672 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.22 - - [2025-10-20 03:59:12] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003761 10.0.0.22 - - [2025-10-20 03:59:12] "POST /ref-update HTTP/1.1" 200 156 0.044139 10.0.0.22 - - [2025-10-20 03:59:12] "POST /access-control-lists HTTP/1.1" 200 554 0.046152 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009275 10.0.0.22 - - [2025-10-20 03:59:12] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005038 10.0.0.22 - - [2025-10-20 03:59:12] "GET /virtual-network/6002b53b-2930-4be1-b9fb-597094cf0b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006494 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.22 - - [2025-10-20 03:59:12] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004267 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.22 - - [2025-10-20 03:59:12] "GET /virtual-network/24a51c1e-df14-4ce8-be6e-4dedd2fccdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006599 10.0.0.22 - - [2025-10-20 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-10-20 03:59:13] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004079 10.0.0.22 - - [2025-10-20 03:59:13] "POST /ref-update HTTP/1.1" 200 156 0.050812 10.0.0.22 - - [2025-10-20 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.22 - - [2025-10-20 03:59:13] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004955 10.0.0.22 - - [2025-10-20 03:59:13] "POST /access-control-lists HTTP/1.1" 200 554 0.082731 10.0.0.22 - - [2025-10-20 03:59:13] "GET /virtual-network/24a51c1e-df14-4ce8-be6e-4dedd2fccdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006840 10.0.0.22 - - [2025-10-20 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.22 - - [2025-10-20 03:59:13] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003538 10.0.0.22 - - [2025-10-20 03:59:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001088 10.0.0.22 - - [2025-10-20 03:59:13] "POST /neutron/port HTTP/1.1" 200 2244 0.021444 10.0.0.27 - - [2025-10-20 03:59:14] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.22 - - [2025-10-20 03:59:14] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.061090 10.0.0.22 - - [2025-10-20 03:59:14] "POST /neutron/network HTTP/1.1" 200 912 0.008204 10.0.0.22 - - [2025-10-20 03:59:14] "POST /neutron/port HTTP/1.1" 200 117 0.006282 10.0.0.22 - - [2025-10-20 03:59:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001205 10.0.0.22 - - [2025-10-20 03:59:14] "POST /neutron/network HTTP/1.1" 200 922 0.006747 10.0.0.22 - - [2025-10-20 03:59:15] "POST /neutron/port HTTP/1.1" 200 1063 0.016349 10.0.0.22 - - [2025-10-20 03:59:15] "POST /neutron/port HTTP/1.1" 200 1091 0.016923 10.0.0.27 - - [2025-10-20 03:59:15] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.22 - - [2025-10-20 03:59:15] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.22 - - [2025-10-20 03:59:15] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.073790 10.0.0.22 - - [2025-10-20 03:59:15] "POST /neutron/port HTTP/1.1" 200 3218 0.028661 10.0.0.22 - - [2025-10-20 03:59:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003815 10.0.0.22 - - [2025-10-20 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.22 - - [2025-10-20 03:59:15] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005009 10.0.0.22 - - [2025-10-20 03:59:16] "POST /neutron/network HTTP/1.1" 200 922 0.007209 10.0.0.22 - - [2025-10-20 03:59:16] "POST /neutron/port HTTP/1.1" 200 1063 0.017838 10.0.0.22 - - [2025-10-20 03:59:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.22 - - [2025-10-20 03:59:16] "POST /neutron/network HTTP/1.1" 200 912 0.007203 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003916 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003545 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003333 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.033148 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.033335 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004932 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003669 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.033054 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.028087 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007660 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006334 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.028910 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.034172 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010139 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007239 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.025070 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003862 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004957 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003920 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.023804 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.035291 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006961 10.0.0.22 - - [2025-10-20 03:59:17] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004183 10.0.0.22 - - [2025-10-20 03:59:17] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.024430 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.036458 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006768 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009478 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.040323 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.035167 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011735 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005985 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.018195 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003476 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004372 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003859 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.025747 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.030489 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013827 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004042 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.031851 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.044460 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004417 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006514 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.027607 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.038859 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007040 10.0.0.22 - - [2025-10-20 03:59:18] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003845 10.0.0.22 - - [2025-10-20 03:59:18] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.021667 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004920 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003522 10.0.0.22 - - [2025-10-20 03:59:19] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.017735 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007141 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003953 10.0.0.22 - - [2025-10-20 03:59:19] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.019176 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004108 10.0.0.22 - - [2025-10-20 03:59:19] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004673 10.0.0.22 - - [2025-10-20 03:59:19] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.015488 10.0.0.22 - - [2025-10-20 03:59:22] "POST /neutron/network HTTP/1.1" 200 1071 0.029966 10.0.0.22 - - [2025-10-20 03:59:22] "POST /neutron/subnet HTTP/1.1" 200 1273 0.014801 10.0.0.22 - - [2025-10-20 03:59:22] "POST /neutron/network HTTP/1.1" 200 1061 0.009113 10.0.0.22 - - [2025-10-20 03:59:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013867 10.0.0.22 - - [2025-10-20 03:59:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.025734 10.0.0.22 - - [2025-10-20 03:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.22 - - [2025-10-20 03:59:25] "POST /neutron/port HTTP/1.1" 200 1091 0.018943 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003350 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.003985 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.003640 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.026041 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.033140 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006148 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003427 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.027680 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.026577 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004630 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004814 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.025242 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.036049 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.006416 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004164 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.024559 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004183 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004228 10.0.0.22 - - [2025-10-20 03:59:29] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004328 10.0.0.22 - - [2025-10-20 03:59:29] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.026583 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.037830 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009435 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004534 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.027824 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.035385 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005080 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006975 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.036038 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.040968 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003685 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004851 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.023600 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003630 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004498 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003894 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.024554 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/166a3acf-fb8b-4ca4-b10e-aa35ab893a0f HTTP/1.1" 200 254 0.034325 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005324 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007020 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.034259 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a9a08e70-1139-4998-b7bf-e3d6b61f0e32 HTTP/1.1" 200 254 0.033191 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004438 10.0.0.22 - - [2025-10-20 03:59:30] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005986 10.0.0.22 - - [2025-10-20 03:59:30] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.034672 10.0.0.22 - - [2025-10-20 03:59:31] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.029655 10.0.0.22 - - [2025-10-20 03:59:31] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005571 10.0.0.22 - - [2025-10-20 03:59:31] "GET /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004523 10.0.0.22 - - [2025-10-20 03:59:31] "PUT /bgp-router/a600627d-f664-42a4-8120-9c1af5e1f8be HTTP/1.1" 200 254 0.022821 10.0.0.22 - - [2025-10-20 03:59:31] "POST /ref-update HTTP/1.1" 200 156 0.052667 10.0.0.22 - - [2025-10-20 03:59:31] "DELETE /access-control-list/705d4673-7066-423e-9d90-10decd9dea26 HTTP/1.1" 200 115 0.047412 10.0.0.22 - - [2025-10-20 03:59:31] "GET /virtual-network/24a51c1e-df14-4ce8-be6e-4dedd2fccdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007673 10.0.0.22 - - [2025-10-20 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.22 - - [2025-10-20 03:59:31] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004132 10.0.0.22 - - [2025-10-20 03:59:31] "POST /ref-update HTTP/1.1" 200 156 0.050442 10.0.0.22 - - [2025-10-20 03:59:31] "POST /neutron/network HTTP/1.1" 200 799 0.008892 10.0.0.22 - - [2025-10-20 03:59:31] "POST /ref-update HTTP/1.1" 200 156 0.024639 10.0.0.22 - - [2025-10-20 03:59:31] "GET /virtual-network/6002b53b-2930-4be1-b9fb-597094cf0b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005861 10.0.0.22 - - [2025-10-20 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007823 10.0.0.22 - - [2025-10-20 03:59:31] "GET /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004234 10.0.0.22 - - [2025-10-20 03:59:31] "DELETE /network-policy/27ba9f08-6588-4058-a7fa-d9ce9e21f4c0 HTTP/1.1" 200 115 0.032052 10.0.0.22 - - [2025-10-20 03:59:31] "POST /neutron/port HTTP/1.1" 200 1091 0.015320 10.0.0.22 - - [2025-10-20 03:59:31] "POST /neutron/port HTTP/1.1" 200 1117 0.010727 10.0.0.22 - - [2025-10-20 03:59:33] "POST /neutron/network HTTP/1.1" 200 799 0.006715 10.0.0.27 - - [2025-10-20 03:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.22 - - [2025-10-20 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011340 10.0.0.27 - - [2025-10-20 03:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.22 - - [2025-10-20 03:59:34] "POST /neutron/network HTTP/1.1" 200 151 0.124753 10.0.0.22 - - [2025-10-20 03:59:34] "POST /ref-update HTTP/1.1" 200 156 0.062086 10.0.0.22 - - [2025-10-20 03:59:34] "GET /virtual-network/14a57af7-536a-4702-9102-38aabd3d825e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.017863 10.0.0.22 - - [2025-10-20 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.22 - - [2025-10-20 03:59:34] "POST /ref-update HTTP/1.1" 200 156 0.018304 10.0.0.22 - - [2025-10-20 03:59:34] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004451 10.0.0.22 - - [2025-10-20 03:59:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.006875 10.0.0.22 - - [2025-10-20 03:59:34] "POST /ref-update HTTP/1.1" 200 156 0.048609 10.0.0.22 - - [2025-10-20 03:59:34] "GET /virtual-network/e3f3802f-22d7-4f61-b4c5-f766a3ae177f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009738 10.0.0.22 - - [2025-10-20 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.22 - - [2025-10-20 03:59:34] "GET /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004489 10.0.0.22 - - [2025-10-20 03:59:34] "DELETE /network-policy/a78c5574-3ce7-4adf-8598-b5a34500fc60 HTTP/1.1" 200 115 0.032775 10.0.0.22 - - [2025-10-20 03:59:34] "POST /neutron/network HTTP/1.1" 200 975 0.009622 10.0.0.22 - - [2025-10-20 03:59:35] "POST /neutron/port HTTP/1.1" 200 1181 0.014624 10.0.0.22 - - [2025-10-20 03:59:35] "POST /neutron/port HTTP/1.1" 200 1207 0.015741 10.0.0.22 - - [2025-10-20 03:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.27 - - [2025-10-20 03:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003226 10.0.0.27 - - [2025-10-20 03:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.27 - - [2025-10-20 03:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.27 - - [2025-10-20 03:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.22 - - [2025-10-20 03:59:36] "POST /neutron/network HTTP/1.1" 200 151 0.137660 10.0.0.22 - - [2025-10-20 03:59:37] "DELETE /route-target/fd575b20-b6fc-4f3f-b997-fca840131006 HTTP/1.1" 200 115 0.020498 10.0.0.27 - - [2025-10-20 03:59:38] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001757 10.0.0.22 - - [2025-10-20 03:59:38] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.057284 10.0.0.27 - - [2025-10-20 03:59:38] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.22 - - [2025-10-20 03:59:38] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?fields=virtual_networks HTTP/1.1" 200 1059 0.043338 10.0.0.27 - - [2025-10-20 03:59:38] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.22 - - [2025-10-20 03:59:38] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.043265 10.0.0.27 - - [2025-10-20 03:59:38] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.22 - - [2025-10-20 03:59:38] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?fields=security_groups HTTP/1.1" 200 1293 0.036102 10.0.0.22 - - [2025-10-20 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.023883 10.0.0.27 - - [2025-10-20 03:59:39] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.27 - - [2025-10-20 03:59:39] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.27 - - [2025-10-20 03:59:39] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008686 10.0.0.27 - - [2025-10-20 03:59:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.002877 10.0.0.27 - - [2025-10-20 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.008228 10.0.0.27 - - [2025-10-20 03:59:39] "POST /security-groups HTTP/1.1" 200 586 0.029216 10.0.0.27 - - [2025-10-20 03:59:39] "POST /projects HTTP/1.1" 200 575 0.248462 10.0.0.22 - - [2025-10-20 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.008792 10.0.0.27 - - [2025-10-20 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.316003 10.0.0.22 - - [2025-10-20 03:59:39] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.450992 10.0.0.22 - - [2025-10-20 03:59:40] "GET / HTTP/1.1" 200 35931 0.001328 10.0.0.22 - - [2025-10-20 03:59:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2025-10-20 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.024787 10.0.0.22 - - [2025-10-20 03:59:43] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005332 10.0.0.22 - - [2025-10-20 03:59:43] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003056 10.0.0.22 - - [2025-10-20 03:59:43] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003586 10.0.0.22 - - [2025-10-20 03:59:43] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.013785 10.0.0.22 - - [2025-10-20 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.019891 10.0.0.27 - - [2025-10-20 03:59:45] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003021 10.0.0.27 - - [2025-10-20 03:59:45] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.27 - - [2025-10-20 03:59:45] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006599 10.0.0.27 - - [2025-10-20 03:59:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.003279 10.0.0.27 - - [2025-10-20 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.005601 10.0.0.27 - - [2025-10-20 03:59:45] "POST /security-groups HTTP/1.1" 200 586 0.041933 10.0.0.27 - - [2025-10-20 03:59:45] "POST /projects HTTP/1.1" 200 575 0.241008 10.0.0.22 - - [2025-10-20 03:59:45] "POST /access-control-lists HTTP/1.1" 200 591 0.030617 10.0.0.27 - - [2025-10-20 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.311954 10.0.0.22 - - [2025-10-20 03:59:45] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.437129 10.0.0.22 - - [2025-10-20 03:59:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.022185 10.0.0.27 - - [2025-10-20 03:59:46] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003242 10.0.0.27 - - [2025-10-20 03:59:46] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.27 - - [2025-10-20 03:59:46] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008970 10.0.0.27 - - [2025-10-20 03:59:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001020 10.0.0.27 - - [2025-10-20 03:59:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.008918 10.0.0.27 - - [2025-10-20 03:59:46] "POST /security-groups HTTP/1.1" 200 586 0.030130 10.0.0.22 - - [2025-10-20 03:59:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003407 10.0.0.27 - - [2025-10-20 03:59:46] "POST /projects HTTP/1.1" 200 575 0.238524 10.0.0.27 - - [2025-10-20 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.307150 10.0.0.22 - - [2025-10-20 03:59:46] "POST /access-control-lists HTTP/1.1" 200 589 0.028231 10.0.0.22 - - [2025-10-20 03:59:46] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.443582 10.0.0.22 - - [2025-10-20 03:59:47] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.22 - - [2025-10-20 03:59:47] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.22 - - [2025-10-20 03:59:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003168 10.0.0.22 - - [2025-10-20 03:59:48] "POST /api-access-lists HTTP/1.1" 200 521 0.021623 10.0.0.22 - - [2025-10-20 03:59:48] "GET /api-access-list/a3d520b3-42ca-4614-a410-b9054f2208c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.005435 10.0.0.22 - - [2025-10-20 03:59:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-10-20 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.126702 10.0.0.27 - - [2025-10-20 03:59:49] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.22 - - [2025-10-20 03:59:49] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.065242 10.0.0.22 - - [2025-10-20 03:59:49] "GET /virtual-networks?parent_id=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016301 10.0.0.22 - - [2025-10-20 03:59:49] "POST /virtual-networks HTTP/1.1" 200 568 0.096485 10.0.0.22 - - [2025-10-20 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.031077 10.0.0.22 - - [2025-10-20 03:59:49] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.021894 10.0.0.27 - - [2025-10-20 03:59:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010288 10.0.0.22 - - [2025-10-20 03:59:49] "POST /ref-update HTTP/1.1" 200 156 0.076123 10.0.0.22 - - [2025-10-20 03:59:49] "POST /neutron/network HTTP/1.1" 200 833 0.044941 10.0.0.22 - - [2025-10-20 03:59:49] "GET /virtual-network/e32956bb-6348-4911-a870-f580e5c65244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.017970 10.0.0.22 - - [2025-10-20 03:59:50] "POST /neutron/subnet HTTP/1.1" 200 680 0.043994 10.0.0.22 - - [2025-10-20 03:59:50] "POST /id-to-fqname HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-10-20 03:59:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.038185 10.0.0.27 - - [2025-10-20 03:59:52] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.22 - - [2025-10-20 03:59:52] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.054962 10.0.0.22 - - [2025-10-20 03:59:52] "POST /neutron/port HTTP/1.1" 200 117 0.032449 10.0.0.22 - - [2025-10-20 03:59:52] "POST /neutron/network HTTP/1.1" 200 843 0.059471 10.0.0.22 - - [2025-10-20 03:59:53] "POST /neutron/port HTTP/1.1" 200 1056 0.015349 10.0.0.22 - - [2025-10-20 03:59:53] "POST /neutron/port HTTP/1.1" 200 1084 0.021193 10.0.0.22 - - [2025-10-20 03:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.22 - - [2025-10-20 03:59:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007379 10.0.0.22 - - [2025-10-20 03:59:57] "POST /neutron/port HTTP/1.1" 200 1084 0.014413 10.0.0.22 - - [2025-10-20 03:59:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.013752 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 200 1288 0.042818 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 200 1288 0.016827 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine-interface/1a1006ca-35b7-4b7c-86a5-c45d533e90fa HTTP/1.1" 200 2529 0.021253 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 200 1288 0.016686 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine-interface/1a1006ca-35b7-4b7c-86a5-c45d533e90fa HTTP/1.1" 200 2529 0.026644 10.0.0.22 - - [2025-10-20 03:59:58] "GET /instance-ip/3859ec64-1b85-4ea2-9b8d-0e3cb46833bc HTTP/1.1" 200 1626 0.019816 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 200 1288 0.016833 10.0.0.22 - - [2025-10-20 03:59:58] "GET /virtual-machine-interface/1a1006ca-35b7-4b7c-86a5-c45d533e90fa HTTP/1.1" 200 2529 0.021186 10.0.0.22 - - [2025-10-20 03:59:58] "GET /instance-ip/3859ec64-1b85-4ea2-9b8d-0e3cb46833bc HTTP/1.1" 200 1626 0.016285 10.0.0.22 - - [2025-10-20 03:59:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.015390 10.0.0.22 - - [2025-10-20 03:59:58] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.22 - - [2025-10-20 03:59:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.026350 10.0.0.22 - - [2025-10-20 03:59:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003687 10.0.0.22 - - [2025-10-20 03:59:59] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017543 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.024257 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.22 - - [2025-10-20 03:59:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.22 - - [2025-10-20 03:59:59] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016086 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.014954 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2025-10-20 03:59:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003346 10.0.0.22 - - [2025-10-20 03:59:59] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015210 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.015473 10.0.0.22 - - [2025-10-20 03:59:59] "GET /obj-perms HTTP/1.1" 200 5056 0.041680 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.22 - - [2025-10-20 03:59:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004064 10.0.0.22 - - [2025-10-20 03:59:59] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018418 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.015605 10.0.0.22 - - [2025-10-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.22 - - [2025-10-20 03:59:59] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.22 - - [2025-10-20 03:59:59] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017111 10.0.0.27 - - [2025-10-20 04:00:02] "DELETE /project/c5a4ccc8caf944d2b519fd84e4b7e71f HTTP/1.1" 404 173 0.010258 10.0.0.27 - - [2025-10-20 04:00:02] "DELETE /project/e50f8c41c62d4206be29d2254c03fe8d HTTP/1.1" 404 173 0.005513 10.0.0.27 - - [2025-10-20 04:00:02] "DELETE /project/7bff6644f4ec4728b691867a87015b96 HTTP/1.1" 404 173 0.007075 10.0.0.27 - - [2025-10-20 04:00:02] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.27 - - [2025-10-20 04:00:02] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.071042 10.0.0.27 - - [2025-10-20 04:00:02] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.27 - - [2025-10-20 04:00:02] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?fields=security_groups HTTP/1.1" 200 1398 0.053007 10.0.0.27 - - [2025-10-20 04:00:02] "DELETE /security-group/3445603f-5402-49d8-9132-341c7d1c843f HTTP/1.1" 200 115 0.084563 10.0.0.27 - - [2025-10-20 04:00:02] "GET /projects?obj_uuids=d76b6e7a-805f-4248-91cf-5a1e80c2d980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.22 - - [2025-10-20 04:00:02] "DELETE /access-control-list/edb1fee1-79ea-4019-af63-6ef382305882 HTTP/1.1" 200 115 0.059468 10.0.0.27 - - [2025-10-20 04:00:02] "GET /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980?fields=application_policy_sets HTTP/1.1" 200 1437 0.111838 10.0.0.22 - - [2025-10-20 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.040194 10.0.0.22 - - [2025-10-20 04:00:03] "GET /virtual-network/e32956bb-6348-4911-a870-f580e5c65244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.073869 10.0.0.27 - - [2025-10-20 04:00:03] "DELETE /project/d76b6e7a-805f-4248-91cf-5a1e80c2d980 HTTP/1.1" 200 115 0.562158 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.017422 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.22 - - [2025-10-20 04:00:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.22 - - [2025-10-20 04:00:05] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015154 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.014815 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.22 - - [2025-10-20 04:00:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005196 10.0.0.22 - - [2025-10-20 04:00:05] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015077 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.016421 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.22 - - [2025-10-20 04:00:05] "GET /routing-instance/219e766f-af91-455a-8e58-5675e1df01f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005198 10.0.0.22 - - [2025-10-20 04:00:05] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014959 10.0.0.22 - - [2025-10-20 04:00:05] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003325 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.021378 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.22 - - [2025-10-20 04:00:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003252 10.0.0.22 - - [2025-10-20 04:00:05] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014847 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.014954 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.22 - - [2025-10-20 04:00:05] "GET /routing-instance/219e766f-af91-455a-8e58-5675e1df01f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005053 10.0.0.22 - - [2025-10-20 04:00:05] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013413 10.0.0.22 - - [2025-10-20 04:00:05] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003712 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.015945 10.0.0.22 - - [2025-10-20 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.22 - - [2025-10-20 04:00:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003382 10.0.0.22 - - [2025-10-20 04:00:05] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014367 10.0.0.22 - - [2025-10-20 04:00:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.015697 10.0.0.22 - - [2025-10-20 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-10-20 04:00:06] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003756 10.0.0.22 - - [2025-10-20 04:00:06] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016966 10.0.0.27 - - [2025-10-20 04:00:06] "GET /obj-perms HTTP/1.1" 200 4915 0.060455 10.0.0.27 - - [2025-10-20 04:00:08] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015199 10.0.0.27 - - [2025-10-20 04:00:12] "GET /obj-perms HTTP/1.1" 200 4915 0.014349 10.0.0.22 - - [2025-10-20 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.024712 10.0.0.22 - - [2025-10-20 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-10-20 04:00:13] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.017299 10.0.0.22 - - [2025-10-20 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.22 - - [2025-10-20 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-10-20 04:00:13] "GET /obj-perms HTTP/1.1" 200 4915 0.055135 10.0.0.22 - - [2025-10-20 04:00:14] "GET /obj-perms HTTP/1.1" 200 5020 0.041441 10.0.0.254 - - [2025-10-20 04:00:15] "GET /obj-perms HTTP/1.1" 200 5020 0.043969 10.0.0.22 - - [2025-10-20 04:00:15] "GET /obj-perms HTTP/1.1" 200 4915 0.061126 10.0.0.22 - - [2025-10-20 04:00:15] "GET /obj-perms HTTP/1.1" 200 4915 0.017525 10.0.0.254 - - [2025-10-20 04:00:16] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.038402 10.0.0.27 - - [2025-10-20 04:00:16] "GET /obj-perms HTTP/1.1" 200 4915 0.014094 10.0.0.22 - - [2025-10-20 04:00:16] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 200 1288 0.019203 10.0.0.22 - - [2025-10-20 04:00:16] "POST /neutron/port HTTP/1.1" 200 1084 0.014949 10.0.0.22 - - [2025-10-20 04:00:18] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 404 171 0.014907 10.0.0.22 - - [2025-10-20 04:00:18] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 404 171 0.011897 10.0.0.22 - - [2025-10-20 04:00:18] "GET /virtual-machine/9c7b7404-57bd-4074-b347-bfd48a158fb1 HTTP/1.1" 404 171 0.013151 10.0.0.22 - - [2025-10-20 04:00:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.017650 10.0.0.22 - - [2025-10-20 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.22 - - [2025-10-20 04:00:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003727 10.0.0.22 - - [2025-10-20 04:00:18] "GET /virtual-networks?parent_id=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015022 10.0.0.22 - - [2025-10-20 04:00:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.016255 10.0.0.22 - - [2025-10-20 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.22 - - [2025-10-20 04:00:18] "GET /routing-instance/219e766f-af91-455a-8e58-5675e1df01f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003738 10.0.0.22 - - [2025-10-20 04:00:18] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013741 10.0.0.22 - - [2025-10-20 04:00:18] "GET /route-target/14026950-0f0e-4338-84b5-a5316dd06e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003245 10.0.0.22 - - [2025-10-20 04:00:19] "GET /obj-perms HTTP/1.1" 200 4915 0.017113 10.0.0.22 - - [2025-10-20 04:00:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003268 10.0.0.254 - - [2025-10-20 04:00:25] "GET /obj-perms HTTP/1.1" 200 5020 0.004081 10.0.0.22 - - [2025-10-20 04:00:28] "GET /obj-perms HTTP/1.1" 200 5020 0.004050 10.0.0.254 - - [2025-10-20 04:00:34] "GET /obj-perms HTTP/1.1" 200 5020 0.004151 10.0.0.22 - - [2025-10-20 04:00:37] "GET /obj-perms HTTP/1.1" 200 5020 0.006114 10.0.0.22 - - [2025-10-20 04:00:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003909 10.0.0.254 - - [2025-10-20 04:00:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003180 10.0.0.27 - - [2025-10-20 04:00:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004320 10.0.0.27 - - [2025-10-20 04:00:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005236 10.0.0.22 - - [2025-10-20 04:00:41] "DELETE /virtual-network/e32956bb-6348-4911-a870-f580e5c65244 HTTP/1.1" 200 115 0.129558 10.0.0.22 - - [2025-10-20 04:00:41] "DELETE /route-target/14026950-0f0e-4338-84b5-a5316dd06e00 HTTP/1.1" 200 115 0.028878 10.0.0.22 - - [2025-10-20 04:00:41] "DELETE /api-access-list/a3d520b3-42ca-4614-a410-b9054f2208c6 HTTP/1.1" 200 115 0.035706 10.0.0.27 - - [2025-10-20 04:00:41] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.22 - - [2025-10-20 04:00:41] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045085 10.0.0.27 - - [2025-10-20 04:00:41] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?fields=virtual_networks HTTP/1.1" 200 1032 0.046450 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041003 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001375 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?fields=security_groups HTTP/1.1" 200 1253 0.042901 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033228 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000759 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?fields=virtual_networks HTTP/1.1" 200 1033 0.090735 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000851 10.0.0.22 - - [2025-10-20 04:00:42] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039255 10.0.0.27 - - [2025-10-20 04:00:42] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.22 - - [2025-10-20 04:00:43] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?fields=security_groups HTTP/1.1" 200 1254 0.039067 10.0.0.22 - - [2025-10-20 04:00:45] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004095 10.0.0.22 - - [2025-10-20 04:00:45] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.012002 10.0.0.27 - - [2025-10-20 04:00:45] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.22 - - [2025-10-20 04:00:45] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044365 10.0.0.27 - - [2025-10-20 04:00:45] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.22 - - [2025-10-20 04:00:45] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?fields=virtual_networks HTTP/1.1" 200 1033 0.046775 10.0.0.27 - - [2025-10-20 04:00:45] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002531 10.0.0.22 - - [2025-10-20 04:00:45] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044680 10.0.0.27 - - [2025-10-20 04:00:45] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.22 - - [2025-10-20 04:00:45] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?fields=security_groups HTTP/1.1" 200 1254 0.039072 10.0.0.22 - - [2025-10-20 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.022803 10.0.0.27 - - [2025-10-20 04:00:46] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.27 - - [2025-10-20 04:00:46] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.27 - - [2025-10-20 04:00:46] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006494 10.0.0.27 - - [2025-10-20 04:00:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.004297 10.0.0.27 - - [2025-10-20 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.006418 10.0.0.27 - - [2025-10-20 04:00:46] "POST /security-groups HTTP/1.1" 200 591 0.029659 10.0.0.27 - - [2025-10-20 04:00:46] "POST /projects HTTP/1.1" 200 585 0.242525 10.0.0.22 - - [2025-10-20 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.006352 10.0.0.27 - - [2025-10-20 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.312062 10.0.0.22 - - [2025-10-20 04:00:46] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.441698 10.0.0.22 - - [2025-10-20 04:00:47] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.22 - - [2025-10-20 04:00:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-10-20 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.028765 10.0.0.22 - - [2025-10-20 04:00:50] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005228 10.0.0.22 - - [2025-10-20 04:00:50] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002983 10.0.0.22 - - [2025-10-20 04:00:50] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002781 10.0.0.22 - - [2025-10-20 04:00:50] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.012094 10.0.0.22 - - [2025-10-20 04:00:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.020078 10.0.0.27 - - [2025-10-20 04:00:51] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003350 10.0.0.27 - - [2025-10-20 04:00:51] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.27 - - [2025-10-20 04:00:51] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007334 10.0.0.27 - - [2025-10-20 04:00:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.011722 10.0.0.27 - - [2025-10-20 04:00:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.006899 10.0.0.27 - - [2025-10-20 04:00:52] "POST /security-groups HTTP/1.1" 200 591 0.028162 10.0.0.27 - - [2025-10-20 04:00:52] "POST /projects HTTP/1.1" 200 585 0.278389 10.0.0.22 - - [2025-10-20 04:00:52] "POST /access-control-lists HTTP/1.1" 200 596 0.027699 10.0.0.27 - - [2025-10-20 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.348693 10.0.0.22 - - [2025-10-20 04:00:52] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.491057 10.0.0.22 - - [2025-10-20 04:00:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.029552 10.0.0.27 - - [2025-10-20 04:00:52] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002590 10.0.0.27 - - [2025-10-20 04:00:52] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.27 - - [2025-10-20 04:00:52] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011424 10.0.0.27 - - [2025-10-20 04:00:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.006686 10.0.0.27 - - [2025-10-20 04:00:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.006353 10.0.0.27 - - [2025-10-20 04:00:53] "POST /security-groups HTTP/1.1" 200 591 0.038222 10.0.0.22 - - [2025-10-20 04:00:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003820 10.0.0.27 - - [2025-10-20 04:00:53] "POST /projects HTTP/1.1" 200 585 0.268268 10.0.0.27 - - [2025-10-20 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.337457 10.0.0.22 - - [2025-10-20 04:00:53] "POST /access-control-lists HTTP/1.1" 200 594 0.026398 10.0.0.22 - - [2025-10-20 04:00:53] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.490119 10.0.0.22 - - [2025-10-20 04:00:53] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.22 - - [2025-10-20 04:00:54] "GET / HTTP/1.1" 200 35931 0.001319 10.0.0.22 - - [2025-10-20 04:00:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.003099 10.0.0.22 - - [2025-10-20 04:00:54] "POST /api-access-lists HTTP/1.1" 200 521 0.026879 10.0.0.22 - - [2025-10-20 04:00:55] "GET /api-access-list/b17beaa1-9eca-4383-be0e-2c9dd5e80336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005744 10.0.0.22 - - [2025-10-20 04:00:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2025-10-20 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.044987 10.0.0.27 - - [2025-10-20 04:00:55] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.22 - - [2025-10-20 04:00:55] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052414 10.0.0.22 - - [2025-10-20 04:00:55] "GET /virtual-networks?parent_id=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017471 10.0.0.22 - - [2025-10-20 04:00:56] "POST /virtual-networks HTTP/1.1" 200 583 0.095448 10.0.0.22 - - [2025-10-20 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.044203 10.0.0.22 - - [2025-10-20 04:00:56] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.015950 10.0.0.27 - - [2025-10-20 04:00:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004911 10.0.0.22 - - [2025-10-20 04:00:56] "POST /ref-update HTTP/1.1" 200 156 0.083992 10.0.0.22 - - [2025-10-20 04:00:56] "POST /neutron/network HTTP/1.1" 200 846 0.051693 10.0.0.22 - - [2025-10-20 04:00:56] "GET /virtual-network/3a15cc43-cf3e-4a69-822b-ff06de36953b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.021327 10.0.0.22 - - [2025-10-20 04:00:56] "POST /neutron/subnet HTTP/1.1" 200 669 0.044860 10.0.0.22 - - [2025-10-20 04:00:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-10-20 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.039486 10.0.0.27 - - [2025-10-20 04:00:57] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.22 - - [2025-10-20 04:00:57] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055774 10.0.0.22 - - [2025-10-20 04:00:57] "GET /virtual-networks?parent_id=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025164 10.0.0.22 - - [2025-10-20 04:00:57] "POST /virtual-networks HTTP/1.1" 200 583 0.094723 10.0.0.22 - - [2025-10-20 04:00:57] "POST /route-targets HTTP/1.1" 200 327 0.017923 10.0.0.22 - - [2025-10-20 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.052325 10.0.0.22 - - [2025-10-20 04:00:57] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018549 10.0.0.27 - - [2025-10-20 04:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008536 10.0.0.22 - - [2025-10-20 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.100778 10.0.0.22 - - [2025-10-20 04:00:57] "GET /virtual-network/5a0bd56a-ec61-474b-bf86-f819059dd72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.018778 10.0.0.22 - - [2025-10-20 04:00:57] "POST /neutron/network HTTP/1.1" 200 848 0.052133 10.0.0.22 - - [2025-10-20 04:00:58] "PUT /virtual-network/3a15cc43-cf3e-4a69-822b-ff06de36953b HTTP/1.1" 200 264 0.049360 10.0.0.22 - - [2025-10-20 04:00:58] "PUT /virtual-network/3a15cc43-cf3e-4a69-822b-ff06de36953b HTTP/1.1" 200 264 0.065553 10.0.0.27 - - [2025-10-20 04:00:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.27 - - [2025-10-20 04:00:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003990 10.0.0.22 - - [2025-10-20 04:00:58] "DELETE /virtual-network/5a0bd56a-ec61-474b-bf86-f819059dd72e HTTP/1.1" 200 115 0.131413 10.0.0.22 - - [2025-10-20 04:00:59] "DELETE /route-target/8081a236-ec70-41b1-886a-67a97c3d2a13 HTTP/1.1" 200 115 0.028842 10.0.0.27 - - [2025-10-20 04:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.27 - - [2025-10-20 04:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004745 10.0.0.22 - - [2025-10-20 04:00:59] "DELETE /virtual-network/3a15cc43-cf3e-4a69-822b-ff06de36953b HTTP/1.1" 200 115 0.133459 10.0.0.22 - - [2025-10-20 04:00:59] "DELETE /api-access-list/b17beaa1-9eca-4383-be0e-2c9dd5e80336 HTTP/1.1" 200 115 0.035820 10.0.0.27 - - [2025-10-20 04:00:59] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.22 - - [2025-10-20 04:00:59] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045333 10.0.0.27 - - [2025-10-20 04:00:59] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.22 - - [2025-10-20 04:00:59] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?fields=virtual_networks HTTP/1.1" 200 1042 0.046353 10.0.0.27 - - [2025-10-20 04:00:59] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.22 - - [2025-10-20 04:00:59] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.041174 10.0.0.27 - - [2025-10-20 04:00:59] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891 10.0.0.22 - - [2025-10-20 04:00:59] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?fields=security_groups HTTP/1.1" 200 1268 0.049629 10.0.0.27 - - [2025-10-20 04:01:00] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.22 - - [2025-10-20 04:01:00] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039212 10.0.0.27 - - [2025-10-20 04:01:00] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.22 - - [2025-10-20 04:01:00] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?fields=virtual_networks HTTP/1.1" 200 1042 0.044711 10.0.0.27 - - [2025-10-20 04:01:00] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.22 - - [2025-10-20 04:01:00] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.042614 10.0.0.27 - - [2025-10-20 04:01:00] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.22 - - [2025-10-20 04:01:00] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?fields=security_groups HTTP/1.1" 200 1268 0.044360 10.0.0.27 - - [2025-10-20 04:01:00] "GET /obj-perms HTTP/1.1" 200 5056 0.344489 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /project/c44c433473c7454b8654079d53e12fe6 HTTP/1.1" 404 173 0.013000 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /project/4f863c87374f4e929cc55998f9779de6 HTTP/1.1" 404 173 0.023119 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /project/6edabc705e4f4523963b07a7897e1fb9 HTTP/1.1" 404 173 0.017772 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000802 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000768 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000745 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000761 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000716 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.056515 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.077669 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.091729 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.114726 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002270 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.133864 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001345 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?fields=security_groups HTTP/1.1" 200 1358 0.126410 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?fields=security_groups HTTP/1.1" 200 1359 0.141054 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?fields=security_groups HTTP/1.1" 200 1373 0.128733 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?fields=security_groups HTTP/1.1" 200 1373 0.171911 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?fields=security_groups HTTP/1.1" 200 1359 0.154762 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /security-group/bb5c0bf0-8b05-42d4-ba48-7bfcd2e5d6d0 HTTP/1.1" 200 115 0.192156 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=7bff6644-f4ec-4728-b691-867a87015b96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.22 - - [2025-10-20 04:01:03] "DELETE /access-control-list/218e4a2c-92b5-4c81-bec3-af1bc2a4e9a9 HTTP/1.1" 200 115 0.105778 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /security-group/8bc079e7-ffe8-4cee-80f6-9931cf6f0ab9 HTTP/1.1" 200 115 0.192842 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c44c4334-73c7-454b-8654-079d53e12fe6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001756 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /security-group/487faffb-9033-4ea2-873e-f6f6ebc157b3 HTTP/1.1" 200 115 0.216827 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/7bff6644-f4ec-4728-b691-867a87015b96?fields=application_policy_sets HTTP/1.1" 200 1397 0.098608 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=e50f8c41-c62d-4206-be29-d2254c03fe8d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002251 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /security-group/532e7b35-2dc5-4d93-a298-aae2afb1c260 HTTP/1.1" 200 115 0.229271 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=4f863c87-374f-4e92-9cc5-5998f9779de6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.27 - - [2025-10-20 04:01:03] "DELETE /security-group/84fceec4-fa55-465c-a61b-45f9eced4609 HTTP/1.1" 200 115 0.217887 10.0.0.27 - - [2025-10-20 04:01:03] "GET /projects?obj_uuids=c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c44c4334-73c7-454b-8654-079d53e12fe6?fields=application_policy_sets HTTP/1.1" 200 1412 0.115052 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/4f863c87-374f-4e92-9cc5-5998f9779de6?fields=application_policy_sets HTTP/1.1" 200 1412 0.087831 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/e50f8c41-c62d-4206-be29-d2254c03fe8d?fields=application_policy_sets HTTP/1.1" 200 1398 0.130036 10.0.0.27 - - [2025-10-20 04:01:03] "GET /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f?fields=application_policy_sets HTTP/1.1" 200 1398 0.121372 10.0.0.27 - - [2025-10-20 04:01:04] "DELETE /project/e50f8c41-c62d-4206-be29-d2254c03fe8d HTTP/1.1" 409 225 0.888035 10.0.0.27 - - [2025-10-20 04:01:04] "DELETE /project/4f863c87-374f-4e92-9cc5-5998f9779de6 HTTP/1.1" 200 115 1.034769 10.0.0.27 - - [2025-10-20 04:01:04] "DELETE /project/7bff6644-f4ec-4728-b691-867a87015b96 HTTP/1.1" 200 115 1.037662 10.0.0.27 - - [2025-10-20 04:01:04] "DELETE /project/c44c4334-73c7-454b-8654-079d53e12fe6 HTTP/1.1" 200 115 1.093473 10.0.0.22 - - [2025-10-20 04:01:04] "DELETE /access-control-list/fec25726-901f-4150-97c8-db9b69fa6e9b HTTP/1.1" 200 115 0.107919 10.0.0.27 - - [2025-10-20 04:01:04] "DELETE /project/c5a4ccc8-caf9-44d2-b519-fd84e4b7e71f HTTP/1.1" 200 115 1.152800 10.0.0.22 - - [2025-10-20 04:01:04] "DELETE /access-control-list/5f00db65-b2db-4fb8-a393-cec4218127dc HTTP/1.1" 200 115 0.035416 10.0.0.22 - - [2025-10-20 04:01:04] "DELETE /access-control-list/8966e2db-4afa-4a77-8c70-9dca51c6614c HTTP/1.1" 200 115 0.027661 10.0.0.22 - - [2025-10-20 04:01:04] "GET / HTTP/1.1" 200 35931 0.004723 10.0.0.22 - - [2025-10-20 04:01:05] "GET / HTTP/1.1" 200 35931 0.001413 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.064048 10.0.0.27 - - [2025-10-20 04:01:06] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.22 - - [2025-10-20 04:01:06] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060370 10.0.0.22 - - [2025-10-20 04:01:06] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011831 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.012357 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.013818 10.0.0.27 - - [2025-10-20 04:01:06] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.22 - - [2025-10-20 04:01:06] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017081 10.0.0.22 - - [2025-10-20 04:01:06] "POST /service-templates HTTP/1.1" 403 264 0.011841 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.002982 10.0.0.22 - - [2025-10-20 04:01:06] "POST /api-access-lists HTTP/1.1" 200 555 0.024356 10.0.0.22 - - [2025-10-20 04:01:06] "GET /api-access-list/f572009b-3f0c-47cb-b263-073a57330337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006311 10.0.0.22 - - [2025-10-20 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.016150 10.0.0.27 - - [2025-10-20 04:01:06] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.22 - - [2025-10-20 04:01:06] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060598 10.0.0.22 - - [2025-10-20 04:01:07] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015323 10.0.0.22 - - [2025-10-20 04:01:07] "POST /virtual-networks HTTP/1.1" 200 583 0.106318 10.0.0.22 - - [2025-10-20 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.039516 10.0.0.22 - - [2025-10-20 04:01:07] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018521 10.0.0.27 - - [2025-10-20 04:01:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007788 10.0.0.22 - - [2025-10-20 04:01:07] "POST /ref-update HTTP/1.1" 200 156 0.092704 10.0.0.22 - - [2025-10-20 04:01:07] "POST /neutron/network HTTP/1.1" 200 847 0.052621 10.0.0.22 - - [2025-10-20 04:01:07] "GET /virtual-network/0b2f8bbb-5664-4fc9-ad35-fb6a235175de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.022192 10.0.0.22 - - [2025-10-20 04:01:07] "POST /neutron/network HTTP/1.1" 200 847 0.064031 10.0.0.22 - - [2025-10-20 04:01:07] "GET /virtual-network/0b2f8bbb-5664-4fc9-ad35-fb6a235175de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.005782 10.0.0.22 - - [2025-10-20 04:01:07] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004156 10.0.0.22 - - [2025-10-20 04:01:08] "GET /virtual-network/0b2f8bbb-5664-4fc9-ad35-fb6a235175de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.004990 10.0.0.22 - - [2025-10-20 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.020239 10.0.0.22 - - [2025-10-20 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016145 10.0.0.27 - - [2025-10-20 04:01:09] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.22 - - [2025-10-20 04:01:09] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022226 10.0.0.22 - - [2025-10-20 04:01:09] "POST /service-templates HTTP/1.1" 403 264 0.012693 10.0.0.22 - - [2025-10-20 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.004163 10.0.0.22 - - [2025-10-20 04:01:09] "POST /api-access-lists HTTP/1.1" 200 521 0.021861 10.0.0.22 - - [2025-10-20 04:01:09] "GET /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005505 10.0.0.22 - - [2025-10-20 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.016837 10.0.0.22 - - [2025-10-20 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016635 10.0.0.27 - - [2025-10-20 04:01:09] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.22 - - [2025-10-20 04:01:09] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020961 10.0.0.22 - - [2025-10-20 04:01:09] "POST /service-templates HTTP/1.1" 200 551 0.045240 10.0.0.22 - - [2025-10-20 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.024413 10.0.0.22 - - [2025-10-20 04:01:10] "GET /service-template/be9a1448-2079-4991-9d6f-ffd2376bbefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.020502 10.0.0.22 - - [2025-10-20 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.019009 10.0.0.22 - - [2025-10-20 04:01:10] "GET /service-template/be9a1448-2079-4991-9d6f-ffd2376bbefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.016718 10.0.0.22 - - [2025-10-20 04:01:10] "GET /api-access-list/f572009b-3f0c-47cb-b263-073a57330337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003782 10.0.0.22 - - [2025-10-20 04:01:10] "PUT /api-access-list/f572009b-3f0c-47cb-b263-073a57330337 HTTP/1.1" 200 264 0.011475 10.0.0.22 - - [2025-10-20 04:01:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-10-20 04:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037103 10.0.0.27 - - [2025-10-20 04:01:11] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.22 - - [2025-10-20 04:01:11] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.063845 10.0.0.22 - - [2025-10-20 04:01:11] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.027387 10.0.0.22 - - [2025-10-20 04:01:11] "POST /virtual-networks HTTP/1.1" 403 263 0.013877 10.0.0.22 - - [2025-10-20 04:01:11] "GET /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003782 10.0.0.22 - - [2025-10-20 04:01:11] "PUT /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0 HTTP/1.1" 200 264 0.012053 10.0.0.22 - - [2025-10-20 04:01:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.014514 10.0.0.22 - - [2025-10-20 04:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.016304 10.0.0.27 - - [2025-10-20 04:01:12] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.22 - - [2025-10-20 04:01:12] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022951 10.0.0.22 - - [2025-10-20 04:01:12] "POST /service-templates HTTP/1.1" 403 264 0.013529 10.0.0.22 - - [2025-10-20 04:01:12] "GET /api-access-list/f572009b-3f0c-47cb-b263-073a57330337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003744 10.0.0.22 - - [2025-10-20 04:01:12] "PUT /api-access-list/f572009b-3f0c-47cb-b263-073a57330337 HTTP/1.1" 200 264 0.010126 10.0.0.22 - - [2025-10-20 04:01:12] "GET /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003867 10.0.0.22 - - [2025-10-20 04:01:12] "PUT /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0 HTTP/1.1" 200 264 0.011835 10.0.0.22 - - [2025-10-20 04:01:13] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004576 10.0.0.22 - - [2025-10-20 04:01:13] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.011307 10.0.0.22 - - [2025-10-20 04:01:13] "DELETE /api-access-list/f572009b-3f0c-47cb-b263-073a57330337 HTTP/1.1" 200 115 0.031383 10.0.0.22 - - [2025-10-20 04:01:13] "DELETE /api-access-list/600dfca2-4c3b-47e7-b375-4984a98c1dc0 HTTP/1.1" 200 115 0.028572 10.0.0.22 - - [2025-10-20 04:01:13] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003504 10.0.0.22 - - [2025-10-20 04:01:13] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.011958 10.0.0.22 - - [2025-10-20 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.017318 10.0.0.22 - - [2025-10-20 04:01:14] "DELETE /service-template/be9a1448-2079-4991-9d6f-ffd2376bbefc HTTP/1.1" 200 115 0.034921 10.0.0.22 - - [2025-10-20 04:01:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.019950 10.0.0.27 - - [2025-10-20 04:01:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.27 - - [2025-10-20 04:01:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.22 - - [2025-10-20 04:01:14] "DELETE /virtual-network/0b2f8bbb-5664-4fc9-ad35-fb6a235175de HTTP/1.1" 200 115 0.120610 10.0.0.22 - - [2025-10-20 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.22 - - [2025-10-20 04:01:14] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006522 10.0.0.22 - - [2025-10-20 04:01:14] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.017628 10.0.0.22 - - [2025-10-20 04:01:14] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005646 10.0.0.22 - - [2025-10-20 04:01:14] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.014291 10.0.0.22 - - [2025-10-20 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2025-10-20 04:01:17] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.22 - - [2025-10-20 04:01:17] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039861 10.0.0.27 - - [2025-10-20 04:01:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006900 10.0.0.22 - - [2025-10-20 04:01:17] "POST /neutron/subnet HTTP/1.1" 200 733 0.196776 10.0.0.22 - - [2025-10-20 04:01:17] "POST /id-to-fqname HTTP/1.1" 200 240 0.001107 10.0.0.22 - - [2025-10-20 04:01:17] "GET /virtual-network/984d13c3-d46c-4d08-8df9-d91e3fb43999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004580 10.0.0.22 - - [2025-10-20 04:01:17] "GET /virtual-network/984d13c3-d46c-4d08-8df9-d91e3fb43999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005426 10.0.0.22 - - [2025-10-20 04:01:17] "POST /neutron/network HTTP/1.1" 200 864 0.006308 10.0.0.22 - - [2025-10-20 04:01:17] "GET /virtual-network/984d13c3-d46c-4d08-8df9-d91e3fb43999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005300 10.0.0.22 - - [2025-10-20 04:01:17] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003234 10.0.0.22 - - [2025-10-20 04:01:17] "POST /ref-update HTTP/1.1" 200 156 0.019663 10.0.0.22 - - [2025-10-20 04:01:18] "GET /virtual-network/984d13c3-d46c-4d08-8df9-d91e3fb43999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005222 10.0.0.22 - - [2025-10-20 04:01:18] "GET /obj-perms HTTP/1.1" 200 5030 0.052414 10.0.0.22 - - [2025-10-20 04:01:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003253 10.0.0.22 - - [2025-10-20 04:01:18] "POST /api-access-lists HTTP/1.1" 200 555 0.036567 10.0.0.22 - - [2025-10-20 04:01:18] "GET /api-access-list/54da192c-87a6-4323-823e-201f5410a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.005487 10.0.0.22 - - [2025-10-20 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015480 10.0.0.27 - - [2025-10-20 04:01:18] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001157 10.0.0.22 - - [2025-10-20 04:01:18] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062171 10.0.0.22 - - [2025-10-20 04:01:18] "POST /neutron/network HTTP/1.1" 200 117 0.055238 10.0.0.22 - - [2025-10-20 04:01:19] "POST /neutron/network HTTP/1.1" 200 693 0.039675 10.0.0.22 - - [2025-10-20 04:01:19] "POST /id-to-fqname HTTP/1.1" 200 240 0.013941 10.0.0.22 - - [2025-10-20 04:01:19] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.018395 10.0.0.22 - - [2025-10-20 04:01:19] "POST /neutron/network HTTP/1.1" 200 861 0.029412 10.0.0.22 - - [2025-10-20 04:01:19] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.017907 10.0.0.22 - - [2025-10-20 04:01:19] "POST /neutron/network HTTP/1.1" 200 861 0.007156 10.0.0.22 - - [2025-10-20 04:01:19] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005434 10.0.0.22 - - [2025-10-20 04:01:19] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004762 10.0.0.22 - - [2025-10-20 04:01:20] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005638 10.0.0.254 - - [2025-10-20 04:01:20] "GET /obj-perms HTTP/1.1" 200 5030 0.043464 10.0.0.27 - - [2025-10-20 04:01:20] "GET /obj-perms HTTP/1.1" 200 5030 0.045838 10.0.0.22 - - [2025-10-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.016110 10.0.0.22 - - [2025-10-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 404 264 0.006594 10.0.0.22 - - [2025-10-20 04:01:20] "POST /access-control-lists HTTP/1.1" 200 624 0.025868 10.0.0.22 - - [2025-10-20 04:01:21] "PUT /access-control-list/6c3a35a9-6599-4652-8ab6-cffc4b85aa13 HTTP/1.1" 200 272 0.023791 10.0.0.22 - - [2025-10-20 04:01:21] "POST /neutron/security_group HTTP/1.1" 200 2084 0.019779 10.0.0.27 - - [2025-10-20 04:01:21] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.22 - - [2025-10-20 04:01:21] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.266046 10.0.0.22 - - [2025-10-20 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.031890 10.0.0.22 - - [2025-10-20 04:01:22] "GET /security-group/087de068-f722-4920-8875-f17a61870a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.015581 10.0.0.27 - - [2025-10-20 04:01:22] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.22 - - [2025-10-20 04:01:22] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.091484 10.0.0.22 - - [2025-10-20 04:01:22] "POST /id-to-fqname HTTP/1.1" 200 240 0.012507 10.0.0.27 - - [2025-10-20 04:01:23] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.22 - - [2025-10-20 04:01:23] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.074853 10.0.0.22 - - [2025-10-20 04:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.024263 10.0.0.22 - - [2025-10-20 04:01:24] "POST /neutron/network HTTP/1.1" 200 871 0.031468 10.0.0.22 - - [2025-10-20 04:01:25] "POST /neutron/port HTTP/1.1" 200 1057 0.017695 10.0.0.22 - - [2025-10-20 04:01:25] "POST /neutron/port HTTP/1.1" 200 1085 0.032285 10.0.0.22 - - [2025-10-20 04:01:25] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.22 - - [2025-10-20 04:01:26] "POST /neutron/port HTTP/1.1" 200 1085 0.016671 10.0.0.22 - - [2025-10-20 04:01:26] "POST /neutron/subnet HTTP/1.1" 200 684 0.008298 10.0.0.22 - - [2025-10-20 04:01:29] "POST /neutron/port HTTP/1.1" 200 1085 0.013395 10.0.0.22 - - [2025-10-20 04:01:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010067 10.0.0.22 - - [2025-10-20 04:01:29] "POST /neutron/port HTTP/1.1" 200 1085 0.014361 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 401 292 0.000363 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.041007 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.019454 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine-interface/5e069c01-c001-4d00-bec0-4777980a884f HTTP/1.1" 200 3023 0.021316 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.016214 10.0.0.22 - - [2025-10-20 04:01:29] "GET /virtual-machine-interface/5e069c01-c001-4d00-bec0-4777980a884f HTTP/1.1" 200 3023 0.023664 10.0.0.22 - - [2025-10-20 04:01:30] "GET /instance-ip/e790060a-e169-4fb9-8210-5a4abc2011cc HTTP/1.1" 200 1637 0.022420 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.014588 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-machine-interface/5e069c01-c001-4d00-bec0-4777980a884f HTTP/1.1" 200 3023 0.023674 10.0.0.22 - - [2025-10-20 04:01:30] "GET /instance-ip/e790060a-e169-4fb9-8210-5a4abc2011cc HTTP/1.1" 200 1637 0.017183 10.0.0.22 - - [2025-10-20 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.016913 10.0.0.22 - - [2025-10-20 04:01:30] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.22 - - [2025-10-20 04:01:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.22 - - [2025-10-20 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022908 10.0.0.22 - - [2025-10-20 04:01:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003142 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019161 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.017281 10.0.0.22 - - [2025-10-20 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.025440 10.0.0.22 - - [2025-10-20 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-10-20 04:01:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004618 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020160 10.0.0.22 - - [2025-10-20 04:01:30] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.021501 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.014852 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.22 - - [2025-10-20 04:01:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003614 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027136 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.020443 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.016379 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.22 - - [2025-10-20 04:01:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003905 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020008 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.019172 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.021808 10.0.0.22 - - [2025-10-20 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.22 - - [2025-10-20 04:01:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003167 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022368 10.0.0.22 - - [2025-10-20 04:01:31] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.020357 10.0.0.22 - - [2025-10-20 04:01:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007691 10.0.0.22 - - [2025-10-20 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014771 10.0.0.22 - - [2025-10-20 04:01:34] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.017505 10.0.0.22 - - [2025-10-20 04:01:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.014634 10.0.0.22 - - [2025-10-20 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.22 - - [2025-10-20 04:01:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002859 10.0.0.22 - - [2025-10-20 04:01:36] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018171 10.0.0.22 - - [2025-10-20 04:01:36] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.019593 10.0.0.22 - - [2025-10-20 04:01:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.015356 10.0.0.22 - - [2025-10-20 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.22 - - [2025-10-20 04:01:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002911 10.0.0.22 - - [2025-10-20 04:01:36] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019036 10.0.0.22 - - [2025-10-20 04:01:37] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.021482 10.0.0.22 - - [2025-10-20 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016761 10.0.0.22 - - [2025-10-20 04:01:37] "GET /routing-instance/1db0ad81-fefe-468b-84f7-5295cc2c234e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019849 10.0.0.22 - - [2025-10-20 04:01:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.015830 10.0.0.22 - - [2025-10-20 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-10-20 04:01:37] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.22 - - [2025-10-20 04:01:37] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024695 10.0.0.22 - - [2025-10-20 04:01:37] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.029900 10.0.0.22 - - [2025-10-20 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014914 10.0.0.22 - - [2025-10-20 04:01:37] "GET /routing-instance/1db0ad81-fefe-468b-84f7-5295cc2c234e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.016844 10.0.0.27 - - [2025-10-20 04:01:39] "GET /obj-perms HTTP/1.1" 403 257 0.033664 10.0.0.27 - - [2025-10-20 04:01:41] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015886 10.0.0.27 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.254 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.254 - - [2025-10-20 04:01:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.254 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.254 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-10-20 04:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-10-20 04:01:46] "GET /obj-perms HTTP/1.1" 403 257 0.012716 10.0.0.27 - - [2025-10-20 04:01:48] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016392 10.0.0.22 - - [2025-10-20 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.22 - - [2025-10-20 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-10-20 04:01:50] "GET /obj-perms HTTP/1.1" 403 257 0.012237 10.0.0.22 - - [2025-10-20 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.22 - - [2025-10-20 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-10-20 04:01:50] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016742 10.0.0.22 - - [2025-10-20 04:01:50] "GET /obj-perms HTTP/1.1" 403 257 0.033080 10.0.0.22 - - [2025-10-20 04:01:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003414 10.0.0.22 - - [2025-10-20 04:01:51] "GET /obj-perms HTTP/1.1" 403 257 0.032641 10.0.0.22 - - [2025-10-20 04:01:51] "GET /obj-perms HTTP/1.1" 403 257 0.012121 10.0.0.254 - - [2025-10-20 04:01:52] "GET /obj-perms HTTP/1.1" 403 257 0.031801 10.0.0.22 - - [2025-10-20 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015082 10.0.0.27 - - [2025-10-20 04:01:52] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.22 - - [2025-10-20 04:01:52] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.074037 10.0.0.22 - - [2025-10-20 04:01:52] "GET /virtual-network/984d13c3-d46c-4d08-8df9-d91e3fb43999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.025852 10.0.0.22 - - [2025-10-20 04:01:52] "GET /floating-ip-pools?parent_id=984d13c3-d46c-4d08-8df9-d91e3fb43999&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.022796 10.0.0.22 - - [2025-10-20 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.016486 10.0.0.22 - - [2025-10-20 04:01:52] "GET /floating-ip-pool/c0ff3084-3f07-4b51-84d7-f6fd4a3e9630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.016443 10.0.0.27 - - [2025-10-20 04:01:52] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.22 - - [2025-10-20 04:01:52] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075095 10.0.0.22 - - [2025-10-20 04:01:52] "POST /floating-ips HTTP/1.1" 200 616 0.094728 10.0.0.22 - - [2025-10-20 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.022268 10.0.0.22 - - [2025-10-20 04:01:53] "GET /floating-ip/2f6a4bca-19b9-4f0f-87df-cac168d52554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.018286 10.0.0.22 - - [2025-10-20 04:01:53] "GET /floating-ip/2f6a4bca-19b9-4f0f-87df-cac168d52554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.028076 10.0.0.22 - - [2025-10-20 04:01:53] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018646 10.0.0.22 - - [2025-10-20 04:01:53] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.018151 10.0.0.22 - - [2025-10-20 04:01:53] "GET /virtual-machine-interface/5e069c01-c001-4d00-bec0-4777980a884f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.021742 10.0.0.22 - - [2025-10-20 04:01:53] "POST /ref-update HTTP/1.1" 200 156 0.024324 10.0.0.22 - - [2025-10-20 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.015034 10.0.0.22 - - [2025-10-20 04:01:53] "GET /routing-instance/f1f76503-d6f7-4cb0-924f-2dda02c8702a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.016192 10.0.0.22 - - [2025-10-20 04:01:53] "POST /neutron/port HTTP/1.1" 200 1085 0.067683 10.0.0.22 - - [2025-10-20 04:01:54] "POST /neutron/port HTTP/1.1" 200 1152 0.209294 10.0.0.22 - - [2025-10-20 04:01:54] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.017380 10.0.0.22 - - [2025-10-20 04:01:54] "GET /virtual-machine-interface/5e069c01-c001-4d00-bec0-4777980a884f HTTP/1.1" 200 3585 0.021625 10.0.0.22 - - [2025-10-20 04:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013748 10.0.0.22 - - [2025-10-20 04:01:54] "GET /security-group/087de068-f722-4920-8875-f17a61870a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.017942 10.0.0.22 - - [2025-10-20 04:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017628 10.0.0.22 - - [2025-10-20 04:01:54] "GET /security-group/087de068-f722-4920-8875-f17a61870a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.019003 10.0.0.22 - - [2025-10-20 04:01:54] "DELETE /floating-ip/2f6a4bca-19b9-4f0f-87df-cac168d52554 HTTP/1.1" 200 115 0.072936 10.0.0.22 - - [2025-10-20 04:01:54] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 200 1293 0.020590 10.0.0.22 - - [2025-10-20 04:01:55] "POST /neutron/port HTTP/1.1" 200 1152 0.013083 10.0.0.22 - - [2025-10-20 04:01:56] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 404 171 0.015787 10.0.0.22 - - [2025-10-20 04:01:56] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 404 171 0.011615 10.0.0.22 - - [2025-10-20 04:01:56] "GET /virtual-machine/ed9612a8-fc9c-4aa9-96ff-924a84377687 HTTP/1.1" 404 171 0.011772 10.0.0.22 - - [2025-10-20 04:01:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.014962 10.0.0.22 - - [2025-10-20 04:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.22 - - [2025-10-20 04:01:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002996 10.0.0.22 - - [2025-10-20 04:01:57] "GET /virtual-networks?parent_id=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.042471 10.0.0.22 - - [2025-10-20 04:01:57] "GET /virtual-network/e0da254f-f3d3-43cf-ada9-70cb97fe0c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.022338 10.0.0.22 - - [2025-10-20 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.019061 10.0.0.22 - - [2025-10-20 04:01:57] "GET /routing-instance/1db0ad81-fefe-468b-84f7-5295cc2c234e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019207 10.0.0.22 - - [2025-10-20 04:01:57] "GET /obj-perms HTTP/1.1" 403 257 0.011361 10.0.0.22 - - [2025-10-20 04:01:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003822 10.0.0.254 - - [2025-10-20 04:02:00] "GET /obj-perms HTTP/1.1" 200 5030 0.003794 10.0.0.27 - - [2025-10-20 04:02:01] "GET /obj-perms HTTP/1.1" 200 5056 0.043464 10.0.0.22 - - [2025-10-20 04:02:06] "GET /obj-perms HTTP/1.1" 200 5030 0.006100 10.0.0.254 - - [2025-10-20 04:02:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004149 10.0.0.22 - - [2025-10-20 04:02:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003853 10.0.0.254 - - [2025-10-20 04:02:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004327 10.0.0.22 - - [2025-10-20 04:02:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003268 10.0.0.254 - - [2025-10-20 04:02:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003307 10.0.0.22 - - [2025-10-20 04:02:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.083903 10.0.0.22 - - [2025-10-20 04:02:22] "DELETE /access-control-list/25dfbf9b-6387-4bbb-94bb-edc63695f765 HTTP/1.1" 200 115 0.056418 10.0.0.22 - - [2025-10-20 04:02:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.044073 10.0.0.22 - - [2025-10-20 04:02:23] "DELETE /route-target/2cbc09e1-635a-4375-822c-6cb37af19606 HTTP/1.1" 200 115 0.022489 10.0.0.22 - - [2025-10-20 04:02:23] "DELETE /api-access-list/54da192c-87a6-4323-823e-201f5410a81a HTTP/1.1" 200 115 0.053527 10.0.0.22 - - [2025-10-20 04:02:23] "POST /neutron/network HTTP/1.1" 200 864 0.010266 10.0.0.22 - - [2025-10-20 04:02:25] "GET /api-access-list/15672da3-4399-43af-97d8-83af55edf732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004390 10.0.0.22 - - [2025-10-20 04:02:25] "PUT /api-access-list/15672da3-4399-43af-97d8-83af55edf732 HTTP/1.1" 200 264 0.010650 10.0.0.27 - - [2025-10-20 04:02:25] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.22 - - [2025-10-20 04:02:25] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.046228 10.0.0.27 - - [2025-10-20 04:02:25] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000798 10.0.0.22 - - [2025-10-20 04:02:25] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?fields=virtual_networks HTTP/1.1" 200 1042 0.059727 10.0.0.27 - - [2025-10-20 04:02:25] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.22 - - [2025-10-20 04:02:25] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.085258 10.0.0.27 - - [2025-10-20 04:02:25] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.22 - - [2025-10-20 04:02:25] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?fields=security_groups HTTP/1.1" 200 1268 0.047481 10.0.0.27 - - [2025-10-20 04:02:26] "GET /projects?obj_uuids=9203d4db-21bf-4463-af2c-874e1272154a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002199 10.0.0.22 - - [2025-10-20 04:02:26] "GET /project/9203d4db-21bf-4463-af2c-874e1272154a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.047916 [Introspect:8084]10.0.0.22 - - [2025-10-20 04:02:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001080 10.0.0.22 - - [2025-10-20 04:02:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.023064 10.0.0.27 - - [2025-10-20 04:02:30] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003018 10.0.0.27 - - [2025-10-20 04:02:30] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.27 - - [2025-10-20 04:02:30] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007215 10.0.0.27 - - [2025-10-20 04:02:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.004399 10.0.0.27 - - [2025-10-20 04:02:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.005090 10.0.0.27 - - [2025-10-20 04:02:30] "POST /security-groups HTTP/1.1" 200 592 0.080838 10.0.0.22 - - [2025-10-20 04:02:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.003090 10.0.0.27 - - [2025-10-20 04:02:30] "POST /projects HTTP/1.1" 200 587 0.292220 10.0.0.27 - - [2025-10-20 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.360713 10.0.0.22 - - [2025-10-20 04:02:30] "POST /access-control-lists HTTP/1.1" 200 595 0.029012 10.0.0.22 - - [2025-10-20 04:02:30] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.493513 10.0.0.22 - - [2025-10-20 04:02:31] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.22 - - [2025-10-20 04:02:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-10-20 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.061261 10.0.0.27 - - [2025-10-20 04:02:33] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.22 - - [2025-10-20 04:02:33] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.037197 10.0.0.27 - - [2025-10-20 04:02:34] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.22 - - [2025-10-20 04:02:34] "POST /neutron/network HTTP/1.1" 200 608 0.144776 10.0.0.22 - - [2025-10-20 04:02:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.004072 10.0.0.22 - - [2025-10-20 04:02:34] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006416 10.0.0.22 - - [2025-10-20 04:02:34] "POST /neutron/network HTTP/1.1" 200 825 0.008270 10.0.0.22 - - [2025-10-20 04:02:34] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005075 10.0.0.22 - - [2025-10-20 04:02:35] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005292 10.0.0.22 - - [2025-10-20 04:02:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001537 10.0.0.22 - - [2025-10-20 04:02:36] "POST /neutron/network HTTP/1.1" 200 835 0.006399 10.0.0.27 - - [2025-10-20 04:02:37] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.22 - - [2025-10-20 04:02:37] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060063 10.0.0.22 - - [2025-10-20 04:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.006078 10.0.0.22 - - [2025-10-20 04:02:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001190 10.0.0.22 - - [2025-10-20 04:02:37] "POST /neutron/network HTTP/1.1" 200 835 0.006116 10.0.0.22 - - [2025-10-20 04:02:38] "POST /neutron/port HTTP/1.1" 200 1059 0.016595 10.0.0.22 - - [2025-10-20 04:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.27 - - [2025-10-20 04:02:38] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.22 - - [2025-10-20 04:02:38] "POST /neutron/network HTTP/1.1" 200 825 0.006246 10.0.0.22 - - [2025-10-20 04:02:38] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076431 10.0.0.22 - - [2025-10-20 04:02:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008608 10.0.0.22 - - [2025-10-20 04:02:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008235 10.0.0.22 - - [2025-10-20 04:02:39] "POST /neutron/port HTTP/1.1" 200 1059 0.017764 10.0.0.22 - - [2025-10-20 04:02:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016066 10.0.0.22 - - [2025-10-20 04:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.22 - - [2025-10-20 04:02:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012450 10.0.0.22 - - [2025-10-20 04:02:44] "POST /neutron/port HTTP/1.1" 200 1087 0.017747 10.0.0.22 - - [2025-10-20 04:02:44] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 401 292 0.000533 10.0.0.22 - - [2025-10-20 04:02:44] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 200 1293 0.028896 10.0.0.22 - - [2025-10-20 04:02:44] "GET /virtual-machine-interface/d5033085-0d6b-4934-b3a6-3139bcc5d2ec HTTP/1.1" 200 2950 0.005398 10.0.0.22 - - [2025-10-20 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.22 - - [2025-10-20 04:02:44] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.22 - - [2025-10-20 04:02:44] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003213 10.0.0.22 - - [2025-10-20 04:02:44] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007741 10.0.0.22 - - [2025-10-20 04:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.22 - - [2025-10-20 04:02:47] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005988 10.0.0.22 - - [2025-10-20 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-20 04:02:51] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005425 10.0.0.22 - - [2025-10-20 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.22 - - [2025-10-20 04:02:55] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005108 10.0.0.22 - - [2025-10-20 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.22 - - [2025-10-20 04:03:00] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005123 10.0.0.22 - - [2025-10-20 04:03:02] "GET /obj-perms HTTP/1.1" 200 5056 0.045276 10.0.0.22 - - [2025-10-20 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.22 - - [2025-10-20 04:03:04] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005086 10.0.0.27 - - [2025-10-20 04:03:04] "DELETE /project/bc505d008e16496abc0ad90a370c8bcf HTTP/1.1" 404 173 0.003856 10.0.0.27 - - [2025-10-20 04:03:04] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.27 - - [2025-10-20 04:03:04] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.058897 10.0.0.27 - - [2025-10-20 04:03:04] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.27 - - [2025-10-20 04:03:04] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?fields=security_groups HTTP/1.1" 200 1373 0.082326 10.0.0.27 - - [2025-10-20 04:03:04] "DELETE /security-group/04a22757-a480-4c4f-9455-6e2011dd3e63 HTTP/1.1" 200 115 0.071393 10.0.0.27 - - [2025-10-20 04:03:04] "GET /projects?obj_uuids=6edabc70-5e4f-4523-963b-07a7897e1fb9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.27 - - [2025-10-20 04:03:04] "GET /project/6edabc70-5e4f-4523-963b-07a7897e1fb9?fields=application_policy_sets HTTP/1.1" 200 1412 0.055743 10.0.0.22 - - [2025-10-20 04:03:04] "DELETE /access-control-list/330a1825-fa1c-4643-9cbd-f62732151af6 HTTP/1.1" 200 115 0.101892 10.0.0.27 - - [2025-10-20 04:03:04] "DELETE /project/6edabc70-5e4f-4523-963b-07a7897e1fb9 HTTP/1.1" 200 115 0.534503 10.0.0.22 - - [2025-10-20 04:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.22 - - [2025-10-20 04:03:08] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004805 10.0.0.22 - - [2025-10-20 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.22 - - [2025-10-20 04:03:12] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005067 10.0.0.22 - - [2025-10-20 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.22 - - [2025-10-20 04:03:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003311 10.0.0.22 - - [2025-10-20 04:03:14] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002930 10.0.0.22 - - [2025-10-20 04:03:14] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005236 10.0.0.22 - - [2025-10-20 04:03:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007442 10.0.0.22 - - [2025-10-20 04:03:21] "POST /neutron/port HTTP/1.1" 200 1087 0.034099 10.0.0.22 - - [2025-10-20 04:03:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006770 10.0.0.22 - - [2025-10-20 04:03:27] "POST /neutron/port HTTP/1.1" 200 1087 0.015125 10.0.0.22 - - [2025-10-20 04:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004371 10.0.0.22 - - [2025-10-20 04:03:27] "POST /neutron/network HTTP/1.1" 200 825 0.006961 10.0.0.22 - - [2025-10-20 04:03:27] "POST /neutron/network HTTP/1.1" 200 835 0.006541 10.0.0.22 - - [2025-10-20 04:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.22 - - [2025-10-20 04:03:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007358 10.0.0.22 - - [2025-10-20 04:03:30] "POST /neutron/port HTTP/1.1" 200 1087 0.017576 10.0.0.22 - - [2025-10-20 04:03:30] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 200 1293 0.005960 10.0.0.22 - - [2025-10-20 04:03:30] "GET /virtual-machine-interface/430c95dc-166b-4ab9-834a-b4a286d6a84c HTTP/1.1" 200 2948 0.005350 10.0.0.22 - - [2025-10-20 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-20 04:03:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003437 10.0.0.22 - - [2025-10-20 04:03:30] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003452 10.0.0.22 - - [2025-10-20 04:03:30] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005458 10.0.0.22 - - [2025-10-20 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.22 - - [2025-10-20 04:03:31] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005972 10.0.0.22 - - [2025-10-20 04:03:31] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003985 10.0.0.22 - - [2025-10-20 04:03:31] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007679 10.0.0.22 - - [2025-10-20 04:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008033 10.0.0.27 - - [2025-10-20 04:04:02] "GET /obj-perms HTTP/1.1" 200 5056 0.041912 10.0.0.22 - - [2025-10-20 04:04:28] "POST /neutron/network HTTP/1.1" 200 835 0.028193 10.0.0.22 - - [2025-10-20 04:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.22 - - [2025-10-20 04:04:29] "POST /neutron/port HTTP/1.1" 200 1087 0.037795 10.0.0.22 - - [2025-10-20 04:04:29] "POST /neutron/subnet HTTP/1.1" 200 690 0.009525 10.0.0.22 - - [2025-10-20 04:04:49] "POST /neutron/port HTTP/1.1" 200 1087 0.014991 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 200 1293 0.003530 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine-interface/d5033085-0d6b-4934-b3a6-3139bcc5d2ec HTTP/1.1" 200 2950 0.005586 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 200 1293 0.003624 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine-interface/d5033085-0d6b-4934-b3a6-3139bcc5d2ec HTTP/1.1" 200 2950 0.004480 10.0.0.22 - - [2025-10-20 04:04:49] "GET /instance-ip/6f3ebc69-bcc2-4306-810d-42e6ca1ef6ba HTTP/1.1" 200 1620 0.005334 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 200 1293 0.003208 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-machine-interface/d5033085-0d6b-4934-b3a6-3139bcc5d2ec HTTP/1.1" 200 2950 0.004585 10.0.0.22 - - [2025-10-20 04:04:49] "GET /instance-ip/6f3ebc69-bcc2-4306-810d-42e6ca1ef6ba HTTP/1.1" 200 1620 0.003365 10.0.0.22 - - [2025-10-20 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-10-20 04:04:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003538 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002525 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008606 10.0.0.22 - - [2025-10-20 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.22 - - [2025-10-20 04:04:49] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004091 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003331 10.0.0.22 - - [2025-10-20 04:04:49] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005585 10.0.0.22 - - [2025-10-20 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003607 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005305 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007853 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003297 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006789 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005322 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003573 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007078 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005452 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003696 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005649 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004624 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002887 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005702 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.22 - - [2025-10-20 04:04:50] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004076 10.0.0.22 - - [2025-10-20 04:04:50] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005770 10.0.0.22 - - [2025-10-20 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.22 - - [2025-10-20 04:04:50] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.008866 10.0.0.22 - - [2025-10-20 04:04:51] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005038 10.0.0.22 - - [2025-10-20 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.22 - - [2025-10-20 04:04:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002855 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005511 10.0.0.22 - - [2025-10-20 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.22 - - [2025-10-20 04:04:51] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004230 10.0.0.22 - - [2025-10-20 04:04:51] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004015 10.0.0.22 - - [2025-10-20 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.22 - - [2025-10-20 04:04:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004064 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003251 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006042 10.0.0.22 - - [2025-10-20 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.22 - - [2025-10-20 04:04:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003762 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003224 10.0.0.22 - - [2025-10-20 04:04:51] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006298 10.0.0.22 - - [2025-10-20 04:04:51] "GET /obj-perms HTTP/1.1" 200 5032 0.046260 10.0.0.27 - - [2025-10-20 04:04:51] "GET /obj-perms HTTP/1.1" 200 5032 0.049431 10.0.0.22 - - [2025-10-20 04:04:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004510 10.0.0.254 - - [2025-10-20 04:04:52] "GET /obj-perms HTTP/1.1" 200 5032 0.052365 10.0.0.22 - - [2025-10-20 04:04:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008017 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 200 1293 0.003517 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine-interface/430c95dc-166b-4ab9-834a-b4a286d6a84c HTTP/1.1" 200 2948 0.004900 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 200 1293 0.003376 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine-interface/430c95dc-166b-4ab9-834a-b4a286d6a84c HTTP/1.1" 200 2948 0.004543 10.0.0.22 - - [2025-10-20 04:04:52] "GET /instance-ip/9dead564-e893-4bf7-8cfa-b7aa7cc7a5a8 HTTP/1.1" 200 1622 0.005563 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 200 1293 0.003847 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-machine-interface/430c95dc-166b-4ab9-834a-b4a286d6a84c HTTP/1.1" 200 2948 0.006130 10.0.0.22 - - [2025-10-20 04:04:52] "GET /instance-ip/9dead564-e893-4bf7-8cfa-b7aa7cc7a5a8 HTTP/1.1" 200 1622 0.003547 10.0.0.22 - - [2025-10-20 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.22 - - [2025-10-20 04:04:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003856 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004123 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005557 10.0.0.22 - - [2025-10-20 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.22 - - [2025-10-20 04:04:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003992 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007637 10.0.0.22 - - [2025-10-20 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.22 - - [2025-10-20 04:04:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003101 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005970 10.0.0.22 - - [2025-10-20 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.22 - - [2025-10-20 04:04:52] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006949 10.0.0.22 - - [2025-10-20 04:04:52] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005460 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005950 10.0.0.22 - - [2025-10-20 04:04:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004147 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007138 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010159 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.22 - - [2025-10-20 04:04:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003540 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006897 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.22 - - [2025-10-20 04:04:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004046 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002837 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005149 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-10-20 04:04:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003104 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003397 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005903 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-10-20 04:04:53] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003954 10.0.0.22 - - [2025-10-20 04:04:53] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004448 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.22 - - [2025-10-20 04:04:53] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004969 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003308 10.0.0.22 - - [2025-10-20 04:04:53] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005904 10.0.0.22 - - [2025-10-20 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.22 - - [2025-10-20 04:04:53] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004696 10.0.0.22 - - [2025-10-20 04:04:54] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003599 10.0.0.22 - - [2025-10-20 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.22 - - [2025-10-20 04:04:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004712 10.0.0.22 - - [2025-10-20 04:04:54] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002684 10.0.0.22 - - [2025-10-20 04:04:54] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006462 10.0.0.22 - - [2025-10-20 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.22 - - [2025-10-20 04:04:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.22 - - [2025-10-20 04:04:54] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003187 10.0.0.22 - - [2025-10-20 04:04:54] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007183 10.0.0.22 - - [2025-10-20 04:04:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003747 10.0.0.27 - - [2025-10-20 04:04:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003766 10.0.0.22 - - [2025-10-20 04:04:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004298 10.0.0.254 - - [2025-10-20 04:04:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003379 10.0.0.22 - - [2025-10-20 04:04:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003483 10.0.0.22 - - [2025-10-20 04:04:59] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 200 1293 0.004981 10.0.0.22 - - [2025-10-20 04:05:00] "POST /neutron/port HTTP/1.1" 200 151 0.182609 10.0.0.22 - - [2025-10-20 04:05:01] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 404 171 0.004100 10.0.0.22 - - [2025-10-20 04:05:01] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 404 171 0.002989 10.0.0.22 - - [2025-10-20 04:05:01] "GET /virtual-machine/2e79234c-beb5-4db0-a5ef-b228007af119 HTTP/1.1" 404 171 0.002786 10.0.0.22 - - [2025-10-20 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.22 - - [2025-10-20 04:05:02] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.22 - - [2025-10-20 04:05:02] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003085 10.0.0.22 - - [2025-10-20 04:05:02] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006730 10.0.0.22 - - [2025-10-20 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.22 - - [2025-10-20 04:05:02] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004403 10.0.0.22 - - [2025-10-20 04:05:02] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004376 10.0.0.254 - - [2025-10-20 04:05:02] "GET /obj-perms HTTP/1.1" 200 5032 0.003792 10.0.0.27 - - [2025-10-20 04:05:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046824 10.0.0.22 - - [2025-10-20 04:05:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004737 10.0.0.254 - - [2025-10-20 04:05:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003565 10.0.0.22 - - [2025-10-20 04:05:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003351 10.0.0.22 - - [2025-10-20 04:05:11] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 200 1293 0.004391 10.0.0.22 - - [2025-10-20 04:05:12] "POST /neutron/port HTTP/1.1" 200 151 0.167238 10.0.0.22 - - [2025-10-20 04:05:13] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 404 171 0.003501 10.0.0.22 - - [2025-10-20 04:05:13] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 404 171 0.005118 10.0.0.22 - - [2025-10-20 04:05:13] "GET /virtual-machine/635281f3-ab7a-488c-bf7f-c42ba7b92beb HTTP/1.1" 404 171 0.003652 10.0.0.22 - - [2025-10-20 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2025-10-20 04:05:14] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003330 10.0.0.22 - - [2025-10-20 04:05:14] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002792 10.0.0.22 - - [2025-10-20 04:05:14] "GET /virtual-network/54b4c7bf-e045-4e16-b339-e05a47667a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007380 10.0.0.22 - - [2025-10-20 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-10-20 04:05:14] "GET /routing-instance/11652b17-6b4e-49b5-a823-fbdfd1542c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004554 10.0.0.22 - - [2025-10-20 04:05:14] "GET /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005448 10.0.0.254 - - [2025-10-20 04:05:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004798 10.0.0.22 - - [2025-10-20 04:05:20] "GET /obj-perms HTTP/1.1" 200 5032 0.004139 10.0.0.254 - - [2025-10-20 04:05:20] "GET /obj-perms HTTP/1.1" 200 5032 0.003752 10.0.0.22 - - [2025-10-20 04:05:20] "DELETE /route-target/8a42df01-b5a7-4fe0-a7b6-66f112ca60d2 HTTP/1.1" 200 115 0.022278 10.0.0.22 - - [2025-10-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.006810 10.0.0.22 - - [2025-10-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2025-10-20 04:05:23] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.22 - - [2025-10-20 04:05:23] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049208 10.0.0.22 - - [2025-10-20 04:05:23] "POST /network-policys HTTP/1.1" 200 522 0.029351 10.0.0.22 - - [2025-10-20 04:05:23] "GET /network-policy/599ab2eb-60f5-4577-9837-56b0a2c3ddbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005441 10.0.0.22 - - [2025-10-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002921 10.0.0.22 - - [2025-10-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-10-20 04:05:23] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.22 - - [2025-10-20 04:05:23] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038882 10.0.0.22 - - [2025-10-20 04:05:23] "POST /network-policys HTTP/1.1" 200 522 0.047591 10.0.0.22 - - [2025-10-20 04:05:23] "GET /network-policy/0f31822c-5dba-4205-b40a-007afe0973ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.012904 10.0.0.22 - - [2025-10-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.27 - - [2025-10-20 04:05:24] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.22 - - [2025-10-20 04:05:24] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052393 10.0.0.22 - - [2025-10-20 04:05:24] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003395 10.0.0.22 - - [2025-10-20 04:05:24] "POST /virtual-networks HTTP/1.1" 200 546 0.112028 10.0.0.22 - - [2025-10-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.22 - - [2025-10-20 04:05:24] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004412 10.0.0.27 - - [2025-10-20 04:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007576 10.0.0.22 - - [2025-10-20 04:05:24] "POST /ref-update HTTP/1.1" 200 156 0.092255 10.0.0.22 - - [2025-10-20 04:05:24] "POST /neutron/network HTTP/1.1" 200 809 0.009483 10.0.0.22 - - [2025-10-20 04:05:24] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005716 10.0.0.22 - - [2025-10-20 04:05:24] "POST /neutron/subnet HTTP/1.1" 200 672 0.008886 10.0.0.22 - - [2025-10-20 04:05:24] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005137 10.0.0.22 - - [2025-10-20 04:05:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003489 10.0.0.27 - - [2025-10-20 04:05:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003759 10.0.0.22 - - [2025-10-20 04:05:25] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005003 10.0.0.22 - - [2025-10-20 04:05:25] "PUT /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c HTTP/1.1" 200 264 0.070020 10.0.0.22 - - [2025-10-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.22 - - [2025-10-20 04:05:25] "GET /network-policy/599ab2eb-60f5-4577-9837-56b0a2c3ddbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005573 10.0.0.22 - - [2025-10-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 404 237 0.002367 10.0.0.22 - - [2025-10-20 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.065384 10.0.0.22 - - [2025-10-20 04:05:25] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005352 10.0.0.22 - - [2025-10-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.22 - - [2025-10-20 04:05:25] "GET /network-policy/599ab2eb-60f5-4577-9837-56b0a2c3ddbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.020529 10.0.0.22 - - [2025-10-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-10-20 04:05:25] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.22 - - [2025-10-20 04:05:25] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067716 10.0.0.22 - - [2025-10-20 04:05:25] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003794 10.0.0.22 - - [2025-10-20 04:05:25] "POST /virtual-networks HTTP/1.1" 200 546 0.101164 10.0.0.22 - - [2025-10-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.22 - - [2025-10-20 04:05:25] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003810 10.0.0.22 - - [2025-10-20 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.034510 10.0.0.27 - - [2025-10-20 04:05:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014153 10.0.0.22 - - [2025-10-20 04:05:26] "POST /ref-update HTTP/1.1" 200 156 0.096359 10.0.0.22 - - [2025-10-20 04:05:26] "POST /neutron/network HTTP/1.1" 200 809 0.007453 10.0.0.22 - - [2025-10-20 04:05:26] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005763 10.0.0.22 - - [2025-10-20 04:05:26] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005107 10.0.0.22 - - [2025-10-20 04:05:26] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005502 10.0.0.22 - - [2025-10-20 04:05:26] "PUT /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0 HTTP/1.1" 200 264 0.054881 10.0.0.22 - - [2025-10-20 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.22 - - [2025-10-20 04:05:26] "GET /network-policy/0f31822c-5dba-4205-b40a-007afe0973ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004261 10.0.0.22 - - [2025-10-20 04:05:26] "POST /ref-update HTTP/1.1" 200 156 0.064816 10.0.0.22 - - [2025-10-20 04:05:26] "POST /neutron/network HTTP/1.1" 200 886 0.006293 10.0.0.22 - - [2025-10-20 04:05:26] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007678 10.0.0.22 - - [2025-10-20 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.22 - - [2025-10-20 04:05:27] "POST /ref-update HTTP/1.1" 200 156 0.034061 10.0.0.22 - - [2025-10-20 04:05:27] "GET /network-policy/0f31822c-5dba-4205-b40a-007afe0973ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008521 10.0.0.22 - - [2025-10-20 04:05:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002037 10.0.0.27 - - [2025-10-20 04:05:27] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.22 - - [2025-10-20 04:05:27] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.064135 10.0.0.22 - - [2025-10-20 04:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.012199 10.0.0.22 - - [2025-10-20 04:05:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001387 10.0.0.22 - - [2025-10-20 04:05:28] "POST /neutron/network HTTP/1.1" 200 896 0.008339 10.0.0.22 - - [2025-10-20 04:05:28] "POST /neutron/port HTTP/1.1" 200 1061 0.018498 10.0.0.22 - - [2025-10-20 04:05:29] "POST /neutron/port HTTP/1.1" 200 1089 0.016454 10.0.0.22 - - [2025-10-20 04:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.27 - - [2025-10-20 04:05:29] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001280 10.0.0.22 - - [2025-10-20 04:05:29] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057060 10.0.0.22 - - [2025-10-20 04:05:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017697 10.0.0.22 - - [2025-10-20 04:05:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015126 10.0.0.27 - - [2025-10-20 04:05:29] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392 10.0.0.22 - - [2025-10-20 04:05:30] "POST /neutron/port HTTP/1.1" 200 1061 0.276300 10.0.0.22 - - [2025-10-20 04:05:30] "POST /neutron/port HTTP/1.1" 200 1115 0.100286 10.0.0.22 - - [2025-10-20 04:05:30] "POST /neutron/subnet HTTP/1.1" 200 646 0.010230 10.0.0.22 - - [2025-10-20 04:05:34] "POST /neutron/port HTTP/1.1" 200 1089 0.015666 10.0.0.22 - - [2025-10-20 04:05:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008029 10.0.0.22 - - [2025-10-20 04:05:34] "GET /virtual-machine/d2abb004-172c-41a8-8648-349e82c3c319 HTTP/1.1" 200 1293 0.006228 10.0.0.22 - - [2025-10-20 04:05:34] "GET /virtual-machine-interface/1bfb78ee-4069-4e68-a11d-b586cb9cf2cf HTTP/1.1" 200 2949 0.004959 10.0.0.22 - - [2025-10-20 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-20 04:05:34] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003061 10.0.0.22 - - [2025-10-20 04:05:34] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003389 10.0.0.22 - - [2025-10-20 04:05:34] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005485 10.0.0.22 - - [2025-10-20 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.22 - - [2025-10-20 04:05:38] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004881 10.0.0.22 - - [2025-10-20 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.22 - - [2025-10-20 04:05:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004734 10.0.0.22 - - [2025-10-20 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.22 - - [2025-10-20 04:05:46] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008315 10.0.0.22 - - [2025-10-20 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.22 - - [2025-10-20 04:05:50] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005867 10.0.0.22 - - [2025-10-20 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.22 - - [2025-10-20 04:05:54] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005882 10.0.0.22 - - [2025-10-20 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.22 - - [2025-10-20 04:05:58] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005058 10.0.0.22 - - [2025-10-20 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-10-20 04:06:02] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004954 10.0.0.22 - - [2025-10-20 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2025-10-20 04:06:04] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003357 10.0.0.22 - - [2025-10-20 04:06:04] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004354 10.0.0.22 - - [2025-10-20 04:06:04] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005743 10.0.0.254 - - [2025-10-20 04:06:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046438 10.0.0.22 - - [2025-10-20 04:06:04] "POST /neutron/port HTTP/1.1" 200 1089 0.014469 10.0.0.22 - - [2025-10-20 04:06:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007282 10.0.0.22 - - [2025-10-20 04:06:15] "POST /neutron/port HTTP/1.1" 200 1089 0.014815 10.0.0.22 - - [2025-10-20 04:06:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006166 10.0.0.22 - - [2025-10-20 04:06:20] "POST /neutron/port HTTP/1.1" 200 1089 0.014671 10.0.0.22 - - [2025-10-20 04:06:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009528 10.0.0.22 - - [2025-10-20 04:06:20] "GET /virtual-machine/0b0cd620-e4f5-4cf5-81a5-2ba25e6e54f5 HTTP/1.1" 200 1291 0.005294 10.0.0.22 - - [2025-10-20 04:06:20] "GET /virtual-machine-interface/a348110a-abf4-4536-9703-f15a4c38d77e HTTP/1.1" 200 2950 0.004663 10.0.0.22 - - [2025-10-20 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2025-10-20 04:06:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003925 10.0.0.22 - - [2025-10-20 04:06:20] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003332 10.0.0.22 - - [2025-10-20 04:06:20] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006275 10.0.0.22 - - [2025-10-20 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.22 - - [2025-10-20 04:06:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003313 10.0.0.22 - - [2025-10-20 04:06:21] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002796 10.0.0.22 - - [2025-10-20 04:06:21] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005832 10.0.0.22 - - [2025-10-20 04:06:31] "POST /neutron/port HTTP/1.1" 200 1089 0.014274 10.0.0.22 - - [2025-10-20 04:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003969 10.0.0.22 - - [2025-10-20 04:06:31] "POST /neutron/network HTTP/1.1" 200 886 0.008198 10.0.0.22 - - [2025-10-20 04:06:32] "POST /neutron/network HTTP/1.1" 200 896 0.007622 10.0.0.22 - - [2025-10-20 04:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.27 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.22 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.22 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.254 - - [2025-10-20 04:06:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.254 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000903 10.0.0.254 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.22 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-10-20 04:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-10-20 04:07:05] "GET /obj-perms HTTP/1.1" 200 5056 0.040621 10.0.0.22 - - [2025-10-20 04:07:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016402 10.0.0.22 - - [2025-10-20 04:07:32] "POST /neutron/subnet HTTP/1.1" 200 646 0.011163 10.0.0.22 - - [2025-10-20 04:07:34] "POST /neutron/port HTTP/1.1" 200 1089 0.019705 10.0.0.22 - - [2025-10-20 04:07:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009354 10.0.0.22 - - [2025-10-20 04:07:34] "POST /neutron/network HTTP/1.1" 200 886 0.006291 10.0.0.27 - - [2025-10-20 04:08:06] "GET /obj-perms HTTP/1.1" 200 5056 0.053914 ++ 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 Oct 20 04:08:16 AM UTC 2025 ===================' INFO: =================== Mon Oct 20 04:08:16 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.254:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.254:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.254:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.254:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.254:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.254:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.254:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.254:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.254:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.254:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ 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.22,10.0.0.254,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.254,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22,10.0.0.254,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.254,10.0.0.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22,10.0.0.254,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.193,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.193,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.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.254:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ 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: 10/20/2025 04:08:25.108 7f5d93648f80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/20/2025 04:08:25.233 7f5d93648f80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/20/2025 04:08:25.244 7f5d93648f80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/20/2025 04:08:25.244 7f5d93648f80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-10-20 04:08:25] "GET / HTTP/1.1" 200 45871 0.001324 10.0.0.27 - - [2025-10-20 04:08:25] "GET / HTTP/1.1" 200 45871 0.000927 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-10-20 04:08:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-10-20 04:08:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000235 10.0.0.27 - - [2025-10-20 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.635345 10.0.0.27 - - [2025-10-20 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-10-20 04:08:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.357578 10.0.0.27 - - [2025-10-20 04:08:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.007716 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.27 - - [2025-10-20 04:08:27] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000960 [Introspect:8084]10.0.0.22 - - [2025-10-20 04:08:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3181 0.001091 10.0.0.27 - - [2025-10-20 04:08:27] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045083 10.0.0.27 - - [2025-10-20 04:08:27] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000950 10.0.0.27 - - [2025-10-20 04:08:27] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=security_groups HTTP/1.1" 200 1098 0.028052 10.0.0.27 - - [2025-10-20 04:08:27] "GET /projects?obj_uuids=6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000842 10.0.0.27 - - [2025-10-20 04:08:27] "GET /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a?fields=application_policy_sets HTTP/1.1" 200 1391 0.037107 10.0.0.27 - - [2025-10-20 04:08:27] "DELETE /project/6e2680f8-e4db-4ddd-9bdc-ae97d9fc3f4a HTTP/1.1" 409 278 0.205434 [Introspect:8084]10.0.0.22 - - [2025-10-20 04:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001106 [Introspect:8084]10.0.0.22 - - [2025-10-20 04:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001241 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.22 - - [2025-10-20 04:08:33] "GET /obj-perms HTTP/1.1" 200 5032 0.369665 10.0.0.22 - - [2025-10-20 04:08:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003674 10.0.0.22 - - [2025-10-20 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.021503 10.0.0.27 - - [2025-10-20 04:08:34] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000818 10.0.0.22 - - [2025-10-20 04:08:34] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.036060 10.0.0.22 - - [2025-10-20 04:08:34] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003432 10.0.0.22 - - [2025-10-20 04:08:34] "POST /virtual-networks HTTP/1.1" 200 546 0.072128 10.0.0.22 - - [2025-10-20 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2025-10-20 04:08:34] "GET /network-ipam/52cf51a2-633d-474c-9d32-6cc181b5e845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004574 10.0.0.27 - - [2025-10-20 04:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005913 10.0.0.22 - - [2025-10-20 04:08:34] "POST /ref-update HTTP/1.1" 200 156 0.089463 10.0.0.22 - - [2025-10-20 04:08:34] "GET /virtual-network/e26a14e3-1fd8-4e46-a9a5-6715bbe144b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005567 10.0.0.22 - - [2025-10-20 04:08:34] "POST /neutron/network HTTP/1.1" 200 809 0.039037 10.0.0.22 - - [2025-10-20 04:08:34] "POST /route-targets HTTP/1.1" 200 327 0.041942 10.0.0.22 - - [2025-10-20 04:08:34] "POST /neutron/port HTTP/1.1" 200 1089 0.060615 10.0.0.22 - - [2025-10-20 04:08:34] "POST /neutron/subnet HTTP/1.1" 200 646 0.009886 10.0.0.22 - - [2025-10-20 04:08:34] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006081 10.0.0.22 - - [2025-10-20 04:08:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001405 10.0.0.22 - - [2025-10-20 04:08:35] "POST /neutron/port HTTP/1.1" 200 2062 0.022370 10.0.0.22 - - [2025-10-20 04:08:36] "POST /neutron/port HTTP/1.1" 200 1089 0.038524 10.0.0.27 - - [2025-10-20 04:08:36] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.22 - - [2025-10-20 04:08:36] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.074403 10.0.0.22 - - [2025-10-20 04:08:36] "POST /neutron/network HTTP/1.1" 200 886 0.030706 10.0.0.22 - - [2025-10-20 04:08:36] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.22 - - [2025-10-20 04:08:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006910 10.0.0.22 - - [2025-10-20 04:08:36] "POST /neutron/network HTTP/1.1" 200 896 0.006456 10.0.0.22 - - [2025-10-20 04:08:37] "POST /neutron/port HTTP/1.1" 200 1061 0.014479 10.0.0.22 - - [2025-10-20 04:08:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004745 10.0.0.22 - - [2025-10-20 04:08:37] "POST /neutron/network HTTP/1.1" 200 886 0.006997 10.0.0.22 - - [2025-10-20 04:08:41] "POST /neutron/port HTTP/1.1" 200 1089 0.015556 10.0.0.22 - - [2025-10-20 04:08:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007697 10.0.0.22 - - [2025-10-20 04:08:41] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.025941 10.0.0.22 - - [2025-10-20 04:08:41] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.006274 10.0.0.22 - - [2025-10-20 04:08:41] "GET /virtual-machine-interface/3e189f76-e35a-4748-8707-3c93230eb04a HTTP/1.1" 200 2948 0.006320 10.0.0.22 - - [2025-10-20 04:08:41] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.004095 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-machine-interface/3e189f76-e35a-4748-8707-3c93230eb04a HTTP/1.1" 200 2948 0.009355 10.0.0.22 - - [2025-10-20 04:08:42] "GET /instance-ip/81d3ab34-61b9-41fc-9380-7a55b24d8e5f HTTP/1.1" 200 1623 0.005550 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.003632 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-machine-interface/3e189f76-e35a-4748-8707-3c93230eb04a HTTP/1.1" 200 2948 0.005000 10.0.0.22 - - [2025-10-20 04:08:42] "GET /instance-ip/81d3ab34-61b9-41fc-9380-7a55b24d8e5f HTTP/1.1" 200 1623 0.004427 10.0.0.22 - - [2025-10-20 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006402 10.0.0.22 - - [2025-10-20 04:08:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004132 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002766 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.011706 10.0.0.22 - - [2025-10-20 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.22 - - [2025-10-20 04:08:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003895 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003050 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005471 10.0.0.22 - - [2025-10-20 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.22 - - [2025-10-20 04:08:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004541 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002934 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005397 10.0.0.22 - - [2025-10-20 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-10-20 04:08:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003503 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002886 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007051 10.0.0.22 - - [2025-10-20 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.22 - - [2025-10-20 04:08:42] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004102 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003306 10.0.0.22 - - [2025-10-20 04:08:42] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005224 10.0.0.22 - - [2025-10-20 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.22 - - [2025-10-20 04:08:45] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005325 10.0.0.22 - - [2025-10-20 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-10-20 04:08:49] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004760 10.0.0.22 - - [2025-10-20 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-20 04:08:53] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004814 10.0.0.22 - - [2025-10-20 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-10-20 04:08:58] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005764 10.0.0.22 - - [2025-10-20 04:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.22 - - [2025-10-20 04:09:02] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005133 10.0.0.22 - - [2025-10-20 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.22 - - [2025-10-20 04:09:06] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006412 10.0.0.22 - - [2025-10-20 04:09:06] "GET /obj-perms HTTP/1.1" 200 5056 0.045183 10.0.0.254 - - [2025-10-20 04:09:07] "GET /obj-perms HTTP/1.1" 200 5056 0.041850 10.0.0.22 - - [2025-10-20 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.22 - - [2025-10-20 04:09:10] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005200 10.0.0.22 - - [2025-10-20 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.22 - - [2025-10-20 04:09:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003759 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003167 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005941 10.0.0.22 - - [2025-10-20 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.22 - - [2025-10-20 04:09:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003468 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003574 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005581 10.0.0.22 - - [2025-10-20 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.22 - - [2025-10-20 04:09:12] "GET /routing-instance/cb355e87-9fa4-40f1-8601-65cc998350df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006144 10.0.0.22 - - [2025-10-20 04:09:12] "GET /route-target/bd3a5eba-496c-4ead-8857-f9da71d350d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004096 10.0.0.22 - - [2025-10-20 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.22 - - [2025-10-20 04:09:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005001 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003162 10.0.0.22 - - [2025-10-20 04:09:12] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006698 10.0.0.22 - - [2025-10-20 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.22 - - [2025-10-20 04:09:12] "GET /routing-instance/cb355e87-9fa4-40f1-8601-65cc998350df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004148 10.0.0.22 - - [2025-10-20 04:09:12] "GET /route-target/bd3a5eba-496c-4ead-8857-f9da71d350d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004365 10.0.0.22 - - [2025-10-20 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.22 - - [2025-10-20 04:09:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003308 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007046 10.0.0.22 - - [2025-10-20 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-20 04:09:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004891 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004040 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006519 10.0.0.22 - - [2025-10-20 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.22 - - [2025-10-20 04:09:13] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003040 10.0.0.22 - - [2025-10-20 04:09:13] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006456 10.0.0.27 - - [2025-10-20 04:09:13] "GET /obj-perms HTTP/1.1" 200 5032 0.044139 10.0.0.22 - - [2025-10-20 04:09:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004436 10.0.0.22 - - [2025-10-20 04:09:13] "GET /obj-perms HTTP/1.1" 200 5032 0.003530 10.0.0.22 - - [2025-10-20 04:09:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004152 10.0.0.22 - - [2025-10-20 04:09:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001576 10.0.0.22 - - [2025-10-20 04:09:13] "POST /neutron/port HTTP/1.1" 200 3034 0.050085 10.0.0.27 - - [2025-10-20 04:09:14] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.22 - - [2025-10-20 04:09:14] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060381 10.0.0.22 - - [2025-10-20 04:09:14] "POST /neutron/network HTTP/1.1" 200 886 0.007232 10.0.0.22 - - [2025-10-20 04:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.008753 10.0.0.27 - - [2025-10-20 04:09:15] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.22 - - [2025-10-20 04:09:15] "POST /neutron/port HTTP/1.1" 200 1061 0.285606 10.0.0.22 - - [2025-10-20 04:09:15] "POST /neutron/port HTTP/1.1" 200 1115 0.102334 10.0.0.22 - - [2025-10-20 04:09:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.008439 10.0.0.22 - - [2025-10-20 04:09:20] "POST /neutron/port HTTP/1.1" 200 1089 0.016195 10.0.0.22 - - [2025-10-20 04:09:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006550 10.0.0.22 - - [2025-10-20 04:09:20] "POST /neutron/port HTTP/1.1" 200 1089 0.014289 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.005151 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.003230 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine-interface/90e48dda-e0fb-4c2c-8738-f6471178282d HTTP/1.1" 200 2949 0.004814 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.003220 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine-interface/90e48dda-e0fb-4c2c-8738-f6471178282d HTTP/1.1" 200 2949 0.004594 10.0.0.22 - - [2025-10-20 04:09:20] "GET /instance-ip/9812cfb0-1592-4f15-804a-d7013cf91606 HTTP/1.1" 200 1623 0.005907 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.003628 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-machine-interface/90e48dda-e0fb-4c2c-8738-f6471178282d HTTP/1.1" 200 2949 0.004690 10.0.0.22 - - [2025-10-20 04:09:20] "GET /instance-ip/9812cfb0-1592-4f15-804a-d7013cf91606 HTTP/1.1" 200 1623 0.003097 10.0.0.22 - - [2025-10-20 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.22 - - [2025-10-20 04:09:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003461 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002379 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006964 10.0.0.22 - - [2025-10-20 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-10-20 04:09:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003228 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002509 10.0.0.22 - - [2025-10-20 04:09:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.026675 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009301 10.0.0.22 - - [2025-10-20 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.22 - - [2025-10-20 04:09:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003562 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004089 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006272 10.0.0.22 - - [2025-10-20 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.22 - - [2025-10-20 04:09:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004426 10.0.0.22 - - [2025-10-20 04:09:20] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003554 10.0.0.22 - - [2025-10-20 04:09:21] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005658 10.0.0.22 - - [2025-10-20 04:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-10-20 04:09:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004224 10.0.0.22 - - [2025-10-20 04:09:21] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002795 10.0.0.22 - - [2025-10-20 04:09:21] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005795 10.0.0.22 - - [2025-10-20 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.22 - - [2025-10-20 04:09:24] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005798 10.0.0.22 - - [2025-10-20 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.22 - - [2025-10-20 04:09:28] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005407 10.0.0.22 - - [2025-10-20 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.22 - - [2025-10-20 04:09:32] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007186 10.0.0.22 - - [2025-10-20 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.22 - - [2025-10-20 04:09:36] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005943 10.0.0.22 - - [2025-10-20 04:09:36] "POST /neutron/network HTTP/1.1" 200 896 0.006686 10.0.0.22 - - [2025-10-20 04:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.22 - - [2025-10-20 04:09:38] "POST /neutron/port HTTP/1.1" 200 1089 0.020918 10.0.0.22 - - [2025-10-20 04:09:38] "POST /neutron/subnet HTTP/1.1" 200 646 0.009991 10.0.0.22 - - [2025-10-20 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.22 - - [2025-10-20 04:09:40] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006126 10.0.0.22 - - [2025-10-20 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.22 - - [2025-10-20 04:09:44] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005036 10.0.0.22 - - [2025-10-20 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-10-20 04:09:48] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005683 10.0.0.22 - - [2025-10-20 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.22 - - [2025-10-20 04:09:52] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010207 10.0.0.22 - - [2025-10-20 04:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.22 - - [2025-10-20 04:09:54] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003293 10.0.0.22 - - [2025-10-20 04:09:54] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003378 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006499 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.22 - - [2025-10-20 04:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004001 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003114 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007372 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-10-20 04:09:55] "GET /routing-instance/d1e7376d-2731-428d-b5ec-74f3597739ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004650 10.0.0.22 - - [2025-10-20 04:09:55] "GET /route-target/44d08850-493d-403c-9a30-8a0710fd6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005048 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2025-10-20 04:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003802 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002777 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005921 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-10-20 04:09:55] "GET /routing-instance/d1e7376d-2731-428d-b5ec-74f3597739ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004703 10.0.0.22 - - [2025-10-20 04:09:55] "GET /route-target/44d08850-493d-403c-9a30-8a0710fd6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003875 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.22 - - [2025-10-20 04:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004637 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003848 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005741 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.22 - - [2025-10-20 04:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004065 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003284 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007080 10.0.0.22 - - [2025-10-20 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.22 - - [2025-10-20 04:09:55] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004732 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002952 10.0.0.22 - - [2025-10-20 04:09:55] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007418 10.0.0.27 - - [2025-10-20 04:09:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004879 10.0.0.22 - - [2025-10-20 04:09:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003547 10.0.0.22 - - [2025-10-20 04:09:56] "GET /obj-perms HTTP/1.1" 200 5032 0.005414 10.0.0.22 - - [2025-10-20 04:09:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003727 10.0.0.27 - - [2025-10-20 04:09:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003153 10.0.0.22 - - [2025-10-20 04:09:56] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.003742 10.0.0.22 - - [2025-10-20 04:09:56] "GET /virtual-machine-interface/3e189f76-e35a-4748-8707-3c93230eb04a HTTP/1.1" 200 2948 0.005874 10.0.0.22 - - [2025-10-20 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.22 - - [2025-10-20 04:09:56] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.22 - - [2025-10-20 04:09:56] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003497 10.0.0.22 - - [2025-10-20 04:09:56] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005716 10.0.0.22 - - [2025-10-20 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-10-20 04:09:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003772 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003722 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006680 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.004361 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-machine-interface/90e48dda-e0fb-4c2c-8738-f6471178282d HTTP/1.1" 200 2949 0.005044 10.0.0.22 - - [2025-10-20 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.22 - - [2025-10-20 04:09:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007421 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002670 10.0.0.22 - - [2025-10-20 04:09:57] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006593 10.0.0.22 - - [2025-10-20 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2025-10-20 04:09:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003327 10.0.0.22 - - [2025-10-20 04:09:58] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003167 10.0.0.22 - - [2025-10-20 04:09:58] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005568 10.0.0.22 - - [2025-10-20 04:09:59] "POST /neutron/port HTTP/1.1" 200 1089 0.017556 10.0.0.22 - - [2025-10-20 04:10:04] "POST /neutron/port HTTP/1.1" 200 1089 0.014698 10.0.0.22 - - [2025-10-20 04:10:09] "POST /neutron/port HTTP/1.1" 200 1089 0.014722 10.0.0.22 - - [2025-10-20 04:10:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014648 10.0.0.22 - - [2025-10-20 04:10:38] "POST /neutron/subnet HTTP/1.1" 200 646 0.009019 10.0.0.22 - - [2025-10-20 04:10:39] "POST /neutron/port HTTP/1.1" 200 1089 0.016541 10.0.0.22 - - [2025-10-20 04:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003478 10.0.0.22 - - [2025-10-20 04:10:39] "POST /neutron/network HTTP/1.1" 200 886 0.006759 10.0.0.22 - - [2025-10-20 04:10:49] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 200 1293 0.003956 10.0.0.22 - - [2025-10-20 04:10:49] "POST /neutron/port HTTP/1.1" 200 151 0.170334 10.0.0.22 - - [2025-10-20 04:10:51] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 404 171 0.003026 10.0.0.22 - - [2025-10-20 04:10:51] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 404 171 0.002689 10.0.0.22 - - [2025-10-20 04:10:51] "GET /virtual-machine/4f22b65b-437a-458b-9479-bafc6f9ed392 HTTP/1.1" 404 171 0.003030 10.0.0.22 - - [2025-10-20 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.22 - - [2025-10-20 04:10:51] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003287 10.0.0.22 - - [2025-10-20 04:10:51] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003318 10.0.0.22 - - [2025-10-20 04:10:51] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005877 10.0.0.22 - - [2025-10-20 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.22 - - [2025-10-20 04:10:51] "GET /routing-instance/d1e7376d-2731-428d-b5ec-74f3597739ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004356 10.0.0.22 - - [2025-10-20 04:10:51] "GET /route-target/44d08850-493d-403c-9a30-8a0710fd6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003127 10.0.0.22 - - [2025-10-20 04:10:51] "GET /obj-perms HTTP/1.1" 200 5032 0.003822 10.0.0.22 - - [2025-10-20 04:10:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004215 10.0.0.22 - - [2025-10-20 04:11:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004117 10.0.0.22 - - [2025-10-20 04:11:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003732 10.0.0.254 - - [2025-10-20 04:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.044569 10.0.0.22 - - [2025-10-20 04:11:10] "GET /obj-perms HTTP/1.1" 200 5032 0.003702 10.0.0.22 - - [2025-10-20 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003960 10.0.0.22 - - [2025-10-20 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003851 10.0.0.27 - - [2025-10-20 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003211 10.0.0.22 - - [2025-10-20 04:11:16] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 200 1293 0.004345 10.0.0.22 - - [2025-10-20 04:11:17] "POST /neutron/port HTTP/1.1" 200 151 0.165053 10.0.0.22 - - [2025-10-20 04:11:18] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 404 171 0.003241 10.0.0.22 - - [2025-10-20 04:11:18] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 404 171 0.004374 10.0.0.22 - - [2025-10-20 04:11:18] "GET /virtual-machine/627b6de4-330f-48be-b9d5-e2acf61ef8a6 HTTP/1.1" 404 171 0.002606 10.0.0.22 - - [2025-10-20 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.22 - - [2025-10-20 04:11:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004767 10.0.0.22 - - [2025-10-20 04:11:18] "GET /virtual-networks?parent_id=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003674 10.0.0.22 - - [2025-10-20 04:11:18] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005922 10.0.0.22 - - [2025-10-20 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.22 - - [2025-10-20 04:11:19] "GET /routing-instance/cb355e87-9fa4-40f1-8601-65cc998350df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003850 10.0.0.22 - - [2025-10-20 04:11:19] "GET /route-target/bd3a5eba-496c-4ead-8857-f9da71d350d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.045911 10.0.0.22 - - [2025-10-20 04:11:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003916 10.0.0.22 - - [2025-10-20 04:11:25] "GET /obj-perms HTTP/1.1" 200 5032 0.009228 10.0.0.27 - - [2025-10-20 04:11:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013048 10.0.0.27 - - [2025-10-20 04:11:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.22 - - [2025-10-20 04:11:25] "DELETE /virtual-network/e26a14e3-1fd8-4e46-a9a5-6715bbe144b4 HTTP/1.1" 200 115 0.137352 10.0.0.22 - - [2025-10-20 04:11:25] "DELETE /route-target/5005415c-0b2c-4a31-b985-e01b01cb89f8 HTTP/1.1" 200 115 0.027640 10.0.0.22 - - [2025-10-20 04:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.22 - - [2025-10-20 04:11:25] "GET /network-policy/0f31822c-5dba-4205-b40a-007afe0973ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003660 10.0.0.22 - - [2025-10-20 04:11:25] "POST /ref-update HTTP/1.1" 200 156 0.047813 10.0.0.22 - - [2025-10-20 04:11:25] "GET /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006691 10.0.0.22 - - [2025-10-20 04:11:25] "DELETE /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0 HTTP/1.1" 409 234 0.031538 10.0.0.22 - - [2025-10-20 04:11:26] "POST /neutron/port HTTP/1.1" 200 1115 0.010925 10.0.0.22 - - [2025-10-20 04:11:26] "POST /neutron/port HTTP/1.1" 200 1115 0.027167 10.0.0.27 - - [2025-10-20 04:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009631 10.0.0.22 - - [2025-10-20 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.27 - - [2025-10-20 04:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.22 - - [2025-10-20 04:11:28] "DELETE /virtual-network/82b1f517-bfc3-4722-983d-2d0811e908d0 HTTP/1.1" 200 115 0.111891 10.0.0.22 - - [2025-10-20 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2025-10-20 04:11:28] "GET /network-policy/599ab2eb-60f5-4577-9837-56b0a2c3ddbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003932 10.0.0.22 - - [2025-10-20 04:11:28] "POST /ref-update HTTP/1.1" 200 156 0.054321 10.0.0.22 - - [2025-10-20 04:11:28] "GET /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007253 10.0.0.27 - - [2025-10-20 04:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003255 10.0.0.22 - - [2025-10-20 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2025-10-20 04:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.22 - - [2025-10-20 04:11:28] "DELETE /virtual-network/5a7ba496-2e72-4982-b676-09b41fc2334c HTTP/1.1" 200 115 0.128936 10.0.0.22 - - [2025-10-20 04:11:28] "DELETE /network-policy/0f31822c-5dba-4205-b40a-007afe0973ca HTTP/1.1" 200 115 0.029635 10.0.0.22 - - [2025-10-20 04:11:28] "DELETE /network-policy/599ab2eb-60f5-4577-9837-56b0a2c3ddbd HTTP/1.1" 200 115 0.037756 10.0.0.27 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.22 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.254 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.254 - - [2025-10-20 04:11:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000805 10.0.0.254 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.254 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-10-20 04:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2025-10-20 04:12:06] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.22 - - [2025-10-20 04:12:06] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.065541 10.0.0.27 - - [2025-10-20 04:12:07] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000801 10.0.0.22 - - [2025-10-20 04:12:07] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?fields=virtual_networks HTTP/1.1" 200 1045 0.036710 10.0.0.27 - - [2025-10-20 04:12:07] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.22 - - [2025-10-20 04:12:07] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.039815 10.0.0.27 - - [2025-10-20 04:12:07] "GET /projects?obj_uuids=bc505d00-8e16-496a-bc0a-d90a370c8bcf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.22 - - [2025-10-20 04:12:07] "GET /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf?fields=security_groups HTTP/1.1" 200 1272 0.047653 10.0.0.22 - - [2025-10-20 04:12:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.023404 10.0.0.27 - - [2025-10-20 04:12:08] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003739 10.0.0.27 - - [2025-10-20 04:12:08] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001888 10.0.0.27 - - [2025-10-20 04:12:08] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009305 10.0.0.27 - - [2025-10-20 04:12:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.002868 10.0.0.27 - - [2025-10-20 04:12:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.010501 10.0.0.27 - - [2025-10-20 04:12:08] "POST /security-groups HTTP/1.1" 200 591 0.029449 10.0.0.27 - - [2025-10-20 04:12:08] "POST /projects HTTP/1.1" 200 585 0.244692 10.0.0.22 - - [2025-10-20 04:12:08] "POST /access-control-lists HTTP/1.1" 200 596 0.029158 10.0.0.27 - - [2025-10-20 04:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.320666 10.0.0.22 - - [2025-10-20 04:12:08] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.452552 10.0.0.22 - - [2025-10-20 04:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.056939 10.0.0.254 - - [2025-10-20 04:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.099321 10.0.0.22 - - [2025-10-20 04:12:10] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.22 - - [2025-10-20 04:12:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-10-20 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.045129 10.0.0.27 - - [2025-10-20 04:12:12] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.22 - - [2025-10-20 04:12:12] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051829 10.0.0.22 - - [2025-10-20 04:12:12] "POST /neutron/network HTTP/1.1" 200 117 0.030627 10.0.0.22 - - [2025-10-20 04:12:12] "POST /route-targets HTTP/1.1" 200 327 0.012111 10.0.0.22 - - [2025-10-20 04:12:12] "POST /neutron/network HTTP/1.1" 200 824 0.007298 10.0.0.22 - - [2025-10-20 04:12:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.000884 10.0.0.22 - - [2025-10-20 04:12:12] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004193 10.0.0.22 - - [2025-10-20 04:12:12] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007504 10.0.0.22 - - [2025-10-20 04:12:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.009004 10.0.0.22 - - [2025-10-20 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-10-20 04:12:12] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000791 10.0.0.22 - - [2025-10-20 04:12:12] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039436 10.0.0.22 - - [2025-10-20 04:12:13] "POST /ref-update HTTP/1.1" 200 156 0.022973 10.0.0.27 - - [2025-10-20 04:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.013298 10.0.0.22 - - [2025-10-20 04:12:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.244479 10.0.0.22 - - [2025-10-20 04:12:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001332 10.0.0.22 - - [2025-10-20 04:12:13] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005270 10.0.0.22 - - [2025-10-20 04:12:13] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005184 10.0.0.22 - - [2025-10-20 04:12:13] "POST /neutron/network HTTP/1.1" 200 824 0.010501 10.0.0.22 - - [2025-10-20 04:12:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.27 - - [2025-10-20 04:12:14] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.22 - - [2025-10-20 04:12:14] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.070742 10.0.0.22 - - [2025-10-20 04:12:14] "POST /neutron/network HTTP/1.1" 200 824 0.006885 10.0.0.22 - - [2025-10-20 04:12:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001235 10.0.0.22 - - [2025-10-20 04:12:14] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.27 - - [2025-10-20 04:12:15] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.22 - - [2025-10-20 04:12:15] "POST /neutron/port HTTP/1.1" 200 1060 0.325468 10.0.0.27 - - [2025-10-20 04:12:15] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.22 - - [2025-10-20 04:12:15] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073636 10.0.0.22 - - [2025-10-20 04:12:15] "POST /neutron/port HTTP/1.1" 200 1114 0.114844 10.0.0.22 - - [2025-10-20 04:12:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003557 10.0.0.22 - - [2025-10-20 04:12:15] "POST /neutron/network HTTP/1.1" 200 824 0.007397 10.0.0.22 - - [2025-10-20 04:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.006030 10.0.0.22 - - [2025-10-20 04:12:16] "POST /neutron/network HTTP/1.1" 200 834 0.006656 10.0.0.22 - - [2025-10-20 04:12:16] "POST /neutron/port HTTP/1.1" 200 1060 0.025407 10.0.0.22 - - [2025-10-20 04:12:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004504 10.0.0.22 - - [2025-10-20 04:12:16] "POST /neutron/network HTTP/1.1" 200 824 0.010370 10.0.0.22 - - [2025-10-20 04:12:21] "POST /neutron/port HTTP/1.1" 200 1088 0.014056 10.0.0.22 - - [2025-10-20 04:12:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007807 10.0.0.22 - - [2025-10-20 04:12:21] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-10-20 04:12:21] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 200 1292 0.025729 10.0.0.22 - - [2025-10-20 04:12:21] "GET /virtual-machine-interface/ed8b0c62-ae13-4c12-bb8f-d69cd340d9bc HTTP/1.1" 200 2942 0.004734 10.0.0.22 - - [2025-10-20 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.22 - - [2025-10-20 04:12:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005303 10.0.0.22 - - [2025-10-20 04:12:21] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002292 10.0.0.22 - - [2025-10-20 04:12:21] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005198 10.0.0.22 - - [2025-10-20 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2025-10-20 04:12:24] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005190 10.0.0.22 - - [2025-10-20 04:12:25] "POST /neutron/port HTTP/1.1" 200 1088 0.023805 10.0.0.22 - - [2025-10-20 04:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.22 - - [2025-10-20 04:12:26] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003663 10.0.0.22 - - [2025-10-20 04:12:26] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004613 10.0.0.22 - - [2025-10-20 04:12:27] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005929 10.0.0.22 - - [2025-10-20 04:12:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007302 10.0.0.22 - - [2025-10-20 04:12:27] "POST /neutron/port HTTP/1.1" 200 1088 0.014647 10.0.0.22 - - [2025-10-20 04:12:27] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 200 1292 0.006037 10.0.0.22 - - [2025-10-20 04:12:27] "GET /virtual-machine-interface/a9a58923-6395-4a21-a82b-bf6224598564 HTTP/1.1" 200 2942 0.005242 10.0.0.22 - - [2025-10-20 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.22 - - [2025-10-20 04:12:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003309 10.0.0.22 - - [2025-10-20 04:12:27] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003102 10.0.0.22 - - [2025-10-20 04:12:27] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006950 10.0.0.27 - - [2025-10-20 04:12:27] "DELETE /project/954e95db2b50499fa4d69972094ccbef HTTP/1.1" 404 173 0.003948 10.0.0.27 - - [2025-10-20 04:12:27] "DELETE /project/bc505d00-8e16-496a-bc0a-d90a370c8bcf HTTP/1.1" 404 177 0.003082 10.0.0.22 - - [2025-10-20 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2025-10-20 04:12:28] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003769 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003270 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007817 10.0.0.22 - - [2025-10-20 04:12:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006486 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 200 1292 0.005051 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-machine-interface/ed8b0c62-ae13-4c12-bb8f-d69cd340d9bc HTTP/1.1" 200 2942 0.005393 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 200 1292 0.005965 10.0.0.22 - - [2025-10-20 04:12:28] "GET /virtual-machine-interface/ed8b0c62-ae13-4c12-bb8f-d69cd340d9bc HTTP/1.1" 200 2942 0.005621 10.0.0.22 - - [2025-10-20 04:12:28] "GET /instance-ip/351a7b5e-23f4-48c7-8a21-7c962344cff6 HTTP/1.1" 200 1619 0.007567 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 200 1292 0.019071 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-machine-interface/ed8b0c62-ae13-4c12-bb8f-d69cd340d9bc HTTP/1.1" 200 2942 0.005166 10.0.0.22 - - [2025-10-20 04:12:29] "GET /instance-ip/351a7b5e-23f4-48c7-8a21-7c962344cff6 HTTP/1.1" 200 1619 0.004498 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003463 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003400 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005659 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004278 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006009 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002927 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006545 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004409 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003782 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007692 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004119 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003242 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005198 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.22 - - [2025-10-20 04:12:29] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004193 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003215 10.0.0.22 - - [2025-10-20 04:12:29] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005834 10.0.0.22 - - [2025-10-20 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-10-20 04:12:29] "GET /routing-instance/162d3ece-87c6-4daa-9b8d-89a2cb1b15df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006408 10.0.0.22 - - [2025-10-20 04:12:29] "GET /route-target/c44409f5-bca2-4486-b595-d8e3c616a59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004178 10.0.0.22 - - [2025-10-20 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.22 - - [2025-10-20 04:12:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005988 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003649 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005283 10.0.0.22 - - [2025-10-20 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2025-10-20 04:12:30] "GET /routing-instance/162d3ece-87c6-4daa-9b8d-89a2cb1b15df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004171 10.0.0.22 - - [2025-10-20 04:12:30] "GET /route-target/c44409f5-bca2-4486-b595-d8e3c616a59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004302 10.0.0.22 - - [2025-10-20 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.22 - - [2025-10-20 04:12:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002965 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006034 10.0.0.22 - - [2025-10-20 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.22 - - [2025-10-20 04:12:30] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005905 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004208 10.0.0.22 - - [2025-10-20 04:12:30] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007014 10.0.0.27 - - [2025-10-20 04:12:32] "GET /obj-perms HTTP/1.1" 200 5030 0.040079 10.0.0.27 - - [2025-10-20 04:12:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003734 10.0.0.22 - - [2025-10-20 04:12:39] "POST /neutron/network HTTP/1.1" 200 834 0.006624 10.0.0.22 - - [2025-10-20 04:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.22 - - [2025-10-20 04:12:40] "POST /neutron/port HTTP/1.1" 200 1088 0.014250 10.0.0.22 - - [2025-10-20 04:12:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.008418 10.0.0.27 - - [2025-10-20 04:12:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004278 10.0.0.22 - - [2025-10-20 04:12:45] "GET /obj-perms HTTP/1.1" 200 5030 0.050650 10.0.0.22 - - [2025-10-20 04:12:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003549 10.0.0.22 - - [2025-10-20 04:12:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003739 10.0.0.27 - - [2025-10-20 04:12:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004565 10.0.0.22 - - [2025-10-20 04:12:46] "POST /neutron/port HTTP/1.1" 200 1088 0.013718 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 200 1292 0.003403 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine-interface/a9a58923-6395-4a21-a82b-bf6224598564 HTTP/1.1" 200 2942 0.004842 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 200 1292 0.003966 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine-interface/a9a58923-6395-4a21-a82b-bf6224598564 HTTP/1.1" 200 2942 0.004690 10.0.0.22 - - [2025-10-20 04:12:46] "GET /instance-ip/c06e241e-97cc-441e-bff8-559249a533d2 HTTP/1.1" 200 1621 0.005952 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 200 1292 0.002898 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-machine-interface/a9a58923-6395-4a21-a82b-bf6224598564 HTTP/1.1" 200 2942 0.004470 10.0.0.22 - - [2025-10-20 04:12:46] "GET /instance-ip/c06e241e-97cc-441e-bff8-559249a533d2 HTTP/1.1" 200 1621 0.003400 10.0.0.22 - - [2025-10-20 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.22 - - [2025-10-20 04:12:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003519 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005269 10.0.0.22 - - [2025-10-20 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.22 - - [2025-10-20 04:12:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004987 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002642 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007020 10.0.0.22 - - [2025-10-20 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.22 - - [2025-10-20 04:12:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003930 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002923 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007439 10.0.0.22 - - [2025-10-20 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.22 - - [2025-10-20 04:12:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004163 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003214 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005173 10.0.0.22 - - [2025-10-20 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.22 - - [2025-10-20 04:12:46] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.009869 10.0.0.22 - - [2025-10-20 04:12:46] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006160 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.22 - - [2025-10-20 04:12:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003249 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002797 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007152 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.22 - - [2025-10-20 04:12:47] "GET /routing-instance/d7ece27d-7c8b-4017-8f8f-df42a8f6a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004393 10.0.0.22 - - [2025-10-20 04:12:47] "GET /route-target/f328c5f4-c8d9-48c7-b5ca-b72549a2e925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004401 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.22 - - [2025-10-20 04:12:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002930 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005497 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.22 - - [2025-10-20 04:12:47] "GET /routing-instance/d7ece27d-7c8b-4017-8f8f-df42a8f6a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005936 10.0.0.22 - - [2025-10-20 04:12:47] "GET /route-target/f328c5f4-c8d9-48c7-b5ca-b72549a2e925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004423 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-10-20 04:12:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005189 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003452 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005681 10.0.0.22 - - [2025-10-20 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-10-20 04:12:47] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003764 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003291 10.0.0.22 - - [2025-10-20 04:12:47] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006986 10.0.0.22 - - [2025-10-20 04:12:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003128 10.0.0.27 - - [2025-10-20 04:12:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003493 10.0.0.22 - - [2025-10-20 04:12:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003857 10.0.0.22 - - [2025-10-20 04:12:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003431 10.0.0.22 - - [2025-10-20 04:13:16] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 200 1292 0.004138 10.0.0.22 - - [2025-10-20 04:13:16] "POST /neutron/port HTTP/1.1" 200 1114 0.012963 10.0.0.22 - - [2025-10-20 04:13:18] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 404 171 0.005604 10.0.0.22 - - [2025-10-20 04:13:18] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 404 171 0.002568 10.0.0.22 - - [2025-10-20 04:13:18] "GET /virtual-machine/2265758b-3098-4681-9995-622430c260d5 HTTP/1.1" 404 171 0.006294 10.0.0.22 - - [2025-10-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-10-20 04:13:18] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004356 10.0.0.22 - - [2025-10-20 04:13:18] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002656 10.0.0.22 - - [2025-10-20 04:13:18] "GET /virtual-network/cc7bf63d-7793-4c82-af36-032f038e8132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006274 10.0.0.22 - - [2025-10-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.22 - - [2025-10-20 04:13:18] "GET /routing-instance/d7ece27d-7c8b-4017-8f8f-df42a8f6a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004395 10.0.0.22 - - [2025-10-20 04:13:18] "GET /route-target/f328c5f4-c8d9-48c7-b5ca-b72549a2e925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004689 10.0.0.22 - - [2025-10-20 04:13:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003658 10.0.0.22 - - [2025-10-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004051 10.0.0.22 - - [2025-10-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005850 10.0.0.254 - - [2025-10-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 5030 0.049633 10.0.0.27 - - [2025-10-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003399 10.0.0.22 - - [2025-10-20 04:13:25] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 200 1292 0.004352 10.0.0.22 - - [2025-10-20 04:13:25] "POST /neutron/port HTTP/1.1" 200 1114 0.012110 10.0.0.22 - - [2025-10-20 04:13:27] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 404 171 0.002806 10.0.0.22 - - [2025-10-20 04:13:27] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 404 171 0.003078 10.0.0.22 - - [2025-10-20 04:13:27] "GET /virtual-machine/311c4355-2890-4586-ae41-323670b8e4b0 HTTP/1.1" 404 171 0.003072 10.0.0.22 - - [2025-10-20 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.22 - - [2025-10-20 04:13:27] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003486 10.0.0.22 - - [2025-10-20 04:13:27] "GET /virtual-networks?parent_id=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003792 10.0.0.22 - - [2025-10-20 04:13:27] "GET /virtual-network/8b80028e-6568-45b4-98da-9c0f208db8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005685 10.0.0.22 - - [2025-10-20 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2025-10-20 04:13:27] "GET /routing-instance/162d3ece-87c6-4daa-9b8d-89a2cb1b15df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004716 10.0.0.22 - - [2025-10-20 04:13:27] "GET /route-target/c44409f5-bca2-4486-b595-d8e3c616a59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005969 10.0.0.22 - - [2025-10-20 04:13:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004088 10.0.0.22 - - [2025-10-20 04:13:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004043 10.0.0.22 - - [2025-10-20 04:13:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003652 10.0.0.22 - - [2025-10-20 04:13:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003728 10.0.0.22 - - [2025-10-20 04:13:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004576 10.0.0.27 - - [2025-10-20 04:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.033251 10.0.0.27 - - [2025-10-20 04:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.22 - - [2025-10-20 04:13:46] "POST /neutron/network HTTP/1.1" 200 151 0.149205 10.0.0.22 - - [2025-10-20 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.039960 10.0.0.22 - - [2025-10-20 04:13:46] "DELETE /route-target/c44409f5-bca2-4486-b595-d8e3c616a59a HTTP/1.1" 200 115 0.026256 10.0.0.27 - - [2025-10-20 04:13:48] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.22 - - [2025-10-20 04:13:48] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045649 10.0.0.27 - - [2025-10-20 04:13:48] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.22 - - [2025-10-20 04:13:48] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?fields=virtual_networks HTTP/1.1" 200 1043 0.034462 10.0.0.27 - - [2025-10-20 04:13:48] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.22 - - [2025-10-20 04:13:48] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042651 10.0.0.27 - - [2025-10-20 04:13:48] "GET /projects?obj_uuids=954e95db-2b50-499f-a4d6-9972094ccbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.22 - - [2025-10-20 04:13:48] "GET /project/954e95db-2b50-499f-a4d6-9972094ccbef?fields=security_groups HTTP/1.1" 200 1269 0.043504 10.0.0.22 - - [2025-10-20 04:13:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.023896 10.0.0.27 - - [2025-10-20 04:13:49] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.27 - - [2025-10-20 04:13:49] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.27 - - [2025-10-20 04:13:49] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030221 10.0.0.27 - - [2025-10-20 04:13:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.007583 10.0.0.27 - - [2025-10-20 04:13:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.005961 10.0.0.27 - - [2025-10-20 04:13:49] "POST /security-groups HTTP/1.1" 200 599 0.027954 10.0.0.27 - - [2025-10-20 04:13:49] "POST /projects HTTP/1.1" 200 601 0.236449 10.0.0.22 - - [2025-10-20 04:13:49] "POST /fqname-to-id HTTP/1.1" 404 241 0.010365 10.0.0.27 - - [2025-10-20 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.316666 10.0.0.22 - - [2025-10-20 04:13:49] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.471165 10.0.0.22 - - [2025-10-20 04:13:50] "GET / HTTP/1.1" 200 35931 0.002320 10.0.0.22 - - [2025-10-20 04:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2025-10-20 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.049441 10.0.0.27 - - [2025-10-20 04:13:53] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.22 - - [2025-10-20 04:13:54] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046044 10.0.0.22 - - [2025-10-20 04:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.029721 10.0.0.22 - - [2025-10-20 04:13:54] "POST /ref-update HTTP/1.1" 200 156 0.029868 10.0.0.27 - - [2025-10-20 04:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010766 10.0.0.22 - - [2025-10-20 04:13:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.184690 10.0.0.22 - - [2025-10-20 04:13:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001132 10.0.0.22 - - [2025-10-20 04:13:54] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005212 10.0.0.22 - - [2025-10-20 04:13:54] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005688 10.0.0.22 - - [2025-10-20 04:13:54] "POST /neutron/network HTTP/1.1" 200 1003 0.008887 10.0.0.22 - - [2025-10-20 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.27 - - [2025-10-20 04:13:54] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.22 - - [2025-10-20 04:13:54] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034890 10.0.0.22 - - [2025-10-20 04:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.012913 10.0.0.27 - - [2025-10-20 04:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.011304 10.0.0.22 - - [2025-10-20 04:13:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.193534 10.0.0.22 - - [2025-10-20 04:13:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001183 10.0.0.22 - - [2025-10-20 04:13:55] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005143 10.0.0.22 - - [2025-10-20 04:13:55] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007051 10.0.0.22 - - [2025-10-20 04:13:55] "POST /neutron/network HTTP/1.1" 200 1005 0.007662 10.0.0.22 - - [2025-10-20 04:13:56] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006982 10.0.0.22 - - [2025-10-20 04:13:56] "DELETE /access-control-list/4c790f87-1579-4bbf-93b0-a97531732555 HTTP/1.1" 200 115 0.061429 10.0.0.22 - - [2025-10-20 04:13:57] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005618 10.0.0.22 - - [2025-10-20 04:13:58] "GET /obj-perms HTTP/1.1" 200 5046 0.047884 10.0.0.254 - - [2025-10-20 04:13:58] "GET /obj-perms HTTP/1.1" 200 5046 0.040736 10.0.0.27 - - [2025-10-20 04:13:58] "GET /obj-perms HTTP/1.1" 200 5046 0.051431 10.0.0.22 - - [2025-10-20 04:13:58] "POST /neutron/network HTTP/1.1" 200 1003 0.008730 10.0.0.22 - - [2025-10-20 04:13:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001152 10.0.0.22 - - [2025-10-20 04:13:58] "POST /neutron/network HTTP/1.1" 200 1013 0.008738 10.0.0.27 - - [2025-10-20 04:13:59] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001936 10.0.0.22 - - [2025-10-20 04:13:59] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.072188 10.0.0.22 - - [2025-10-20 04:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.006182 10.0.0.27 - - [2025-10-20 04:13:59] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.22 - - [2025-10-20 04:14:00] "POST /neutron/port HTTP/1.1" 200 1172 0.314873 10.0.0.22 - - [2025-10-20 04:14:00] "POST /neutron/port HTTP/1.1" 200 1226 0.142578 10.0.0.22 - - [2025-10-20 04:14:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.22 - - [2025-10-20 04:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.22 - - [2025-10-20 04:14:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007085 10.0.0.22 - - [2025-10-20 04:14:04] "POST /neutron/port HTTP/1.1" 200 1200 0.019479 10.0.0.22 - - [2025-10-20 04:14:04] "GET /virtual-machine/81c818a4-16b0-431b-8d25-e78f67d5d6f6 HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2025-10-20 04:14:05] "GET /virtual-machine/81c818a4-16b0-431b-8d25-e78f67d5d6f6 HTTP/1.1" 200 1300 0.035441 10.0.0.22 - - [2025-10-20 04:14:05] "GET /virtual-machine-interface/54cd11b7-25dc-4252-adf5-b86a5252d529 HTTP/1.1" 200 3175 0.006041 10.0.0.22 - - [2025-10-20 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.22 - - [2025-10-20 04:14:05] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004951 10.0.0.22 - - [2025-10-20 04:14:05] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004261 10.0.0.22 - - [2025-10-20 04:14:05] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007097 10.0.0.22 - - [2025-10-20 04:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-10-20 04:14:08] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005774 10.0.0.22 - - [2025-10-20 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.22 - - [2025-10-20 04:14:12] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006289 10.0.0.22 - - [2025-10-20 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.22 - - [2025-10-20 04:14:16] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004556 10.0.0.22 - - [2025-10-20 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.22 - - [2025-10-20 04:14:20] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005021 10.0.0.22 - - [2025-10-20 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.22 - - [2025-10-20 04:14:24] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006792 10.0.0.27 - - [2025-10-20 04:14:27] "DELETE /project/954e95db-2b50-499f-a4d6-9972094ccbef HTTP/1.1" 404 177 0.002694 10.0.0.27 - - [2025-10-20 04:14:27] "DELETE /project/38dc92aacd4f47df97b1f62872a75355 HTTP/1.1" 404 173 0.004989 10.0.0.22 - - [2025-10-20 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-20 04:14:28] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005745 10.0.0.22 - - [2025-10-20 04:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-10-20 04:14:32] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005784 10.0.0.22 - - [2025-10-20 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-10-20 04:14:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003371 10.0.0.22 - - [2025-10-20 04:14:35] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003284 10.0.0.22 - - [2025-10-20 04:14:35] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006095 10.0.0.22 - - [2025-10-20 04:14:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011665 10.0.0.22 - - [2025-10-20 04:14:41] "POST /neutron/port HTTP/1.1" 200 1200 0.015877 10.0.0.22 - - [2025-10-20 04:14:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.22 - - [2025-10-20 04:14:41] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.22 - - [2025-10-20 04:14:42] "POST /neutron/port HTTP/1.1" 200 1200 0.038211 10.0.0.22 - - [2025-10-20 04:14:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007545 10.0.0.22 - - [2025-10-20 04:14:50] "POST /neutron/port HTTP/1.1" 200 1200 0.016365 10.0.0.22 - - [2025-10-20 04:14:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007018 10.0.0.22 - - [2025-10-20 04:14:51] "POST /neutron/network HTTP/1.1" 200 977 0.030319 10.0.0.22 - - [2025-10-20 04:14:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001221 10.0.0.22 - - [2025-10-20 04:14:51] "GET /virtual-machine/81c818a4-16b0-431b-8d25-e78f67d5d6f6 HTTP/1.1" 200 1300 0.004393 10.0.0.22 - - [2025-10-20 04:14:51] "GET /virtual-machine-interface/54cd11b7-25dc-4252-adf5-b86a5252d529 HTTP/1.1" 200 3175 0.008220 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/4284198f-14c1-4a1c-8b65-10fcf35c0b5f HTTP/1.1" 200 1656 0.005560 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/abb4747a-43b6-4ae2-a5d0-edc860b2c043 HTTP/1.1" 200 1634 0.005522 10.0.0.22 - - [2025-10-20 04:14:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.003280 10.0.0.22 - - [2025-10-20 04:14:51] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006596 10.0.0.27 - - [2025-10-20 04:14:51] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.22 - - [2025-10-20 04:14:51] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058916 10.0.0.22 - - [2025-10-20 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-10-20 04:14:51] "GET /security-group/6c8b9285-74f0-4477-8421-663bb8807ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3787 0.004555 10.0.0.22 - - [2025-10-20 04:14:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.088040 10.0.0.22 - - [2025-10-20 04:14:51] "POST /instance-ips HTTP/1.1" 200 357 0.033745 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/a8ff5e9a-2eaf-4d26-b1f9-ea3271a948af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.006182 10.0.0.22 - - [2025-10-20 04:14:51] "POST /instance-ips HTTP/1.1" 200 357 0.033390 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/8747c877-6ef7-4d48-9c98-f4703add2370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.007226 10.0.0.22 - - [2025-10-20 04:14:51] "GET /virtual-machine-interface/fac964d1-44e3-42c3-a48d-95ab4122846a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005433 10.0.0.22 - - [2025-10-20 04:14:51] "GET /virtual-machine-interface/fac964d1-44e3-42c3-a48d-95ab4122846a?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.007362 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/8747c877-6ef7-4d48-9c98-f4703add2370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004702 10.0.0.22 - - [2025-10-20 04:14:51] "GET /instance-ip/a8ff5e9a-2eaf-4d26-b1f9-ea3271a948af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.004013 10.0.0.22 - - [2025-10-20 04:14:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001156 10.0.0.22 - - [2025-10-20 04:14:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007948 10.0.0.22 - - [2025-10-20 04:14:52] "POST /neutron/network HTTP/1.1" 200 1003 0.032112 10.0.0.22 - - [2025-10-20 04:14:52] "POST /neutron/port HTTP/1.1" 200 1200 0.017251 10.0.0.22 - - [2025-10-20 04:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.009914 10.0.0.22 - - [2025-10-20 04:14:52] "POST /neutron/port HTTP/1.1" 200 1079 0.013012 10.0.0.22 - - [2025-10-20 04:14:53] "POST /neutron/port HTTP/1.1" 200 1146 0.020891 10.0.0.22 - - [2025-10-20 04:14:53] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013041 10.0.0.22 - - [2025-10-20 04:14:53] "POST /neutron/network HTTP/1.1" 200 1003 0.010146 10.0.0.22 - - [2025-10-20 04:14:57] "POST /neutron/port HTTP/1.1" 200 1146 0.015368 10.0.0.22 - - [2025-10-20 04:14:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006740 10.0.0.22 - - [2025-10-20 04:14:57] "GET /virtual-machine/6420f45e-7721-48b7-92fc-178ca8e7c465 HTTP/1.1" 200 1278 0.006376 10.0.0.22 - - [2025-10-20 04:14:57] "GET /virtual-machine-interface/fac964d1-44e3-42c3-a48d-95ab4122846a HTTP/1.1" 200 3226 0.004717 10.0.0.22 - - [2025-10-20 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2025-10-20 04:14:57] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003418 10.0.0.22 - - [2025-10-20 04:14:57] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003443 10.0.0.22 - - [2025-10-20 04:14:57] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005846 10.0.0.22 - - [2025-10-20 04:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.22 - - [2025-10-20 04:15:00] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005483 10.0.0.22 - - [2025-10-20 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.22 - - [2025-10-20 04:15:05] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005124 10.0.0.22 - - [2025-10-20 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.22 - - [2025-10-20 04:15:09] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006757 10.0.0.22 - - [2025-10-20 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.22 - - [2025-10-20 04:15:13] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006398 10.0.0.22 - - [2025-10-20 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.22 - - [2025-10-20 04:15:17] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005300 10.0.0.22 - - [2025-10-20 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.22 - - [2025-10-20 04:15:21] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005426 10.0.0.22 - - [2025-10-20 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2025-10-20 04:15:25] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005349 10.0.0.22 - - [2025-10-20 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.22 - - [2025-10-20 04:15:29] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005559 10.0.0.22 - - [2025-10-20 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.22 - - [2025-10-20 04:15:33] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005213 10.0.0.22 - - [2025-10-20 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.22 - - [2025-10-20 04:15:35] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003364 10.0.0.22 - - [2025-10-20 04:15:35] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003484 10.0.0.22 - - [2025-10-20 04:15:35] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005588 10.0.0.22 - - [2025-10-20 04:15:41] "POST /neutron/port HTTP/1.1" 200 1146 0.015169 10.0.0.22 - - [2025-10-20 04:15:43] "POST /neutron/port HTTP/1.1" 200 1200 0.015411 10.0.0.22 - - [2025-10-20 04:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.22 - - [2025-10-20 04:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.22 - - [2025-10-20 04:15:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006634 10.0.0.22 - - [2025-10-20 04:15:51] "POST /neutron/port HTTP/1.1" 200 1146 0.016892 10.0.0.22 - - [2025-10-20 04:15:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001196 10.0.0.22 - - [2025-10-20 04:15:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007103 10.0.0.27 - - [2025-10-20 04:15:57] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.22 - - [2025-10-20 04:15:57] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.087961 10.0.0.22 - - [2025-10-20 04:15:57] "POST /neutron/port HTTP/1.1" 200 2228 0.019635 10.0.0.22 - - [2025-10-20 04:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.006794 10.0.0.22 - - [2025-10-20 04:15:58] "POST /neutron/port HTTP/1.1" 200 1174 0.040952 10.0.0.22 - - [2025-10-20 04:15:58] "POST /neutron/port HTTP/1.1" 200 1202 0.016391 10.0.0.22 - - [2025-10-20 04:15:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015894 10.0.0.22 - - [2025-10-20 04:15:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009917 10.0.0.22 - - [2025-10-20 04:16:02] "POST /neutron/port HTTP/1.1" 200 1202 0.014595 10.0.0.22 - - [2025-10-20 04:16:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007627 10.0.0.22 - - [2025-10-20 04:16:03] "GET /virtual-machine/f327d5e9-aa8e-4eeb-b4fe-3db3d8919431 HTTP/1.1" 200 1301 0.006798 10.0.0.22 - - [2025-10-20 04:16:03] "GET /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9 HTTP/1.1" 200 3175 0.005703 10.0.0.22 - - [2025-10-20 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.22 - - [2025-10-20 04:16:03] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005332 10.0.0.22 - - [2025-10-20 04:16:03] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002946 10.0.0.22 - - [2025-10-20 04:16:03] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007333 10.0.0.22 - - [2025-10-20 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006331 10.0.0.22 - - [2025-10-20 04:16:06] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005184 10.0.0.22 - - [2025-10-20 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-10-20 04:16:10] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005125 10.0.0.22 - - [2025-10-20 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.22 - - [2025-10-20 04:16:14] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007168 10.0.0.22 - - [2025-10-20 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.22 - - [2025-10-20 04:16:18] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005005 10.0.0.22 - - [2025-10-20 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-10-20 04:16:22] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005470 10.0.0.22 - - [2025-10-20 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.22 - - [2025-10-20 04:16:26] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005291 10.0.0.22 - - [2025-10-20 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.22 - - [2025-10-20 04:16:30] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004673 10.0.0.22 - - [2025-10-20 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.22 - - [2025-10-20 04:16:34] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005255 10.0.0.22 - - [2025-10-20 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.22 - - [2025-10-20 04:16:36] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004303 10.0.0.22 - - [2025-10-20 04:16:37] "GET /virtual-networks?parent_id=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002928 10.0.0.22 - - [2025-10-20 04:16:37] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005116 10.0.0.22 - - [2025-10-20 04:16:42] "POST /neutron/port HTTP/1.1" 200 1202 0.015104 10.0.0.27 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/port HTTP/1.1" 200 1202 0.015995 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.22 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.254 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.254 - - [2025-10-20 04:16:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/port HTTP/1.1" 200 1146 0.016106 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003748 10.0.0.22 - - [2025-10-20 04:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.27 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.254 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.254 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.22 - - [2025-10-20 04:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-10-20 04:16:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006842 10.0.0.22 - - [2025-10-20 04:16:52] "POST /neutron/port HTTP/1.1" 200 1202 0.016925 10.0.0.22 - - [2025-10-20 04:16:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007717 10.0.0.22 - - [2025-10-20 04:16:58] "POST /neutron/port HTTP/1.1" 200 1202 0.015582 10.0.0.22 - - [2025-10-20 04:16:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006956 10.0.0.22 - - [2025-10-20 04:16:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001184 10.0.0.22 - - [2025-10-20 04:16:58] "GET /virtual-machine/f327d5e9-aa8e-4eeb-b4fe-3db3d8919431 HTTP/1.1" 200 1301 0.004260 10.0.0.22 - - [2025-10-20 04:16:58] "GET /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9 HTTP/1.1" 200 3175 0.004732 10.0.0.22 - - [2025-10-20 04:16:58] "GET /instance-ip/038695be-dbf0-4681-8daf-c98a0185fe52 HTTP/1.1" 200 1655 0.007432 10.0.0.22 - - [2025-10-20 04:16:58] "GET /instance-ip/cfd0568c-9db5-424a-a354-77ff9b662efc HTTP/1.1" 200 1636 0.005588 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.003310 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2025-10-20 04:16:58] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.22 - - [2025-10-20 04:16:58] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049552 10.0.0.22 - - [2025-10-20 04:16:58] "POST /network-policys HTTP/1.1" 200 569 0.032777 10.0.0.22 - - [2025-10-20 04:16:58] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.010419 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.22 - - [2025-10-20 04:16:58] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005562 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.22 - - [2025-10-20 04:16:58] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003807 10.0.0.22 - - [2025-10-20 04:16:58] "POST /ref-update HTTP/1.1" 200 156 0.065569 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.060223 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.22 - - [2025-10-20 04:16:58] "POST /access-control-lists HTTP/1.1" 200 596 0.033239 10.0.0.22 - - [2025-10-20 04:16:58] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004014 10.0.0.22 - - [2025-10-20 04:16:58] "POST /neutron/network HTTP/1.1" 200 1107 0.010650 10.0.0.22 - - [2025-10-20 04:16:58] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004552 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.22 - - [2025-10-20 04:16:58] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004882 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.22 - - [2025-10-20 04:16:58] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006020 10.0.0.22 - - [2025-10-20 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.22 - - [2025-10-20 04:16:58] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003620 10.0.0.22 - - [2025-10-20 04:16:59] "POST /ref-update HTTP/1.1" 200 156 0.051613 10.0.0.22 - - [2025-10-20 04:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-10-20 04:16:59] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003581 10.0.0.22 - - [2025-10-20 04:16:59] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.009107 10.0.0.22 - - [2025-10-20 04:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.22 - - [2025-10-20 04:16:59] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004435 10.0.0.22 - - [2025-10-20 04:16:59] "GET /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005218 10.0.0.22 - - [2025-10-20 04:16:59] "PUT /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9 HTTP/1.1" 200 284 0.015535 10.0.0.22 - - [2025-10-20 04:16:59] "GET /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3068 0.005672 10.0.0.22 - - [2025-10-20 04:16:59] "PUT /virtual-machine-interface/8e8934fb-1c7f-428a-8573-d95f448f69c9 HTTP/1.1" 200 284 0.039431 10.0.0.22 - - [2025-10-20 04:16:59] "POST /ref-update HTTP/1.1" 200 156 0.041698 10.0.0.254 - - [2025-10-20 04:17:12] "GET /obj-perms HTTP/1.1" 200 5056 0.040633 10.0.0.27 - - [2025-10-20 04:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.041769 10.0.0.22 - - [2025-10-20 04:17:44] "POST /neutron/port HTTP/1.1" 200 1200 0.016699 10.0.0.22 - - [2025-10-20 04:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.22 - - [2025-10-20 04:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.22 - - [2025-10-20 04:17:45] "POST /neutron/port HTTP/1.1" 200 1202 0.019318 10.0.0.22 - - [2025-10-20 04:17:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.22 - - [2025-10-20 04:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.22 - - [2025-10-20 04:18:13] "GET /obj-perms HTTP/1.1" 200 5056 0.041065 10.0.0.22 - - [2025-10-20 04:18:45] "POST /neutron/port HTTP/1.1" 200 1202 0.015726 10.0.0.22 - - [2025-10-20 04:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.22 - - [2025-10-20 04:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.22 - - [2025-10-20 04:18:46] "POST /neutron/port HTTP/1.1" 200 1146 0.016361 10.0.0.22 - - [2025-10-20 04:18:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.22 - - [2025-10-20 04:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.22 - - [2025-10-20 04:18:48] "POST /ref-update HTTP/1.1" 200 156 0.053332 10.0.0.22 - - [2025-10-20 04:18:48] "GET /virtual-network/d7f8fff3-9a46-4668-826c-a1736dff5850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.015369 10.0.0.22 - - [2025-10-20 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005609 10.0.0.22 - - [2025-10-20 04:18:48] "POST /ref-update HTTP/1.1" 200 156 0.038652 10.0.0.22 - - [2025-10-20 04:18:48] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004530 10.0.0.22 - - [2025-10-20 04:18:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.005796 10.0.0.22 - - [2025-10-20 04:18:49] "POST /ref-update HTTP/1.1" 200 156 0.068408 10.0.0.22 - - [2025-10-20 04:18:49] "POST /neutron/network HTTP/1.1" 200 1003 0.010551 10.0.0.22 - - [2025-10-20 04:18:49] "GET /virtual-network/b97f56a5-6529-44a6-ad8c-07daaffb21f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004839 10.0.0.22 - - [2025-10-20 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.22 - - [2025-10-20 04:18:49] "GET /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004677 10.0.0.22 - - [2025-10-20 04:18:49] "DELETE /network-policy/86833f76-03a1-4fec-a6f6-a42bb3b59aed HTTP/1.1" 200 115 0.031943 10.0.0.22 - - [2025-10-20 04:18:49] "DELETE /instance-ip/8747c877-6ef7-4d48-9c98-f4703add2370 HTTP/1.1" 200 115 0.040305 10.0.0.22 - - [2025-10-20 04:18:49] "DELETE /instance-ip/a8ff5e9a-2eaf-4d26-b1f9-ea3271a948af HTTP/1.1" 200 115 0.054451 10.0.0.22 - - [2025-10-20 04:18:49] "DELETE /virtual-machine-interface/fac964d1-44e3-42c3-a48d-95ab4122846a HTTP/1.1" 200 115 0.162312 10.0.0.22 - - [2025-10-20 04:18:49] "POST /neutron/port HTTP/1.1" 200 1202 0.019470 10.0.0.22 - - [2025-10-20 04:18:50] "POST /neutron/port HTTP/1.1" 200 1200 0.015147 10.0.0.22 - - [2025-10-20 04:18:51] "POST /neutron/network HTTP/1.1" 200 1005 0.008808 10.0.0.22 - - [2025-10-20 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.27 - - [2025-10-20 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.029023 10.0.0.27 - - [2025-10-20 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.27 - - [2025-10-20 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.22 - - [2025-10-20 04:18:52] "DELETE /route-target/603732f7-756c-40fb-b3bd-01292275b9b6 HTTP/1.1" 200 115 0.027326 10.0.0.27 - - [2025-10-20 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006263 10.0.0.22 - - [2025-10-20 04:18:52] "POST /neutron/network HTTP/1.1" 200 151 0.151809 10.0.0.27 - - [2025-10-20 04:18:55] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.22 - - [2025-10-20 04:18:55] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.059511 10.0.0.27 - - [2025-10-20 04:18:55] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.22 - - [2025-10-20 04:18:55] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?fields=virtual_networks HTTP/1.1" 200 1058 0.087106 10.0.0.27 - - [2025-10-20 04:18:55] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001768 10.0.0.22 - - [2025-10-20 04:18:55] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.040929 10.0.0.27 - - [2025-10-20 04:18:55] "GET /projects?obj_uuids=38dc92aa-cd4f-47df-97b1-f62872a75355&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.22 - - [2025-10-20 04:18:55] "GET /project/38dc92aa-cd4f-47df-97b1-f62872a75355?fields=security_groups HTTP/1.1" 200 1292 0.041266 10.0.0.22 - - [2025-10-20 04:18:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.021448 10.0.0.27 - - [2025-10-20 04:18:56] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003236 10.0.0.27 - - [2025-10-20 04:18:56] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.27 - - [2025-10-20 04:18:56] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028745 10.0.0.27 - - [2025-10-20 04:18:56] "POST /id-to-fqname HTTP/1.1" 200 194 0.002288 10.0.0.27 - - [2025-10-20 04:18:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.002599 10.0.0.27 - - [2025-10-20 04:18:56] "POST /security-groups HTTP/1.1" 200 595 0.077185 10.0.0.27 - - [2025-10-20 04:18:56] "POST /projects HTTP/1.1" 200 593 0.287092 10.0.0.22 - - [2025-10-20 04:18:56] "POST /fqname-to-id HTTP/1.1" 404 237 0.013672 10.0.0.27 - - [2025-10-20 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.360562 10.0.0.22 - - [2025-10-20 04:18:56] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.517442 10.0.0.22 - - [2025-10-20 04:18:57] "DELETE /access-control-list/0166b6cf-2b9b-4d88-aeb6-bc889a9f70b4 HTTP/1.1" 200 115 0.046801 10.0.0.22 - - [2025-10-20 04:18:57] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.22 - - [2025-10-20 04:18:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2025-10-20 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.047077 10.0.0.27 - - [2025-10-20 04:18:59] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.22 - - [2025-10-20 04:19:00] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.058301 10.0.0.22 - - [2025-10-20 04:19:00] "POST /neutron/network HTTP/1.1" 200 117 0.032093 10.0.0.27 - - [2025-10-20 04:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006704 10.0.0.22 - - [2025-10-20 04:19:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.227009 10.0.0.22 - - [2025-10-20 04:19:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001259 10.0.0.22 - - [2025-10-20 04:19:00] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005455 10.0.0.22 - - [2025-10-20 04:19:00] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005500 10.0.0.22 - - [2025-10-20 04:19:00] "POST /neutron/network HTTP/1.1" 200 1003 0.010787 10.0.0.22 - - [2025-10-20 04:19:01] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005390 10.0.0.22 - - [2025-10-20 04:19:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001421 10.0.0.22 - - [2025-10-20 04:19:02] "POST /neutron/network HTTP/1.1" 200 1013 0.008724 10.0.0.27 - - [2025-10-20 04:19:03] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.22 - - [2025-10-20 04:19:03] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.060216 10.0.0.22 - - [2025-10-20 04:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.005881 10.0.0.22 - - [2025-10-20 04:19:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001059 10.0.0.22 - - [2025-10-20 04:19:04] "POST /neutron/network HTTP/1.1" 200 1013 0.009371 10.0.0.22 - - [2025-10-20 04:19:04] "POST /neutron/port HTTP/1.1" 200 1172 0.045494 10.0.0.27 - - [2025-10-20 04:19:04] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.22 - - [2025-10-20 04:19:04] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.079401 10.0.0.22 - - [2025-10-20 04:19:05] "POST /neutron/port HTTP/1.1" 200 1200 0.018309 10.0.0.22 - - [2025-10-20 04:19:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011787 10.0.0.22 - - [2025-10-20 04:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.006899 10.0.0.22 - - [2025-10-20 04:19:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001733 10.0.0.22 - - [2025-10-20 04:19:05] "POST /neutron/network HTTP/1.1" 200 1003 0.009100 10.0.0.22 - - [2025-10-20 04:19:05] "POST /neutron/network HTTP/1.1" 200 1013 0.010884 10.0.0.22 - - [2025-10-20 04:19:06] "POST /neutron/port HTTP/1.1" 200 1172 0.018673 10.0.0.27 - - [2025-10-20 04:19:06] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.22 - - [2025-10-20 04:19:06] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.088533 10.0.0.22 - - [2025-10-20 04:19:06] "POST /neutron/network HTTP/1.1" 200 1003 0.016965 10.0.0.22 - - [2025-10-20 04:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.006179 10.0.0.22 - - [2025-10-20 04:19:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006949 10.0.0.22 - - [2025-10-20 04:19:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003820 10.0.0.22 - - [2025-10-20 04:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.000972 10.0.0.22 - - [2025-10-20 04:19:07] "POST /neutron/network HTTP/1.1" 200 1003 0.009201 10.0.0.22 - - [2025-10-20 04:19:07] "POST /neutron/port HTTP/1.1" 200 1200 0.021440 10.0.0.22 - - [2025-10-20 04:19:07] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015456 10.0.0.22 - - [2025-10-20 04:19:07] "POST /neutron/network HTTP/1.1" 200 1003 0.008998 10.0.0.22 - - [2025-10-20 04:19:11] "POST /neutron/port HTTP/1.1" 200 1200 0.015175 10.0.0.22 - - [2025-10-20 04:19:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007170 10.0.0.22 - - [2025-10-20 04:19:11] "GET /virtual-machine/2b7a1257-2384-4673-bc67-17a5484e9fa1 HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2025-10-20 04:19:12] "GET /virtual-machine/2b7a1257-2384-4673-bc67-17a5484e9fa1 HTTP/1.1" 200 1296 0.025912 10.0.0.22 - - [2025-10-20 04:19:12] "GET /virtual-machine-interface/027f8ba8-d308-4d8a-8daf-a876284f03ad HTTP/1.1" 200 3154 0.005947 10.0.0.22 - - [2025-10-20 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-20 04:19:12] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003723 10.0.0.22 - - [2025-10-20 04:19:12] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003039 10.0.0.22 - - [2025-10-20 04:19:12] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005435 10.0.0.22 - - [2025-10-20 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.22 - - [2025-10-20 04:19:15] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004735 10.0.0.22 - - [2025-10-20 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.22 - - [2025-10-20 04:19:19] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005796 10.0.0.22 - - [2025-10-20 04:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.22 - - [2025-10-20 04:19:23] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010021 10.0.0.22 - - [2025-10-20 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.22 - - [2025-10-20 04:19:27] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006515 10.0.0.27 - - [2025-10-20 04:19:27] "DELETE /project/38dc92aa-cd4f-47df-97b1-f62872a75355 HTTP/1.1" 404 177 0.004077 10.0.0.27 - - [2025-10-20 04:19:27] "DELETE /project/a5b330fdbc94496685f1f8668aa3bfc2 HTTP/1.1" 404 173 0.003354 10.0.0.22 - - [2025-10-20 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-10-20 04:19:31] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005009 10.0.0.22 - - [2025-10-20 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.22 - - [2025-10-20 04:19:35] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006195 10.0.0.22 - - [2025-10-20 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.22 - - [2025-10-20 04:19:40] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005507 10.0.0.22 - - [2025-10-20 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.22 - - [2025-10-20 04:19:44] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005055 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/network HTTP/1.1" 200 1013 0.009264 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013856 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/network HTTP/1.1" 200 1003 0.009891 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/network HTTP/1.1" 200 1013 0.008478 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012897 10.0.0.22 - - [2025-10-20 04:19:46] "POST /neutron/network HTTP/1.1" 200 1003 0.009022 10.0.0.22 - - [2025-10-20 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2025-10-20 04:19:48] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005137 10.0.0.22 - - [2025-10-20 04:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2025-10-20 04:19:52] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004429 10.0.0.22 - - [2025-10-20 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.22 - - [2025-10-20 04:19:56] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005483 10.0.0.22 - - [2025-10-20 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2025-10-20 04:19:58] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004454 10.0.0.22 - - [2025-10-20 04:19:58] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003268 10.0.0.22 - - [2025-10-20 04:19:58] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005228 10.0.0.22 - - [2025-10-20 04:19:58] "POST /neutron/port HTTP/1.1" 200 1200 0.018400 10.0.0.22 - - [2025-10-20 04:20:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008299 10.0.0.22 - - [2025-10-20 04:20:09] "POST /neutron/port HTTP/1.1" 200 1200 0.023965 10.0.0.22 - - [2025-10-20 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.031390 10.0.0.254 - - [2025-10-20 04:20:14] "GET /obj-perms HTTP/1.1" 200 5056 0.048674 10.0.0.27 - - [2025-10-20 04:20:15] "GET /obj-perms HTTP/1.1" 200 5056 0.043979 10.0.0.22 - - [2025-10-20 04:20:19] "POST /neutron/port HTTP/1.1" 200 1200 0.016432 10.0.0.22 - - [2025-10-20 04:20:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010008 10.0.0.22 - - [2025-10-20 04:20:19] "GET /virtual-machine/f4ca44d7-616e-4217-a09e-f6c3308c0136 HTTP/1.1" 200 1297 0.005764 10.0.0.22 - - [2025-10-20 04:20:19] "GET /virtual-machine-interface/4067b533-3ce5-43e1-8273-1ee6eeb74faa HTTP/1.1" 200 3154 0.004626 10.0.0.22 - - [2025-10-20 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.22 - - [2025-10-20 04:20:19] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004360 10.0.0.22 - - [2025-10-20 04:20:19] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002503 10.0.0.22 - - [2025-10-20 04:20:19] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006112 10.0.0.22 - - [2025-10-20 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.22 - - [2025-10-20 04:20:20] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003710 10.0.0.22 - - [2025-10-20 04:20:20] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002536 10.0.0.22 - - [2025-10-20 04:20:20] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006291 10.0.0.22 - - [2025-10-20 04:20:21] "POST /neutron/port HTTP/1.1" 200 1200 0.014426 10.0.0.22 - - [2025-10-20 04:20:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008785 10.0.0.22 - - [2025-10-20 04:20:21] "GET /virtual-machine/935b86a8-6c28-4150-9418-549ea70e6ab1 HTTP/1.1" 200 1297 0.006073 10.0.0.22 - - [2025-10-20 04:20:21] "GET /virtual-machine-interface/3e8450c4-4170-4fb1-9fcd-08b81df4db5f HTTP/1.1" 200 3155 0.005474 10.0.0.22 - - [2025-10-20 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.22 - - [2025-10-20 04:20:21] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.22 - - [2025-10-20 04:20:21] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003123 10.0.0.22 - - [2025-10-20 04:20:21] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005455 10.0.0.22 - - [2025-10-20 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.22 - - [2025-10-20 04:20:22] "GET /global-vrouter-config/212f3456-788e-478a-a554-d4bc605c807d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003753 10.0.0.22 - - [2025-10-20 04:20:22] "GET /virtual-networks?parent_id=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004132 10.0.0.22 - - [2025-10-20 04:20:22] "GET /virtual-network/7a7e2aac-7902-444e-9f91-b769892371d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005514 10.0.0.22 - - [2025-10-20 04:20:22] "GET /virtual-machine-interface/3e8450c4-4170-4fb1-9fcd-08b81df4db5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005934 10.0.0.22 - - [2025-10-20 04:20:22] "PUT /virtual-machine-interface/3e8450c4-4170-4fb1-9fcd-08b81df4db5f HTTP/1.1" 200 284 0.015951 10.0.0.22 - - [2025-10-20 04:20:46] "POST /neutron/port HTTP/1.1" 200 1200 0.014354 10.0.0.22 - - [2025-10-20 04:20:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003707 10.0.0.22 - - [2025-10-20 04:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.22 - - [2025-10-20 04:20:47] "POST /neutron/port HTTP/1.1" 200 1200 0.014432 10.0.0.22 - - [2025-10-20 04:20:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003300 10.0.0.22 - - [2025-10-20 04:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.22 - - [2025-10-20 04:21:15] "GET /obj-perms HTTP/1.1" 200 5056 0.044481 10.0.0.27 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.254 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.22 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.254 - - [2025-10-20 04:21:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.27 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.27 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.254 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.254 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-10-20 04:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-10-20 04:21:46] "POST /neutron/port HTTP/1.1" 200 1200 0.016406 10.0.0.22 - - [2025-10-20 04:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.22 - - [2025-10-20 04:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.22 - - [2025-10-20 04:21:47] "POST /neutron/port HTTP/1.1" 200 1200 0.034626 10.0.0.22 - - [2025-10-20 04:21:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003592 10.0.0.22 - - [2025-10-20 04:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.22 - - [2025-10-20 04:22:19] "POST /neutron/network HTTP/1.1" 200 1003 0.010623 10.0.0.22 - - [2025-10-20 04:22:20] "POST /neutron/port HTTP/1.1" 200 1226 0.017861 10.0.0.22 - - [2025-10-20 04:22:20] "POST /neutron/port HTTP/1.1" 200 1226 0.018284 10.0.0.22 - - [2025-10-20 04:22:20] "POST /neutron/port HTTP/1.1" 200 1226 0.019740 10.0.0.27 - - [2025-10-20 04:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.27 - - [2025-10-20 04:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002535 10.0.0.27 - - [2025-10-20 04:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.27 - - [2025-10-20 04:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004650 10.0.0.22 - - [2025-10-20 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008885 10.0.0.22 - - [2025-10-20 04:22:21] "POST /neutron/network HTTP/1.1" 200 151 0.123544 10.0.0.27 - - [2025-10-20 04:22:23] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000912 10.0.0.22 - - [2025-10-20 04:22:23] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074212 10.0.0.27 - - [2025-10-20 04:22:23] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000952 10.0.0.22 - - [2025-10-20 04:22:23] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?fields=virtual_networks HTTP/1.1" 200 1050 0.050883 10.0.0.27 - - [2025-10-20 04:22:23] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001169 10.0.0.22 - - [2025-10-20 04:22:23] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.044267 10.0.0.27 - - [2025-10-20 04:22:23] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001137 10.0.0.22 - - [2025-10-20 04:22:23] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?fields=security_groups HTTP/1.1" 200 1280 0.048987 10.0.0.22 - - [2025-10-20 04:22:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.029422 10.0.0.27 - - [2025-10-20 04:22:24] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.27 - - [2025-10-20 04:22:24] "GET /domains?obj_uuids=9567af48-d216-4b74-bb40-c5fce52cf633&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.27 - - [2025-10-20 04:22:24] "GET /domain/9567af48-d216-4b74-bb40-c5fce52cf633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006574 10.0.0.27 - - [2025-10-20 04:22:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.001105 10.0.0.27 - - [2025-10-20 04:22:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.003977 10.0.0.27 - - [2025-10-20 04:22:24] "POST /security-groups HTTP/1.1" 200 591 0.031093 10.0.0.27 - - [2025-10-20 04:22:24] "POST /projects HTTP/1.1" 200 585 0.226366 10.0.0.22 - - [2025-10-20 04:22:24] "POST /access-control-lists HTTP/1.1" 200 596 0.029964 10.0.0.27 - - [2025-10-20 04:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.303343 10.0.0.22 - - [2025-10-20 04:22:24] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.440108 10.0.0.22 - - [2025-10-20 04:22:26] "GET / HTTP/1.1" 200 35931 0.001367 10.0.0.27 - - [2025-10-20 04:22:28] "DELETE /project/a1c84107b57d44d1ad60345ffa2d2549 HTTP/1.1" 404 173 0.003672 10.0.0.27 - - [2025-10-20 04:22:28] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000804 10.0.0.27 - - [2025-10-20 04:22:28] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.048573 10.0.0.27 - - [2025-10-20 04:22:28] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000817 10.0.0.27 - - [2025-10-20 04:22:28] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?fields=security_groups HTTP/1.1" 200 1385 0.062545 10.0.0.27 - - [2025-10-20 04:22:28] "DELETE /security-group/e426966e-744b-408c-897e-e59879564d4d HTTP/1.1" 200 115 0.045835 10.0.0.27 - - [2025-10-20 04:22:28] "GET /projects?obj_uuids=a5b330fd-bc94-4966-85f1-f8668aa3bfc2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.22 - - [2025-10-20 04:22:28] "DELETE /access-control-list/84bf118a-e4bb-4078-9dba-d0fe627a0394 HTTP/1.1" 200 115 0.039367 10.0.0.27 - - [2025-10-20 04:22:28] "GET /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2?fields=application_policy_sets HTTP/1.1" 200 1424 0.083647 10.0.0.27 - - [2025-10-20 04:22:28] "DELETE /project/a5b330fd-bc94-4966-85f1-f8668aa3bfc2 HTTP/1.1" 200 115 0.424012 10.0.0.27 - - [2025-10-20 04:22:31] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.22 - - [2025-10-20 04:22:31] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042284 10.0.0.27 - - [2025-10-20 04:22:31] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.22 - - [2025-10-20 04:22:31] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?fields=virtual_networks HTTP/1.1" 200 1043 0.042882 10.0.0.27 - - [2025-10-20 04:22:31] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.22 - - [2025-10-20 04:22:31] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.049088 10.0.0.27 - - [2025-10-20 04:22:31] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.22 - - [2025-10-20 04:22:31] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?fields=security_groups HTTP/1.1" 200 1269 0.049248 10.0.0.27 - - [2025-10-20 04:23:28] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.27 - - [2025-10-20 04:23:28] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.046636 10.0.0.27 - - [2025-10-20 04:23:28] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.27 - - [2025-10-20 04:23:28] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?fields=security_groups HTTP/1.1" 200 1374 0.042008 10.0.0.27 - - [2025-10-20 04:23:29] "DELETE /security-group/c94e8a0f-b921-408b-abbc-f7848ab51d03 HTTP/1.1" 200 115 0.041826 10.0.0.27 - - [2025-10-20 04:23:29] "GET /projects?obj_uuids=a1c84107-b57d-44d1-ad60-345ffa2d2549&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.27 - - [2025-10-20 04:23:29] "GET /project/a1c84107-b57d-44d1-ad60-345ffa2d2549?fields=application_policy_sets HTTP/1.1" 200 1413 0.060360 10.0.0.22 - - [2025-10-20 04:23:29] "DELETE /access-control-list/ffd6b1d0-2e17-4e99-8699-0947e8431a1c HTTP/1.1" 200 115 0.045326 10.0.0.27 - - [2025-10-20 04:23:29] "DELETE /project/a1c84107-b57d-44d1-ad60-345ffa2d2549 HTTP/1.1" 200 115 0.387119 10.0.0.254 - - [2025-10-20 04:24:18] "GET /obj-perms HTTP/1.1" 200 5056 0.046810 10.0.0.27 - - [2025-10-20 04:25:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047758 10.0.0.22 - - [2025-10-20 04:25:18] "GET /obj-perms HTTP/1.1" 200 5056 0.041770 [Introspect:8084]10.0.0.27 - - [2025-10-20 04:25:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000849 [Introspect:8084]10.0.0.27 - - [2025-10-20 04:25:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000833